body{
	font-family: 'Poppins', sans-serif;
}

/*----------------------------drop menu css------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


p{
	text-align: justify;
	word-break: break-word;
}
html {
  -webkit-font-smoothing: antialiased;
}



nav {
  display: block;

}

.menu {
  display: block;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 20px 15px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover > a {
  color: #f8a800;

}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
  padding: 10px;
}

.menu ul li a:hover,
.menu ul li:hover > a {
  background: #f8a800;
  color: #fff;
}

.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
  box-shadow: 0px 0px 6px 0px rgba(165, 165, 165, 0.59);
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #cd8c04;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #374147;
  color: #fff;
  text-decoration: none;
}

a.homer {
  color: #f8a800 !important;

}
@media (min-width: 768px) and (max-width: 979px) {
  .mainWrap {
    width: 768px;
  }

  .menu ul {
    top: 37px;
  }

  .menu li a {
    font-size: 12px;
  }

  a.homer {
    background: #374147;
  }
}

@media (max-width: 767px) {
  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }

  .menu {
    display: none;
  }

  .responsive-menu {
    display: block;
  }

  nav {
    margin: 0;
    background: none;
  }

  .menu li {
    display: block;
    margin: 0;
  }

  .menu li a {
    background: #fff;
    color: #797979;
  }

  .menu li a:hover,
  .menu li:hover > a {
    background: #9ca3da;
    color: #fff;
  }

  .menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }

  .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }

  .menu ul ul {
    left: 0;
    transform: initial;
  }

  .menu li > ul ul:hover {
    transform: initial;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}


/*----------------------------drop menu css------------------*/

.fixed-top {
    background-color: #fff;
    box-shadow: 1px 3px 3px 0px rgba(211, 211, 211, 0.75);
}

.navbar-light .navbar-nav .nav-link{
	text-transform: uppercase;
	font-weight: 600;
	color: #666;
	font-size: 15px;

}
.navbar-nav .nav-item.active a{
	color: #f8a800 !important;
}
.navbar-nav .nav-item a:hover{
	color: #333 !important;
}
ul.sub-menu.show{
	left: 220px!important;
	 box-shadow: -2px 4px 5px 0px rgb(74 73 73 / 60%);

}

.dropdown-menu{
	border:0px;
	border-bottom: 3px solid #f8a800;
	padding: 14px 0px;
	box-shadow: 1px 3px 3px 0px rgba(211, 211, 211, 1);
}

.dropdown-menu .dropdown-item{
	color: #333;
	font-size: 14px;
	padding: 10px;
}

ul.dropdown-menu.show {
    left: 22px;
}


.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f8a800;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

















/*-----------------end dropdown css---------------------------------*/
.banner{
	background-image: url(../images/home_banner.jpg);
	background-repeat: no-repeat;
}
.header-section{
	margin-top: 30px;
	padding-bottom: 30px;
}
.header-logo img{
	width: 170px;
}

.header-section a.nav-link {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.banner-content{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 130px;
	flex-direction: column;
}

.banner-content h1{
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	margin-bottom: 19px;
}
.banner-content img{
	max-width: 100%;
	margin-bottom: 19px;
}

.banner-content h6{
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 19px;
}

.banner-content h6 span{
	color: #f8a800;
	font-weight: 600;
}
.banner-content .action{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.banner-content a{
  border:0px;
  color: #fff;
  font-weight: 600;
}
.click-button{
	padding: 9px 36px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
}

a.click-button.outline.banner-btn{
  border:1px solid #fff;
}

.blue{
	background-color: #272058;
}

.blue:hover{
	background-color: #f8a800;
	text-decoration: none;
	color: #fff;
}

.yellow{
	background-color: #f8a800;
}
.outline{
	border: 2px solid #fff;
    margin-left: 20px;
}

.yellow:hover{
	background-color: #272058;
	text-decoration: none;
	color: #fff;
}

.banner-content .action .yellow{
	margin-left: 10px;
}

.what-we-do{
	padding-top: 65px;
	padding-bottom: 35px;
}

.what-we-do h6{
	color: #f1a713;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: justify;
}

.what-we-do h2{
	font-size: 34px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	text-align: justify;
	margin-bottom: 60px;
}

.what-we-do .item{
	text-align: justify;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 50px;
}

.what-we-do .item .icon{
	background-color: #fff;
	padding: 10px;
    border-radius: 50% ;
    box-shadow: 0px 0px 24px 0px rgb(233 233 233 / 39%);
}
.what-we-do .item .icon img{
	width: 65px;
}

.what-we-do .item .content{
	text-align: justify;
	margin-left: 20px;
}
.what-we-do .item .content h4{
	font-size: 18px;
	color: #272157;
	font-weight: 500;
}
.what-we-do .item .content a{
	text-decoration: none;
}

.what-we-do .item .content p{
	font-size: 14px;
	font-weight: 400;
	color: #585858;
	line-height: 23px;
}
/*.what-we-do .item:hover h4{
	color: #f7a800;
	cursor: pointer;
}*/
.services-page .item .content a{
	text-decoration: none;
}

.who-we-are{
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: justify;
	background-repeat: no-repeat;
}

.who-we-are h6{
	color: #f1a713;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.who-we-are h2{
	font-size: 34px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	margin-bottom: 35px;
}

.who-we-are p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 25px;
	text-align: justify;
	word-break: break-word;
}
.who-we-are p span{
	font-weight: 500;
}

.who-we-are img{
	max-width: 100%;
	
}

.who-we-are a{
	margin-top: 45px;
    display: block;
    width: max-content;
}

.certification{
	padding-top: 20px;
	padding-bottom: 70px;
}
.certification h3{
	font-size: 24px;
	font-weight: 600;
	color: #272058;
}
.certification img{
	max-width: 100%;
	filter: grayscale(100%);
}

.certification img:hover{
	filter: initial;

}



.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
}

