@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
        url('Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
        url('Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}

/*html,body{width:100%;overflow-x:hidden;}*/

body{
  font-family: 'Poppins';
  text-transform: capitalize;
}

section {overflow:hidden;}

a {
  text-decoration: none;
}

.btn {
  background: #ffffff;
    padding: 15px 24px;
    border-radius: 30px;
}

.btn:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color:  #ffffff;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #3264f5;
  /* font-weight: bold; */
}


.section_subtitle h6 {
  color: #7202bb;
}

h2.title{
  font-size: 44px;
    line-height: 55px;
    font-weight: 500;
    margin: 25px 0 0 0;
}

p {
    color: #787676;
    line-height: 30px;
}


table, .table {
    color: #787676;
    line-height: 30px;
}

th{
  font-weight: 600;
}

.bg_color{
  background-color: #f8f9fa;
}

.card{
    /* border: 2px solid #FFFFFF; */
    padding: 18px;
    border-radius: 4px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #daa2ff;
    border-radius: 14px;
    overflow: hidden;
}

.banner-main {
  position: relative;
}

/* .banner-main img.mainbanner {
  height: 100vh;
  object-fit: cover;
  width: 100%;
} */

.banner-main .banner_content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    width: 60%;
    padding: 20px;
    z-index: 3;
}

.rightToLeft {
    -webkit-animation-name: rightToLeft;
    animation-name: rightToLeft;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    rotate: 194deg;
}

@keyframes rightToLeft {
  0% {
    transform: translateX(-40px);
}
50% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(-40px);
  }
}

.banner_content .arrow_shape {
   position: absolute;
    left: 61%;
    bottom: 0;
    z-index: -1;
}

.banner-main .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  bottom:  0;
  background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
  opacity: 0.855;
  z-index: 2;
}

.banner-main .banner_content h1 span{
  display: block;
    font-size: 20px;
    font-weight: 300;
    text-shadow: 1px 1px #000000;
    color: #ffffff;
}

.banner-main .banner_content h1 {
  line-height: 80px;
  text-shadow: 1px 1px #000000;
  color: #ffffff;
  font-size: 3.5rem;
}



.aboutblock, .course_info{
  padding: 70px 0;
}

.course_info .btn{
  background: #3b5bd7;
  color: #ffffff;
  width: 100%;
  text-align:center;
}

.course_info .btn:hover {
  background-color: transparent;
  border: 1px solid #3b5bd7;
  color: #3b5bd7;
 }

 .footer .block ul li a {
  color: #787676;
  line-height: 30px;
  text-transform: lowercase;
 }

 .footer .block ul li{
  list-style: none;
  margin: 10px 0;
   color: #787676;
  line-height: 30px;
 }
  .footer .block ul{
    padding-left: 0;
    margin-bottom: 0;
  }

.copyright{
  background-color: #7202bb;
  padding: 15px 0;
}
.wbtn {
    height: 50px;
    width: 50px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 999;
}
.newcallbuton {
    background-color: #2e404d;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: #fff;
    display: none;
}
.newcallbuton:hover{color:#fff;}

.nav {
  width: 100%;
  /* background-color: #1A237E; */
  display: flex;
  align-items: center;
}
.nav > .nav-header {
  flex: 0.95;
  padding-left: 1rem;
}
.nav > .nav-header > .nav-title {
  font-size: 22px;
  color: #fff;
}
.nav > .nav-list {
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
}
.nav > .nav-list > li {
  list-style-type: none;
}
.nav > .nav-list > li a {
  text-decoration: none;
  color: #efefef;
  cursor: pointer;
}



.nav > .nav-list > li a.current_page{
  color: red;
}
.nav > #nav-check {
    display: none;
}
@media (max-width: 480px) {
  
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0.2rem;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    background-color: #1A237E;
    height: 0;
    transition: all 0.3s ease-in;
    top: 70px;
    left: 0;
    overflow: hidden;
    padding-left: 0;
  }
  .nav > .nav-list > li {
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
  }
  .nav > #nav-check:checked ~ .nav-list {
    /* height: calc(100vh - 50px); */
    height: 153px;
  }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 15px 0;
    z-index: 4;
}

