/* -----Variables--- */

:root {
    --main-bg-white: #FFFFFF;
    --second-bg-white: #FDFDFE;
    --text-white: #ffffff;
    --blue-dark-primary: #007BB9;
    --blue-dark-secondary: #007BBC;
    --blue-light-primary: #51CADE;
    --blue-light-secondary: #68E0CF;
    --black-primary: #2A2930;
    --black-secondary: #302A29;
    --black-tertiary: #232323;
    --second-color: #336673;
    --grey-first: #333333;
    --grey-second: #555555;
    --main-color-red: #FF2B3C;
    --main-color-green: #4caf50;
    --main-color-blue: #349eff;
    --main-color-orange: #d68102;
    --main-color-yellow: #a98921;
}


/* ---Scrollbar Reset-- */

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: var(--second-box-shadow);
            box-shadow: var(--second-box-shadow);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background:var(--blue-dark-primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--black-tertiary);
}

/* ======Global css===== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F4F4F5;
}

 
body {
    font-family: 'Poppins' ,sans-serif;
}
/* ----Font Weight---- */
 
.color-theme{
    color: var(--blue-light-primary);
} 
.color-theme-dark{
    color: #51CADE;
}
.f-20{
    font-size: 20px;
}
.f-32{
    font-size: 32px;
}
.text-color{
    color: var(--black-primary);
}

/* ======Global css===== */

.position-relative {
    position: relative;
}
.position-absolute{
    position: absolute;
}
.ox-hidden{
    overflow-x: hidden;
}
.sec-gap {
    padding-top: 45px;
    padding-bottom: 45px;
}
.common_container{
    width: 89%;
}
.section__title{
   letter-spacing: 2.16px;
   color: #323442;
   opacity: 1;
   font-size: 48px;
}
.base__line{
    display: inline-block;
    width: 160px;
    height: 8px;
    background: transparent -o-linear-gradient(200deg, #209CFF 0%, #68E0CF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, #209CFF 0%, #68E0CF 100%) 0% 0% no-repeat padding-box;
}
.base__line-s{
    width: 103px;
}
.base__line-w{
    background: var(--main-bg-white);
}
.owl-2-items{
    background-color: var(--main-bg-white);
    height: 446px;
    border-radius: 6px;
    padding: 13px;
}
.owl-2-itemImg img{
    height: 244px;
}
.owl-2-body{
    padding: 0 20px 20px 10px;
}
.owl-2-body small{
    letter-spacing: 0.68px;
    color: #323442;
    opacity: 0.5;
    font-weight: 500;
}
.owl-2-body h3{
   letter-spacing: 1.08px;
   color: #323442;
   opacity: 1;
   font-size: 16px;
   margin: 8px auto;
   height: 60px;
   font-size: 24px;
   font-weight: 500;
   color: var(--black-primary);
}
.owl-2-body p{
    letter-spacing: 0.68px;
    color: #323442;
    opacity: 0.7;
    font-size: 15px;
    line-height: 26px;
}
.owl-2-footer p{
    letter-spacing: 0.68px;
    color: #323442;
    opacity: 0.8;
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.story{
    background-color: #353846;
}
.story .container-fluid{
    padding: 0 0 0 100px;
}

 
/* =================== */
.navbar-brand{
    color: var(--main-color-green);
}
#header {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#header .container-fluid{
    width: 88%;
}
#top__header{
    background: #FFFFFF;
}
.active-bg .navbar{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#navbarNav {
    display: block;
}
.py-nav{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.active-bg #header {
    position: fixed;
    background-color: var(--main-bg-white);
    box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
}

.navbar {
    background-color: transparent;
}
.navbar-brand img{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
/* .active-bg #header .navbar-brand>img {
   -webkit-transform: scale(0.7);
       -ms-transform: scale(0.7);
           transform: scale(0.7);
} */
.nav-item.empl-btn:hover{
    background-color: #fff;
    border: 1px solid var(--main-color-red);
}
.navbar .navbar-nav .nav-item.empl-btn:hover a.nav-link {
    color: var(--black-primary);
}
.nav-item.empl-btn {
    background-color: var(--main-color-red);
    font-weight: 700;
    border: 1px solid transparent;
}
.nav-item.empl-btn a{
    color: #fff ;
}
.nav-link.user-profile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: .1rem !important;
    padding-bottom: 0 !important;
}
.nav-link.user-profile span.user-name {
    font-weight: 600;
}
.nav-link.user-profile span img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 5px;
}

 
.navbar .navbar-nav .nav-item:nth-of-type(7):hover {
    background-color: transparent !important;
}

 
.navbar .navbar-nav .nav-item {
    margin-left: 16px;
    -webkit-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    border-radius: 4px;
    /* position: relative; */
}
/* .navbar .navbar-nav .nav-item:nth-of-type(7){
    margin-left: 60px;
} */

.navbar .navbar-nav a.nav-link:hover {
    opacity: 1;
}
.navbar .navbar-nav a.nav-link {
    letter-spacing: 1px;
    color: var(--black-primary);
    opacity: 1;
    padding: .5rem .6rem;
    font-size: 16px;
    position: relative;
}
.navbar .navbar-nav .nav-item.active a.nav-link{
    color: var(--blue-dark-primary);
}
.navbar .navbar-nav a.nav-link:hover{
    color: var(--blue-dark-primary);
}
.navbar .navbar-nav   a.nav-link.sub-nav-link{
    font-size: 13px;
}
li.btn_nav_item{
    transform: translateY(4px);
}
a.px{
    padding-left: .8rem !important;
    padding-right: .8rem !important;
}
.fa.arrow_down_icon{
    color: #6C6969;
}
 
 .navbar .navbar-nav .nav-item a.nav-link::after {
    position: absolute;
    content: none;
    bottom: -.5rem;
    left: 50%;
    width: 0%;
    height: 7px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: var(--main-color-green);
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
}
.navbar .navbar-nav .nav-item a.nav-link.content-none::after {
    content: none;
}
 .navbar .navbar-nav .nav-item a.nav-link:hover:after {
     width: 100%;
     left: 0%;
 }
  .navbar .navbar-nav .nav-item.active a.nav-link::after {
     width: 100%;
     left: 0%;
  }

.navbar .navbar-nav .nav-item.empl-btn a.nav-link {
    color: var(--text-white);
}
.active-bg .navbar .navbar-nav .nav-item::after{
    bottom: -24px;
}

/* .active-bg #header .navbar .navbar-nav .nav-item.active a.nav-link {
    color: var(--text-white) !important;
} */

li.btn-grey-second {
    background-color: #fff;
    border: 1px solid var(--main-color-red);
  
}
li.btn-grey-second a{
     padding-left:1.2rem !important;
     padding-right: 1.2rem !important;
     font-weight: 700;
}
li.btn-grey-second:hover{
    background-color: var(--main-color-red);
}
li.btn-grey-second:hover a.nav-link{
    color: #000;
}
.notification {
    position: relative;
}
.btn-primary{
    background-color: #007bb9;
    border-color: #007bb9;
    outline: none;
}
.btn-primary:hover,.btn-primary:focus{
    background-color: #007bb9;
    border-color: #007bb9;
    box-shadow: 2px 2px 13px #525151;
    outline: none;
}
.btn-primary:active{
    background-color: #007bb9 !important;
    border-color: #007bb9 !important;
}
.notification>span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

