/*------comman-css-start------*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:hover{
    color: none;
    text-decoration: none;
}

p{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #111;
    /* font-family: 'Raleway', sans-serif; */

}


body{
    /* overflow-x: hidden; */
}

/* ------------------navigation-area-start----------------- */
.header-top-bg{
  background-color: #2926e3;
  padding: 10px 0;
}
.header-left-content ul li{
  display: inline-block;
}
.header-left-content ul li a{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-left: 24px;
  transition: all linear .3s;
}
.header-left-content ul li a:hover{
  color: rgb(211, 81, 81);
}
.header-left-content ul li a i{
  margin-right: 7px;
}
.header-right-content ul{
  text-align: end;
}
.header-right-content ul li{
  display: inline-block;
  margin-left: 13px;
}
.header-right-content ul li a{
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  transition: all linear .3s;
}
.header-right-content ul li a:hover{
 color: rgb(211, 81, 81);
}
.header-right-content ul li .header-login{
 position: relative;
}
.header-right-content ul li .header-login::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background-color: rgb(255, 255, 255);
  top: 7px;
  left: 52px;
}

.navbar ul li{
  margin-right: 3px;
}
.navbar ul li a{
  font-size: 14px;
  color: #111;
  font-weight: 600;
}
.navbar ul li a:hover{
 color: rgb(211, 81, 81);;
}
.navbar-brand h3{
  font-size: 25px;
  font-weight: 700;
  color: #e10000;
}
.navbar-brand span{
  color: #c6e904;
}

.navbar-nav{
  margin-top: 15px;
}

.navbar ul  li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
 .dawan-sub-menu li:hover .down-sub {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

 .sub-menu {
  position: absolute;
  left: 183px;
  top: 110%;
  width: 229px;
  background: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #086ad8;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}
 .dawan-sub-menu {
  position: absolute;
  left: 183px;
  top: 110%;
  width: 229px;
  background: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #086ad8;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}
.nav-item .sub-menu.four li ul{
  position: absolute;
  width: 180px;
  max-width: 0px;
  max-height: 0px;
  background-color: #efeef3;
  left: 100%;
  top: 0%;
  padding: 10px 1px;
  transform-origin: top-center;
  box-shadow: rgba(50, 50, 80, 0.4) 0px 5px 19px 0px;
  opacity: 0;
  border-radius: 10px;
  border-top: 3px solid #086ad8;
  
} 
.nav-item .sub-menu.four li:hover ul{
  max-width: 250px;
  max-height: 390px;
  opacity: 1;
  
} 
.nav-item .sub-menu.four .sub-four:hover ul{
  max-width: 250px;
  max-height: 390px;
  opacity: 1;
  top: 40%;
} 

.nav-item .sub-menu.two li ul{
  position: absolute;
  width: 250px;
  max-width: 0px;
  max-height: 0px;
  background-color: #efeef3;
  left: 100%;
  top: 50%;
  padding: 10px 1px;
  transform-origin: top-center;
  box-shadow: rgba(50, 50, 80, 0.4) 0px 5px 19px 0px;
  opacity: 0;
  border-radius: 10px;
  border-top: 3px solid #086ad8;
  
} 

 .sub-menu.two{
  position: absolute;
  left: 383px;
  top: 110%;
}
.nav-item .sub-menu.two li:hover ul{
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  
} 

 .sub-menu.three{
  position: absolute;
  left: 583px;
  top: 110%;
}
 .sub-menu.four{
  position: absolute;
  left: 630px;
  top: 110%;
}
 .sub-menu.five{
  position: absolute;
  left: 800px;
  top: 110%;
}

.sub-menu li {
  padding: 0;
}

 .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}
 .dawan-sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}

 .sub-menu li.active  a {
  color: #086ad8;
}

.sub-menu li:hover a {
  color: #086ad8;
}
.navbar{
  background-color: #ddffc4;
}

/* ------------------navigation-area-end----------------- */

/* ------------------banner-area-start-------------------- */
#banner .icon.right {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  z-index: 999;
}
#banner .icon.left {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 999;
}
#banner .icon {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #222;
  text-align: center;
  line-height: 35px;
  font-size: 23px;
  transition: all linear .3s;
  cursor: pointer;
}
#banner .icon:hover {
  background-color: #FEC600;
}

