
@font-face {
  src: url(icofont/fonts/icofont.woff2);
}

@font-face {
  src: url(../fonts/CoolveticaRg-Italic.woff);
  src: url(../fonts/CoolveticaRg-Italic.woff2);
 font-family: "CoolveticaRg-Italic";
}

@font-face {

  src: url(../fonts/Coolvetica-V2.woff);
  src: url(../fonts/Coolvetica-V2.woff2);
    font-family: "Coolvetica";
 
}
.img-stl img{
    width:30%;
background:#fff;
padding:10px;
border-radius:5%;
}
.mplpo  h3{
    font-size:22px;
}


*{
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
}
.fs-47{
    font-size:47px!important;
}
.fs-25{
    font-size:25px!important;
}
h2{
    margin: 0px;
}
.kb-ht{
      min-height: 420px!important;
}

.only-preet-ht .flkfhsss{
        min-height: 385px!important;
}
.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #fff;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}
.header_area {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: sticky;
    top: 0px;
    z-index: 999;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 360px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #343a40;
    font-weight: 500;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #0d71f4;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 16px;
    font-weight: 500;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #343a40;
  text-transform: uppercase;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #0d71f4;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}


/*main body css after menu*/

body{
    font-family: 'Poppins', sans-serif;
}
p{
    font-family: 'Jost', sans-serif;
    font-size: 16px;
}
.dsdccxz h5{
    color#fff;
}
.new-updt-bnr{
    background-image:url(../images/slider1.webp);
    background-size:cover;
    background-position:center;
}
.main-banner{
   /* background: rgba(254, 146, 64, 0.05);*/
    /*background: #f8fcff;*/
   
    
}
.min-ht-420{
    min-height:420px!important;
}
.min-ht-400{
    min-height:400px!important;
}
.min-ht-450{
    min-height:465px!important;
}
.min-ht-430 .flkfhsss{
    min-height:430px!important;
}
.min-ht-440{
    min-height:430px!important;
}

.min-ht-320{
    min-height:320px!important;
}

.min-ht-360{
    min-height:360px!important;
}

.min-ht-380{
    min-height:380px!important;
}

.min-ht-450 .fhdsjd{
    min-height:465px!important;
}

.min-ht-510{
    min-height:510px!important;
}
.min-ht-540{
    min-height:540px!important;
}

 .main-banner h2{
    font-weight: 700;
    font-size: 29px;
    line-height: 45px;
    /*color: #0a70ea;*/
}

.main-banner p{
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight:bold;
}
.main-banner img{
    width: 100%;
}

.main-banner .sl-left{
    padding: 15% 0%;
}
.main-banner .sl-left h2 span{
    font-size:57px;
}
.main-banner .sl-left span{
    color: #ff473c;
    /*text-transform: lowercase;*/
    ;
}

.theme-button {
    transition: 0.3s ease-out;
    display: inline-block;
    line-height: 52px;
    font-weight: 700;
    font-size: 14px;
    margin: 0px;
    padding: 0px 30px;
    text-transform: uppercase;
}

.btn-outline-primary {
    color: #0d71f4;
    border-color: #0d71f4;
}

.btn-primary {
    color: #ffffff;
   background-image: linear-gradient(to right, #01d3a6, #0d71f4);
    border-color: #0d71f4;
}
.s-button{
    margin-top: 50px;
}
.degree-section{
    padding: 80px 0px;
}
.degree-section .degree-main-blc {
    position: relative;
   box-shadow: 0px 5px 15px 0px rgb(49 106 255 / 10%);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
   /* transition: all 0.7s;*/
}

.degree-section .degg-iconn {
    position: absolute;
    top: 50px;
}
.degree-section .degg-iconn i {
    font-size: 50px;
    color: #ff473c;
}
.degree-section .degg-innr {
    padding-left: 80px;
}
.degree-section .degg-innr h5 {
    font-size:22px;
    color:#0d74f2;
}
.degree-section .degree-main-blc h3 {
    color: #0d71f4;
    /* font-weight: bold; */
}

.blue-bg{
  background-image: linear-gradient(to right, #01d3a6, #0d71f4);
    color: #fff;
}
.blue-bg h3{
    color: #fff!important;
}
.blue-bg i{
     color: #fff!important;
}
.degree-section .degree-main-blc:hover{
     background-image: linear-gradient(to right, #01d3a6, #0d71f4);
    color: #fff;
  /* transition: all 0.5s;*/
}

.degree-section .degree-main-blc:hover h5{
      color: #fff;
}
.degree-section .degree-main-blc .white-hd h5{
    color: #fff;
}

.degree-section .degree-main-blc:hover i{
      color: #fff;
}

.why-joinn{
    padding: 50px 0px;
    background: #f8fcff;
 
    
}
.main-title h4{
    color: #01d3a6;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}
.h4-title h4 {
    color: #333;
    font-weight: bold;
    font-size: 50px;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}
.h4-title h4 span{
    color: #ff473c;
    font-family: "CoolveticaRg-Italic";
    letter-spacing: 2px;
}
/*.main-title h4{
    color: #333;
    font-weight: bold;
    font-size: 50px;
}
.main-title h4 span{
    color: #ff473c;
}*/

.main-title h3{
    color: #333;
    font-weight: bold;
    font-size: 50px;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}
.main-title h3 span{
    color: #ff473c;
    font-family: "CoolveticaRg-Italic";
    letter-spacing: 2px;
    
}
.main-title h5{
    color: #333;
    font-weight: bold;
    font-size: 50px;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}
.main-title h5 span{
    color: #ff473c;
    font-family: "CoolveticaRg-Italic";
    letter-spacing: 2px;
}

.main-title h2{
    color: #333;
    font-weight: bold;
    font-size: 50px;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}
.main-title h2 span{
    color: #ff473c;
    font-family: "CoolveticaRg-Italic";
    letter-spacing: 2px;
}

.main-title h1{
    color: #333;
    font-weight: bold;
    font-size: 50px;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}
.main-title h1 span{
    color: #ff473c;
    font-family: "CoolveticaRg-Italic";
    letter-spacing: 2px;
}
.main-title{
    margin-bottom: 50px;
}
.huoitjg{
    padding-bottom: 50px;
}

.kdsudv{
   position: relative;
  /* box-shadow: 0px 10px 10px 2px rgb(0 0 0 / 10%);*/
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-height: 280px;
}

.kdsudv:hover .nbvmb-iconn{
    border: 1px solid #01d3a6;
}

.kdsudv .nbvmb-iconn{
    position: absolute;
    top: 50px;
    background: #fff;
    padding: 15px;
    border-radius: 100%;
    box-shadow: 0px 10px 10px 2px rgb(0 0 0 / 10%);
}

.kdsudv .nbvmb-iconn i {
    font-size: 40px;
    color: #01d3a6;
}
.kdsudv .dbvbv-innr {
    padding-left: 100px;
}
.kdsudv .dbvbv-innr h5{
    font-size:20px;
    font-weight:600;
}

.pad-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}
.v-center {
    align-self: center;
    align-items: center;
}
.text-l {
    text-align: left!important;
}
.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}
.cd1 {
    background: #70e4e8;
}
.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.icon-bg {
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center;
}

.icon-bg img{
    width: 100%;
}
.work-card p {
    color: #050748;
    font-family: Poppins,sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 0;
    padding: 0 12px;
}
.cd2 {
    background: #f5eb92;
}
.cd3{background:#a3ffe2}
.cd4{background:#ffbc7a}
.cd5{background:#e3ff8e}
.cd6{background:#ffa0c6}
.cd7{background:#f3a6ff}
.cd8{background:#97ffaf}
.cd9{background:#6cfffa}
.cd10{background:#77baff}
.cd11{background:#ffefd4}
.cd12{background:#7affdb}

.whatisd{
    padding: 50px 0px;
}

.whatisd .fhdsjd{
    padding: 52px 25px;
    margin-bottom: 30px;
    border-radius: 20px;
    width: 100%;
    
}

.whatisd .fhdsjd .iconn-f{
    width: 80px;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    
    
}

.whatisd .fhdsjd .ldgjifn h5{
    font-size:26px;
    
    
}
.whatisd .fhdsjd .iconn-f img{
    width: 100%;
    
}

.srcl1 {
    background: #e9edff;
    border-bottom: 4px solid #b0bdff;
}

.srcl2 {
    background: #fff0e0;
    border-bottom: 4px solid #ffc093;
}
.srcl3 {
    background: #fbeefd;
    border-bottom: 4px solid #f6bcff;
}
.srcl4 {
    background: #e2f3f5;
    border-bottom: 4px solid #9ff3ff;
}
.srcl5 {
    background: #f2f9e0;
    border-bottom: 4px solid #ffdaa2;
}

.srcl6 {
    background: #e7ff9f80;
    border-bottom: 4px solid #e7ff9f;
}
.choose-card h5{
    font-size:24px;
}

.choose-card {
    margin-bottom: 40px;
    padding: 74px 30px 65px;
    position: relative;
    z-index: 1;
  /*  background-color: #ffffff;*/
    margin-right: 10px;
}
.choose-card::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
   background-color: #ffffff;
    height: 100%;
    width: 100%;
    -webkit-transform: skewY(165deg);
    transform: skewY(165deg);
    z-index: -1;
    border-radius: 5px;
}
.choose-card i {
    font-size: 50px;
    position: absolute;
    top: 52px;
    right: 20px;
    color: #ff473c;
    line-height: 1;
}
.choose-card .circle {
    position: absolute;
    z-index: -1;
    top: -30px;
    right: -15px;
    height: 50px;
    width: 80px;
    border-radius: 0 0 150px 150px!important;
    background-color: #ff473c;
    -webkit-transform: rotate(89deg)!important;
    transform: rotate(89deg)!important;
}
/*.choose-card:hover{
    border: 1px solid red;
}*/
.choose-card:hover::after {
    opacity: 1;
}
.choose-card::after {
    content: "";
    bottom: -20px;
    right: -20px;
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
    -webkit-transform: skewY(165deg);
    transform: skewY(165deg);
    z-index: -2;
    border: 2px solid #ff473c;;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.who-can-join{
    background: #f1f7fb;
    padding: 80px 0px;
}

.who-can-join .nbvcmnbvm{
    padding: 25% 0%;
}

.hvr-bounce-to-right:before{
     background-image: linear-gradient(to right, #01d3a6, #0d71f4)!important;
  
}

.tp-br ul{
    margin: 0px;
}

.tp-br ul li a{
    color: #fff;
}
.tp-br{
    padding: 10px 0px;
     background :#0d71f4;
}
.header_area{
    padding: 10px 0px;
    /*box-shadow: 0px 5px 15px 0px rgb(49 106 255 / 10%);*/
    border-bottom: 1px solid #e7e7e7;
}

.testmionialss{
    padding: 50px 0px;
}

.testmionialss .testimonial{
    margin: 0 20px 50px; 
     text-align: center;
}
.testmionialss .testimonial .pic{
   /* display: inline-block;*/
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /*margin: 0 15px 15px 0;*/
    margin: 0 auto;
   
}
.testmionialss .testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testmionialss .testimonial .testimonial-profile{
  /*  display: inline-block;*/
    position: relative;
    /*top: 15px;*/
    margin: 20px 0px;
}
.testmionialss .testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testmionialss .testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.testmionialss .testimonial .description{
    padding: 20px 22px;
   background-image: linear-gradient(to right, #01d3a6, #0d71f4);
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testmionialss .testimonial .description:before,
.testmionialss .testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testmionialss .testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.testmionialss .owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.testmionialss .owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.testmionialss .owl-prev:before,
.testmionialss .owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #1f487e;
}
.testmionialss .owl-next:before{ content: "\f054"; }

footer{
    background: #000624;
    padding-top: 50px;
}
.ftop-quotee{
    background: linear-gradient(to right, #f1f7fb 70%, #01d3a6 30%);
    padding: 50px 0px;
}
.ftop-quotee .main-title{
    margin-bottom: 0px;
}
/*.ftop-quotee .mr-ttt {
padding-top: 7%;
}*/
.ftop-quotee .mr-ttt .theme-button{
    background: #fff;
    color: #000;
}

footer .f-linkkd{
    list-style: none;
}
footer .f-linkkd li{
     margin-bottom: 10px;
    transition: 1s;
}
footer .f-linkkd li:hover{
    margin-left: 10px;
    transition: 1s;
}
footer .f-linkkd li:hover a{
   color: #01d3a6;
}
footer .f-linkkd li a{
    font-size: 16px;
    color: #fff;
   
}
footer p{
    color: #fff;
}
footer h3{
    color: #01d3a6;
}
/*.f-linkkd i{
    color: #01d3a6;
}*/
.s-mnbmv li a{
    border: 1px solid #01d3a6;
    color:  #01d3a6;
   padding: 8px 10px;
}
.s-mnbmv li:hover a{
    text-decoration: none;
}
footer a:hover{
    text-decoration: none;
}

#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
#accordion .panel-heading:before,
#accordion .panel-heading:after{
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}
#accordion .panel-heading:after{
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
#accordion .panel-title a{
    display: block;
    padding: 15px 70px 15px 25px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
   /* letter-spacing: 1px;*/
    color: #333;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f106";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #0c74f1;
    position: absolute;
    top: 0;
    right: 0;
}
#accordion .panel-title a.collapsed:before{ content: "\f107"; }
/*#accordion .panel-title a .icon{
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #0c74f1;
    font-size: 20px;
    color: rgba(0,0,0,0.7);
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}*/
#accordion .panel-body{
    padding: 10px 20px;
    margin: 0 0 20px;
    border-bottom: 3px solid #0c74f1;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}

.nA-FQ{
    padding: 50px 0px;
   /* background: #f7f7f7;*/
}

.ljkgoffd7fgh .migbvvk img{
    width: 150px!important;
    margin: 0 auto;
    border-radius: 100%;
}
.ljkgoffd7fgh .migbvvk{
    background: #fff;
    padding: 40px 20px;
    box-shadow: 0px 5px 15px 0px rgb(49 106 255 / 10%)
}
.plavemnncvb{
    padding:80px 0px;
    background: #f1f7fb;
}

.about-dg{
     padding:80px 0px;
    background: #f1f7fb;
}

/*.about-dg .lknfdiugui{
    padding-top: 20%;
}*/
.placement-partnerr{
    padding-bottom: 80px;
    
}

.clients-heading{
    color: #333 !important;
    font-weight: bold !important;
    font-size: 50px !important;
}

.clients-heading span{
    color: #ff473c !important;
    font-family: "CoolveticaRg-Italic";
}

.placement-partnerr .ifhuidooo{
    background: #fff!important;
    margin: 10px;
    padding: 30px;
    /* max-height: 170px; */
    text-align: center;
    /* min-height: 170px; */
    border-radius: 8px 40px 8px 40px;
  
    box-shadow:0 3.4px 2.7px 0px rgb(0 0 0 / 6%), 1px 1px 11px 2px rgb(0 0 0 / 7%), 1px 2px 40px -30px rgb(0 0 0 / 20%);

}
.inner-banner{
    padding: 80px 0px;
    background-image: url(../images/vcb.webp);
    background-size: cover;
}
.form-enq{
    background: #0c74f1;
    padding: 20px;
    border-radius: 4px;
   box-shadow:0 3.4px 2.7px 0px rgb(0 0 0 / 6%), 1px 1px 11px 2px rgb(0 0 0 / 7%), 1px 2px 40px -30px rgb(0 0 0 / 20%);
}
.form-enq .form-control{
   /* border-radius: 0px;*/
    height: 50px;
    margin-bottom: 10px;
}
.form-enq textarea{
    height: 100px!important;
}
.form-enq h4{
    font-size:30px;
    font-weight:700;
}

.mnbnnb{
    color: #fff;
    text-align: center;
    margin-top: 30px;
    
}
.mnbnnb h2{
    font-weight: bold;
}
.mnbnnb h2 span{
     color: #01d3a6
}

.bknut ul{
    list-style: none;
    margin-top: 30px;
}
.bknut ul li{
    margin-bottom: 10px;
    font-weight: 500;
}

.bknut ul li i{
    color: #01d3a6;
        font-size: 16px;
}
.form-enq{
    position: relative;
}
.form-enq .iconifrm{
    position: absolute;
    top: -40px;
    left: 40%;
    
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 100px;
    border-radius: 100%;
    background: #01d3a6;
}
.form-enq .iconifrm i{
    font-size: 50px;
    color: #fff;
}

.form-enq .theme-button {
    background: #01d3a6;
    color: #fff;
}

.inner-title{
    margin-bottom: 30px;
}

.inner-title h4{
    color: #333;
    font-size: 40px;
    /*font-weight: bold;*/
    margin-bottom: 30px;
   /* font-family: "Coolvetica";
    letter-spacing: 2px;*/
}

.inner-title h4 span{
    color: #ff473c;
   /* font-family: "CoolveticaRg-Italic";
    letter-spacing: 2px;*/
}

.inner-title h3{
    color: #333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}

.inner-title h3 span{
    color: #ff473c;
    font-family: "CoolveticaRg-Italic";
    letter-spacing: 2px;
}

.inner-title h2{
    color: #333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}

.inner-title h2 span{
    color: #ff473c;
    font-family: "CoolveticaRg-Italic";
    letter-spacing: 2px;
}


.ldjgifdfif{
    background: #f1f7fb;
    padding: 80px 0px;
}
.ihu{
    padding: 80px 0px;
}

.enquire-form {
    background: #d6fffc;
    background: -moz-linear-gradient(top, #d6fffc 0, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #d6fffc 0, #ffeff5 100%);
    background: linear-gradient(to bottom, #d6fffc 0, #ffeff5 100%);
}
.light-bgs {
    background: rgba(255, 255, 255, .52);
    padding: 30px;
    border-radius: 8px;
}
.common-heading h2 {
    margin-bottom: 60px;
}
.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-block textarea {
    height: 100px;
    width: 100%;
    padding: 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ytirtur {
    padding: 80px 0px;
}
.ytirtur .fhdsjd img{
    width: 100%;
}
.ytirtur .fhdsjd .iconn-f {
    width: 80px;
    width: 80px;
    text-align: center;
    margin: 0 auto;
}
.ytirtur .fhdsjd {
    padding: 52px 25px;
    margin-bottom: 30px;
    border-radius: 20px;
    min-height: 360px;
}

.gfhgfjkgre{
      background: linear-gradient(to right, #f1f7fb 70%, #01d3a6 30%);
}
/*.pdt{
    padding-top: 50px;
        
}*/

.ldjgifdfif ul{
    list-style: none;
}

.ldjgifdfif ul li{
    margin-bottom: 10px;
    font-weight: 500;
}
.ldjgifdfif ul li i {
    color: #01d3a6;
    font-size: 16px;
}

.form-container .form-horizontal:before,
.form-container .form-horizontal:after{
    content: '';
    background-color: #01d3a6;
    height: 100%;
    width: 100%;
    border: 1px solid #01d3a6;
    transform: rotate(3deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.form-container .form-horizontal:after{ transform: rotate(-3deg); }

.wide-sblock {
    display: inline-flex;
    text-align: left;
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 20px;
   min-height: 194px;
    align-items: center;
}
.s-card-icon {
    width: 120px;
   /* margin: 0 auto 30px;*/
}
.s-card-icon img{
    width: 100%;
}
.s-block-content {
    margin: 0 0 0 20px;
}

.mbfifgr{
    padding: 80px 0px;
}

.nvcxku{
    padding:20px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.nvcxku i{
    font-size: 50px;
   color: #01d3a6;
}

.nvcxku h4{
    font-size: 20px;
}

.fjdhfjfjddd{
    background:  #0c74f1;
}

/*.fjdhfjfjddd{
    color: #fff;
}*/
.fjdhfjfjddd .main-title p{
    color: #fff;
}
.fjdhfjfjddd .main-title h2{
    color: #fff;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}
.fjdhfjfjddd .fkjhi{
background: #fff;
    padding: 20px;
    border-radius: 20px;
    
}

.jhght{
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%)!important;

    border-radius: 20px;
}

.fhtgttt{
    padding: 80px 0px;
}

.seo-service{
    background-image: url(../images/seobg.webp);
    background-size: cover;
    background-position: top right;
}

.digital-service{
     background-image: url(../images/nnmnn.webp);
    background-size: cover;
    background-position: top right;
}

.webd-service{
     background-image: url(../images/WEBD.webp);
    background-size: cover;
    background-position: top right;
}
.ppcd-service{
     background-image: url(../images/ppcd.webp);
    background-size: cover;
    background-position: top right;
}

.dgm{
    background-image: url(../images/ggf.webp);
    background-size: cover;
    background-position: top right; 
}

.ssb{
    background-image: url(../images/ssb.webp);
    background-size: cover;
    background-position: top right; 
}

.web-d{
    background-image: url(../images/web-d.webp);
    background-size: cover;
    background-position: top right; 
}

.pp-c{
    background-image: url(../images/pp-c.webp);
    background-size: cover;
    background-position: top right; 
}

.mjjjoii .mkmkmmkmk{
    min-height: 232px;
    width:100%;
}

.mjjjoii .mkmkmmkmk .s-card-icon{
   width: 150px;
}

.ngfdig{
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.fgkgjf{
    background: #fff;
}


.modal-box{ font-family: 'Poppins', sans-serif; }
.modal-box .show-modal{
    color: #fff;
    background-color: #fb3640;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #fff;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 750px;
    margin: 50px auto 0;
}
.modal.fade .modal-dialog{
    transform: scale(0);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
}
.modal.in .modal-dialog{ transform: scale(1); }
.modal-box .modal-dialog .modal-content{
    background: #fff;
    border-radius: 30px;
    border: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    overflow: hidden;
}
.modal-box .modal-dialog .modal-content .close{
    color: #747474;
    background-color:rgba(255,255,255,0.5);
    font-size: 30px;
    font-weight: 300;
    text-shadow: none;
    line-height: 32px;
    height: 27px;
    width: 27px;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 15px;
    top: 15px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}
.modal-content .close:hover{ color: #747474; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 0 !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-image{ padding: 0 !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-image img{
    height: 100%;
    width: 100%;
}
.modal-box .modal-dialog .modal-content .modal-body .content{
    padding: 36px 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .content form input{
     border-radius: 0px;
    margin-bottom: 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .content form select{
     border-radius: 0px;
    margin-bottom: 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #fb3640;
    /*font-family: 'Sacramento', cursive;*/
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .sub-title{
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    display: block;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background-color: #fb3640;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
   /* width: 175px;*/
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: 1px solid rgba(255, 255,255, 0.6);
    outline-offset: -5px;
    transition: all 0.4s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px){
    .modal-box .modal-dialog{ width: 95% !important; }
    .modal-box .modal-dialog .modal-content .modal-body .modal-image{
        height: 250px;
        overflow: hidden;
    }
    .modal-box .modal-dialog .modal-content .modal-body .modal-image img{ height: auto; }
    .modal-box .modal-dialog .modal-content .modal-body .content{ 
        text-align: center;
        padding: 30px;
    }
    .modal-box .modal-dialog .modal-content .modal-body .content .sub-title{ font-size: 25px; }
}
.ojhf8r8j{
    list-style: none;
    
}
.ojhf8r8j li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    
}
.ojhf8r8j li i{
    color: #ff473c;
}
.gjkkrjgtrigji .flkfhsss h5{
    font-size:26px;
}
.gjkkrjgtrigji .flkfhsss {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 20px;
    text-align: center;
    min-height: 360px;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);

    
}
.lkhytttt{
    display: inline-flex;
    align-items: center;
}
.lkhytttt .pic{
    margin-right: 10px!important;
}

.ougjfjgf{
    padding: 80px 0px;
}
.jgdfhdsyfd{
    padding: 80px 0px;
    background: #f1f7fb;
}

.bnvbvmvbbv .flkfhsss{
    min-height: 400px;
}
ul{
    /*list-style: none;*/
   
}
.dsjdkfdgkufgdfdh ul{
    margin-left: 20px;
}

.bg-gray{
    background:#f1f7fb;
}

.bg-gradient{
   background-image: linear-gradient(to right, #01d3a6, #0d71f4);
}

.lets-start h4{
    color:#333;
    font-size:40px;
    font-weight:bold;
    
}
.lets-start h4 span{
color:#ff473c;
font-family: "CoolveticaRg-Italic";
}

.dmopMx{
    display: none!important;
}
.programs-ghlts{
    padding-top: 50px;
}

.icon-list{
    list-style: none;
}
.icon-list li{
    margin-bottom: 10px;
    font-weight: 500;
}

.icon-list  li i {
    color: #01d3a6;
    font-size: 16px;
}

.thannks{
    background-image:url(../images/thankuu.webp);
            background-size: cover;
            background-position: top right;
            padding: 100px 0px;
}


.dsfdsfetre img{
    width: 100%;
}
.dsfdsfetre{
    margin-bottom: 30px;
    
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.dlab-blog.style-1 {
    box-shadow: 0px 0 20px 0 rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
    overflow: hidden;
}
.bg-white {
    background-color: #fff !important;
}
.dlab-blog {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.dlab-media img {
    margin: 0 auto;
}
img.imimnn {
    width: 43% !important;
}
.dlab-blog.style-1 .dlab-info {
    padding: 30px;
}
p.m-bbbb {
    text-align: center;
}
tr.trtr {
    background-color: #f67a7a;
    color: #fff;
}


.Our-Expertise {
    padding: 50px 0px;
}
.Our-Expertise .ddfkihgk {
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-align: center;
    margin-bottom: 30px;
    /*min-height: 440px;*/
}
.Our-Expertise .ddfkihgk p {
    color: #333;
    font-size: 16px;
}
.Our-Expertise .ddfkihgk img {
    width: 60%;
    margin-bottom: 20px;
}
.fohjghknn {
    padding: 50px 0px;
    background-image: url(../images/customers-logos-bg.webp);
    background-size: cover;
    background-position: bottom center;
}

.fohjghknn .hgjhnhjjh {
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-align: center;
    margin-bottom: 30px;
}
 h3{
    font-size:22px;
}
.fohjghknn .hgjhnhjjh img {
    width: 80px;
    margin-bottom: 20px;
}
.bhvghghgh {
    padding-top: 50px;
    background-image: url(../images/bhbh.png);
    background-size: cover;
}
.dkgbudhs {
    padding: 10% 0%;
}

.content-inner-2 {
    padding: 50px 0px;
}
.pricingtable-wrapper.style-2 {
    padding: 35px 20px;
    border: 3px solid transparent;
    border-radius: 8px !important;
    border-image: none;
    overflow: hidden;
    transition: all 0.5s;
    border-image: 100 round;
}
.pricingtable-wrapper {
    box-shadow: 1px 0 50px rgb(0 0 0 / 10%);
    border-radius: 0.25rem !important;
    overflow: hidden;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.pricingtable-inner {
    text-align: center;
}
.pricingtable-wrapper.style-2 .pricingtable-title {
    margin-bottom: 15px;
}
.pricingtable-wrapper.style-2 .pricingtable-bx {
    margin-bottom: 25px;
    color: #f8ae56;
    font-size: 36px;
    font-weight: 800;
}
.pricingtable-wrapper.style-2 .pricingtable-bx small {
    font-size: 18px;
    color: #262626;
    font-weight: 600;
}
.pricingtable-wrapper.style-2 .pricingtable-features {
    padding: 15px 0;
    border-top: 1px solid #E1E1F0;
}
.pricingtable-features {
    list-style: none;
}
.pricingtable-wrapper.style-2 .pricingtable-features li {
    padding: 5px 0 5px 40px;
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    position: relative;
    text-align: left;
}
.pricingtable-wrapper.style-2 .pricingtable-features li:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    width: 26px;
    height: 26px;
    background: #feeff3;
    display: block;
    position: absolute;
    left: 0;
    color: var(--primary);
    border-radius: 35px;
    text-align: center;
    top: 6px;
    line-height: 26px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.Our-Expertise .ddfkihgk img {
width: 80px;
    margin-bottom: 20px;
}

/*today*/
.mfhgggr{
    margin-bottom: 30px;
}
.mfhgggr .utitri-icn {
    position: absolute;
    top: 20px;
    background: #01d3a6;
    padding: 15px;
    border-radius: 100%;
    /*box-shadow: 0px 10px 10px 2px rgb(0 0 0 / 10%);*/
}
.mfhgggr .utitri-icn i {
    font-size: 30px;
    color: #fff;
}
.mfhgggr .mmnh-innr {
    padding-left: 100px;
}
.bdhbnc{
    padding: 50px 0px;
}
.wehr8ee {
    background: #0d71f4;
    padding: 50px 0px;
}
.wehr8ee .firf h2{
    font-weight: bold;
    color: #fff;
}
.wehr8ee .firf h4{
    font-weight: bold;
    color: #fff;
}
.min-new-ht .ddfkihgk{
min-height: none!important;
}

.wehr8ee .main-title h3{
    color: #fff!important;
    font-family: "Coolvetica";
    letter-spacing: 2px;
}

.vcb-jpg{
    background-image: url(../images/vcb.webp);
    background-size: cover;
    background-position: top right;
}

.pr-image{
    background-image: url(../images/pr.webp);
    background-size: cover;
    background-position: center left;
    padding:20% 0px;
}

.rankingscreen {
    background: url(../images/tv.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
   width: 611px;
    height: 484px;
    padding-right: 22px;
    padding-top: 43px;
    padding-left: 29px;
    margin: 0 auto;
    margin-right: 0;
    max-width: 100%;
}
.rankingscreen .table_scroll {
    overflow-y: scroll;
    height: 257px;
}
.rankingscreen .table_scroll {
    margin-top: 5px;
}
.rankingscreen .scrollstyle {
    overflow: hidden;
    overflow-y: scroll;
}
.scrollstyle {
    overflow-x: scroll;
}


.kdgufiovv {
    background: #eee;
    padding: 50px 0px;
}
.kdgufiovv ul li {
    text-align: center;
    width: 12%;
    height: auto;
    margin: 10px;
    background: white;
    padding: 20px;
    border-radius: 30px 0;
    box-shadow: rgb(255 85 85 / 24%) 0px 3px 8px;
}
.kdgufiovv ul li img {
    /* width: 50%; */
    margin: 0 auto;
    width: 100%;
}

.hfujidjds{
    padding: 50px 0px;
}

.ihireiuoo{
    padding: 50px 0px;
    background: #f7f7ff;
}
.ihireiuoo .iehywwaaa{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
}
.ihireiuoo .iehywwaaa h4{
    color: #333;
}
.ihireiuoo .iehywwaaa:hover{
    color: #fff;
      background: #0d71f4;
}
.ihireiuoo .iehywwaaa:hover h4{
    color: #fff;
      
}
.ihireiuoo .iehywwaaa:hover i{
   background: #01d3a6;
      
}
.ihireiuoo .iehywwaaa i{
    font-size: 30px;
    margin-right: 20px;
    color: #fff;
    height: 50px;
    width: 80px;
    background: #0d71f4;
    padding: 10px;
    border-radius: 100%;
}

.thkfee{
    padding: 20px;
    border: 1px solid #eee;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  .rankingscreen{
      background:none;
      width:100%;
      height:inherit!important;
  }
  
}


/*today*/
.dtretry{
    padding: 50px 0px;
}
.uytijijii{
    padding: 20px;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    border-radius: 10px;
}
.uytijijii:hover{
    background: #0d71f4;
    color: #fff;
}
.uytijijii .fkijtt i{
    font-size: 25px;
    background: #0d71f4;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
   
}
.uytijijii .fkijtt{
    margin-bottom: 25px;
}
.uytijijii:hover .fkijtt i{
     background: #01d3a6;
} 
.ioouuuu{
    background-image: url(../images/Hero.jpg);
    background-size: cover;
    padding: 50px 0px;
  
}
.ioouuuu .kdiieuy{
    background: #0d71f4;
    padding: 40px;
    color: #fff;
    border-radius: 20px;
    outline: 1px solid #fff;
  outline-offset: -15px;
}
.prt-folio{
    padding: 50px 0px;
}
.nbifdkvk .uytijijii{
min-height: 250px;
}

.klgbhf{
       background: #0d71f4;
    border-radius: 20px;
    padding: 50px 20px 0px 20px;
}
/*.ghkhghkgllllk .kdiieuy h4{
    color: #01d3a6;;
    
}*/
.ghkhghkgllllk .kdiieuy{
      border-radius: 0px;
}
.ghkhghkgllllk{
    padding: 0px;
  
    background-image: url(../images/Depositphotos_21187935_base_opt.webp);
}

.okyijhg{
    background-image: url(../images/odoo.webp);
}
.okyijhg .kdiieuy{
     background: none!important;
    color: #333;
    outline: none;
   /* border: 1px solid #0d71f4;*/
}

.hide-robot{
    display: none!important;
}

.mncbcccx .cxcsss ul{
    display:flex;
    list-style:none;
    
}
.mncbcccx .cxcsss h4 a{
    color:#333;
}
.mncbcccx .cxcsss h4 a:hover{
    text-decoration:none;
}
.mncbcccx .cxcsss ul li{
    padding:10px;
}
.mncbcccx .cxcsss{
    background:#fff;
    padding:20px;
    border-radius:5px;
    margin-bottom:30px;
    min-height:340px;
}
.mncbcccx .cxcsss .bdr-rt{
    border-right:1px solid #939393;
}
.mncbcccx{
    background:#eee;
    padding:50px 0px;
}
.mncbcccx .cxcsss ul li img{
    width:100%;
}
.mncbcccx .cxcsss .logo-lisst li{
    width:50%;
}
.mncbcccx .cxcsss ul li .btn{
    padding:8px 15px;
    background-image: linear-gradient(to right, #01d3a6, #0d71f4);
    border-color: #0d71f4;
    color:#fff;
    margin-top:10px;
}
.loloctn{
    padding:20px 0px;
}
.loloctn a{
    color:#333;
    font-size:20px;
    background-color:#eee;
    padding:30px 50px;
    border:1px solid #333;
    border-radius:30px 5px 30px 5px;
    overflow:hidden;
}
.loloctn a:hover{
    text-decoration:none;
}

.dsa{
    background-image: url(../images/dsa.jpg);
    background-size: cover;
    background-position:center;

}

 .call1 {
    position: fixed;
    bottom: 0;
    right: 5px;
    z-index: +9999;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
.call1 img {
    width: 70px;
    margin-bottom: 20px;
    margin-right:30px;
    display: block;
}
  .call2 {
    position: fixed;
    bottom: 0;
    left: 5px;
    z-index: +9999;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
.call2 img {
    width: 60px;
    margin-bottom: 20px;
    margin-left:30px;
    display: block;
}

.bhaggjj{
    padding:50px 0px;
}
.bhaggjj h5{
    font-size:30px;
    font-weight:bold;
}


.dream-care{
    padding: 50px 0px!important;
}
.dm-ovrvieww{
    padding: 80px 0px;
}
.sddwwww:hover{
    background:#0d72f3;
    color:#fff;
}
.sddwwww:hover a{
    color:#fff;
}
.sddwwww:hover .m-icon i{
   
    color:#01d1a7;
}

.sddwwww{
    position: relative;
    box-shadow: 0px 5px 15px 0px rgb(49 106 255 / 10%);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background:#fff;
    min-height:120px;
}
.m-icon{
    position: absolute;
    top: 26px;
}
.m-icon i{
    font-size: 50px;
    color: #ff473c;
}
.m-content {
    padding-left: 70px;
}
.pd-4-0{
    padding:0px;
}
.oiuiwuwjeqq{
    /*padding:20px;*/
    color:#333;
    background:#fff;
    }
    .slick-new-section{
        
    }
    
    .sdifjei{
        padding:20px;
    }

.md-greene{
    background:#01d1a7;
}
.md-bluee{
    background:#0d72f3;
}
.md-yelloeee{
    background:#f3620d;
}


.new-tabsss .tab{ text-align: center; }
.new-tabsss .tab .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.new-tabsss .tab .nav-tabs li{
    margin: 0;
}
.new-tabsss .tab .nav-tabs li a{
    display: block;
    padding: 80px 20px 10px;
    background: #f7f7f7;
    font-size: 17px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.new-tabsss .tab .nav-tabs li a span{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #01ccab;
    margin: auto;
    font-size: 30px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    /*transform: rotate(45deg);*/
}
.new-tabsss .tab .nav-tabs li.active a span{
    background: #0d75f2;
    color: #fff;
}
/*.new-tabsss .tab .nav-tabs li a span i{
    transform: rotate(-45deg)!important;
}*/
.new-tabsss .tab .nav-tabs li.active a,
.new-tabsss .tab .nav-tabs li a:hover{
    color: #999;
    border: none;
    border-bottom: 2px solid #fff;
}
.new-tabsss .tab .nav-tabs li.active a{
    border-bottom: 2px solid #29335c;
}
.new-tabsss .tab .tab-content{
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
.new-tabsss .tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .new-tabsss .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .new-tabsss .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
}

.new-tabsss{
  padding: 50px 0px;
    background: #f7f7f7;
}

.lothkgot{
   /* background: #f7f7f7;*/
    padding: 20px;
    text-align: center;
}
.lothkgot img{
    border-radius: 10px;
}
.dskhd{
    padding: 10px;
}

#curriculum .icon-list li{
    position: relative;
    margin-left: 20px;
    color: #333;
    border-bottom: 1px solid #939393;
    padding-bottom: 10px;
}
#curriculum .icon-list li:before{
    content: '\f101';
   font-family: "FontAwesome";
    position: absolute;
    color: #0d75f2;
    left: -15px;
    font-weight: 600;
}
#curriculum .icon-list li span{
    color: #0d75f2;
    font-weight: 500;
}

.ditiruee a{ 
    width: 100%;
}
.ditiruee h4{
    color: #333;
    font-weight: 500;
    font-size:30px;
}
.ditiruee h5{
    color: #333;
    font-weight: 500;
    font-size:30px;
}

.ditiruee h3{
    color: #333;
    font-weight: 500;
     font-size:30px;
}

.ditiruee h2{
    color: #333;
    font-weight: 800;
     font-size:30px;
}
.ditiruee{
    padding: 20px;
}
.dskhd h5{
    background: #0d75f2;
    text-align: left;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
}
.dskhd h4{
    background: #0d75f2;
    text-align: left;
    padding: 10px;
    color: #fff;
    border-radius: 2px;
}
.feest-tabble tr td{
    padding: 20px!important;
}
.feest-tabble tr th{
    padding: 20px!important;
}

.instructorr .our-team{
    position:relative;
    overflow: hidden;
    height: 355px;
}
.instructorr .our-team .team-pic > img{
    width: 92%;
    height:auto;
}
.instructorr .our-team .team-profile{
    background:#1abc9c;
    padding: 0 24px;
    position: absolute;
    right: 0;
    bottom: -46%;
    width: 90%;
    min-height:245px;
    transition: all 0.25s ease 0s;
}
.instructorr .our-team:hover .team-profile{
    bottom:0px;
}
.instructorr .our-team .team-profile:before{
    content: "";
    border-bottom: 30px solid #1abc9c;
    border-right: 262px solid transparent;
    position: absolute;
    top:-30px;
    left: 0;
}
.instructorr .our-team .team-title{
    line-height: 22px;
    font-family: serif,Arial;
}
.instructorr .our-team .team-title:after{
    content:"";
    display: block;
    width: 10%;
    border-bottom:4px solid #fff;
    padding-bottom:5px;
}
.instructorr .our-team .team-title a{
    font-size: 23px;
    text-transform: uppercase;
    font-weight:bold;
    color: #fff;
    display: block;
    transition:all 0.2s linear 0s;
}
.instructorr .our-team .team-title a:hover{
    color:#333;
    text-decoration: none;
}
.instructorr .our-team .team-title > small{
    font-size: 16px;
    font-weight: bold;
    color:#fff
}
.instructorr .our-team .description{
    color: #fff;
    line-height: 25px;
}
.our-team .description:after{
    content:"";
    display:block;
    border-bottom:1px solid #fff;
    margin-top: 10px;
}
.our-team .team-social{
    padding:0;
}
.our-team .team-social > li{
    display: inline-block;
    margin-right: 12px;
}
.our-team .team-social > li > a{
    color:#fff;
    font-size:15px;
}
.our-team .team-social > li > a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .our-team{
        width: 310px;
        margin: 0 auto 15px;
    }
    .our-team .team-profile:before{
        border-right: 300px solid transparent;
    }
    

    
   
}
@media only screen and (max-width: 359px) {
    .our-team{
        width: auto;
    }
}

.instructorr{
    padding: 80px 0px;
}

.admin-procedure{
    padding: 80px 0px;
}
.admin-procedure .saswww{
    padding: 20px;
    text-align: center;
    
}
.admin-procedure .saswww:hover{
    background:#f7f7f7;
}
.admin-procedure .saswww:hover h1{
      color:#1abc9c;
       -webkit-text-stroke:0px;
}
.saswww h1{
    font-size: 90px;
    -webkit-text-stroke: 1px #0d73f3;
    display: block;
    color: transparent;
    font-family: "Roboto Condensed";
    font-weight: 900;
    transition: 0.4s ease-in-out;
    margin:0px;
  }
  .saswww h3{
      margin:0px;
  }
  
 .min-ht-1060
 {
    min-height:950px!important;
 }
  
  .opozozoz{
      background-image: url(../images/Digital-Marketing-Training-alumini.webp), linear-gradient(90deg,#001322c7 28%,rgb(1 51 89 / 70%) 55.62%,hsla(0,0%,100%,0));
      background-size:cover;
    background-blend-mode: overlay;
    padding:136px 0px;
    animation: slide 60s linear infinite;
     color:#fff;
      background-repeat: repeat-x;
  width: 100%;
  }
  .opozozoz h5{
      color:#fff;
  }
 /* @keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}*/
  
.bdr-right{
    border-right:1px solid #939393;
}

/*.text-blue{
    background:#0d72f3;
}*/

.povmnbzx{
    background:#fff;
    padding:5px;
    border-radius:4px;
    margin-bottom:20px;
}


.slick-slide img {
    display: block;
    padding: 0px 30px;
}
.slick-new-section{
    position:relative;
    overflow:hidden;
}
.slick-new-section .left-layer{
     position:absolute;
     top:0px;
     left:0px;
     background: linear-gradient(270deg,hsla(0,0%,100%,0),#fff 90%);
     width:10%;
     height:100vh;
     z-index:9999;
    }
    .slick-new-section .right-layer{
     position:absolute;
     top:0px;
     right:0px;
     background: linear-gradient(88deg,hsla(0,0%,100%,0),#fff 90%);
     width:10%;
     height:100vh;
     z-index:9999;
    }

    .boxshadows{
        border: none!important;
        border-radius: 50px!important;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px!important;
        padding: 18px!important;
    }
    
    .text-white-color{
        color: white!important;
    }


/*arun New page Css for Services in  india */


.content-rt{
    background-size: cover;
    padding: 50px 0px!important;
    background-position: bottom;
}
.c-writing{
   background-image: url(../images/n-images/gngyj.webp)!important;
   
}
.link-bld{
     background-image: url(../images/n-images/bnr-t.webp)!important;
   
}
.e-com-t{
    background-image: url(../images/n-images/ecom-t.webp)!important;
}
.local-scs{
    background-image: url(../images/n-images/local-sc.webp)!important;
}
.orm-top{
    background-image: url(../images/n-images/orm-tp.webp)!important;
}
.guest-bn{
    background-image: url(../images/n-images/guest-top.webp)!important;
}
.link-bld ul li{
    font-size: 12px;
}
.link-bld ul li i{
       color: #01d3a6;
    
}
.content-rt .main-title h1{
    line-height: 60px;
}
.dsghdurtu{
    padding: 80px 0px;
}
.dsghdurtu .tjtyhggrg{
    padding: 50px 20px 200px 20px;;
    position: relative;
    padding-left: 50px;
   
   /* background-image: url(../images/n-images/portfolio-bg-2.jpg);*/
    background-size: cover;
    background-position: top;
    border-radius: 20px;
    
}
.foiyy{
     min-height: 200px;
}
.grgdfgfd{
     background-image: url(../images/n-images/hfgf.webp);
    padding: 20px 20px 20px 20px!important;
}
.fttbj{
   background: #fff;
    padding: 20px;
    border-radius: 100%;
    height: 130px;
    width: 130px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 10px #e1e1ed;
}
.web-ct{
     background-image: url(../images/n-images/web.webp);
}
.content-ed{
  background-image: url(../images/n-images/conte.webp);   
}
.blog-wr{
    background-image: url(../images/n-images/blog.webp);   
}

.social-me{
     background-image: url(../images/n-images/socialm.webp);
}
.e-bk{
     background-image: url(../images/n-images/email-t.webp);
}
.academic-co{
     background-image: url(../images/n-images/academic.webp);
}
.video-sc{
     background-image: url(../images/n-images/video.webp);
}
.email-wr{
     background-image: url(../images/n-images/email.webp);
}
.proof{
     background-image: url(../images/n-images/proofreading.webp);
}
.dsghdurtu .tjtyhggrg .fedw img{
    width: 20%;
  /*position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
  border-radius: 100%;
    padding: 10px;*/
    
}
/*.dsghdurtu .tjtyhggrg .fedw{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #0d71f4;
    border-radius: 100%;
  
    left: -20px;
}*/
.fseffe{
    
    background-size: cover;
    background-position: left;
}
.chnage-img-ecom{
    background-image: url(../images/n-images/yyu.webp)!important;
    background-position: center;
}

.chnage-img-post{
    background-image: url(../images/n-images/bg-post.webp)!important;
    background-position: center;
}
.chnage-img-orm{
    background-image: url(../images/n-images/orm-two.webp)!important;
    background-position: center;
}
.chnage-img-guest{
    background-image: url(../images/n-images/bnr-lr.webp)!important;
    background-position: center;
}
.jhyyyy{
    background-image: url(../images/n-images/hjgf.webp);
    background-position: center;
}
.juiujh{
     background-image: url(../images/n-images/yuyuyf.webp);
    background-position: center;
}
.img-rounded-new{
    border-radius: 20px;
}

.fseffe{
    padding: 50px 0px;
}

.ihireiuoo{
    padding: 50px 0px;
    background: #f7f7ff;
}
.fseffe .iehywwaaa{
    display: flex;
    align-items: center;
    /*border: 1px solid #ddd;*/
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    /*background: #fff;*/
}
.fseffe .iehywwaaa h4{
    color: #333;
   /* font-weight: 600;*/
    font-size: 20px;
    margin-bottom: 15px;
}
/*.fseffe .iehywwaaa:hover{
    color: #fff;
      background: #0d71f4;
}*/
.fseffe .iehywwaaa:hover h4{
    color: #0d71f4;
      
}
.fseffe .iehywwaaa:hover i{
   background: #01d3a6;
      
}
.fseffe .iehywwaaa i{
    font-size: 30px;
    margin-right: 20px;
    color: #fff;
    height: 50px;
    width: 80px;
    background: #0d71f4;
   /* -webkit-border-radius:63px 63px 63px 63px/
   108px 108px 72px 72px;*/
   /* fails in Safari, but overwrites in Chrome */
   border-radius:70% 70% 70% 70%/80% 80% 60% 60%;
    padding: 10px;
   /* border-radius: 100%;*/
}
/*.fsdfd{
    background-image: url(../images/n-images/ret.jpg);
    background-size: cover;
    background-position: right;
}*/

.rgfdehytj{
    background-image: url(../images/n-images/lihgf.webp);
    background-size: cover;
    background-position: right;
    padding: 80px 0px;
        
}
.rgfdehytj .icon-list li{
    padding: 5px 0px;
}
.rgfdehytj .icon-list li i{
    color: #ff473c;
}

.feffdif{
    background-image: url(../images/n-images/yjgh.webp);
    background-size: cover;
    background-position: right;
    padding: 80px 0px;
        
}
.fkjfk{
    background-image: url(../images/n-images/bg-m.webp)!important;
}
.mmn-bgg{
    background-image: url(../images/n-images/mmn-bg.webp)!important;
}
.orm-bgg{
   background-image: url(../images/n-images/orm-3.webp)!important;
}
.bg-sgr{
    background-image: url(../images/n-images/bg-gst.webp)!important;
}
.feffdif .icon-list li{
    padding: 5px 0px;
}
.feffdif .icon-list li i{
    color: #ff473c;
}
.ijtiohhoh img{
    width: 30%!important;
}
.tesial{
    border-radius: 20px;
    padding: 30px;
    margin: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
.m-left{
    margin-left: 50px;
}







 /* kanchan added css */
    .boxshadows{
        border: none!important;
        border-radius: 50px!important;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px!important;
        padding: 18px!important;
    }

    .circle{
        animation: turn 10s infinite linear;
        margin: 2px;
      }
      @keyframes turn{
        0%{
            transform: rotate(90deg);
        }
        50%{
            transform: rotate(180deg);
        }
        100%{
            transform: rotate(360deg);
        }
        
      }
      .fknh {
        padding-top: 40px;
        text-align: center;
    }
    .animation-box8 {
        width: 198px;
        height: 55px;
        position: absolute;
        top: 57px;
        right: -64px;
        animation: moveleftbounce 5s linear infinite;
    }
    .animation-box8 img {
        width: 129px;
        position: absolute;
        bottom: 0;
    }
      @keyframes moveleftbounce {
        0% {
          transform: translateX(0);
      }
      
      50% {
          transform: translateX(50px);
      }
      100% {
          transform: translateX(0);
      }
      }
     
    .icon {
        width: 75px;
        padding: 20px;
        margin-right: 30px;
        border-radius: 58px;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: rgb(243 113 0 / 25%) 0px 3px 3px -1px, rgb(255 133 9 / 30%) 0px 3px 5px -1px;
    }
    .icon img {
        width: 34px;
    }
    .text-cent{
        text-align: center;
    }
    .topic {
        background: #64bc80;
        border-radius: 40px;
        color: #fff!important;
        font-size: 15px !important;
        width: 149px;
        padding: 8px;
        margin: 10px auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .topic:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100px;
        width: 70px;
        height: 100%;
        background: rgba(255,255,255, 0.3);
        transform: skewX(-30deg);
        animation-name: slide;
        animation-duration: 7s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        background: linear-gradient( to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 77%, rgb(255 255 255 / 27%) 92%, rgba(255, 255, 255, 0.0) 100% );
    }
    @keyframes slide {
        35% {
           left: -100;
           top: 0;
         }
         37% {
           left: 120px;
           top: 0px;
         }
       }
       .positn{
        position: relative;
       }
       .animation-box5 {
        width: 198px;
        height: 55px;
        position: absolute;
        bottom: 153px;
        left: 34px;
        animation: moveleftbounce 5s linear infinite;
    }
    .fonts{
        font-size: 15px;
    }
    .rhr {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
    .animation-box6 {
        position: absolute;
        bottom: -2px;
        left: 16px;
        z-index: -1;
    }
    .animation-box6 img {
        width: 166px;
        position: absolute;
        bottom: 0px;
    }
    .reew img{
        border-radius: 106px 106px 0px 0px;
    }
    .main-img-1 {
        position: absolute;
        left: -77px;
        top: 60px;
    }
    .mid-image {
        position: absolute;
        left: -127px;
        padding: 0 !important;
    }
    .animation-box-1 {
        width: 198px;
        height: 55px;
        position: absolute;
        bottom: 52px;
        right: -40px;
        animation: moveleftbounce 5s linear infinite;
    }
    .animation-box-1 img {
        width: 129px;
        position: absolute;
        bottom: 0;
    }
    .gifgjrrr {
        padding-top: 80px;
    }
    .fseffe .iehywwaaa1 {
        border: 1px dashed #000;
        margin-bottom: 10px;
        padding: 20px;
        border-radius: 10px;
        background: #fff;
        position: relative;
        min-height:320px;
        z-index: 999;
        box-shadow: rgb(21 21 255 / 25%) 0px 6px 12px -2px, rgb(0 76 255 / 30%) 0px 3px 7px -3px;
    }
    .fseffe .iehywwaaa1 h4 {
        color: #333;
        font-weight: 600;
        font-size: 20px !important;
        margin-bottom: 15px;
    }
    
    .icon1 {
        width: 75px;
        padding: 20px;
        margin-right: 30px;
        border-radius: 58px;
        background: white;
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: center;
        box-shadow: rgb(243 113 0 / 25%) 0px 3px 3px -1px, rgb(255 133 9 / 30%) 0px 3px 5px -1px;
    }
    .icon1 img {
        width: 34px;
    }
    
    .kadjhfde{
        padding:50px 0px;
        background: #f6f6f6;
    }
    
    .bg-lightt{
        background: #e7f4fe;
    }
    .bg-lightt .iehywwaaa{
         display: flex;
    align-items: center;
    border: 1px dashed #000;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: rgb(21 21 255 / 25%) 0px 6px 12px -2px, rgb(0 76 255 / 30%) 0px 3px 7px -3px;
    }
    
   /* .main-title h1 span {
        background: -webkit-linear-gradient(#ff0000, #ff00006b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'Lobster', cursive;
    }
  */
