.notification>span i {
    color: var(--black-primary) !important;
}

.notification::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    background-color: #7070704D;
    padding: 10px;
    z-index: -1;
}

#header {
    /* position: fixed; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 60;
    top: 0;
    /* padding-top: .8rem;
    padding-bottom: .8rem; */
}

.bar1,
.bar2,
.bar3 {
    width: 26px;
    height: 2px;
    background: transparent -o-linear-gradient(200deg, var(--blue-dark-primary) 0%, var(--blue-dark-secondary) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, var(--blue-dark-primary) 0%, var(--blue-dark-secondary) 100%) 0% 0% no-repeat padding-box;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

div.bar3 {
    width: 13px;
}

#sidebarCollapse.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    -ms-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
}

#sidebarCollapse.active .bar2 {
    opacity: 0;
}

#sidebarCollapse.active div.bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    -ms-transform: rotate(45deg) translate(-5px, -3px);
        transform: rotate(45deg) translate(-5px, -3px);
    width: 26px;
}
.stories-dd{
    width: 30vw;
    border: none;
    top: 83%;
    left: 5px;
}
.dropdown:hover > .dropdown-menu{
    display: block;
}
 .top_search{
    right: 0;
    padding: .6rem;
    border: 2px solid var(--blue-dark-primary);
}
input.top_search:focus{
    background-color: #fff;
    outline: none;
    border: 2px solid var(--blue-dark-primary);
}
.input_group{
    display: none;
}
.input_group.active{
    display: block;
}

.mySearch.active .close_x{
    display: block;
}
.mySearch .search_input{
    display: block;
    cursor: pointer;
}
/* .mySearch.active .search_input{
    display: none;
} */
.close_x{
    display: none;
    right: 45px;
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}
.mySearch.active .close_x{
    display: block;
}
.input_group .btn.btn_search_input{
    outline: none;
    border: none;
    display: none;
    position: absolute;
    z-index: 99;
    background-color: var(--blue-dark-primary);
    padding: .6rem;
    border-radius: 0;
}
.input_group.active .btn.btn_search_input{
    display: block;

}
 .top_search::-webkit-input-placeholder{
    opacity: 0.5;
}
 .top_search::-moz-placeholder{
    opacity: 0.5;
}
 .top_search:-ms-input-placeholder{
    opacity: 0.5;
}
 .top_search::-ms-input-placeholder{
    opacity: 0.5;
}
 .top_search::placeholder{
    opacity: 0.5;
}
.fa2x{
    font-size: 22px !important;
    cursor: pointer;
}
/* ================================================================== */

 /* All custom input */
 /* /All custom input */

 /* All custom button */
 .btn.btn-register{
    background-color: transparent;
    border-color: var(--blue-dark-primary);
    border-radius: 2px !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--black-primary);
 }
.btn.btn-register::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: transparent -o-linear-gradient(200deg, var(--blue-dark-primary) 0%, var(--blue-dark-primary) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(200deg, var(--blue-dark-primary) 0%,  var(--blue-dark-primary) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg,  var(--blue-dark-primary) 0%,  var(--blue-dark-primary)100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 0 ;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }  
 .btn.btn-register:hover{
    color: #ffffff !important;
  }
 .btn.btn-register:hover:before{
    width:270px;
    height:70px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); 
 }
 a.nav-link.btn.btn-register{
    color: var(--black-primary);
    font-size: 13px;
    letter-spacing: 0.88px;
    padding: .5rem 1.5rem;
 }
  .btn.btn-gradient:focus{
    border: 1px solid #fff;
 }
 .btn.btn-gradient{
    background-color: transparent;
    border-color: var(--blue-dark-primary);
    width: 262px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--black-primary);
    letter-spacing: 1.5px;
    border-color:var(--blue-dark-secondary) ;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
    overflow: hidden;
 }
  
 .btn.btn-gradient:hover:before{
    background: transparent -o-linear-gradient(200deg, #209CFF  0%, var(--blue-dark-primary) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(200deg,   #209CFF 0%,var(--blue-dark-primary) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg,   #209CFF 0%,var(--blue-dark-primary) 100%) 0% 0% no-repeat padding-box;
    width:270px;
    height:70px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
 }
  .btn.btn-gradient:hover{
    color: #fff;
  }
 .btn.btn-gradient::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: transparent -o-linear-gradient(200deg, #68E0CF 0%, #209CFF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, #68E0CF 0%, #209CFF 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 0 ;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .course_btn{
    bottom: 1.25rem;
    left: 1.25rem;
  }
 /* /All custom button */

 /* ======Custom css for web pages===== */
  .top-content {
      position: absolute;
      left: 5%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }

   .pointer-move{
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 20px;
      width: 36px;
      height: 45px;
      border: 3px solid #fff;
      opacity: 0.5;
      border-radius: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .pointer-move span{
      width: 4px;
      height: 8px;
      border-radius: 3px;
      background-color: #fff;
  }
  .pointer-moving{
      -webkit-animation: updown 1.5s linear infinite;
       animation: updown 1.5s linear infinite;
  }
   
       @-webkit-keyframes  updown{
    
       20%{
           -webkit-transform:   translateY(-5px);
                   transform:   translateY(-5px);
       }
       40%{
           -webkit-transform:   translateY(-10px);
                   transform:   translateY(-10px);
       }
       60%{
                 -webkit-transform:   translateY(-15px);
                   transform:  translateY(-15px);
       }
       80%{
                 -webkit-transform:   translateY(5px);
                   transform:  translateY(5px);
       }
       100%{
                 -webkit-transform:   translateY(15px);
                   transform:  translateY(15px);
       }
   }
    @keyframes updown{
    
       20%{
           -webkit-transform:   translateY(-5px);
                   transform:   translateY(-5px);
       }
       40%{
           -webkit-transform:   translateY(-10px);
                   transform:   translateY(-10px);
       }
       60%{
                 -webkit-transform:   translateY(-15px);
                   transform:  translateY(-15px);
       }
       80%{
                 -webkit-transform:   translateY(5px);
                   transform:  translateY(5px);
       }
       100%{
                 -webkit-transform:   translateY(15px);
                   transform:  translateY(15px);
       }
   }
  .top-content h1{
      letter-spacing: 2.74px;
      color: var(--black-primary);
      font-size: 40px;
      letter-spacing: 2px;
      font-weight: bold;
  }
  .top-content p{
     font-size: 20px;
     margin-top: 19px;
     font-weight: 500;
     letter-spacing: 1.5px;
     color: var(--black-secondary);
     opacity: 0.8;
     line-height: 35px;
  }
  .sub-heading{
     font-size: 42px;
     font-weight: 600;
     letter-spacing: 1.98px;
     color: var(--black-primary);
  }
  .category_row{
     margin-top: 33px;
  }
  .mt_row{
     margin-top: 50px;
  }
  .card.category__card:hover .categrory__card_title,   .card.category__card:hover .category__card_content p{
     color: #fff;
   }
  .card.category__card.active{
     border-radius: 6px;
     border: 0;
     padding: 19px 17px;
     z-index: 1;
  }
  /* .category__card_body{
     padding-bottom: 0;
  } */
  .categorry__card_header.active{
     background-color: #ffffff;
     border-radius: 8px;
     width: 70px;
     height: 70px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     z-index: 999;
  }
  .categrory__card_title.active{
     letter-spacing: 1.56px;
     color: var(--black-primary);
     font-weight: 600;
     font-size: 22px;
     margin-bottom: 8px;
  }
.first_card .card.category__card.active:hover:before{
    opacity: 1;
}
.first_card .card.category__card.active::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #5FD46D;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
 }
   .first_card .card.category__card.active:hover .categorry__card_header::before{
    background-color: #fff;
    opacity: 1;
   }
  .first_card .card.category__card.active .categorry__card_header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#5FD46D;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
 }
  .category__card_content.active p{
     letter-spacing: 0.72px;
     color: var(--black-primary);
     font-weight: 500;
     line-height: 28px;
  }
  
   .card.category__card{
     border-radius: 6px;
     border: 0;
     padding: 19px 17px;
     position: relative;
     margin-bottom: 30px;
     z-index: 1;
     background-position: 50% 50%;
     background-size: 0% 0%;
  }
  .categorry__card_header{
     border-radius: 8px;
     width: 70px;
     height: 70px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     position: relative;
     z-index: 1;
  }
  .categrory__card_title{
     height: 52px;
     letter-spacing: 1.56px;
     color: var(--black-primary);
     font-weight: 600;
     font-size: 22px;
     margin-bottom: 8px;
  }
  .category__card_content p{
     letter-spacing: 0.72px;
     color: var(--black-primary);
     font-weight: 500;
     line-height: 28px;
  }
  .first_card:nth-of-type(2) .card.category__card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #36BBF0;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
 }
 .first_card:nth-of-type(2) .card.category__card .categorry__card_header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#36BBF0;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
 }
 .first_card:nth-of-type(2) .card.category__card:hover .categorry__card_header::before{
    background-color: #ffffff;
    opacity: 1;
 }
 .first_card:nth-of-type(2) .card.category__card:hover:before{
    opacity: 1;
    cursor: pointer;
 }