.banner-overlay{
  padding: 100px 0;
  background: #000000a6;
  height: 500px;
}
.banner-content h2{
  font-size: 50px;
  font-weight: 700;
  color: #ff1212;
  padding-bottom: 30px;
}
.banner-content p{
    font-size: 15px;
    font-weight: 500;
    color: #ffffffd1;
    line-height: 32px;
    padding-bottom: 50px;
}
.banner-btn{
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  border: 1px solid #d18255;
  border-radius: 4px;
  padding: 14px 40px;
  transition: all linear .5s;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.banner-btn i{
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  transition: all linear .4s;

}
.banner-btn:hover{
  color: #1b1919;
  background-color: #f78d37;
}
.banner-btn:hover i{
  margin-left: 10px;
}
/* ------------------banner-area-end-------------------- */


.b-member-overlay{
  width: 100%;
  height: 100%;
  background-color: #0e5fe9cf;
  padding: 150px 0;
}
.b-member-text h2{
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #fff;
}
.b-member-text p{
  font-weight: 500;
  padding-bottom: 50px;
  color: #fff;
}
/*--------------------service-area-start---------------------- */

.section-title{
  margin-top: 65px;
}
.section-title p{
  font-size: 20px;
  font-weight: 600;
}

.section__title-wrapper{
    margin-top: 80px;
    margin-bottom: 65px;
    text-align: center;
}
.section__title-wrapper.network{
    margin-bottom: 125px; 
}
.section__title-wrapper.banner-btm{
     margin-bottom: 50px;
     margin-top: 50px !important;
}

.section__title-highlight {
  color: #fa0909;
  position: relative;
}
.section__title {
  font-size: 45px;
  color: #000;
  font-weight: 700;
  line-height: 0;
  letter-spacing: -0.04em;
}

.section__title-highlight svg {
  position: absolute;
  bottom: -29%;
  left: 0%;
  width: 100%;
}

.services__item {
  position: relative;
  z-index: 1;
  transition: all linear.4s;
}
.services__shape-1 {
  position: absolute;
  top: -15px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 111;
  transition: all linear.4s;
}
.services__shape-2 {
  position: absolute;
  top: 0;
  right: -10px;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  transition: all linear.3s;
}
.services__item-inner {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  padding-right: 25px;
  padding-top: 40px;
  border: 1px solid #cfcaca;
  transition: all linear .4s;
}
.services__icon {
  margin-bottom: 32px;
  min-height: 43px;
  display: flex;
  align-items: flex-end;
}
.services__icon span {
  font-size: 40px;
  color: #003aa3;
}
.services__title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 11px;
}
.services__title a{
  color: #222 !important;
  font-family: revert;
}
.services__content p {
  font-size: 16px;
  color: #525258;
  line-height: 1.4;
  margin-bottom: 35px;
}
.tp-btn-border{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 18px;
  border: 1px solid #c4c3c3;
  text-align: center;
  font-weight: 600;
}
.services__item:hover .services__item-inner {
  background-color: #0022bb;
  border-color: transparent;
}
.services__item:hover .services__title a {
  color: #fff !important;
}