div.marquee>a>img {
  height: 98px;
  max-width: 100%;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  inline-block;
  white-space: nowrap;
  max-width: 100%;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 50px;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

























.cer-item{
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
	padding: 7px;
}




















.co-tax-service{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #fafafa;
}

.co-tax-service h2{
	font-size: 34px;
    text-transform: uppercase;
    color: #32343c;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 30px;
}

.co-tax-service p{
	font-size: 14px;
    color: #302f2f;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: justify;
}






.co-tax-service .models-tabs{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #dedede;
	padding-top: 60px;
}

.co-tax-service .models-tabs .nav-item .nav-link{
	color: #000;
	padding: 10px 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
}

.co-tax-service .models-tabs .nav-item .nav-link.active{	
    background-color: #f8a800;
    border-bottom: 2px solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.co-tax-service .tab-content{
	padding-top: 55px;

}
.co-tax-service .tab-content img{
	max-width: 100%;
	border-radius: 10px;
}
.co-tax-service .tab-content .tax-item{
	display: flex;
	align-items: center;
}
.tax-content{
	text-align: justify;

}
.co-tax-service .tab-content .tab-pane h4{
	font-size: 26px;
	font-weight: 600;
	 color: #32343c;
}

.co-tax-service .tab-content .tab-pane p{
	font-size: 14px;
    color: #302f2f;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}


.vat-service{
	padding-top: 75px;
	padding-bottom: 75px;
}

.vat-service h2{
	font-size: 34px;
    text-transform: uppercase;
    color: #32343c;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 30px;
}

.vat-service p{
	font-size: 14px;
    color: #302f2f;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: justify;
}

.vat-item {
    background-color: #fff;
    box-shadow: 2px 5px 17px 0px rgb(222 222 222 / 82%);
    margin-top: 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.vat-service .vat-img{
	position: relative;
	overflow: hidden;
}
.vat-service .vat-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform: scale(1.01);
    object-position: top;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.vat-service .vat-img::after {
    content: '';
    display: block;
    padding-top: 70%;
}
.vat-content{
	background-color: #fff;
	padding: 20px;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 325px;
}
.vat-content h4{
	font-size: 23px;
    font-weight: 600;
    color: #32343c;
}
.vat-content p{
	font-size: 14px;
    color: #302f2f;
    line-height: 23px;
    font-weight: 400;
    text-align: justify;
}


.other-aduit-service{
	padding-top: 75px;
	padding-bottom: 75px;
	background-image: url(../images/otherbg.jpg);
	background-position: top;
    background-size: cover;
    background-attachment: fixed;

}


.other-aduit-service h2{
	font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
}

.other-aduit-service ul{
	list-style-type: none;
	padding-left: 30px;
}

.other-aduit-service ul li{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 13px;
    list-style-type: disclosure-closed;
}




.cor-tax-consultation{
	padding-top: 120px;
	padding-bottom: 120px;
	background-image: url(../images/consultation.jpg);
	background-position: top;
    background-size: cover;
    background-attachment: fixed;
    text-align: justify;
}

.consult-content h2{
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 50px;
}

.consult-content a{
	color: #fff;
	text-decoration: none;
	background-color: #2e2763;
	padding: 10px 25px;
}

.consult-content a:hover{
	background-color: #f8a800;
}


.get-free{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #1c1648;
}


.get-free h2{
	color: #fff;
	font-weight: 600;
	font-size: 36px;
}

.get-free p{
	font-size: 16px;
	color: #fff;
	line-height: 23px;
	font-weight: 400;
}
.get-free form.get-free-form {
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
}

.get-free form.get-free-form .form-control{
	border: 0px;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
}












.our-features{
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../images/features_bg.jpg);
	text-align: justify;
	background-repeat: no-repeat;
}
.our-features h6{
	color: #f1a713;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.our-features h2{
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin-bottom: 35px;
}

/*-----------------------------------------box carousel-----------------------------------*/



.feature-box{
	padding: 20px;
	border:2px solid #f7a800;
	text-align: justify;
	color: #fff;
	min-height: 195px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.feature-box h3{
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
}

.feature-box p{
	font-size: 14px;
	font-weight: 300;
}


.owl-theme .owl-dots .owl-dot span {
    background: #d97c52;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	display: none;
}


  /*-----------------------------------------End box carousel-----------------------------------*/


.our-customers{
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.our-customers img{
	max-width: 100%;
	width: 220px;
}



.footer{
  	padding-top: 50px;
  	padding-bottom: 50px;
  	background-color: #fbfbfb;
  }

.footer .top{
    	display: flex;
    	align-items: center;
    	flex-direction: row;
    }

.footer .top img{
	max-width: 100%;
	width: 165px;
}

.footer .top .social{
	display: flex;
	justify-content: flex-end;
}

.footer .top .social i{
	margin-right: 10px;
	border-radius: 50%;
	background-color: #d0d2d9;
	color: #272157;
	font-size: 20px;
	height: 51px;
    width: 51px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.footer .top .social a{
	text-decoration: none;
}
.footer .top .social i:hover{
	background-color: #272157;
	color: #f1a713;
	cursor: pointer;
}

.footer .item{
	text-align: justify;
}

.footer .item h3{
	font-size: 22px;
	color: #272057;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 15px;
}
.footer .item p{
	font-size: 13px;
	color: #585858;
	font-weight: 300;
}

.footer .item  ul{
	padding-left: 0px;
	text-decoration: none;
}

.footer .item  ul li {
	list-style-type: none;
	font-size: 14px;
	padding-bottom: 6px;
	color: #585858;
	font-weight: 300;
}
.footer .item  ul li a{
	color: #585858;
	text-decoration: none;
}

.footer .item  ul li a:hover{
	cursor: pointer;
	color: #272057;

}

.sub-footer{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #272157;
	display: flex;
	justify-content: center;
}

.sub-footer .copyright{
	justify-content: flex-start;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	margin-bottom: 0px;
}

.sub-footer .pofile{
	justify-content: flex-end;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	display: flex;
	margin-bottom: 0px;
}
.sub-footer .pofile a{
	text-decoration: none;
	color: #fff;
}
.sub-footer .pofile a:hover{
	color: #f1a713;	
}

.landing-tax-title-section{
  padding-top: 80px;
  padding-bottom: 150px;
  background-color: #2d2560;
}


.landing-tax-title-section .land-tax-head{
  text-align: justify;
  color: #fff;
  margin-bottom: 35px;
}
.landing-tax-title-section .land-tax-head h2{
  font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.landing-tax-title-section .land-tax-head p{
  text-align: justify;
  word-break: break-word;
}
.landing-tax-section {
  padding-bottom: 150px;
  margin-top: -120px;
}


.landing-tax-section .land-tax-item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 28px;
    min-height: 520px; 
    box-shadow: 2px 5px 17px 0px rgb(222 222 222 / 82%);
}
.landing-tax-section .land-tax-item.tax-2{
  min-height: 542px !important; 
}
.land-tax-img{
  position: relative;
}
.land-tax-img img {
    border-radius: 10px;
    max-width: 100%;
}

.land-tax-content{
  padding-top: 42px;
}
.land-tax-content h3 {
    font-size: 23px;
    font-weight: 600;
    color: #32343c;
}

.land-tax-content p {
    font-size: 14px;
    color: #302f2f;
    line-height: 21px;
    font-weight: 400;
    text-align: justify;
}

.uae-flag{
  position: absolute;
  bottom: -32px;
  right: 14px;
  padding: 4px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 2px 5px 10px 0px rgba(222, 222, 222, 0.52);
}
.uae-flag img{
  border-radius: 100px;
  width: 58px;
}
.landing-tax-section .land-enquire{
  margin: 35px auto 0px auto;
}

.land-consultation{
  background: url(../images/call_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
    position: relative;

}

.land-consultation-items{
  display: flex;
  align-items: center;

}

.land-consultation-items .consult-img{
  position: relative;
  min-height: 390px;
}
.land-consultation-items .consult-img img{
  max-width: 100%;
  position: absolute;
  bottom: 0;
}

.land-consultation-items h2{
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

.land-consultation-items a{
  background-color: #f8a800;
  color: #333;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.land-consultation-items a:hover{
  background-color: #000;
  color: #fff;
}

.request-schedule{
  padding-top:50px;
  padding-bottom: 100px;
}

.request-schedule img{
  max-width: 100%;
    height: 100%;
    border-radius: 25px 0px 0px 25px;
    object-fit: cover;
}
.request-schedule-bg{
 background-color: #f2f4fa;
 border-radius: 25px; 
}
.request-schedule-bg .col-md-6{
  padding: 0px;
}

.schedule-form {
    padding: 50px 70px;
}
.schedule-form  h2{
  color: #32343c;
  font-size: 34px;
  font-weight: 700;
}
.schedule-form .form-control{
  height: 49px;
}
.schedule-form .iti {
    width: 100%;
}
.schedule-form .contact-submit{
    background-color: #f8a800;
    color: #333;
    padding: 13px 42px;
    border-radius: 7px;
    font-weight: 600;
    text-decoration: none;
}


/*
-----------------------------inner page style start------------------------------------*/
/******************************************--------------------------------------***************/4


/*-----------------------About Page-------------------------------------------*/








.service-description{
	
}

.service-description p{
	text-align: justify;
	line-height: 23px;
	font-size: 15px;
	color: #484444;
	padding-top: 60px;
}



.inner-banner{
	background-color: #c7c6d5;
}


.inner-banner-content{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
    padding-bottom: 65px;
}

.inner-banner-content h1{
	font-size: 35px;
	text-transform: uppercase;
	color: #272058;
	font-weight: bold;
	margin-bottom: 19px;
}

.explore-company{
	padding-top: 65px;
	padding-bottom: 65px;
}

.explore-company h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	margin-bottom: 35px;
}

.explore-company p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 25px;
}

.explore-company img{
	max-width: 100%;
    margin-top: 79px;
}

.go-getin{
	padding-top: 35px;
	padding-bottom: 35px;
	background-image: url(../images/getintouch.jpg);
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.go-getin h4{
	font-size: 31px;
	color: #fff;
	font-weight: 300;

}

.go-getin .blue {
    margin-top: 19px;
    display: block;
    width: max-content;
}


/*-----------------------------------why abacus-------------------------------*/

.features-abacus{
	padding-top: 65px;

}

.features-abacus h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: justify;
}

.features-abacus p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 25px;
	text-align: justify;
	margin-bottom: 65px;
}

.features-abacus .left{
	text-align: right;
}

.features-abacus .right{
	text-align: justify;
}

.features-abacus .item{
	margin-bottom: 20px;
	min-height: 180px;
}

.features-abacus .left .item{
	display: flex;
	align-items: flex-start;
}

.features-abacus .right .item{
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.features-abacus .item .content{}
.features-abacus .item .content h4{
	color: #272157;
	font-weight: 500;
	font-size: 21px;
	text-transform: uppercase;
}

.features-abacus .left .item .content{
	margin-right: 15px;
}

.features-abacus .right .item .content{
	margin-left: 15px;
}
.features-abacus .left .item .content p{
	text-align: right;
}

.features-abacus .right .item .content p{
	text-align: justify;
}

.features-abacus .item .content p{
	color: #585858;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
}

.features-abacus .item .image{
	padding: 17px;
	border-radius: 50%;
	background-color: #f8a800;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*---------------------------------------------mission and  values-------------------*/


.our-mission{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: justify;

}


.our-mission h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 65px;
}

.our-mission p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 25px;
	margin-bottom: 10px;
}

.our-mission img{
	max-width: 100%;
	width: 310px;

}

.our-values{
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #f8f8f8;
}

.our-values h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	margin-bottom: 35px;
}

.our-values .item{
	text-align: justify;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 25px;
}


.our-values .item .image{
	margin-right: 15px;
	padding: 7px;
	border-radius: 50%;
	background-color: #272058;
}



.our-values .item .content{
	color: #585858;
	line-height: 21px;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0px;
}


/*-----------------------------services section ------------------------------------*/
/*----------------------**********************Accounting Software*********************/




.accouting-software{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: justify;

}


.accouting-software h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	
	
}

.accouting-software p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	
}

.accouting-software img{
	max-width: 100%;
	margin-top: 25px;

}


/*--------------------------***********************Accounting system set up*****************-------------*/

.accouting-system{
	padding-top: 85px;
	padding-bottom: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.accouting-system h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	
	
}

.accouting-system p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	
}

.accouting-system img{
	max-width: 100%;
	margin-bottom: 25px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;

}

/*---------------------------------------cloud-accounting---------------------------*/


.cloud-accounting{
	padding-top: 50px;
	text-align: justify;

}


.cloud-accounting h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	margin-top: 65px;
	
	
}