.first_card:nth-of-type(2) .card.category__card:hover{
    background-size: 100% 100%;
    background-color: #36BBF0;
  }
  
 
  .first_card:nth-of-type(3) .card.category__card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #F68C20;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
 }
 .first_card:nth-of-type(3) .card.category__card .categorry__card_header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#F68C20;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
 }
 .first_card:nth-of-type(3) .card.category__card:hover .categorry__card_header::before{
    background-color: #ffffff;
    opacity: 1;
 }
 .first_card:nth-of-type(3) .card.category__card:hover:before{
    opacity: 1;
    cursor: pointer;
 }
 
 .first_card:nth-of-type(4) .card.category__card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #5444A5;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
    cursor: pointer;
 }
 .first_card:nth-of-type(4) .card.category__card .categorry__card_header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#5444A5;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
 }
 .first_card:nth-of-type(4) .card.category__card:hover .categorry__card_header::before{
    background-color: #ffffff;
    opacity: 1;
 }
 .first_card:nth-of-type(4) .card.category__card:hover:before{
    opacity: 1;
    cursor: pointer;
 }
 
 .first_card:nth-of-type(5) .card.category__card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #5444A5;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
 }
 .first_card:nth-of-type(5) .card.category__card .categorry__card_header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#5444A5;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
 }
 .first_card:nth-of-type(5) .card.category__card:hover .categorry__card_header::before{
    background-color: #ffffff;
    opacity: 1;
 }
 .first_card:nth-of-type(5) .card.category__card:hover:before{
    opacity: 1;
    cursor: pointer;
 }
 .first_card:nth-of-type(6) .card.category__card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #F68C20;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
 }
 .first_card:nth-of-type(6) .card.category__card .categorry__card_header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#F68C20;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
 }
 .first_card:nth-of-type(6) .card.category__card:hover .categorry__card_header::before{
    background-color: #ffffff;
    opacity: 1;
 }
 .first_card:nth-of-type(6) .card.category__card:hover:before{
    opacity: 1;
    cursor: pointer;
 }
 
 .first_card:nth-of-type(7) .card.category__card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #36BBF0;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
 }
 .first_card:nth-of-type(7) .card.category__card .categorry__card_header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#36BBF0;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
 }
 .first_card:nth-of-type(7) .card.category__card:hover .categorry__card_header::before{
    background-color: #ffffff;
    opacity: 1;
 }
 .first_card:nth-of-type(7) .card.category__card:hover:before{
    opacity: 1;
    cursor: pointer;
 }
 
 .first_card:nth-of-type(8) .card.category__card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #5FD46D;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
 }
 .first_card:nth-of-type(8) .card.category__card .categorry__card_header::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#5FD46D;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
 }
 .first_card:nth-of-type(8) .card.category__card:hover .categorry__card_header::before{
    background-color: #ffffff;
    opacity: 1;
 }
 .first_card:nth-of-type(8) .card.category__card:hover:before{
    opacity: 1;
    cursor: pointer;
 }

  .swiper {
  height: 500px;
  overflow-x: hidden !important;
  position: unset !important;
}
.swiper-wrapper{
  position: unset !important;
}
.swiper-scrollbar-drag{
  background: #007BBC !important;
  border-radius: 0 !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
  height: 3px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85% !important;
  bottom: -9px !important;
}
.swiper-scrollbar{
  background: #ffffff !important;
}

 .course{
     background-color: #F2F2F8;
     padding-bottom: 80px;
 }
