body {
  width:100%;
  max-width:100%;
  font-family: 'Roboto', sans-serif !important;
  color: #6c6b6b;
}
.innerblog-img {
    margin-bottom: 20px;
}
.addressTabs {
    text-align: center !important;
    margin: 0 10px !important;
}
.h4, h4 {
    font-size: 20px;
    padding: 10px 0;
}
a {
 color: #0e64a4;
}
p.text-white {
    margin-bottom: 0 !important;
}
a:hover {
  color: #10199f;
  text-decoration: none !important;
}
.text-white a {
    color: #fff!important;
}
p{
    line-height:30px;
    color:#333;
}
b, strong{
    font-weight:500;
}
h3{
    font-size:24px; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
  color: #000;
  font-weight:600;
}
h4{
  /* font-size:18px !important; */
}
.container-fluid{
    padding: 0 30px !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

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

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #47b2e4;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #209dd8;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
 padding: 15px 2% 15px 3%;
  background-color: #fff;
}

#header.header-scrolled, #header.header-inner-pages {
  background: #fff;
  padding: 20px;
  margin-top:0%;
}


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

#header .logo a {
  color: #fff;
}

#header .logo img {
 
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #6c6c6c;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #333;
}

.nav-menu .drop-down ul {
  border-radius: 0px;
  display: block;
  position: absolute;
  left: -25%;
  top: calc(100% + 30px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(113, 114, 115, 0.25);
  border: 1px solid #cecccc;
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 200px;
  position: relative;
}
.wrp-me {
    white-space: initial;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  color: #333;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: red !important;
}

.nav-menu .drop-down > a:after {
  content: "\ea67";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background-image: -webkit-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
  font-weight: 600;
}

.get-started-btn:hover {
  color: #fff;
}

@media (max-width: 844px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }
  .btnSec1 .btn
  {
    width: 80% !important
  }
  .modal-dialog{
    margin-top: 24%;
    width: 65%;
  }
  .sticky {
    display: none;
  }
  .contact-link dl dd span {
    display: inline-block;
    min-width: 0px !important;
    }
    
    #preloader{
        display:none;
    }
    .requestCall .row div.col{
        font-size: 14px !important;
    }
    .requestCall .callBackBtn .enquiryBtn {
    color: #fff;
    background: #0b0b0b;
    border: none;
    font-size: 14px;
    padding: 0px !important;
    }
    .back-to-top {
        display:none !important;
    }
    #nav-velachery-tab{
        width: 25% !important;
        margin-top: 5% !important;
    }
    #nav-about-tab{
        width: 25% !important;
        margin-top: 5% !important;
    }
    #nav-contact-tab {
    width: 33% !important;
    margin-top: 5% !important;
    height: 10% !important;
    }
    #nav-profile-tab{
        width: 25% !important;
    }
    #nav-home-tab{
        width: 40% !important;
        margin-left: 0% !important;
    }
    .addressTabs{
        margin: 0px 20px 0px 0px !important;
        width: 38% !important;
        padding: 10px 20px !important;
    }
    #nav-madurai-tab {
        width: 25%;
        margin-left: 5%;
    }
    #nav-coimbatore-tab {
        width: 25%;
    }
    .queries {
    padding-left: 0px !important;
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: absolute;
    top: 18%;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    right: 15px;
    margin-right: -10px;
}
.mobile-nav-toggle i {
    color: #1b1b1b;
}
.mobile-nav {
  position: fixed;
  top: 55px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  width: 55%;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    position: relative;
    min-height: 566px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient( 0deg, rgb(14,100,164) 0%, rgb(31,57,164) 51%, rgb(47,14,164) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(14,100,164) 0%, rgb(31,57,164) 51%, rgb(47,14,164) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(14,100,164) 0%, rgb(31,57,164) 51%, rgb(47,14,164) 100%);
    
}

#hero .container {
  
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
 #hero {
    height: 100%;
    text-align: center;
    padding: 25px 0 !important;
}
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 100%;
  }
  .nav-menu1 {
    padding: 24px 0 0 2% !important;
    margin-left:-5% !important;
  }
   .nav-menu-new {
    margin-left: 10% !important;
    margin-top: 0%;
  }
  .call-btn {
    height: 100%;
  }
  .img-span {
    margin-left: 20px;
  }
  .call-para {
    font-size: 20px !important;
    margin-left: 20% !important;
    margin-top: -21%;
  }
  .aws-training-banner {
    background-color: #fff;
    padding: 0px 30px 20px 30px;
  }
  .cliens {
    height: 147px !important;
  }
  .cliens #navbar{