.cloud-accounting p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	
}

.cloud-accounting img{
	max-width: 100%;
	margin-top: 25px;


}


/*-----------------------------------------services-----------------------------------------*/

.services-page{
	padding-top: 50px;
	padding-bottom: 20px;
}

.services-page .header{
	margin-bottom: 70px;
}

.services-page h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	text-align: justify;
	
	
}

.services-page p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	text-align: justify;
	
}



.services-page .item{
	text-align: justify;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-bottom: 50px;
}

.services-page .item .icon{
	background-color: #f7a800;
	padding: 18px;
    border-radius: 50% 10px 50% 50%;
}
.services-page .item .icon img{
	width: 70px;
}

.services-page .item .content{
	text-align: justify;
	margin-left: 20px;
}
.services-page .item .content h4{
	font-size: 22px;
	color: #272157;
	font-weight: 600;
}

.services-page .item .content p{
	font-size: 14px;
	font-weight: 400;
	color: #585858;
	line-height: 23px;
	text-align: justify;
}
.services-page .item:hover h4{
	color: #f7a800;
	cursor: pointer;
}

/*----------------------------tax agent services-----------------------------*/

.tax-agent-service{
	padding-top: 50px;
	padding-bottom: 50px;
}

.tax-agent-service .left{
	text-align: right;
}
.tax-agent-service .right{
	text-align: justify;
}
.tax-agent-service .item{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-bottom: 25px;
}