.course_gap{
    padding-bottom: 45px;
}
 .course_tag{
     background-color: #1B9ADD;
     border-radius: 2px;
     display: inline-block;
     font-size: 14px;
     color: #fff;
     padding: .05rem .5rem;
     letter-spacing: 0.63px;
     font-weight: 500;
     margin-top: .5rem;
 }
 .course_footer{
    margin-top: 10px;
 }
 .course_footer_fp span, .course_footer_lp span{
     font-size: 24px;
     font-weight: 600;
     color: var(--black-primary);
     letter-spacing: 1.08px;
     margin-left: 7px;
 }
 .course_footer_fp img, .course_footer_lp img{
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
 }
 .course_footer_lp img{
    -webkit-filter: opacity(0.5);
            filter: opacity(0.5);
 }
 .course_footer_lp span{
    color: #2A2930;
    opacity: 0.4;
 }
 .course_footer_lp {
    position: relative;
    display: inline-block;
  }
  .course_footer_lp::before{
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
    height:  2px ;
    background-color: #2A2930;
    opacity: 0.3;
  }
  .owl-2-items{
    position: relative;
  }
  .like_tag{
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .more_course{
     background-color: #FBFBFD;
  }
  .more_course h2{
     letter-spacing: 2.86px;
     color: #2A2930;
     font-size: 42px;
     font-weight: 600;
  }
  .more_course p{
    letter-spacing: 1.26px;
    color: #2A2930;
    line-height: 30px;
    font-size: 20px;
    margin-top: 15px;
  }
  p.para-text{
    font-size: 15px;
  }
  .connected_with{
    background-color: #ffffff;
    border: 1px solid #E7E8EA;
  }
  .clint_div:nth-child(2){
    text-align: center;
  }
  .clint_div:nth-child(2) img{
    width: 70% !important;
  }
  .w-85{
     width: 85%;
  }
.slider__item:hover{
    background-color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 16px #0000000A;
            box-shadow: 0px 2px 16px #0000000A;
}
.slider__item{
     background-color: #FBFBFD;
     border: 1px solid #2A29301A;
     border-radius: 0px 40px 0px 0px;
     padding: 20px;
     position: relative;
     -webkit-transition: 0.3s ease;
     -o-transition: 0.3s ease;
     transition: 0.3s ease;
}
.slider_item_header_r img{
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}
.slider__item:hover::before{
    height: 100%;
}
.slider__item::before{
     position: absolute;
     content: '';
     bottom: 0;
     left: 0;
     width: 5px;
     height: 0;
     background-color: #007BBC;
     -webkit-transition: 2s linear;
     -o-transition: 2s linear;
     transition: 2s linear;
}
.slider_profile  img{
     width: 50px;
     height: 50px;
}
  .slider_profile_title{
    margin-left: 15px;
  }

.slider_profile_title h5{
    letter-spacing: 1.26px;
    color: #2A2930;
    font-size: 26px;
    font-weight: 500;
}
.slider_profile_title p{
    letter-spacing: 0.72px;
    color: #2A2930;
    opacity: 0.6;
    line-height: 1;
}
.slider_item_body{
    margin-top: 19px;
}
.slider_item_body p{
    letter-spacing: 0.81px;
    color: #2A2930;
    opacity: 0.8;
    font-size: 18px;
}
.faqs{
    background-color: #F9F9FB;
}
.question{
    background-color: #ffffff;
    margin-bottom: 27px;
    border-radius: 0px 20px 0px 0px;
}
.question-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 28px 40px;
    border-radius: 0px 20px 0px 0px;
}
.faq_haeder{
    letter-spacing: 1.82px;
    color: #2A2930;
    opacity: 0.8;
    font-size: 26px;
}
.question-btn:focus{
    outline: none;
}
.question.show-text{
    border: 1px solid #007BBC;
}
.question-text{
    padding: 0 40px 28px 40px;
}
.minus-icon {
    display: none;
}
.show-text .plus-icon {
    display: none;
}
.question-text {
    display: none;
}
.show-text .question-text {
    display: block;
}
.show-text .minus-icon {
    display: inline;
}
.blink{
    -webkit-animation: blink 1s linear infinite;
            animation: blink 1s linear infinite;
    font-weight: bold;
}
@-webkit-keyframes blink{
    0% {
          opacity: 0;
    }
    50% {
         opacity: 1;
    }
    100% {
        opacity: 1;
        
    }
   }
@keyframes blink{
    0% {
          opacity: 0;
    }
    50% {
         opacity: 1;
    }
    100% {
        opacity: 1;
        
    }
   }

.scrolling-about {
    overflow-x: hidden;
    height: 100%;
}
.mission-head {
    background-color: #007BB9;
    width: 192px;
    height: 84px;
    margin: 0 auto;
    border-radius: 47px;
    line-height: 5;
    color: #fff;
    font-size: 17px;
    -webkit-box-shadow: 0 9.5px 25px 5.5px #ececeb;
    box-shadow: 0 9.5px 25px 5.5px #ececeb;
}