.services__item:hover .services__content p {
  color: #fff;
}
.services__item:hover .services__icon span {
  color: #fff;
}
.services__item:hover .services__btn .tp-btn-border {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.services__item:hover .services__btn .tp-btn-border:hover {
  background-color: #fff;
  color: #222;
  border-color: #bfbfc2;
}
.services__item:hover .services__shape-1 {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.services__item:hover .services__shape-2 {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.services__more .tp-link-btn-2 {
  font-weight: 700;
  font-size: 14px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #03041C;
  padding-bottom: 2px;
}

.tp-link-btn-2 {
  position: relative;
  display: inline-block;
}
.tp-link-btn-2::after, .tp-link-btn-2::before {
  position: absolute;
  content: "";
  top: 28px;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 1px;
  background-color: #03041C;
  transition: all linear .4s;
}
.tp-link-btn-2:hover::after, .tp-link-btn-2::before {
  background-color: #F50963;
}
.tp-link-btn-2:hover::before {
  width: 100%;
}
.services__more .tp-link-btn-2:hover {
  color: #F50963;
}
.services__more{
   margin-top: 200px;
}

.tp-link-btn-2 i{
  margin-left: 4px;
}
/*--------------------service-area-end---------------------- */



/*--------------------counter-area-start---------------------- */

.counter__inner {
  position: relative;
  z-index: 1;
  padding: 67px 0;
}
.black-bg {
  background-color: #03041C;
}
.counter__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.counter__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.counter__shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.counter__shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.counter__shape-5 {
  position: absolute;
  top: 13%;
  left: 8%;
  z-index: -1;
}
.counter__shape-6 {
  position: absolute;
  bottom: 10%;
  right: 11%;
  z-index: -1;
}
.counter__shape-7 {
  position: absolute;
  left: 6%;
  bottom: 17%;
  z-index: -1;
}
.counter__shape-8 {
  position: absolute;
  right: 29%;
  top: 25%;
  z-index: -1;
}
.counter__shape-9 {
  position: absolute;
  right: 5%;
  bottom: -4%;
  z-index: -1;
}
.counter__item {
  text-align: center;
  position: relative;
}
.counter__border .row [class*=col-]:first-child .counter__item::after {
  right: -50px;
}
.counter__item::after {
  position: absolute;
  content: "";
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.counter__content p {
  font-size: 16px;
  font-weight: 700;
  color: #A3A3AA;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}
.counter__content h3{
  font-size: 40px;
  font-weight: 700;
  color: #fff;

}
.counter__title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}

.counter__border .row [class*=col-]:last-child .counter__item {
  padding-right: 122px;
}
.counter__area{
  margin-top: 50px;
  margin-bottom: 80px;
}

/*--------------------counter-area-end---------------------- */


/* -------------------news-blog-css-area-start------------------ */
.new-blog-bg{
  background-color: #FFF;
  padding: 50px 0;
}
.news-blog-main{
  margin-top: 50px;
}
.news-blog-top h3{
  font-size: 30px;
  font-weight: 700;
  color: #032E42;
}
.news-blog-top h6{
  color: #BB0B0B;
}
.news-blog-img img{
  border-radius: 5px;
  transition: all linear .5s;
}
.news-blog-img{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  
}
.news-blog-img .img-content p{
  position: absolute;
  top: 187px;
  left: 181px;
  border: 1px solid transparent;
  background-color: #BB0B0B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 0 14px;
}
.news-blog-text{
  padding: 15px 25px;
}
.news-blog-text .news-diss{
  font-size: 22px;
  font-weight: 700;
  color: #032E42;
  line-height: 30px;
  padding-bottom: 15px;
  transition: all linear .2s;
}
.news-blog-text .news-diss:hover{
  color: #BB0B0B;
}
.news-blog-text p{
  font-size: 18px;
  color: #032E42;
  line-height: 26px;
  padding-bottom: 40px;
}
.news-blog-btn a{
   font-size: 17px;
   font-weight: 700;
   color: #fff;
   border: 1px solid transparent;
   background-color: #BB0B0B;
   padding: 10px 20px;
   border-radius: 0 10px;
   transition: all linear .3s;
}
.news-blog-btn a:hover{
   background-color: #0bbb4e;
}
.news-blog-btn{
   padding-bottom: 15px;
}
.news-blog-content-itam:hover .news-blog-img img{
  transform: scale(1.08);
}
.news-blog-content-itam{
  box-shadow: rgba(37, 43, 74, 0.6) 0px 1px 17px -7px
}
/* -------------------news-blog-css-area-end------------------ */








/*------------------credentanal-area-css-start--------------------*/
.credentanal-bg{
   padding: 100px 0;
}

.credentainal-text h2{
    font-size: 47px;
    font-weight: 700;
    color: #FA0909;
    padding-bottom: 30px;
}
.credentainal-text p{
  font-size: 18px;
  font-weight: 600;
  color: #727272;
  line-height: 30px;
  padding-bottom: 30px;
  text-align: justify;
}
.credentainal-text .credentainal-btn{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  border: 1px solid #cd0000;
  padding: 13px 32px;
  border-radius: 8px;
  margin-top: 30px;
  transition: all linear .4s;
}
.credentainal-text .credentainal-btn:hover{
  color: #ffffff;
  border: 1px solid #cd0000;
  background-color: #e60000;

}
.credentanal-img img{
  border-radius: 15px;
  box-shadow: rgb(193 110 110) 0px 1px 3px 4px;
}
.credentainal-text{
  padding-right: 35px;
}

/*------------------credentanal-area-css-end--------------------*/

/*------------------network-area-css-start--------------------*/

.single-network-icon i{
  font-size: 70px;
  color: #003aa3;
}
.single-net-text h4{
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
}
.single-net-text{
  padding: 0 10px;
}
.single-network-itam {
  margin-bottom: 45px;
  border: 1px dotted #0022bb;
  padding: 25px 10px;
  transition: all linear .4s;
  height: 267px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 1px #b5aeae;
}
.single-network-itam:hover {
  box-shadow: 5px 4px 5px 5px #b5aeae;
}
/*------------------network-area-css-end--------------------*/

.credentainal-text.function-special{
   padding-right: 10px;
}
.credentainal-text.function-special h2{
    font-size: 47px;
}
/*------------------learner-center-area-css-start--------------------*/

.learner-center-content{
  background-color: #afafafc7;
  padding: 50px 30px;
  border-radius: 10px;
  position: relative;
}
.learn-after-img .img-one{
  position: absolute;
  top: 14px;
  left: 30px;
  z-index: 999;
}
.learn-after-img .img-two{
  position: absolute;
  bottom: 24px;
  right: 23px;
  z-index: 999;
}

.learner-center-content h3{
  font-size: 40px;
  color: #e90000;
  font-weight: 700;
  padding-bottom: 20px;
}
.learner-center-content p{
  font-size: 16px;
  color: #131313;
  font-weight: 500;
  padding-bottom: 20px;
  padding: 15px 20px;
  line-height: 32px;
}
.learner-center-content .learne-cen-btn{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  border: 1px solid #cd0000;
  padding: 13px 32px;
  border-radius: 8px;
  margin-top: 30px;
  transition: all linear .4s;
}
.learner-center-content .learne-cen-btn:hover{
  color: #ffffff;
  border: 1px solid #cd0000;
  background-color: #e60000;
}

/*------------------learner-center-area-css-end--------------------*/

/*------------------kpi-specilist-area-css-start--------------------*/

.kpi-text{
padding-right: 20px;
}
.kpi-text h2{
  font-weight: 700;
  color: #000;
  padding-bottom: 15px;
  font-size: 35px;
}
.kpi-text p{
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: justify;
  line-height: 31px;
}
.kpi-text ul{
     margin: 15px 0;
}
.kpi-text ul li{
    margin-bottom: 10px;
    font-weight: 600;
}
.kpi-text ul li i{
    margin-right: 7px;
    color: #b60101;
}
.kpi-text .kpi-btn{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  border: 1px solid #cd0000;
  padding: 13px 32px;
  border-radius: 8px;
  margin-top: 30px;
  transition: all linear .4s;
}
.kpi-text .kpi-btn:hover{
  color: #ffffff;
  border: 1px solid #cd0000;
  background-color: #e60000;
}
.kpi-img{
   margin-top: 50px;
   padding-left: 20px;
}
.kpi-img img{
  box-shadow: 2px 2px 2px 0px #a80000;
  border-radius: 10px;
}
.kpi-specila-bg{
  padding: 60px 0;
  background-color: lavender;
}
/*------------------kpi-specilist-area-css-end--------------------*/

/*---------------honnery-precident-area-css-start------------------*/
.hon-pre-content{
  padding-right: 40px;
}

.hon-pre-content h4{
   font-size: 30px;
   color: #ffb545;
   padding-bottom: 20px;
}
.hon-pre-content p{
  color: #fff;
  padding: 30px 0;
  text-align: justify;
  line-height: 30px;
}
.hon-pre-content span{
  color: #ffb545;
  font-weight: 600;
  font-size: 14px;
}
.hon-pre-img img{
  border-radius: 10px;
}
/*---------------honnery-precident-area-css-end------------------*/

/*---------------footer-area-css-start------------------*/

.footer-top-bg{
     background-color: #453CA1;
     padding: 50px 0;
}
.footer-top-text h2{
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    padding-right: 50px;
}

.footer-bottom-bg{
  background-color: #0f0063;
  padding: 20px 0;
}
.footer-bottom-text h6{
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.footer-bottom-menu ul li{
  display: inline-block;
  margin-left: 8px;
}
.footer-bottom-menu ul{
     margin-left: 50px;
}
.footer-bottom-menu ul li a{
     font-size: 12px;
     color: #fff;
     font-weight: 600;
}
.footer-bottom-text{
  margin-top: 7px;
}
.footer-top-sub a{
     background-color: #ee9207;
     padding: 10px 15px;
     color: #fff;
     border-radius: 10px;
     margin-left: 10px;
     font-weight: 600;
}
/*---------------footer-area-css-end------------------*/

/*---------------testimonial-area-css-start------------------*/

.testimonial{
  margin: 100px 0;
}
.testimonial-title-bottom h3{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.testimonial-title-bottom p{
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
}
.single-itam-testimoinal h6{
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    text-align: justify;
    padding-bottom: 30px;
}
.single-itam-testimoinal{
   padding: 50px 15px;
   background-color: #d5cfcf42;
   border-radius: 10px;
   box-shadow: 1px 1px 3px 4px #ff000085;
   height:264px
}
.testi-owner{
  margin-top: 15px;
}
.testi-owner h5{
   font-size: 18px;
   font-weight: 700;
}
.test-start{
    text-align: end;
    margin-top: -44px;
}
.test-start ul li{
  display: inline-block;
}
.test-start ul li i{
   color: #ff0909;
}

.testimain-main-content{
  margin: 10px 0;
}

/*---------------testimonial-area-css-end------------------*/

/*---------------banner-bottom-css-start------------------*/

.banner-bottom-text p{
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.banner-bottom-form{
  width: 480px;
  margin: 0 auto;
}
.banner-bottom-form input{
  width: 299px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #222;
  padding-left: 10px;
}
.bottom-btn{
  padding: 8px 20px;
  border-radius: 9px;
  background-color: #ef0000;
  border: 1px solid #f00;
  color: #fff;
  font-weight: 600;
  margin-left: 10px;
}
.banner-bottom-form label{
  font-size: 13px;
  font-weight: 600;
}

.banner-bottom-bg{
  background-color: aliceblue;
  padding-bottom: 80px;
}
/*---------------banner-bottom-css-end------------------*/

/*---------------cap-professonail-page-css-start------------------*/

.p-creden-img img{
  border-radius: 15px;
  margin-left: 20px;
}

.type-img img{
margin-right: 10px;
}
.type-cend-text a{
  color: #ee9207;
}
.type-cend-text::after{
  position: absolute;
  content: '';
  bottom: -39px;
  width: 203px;
  height: 1px;
  background-color:  #ee9207;
  left: -121px;
}
.why-chos-left::after{
  position: absolute;
  content: '';
  bottom: -39px;
  width: 203px;
  height: 1px;
  background-color: #ee9207;
  left: -121px;
}
.p-creden-left a{
  color: #ee9207;
}

.p-creden-left{
  margin-top: 80px;
}
.p-creden-left h3{
     font-size: 34px;
     font-weight: 700;
     padding-bottom: 15px;
}
.p-creden-left p{
    font-size: 17px; 
    color: #949292;
    line-height: 28px;
}
.type-img{
   width: 46%;
   display: flex;
   margin-top: 80px;
}
.type-cend-text h3{
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 25px;
}
.type-cend-text p{
    text-align: justify;
    line-height: 30px;
    color: #949292;
    font-size: 15px;
    font-weight: 600;
}
.why-chos-img img{
    border-radius: 25px;
    margin-left: -22px;
}
.why-chos-left h3{
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 15px;
}
.why-chos-left p{
     font-size: 17px;
     color: #949292;
     line-height: 28px;
}
/*---------------cap-professonail-page-css-end------------------*/
/*---------------certificate-program-page-css-start------------------*/
.p-creden-img.eligibe-img{
    position: relative;
    margin-left: 50px;
}
.associde-text{
    margin-top: 20px;
   margin-left: 20px;
}
.asscoide-bg{
     background-color: #F4F4F4;
     padding: 80px 0;
}
.associde-img-area{
   margin-left: 20px;
}
/*---------------certificate-program-page-css-end------------------*/
/*---------------why-choose-page-css-start------------------*/
.why-section-title h2{
    font-size: 60px;
    font-weight: 700;
    padding: 15px 0
}
.setp-title h2{
     font-size: 55px;
     font-weight: 700;
}
/*---------------why-choose-page-css-end------------------*/