.tax-agent-service .item .content{
	background-color: #272058;
	padding: 15px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	 width: 100%;
}

.tax-agent-service .item .image{
	padding: 14px;
	border-radius: 50%;
	background-color: #f8a800;
	display: flex;
	align-items: center;
	justify-content: center;
	border:3px solid #fff;
}
.tax-agent-service .left .item .content{
	padding-right: 52px;
	min-height: 88px;
   
}

.tax-agent-service .left .item .image{
	margin-left: -25px;
}

.tax-agent-service .right .item{
	flex-direction: row-reverse;
}

.tax-agent-service .right .item .content{
	padding-left: 52px;
	min-height: 88px;
   
}

.tax-agent-service .right .item .image{
	margin-right: -25px;
  z-index: 999;
}


/*------------------------------------------TAX CONSULTATION SERVICES-------------------------------*/


.tax-consultaion{
	padding-top: 50px;
	padding-bottom: 50px;
}

.tax-consultaion .item{
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.tax-consultaion .item .image{
	background-color: #f8a800;
	padding: 15px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.tax-consultaion .item img{
	max-width: 100%
}

.tax-consultaion .item p{
	color: #3b3939;
	text-align: justify;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 400;
}

/*-----------------------------------------vat services------------------------------------*/

.vat-services{
	padding-top: 80px;
	text-align: justify;
}
.vat-services .item{
	background-color: #dadada;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	border-radius: 6px;
	min-height: 250px;
	width: 100%;
	margin-bottom: 90px;
}

.vat-services .item .image{
	background-color: #f8a800;
	padding: 23px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border:3px solid #fff;
	top: -50px;
}

.vat-services .item .image img{
	max-width: 100%;
}

.vat-services .item p{
	color: #484444;
	font-size: 16px;
	font-weight: 400;
}

/*------------------------Website & Social Media Marketing---------------------------------*/


.website-social{
	padding-top: 50px;
	text-align: justify;
}

.website-social .item{
	margin-bottom: 45px;
}

.website-social img{
	max-width: 100%;
}

.website-social h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 500;
	margin-top: 65px;
	
	
}

.website-social p{
	font-size: 14px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	
}
.website-social .item.second{
	margin-bottom: 0px;
}

.website-social .item.second h2{
	margin-top: 130px;
}



.it-services{
  padding-top: 80px;
  padding-bottom: 80px;
}

.it-item{
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.it-item img{
  max-width: 100%;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.it-item h3{
    font-size: 30px;
    text-transform: uppercase;
    color: #32343c;
    font-weight: 700;
    margin-bottom: 20px;
}

.it-item p{
  font-size: 14px;
    color: #302f2f;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.it-item.it-2{
  flex-direction: row-reverse;
}













/*--------------------------------------------contact page-------------------------------*/

.contact-bg{
	background-image: url(../images/inner_banner_contact.jpg) !important;
	background-repeat: no-repeat!important;
	background-size: contain!important;
}

.contact{
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: justify;
}
.branch-details{
	background: #fff;
	padding: 35px 25px;
	box-shadow: 2px 5px 17px 0px rgba(222, 222, 222, 0.52);
}
.branch-details h5{
	margin-bottom: 25px;
}
.branch-item{
	margin-bottom:50px;
  display: flex;
  align-items: center;
}

.branch-desc {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.branch-desc i{
	margin-right: 20px;
	
	font-size: 25px;
	color: #f8a800;
}
.contact img{
	max-width: 100%;	
	border-radius: 8px;
}
.contact h2{
	font-size: 33px;
	text-transform: uppercase;
	color: #32343c;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact h5{
	font-size: 25px;
	text-transform: uppercase;
	color: #666;
	font-weight: 600;
}

.contact h6{
	font-size: 16px;
	color: #32343c;
	font-weight: 600;
	margin-bottom: 0px;
}
.contact-form{
	padding-top: 0px;
}

.contact p{
	font-size: 16px;
	color: #302f2f;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0px;
}

.contact .form-control{
	border-radius: 0px;
}
.contact .field-box{
	height: 45px;
}

.contact-submit{
	border-radius: 0px;
	background-color: #f8a800;
	color: #333;
	padding: 13px 25px;
	text-transform: uppercase;
	border:0px;
}

.contact-submit:hover{
	color: #fff;
	background-color: #272058;
	cursor: pointer;
}

/*-----------------------thanks page-------------------------*/

.thanks-bg {
    background: url(../images/001.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-center {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: justify;
    width: 30%;
    padding-bottom: 95px;
}

.thanks-center h4 {
    color: #0f2c41;
    font-size: 30px;
    margin-top: 45px;
    font-weight: bold;
}

.thanks-center p {
    color: #0f2c41;
    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: justify;
    word-break: initial;
}

.thanks-center a {
    background-color: #272058;
    border-color: #1c75bc;
    padding: 13px 25px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.thanks-center a:hover{
	background-color: #f8a800;
}




.abacus-team{
	background-color: #f9f9f9;
	padding-top: 75px;
	padding-bottom: 40px;
}
.abacus-team .title{
	text-align: justify;
	margin-bottom: 20px;
}
.abacus-team h2{
	font-size: 33px;
    text-transform: uppercase;
    color: #32343c;
    font-weight: 700;
    margin-bottom: 35px;
}

.abacus-team .team-item{
	text-align: justify;
	margin-bottom: 25px;
}

.abacus-team .team-item img{
	margin-bottom: 15px;
	max-width: 100%;
	border-radius: 6px;
}

.abacus-team .team-item h5{
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.abacus-team .team-item p{
	font-size: 15px;
	color: #666;
	font-weight: 400;
  text-align: justify;
}


.testimonials{
	padding-top: 85px;
	padding-bottom: 85px;
	background-color: #fff;
}

.testimonials h6{
	color: #f1a713;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: justify;
}

.testimonials h2{
	font-size: 34px;
    text-transform: uppercase;
    color: #32343c;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 30px;
}

.testimonials .review-box{
	background-color: #f9f9f9;
	padding: 25px;
	border-radius: 10px;
	margin: 10px;
}
.testimonials .review-box .top{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.testimonials .review-box .top .profile{
	position: relative;
}

.testimonials .review-box .top .profile img{
	border-radius: 100px;
}

.testimonials .review-box .top .profile .google-icon{
	position: absolute;
	bottom: 0px;
	right: -6px;
}
.testimonials .review-box .top .profile .google-icon img{
	width: 32px;
}
.testimonials .review-box .top .profile img{
	max-width: 100%;
	border-radius: 100px;
	width: 65px;
	margin-right: 15px;
}
.testimonials .review-box .top .profile-name h4{
	font-size: 20px;
	color: #272157;
	font-weight: 600;
}

.testimonials .review-box .review-str{
	color: #fcbf02;
	margin-bottom: 10px;
}

.review-dec{
	font-size: 15px;
}





.pop-enquiry .modal-content{
  border-radius: 10px;
}

.pop-enquiry .modal-header{
    background-color: #322a68;
    color: #fff;
    
}
.pop-enquiry .close {
    font-size: 31px;
    font-weight: 300;
    color: #fff;
    opacity: 1;
}

.pop-enquiry .close:hover{
  color: #fff;
}

.pop-enquiry  .modal-body {
    padding: 44px;
}

.pop-enquiry  .modal-body p{
  word-break: break-word;
}

.pop-enquiry  .form-control {
    height: 45px;
    width: 100%;
}

.pop-enquiry .btn-primary{
    background-color: #f8a800;
    border-color: #f8a800;
    padding: 8px 35px;
}

.pop-enquiry .btn-primary:hover{
  background-color: #333;
  border-color: #333;
  color: #fff;

}

.pop-enquiry h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.pop-enquiry .iti {
    width: 40%;
}
.schedule-form   .iti {
    width: 39%;
}
.schedule-form .phone-country-choose{
  display: flex;
  align-items: center;
}

.schedule-form .phone-country-choose input#mobile_code {
    height: 45px;
    padding: 0 !important;
    width: 75% !important;
}


.pop-enquiry .phone-country-choose{
  display: flex;
  align-items: center;
}

.pop-enquiry .phone-country-choose input#mobile_code2 {
    height: 45px;
    padding: 0 !important;
    width: 78% !important;
}

a.land-enquire{
  background-color: #f8a800;
    color: #333;
    padding: 13px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: max-content;
    margin: 25px auto;
    
}

.land-enquire:hover{
  background-color: #000;
    color: #fff;
}





.fincorp-erp{
  padding-top: 80px;
  padding-bottom: 80px;
}

.fincorp-erp img{
  max-width: 100%;
}

.fincorp-erp h2{
  font-size: 33px;
  color: #32343c;
  font-weight: 700;
}

.fincorp-erp h5{
  font-size: 22px;
  color: #32343c;
}

.fincorp-erp p{
    font-size: 14px;
    color: #302f2f;
    line-height: 24px;
    font-weight: 400;
}

.fincorp-erp-feature{
  padding-top: 35px;
}

.erp-item{
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: justify;
}

.erp-item-image img{
  max-width: 100%;
  padding: 10px;
    background-color: #000;
    border-radius: 50%;
    margin-bottom: 20px;
   
}

.erp-item-head h4{
  font-size: 18px;
  font-weight: 600;
  
}

.best-erp{
  padding-top: 150px;
  padding-bottom: 130px;
  background-image: url(../images/erp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: justify;
  background-attachment: fixed;
}
.best-erp h2{
  font-size: 33px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.best-erp p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}

.best-erp a{
  background-color: #f8a800;
  border:none;
  font-weight: 600;
  text-align: justify;
  display: block;
  width: max-content;
  margin: 25px auto;
}

.erp-edition{
  padding-top: 80px;
  padding-bottom: 80px;
}

.erp-edition .edition-item{
  background-color: #ffe6b140;
  padding: 35px;
  border-radius: 15px;
  min-height: 609px;
}

.erp-edition h3{
  font-weight: 600;
  font-size: 26px;
  color: #32343c;
}

.erp-edition p{
  font-size: 14px;
    color: #302f2f;
    line-height: 24px;
    font-weight: 400;
    word-break: break-word;
}
.erp-edition ul{
  padding-left: 17px;
}
.erp-edition ul li{
  list-style-type: disclosure-closed;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #302f2f;
}

.fincorp-appsuite{
  padding-top: 85px;
  padding-bottom: 85px;
}

.fincorp-appsuite h2{
  font-size: 33px;
  color: #32343c;
  font-weight: 700;
}
.fincorp-appsuite img{
  max-width: 100%;
}
.fincorp-appsuite h5{
  font-size: 22px;
  color: #f8a800;
  font-weight: 600;
}

.fincorp-appsuite p{
    font-size: 14px;
    color: #302f2f;
    line-height: 24px;
    font-weight: 400;
}

.fincorp-appsuite ul{
  padding-left: 17px;
}
.fincorp-appsuite ul li{
  list-style-type: disclosure-closed;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #302f2f;
}

.fincorp-products{
  margin-top: 75px;
  margin-bottom: 70px;  
}
.fincorp-brochure{
  padding-top: 40px;
}
.fincorp-brochure img{
  border-radius: 15px;
   box-shadow: 0px 5px 31px 0px rgb(165 165 165 / 70%);
}

.fincorp-brochure a{
  background-color: #f8a800;
    color: #32343c;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    text-align: justify;
    width: max-content;
    margin-top: 35px;
    text-decoration: none;
}

.fincorp-brochure a:hover{
  background-color: #333;
  color: #fff;
}

.fincorp-modules{
  padding-top: 85px;
  padding-bottom: 85px;
}

.fincorp-modules .module-item{
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(165, 165, 165, 0.59);
  border-radius: 8px;
  margin-bottom: 25px;
  min-height: 370px;

}

.fincorp-modules .module-item .module-image img{
  max-width: 100%;
}
.fincorp-modules .module-item .module-content {
  padding: 20px;
}
.fincorp-modules .module-item .module-content span{
  font-size: 13px;
    font-weight: 600;
    color: #302f2f;
    background-color: #f8a80080;
    padding: 7px 15px;
    border-radius: 3px;
}

.fincorp-modules .module-item .module-content h2{
  font-size: 23px;
  line-height: 30px;
  color: #32343c;
  font-weight: 600;
  margin-top: 15px;
}


.fincorp-modules .module-item .module-content span.basic{
  background-color: #efefef;
}


.fincorp-modules .module-item .module-content span.standard{
  background-color: #6d5cf775;
}


.module-right{
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(165, 165, 165, 0.59);
  padding: 25px;
  border-radius: 10px;
}

.module-right h5{
  font-size: 23px;
  line-height: 30px;
  color: #32343c;
  font-weight: 600;
  margin-top: 15px;
}

.module-right ul {
  padding-left: 20px;
}

.module-right ul li{
  list-style-type: disclosure-closed;
  color: #838383;
  line-height: 30px;
  font-size: 15px;
}
.module-highlits ul{
  padding-left: 0px;
  margin-bottom: 15px;
}
.module-highlits li{
   list-style-type: none !important;
  display: inline-block !important;
  padding: 10px;
  border:1px solid #dedede;
  margin-right: 8px;
  margin-bottom: 8px;
}
.module-highlits li a{
  text-decoration: none;
  color: #838383;
  font-size: 14px;
}


.major-features{
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #f3faff;
  text-align: justify;
}

.major-features h2{
  font-size: 33px;
  text-transform: uppercase;
  color: #32343c;
  font-weight: 700;
}

.major-features p{
  font-size: 14px;
  color: #302f2f;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;


}
.major-item-section{
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.major-item{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 3px 3px 0px rgba(211, 211, 211, 0.75);
  margin-bottom: 25px;
  min-height: 493px;
}

.major-image img{
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.major-content{
  padding: 16px 20px;
}

.major-content h3{
  font-size: 21px;
  color: #32343c;
  font-weight: 600;
}

.major-content p{
  font-size: 14px;
  color: #302f2f;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

.abacus-faq{
  padding-top: 85px;
  padding-bottom: 85px;
}


.abacus-faq h2{
  font-size: 33px;
    text-transform: uppercase;
    color: #32343c;
    font-weight: 700;
}


.abacus-faq #main #faq .card {
  margin-bottom: 15px;
  border: 0;
}

.abacus-faq #main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.abacus-faq #main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: justify;
  background: #f8a800;
  color: #222;
  font-weight: 600;
  padding: 20px;
}

.abacus-faq #main #faq .card .card-header .btn-header-link:after {
  font-family: FontAwesome;
  content: "\f063 ";
  font-weight: 900;
  float: right;
}

.abacus-faq #main #faq .card .card-header .btn-header-link.collapsed {
  background: #272058;
  color: #fff;
}

.abacus-faq #main #faq .card .card-header .btn-header-link.collapsed:after {
    font-family: FontAwesome;
    content: "\f061 ";
}

.abacus-faq #main #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

.abacus-faq #main #faq .card .collapse {
  border: 0;
}

.abacus-faq #main #faq .card .collapse.show {
  background: #f3f3f3;
  line-height: 30px;
  color: #222;
}

.abacus-faq .card-body{
  font-size: 15px;
  line-height: 23px;
}


.cloud-major .major-item{
  min-height: 465px;
}


.system-faq{
  background-color: #fbfbfb;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: justify;
  font-size: 30px;
  box-shadow: 2px 2px 3px #333;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.float:hover{
    color: #fff;
    text-decoration: none;
}

.call-button{
  position: fixed;
width: 60px;
height: 60px;
bottom: 112px;
right: 40px;
background-color: #f8a800;
color: #FFF;
border-radius: 50px;
text-align: justify;
font-size: 30px;
box-shadow: 2px 2px 3px #333;
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
}

.call-button i{
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

.call-button:hover{
  text-decoration: none;
}