.vertical-line {
    width: 1px;
    border-left: 4px dashed #cacaca;
    margin: 0 auto;
    height: 100%;
}
.mission {
    position: relative;
    left: -572px;
    width: 500px;
    text-align: center;
    top: -33px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
}
.vision-head {
    position: relative;
    left: -96px;
    top: 22px;
    -webkit-box-shadow: 0 9.5px 25px 5.5px #ececeb;
    box-shadow: 0 9.5px 25px 5.5px #ececeb;
}
.mission-head.values-head{
    position: relative;
    left: -99px;
}
 .vision {
    position: relative;
    left: 66px;
    width: 500px;
    text-align: center;
    top: -20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
}
.no-mission, .no-vision {
    background-color: #1d4796;
    color: #fff;
}
.noscroll-about{
    margin-top: 15px;
}

  .about__us{
      background-color: var(--main-bg-white);
  }
  .mb-28{
      margin-bottom: 28px;
  }
  .about__us p{
      letter-spacing: 0.99px;
      color: #323442;
      opacity: 0.8;
      font-size: 16px;
  }
 
  .sec-gap-y{
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .owl-1-items::before{
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: transparent -o-linear-gradient(89deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(1deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
  }
  .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }
  .webinar-content{
      position: absolute;
      bottom: 10px;
      left: 12px;
      color: #fff;
      font-weight: 500;
      font-size: 20px;
      letter-spacing: 1px;
  }
  .btn-share{
      position: absolute;
      top: 0;
      right: -5px;
  }
  .section__title-a{
      line-height: 1;
  }
  .blog{
      background-color: #F8F8FC;
  }
  .blog__card{
      border-radius: 14px;
      border: 0;
  }
  .owl-2-items{
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }
  .owl-2-items:hover{
      -webkit-transform: scale(0.98);
          -ms-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-box-shadow: 12px 15px 20px 0px rgb(46 61 73 / 15%);
              box-shadow: 12px 15px 20px 0px rgb(46 61 73 / 15%);
  }
  .blog__card .blog-img{
      border-top-left-radius: 14px;
      border-top-right-radius: 14px;
      width: 100%;
      height: 231px;
  }
  .owl-2-footer .fa{
      font-size: 25px;
      color: var(--grey-first);
      margin-right: 9px;
      /* transform: translateY(10px); */
  }
  .base-url:hover{
      text-decoration: none;
  }
  .owl-3-items::before{
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: transparent -o-linear-gradient(89deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(1deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
  }
  .owl-3-footer{
      bottom: 20px;
      left: 10px;
  }
  .profile-story{
      width: 65px;
      height: 65px;
  }
  .profile-story img{
     width: 100%;
     height: 100%;
     border-radius: 50%;
  }
   .owl-3-footer h5{
      letter-spacing: 0.72px;
      color: #FFFFFF;
   }
   .owl-3-footer p{
     letter-spacing: 0.54px;
     color: #FFFFFF;
     opacity: 0.6;
     font-size: 12px;
     line-height: 1;
   }
   .carousel-control-next, .carousel-control-prev{
    opacity: 1 !important;
   }
   .moreText{
       display: none;
   }
   .all-text{
       text-align: justify;
   }
   .show-more .moreText{
       display: inline;
   }
   .ins_story_card{
      -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
      box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%); 
   }
   .ins_story_card .card-img-top {
       height: 210px;
   }
   .card-desc{
       color: var(--black-primary);
   }
  .card-desc:hover{
      text-decoration: none;
       color: var(--black-primary);
   }
  
.ins_card_text{
   font-size: 14px;
   line-height: 1.57; 
   height: 75px;
}
.blog_social_media_icons {
    width: 25%;
    height: auto !important;
}
button.extend-btn{
    border: none;
    outline: none;
    background-color: transparent;
}
.social-a-icons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: var(--main-color-blue);
    margin-right: 12px;
    border-radius: 5px;
}
.social-a-icons i{
    color: #fff;
    font-size: 30px;
}
.custom_carosel-item{
    position: relative;
}
.custom_carosel-item::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.custom_carosel-item h2{
    font-size: 50px;
    text-transform: uppercase;
}
.terms__details p{
    text-align: justify;
}
.terms__details  ul{
    list-style:disc;
    margin-left: 30px;
}
.terms__details  ul li{
    margin-bottom: 15px;
    text-align: justify;
}
.privacy__second  ul li{
    margin-bottom: 15px;
    text-align: justify;
}
.init-sec{
    background-color: #fff;
}
.parent-url:hover{
    text-decoration: none;
}
 
.breadcrumb{
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item {
    font-size: 13px;
    color: #fff;
    font-weight: 500 !important;
}
.breadcrumb-item.active{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.breadcrumb-item.active a{
    color: #fff;
    font-weight: 500 !important;
    font-size: 13px;
    margin-top: -5px;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.team-meber.mb-5 {
    background-color: #fff;
    padding: 1rem;
    border-radius: 7px;
    /* box-shadow: 2px 2px 13px 2px #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    position: relative;
    transition: 0.5s all;
}
.team-meber.mb-5:hover{
    box-shadow: none;
}
.team-meber.mb-5::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: 2s linear;
    border-top: 3px solid var(--blue-dark-primary);
    border-left: 3px solid var(--blue-dark-primary);
    opacity: 0;
}
.team-meber.mb-5::after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    transition: 2s linear;
    border-bottom: 3px solid var(--blue-dark-primary);
    border-right: 3px solid var(--blue-dark-primary);
    opacity: 0;
}
.team-meber.mb-5:hover::before{
    border-top: 3px solid var(--blue-dark-primary);
    border-left: 3px solid var(--blue-dark-primary);
}
.team-meber.mb-5:hover::after{
    border-bottom: 3px solid var(--blue-dark-primary);
    border-right: 3px solid var(--blue-dark-primary);
}
.team-meber.mb-5:hover::after,.team-meber.mb-5:hover::before{
    width: 40%;
    height: 40%;
    opacity: 1;
}
.team-dis::before {
    content: "";
    display: block;
    border-top: 3px solid #c5c5c5;
    width: 45px;
    position: absolute;
}
.team-link i {
    color: var(--blue-dark-primary);
    margin-right: 4px;
    transition: all 0.5s;
    transform: scale(1);
}
.team-link a:hover i{
    transform: scale(1.15);
}
.team-profile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: fill;
}
 /* /Custom css for web pages */


 /* css for pop up modals */
 .modal.show{
     background-color: rgba(0, 0, 0, .4);
 }
 .popup-close:hover i{
     color: #fff;
     -webkit-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
             transform: rotate(360deg);
  }
  .popup-close i{
     -webkit-transform:  rotate(0);
         -ms-transform:  rotate(0);
             transform:  rotate(0);
     -webkit-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
  }
 .popup-close{
     width: 40px;
     height: 40px;
    background: transparent -o-linear-gradient(200deg, #209CFF 0%, #68E0CF 100%) 0% 0% no-repeat padding-box !important;
    background: transparent linear-gradient(250deg, #209CFF 0%, #68E0CF 100%) 0% 0% no-repeat padding-box !important;
     color: #fff;
     opacity: 1;
     border-radius: 50%;
     position: absolute;
     right: -12px;
     top: -12px;
     z-index: 99;
 }

 /* Css for Footer */
 .page-footer{
     background-color: #2A2930;
 }
 .footer-content{
    letter-spacing: 1.08px;
    color: #FFFFFF;
    font-size: 22px;
    opacity: 0.4;
 }
 .logo_white{
    margin-top: 30px;
 }
 .footer_container{
     width: 90%;
 }
 .footer__flex {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
     padding-top: 40px;
     padding-bottom: 40px;
 }
 .footer__flex__items{
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
 }
 .footer__flex__items h6 {
    letter-spacing: 1.08px;
    letter-spacing: 1.44px;
    color: #FFFFFF;
    opacity: 0.8;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
 }
  .footer__flex__items a{
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
 .footer__flex__items a:hover {
     text-decoration: none;
     opacity: 1;
 }
 .footer__flex__items p,
 .footer__flex__items a{
    line-height: 38px;
 } 
 .footer__flex__items a{
    letter-spacing: 1.08px;
    color: #FFFFFF;
    opacity: 0.4;
    font-size: 22px;
 }
 .bg-grey{
     background-color: #303030;
     padding-top: 29px;
     padding-bottom: 29px;
 }
 .call-span:hover{
     color: #51CADE;
     text-decoration: none;
 }
 .call-span:hover p{
     color: #51CADE;
 }
 .call-span small{
     letter-spacing: 0.81px;
     color: #51CADE;
     line-height: 1;
     font-size: 18px;
     font-weight: 500;
 }
 .call-span p{
     letter-spacing: 1.26px;
     color: #FFFFFF;
     font-weight: 500;
     font-size: 28px;
     line-height: 1;
 }
 .call-span i.fa{
     font-size:30px;
     color:#fff !important;
     margin:8px 5px 0 0
 }
 .call-span:hover .bounce{
      -webkit-animation: none;
              animation: none;
      -webkit-transform: translateX(-10px) scale(1.2);
          -ms-transform: translateX(-10px) scale(1.2);
              transform: translateX(-10px) scale(1.2);
  }
    .call-span .bounce{
      -webkit-transition: 0.3s linear !important;
      -o-transition: 0.3s linear !important;
      transition: 0.3s linear !important;
  }
 .bounce{
       -webkit-animation: bounce 1.5s ease-in infinite;
               animation: bounce 1.5s ease-in infinite;
  }
    @-webkit-keyframes bounce{
       0%, 20%, 60%, 100%{
           -webkit-transform: rotate(0);
                   transform: rotate(0);
       }
       40%{
           -webkit-transform:  rotate(45deg) translateX(-5px);
                   transform:  rotate(45deg) translateX(-5px);
       }
       80%{
           -webkit-transform: rotate(30deg) translateX(-7px);
                   transform: rotate(30deg) translateX(-7px);
       }
   }
    @keyframes bounce{
       0%, 20%, 60%, 100%{
           -webkit-transform: rotate(0);
                   transform: rotate(0);
       }
       40%{
           -webkit-transform:  rotate(45deg) translateX(-5px);
                   transform:  rotate(45deg) translateX(-5px);
       }
       80%{
           -webkit-transform: rotate(30deg) translateX(-7px);
                   transform: rotate(30deg) translateX(-7px);
       }
   }
 .social__ul li{
     margin-left: 16px;
 }
  .copyrigt-footer{
      position: relative;
      padding: 32px 0;
  }
  .copyrigt-footer::before{
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000000;
      opacity: 0.1;
      z-index: -1;
  }
  .text_muted:hover{
      color: #51CADE;
      text-decoration: none;
  }
  .text_muted{
    letter-spacing: 0.72px;
    color: #FFFFFF;
    opacity: 0.5;
  }
  .scrollTop {
      width: 40px;
      height: 40px;
      background: transparent -o-linear-gradient(338deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(112deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
              box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
      position: fixed;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      bottom: 500px;
      right: 8px;
      border: none;
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      border-radius: 2px;
      -webkit-transition: 2s ease;
      -o-transition: 2s ease;
      transition: 2s ease;
      cursor: pointer;
      color: #fff;
  }
  .social{
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
  }
  .social li{
       margin-left: 13px;
  } 
  .social li img{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
   }
  .social li:hover img{
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
   }

  .scrollTop.active {
      bottom: 40px;
      visibility: visible;
      opacity: 0.6;
  }
  .social__ul li a img{
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
  }
  .social__ul li:hover a img{
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
  }
  .modal-width {
    max-width: 60%;
}
.send-enquiry {
    position: fixed;
    right: -46px;
    color: #000000 !important;
    background-color: #ffc107;
    border-color: #ffc107;
    top: 50%;
    z-index: 10;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.list-style{
    list-style: square !important;
    margin-left: 28px;
    text-align: justify;
}
.para-row p{
    text-align: justify;
}
.content-text{
     letter-spacing: 0.72px;
    color: #FFFFFF;
}
.opacity_less{
    letter-spacing: 0.72px;
    color: #FFFFFF;
    opacity: 0.5;
}
.anchor-text-footer:hover{
    color: #fff;
    opacity: 1;
}
.anchor-text-footer{
    color: #fff;
    opacity: 0.8;
}
.contact_text{
    color: #212529;
}
.contact_text:hover{
    text-decoration: none;
    color: #212529;
}
.contact_text .fa{
    color: #007BB9;
    transform: rotate(0deg);
}
.marker_icon{
    color: #007BB9;
}
.cirlce-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    display: inline-block !important;
    transform: translateY(-2px);
}
span.text_underline_span{
    display: inline-block !important;
    text-decoration: underline;
}
.left_img{
    margin-top: 20px;
}
.left_img img{
    height: 254px;
}
.text-title{
   margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 36px;
    color: #1f2326;
}
.d_flex_box{
    display: flex;
    margin-top: 22px;
}
.d_flex_box-l{
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 0 10px;
}
.d_flex_box:nth-of-type(1) .d_flex_box-l{
    background-color: #e873a0;
}
.d_flex_box:nth-of-type(2) .d_flex_box-l {
    background-color: #5b7ab3;
}
.d_flex_box:nth-of-type(3) .d_flex_box-l {
    background-color: #f1b839;
}
.d_flex_box:nth-of-type(4) .d_flex_box-l {
    background-color: #24cc8f;
}
.d_flex_box:nth-of-type(5) .d_flex_box-l {
    background-color: #0c87bd;
}
.d_flex_box-l img{
    width: 25px;
    height: 25px;
    filter: invert(1);
}
.d_flex_box-r{
    padding-left: 25px;
}
.d_flex_box-r h5{
    font-weight: 600;
    color: #1f2326;
    font-size: 18px;
}
.d_flex_box-r p{
    font-size: 15px;
}
.p_feature h4{
    font-size: 36px;
    line-height: 36px;
    color: #1f2326;
    margin-bottom: 14px;
}
.f_card_box{
    text-align: center;
    background: rgba(255,255,255,.71);
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #ded8d8;
    min-height: 146px;
    height: 146px;
}
.f_card_box:hover{
    background: #fff;
    box-shadow: 1px 0 14px -3px #716f6f;
}
.f_card_box img {
    width: 32px;
    display: block;
    margin: 0 auto;
}
.f_card_box h4 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    color: #1f2326;
    line-height: 1.2;
}
/* .more, 
.morecontent span{
    font-size: 15px;
} */

.feature .border-right-blue {
    border-left: 2px solid #007cba;
}

.feature .card-content .card:hover{
    box-shadow: 1px 2px 32px #9d9999; 
}
.feature p {
    font-size: 1.1rem;
}
.feature p.h1 {
    font-size: 2.5rem;
    font-weight: 700;
}
.feature .count {
    font-weight: 700;
    font-size: 1.5rem;
}
.feature p.h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
.internalHiring, .ai{
    margin-top: 1rem;
}
.metaverseDelivery{
    margin-top: 7rem;
}
.globalBranding {
    margin-top: 4.5rem;
}
.industrySpecific {
    margin-top: 2.5rem;
}
 /* /Css for Footer */
 .video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
/* Blog */
.widget {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #eee;
}
.widget.search .h6, .widget.latest-posts .h6 {
    font-size: 1.3rem;
}
.widget.search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: .95em;
    font-family: open sans,sans-serif;
    font-weight: 400;
    background: 0 0;
}
.widget.latest-posts a {
    display: block;
    color: #555;
    text-decoration: none;
}
.widget.latest-posts .item {
    margin-bottom: 20px;
}
.widget.latest-posts .image {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}
.post .avatar {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.btnPrimary{
    color: #fff;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid #EA2B4F;
    border-radius: 5px;
    background-color: #EA2B4F;
    font-weight: 600;
}
.outlineBtn {
    color: #EA2B4F;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid #EA2B4F;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 600;
}
.outlineBtn:hover {
    background-color: #EA2B4F;
    color: #fff;
}
.all-blog-cards .category{
    padding: 0px 0px;
}
.blog-titles {
    display: inline-block;
    padding: 5px 2px;
    font-size: 16px;
}
button:focus {
    outline: unset;
    outline: unset;
}
#searchData::placeholder{
    font-weight: 400 !important;
    font-size: 1rem;
    color: gray;
}
.blog_sec_img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 230px;
    width: 100%;
}
.student_testimonials .slider__item{
    height: 176px;

}
/* end blog */
/* media query */

@media (min-width: 768px) {
    /* .active-bg #header .navbar .navbar-nav a.nav-link {
        color: var(--black-primary);
    } */
    #closeMenu {
        display: none;
    }
    div.ml-row {
        margin-left: -4px;
    }
    .copyright-parent {
        width: 79%;
    }
    .modal_left {
        -ms-flex: 0 0 35.333333%;
        -webkit-box-flex: 0;
                flex: 0 0 35.333333%;
        max-width: 35.333333%;
    }
    /* .modal_right {
        -ms-flex: 0 0 63.666667%;
        flex: 0 0 63.666667%;
        max-width: 63.666667%;
    } */
    .modal_right-height {
        height: 538px;
    }
}

@media (min-width: 992px) {
    /* div.colz-parent {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    } */
    div.col-lg-3.colz {
        -ms-flex: 0 0 29%;
        -webkit-box-flex: 0;
                flex: 0 0 29%;
        max-width: 29%;
        padding-left: 0;
        padding-right: 13px;
    }
    div.colz-sm {
        -ms-flex: 0 0 9%;
        -webkit-box-flex: 0;
                flex: 0 0 9%;
        max-width: 9%;
        padding-left: 0;
    }
    .modal_lg {
        max-width: 67%;
    }
}

@media only screen and (min-width: 1200px) {
    /* div.colz-parent {
        -ms-flex: 0 0 72%;
        flex: 0 0 72%;
        max-width: 72%;
    } */
    div.col-lg-3.colz {
        -ms-flex: 0 0 30%;
        -webkit-box-flex: 0;
                flex: 0 0 30%;
        max-width: 30%;
        padding-left: 0;
        padding-right: 13px;
    }
    div.colz-sm {
        -ms-flex: 0 0 9%;
        -webkit-box-flex: 0;
                flex: 0 0 9%;
        max-width: 9%;
        padding-left: 0;
    }
}

@media only screen and (max-width:1360px) {
    .crircle__div {
        width: 477px;
        height: 477px;
    }
}


@media only screen and (max-width:1280px) {
   .section__title{
       font-size: 42px;
   }
}
@media only screen and (max-width:1199px) {
  .top-content h1{
      font-size: 45px;
  }
  .crircle__div{
      width: 417px;
      height: 417px;
  }
  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
      width: 70% !important;
  }
   
}
@media only screen and (max-width:1147px) {
   .owl-theme.owl-1 .owl-nav {
      left: 0 !important;
      bottom: -53px !important;
   }
}
@media only screen and (max-width:1105px) {
    .navbar .navbar-nav .nav-item{
      margin-left: 1px;
    }
}

@media only screen and (max-width:1138px) {
   .owl-2-body h3{
      font-size: 18px;
   }
}
@media only screen and (max-width:998px) {
    .owl-theme.owl-1 .owl-nav {
        left: 0 !important;
        bottom: -53px !important;
    }
    .owl-2-body h3{
        font-size: 24px;
    }
}
@media only screen and (max-width:991px) {
    .colz-sm {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 5px;
    }
    .navbar .navbar-nav a.nav-link {
        color: var(--black-primary);
        font-size: 13px;
    }
    .navbar .navbar-nav .nav-item:nth-of-type(6){
        margin-left: 0 !important;
     }
    
    .top-content h1{
        font-size: 26px;
    }
    .top-content p,
    .about__us p {
        font-size: 16px;
        line-height: 32px;
    }
    .flex__counter_items b, .plus-counter{
        font-size: 40px;
    }
    .crircle__div{
        width: 278px;
        height: 278px;
    }
    .section__title{
        font-size: 40px;
    }
    .footer__flex__items h6{
        font-size: 20px;
        margin: 18px 0 0 0;
    }
    .footer__flex__items p, .footer__flex__items a{
        font-size: 12px;
        line-height: normal !important;
    }
    .footer_container {
        width: 98%;
    }
      .active-bg #header {
          position: fixed;
      }

      #header {
          position: unset;
      }

      #top__header {
          padding-top: 0;
          padding-bottom: 0;
      }

      #sidebarCollapse:focus {
          outline: none;
          border: none;
      }

      #sidebarCollapse {
          /* width: 40px; */
          z-index: 1024;
          padding-left: 10px;
          padding-right: 10px;
          text-align: center;
          outline: none;
          border: none;
          background-color: transparent;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: ease-in 0.1s;
          -o-transition: ease-in 0.1s;
          transition: ease-in 0.1s;
      }

      #sidebarCollapse>i {
          font-size: 22px;
          color: var(--main-color-red);
          margin-top: 2px;
      }

      #sidebarCollapse.active {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
      }

      .mobile-nav {
          width: 50%;
          /* height: 0px;
          min-height: 0px; */
          position: fixed;
          right: -100%;
          top:0;
          background: #fff;
          z-index: 999;
          -webkit-transition: opacity .3s linear, right .3s ease-out;
          -o-transition: opacity .3s linear, right .3s ease-out;
          transition: opacity .3s linear, right .3s ease-out;
          display: block;
      }

      .mobile-nav.active {
          top: 0;
          right: 0;
          width: 50%;
          height: 100vh;
      }
      #side-click-close.active {
          display: block;
          height: 100vh;
       }

      #side-click-close {
          background-color: rgba(0, 0, 0, .5);
          width: 100%;
          height: 0;
          position: fixed;
          left: 0;
          top: 0;
          z-index: 999;
          display: none;
        }
    body.stop-scroll {
          overflow-y: hidden;
        }
}
@media only screen and (max-width:786px) {
    .owl-2-body h3 {
          font-size: 18px;
    }
}


