
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color:#000;
  line-height: normal;
  font-family: 'Human Sans';
 background-color: #000;
}
.similar-problems
ul {
  padding: 0px;
  margin: 0px;
}
a {
  text-decoration: none;
}

h3.title {
  color:#fff;
  font-size:28px;
  position: relative;
  font-family: 'Human Sans';
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
}

section {
  padding: 45px 0px;
}
p {
  font-size:13px;
  line-height: 24px;
  font-weight: 400;
  color: #152c4e;
}

.owl-nav{
  display: none !important;
}
.owl-dots {
  position: relative;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -35px;
  display: block !important;
  margin-bottom: 30px;
}
.owl-dots button span {
  background: #d2d2d2;
  height: 5px;
  width: 29px;
  display: block;
  border-radius: 0px;
}

.owl-dots button.active span {
  background-color: #fff200;
  border-radius:0px;
}


.container{
  max-width:1000px;
  width:100%;
}
@font-face {
  font-family: 'Human Sans';
  src: url('./fonts/HumanSans-Bold.woff2') format('woff2'),
      url('./fonts/HumanSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Human Sans';
  src: url('./fonts/HumanSans-Black.woff2') format('woff2'),
      url('./fonts/HumanSans-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Human Sans';
  src: url('./fonts/HumanSans-Medium.woff2') format('woff2'),
      url('./fonts/HumanSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Human Sans';
  src: url('./fonts/HumanSans-Thin.woff2') format('woff2'),
      url('./fonts/HumanSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Human Sans';
  src: url('./fonts/HumanSans-Regular.woff2') format('woff2'),
      url('./fonts/HumanSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/*----------header start--------------*/
header {
  position: relative;
  left: 0px;
  right: 0px;
  width: 100%;
  padding-top: 20px;
  top: 0px;
  z-index: 999;
  height: 80px;
}
header .logo img {
  width: auto;
  padding: 0px;
}
header .download-brochure{
  text-align: right;
}
header .download-brochure a{
  text-decoration: none;
  color:#fff;
  font-size: 16px;
  display: block;
}
header .download-brochure a img{
  margin-left: 10px;
  position: relative;
  top: -2px;
}

/*----------header end--------------*/

/*----------banner start--------------*/
.banner .owl-dots{
  display: none !important;
}
.our-clients .owl-dots{
  display: none !important;
}
.our-clients-voice .owl-dots{
  display: none !important;
}
.banner {
  padding-bottom:35px;
}
 .form-container{
  position: relative;
  z-index: 9;
  top: 0;
  width: 90%;
  background: #fff;
  left: 0;
  border-radius: 0px;
  padding: 20px 40px 30px 40px;
  text-align: center;
  float: right;
}
 .form-container h3{
  color:#000;
  font-size:26px;
  font-weight:700;
  margin-bottom:15px;
}

 .form-container .form-group{
  margin-bottom: 15px;
}
 .form-container .form-group .form-control{
  height: 35px;
  background-color: transparent;
  border-radius: 0px;
  font-size: 13px;
  padding-left: 0;
  padding-bottom: 0;
  box-shadow: none;
  color: #000;
  border: none;
  border-bottom: 1px solid #8b8b8b;
}
 .form-container .form-group select.form-control{
  background-color: #e1e1e1;
  padding-left: 10px;
  color: #555;
  background-image: url(../images/arrow.png);
  background-size: 10px;
    background-repeat: no-repeat;
    background-position: 96% 13px;
}
 .form-container .form-group .form-control:focus{
  outline: none;
  box-shadow: none;
  border-color:#555;
}
 .form-container .form-group .form-control::placeholder{
  font-size:13px;
  color:#555;
}

 .form-container .cstm-btn {
  text-align:center;
  margin-top: 15px;
}

.form-container .cstm-btn a {
  display: inline-block;
  margin-right: 10px;
  background: linear-gradient(90deg, rgb(115 115 115) 0%, rgb(0 0 0) 100%);
  padding:8px 0px 6px 0px;
  line-height: 21px;
  width: 90%;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 40px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
  border: none;
  margin: 0 auto;
  transition: all 0.5s;
}

 .form-container .cstm-btn button {
  display: inline-block;
  margin-right: 10px;
  background: linear-gradient(90deg, rgb(115 115 115) 0%, rgb(0 0 0) 100%);
  padding:8px 0px 6px 0px;
  line-height: 21px;
  width: 90%;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 40px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
  border: none;
  margin: 0 auto;
  transition: all 0.5s;
}


/*----------banner end--------------*/

/*----------our-clients start--------------*/
.our-clients{
  padding: 0px;
}
.our-clients h3.title{
  background-color: #111;
  padding: 0 10px;
  height: 100px;
  text-align: left;
  padding-top: 17px;
  padding-left: 19%;
}
.our-clients .logo-slider{
  background-color: #fff;
  padding:0px 15px 0 15px;
  height: 100px;
  display: flex;
  align-items: center;
}
.our-clients .col-sm-2{
  padding:0px 0 0 15px;
}
.our-clients .col-sm-10{
  padding:0px 15px 0 0;
}
.our-clients .item .box{
  height: 95px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top:0px;
}
.our-clients .item .box img{
width:80px;
}
.our-clients .owl-nav{
  display: none !important;
}

/*----------our-clients end--------------*/

/*----------our-clients-voice start--------------*/

.our-clients-voice h3.title{
  margin-bottom:45px;
}
.our-clients-voice .video{
position: relative;
}
.our-clients-voice .video .logo {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.our-clients-voice .video .logo img{
  background: #fff;
  padding: 5px;
  margin: 0 auto;
  border-radius: 2px;
  width: 80px;
}
.our-clients-voice  .btn-play-pause{
  position: absolute;
  top:40%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.our-clients-voice  .btn-play-pause .pause-btn{
  display: none;
}
.our-clients-voice  .btn-play-pause button{
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  opacity: 0.6;
  transition: all 0.5s;
  transform: scale(1);
}
.our-clients-voice  .btn-play-pause button:hover{
  transition: all 0.5s;
  transform: scale(1.1);
  opacity: 1;
}
.our-clients-voice .box h3{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.our-clients-voice .box h3 span{
  font-weight: 300;
  display: block;
  font-size: 13px;
  margin-top: 3px;
}
.our-clients-voice  .btn-play-pause button.pause-btn{
opacity: 0 ;
}
.our-clients-voice .box:hover .btn-play-pause button.pause-btn{
  opacity:0.6;
}

/*----------our-clients-voice end--------------*/

/*----------similar-problems start--------------*/
.similar-problems{
  background: #fff200;
  padding-bottom: 25px;
  margin-bottom: 3%;
}
.similar-problems .owl-carousel .owl-stage-outer{
  padding: 5px 0 15px 0;
}
.similar-problems h3.title{
  color:#000;
  margin-bottom: 35px;
}
.similar-problems .box{
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}
.similar-problems .box.active{
  box-shadow:2px 3px 14px 0px #d4cd5b;
}
.similar-problems .box p{
  margin-bottom: 0px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

/*----------similar-problems end--------------*/

/*----------plans start--------------*/
.plans{
  padding-bottom: 0;
}
.plans h3.title{
color: #fff200;
text-align: left;
}
.plans .subhdng{
  color: #fff;
  font-size: 16px;
  margin-bottom:50px;
}
.plans .box ul{
  margin:0px 0 10px 0;
  padding: 0px;
  height:530px;
}
.plans .box ul li{
  margin-bottom:30px;
  position: relative;
}
.plans .box ul li::before{
  content: '\f111';
  position: absolute;
  font-family: 'FontAwesome';
  left: -27px;
  color: #fff200;
  background: #fff200;
  border-radius: 30px;
  font-size: 9px;
  top: 2px;
}

.plans .box ul li .or{
  color: #fff200;
  font-weight: 500;
  font-size: 13px;
}
.plans .box ul li h4{
  font-size: 14px;
  color:#fff;
  margin-bottom: 0;
}
.plans .box ul li p{
  color: #fff;
  font-weight: 300;
}
.plans .box ul li:nth-child(even){
  text-align: right;
  padding-right: 40px;
}
.plans .box ul li:nth-child(even)::before{
  left: auto;
  right: 8px;
  top: 5px;
}
.plans .box ul.right li {
  text-align: left;
}
.plans .box ul.right li::before{
  left: auto;
  right: 8px;
  top: 5px;
}
.plans .box ul.right li:nth-child(odd){
  text-align: right;
  padding-right: 40px;
}
.plans .box ul.right li:nth-child(even):before{
  text-align: right;
  left: -25px;
  right: auto;
  top: 2px;
}

.plans .box ul.right{
  padding-left: 30px;
}
.plans .box ul.left{
  position: relative;
  padding-right: 30px;
}
.plans .box ul.left:after{
  content: '';
  position: absolute;
  height: 85%;
  width: 5px;
  background: #fff200;
  top: 35px;
  right: 4px;
}
.plans .price{
  background: linear-gradient(90deg, rgb(115 115 115) 0%, rgb(0 0 0) 100%);
  display: flex;
  margin-top: 30px;
}
.plans .price .price-inner{
width:calc(100% - 120px);
color: #fff;
    font-weight: 700;
    padding-left: 30px;
    font-size: 20px;
    margin: 0;
    line-height: 41px;
    position: relative;
    top: 2px;
}
.plans .price .price-inner span{
  font-weight: 300;
  font-size: 16px;
}
.plans .price a{
  width: 120px;
  background: #fff200;
  color: #000;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.spretor{
  height: 1px;
  width: 90%;
  background: #fff200;
  margin: 0 auto;
  margin-top: 55px;
}

/*----------plans end--------------*/

/*----------client-success-stories start--------------*/
.client-success-stories .row .col-sm-6:first-child{
  padding-right: 0px;
}
.client-success-stories .row .col-sm-6:last-child{
  padding-left: 0px;
}
.client-success-stories h3.title{
  margin-bottom:50px;
}
.client-success-stories .right-img img{
width:100%;
}
.client-success-stories .left-content img{
  margin-bottom: 15px;
  width: auto;
}
.client-success-stories .left-content{
  background:linear-gradient(90deg, rgb(0 0 0) 0%, rgb(55 55 55) 100%);
  height:100%;
  padding-top: 25px;
  padding-left:30px;
}
.client-success-stories .left-content p{
  color: #fff;
  font-size: 14px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.client-success-stories .left-content ul{
  margin:0px;
  padding:0px;
}
.client-success-stories .left-content ul li{
  list-style: none;
  display: inline-block;
  width: 30%;
  line-height: 16px;
}
.client-success-stories .left-content ul li span{
  color: #fff200;
  font-weight: 900;
  font-size: 24px;
}

.client-success-stories .left-content ul li h4{
  color:#fff;
  font-size:18px;
  font-weight:700;
}

/*----------client-success-stories end--------------*/

/*----------Our Work start--------------*/
.our-work{
  padding:0 0 35px 0;
  margin:0
}
.our-work .row .col-sm-3{
  margin:0px;
}
.our-work .box{
  padding: 0;
  border: 2px solid #fff;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: 218px;
  background: #fff;
  text-align: center;
  margin-bottom:10px;
}
.our-work .box img{
  width:100%;
}
.our-work .box h4{
  font-size:20px
}
.our-work .box img{
  width:100%;
  height: auto;
}
.our-work .box .content-dtl{
  text-align:center;
  position:relative;
  transition:all .5s;
  padding:7px 0;
  z-index:9
}
.our-work .box .content-dtl:after{
  content:"";
  position:absolute;
  left:0;
  height:100%;
  width:100%;
  background:#2b294c;
  top:100%;
  z-index:-1;
  transition:all .5s
}
.our-work .box .content-dtl h4{
  font-weight:600;
  font-size:16px
}
.our-work .box .content-dtl a{
  text-decoration:none;
  color:#f1ad00;
  font-weight:500;
  background:0 0;
  display:inline-block;
  padding:0 10px;
  border-radius:34px;
  font-size:12px;
  letter-spacing:1px;
  transition:all .5s;
  border:2px solid #f1ad00
}
.our-work .box .content-dtl a:hover{
  color:#000!important;
  background:#fff;
  transition:all .5s
}
.our-work .box:hover .content-dtl:after{
  transition:all .5s;
  top:0
}
.our-work .box:hover .content-dtl a{
  color:#fff;
  border-color:#fff
}
.our-work .box:hover .content-dtl h4{
  color:#fff;
  border-color:#fff
}
.our-work .nav-tabs{
  border-bottom:none;
  width:100%;
  margin-top:15px!important;
  margin-bottom:40px!important;
  text-align:center;
  display:inline-flex;
  justify-content:center
}
.our-work .nav-tabs .nav-link{
  border: none;
  border-radius: 0;
  width: 130px;
  letter-spacing: 1px;
  padding: 12px 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  margin: 0 8px;
  color: #fff;

}
.our-work .nav-tabs .nav-link.active{
  background: #fff200;
    border-color: #fff200;
    color: #000;
}

.our-work .line-arrow{
  width: 200px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 6px solid #fff200;
  height: 0px;
  margin-top: 10px;
}
.our-work .line-arrow a{
  display: block;
}

.our-work .tab-content .tab-pane {
  max-height: 380px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0 16px 0 9px;
}

/*------------------page scroll css start--------------------*/

 ::-webkit-scrollbar {
  width: 4px;
}
 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 1);
  border-radius:10px;
}
 ::-webkit-scrollbar-thumb {
  border-radius:10px;
  -webkit-box-shadow: inset 0 0 4px #fff200;
}

/*------------------page scroll css end-------------------*/

/*----------Our Work end--------------*/

/*----------Our Clients start--------------*/
.our-work.our-Clients .tab-content .tab-pane{
  max-height: 280px;
}
.our-work.our-Clients .box{
  align-items: center;
  justify-content: center;
  height: 130px;
  display: flex;
  margin-bottom:25px;
}
.our-work.our-Clients .box img {
  width: auto;
  height: auto;
}
.our-work.our-Clients .nav-tabs .nav-link{
  width: auto;
  padding: 12px 15px 10px 15px;
}
.our-work.our-Clients .line-arrow{
  margin-top: 25px;
}

/*----------Our Clients end--------------*/

/*----------Our Happy Students end-------------*/
.what-students-aboutus{
  padding-top: 10px;
}
.what-students-aboutus h3.title{
  margin-bottom: 35px;
}
.what-students-aboutus .owl-carousel .owl-stage-outer{
background-color: #111;
}
.what-students-aboutus .img{
  box-shadow: none;
  text-align: center;
  max-width:100%;
  margin: 0 auto;
  position: relative;
}
.what-students-aboutus .img .inner{
  position: relative;
  z-index: 1;
  background: #f4f5f7;
     padding: 15px 0;
   border: 1px solid #fff;
}

.what-students-aboutus .img:after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 87%;
    height: 114%;
    background:#fff200;
    top: -19px;
    z-index: 0;
    border-radius: 5px;
}

.what-students-aboutus .img h4{
      font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.what-students-aboutus .img  img{
  width: 75%;
    margin: 0 auto;
}
.what-students-aboutus .img h4 span{
  font-weight: 400;
  font-size: 12px;
      display: block;
}
.what-students-aboutus .img h4 img{
    width: 35px;
    margin-top: 10px;
}
.what-students-aboutus .detail{
     padding-right:20px;
     position: relative;
}
.what-students-aboutus .detail:after{
    position: absolute;
    right: 0px;
    top: 40px;
    content: '';
    height: 111px;
    width: 1px;
    background: #d8d8d8;
}

.what-students-aboutus .detail p{
  font-size: 14px;
  color: #fff;
}
.what-students-aboutus .detail p i{
      color:#fff200;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}
.what-students-aboutus .container{
  max-width: 980px;
  background: #111;
  padding: 40px 90px;
}
.what-students-aboutus .detail .white-dots{
    position: absolute;
    bottom: -13px;
    right: 26px;
    width: auto;
}
.what-students-aboutus .item{
      margin: 20px 0 20px 0;
}

.what-students-aboutus .owl-dots button span {
  background: #d2d2d2;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 25px;
  margin: 0 3px;
}
.what-students-aboutus .owl-dots button.active span {
  background-color: #fff200;
  border-radius: 25px;
}
/*----------Our Happy Students end-------------*/

/*----------why-us-cpa start-------------*/
.why-us-cpa h3.title{
  margin-bottom: 70px;
  color: #fff200;
}

.why-us-cpa .box {
  text-align: center;
}
.why-us-cpa .box .img{
  height: 80px;
}

.why-us-cpa .box img{
    width:60px;
    margin: 0 auto;
}
.why-us-cpa .box h4{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}
/*----------why-us-cpa end-------------*/

/*----------why-us-cpa end-------------*/
.footer-form .form-container{
width: 100%;
}
.footer-form  .left h4{
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}
.footer-form  .left img{
  width: 350px;
}
.footer-form  .left span{
  width: 133px;
    display: inline-block;
    overflow: hidden;
    text-indent: -112px;
    position: relative;
    top: 20px;
}
.footer-form .left p{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
}
/*----------why-us-cpa end-------------*/


.owl-item .item {margin: 0px 10px;}


/*----------footer start-------------*/
footer{
  padding:0 0 40px 0;
}
footer .footer-links li{
  list-style: none;
  display: block;
  margin-bottom: 10px;
}
footer .footer-links li a{
  color: #a5a5a5;
  font-weight: 400;
  font-size: 12px;
  transition: all 0.5s;
}
footer .footer-links li a:hover{
  color: #fff200;
  transition: all 0.5s;
  font-weight: 400;
}
footer .socail-bottom{
  margin-top:30px;
}
footer address {
  color:#fff;
  text-align: center;
}
footer address a{
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
}
footer address a:hover{
  color:#fff;
}
footer address h3{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
}
footer address h3:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background: #fff200;
  bottom: -17px;
  margin: 0 auto;
}
footer address a.mail{
  position: relative;
  margin-top: 30px;
}
footer address a.mail:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background: #fff200;
  bottom: auto;
  margin: 0 auto;
  top: -16px;
}
footer address a.btn{
  background: #fff200;
    border-radius: 0px;
    font-weight: 700;
    padding: 5px 10px 3px 10px;
    margin-top: 20px;
}
footer .socail-icon img{
  float: left;
}
footer .socail-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .socail-icon{text-align:right;}
footer .socail-icon ul li{
  list-style:none;
  display:inline-block;
  margin-right:5px
}
footer .socail-icon ul li a{
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 12px;
  background: #fff;
  height: 28px;
  width: 27px;
  line-height: 33px;
  border-radius: 14px;
  text-align: center;
  transition: all .5s;
  transform: scale(1);
}
footer .socail-icon ul{
  margin-left: 15px;
}
footer .socail-icon ul li a:hover{
  background-color:#fff200;
  transition:all .5s;
  transform:scale(1.1)
}
/*----------footer end-------------*/

.collapsible {
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  margin-top:2%;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
}

.wa-chat-bubble {
  display: none !important;
}