.header.fixed{
 position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    /* background: #fff; */
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    margin: 0 auto;
    z-index: 11;
    padding: 20px 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  }

/*   .header.fixed .nav > .nav-list > li a{
    color: #3264f5;
  } */

    .header.fixed .nav > .nav-list > li a.current_page{
      color: #98adff !important;
      position: relative;
    }



    .header.fixed .nav > .nav-list > li a::after {
       content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: ease all .35s;
    background-color: #98adff;
    }

 .header.fixed .nav > .nav-list > li a.current_page::after{
  width: 100%;
    left: 0;
    right: auto;
 }

    .btn-check:focus+.btn, .btn:focus{
      box-shadow: none;
    }

    .modal.quickconnect .modal-dialog {
    max-width: 70%;
}

.modal.quickconnect .modal-dialog .modal-body .modal-info {
    background-color: #0000000d;
    padding: 70px 35px;
    width: 40%;
}

.modal.quickconnect .modal-dialog .modal-body .modal-form {
    padding: 10px 40px;
    width: 60%;
}

.modal.quickconnect .modal-dialog .modal-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}

.modal.quickconnect .modal-dialog .modal-body .modal-info .highlighted-serivces .item .icon img {
    max-width: 50px;
    margin-right: 15px;
    max-height: 50px;
}

.modal.quickconnect .modal-dialog .modal-body .modal-info .highlighted-serivces {
    display: flex;
    flex-direction: column;
}

.modal.quickconnect .modal-dialog .modal-body .modal-info .highlighted-serivces .item {
    display: flex;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 20px 28px;
    align-items: center;
    margin-bottom: 15px;
}

.modal.quickconnect .modal-dialog .modal-body .modal-info .highlighted-serivces .item .content h5 {
    margin: 0;
    font-size: 14px;
}

.modal.quickconnect .modal-dialog .modal-body .modal-info .highlighted-serivces .item .content p {
    margin: 0;
    font-size: 13px;
}

.modal.quickconnect button.close {
  position: absolute;
    top: 16px;
    right: 24px;
    border: 2px solid #7f7f7f;
    border-radius: 40px;
    padding: 10px;
    width: 40px;
    height: 40px;
}

.modal.quickconnect button.close span {
  width: 50px;
  font-size: 30px;
  line-height: 20px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}


.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.nav > .nav-header > .nav-title img{
  height: 40px;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 25px;
    outline: 0;
    box-shadow: 0 1px 16px 3px #4c4c4c;
}

i.fa.fa-facebook {
    color: #3C589B;
}

i.fa.fa-instagram{
  color: #BD308C;
}

i.fa.fa-linkedin {
  color: #117CB3;
}











@media (max-width: 1200px) {
  .banner-main .banner_content {
    width: 100%;
}

}



@media (max-width: 1199px) {
  h2.title{
    font-size: calc(1.325rem + .9vw);
  }
}


@media (max-width: 991px) {
    h2.title {
    line-height: 45px;
    margin: 16px 0 15px 0;
}
 }




@media (max-width: 600px) {

.banner-main .banner_content h1 {
    line-height: 55px;
    font-size: 2.5rem;
}

.banner-main .banner_content h1 span {
   
    font-size: 14px;
    
}

.rightToLeft{
  display: none;
}

     .aboutblock, .course_info {
    padding: 50px 0;
}

h2.title {
   
    line-height: 50px;
   
} 
.rightToLeft {
    display: none;
  }
}

@media (max-width: 414px) {
  .banner-main .banner_content h1 {
        line-height: 35px;
        font-size: 1.5rem;
    }
}