@media only screen and (max-width:767px) {
    .sub-heading, 
    .more_course h2{
       font-size: 30px;
    }
    .clint_div{
        text-align: center;
    }
    .mt_row-sm{
        margin-top: 93px;
    }
    .owl-theme.test_carousel .owl-nav {
        top: -87px !important;
        right: 0;
        margin-top: 0;
    }
    .social{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

   
     .navbar .navbar-nav .nav-item:nth-of-type(6){
        margin-left: 18px !important;
     }
     .mySearch{
        padding-left: .5rem !important;
     }
     .top_search{
        padding: .6rem .6rem .6rem 3rem;
     }
     .input_group, .input_group .btn.btn_search_input{
         display: block;
     }
    .stories-dd {
        width: 100%;
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .top-content p{
        margin-top: 5px;
    }
    .colz,
    .colz-sm {
        margin-top: 10px;
    }
    .sec-gap,
    .gap-top,
    .contact {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer__copyright {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar {
        padding: 0;
    }
  
    ul.main-ul {
        padding-top: 10px;
        padding-bottom: 20px;
        border-top: 1px solid #ccc;
    }
    .navbar .navbar-nav a.nav-link {
        color: var(--black-primary);
        font-size: 15px;
        font-weight: 600;
    }
    /* .navbar .navbar-nav .nav-item.active a.nav-link {
        color: #fff;
    } */
    .navbar .navbar-nav .nav-item a.nav-link::after,
    .active-bg .navbar .navbar-nav .nav-item a.nav-link::after {
     bottom: -6px;
     height: 2px;
    }
    
    .navbar .navbar-nav .nav-item {
        margin-right: 18px;
        margin-left: 18px;
        margin-top: 10px;
    }
    li.btn-grey-second,
    li.empl-btn {
        width: 160px;
        text-align: center;
    }
    /* .navbar .navbar-nav .nav-item:nth-of-type(6){
          margin-top: 10px;
      } */
    #header {
        background-color: #ffffff;
        padding-top: .5rem;
        padding-bottom: .5rem;
        /* box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
          -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%); */
    }
    .active-bg #header{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    #closeMenu:focus {
        outline: none;
        border: none;
    }
    #closeMenu {
        position: absolute;
        right: 16px;
        top: 10px;
        outline: none;
        border: none;
        background-color: transparent;
    }
    #closeMenu.active>img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
    #closeMenu>img {
        font-size: 40px;
        color: #fff;
        -webkit-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
        transition: ease-in 0.3s;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
    }
    .top_search{
        width: 100%;
    }
    .mobile-nav.active{
        width: 85%;
      }

    .notification>span {
        top: 12px;
    }
    .navbar-brand>img {
        width: 147px;
    }
    .active-bg #header .navbar-brand>img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05);
    }
   .flex_now_wrap{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 15px;
        margin-left: 0;
   }
   .flex_now_wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: var(--second-box-shadow);
            box-shadow: var(--second-box-shadow);
    border-radius: 10px;
    background-color: #F9F9FB;
   }

  .flex_now_wrap::-webkit-scrollbar-thumb {
    background:var(--blue-dark-primary);
   }

    .flex__counter_items{
        margin-right: 10px;
    }
    .flex__counter_items p{
        font-size: 13px !important;
    }
    .top__banner {
        /* background: url(../assets/banner-top.png); */
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .common_container{
        width: 90%;
    }
    .sec-gap-y{
        padding-top: 15px;
    }
    .blog{
        padding-bottom: 40px;
    }
    .course{
        padding-bottom: 115px;
    }
    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 90% !important;
    }

    .swiper-button-next, .swiper-button-prev{
         top: 110% !important;
    }
    .connected_with{
          padding-top: 30px;
          padding-bottom: 30px;
    }
    .owl-2-items{
        height: auto;
    }
    .owl-theme.owl-3 .owl-nav {
        top: -46px !important;
        right: 15px !important;
    }
    .story .section__title{
        padding-left: 35px;
    }
  
    .story .base__line {
        margin-left: 35px;
    }
    .owl-3{
        padding-top: 40px;
    }
  
   .top-content h1{
       font-size: 25px;
   }
   .top-content p {
       width: 205px;
   }
   .topBanner{
       height:200px;
   }
   .footer__flex{
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
   }
   .section__title{
       font-size: 30px;
   }
   .flex__counter_items b, .plus-counter{
       font-size: 32px;
   }
   .crircle__div{
       width: 330px;
       height: 330px;
       margin-left: auto;
       margin-right: auto;
   }
 
    .story .container-fluid{
     padding: 0;

    }
    .pad-r {
        padding-right: 6px;
    }
    .pad-l {
        padding-left: 6px;
    }
    /* .colz{
           margin-bottom: 12px;
       } */
    .flex-no-wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }
    .flex-no-wrap::-webkit-scrollbar {
        display: none;
    }
    .col-sm {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
                flex: 0 0 46%;
        max-width: 46%;
        padding-right: 0;
    }
    .card.category__card>div>div h4 {
        font-size: 13px;
    }
    .feature__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .feature__card__right {
        margin-top: 10px;
    }
    .contact .container {
        width: 100%;
    }
    .footer_heading {
        margin-bottom: 4px;
    }
    .col-sm {
        margin-bottom: 0 !important;
    }
    .top__content {
        padding: 10px;
    }
    .padingr-4 {
        padding-right: 4px;
    }
    .padingl-4 {
        padding-left: 4px;
    }
    .feature__card {
        padding: 8px;
    }
    .feature__card__desg>span {
        margin-right: 20px;
        display: block;
    }
    /* .feature__card__desg>span:nth-of-type(2) {
        margin-right: 0;
    } */
    .feature__card__desg>span:nth-of-type(4) {
        position: absolute;
        top: 8px;
        right: 15px;
        margin-right: 0;
    }
    .feature__card__left>h5 {
        font-size: 17px;
    }
    .feature__card__left>h5 .exp {
        margin-left: 8px;
    }
    button.btn.btn-apply {
        position: initial;
    }
    .colz-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .btn.btn-home {
        width: 100%;
    }
    .footer-column {
        padding-left: 8px;
        padding-right: 8px;
    }
    .footer__ul,
    .footer__ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
      .footer__ul>li{
          margin-bottom: 10px;
          text-align: center;
      }
    .footer__ul>li>a {
        font-size: 15px;
        padding: 0;
    }
    .tag-parent>select {
        width: auto;
        margin-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .feature__card__title>button {
        margin-bottom: 10px;
    }
    .details__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .details__inner-right>h1 {
        font-size: 25px;
    }
    span.skill_tag {
        margin-bottom: 8px;
    }
    .sub_title {
        font-size: 25px;
    }
    .common_text,
    .desc_div>p,
    .privacy__second p {
        font-size: 14px;
    }
    .desc_div>i {
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);
    }
    .terms__banner {
        height: 89px;
    }
    .terms__banner h1 {
        font-size: 20px;
    }
    div.feature__card.all__job__cards {
        padding-left: 15px;
        padding-right: 15px;
    }
    button.btnApply{
        margin-left: 0 !important;
    }
    .details__description>.container-fluid {
        width: 96%;
    }
    .px-gutter{
        padding-left: 0;
        padding-right: 0;
    }
    .container-width{
        width: 100%;
    }
    section.topbanner{
        height: auto;
    }
    .topbanner h1{
        font-size: 24px;
    }
    .contact_title{
        font-size: 23px !important;
    }
    .modal_right{
        min-height: 412px;
    }
    .modal_right.modal_right-password {
        min-height: 246px;
    }
    .close-modal{
        top: 5px;
        right: -5px;
    }
    .modal_right>div{
        margin-top: 22px;
    }
    .left_bottom > img{
        width: 180px !important;
    }
    .details__inner-right>div span.decs{
        display: block;
    }
    .user-profile-section .container-fluid{
        padding: 15px;
    }
     .feature__card__right > div{
        margin-top: 5px;
    }
    .topbanner h1{
    padding-top: 0;
    padding-bottom: 0;
    }
    form#job_seeker_profile_update > .row > .col-12 {
        padding: 0px;
    }
    .question-text.faq-card-body {
        padding-left: 40px;
        padding-right: 40px;
    }
    section.topbanner.job__topbanner{
        padding-bottom: 0px;
    }
    input#remember_me {
        top: -1px;
    }
    .modal_left.modal_left-blue,.modal_right{
        border-radius: 0px !important;
    }
    .modal_right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .dropdown-menu.dropdown-menu-right.profile-dropdown{
        bottom: 0px;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        width: 100%;
        position: static !important;

    }
    .modal_left {
        border-radius: 0px 0px 0px 0px !important;
    }
    .all_city_names {
        max-height: 190px;
        top: 35% !important;
        width: 90% !important;
    }
    .topnav__search i.fa-search {
        display: none;
    }
    .clip_o{
        top: 15px
    }
    .desc_div{
        display: block;
    }
    .my-jobs .btn-searchclear {
        margin-top: 1rem;
    }
    .about__us p{
        font-size: 20px;
        line-height: 32px;
    }
    #header .container-fluid {
        width: 95%;
    }
    .social__ul li a img{
        width: 40px;
    }
    .owl-3 .owl-stage{
        padding-left: 35px !important;
    }
    .top-content p{
        font-size: 16px;
    }

    .top-content {
        position: unset;
        /* top: 45%;
        left: 2%; */
        left: unset;
        top: unset;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         transform: translateY(0);
    }
    .modal-width {
        max-width: 100%;
    }

   .btn.btn-gradient{
         margin-top: 10px;
         width: 230px;
         height: 40px;
         font-size: 16px;
     }
     .pointer-move {
         bottom: 10px;
     }
     .custom_carosel-item img{
         height: 230px !important;
     }

    .custom_carosel-item h2{
         font-size: 30px;
     }
     .ins_story_card{
         margin-bottom: 20px;
     }
     .transform-section .common_container, .courses_details .common_container{
         width: 95%;
     }
     .courses_details{
         height: 320px !important;
     }
     .courses_details h2{
         font-size: 25px;
         margin-top: 20px;
     }
     .fixed-form{
         position: static;
         width: 100%;
     }
     .sample-code {
         font-size: 13px;
     }
     .front__card{
         margin-bottom: 20px;
     }
     .front__card h4{
         font-size: 18px;
     }
     .img-center{
        text-align: center;
     }
     img.thumbs_lady{
        width: 60% !important;
        margin: 0 auto;
     }
     .p_feature h4 {
        font-size: 26px;
     }
     .f_card_box h4{
        font-size: 16px;
     }
     body p{
         font-size: .8rem !important;
         line-height: 1.5 !important;
         letter-spacing: normal !important;
         text-align: justify;
     }
     h1,h2, h3, h4, h5, h6{
         letter-spacing: normal !important;
     }
}
@media only screen and (max-width:766px) {
        .owl-2-body h3 {
          font-size: 24px;
    }
}

@media only screen and (max-width:575px) {
    /* .mobile-nav {
          width: 100%;
      } */
}

@media only screen and (max-width:390px) {
    .top__banner__box h1,
    .category h3,
    .featured__job h3,
    .contact_title {
        font-size: 20px;
    }
    .contact_title span {
        font-size: 12px;
    }
}

@media only screen and (max-width:375px) {
 .crircle__div {
      height: 280px;
      width: 280px;
  }
  .owl-2-body h3{
      font-size: 18px;
  }
}
@media only screen and (max-width:360px) {
  .common_container,
  .footer_container {
      width: 97%;
  }

  .crircle__div {
      height: 260px;
      width: 260px;
  }
  .topBanner {
      height: 200px;
  }
}