margin-top: -2% !important;
  }
  .sin-menu {
    margin-left: -23% !important;
    margin-top: -3% !important;
  }
  .upcomingBatchs {
    width: 100%;
    padding: 0px !important;
    }
  .upbatchsList {
    width: 100% !important;
    text-align: center;
  }
  .upbatchsList > tbody > tr {
    display: block;
   
    }
  .upbatchsList > tbody > tr > td {
   /*height: 60px !important;
  padding: 0;
  vertical-align: middle;
  text-align: center;*/
  border-bottom: 2px solid #bab9b9 !important;
  /*font-size: 15px;
  color: #6c6b6b;
  font-weight: 400;
  display: inline-table;*/
  }
 
  .upbatchsList > tbody > tr > td:last-child {
    display: flex;
    width: 100%;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
    border-bottom: none !important;
  }
  .upbatchsList > tbody > tr > td button.btn {
    margin: 0 auto !important;
    padding: 0px 10px !important;
  }
  .enquiryBtn{
    min-width: 100px !important; 
  }
  .nav-menu-new .drop-down ul{
  left:-100% !important;
  
  }
  .nav-menu-new .drop-down .sub-menu {
    left: 6% !important;
}
  .select-box {
    width: 100% !important;
    height: 40px;
  }
  .why-us {
    padding: 0px !important;
  }
  .queries1 {
    padding-left: 10px !important;
    padding-top: 0px !important;
  }
  .services {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .certificateSec {
    background: url(../img/certificate-section-bg-img.jpg) repeat !important;
    width: 100%;
    min-height: 800px !important;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .btnSec .btn {
    width: 100% !important;
    height: 40px !important;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }
  .btnSec {
    margin-top: -7% !important;
    margin-bottom: 5% !important;
    text-align: left;
  }
  .video-block{
    width: 100%;
    height: auto;
  }
  .certificateSec {
    padding: 40px 25px !important;
  }
}

@media (max-width: 490px) {
  #hero .hero-img img {
    width: 100%;
    margin-top: 4%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #hero .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #hero .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
.tblrm {
   overflow-x: scroll;
}
  .jon-img{
    width: 90% !important; 
  }
  .testSec {
    padding: 40px 60px 0px 74px !important;
    margin-left: -20px !important;
    margin-bottom: -45% !important;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:25px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0 0 0;
    box-shadow: 0px 5px 11.44px 1.56px rgba(0, 0, 0, 0.34);
    text-align: center;
    height: 70px;
}

.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.cliens img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us{
  padding-right: 40px;
  padding-top: 40px;
}
.why-us .content {
    padding: 0px 50px 0 50px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 24px;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
 padding: 20px 0px 60px 50px;
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.why-us .accordion-list li + li {
  margin-top: 0px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #d0d0d0;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color:#000;
}

.why-us .accordion-list span {
  color: #444;
  font-weight: bold;
  font-size: 16px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #000;
}

.why-us .accordion-list a.collapsed:hover {
  color: #000;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

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

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

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}
.services{
  padding-top: 0;
padding-left: 50px;
padding-right: 50px;
padding-bottom:50px;
}


.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .icon-box h4 a {
  color: #333;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("assets/img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
.query{
   padding-left: 0px !important;
}
h1{
  font-size: 20px;
}
.details{
        width: 100% !important;
        margin-top: -6% !important;
        padding-top: 0px !important;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq{
  padding: 0px;
  margin-bottom: 30px;
}
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.faq .faq-list li + li {
/* border-bottom: 1px solid #f0f0f0; */
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border-bottom:1px solid #f0f0f0;
}

.faq .faq-list a {
  display: contents;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 0 ;
  outline: none;
  color: #000;
  font-weight:500;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 25px;
  /*top: 0;*/
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
 color: #000;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
}
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #47b2e4 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
 /* background: #37517e; */
}

#footer .footer-newsletter {
  padding: 30px 0;
  background: #fff;
  text-align: center;
  font-size: 15px;
  color: #e0e0e0;
 border-top: 1px solid;
  border-bottom: 1px solid;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  color: #000;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

/*--------------------------------------------------------------
# TopBar
--------------------------------------------------------------*/
.nav-menu1{
  background-color: #595959;
  padding: 0px 0px 0px 3%;
  margin-bottom: -10px;
}
/*--------------------------------------------------------------
# Navigation Menu New
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu-new{
  margin-left: 0%;
}
.nav-menu-new ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu-new > ul {
  display: flex;
}

.nav-menu-new > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 25px;
}

.nav-menu-new a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.nav-menu-new a:hover, .nav-menu-new .active > a, .nav-menu-new li:hover > a {
  color: #fff;
}

.nav-menu-new .drop-down ul {
  display: block;
  position: absolute;
  left: -25%;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(113, 114, 115, 0.25);
  border: 1px solid #cecccc;
}

.nav-menu-new .drop-down:hover > ul {
  opacity: 1;
  top: 103%;
  visibility: visible;
}

.nav-menu-new .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu-new .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #6c6c6c;
}

.nav-menu-new .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: red;
}

.nav-menu-new .drop-down > a:after {
  content: "\ea67";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu-new .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu-new .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu-new .drop-down .drop-down > a {
  padding-right: 35px;
}

.nnav-menu-new.drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu-new .drop-down .drop-down ul {
    left: -90%;

  }
  .nav-menu-new .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
.sub-menu{
  left:100% !important;
}
.mt--4{
  margin-top:-4%;
}
.aws-training-banner{
  background-color: #fff;
  padding:10px 25px 30px 25px;
}
.call-btn{
  height: 72px;
  background-image: -moz-linear-gradient( 0deg, rgb(0,177,12) 0%, rgb(13,210,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,177,12) 0%, rgb(13,210,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,177,12) 0%, rgb(13,210,26) 100%);
}
.hero-cont{
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.sec-para{
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 34px;
    font-size: 17px;
}
.img-span{
  margin-left: 33px;
  margin-top: 1%;
}
.call-para{
  font-size: 20px;
  font-weight: 500;
  margin-left: -15%;
}
.enq-h4{
    color: #fff;
    padding: 14px 0 0 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
}
.eqn-btn{
    background-image: -moz-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    height: 55px;cursor: pointer;
}
.sin-menu{
    display: flex;
    list-style: none;
    margin-left: 5%;
    margin-right: auto;
    justify-content: center;
    flex-wrap: wrap;
}
.sin-menu li{
  padding: 0px 0px 0px 15px;
}
.sin-menu li a {
    font-size: 16px;
    color: #0d2087;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
  }

#navbar {
  overflow: hidden;
  background-color: #FFF;
 
}

#navbar a {
  float: left;
  display: block;
  color: #0d2087;
  text-align: center;
 padding: 10px 16px 0px 16px;
  text-decoration: none;
  font-size: 17px;

}

#navbar a:hover {
  color: #0d2087;
}

#navbar a.active {
  background-color: #4CAF50;
  color: #0d2087;
}
.sticky {
  position: fixed;
  z-index: 9999999999;
  top: 0%;
  box-shadow: 0px 5px 11.44px 1.56px rgba(0, 0, 0, 0.34);
}
.sticky .sin-menu li a {
    font-size: 15px !important;
    padding-bottom: 0px !important;
}
.Highlights{
  padding-left: 40px;
  padding-right: 0px;
  padding-bottom: 20px;
}
.highlights-row{
  padding-top: 20px;
}
.upbatchsList {
    margin: 30px 0;
    border: 2px solid #bab9b9;
    padding-top: 20px;
}
.upbatchsList > tbody > tr {
    border-bottom: 2px solid #bab9b9;
}

.upbatchsList > tbody > tr > td:first-child {
    text-transform: uppercase;
}
.upbatchsList > tbody > tr > td {
    height: 70px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    border: 0;
    font-size: 15px;
    color: #6c6b6b;
    font-weight: 400;
}
.upbatchsList > tbody > tr > td:first-child sup {
    font-size: 14px;
    text-transform: lowercase;
}
.upbatchsList > tbody > tr > td button.btn:hover {
    background: #001266;
    color: #fff;
    background: -moz-linear-gradient(left, #001266 1%, #121aa5 100%);
    background: -webkit-linear-gradient(left, #001266 1%,#121aa5 100%);
    background: linear-gradient(to right, #001266 1%,#121aa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001266', endColorstr='#121aa5',GradientType=1 );
}
.upbatchsList > tbody > tr > td button.btn {
    border: 2px solid #0d2087;
    border-radius: 10px;
    min-height: 42px;
    display: inline-block;
    padding: 0 20px;
    background: transparent;
    font-size: 16px;
    color: #6c6b6b;
    margin: 0 10px;
}
.upcomingBatchs .btnDiv {
    text-align: center;
    margin: 30px 0 0;
}
.btnDiv .reqBtn {
    font-size: 18px;
    color: #fff;
    min-width: 200px;
    max-width: 270px;
    min-height: 66px;
    border-radius: 10px;
    margin-left: 15px;
    padding: 0 20px;
    background: -moz-linear-gradient(left, #e91f00 1%, #e95900 100%);
    background: -webkit-linear-gradient(left, #e91f00 1%,#e95900 100%);
    background: linear-gradient(to right, #e91f00 1%,#e95900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91f00', endColorstr='#e95900',GradientType=1 );
}
.upcomingBatchs{
  padding: 0px 40px 0px 40px;
}
.liveClassRoom {
   position: relative;
  background: #fff;
  min-height: 350px;
  box-shadow: 2px 2px 18.6px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.liveClassRoomSec{
  padding:0 40px;
}
.classRoomInner .btn {
    display: inline-block;
    background: #001266;
    color: #fff;
    min-height: 60px;
    border-radius: 0;
    min-width: 180px;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    background: -moz-linear-gradient(left, #001266 1%, #121aa5 100%);
    background: -webkit-linear-gradient(left, #001266 1%,#121aa5 100%);
    background: linear-gradient(to right, #001266 1%,#121aa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001266', endColorstr='#121aa5',GradientType=1 );
}
.liveClassRoom:after {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(54,125,228) 0%, rgb(54,85,228) 60%, rgb(54,44,228) 100%, rgb(58,91,169) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(54,125,228) 0%, rgb(54,85,228) 60%, rgb(54,44,228) 100%, rgb(58,91,169) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(54,125,228) 0%, rgb(54,85,228) 60%, rgb(54,44,228) 100%, rgb(58,91,169) 100%);
}
.classroom-Para{
  text-align: left;
  padding: 0px 30px 0px 40px;
}
.classRoomInner h4 {
    font-size: 20px;
    background: linear-gradient(to right,#001266, #121aa5);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.orangeBtn {
    background-image: -moz-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
}
.orangeBtnNew {
    background-image: -moz-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
}
.moreBtn{
  text-align: center;
  cursor: pointer;
  color: #001266;
  font-weight:500;
}
.moreNewBtn{
  text-align: center;
  cursor: pointer;
  color: #001266;
  font-weight:500;
}
.paraBtn{
  text-align: center;
  cursor: pointer;
  color: #001266;
  font-weight:500;
}
.iqBtn{
  text-align: center;
  cursor: pointer;
  color: #001266;
  font-weight:500;
}
.digMarketBtn{
  text-align: center;
  cursor: pointer;
  color: #001266;
  margin-left: -21%;
  font-weight:500;
}
.courseBtn{
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 18px !important;
  font-weight:500;
}

.sub-a {
    display: contents !important;
    font-weight: normal !important;
    color: #0e64a4 !important;
}
.form-col{
  box-shadow: 0px 6px 6.86px 0.14px rgba(0, 0, 0, 0.3);
  padding: 20px;
width: 94%;
margin-left: 8%;
}
.select-box{
  width: 100%;
  height:  40px;
  border-top: 0;
  border-left: 0;
border-right: 0;
border-bottom: 1px solid;
border-color: #ced4da;

}
.select-box1{
  width: 100%;
    height: 40px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #ced4da;
    background-color: #fff !important;
}
.s-btn{
 padding: 10px 20px;
  background-color: #14268e;
  color: #fff;
  border: none
}
.Strongblue{
  color: #3102cd !important;
}
.greenColor{
  color: #1fda26 !important;
}
.magentaColor{
  color:#b204ac !important;
}
.redColor{
  color:#ee171e !important;
}
.blue-color{
  color: #007aff !important;
}
.enquiryBtn{
    display: inline-block;
    background: #001266;
    color: #fff;
    min-height: 40px;
    border-radius: 0;
    min-width: 250px;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    background: -moz-linear-gradient(left, #001266 1%, #121aa5 100%);
    background: -webkit-linear-gradient(left, #001266 1%,#121aa5 100%);
    background: linear-gradient(to right, #001266 1%,#121aa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001266', endColorstr='#121aa5',GradientType=1 );
}
.queries{
  padding-left: 50px;
}
.queries1{
  padding-left: 50px;
  padding-top: 65px;
}
.q-cpol-1{
  padding-top:9%  ;
}
.socialIcons{
  display: flex;
  list-style: none;
  padding-top: 8px;
}
.socialIcons li{
  padding: 0px 0px 0px 20px;
}
.socialIcons li a i{
  color:#fff;
  font-size: 20px;
}

.certificateSec {
    padding: 40px 40px;
    background: url(../img/certificate-section-bg-img.jpg) no-repeat;
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    position: relative;
}
.certificateContent {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 0 0;
}
.certificateContent h3 {
    font-size: 30px;
    color: #fff !important;
    text-align: left;
    margin: 40px 0;
}
.certificateContent .btnSec .btn {
    max-width: 183px;
    min-height: 56px;
}
.btnSec .orangeBtn {
    background-image: -moz-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
}
.certificateImg {
    display: inline-block;
    position: relative;
}
.certificateImg img {
    border: 3px solid #fff;
    border-radius: 3px;
    width: 100%;
}
.certificateImg span.topBoder::before {
    content: '';
    width: 50px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: -20px;
    top: -20px;
}
.certificateImg span.topBoder::after {
    content: '';
    width: 4px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: -20px;
    top: -20px;
}


.certificateImg span.bottomBorder::before {
    content: '';
    width: 50px;
    height: 4px;
    background: #fff;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.certificateImg span.bottomBorder::after {
    content: '';
    width: 4px;
    height: 50px;
    background: #fff;
    position: absolute;
    right: -20px;
    bottom: -20px;
}
.certifyDetailed{
  padding-top:30px;
  padding-right: 60px;
  padding-left: 60px;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}
.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}
.btnSec {
    margin-top:0%;
    margin-bottom: -1%;
    text-align: left;
}
.btnSec .orangeBtn {
    background-image: -moz-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
}
.btnSec .btn {
    width: 20%;
    text-align: center;
    height: 50px;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.query-block{
    padding-top: 50px;
  margin-top: 0%;
  margin-bottom: 2%;
}
.requestCall {
    background: #0b0b0b;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}
section{
  padding: 25px  0 ;
  margin-left: auto;
  margin-right: auto;
}
.liststyleOption{
  margin: 0 auto !important;
}
.upcomingBatchs .btnDiv{
  margin: -25px 0 0 !important;
}
.requestCall .row div.col {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
    display: inline-flex;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #fff;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: transparent;
    height: 40px;
}
.requestCall .row div.col:last-of-type {
    border-right: 0;
}
.requestCall .callBackBtn .enquiryBtn {
    color: #fff;
    background: #0b0b0b;
    border: none;
    }
.widget {
    display: block;
    margin-top: 0;
}
.textwidget {
    padding: 0 0 0px;
    margin: 0px 0 0;
    font-weight: 300;
}
.callBackBtn i {
    margin-right: 10px;
}
.Phone svg {
    fill: #fff;
    width: 20px;
    height: 17px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.requestCall .col.Phone a {
    color: #fff;
}
.OtherCities{
  background-color: #fff;
  box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 23%);
  min-height: 35px;
  z-index: 86;
  /* padding: 0 15px; */
  display: inline-flex;
  width: 25%;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  margin: 0 15px 30px;
/* margin: 0 auto;*/
}
.container.OtherCity .row {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.OtherCities p{
  padding-top: 5px;
    margin-bottom: 3px;
}
.OtherCities a{
  color: #666;
}
.OtherCity{
  margin: 20px auto;
    justify-content: center;
    display: inline-block;
}
.Iq-a{
  font-size: 16px;
  padding: 10px;
  color: #666;
}
#tabs{
  background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #666;
    font-size: 14px;
}

.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
border-radius: 0px;
color: #666;
padding-top: 5px;
}
.nav-item .nav-link {
  color: #666;
}
.addressTabs{
  background-color: #fff;
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 23%);
    min-height: 35px;
    z-index: 86;
    padding: 0px;
    margin: 0px 20px 0px 40px;
    border: 1px solid #e6dfdf !important;
    width:0%;
}
.nav-tabs .nav-link:hover {
    border: none;
  }
  .tab-content > .active {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 20px;
    color: #333;
}
.brancheAddress{
  background: #fff;
  padding-bottom: 20px;
}
.interviewQues{
  background: #fff;
  padding-bottom: 20px;
}
.QuickLinks{
  background-color: #1a1a1a;
  padding: 40px 40px 0px 60px;
}
.contact-link{

}
.contact-link dl dd {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
}
.contact-link dl dd span {
    display: inline-block;
    min-width: 120px;
}
.contact-link dl dd a {
    color: #fff;
    padding-left: 15px;
}
.business-menu{
  list-style: none;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  padding: 3px 0;
}
.business-menu li a{
  color: #e3e4e4;
}
.socialIcons1{
  list-style: none;
  text-align: center;
  display: inline-flex;
  padding-right: 35px;
  
}

.socialIcons1 li a{
  color: #fff;
  font-size: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
.trendCourses{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
   background-color: #1a1a1a;
  padding: 40px 60px 40px 60px;
}
.trendCourses a{
  color: #fff;
  font-size: 16px;
}

.trendCourses h4{
  color: #fff;
  font-weight: normal;
  padding-bottom: 1%;
  font-size: 24px;
}
.trendCourses p span::after {
    content: '|';
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: white;
}
#course_more .academi span::after {
   display:none;
}
.locationBlock{
    background-color: #1a1a1a;
    padding: 40px 60px 40px 60px;
}
.locationBlock h4{
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 1%;
  font-size: 24px;
}
.locationBlock p{
  color: #fff;
  font-size: 16px;
}
.copyright{
  font-size: 16px !important;
}
.jon-img{
  width: 80%;
  margin-left: 5%;
  float: right;
}

.btnSec1 {
    margin-top: 4%;
    margin-bottom: -4%;
    text-align: center;
}
.btnSec1 .btn:hover{
    color:#fff;
}
.btnSec1 .btn .orangeBtn {
    width: 20%;
    height: 60px !important;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }
  .btnSec1 .btn {
    width: auto;
    padding: 0 20px;
    text-align: center;
    height: 60px;
    margin: 0 0 20px;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
  .btnSec1 .orangeBtn{
     background-image: -moz-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);

  }
  .modal-dialog{
   margin-top: 5%;
    width: 450px;
  }
  .m-r{
      margin-right:5px;
  }
  .courseList{
      list-style:none;
  }
  .courseList li::before {
    content: '';
    width: 20px;
    height: 15px;
    background: url(../img/tick-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.liststyleOption {
    margin-bottom: 30px;
    list-style:none;
}
.liststyleOption li {
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    color: #6c6b6b;
}
.liststyleOption li::before {
    content: '';
    width: 20px;
    height: 15px;
    background: url(../img/tick-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.form-control{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding:0;
}
.form-group {
    margin-bottom: 15px;
}
.bold_h4{
    font-size:24px;
}
.iqPara{
    padding:20px;
}
#nav-home-tab {
    margin-left: 10%;
    margin-right: 0;
}
#nav-velachery-tab {
    margin-left: 2%;
    margin-right: 0;
}
#nav-about-tab {
    margin-left: 2%;
    margin-right: 0;
}
#nav-contact-tab {
    margin-left: 2%;
    margin-right: 0;
}
#nav-profile-tab {
    margin-left: 2%;
    margin-right: 0;
}
.card {
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    min-height: 270px;
    padding: 20px 20px;
    margin-top: 20px;
}
.modal-header {
    border: 0;
    padding: 10px 20px !important;
    margin-bottom: -10% !important;
}
.modal-content {
    width: 90% !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.s-btn{
    width: 80%;
    text-transform: uppercase;
    font-size: 20px;
}
.modal-body{
    padding: 30px 20px;
}
.modal-title{
    font-size:22px;
}
.form-textarea{
    height: 80px !important;
    border: 2px solid #bab9b9;
    border-radius: 0;
    width:100% !important;
    padding:10px;
}
.button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important;
    border: 1px solid #000 !important;
    background-color: #050564 !important;
    border-radius: 100% !important;
}
.close{
    opacity: 1 !important;
    width:10%;
    border: 1px solid #000 !important;
    background-color: #050564 !important;
    border-radius: 100% !important;
    color: #fff !important;
    line-height: 30px !important;
    font-size: 27px !important;
    font-weight: unset !important;
}
.modal-header .close {
    padding: 0px;
    margin: -1rem -1.9rem -1rem auto;
}
.form_text{
    height: 80px !important;
    border: 2px solid #bab9b9;
    border-radius: 0;
    padding:10px 10px;
}
.contact h6{
    padding-bottom:20px;
    color:#6c6c6c;
}
.contact b{
     padding-bottom:20px;
}
   .header {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
   }
  #more {display: none;}
  #moreNew {display: none;}
  #shrinkbtn {display: none;}
  #more_btn {display: none;}
  #big_para_show {display: none;}
  #iq_expand {display: none;}
  #course_more {display: none;}
  #digMarketExpand {display: none;}
  .details{
      padding-top:8px;
  }
 .rating-img{
      
      margin-top: -10px;
      
  }
  .Highlights .digMarketList {
    display: flex;
    flex-wrap: wrap;
    }
    .Highlights .digMarketList > div {
    padding-left: 40px;
    margin-bottom: 20px;
    min-height: 50px;
    line-height: 25px;
    color: #6c6b6b;
    font-size: 15px;
    position: relative;
    }
    .Highlights .digMarketList > div::before {
    content: '';
    width: 20px;
    height: 15px;
    background: url(../img/tick-icon.png) no-repeat;
    position: absolute;
    left: 15px;
    top: 5px;
    }
    .Highlights h4{
        margin-bottom:30px;
    }
    .video-style{
        width:600px;
        height:400px;
    }
    .AskQuestion-Txt .btnSec .orangeBtn {
    font-size: 13px;
    height: 45px;
    background: #001266;
    background: -moz-linear-gradient(left, #001266 1%, #121aa5 100%);
    background: -webkit-linear-gradient(left, #001266 1%,#121aa5 100%);
    background: linear-gradient(to right, #001266 1%,#121aa5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001266', endColorstr='#121aa5',GradientType=1 );
    }
    .AskQuestion-Txt .btnSec{
        text-align:center;
    }
    .slider {
        width: 100%;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      height:100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    @media ( max-width: 768px ){
      a{
        overflow-wrap: anywhere;
      }
        .sub-menu{
            left:9% !important;
        }
        .modal-dialog{
         width:80%;
        }
        .modal{
    bottom: 0;
  left: 3%;
  margin: auto;
  max-height: 800px;
  max-width: 600px;
  min-width: 450px;
  position: fixed;
  right: 0;
  top: 3%;
        }
        .select-box1{
            background-color:#fff !important;
        }
        .select-box{
            background-color:#fff !important;
        }
        .OtherCities{
            margin: 0 5px 10px 20px;
            width: 100%;
        }
        .OtherCity {
            padding-left: 0px;
            padding-right: 50px;
            padding-top: 2%;
        }
        .upbatchsList > tbody > tr >td{
             height: auto !important;
            width: 100% !important;
            padding: 10px 0 !important;
            display: block;
        }
        .hero-row{
            text-align:left;
        }
        .faq .faq-list a{
            padding: 0px 30px 10px 0px;
        }
        .socialIcons {
    padding-top: 0px;
    margin-top: 0;
    margin-left: 6%;
    }
    .video-style{
       width: 300px;
      margin-left: -7%;
      margin-top: -36%;
      margin-bottom: -44%;
      margin-right: -6%;
    }
    .testing-from-div{
    height: 100% !important;
    }
    .mobile_width{
      height: 100% !important;
    }
    .mbl-col-4{
        display:none;
    }
    .QuickLinks{
        padding:20px !important;
    }
    .Iq-a {
    font-size: 13px !important;
    padding: 0px !important;
    }
    .trendCourses{
        padding:10px !important;
    }
    .locationBlock
    {
        padding:10px !important;
    }
    .slick-dotted.slick-slider {
    margin-bottom: -10%;
    height: 750px;
    width: 250px;
    }
    .slick-next {
    right: -25px !important;
    }
    .slick-prev {
    left: -60px !important;
    }
    .slick-list {
    margin-left: -38px !important;
    width: 300px !important;
    }
    .certifyDetailed {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    .q-cpol-1{
   padding-left: 50px;
  padding-right: 40px;
    }
    .contact {
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    .liststyleOption{
      padding: 10px !important;
    }
    .testiName {
        margin-top: 0%;
        margin-left: 0%;
    }
    .slick-slide img {
    width: 100%;
    height: 100%;
    }
    .testimonialBox {
    padding: 20px 20px !important;
    margin-bottom: 10px;
    }
    .testiSec{
      margin-left: 2% !important;
    }
    .digMarketBtn{
        margin-left:0%;
    }
    .testSec{
        padding: 40px 60px 0px 60px !important;
        margin-left: -15px !important;
        margin-bottom: -45% !important;
        width: 100%;
    }
    .oppotunitySec{
        padding: 0px 10px 10px 10px !important;
    }
    .liveClassRoomSec {
      margin-top: -3%;
    padding: 0px !important;
    }
    .details{
        width: 100% !important;
        margin-top: -6% !important;
        padding-top: 0px !important;
    }
    .Highlights {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    }
    .faq {
    padding: 0px 20px !important;
    }
    .faq .faq-list li{
      padding: 10px !important;
    }
    }
    #tick_icon{
        font-size: 29px;
        position: relative;
        top: 6px;
        left: -6px;
        color: #0d2087;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }
    .slick-dots{
        display:none !important;
    }
    .slick-current {
      opacity: 1;
    }
    .testimonialBox {
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    min-height: 200px;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
.testiSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.testiNameLabel {
    border-radius: 50%;
    background-color: rgb(45, 115, 186);
    width: 79px;
    height: 79px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.starIcons {
    display: inline-flex;
    margin-right: 10px;
}
.testiName .starIcons li {
    padding: 0 0px;
}
.testiContent {
    font-size: 15px;
    color: #6c6b6b;
}
.slick-prev::before, .slick-next::before {
    color: #2d73ba !important;
}
.slick-prev::before {
    content: "\f060" !important;
}
.slick-next::before {
    content: "\f061" !important;
}
.slick-prev::before, .slick-next::before {
    font-family: 'FontAwesome' !important;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testSec{
        padding:40px 60px 0px 60px;
    }
.oppotunitySec{
  padding: 45px 60px 40px 60px;
}
.sticky2.select-box{
  width: 340px;
  height:  40px;
  border-top: 0;
  border-left: 0;
}
.accordion-list .liststyleOption{
  box-shadow: none !important;
  padding: 10px 0 0 10px !important;
}
.accordion-list .liststyleOption li {
    padding: 5px 0 0 25px !important;
    border: none;
}
.accordion-list .liststyleOption li::before {
    content: '';
    width: 20px;
    height: 15px;
    background: url(../img/tick-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.faq-list .liststyleOption{
  box-shadow: none !important;
  padding: 10px 0 0 10px !important;
}
.faq-list .liststyleOption li {
    padding: 5px 0 0 25px !important;
    border: none;
}
.faq-list .liststyleOption li::before {
    content: '';
    width: 20px;
    height: 15px;
    background: url(../img/tick-icon.png) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
#trainerProfile .liststyleOption{
  padding: 0;
}
#trainerProfileHide .liststyleOption{
  padding: 0;
}
.become-contact{
margin-left: 31%;
}
.thank-you{
text-align: center;
color: white;
padding-left: 48%;
}
.became{
margin-top: -10%;
}
.row.container-fluid1 {
    padding: 0 20px !important;
}
.row.container-fluid2 {
    padding: 0 45px !important;
}
.row.container-fluid3 {
    padding: 0 17px !important;
}
.row.container-fluid5 {
    padding: 0 12px !important;
}
.row.container-fluid4 {
    padding: 0 14px !important;
}
.btn:hover {
    color: #fff;
    }
#faq-list-1 a, #faq-list-2 a,  #faq-list-3 a, #faq-list-4 a, #faq-list-5 a, #faq-list-6 a,
#faq-list-7 a, #faq-list-8 a, #faq-list-9 a, #faq-list-10 a, #faq-list-11 a, #faq-list-12 a, #faq-list-13 a{color: #0e64a4;}
.question{border: 1px solid #f5f0f0;
    background-color: #f9f9f969;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 5px 10px 18px #ebe7e7;}
.data-qa{margin-left: 58px;}
.data-qa1{margin-left: 15%; margin-top: -3%;}
.data-qa2{margin-left: 20%; margin-top: -3%;}
.data-qa3{margin-left: 4%;}
.data-qa4{margin-left: 1%;}
.logo-grids{
  padding-left: 12%;
    padding-top: 4%;
}
.b-inner {
  width: 100%;
  padding: 11px;
  background-color: #f8f8f8;
  height: auto;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
}
.btn-cht {
  text-align: left;
  margin-left: 0;
  background-color: #2231a4;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
}
.btn-cht:hover {
  color: #ffffff;
}
.bannerimage-cht img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
}
.python-boxs{
  position: relative;
  
}
.python-boxs-1{
  padding: 11px;
    color: #2b2c2d;
}
.python-boxs-2{
    background: #f8f8f8;
    width: 83.4%;
    height: 200px;
    margin-top: -7%;
  
}
.python-boxs-3{
  padding: 11px;
  color: #2b2c2d;
}
.python-boxs-4{
  color: #2b2c2d;
}
.python-boxs-5{
  text-align: justify;
   margin-left: 2%;
   width: 95%;
}
.python-boxs-6{
  text-align: left;
  margin-left: 2%;
  background-color: #2231a4;
  padding: 1%;
  border-radius: 3px;
  color: #fff;
}
.java1{
  margin-top: 2%;
}
.java2{
  background: #f8f8f8;
  width: 83.4%;
  height: 200px;
  margin-bottom: 20px !important;
}
.java3{
  color: #2b2c2d;
}

.java4{
  text-align: justify;
   margin-left: 2%;
  width: 95%;
}
.java5{
  padding: 11px;
  color: #2b2c2d;
}
.java6{
  text-align: left;
  margin-left: 2%;
  background-color: #2231a4;
  padding: 1%;
  border-radius: 3px;
  color: #fff;
}

.data1{
  margin-top: 2%;
}
.data2{
  background: #f8f8f8;
  width: 83.4%;
  height: 200px;
  
  margin-top: -7%;
  
}
.data3{
  padding: 11px;color: #2b2c2d;
}
.data4{
  color: #2b2c2d;
}
.data5{
  text-align: justify; 
  margin-left: 2%;
  width: 95%;
}
.data6{
  text-align: left;
  margin-left: 2%;
  background-color: #2231a4;
  padding: 1%;
  border-radius: 3px;
  color: #fff;
}

a.python-boxs-6, a.java6, a.data6 {
  color: #fff;
}
.logo-full {
  padding-left: 12%;
  padding-top: 2%;
}
.cover{
padding-left: 35%; padding-top: 25%;}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq1{
  padding: 0px;
}
.faq1 .faq1-list {
 /* padding: 0 100px;*/
}

.faq1 .faq1-list ul {
  padding: 0;
  list-style: none;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.faq1 .faq1-list li + li {
border-bottom: 1px solid #f0f0f0;
}

.faq1 .faq1-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border-bottom:1px solid #f0f0f0;
}

.faq1 .faq1-list a {
  display: contents;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 0 ;
  outline: none;
  color: #000;
  font-weight:500;
}

.faq1 .faq1-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq1 .faq1-list .icon-show, .faq1 .faq1-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 25px;
  /*top: 0;*/
}

.faq1 .faq1-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq1 .faq1-list .icon-show {
  display: none;
}

.faq1 .faq1-list a.collapsed {
  color: #000;
  transition: 0.3s;
}

.faq1 .faq1-list a.collapsed:hover {
 color: #000;
}

.faq1 .faq1-list a.collapsed .icon-show {
  display: inline-block;
}

.faq1 .faq1-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
.liststyleOption p:before {
  content: '';
  position: absolute;
  left: -24px;
  top: 15px;
  width: 20px;
  height: 15px;
  background: url(../img/tick-icon.png) no-repeat;
}
.faq1 .faq1-list p {
  /* padding: 20px; */
  background: #fff;
  border-radius: 4px;
  position: relative;
  /* border-bottom: 1px solid #f0f0f0; */
}
.bottom-fita{
  width: 20%;
  text-align: center;
  margin-left: 40%;
}
.bottoms-fita{
  width: 40%;
  text-align: center;
  margin-left: 30%;
}
@media ( max-width: 420px ) {
  .bottom-fita{
    width: auto;
    margin-left: auto;
    
  }
}
@media ( max-width: 420px ) {
  .bottoms-fita{
    width: auto;
    margin-left: auto;
    
  }
}
.Coimbatore-office
{
  margin-left: 25%;
    margin-top: 43px!important;
}

img.lazyloaded {
    width: 100%;
}
div.btndiv{text-align:center;display:block;margin:15px 0;}
div.btndiv.jobopen-btn{margin-top:30px;}
div.btndiv .btn{height:40px;min-width:120px;border:0;display:inline-flex;margin-right:15px;justify-content: center;align-items: center;font-size: 16px;font-weight: 700;text-transform: uppercase;}
div#testimonialrow > div.col-md-4{display:none;}
#jobopeningdetails div.job-openings{display:none;}
#show-less-results, 
#show-less-jo-results{display:none;}
#show-less-results.active,
#show-less-jo-results.active {
    display: inline-block;
}
.btn-j {
    background: #0c2087 !important;
    height: 50px !important;

    text-align: center;
    line-height: 40px;
    border-radius: 0;
    color: #fff;
    font-weight: 400 !important;
}
.scr-jbin {
  padding: 0px 15px;
}
.remre{
  margin: 0 auto;
}
.leadership-2 {
  border: none;
  text-align: center;
  background-color: #0f62a4;
  color: white;
}
.leaderships {
  background: #f5f5f5;
}
.leadership-1 {
  border: none;
  text-align: center;
}
.automation {
  border: none;
  text-align: center;
  padding: 20px;
}
th{
  padding: 10px;
}
.certifyDetailed h3 {
  padding-bottom: 15px;
  padding-top: 20px;
}
.oppotunitySec
{
  padding-bottom: 15px;
  padding-top: 20px;
}

.contact{
  padding-bottom: 15px;
  padding-top: 20px;
}

.automation1 {
  border: none;
  text-align: center;
}
.icons{
  padding-left: 20%;
}
.faq-list.blog-fa {
  padding: 0 0px !important;
}
.blogta {
  overflow-x: auto;
}
.img-fluid {
  display: block;
  margin: 0 auto;
}
/* contact-us start */
.contact-p {
  width: 100%;
  max-width: 100%;
  background: #fcfcfc url(/includes/assets/img/contact-us.jpg)!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover!important;
  position: relative!important;
}
.demo-cont{
  min-height: 284px;
  text-align: center;
}
.contact-p h1 {
  font-size: 71px;
  text-align: end;
}
.contact-info h2 {
  font-size: 42px;
  line-height: 52px;
}
.contact-info p {
  font-size: 20px!important;
  padding: 0!important;
  line-height: 24px;
  font-weight: 600!important;
  margin-top: 15px;
}
.contact-info p, a {
  /* color: #000000; */
}
.contact-info h3 {
  text-align: left;
  margin-top: 35px;
}
.contact-info a {
  font-size: 20px;
}
.fa {
  padding-right: 6px;
}
.contact-cities {
  width: 100%;
  max-width: 100%;
  background: #fcfcfc url(/includes/assets/img/cities.jpg)!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover!important;
  position: relative!important;
  padding: 91px 0!important;
  margin: 0;
}
.thumbnail.contact-bg {
  height: 345px;
  width: 263px;
  background-color: #FCFCFC;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
}
.thumbnail {
  padding-bottom: 10px;
}
a, a:active, a:focus, a:hover, a:visited {
  border: none;
  outline: 0;
  text-decoration: none;
  /* color: #0e64a4 !important; */
  font-weight: 400;
}
.thumbnail.contact-bg img {
  width: 153px!important;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-top: 85px;
}
.contact-caption {
  padding: 35px;
  text-align: center;
}
h2.title-case.title-contact {
  font-size: 42px!important;
  font-weight: 500;
  margin: auto;
    padding-bottom: 20px;
}
.regular1 {
  display: flex;
  justify-content: center;
}
.contact-caption p {
  font-size: 24px;
  color: #000;
}
.contact-caption a {
  color: #000;
}
h2.title-case {
  text-align: center!important;
}
.online-bg {
  background-color: #f5f9ff;
}
.bangalore-bg {
  background: #fcfcfc url(/includes/assets/img/bangalore.jpg)!important;
}
.branch-bg {
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  height: 300px;
  width: 1200px!important;
  padding-top: 20px;
  text-align: center;
}
.branch-direction {
  padding-top: 15px;
}
.coimbatore-bg {
  background: #fcfcfc url(/includes/assets/img/coimbatore.jpg)!important;
}
.madurai-bg {
  background: #fcfcfc url(/includes/assets/img/madurai.jpg)!important;
}
.contact-branch {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover!important;
  position: relative!important;
  padding: 45px 0!important;
  margin: 60px 0!important;
}

.branch-bgs {
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  height: 300px;
  width: 500px!important;
  padding-top: 20px;
  text-align: center;
  margin: 20px;
}
.branch-bgs-1 {
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  height: 300px;
  width: 600px!important;
  padding-top: 20px;
  text-align: center;
  margin: 20px;
}
img.img-location.lazyloaded {
  width: 7%;
}
.chennai-bg {
  background: #fcfcfc url(/includes/assets/img/chennai.jpg)!important;
}
.carousel-inner {
  width: 90% !important;
  margin: 0 auto !important;
}
.controls-top {
  display: none;
}
.demo-cont {
    margin-bottom: 60px;
}
.branch-bg {
  background: #FFF 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  height:auto!important;
  min-height: 260px;
  width: 100%!important;
  margin:0 30px 0 0;
}
.contact-branch h4 {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  padding-top: 0px;
  margin-bottom:20px;
}
.contact-branch .branch-addr p {
  font-size: 12px;
  text-align: center;
  color: #6c6b6b;
  line-height: 20px;
  margin-bottom: 14px;
}
.branch-direction {
  padding-top: 15px;
}
.slick-slide img {
  display: inline-block !important;
}
.branch-direction a {
  color: #000;
  font-weight: 800;
  font-size: 12px;
}
.thumbnail.contact-bg img{height: auto !important;display:inline-block !important;padding: 0 !important; width:auto !important;}
.contact-caption{padding: 0;text-align: center;}
.thumbnail.contact-bg{width:100%;height: auto;padding:30px;text-align: center;}
.bangalore-bg .col-md-3.branch-bg{width: 260px;}
.contact-branch{margin: 0 !important;}
         #main.contactus .slick-dotted.slick-slider{width: auto;height: auto;}
         #main.contactus .slick-dotted.slick-slider .slick-list{width:auto !important;margin: 0 !important;}
         .socialIcons{margin-left: 0;}
         .socialIcons li{padding: 0 5px;}
         .slick-slide img{width: auto;height: auto;}
         .regular1{flex-wrap: wrap;}
         @media only screen and (max-width: 767px){
            .regular1{display:block;width: 100%;}
          #main.contactus .coimbatore-bg .branch-bgs,
          #main.contactus .coimbatore-bg .branch-bgs-1{width: auto !important;height: auto;}
         }
/* contact-us end */
/*  */

.home-c .slick-dotted.slick-slider {
  width: auto;
  height: auto;
}
.home-c .slick-dotted.slick-slider .slick-list {
  width: auto !important;
  margin: 0 !important;
}
.btnSec2 {
    text-align: center;
}
.btnSec2 .btn:hover{
    color:#fff;
}
.btnSec2 .btn .orangeBtn {
    width: 20%;
    height: 60px !important;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }
  .btnSec2 .btn {
    width: auto;
    padding: 0 20px;
    text-align: center;
    height: 60px;
    margin: 0 0 20px;
    border: 0;
    border-radius: 0;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
  .btnSec2 .orangeBtn{
     background-image: -moz-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(233,31,0) 0%, rgb(233,60,0) 62%, rgb(233,89,0) 100%);

  }
img.index-slide {
    height: 150px !important;
}
.home-slide .branch-title {
  margin-top: 20px;
}
.home-slide {
  padding-bottom: 20px;
  padding-top: 0px !important;
}
.accrediation {
  background-image: -webkit-linear-gradient(0deg,#0e64a4 0,#1f39a4 51%,#2f0ea4 100%);
}
.corporateimg {
  background-color: #fff;
  border-radius: 10px;
  /* padding: 10px 15px; */
  margin-bottom: 10px;
  text-align: center;
}
.corporateimg img {
  width: 140px;
}
.accrediation h3 {
  color: #fff!important;
  font-size: 30px!important;
  text-align: center;
  padding: 10px;
}
.locate{
  margin-bottom: 25px;
}
.banner-home {
  background-image: url(/includes/assets/img/course-background.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  /* height: 600px; */
}
.banner-home .eqn-btn {
  max-width: 200px !important;
  margin-left: 5px;
  cursor: pointer;
  margin-top: 30px;
}
.banner-home .enq-h4 {
  padding-left: 33px;
}
.banner-textnew {
  padding-top: 100px;
  padding-left: 65px;
}
.banner-textnew h2 {
  color: rgb(10 100 165)!important;
  font-size: 42px!important;
  line-height: 50px;
}
.banner-textnew p {
  color: #767474;
  font-weight: 700;
  font-size: 18px;
}
.banner-textnew h3 {
  font-size: 22px!important;
  padding-top: 21px;
  color: #767474!important;
  text-align: left;
}
.usp-details {
  /* margin-top: -150px!important; */
  /* margin-bottom: 50px; */
}
.landingcourse-icon {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-top: 20px;
  height: 100px;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
}
.course-usp {
  font-size: 35px;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}
.courseusp-content {
  margin-left: 10px;
  margin-top: -15px!important;
  text-align: left!important;
  width: 120px !important;
}
.courseusp-content h3 {
  font-size: 30px!important;
  font-weight: 800;
  margin-bottom: 5px;
  text-align: left;
}
.courseusp-content p {
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
}
/* Home end*/
.blo-p {
  width: 100%;
  max-width: 100%;
  background: #fcfcfc url(/includes/assets/img/blog/Blog.jpg)!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover!important;
  position: relative!important;
}

.blo-p h1 {
  font-size: 60px;
  /* text-align: end; */
}
.course-p h1 {
  font-size: 60px;
  /* text-align: end; */
}
.course-p {
  width: 100%;
  max-width: 100%;
  background: #fcfcfc url(/includes/assets/img/courses.jpg)!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover!important;
  position: relative!important;
}
.student-p {
  width: 100%;
  max-width: 100%;
  background: #fcfcfc url(/includes/assets/img/testimonial.jpg)!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  background-size: cover!important;
  position: relative!important;
}
.student-p h1 {
  font-size: 60px;
  /* text-align: end; */
}
.hire-p {
    width: 100%;
    max-width: 100%;
    background: #fcfcfc url(/includes/assets/img/hire-from-fita.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    position: relative!important;
  }
.corporate-p h1 {
    font-size: 60px;
    /* text-align: end; */
  }
  .corporate-p {
    width: 100%;
    max-width: 100%;
    background: #fcfcfc url(/includes/assets/img/corporate-training-in-chennai.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    position: relative!important;
  }
.hire-p h1 {
    font-size: 60px;
    /* text-align: end; */
  }
  .career-p {
    width: 100%;
    max-width: 100%;
    background: #fcfcfc url(/includes/assets/img/career.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    position: relative!important;
  }
  .career-p h1 {
    font-size: 60px;
    /* text-align: end; */
  }
  .become-p {
    width: 100%;
    max-width: 100%;
    background: #fcfcfc url(/includes/assets/img/become-an-instructor.jpg)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    position: relative!important;
  }
  .become-p h1 {
    font-size: 60px;
    /* text-align: end; */
  }
  @media only screen and (max-width: 767px){
    .corporateimg {
      width: 90% !important;
      margin:10px auto;
    display: block;
    text-align: center;
    }
    .title-c{
      height: 100%;
    }
  .home-c .slick-next{
right: -10px !important;
  }
  .home-c .slick-prev{
    left: -5px !important;
  }
  .corporateimg img{
    margin: 0 auto;
    display: block;
  }
  .banner-textnew {
 padding-top: 25px;
padding-left: 0px;
    }
.banner-textnew h2 {
 color: rgb(10 100 165)!important;
 font-size: 30px!important;
line-height: 39px;
    }
    .banner-textnew h3 {
 font-size: 19px!important;
 padding-top: 13px;
 color: #767474!important;
  text-align: left;
    }

 .landingcourse-icon {
   display: flex;
  justify-content:center;

      }
.bannerInnerSec h2{
        font-size: 20px !important;
      }
      
  }
 /* courses start */
 .regular1 .thumbnail-1 {
  border: solid 1px #e91f00;
  margin-bottom: 15px;
}
.regular1 .thumbnail-1 .caption {
  border-top: solid 1px #e91f0145;
}
.thumbnail-1 .caption {
  padding: 30px 20px;
  min-height: 0;
  height: 125px;
  justify-content: center;
  align-items: center;
  background-color: #f3e6e652;
}
.blogInnSec span a {
  font-size: 16px!important;
  font-weight: 700;
  text-align: left!important;
  color: #444242;
}

.rate-img{
  margin-top: -8px;
  width: 30% !important;
}
.branche-dir{
  margin-top: 23px;
}
h2.title-case {
  text-align: center!important;
  font-size: 50px!important;
  margin: auto;
}
.thumbnail-1 img {
  width: 100%;
}
.case-head{
  padding: 30px;
}
.case-head-1{
  padding-bottom: 30px;
}

/* courses end */

/*  */
.service-wrap {
  padding: 30px 33px !important;
  position: relative;
  margin-bottom: 30px !important;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  background-color: #f0f1f34a;
}
.service-wrap.det h4 {
  font-size: 27px;
  color: #0a5dc9;
}
.service-wrap:hover:before {
    box-shadow: -14.142px 14.142px 20px 0 rgb(157 157 157 / 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}
.service-wrap:hover {
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  transition: all .5s;
}
.placontact a:hover {
  color: #0a5dcc !important;
}
.placontact a {
  color: #595959;
  font-weight: 700;
  font-size: 36px;
}
.bannerInnerSec h2 {
  font-size: 30px;
  color: #595959 !IMPORTANT;
  font-weight: 700;
}
.students-counts{
  width: 80%;
  margin-left: 8%;
}
.students-1{
  margin: 30px;
}
/*  */
.Highlights .digMarketList > div {
  padding-left: 40px;
  margin-bottom: 20px;
  min-height: 50px;
  line-height: 25px;
  color: #6c6b6b;
  font-size: 15px;
  position: relative;
  text-align: justify;
}
.en-c i {
  color: #767474!important;
  font-size: 32px;
  
}
h3.en-c {
  color: #767474!important;
  font-size: 30px!important;
  text-align: center;

}
.corporate-home {
  background-image: url(/includes/assets/img/corporate-training-in-chennai.jpg);
  background-repeat: no-repeat;
  /* background-position: center; */
  /* background-size: cover; */
  position: relative;
  height: 600px;
  width: 100%;
}
.corporate-home .eqn-btn {
  max-width: 200px !important;
  margin-left: 5px;
  cursor: pointer;
  margin-top: 30px;
}
.corporate-home .enq-h4 {
  padding-left: 33px;
}
.title-c {
  background-image: linear-gradient(134deg,#2921a4,#0a5dc9);
  height: 100%;
  text-align: center;
  
}
.title-c h2 {
  color: #ffffff !important;
  padding-top: 9px;
}
.bannerhomeinner img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.corp-sec{
  margin-top: -60px;
}
.sec-corp{
  padding: 0 70px !important;
}
.home-content h1 {
  color: #192296!important;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 767px){
  .corporate-home {
    display: block !important;
    background-image: url(https://www.fita.in/wp-content/uploads/2022/03/corporate-courses-in-chennai.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 500px;
}
.corp-sec {
  margin-top: 30px !important;
}
.cor-h2{
  font-size: 21px;
}
.title-c{height: auto !important;}
.sec-corp{
  padding:0px !important;
}
.course-p h1 {
    text-align: center;
}   
.mobile-nav-toggle{
  top: 51%;
}
}
