@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

p{
    text-align:justify;
}


.row{
    margin-left:0;
    margin-right:0;
}
.gap20{
    padding-top:10px;
}
.per75{
    width:60%;
}
a {
  color: #333333;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #333333!important;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #4ba548!important;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;

  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(255,255,255,0.8);
}

#header.header-scrolled,
#header.header-pages {
  height: 110px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
width: 100%;
padding:10px 0 10px 0;
position: relative;
background-size: cover;
color:#222222;
}




h2 {
  color: #413e66;
  margin-bottom: 12px;
  font-size:28px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #1bb1dc;
}

#intro .intro-info2 h2 span {
  color: #1bb1dc;
}

.btn-get-started{
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* inclusions Us Section
--------------------------------*/

#inclusions {
    background:#efefef;
  padding: 40px 0;
}

#inclusions .inclusions-content {
  padding-top: 40px;
}

#inclusions .inclusions-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#features .features-content{
  padding-top: 40px;
}

#inclusions .inclusions-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#features .features-content h2 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom:25px;
}


#features .features-content ul li {
  padding-bottom: 10px;
  text-align:left;
  color:#ffffff;
}
#features{
background:#0093bd;
padding:20px 0;
}

#inclusions .inclusions-content ul {
  list-style: none;
  padding: 0;
}

#inclusions .inclusions-content ul li {
  padding-bottom: 10px;
}

#inclusions .inclusions-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#inclusions .inclusions-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#inclusions .inclusions-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#inclusions .inclusions-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#inclusions .inclusions-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#inclusions .inclusions-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
  text-align:center;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

/* course-detail Section
--------------------------------*/

#course-detail {
  padding: 80px 0;
}

#course-detail h4 {
  font-weight: 600;
  font-size: 24px;
}


/* course-detail Section
--------------------------------*/

#course-detail-income-tax{
  padding: 80px 0;
}

#course-detail2 h4 {
  font-weight: 600;
  font-size: 24px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #000;
  text-align:center;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
   background: rgb(52 56 70);
}
#footer p{
	
	font-size:16px;
}
#footer p, #footer h3, .copyright{

	color:#ffffff;
}
.copyright{

padding:15px 0 10px 0;
}

.fleft{
float:left;
}

.fright{
    text-align:right;
    float:right;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 30px;
  }
  
   #intro .intro-info2 {
    padding-top: 20px;
  }


  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
.dsnone{
    display:none;
}
  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
    .fleft{
clear:both;
text-align:center;
margin-bottom:2px;
}

 .fleft img{
     width:80%;
 }
 
 #header {
  min-height: 60px;
  
 }

.fright{
clear:both;
text-align:center;
background:#000000;
color:#ffffff;
padding:5px;
}


  #intro {
    height: auto;
    padding: 10px 0 10px 0;
  }



  #intro .container,  #intronew .container {
    height: auto !important;
    width:100%;
    padding-right: 0px;
    padding-left: 0px
  }

  #intro .intro-img, #intronew .intro-img {
    width: 100%;
	margin-top:10px;
  }

  #intro .intro-info,  #intronew .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2,  #intronew .intro-info h2  {
    font-size: 34px;
    margin-bottom: 30px;
  }




  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
  .container{
       width:100%;
       padding-right: 0px;
    padding-left: 0px
  }
}

.fee-detail{
	padding:20px 0 0 0;
}


  #intro .intro-img {
    width: 100%;
	margin-top:60px;
  }
  
  .inchead{
	  font-size:18px;
	  font-weight:bold;
	  text-align:center;
  }

  .incenter{
	  text-align:center;
	  margin-top:15px;
  }
  
  h3{
	  font-weight:bold;
	  font-size:20px;
  }
  .text-center2{
	  text-align:center;
  }

  .taxguru{

padding:80px 0;	
  }
  .taxguru span{
	  font-size:18px;
	  font-weight:400;
  }
  
  #tbar a{
      display:inline-block;
      padding:10px;
      
  }

 h2{
	text-align:center;
} 
 .h2lft{
	text-align:left;
} 
  
 .intro-info h1{
    text-align:center;
    color:#000000;
    font-weight:600;
} 
  
.bdrf:after {
  content : "";
  position: absolute;
  right    : 0;
  z-index: 100;
  top  : 50px;
  width  : 1px;
  height   : 90%;
  background: #555;
}
  
  h1{
      font-family: "Open Sans", sans-serif;
      line-height:36px;
	  padding:5px;
  }



  .redspan{
      color:#ff0000;
  }

  .bluespan{
      color:#0074cd;
  }
  .marpaddfew{
      margin:2px;
      padding:2px;
  }
.semibold{
    font-weight:700;
}

.smallhead{
    color:#1bb1dc;
    font-size:24px;
}

.smallh{
   
    font-size:24px;
}
li{
    padding-bottom:10px;
}

.cenbull{
  text-align: center;
  list-style: inside;
}
.mar40{
margin-top:40px;
}

#benefit{
    background:#0895bd;
}
 
  #benefit h2, #benefit li{
  color:#ffffff;
  }
  
    #intronew{
    height: auto;
    padding: 50px 0 60px 0;
  }
  
  .top-bar{
      background:#000000;
      color:#ffffff;
      padding:10px;
  }
  
    .top-bar a{
        color:#ffffff;
    }

.curriculum .col-md-2, .curriculum .col-md-10{
    padding: 10px 5px;
    border:1px solid #cccccc;
}
.curriculum .col-md-2{
    font-weight:bold;
}
.curriculum p{
	margin: 5px 0;
}

.rhead{
    background:#000000;
    color:#ffffff;
}
.faq1{
    padding:40px 0;
}
.dvideo{
background:#eeeeee;
padding:40px;
}

.frame{
height:480px;
}

@media (max-width: 640px) {
.intro-info h1 {
line-height:40px;
}

.intro-info h1 span{
font-size:18px;
} 

.dvideo{
background:#eeeeee;
padding:5px;
}

.frame{
height:350px;
}

}

.intro-info2 img{
    margin-bottom:25px;
}

.intro-info h1 {
   font-size:30px;
    color: #222222;
	font-weight:600;
 
}

.smallh {
    font-size: 24px;
    padding: 20px;
    display: block;
}
.author{
	color:#ffffff;
}

.auth h2 span{
	font-size:18px;
}

#inclusions p{
	text-align:center;
}

#course-detail ol {
    margin-top: 0;
    margin-bottom: 2px;
}

.h4, h4 {
    font-size: 1.2rem;
    font-weight: 500!important;
}



*{
font-family: 'Poppins', sans-serif;
}

