*{
   margin: 0px;
   padding: 0px;
}
body {
    margin: 0px;
    padding: 0px;
}
/*main index start*/
.ctr{
  font-size:4vw;
  color: #fff;
  margin-left: 15%;
  margin-top: -2%;
  /*padding-bottom: 5%;*/
}
@media (max-width: 601px) {
.ca {
  background: #EAEBEC;
  border-radius: 2%;
  border:1px solid #145FEB ;
  height: 170px;
  width: 170px;
  margin: 0.1%;
}
}
@media (max-width: 361px) {
.ca {
  background: #EAEBEC;
  border-radius: 2%;
  border:1px solid #145FEB ;
  height: 90px;
  width: 80px;
  margin: 0.1%;
}
}
.ca {
  background: #EAEBEC;
  border-radius: 2%;
  border:1px solid #145FEB ;
  height: 170px;
  width: 260px;
  margin: 0.1%;
  margin-top: 4%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
/*
.ca:hover .overlay {
  display: block;
  height: 160px;
  width: 260px;
  margin: 0.1%;
  background: rgba(0, 0, 0, .3);
}*/

.imga {
  width: 40%;
  height: 40%;
  margin-left: 30%;
  margin-top: 2%;
  left: 0;
}
.img1 {
  width: 100%;
  height: 40%;
  margin-top: 2%;
  left: 0;
}
.ca:hover .title {
  /*top: 90px;*/
}

.button {
  position: absolute;
  width: 50%;
  margin-left: 20%;
  /*margin-top: 10%;*/
  opacity: 0;
  transition: opacity .35s ease;
}

.button a {
  width: 200px;
  font-size: 18px;
  padding: 5%;
  text-align: center;
  background: #145FEA ;
  color: #fff;
  /*margin-top: -10%;*/
  border-radius: 6%;
  z-index: 1;
}

.ca:hover .button {
  opacity: 1;
}

/*main index end*/
hr{
  border: 0;
  height: 1px;
  background: #333;
}
p{
  color:#525254;
}
.h4{
  font-weight: bold;
}
.bg{
     background:  #EAEFF0;
}
.bg1{
   /*opacity: 0.5;*/
   background: #3b26fd;
}
.bg2{
  background: #fff;
}

/* Needed to force change to Navbar */
  .navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: 80px;
  }
  .navbar .logo {
    float: left;
  }
#hamburger {
  width: 30px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 11px;
}

#hamburger span:nth-child(3) {
  top: 22px;
}

#hamburger.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#hamburger.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sitenavigation ul {
  margin: 0;
  padding: 0;
  float: right;
}
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  line-height: 20px;
}
.sitenavigation li a {
  color: #758283;
  text-decoration: none;

  display: block;
  padding: 11px 14px;
  font-size: 0.9375em;
  -webkit-tap-highlight-color: transparent;
}
.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
  color: white;
  background-color: #ECECEC;
}
.sitenavigation li a.nav-selected {
  background-color: #777;
  color: #000;
}
.sitenavigation li a:hover {
  background-color: #CCC !important;
  color: #000;
}
.sitenavigation li.clicked > ul {
  display: block;
}
.sitenavigation li ul {
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 300px;
  padding: 0;
  margin: 0;
}
.sitenavigation li ul a {
  background-color: #dfdfdf;
  font-size: 0.8125em;
}
.sitenavigation li ul li {
  float: none;
  display: block;
  margin: 0;
}
.sitenavigation li ul ul {
  left: 100%;
  margin-top: -40px;
}
.sitenavigation li ul ul a {
  background-color: lightgray;
}

.dropdown{
  position: relative;
  display: inline-block;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.no-js .sitenavigation li:hover > ul {
  display: block !important;
}

.menu-icon {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
  }
  .navbar .logo {
    float: right;
    font-weight: 800;
  }
  .navbar .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: 7px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .navbar .sitenavigation ul {
    display: none;
    max-width: none !important;
  }
  .navbar .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul a {
    width: 100%;
    margin: 0;
    background-color: #ECECEC;
    display: block;
    font-size: 1.1875em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    color: #758283;
    float: none;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul a:hover {
    background-color: #dfdfdf;
  }
  .navbar .sitenavigation.is-tapped > ul li {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: solid 1px #b9b9b9;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul li li {
    background-color: #fff;
  }
  .navbar .sitenavigation.is-tapped > ul ul {
    display: none;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  .navbar .sitenavigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul li {
    border-bottom: solid 1px #f9f9f9;
  }
  .navbar .sitenavigation.is-tapped > ul ul li li a {
    background-color: #f9f9f9;
    padding-left: 30px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a {
    background-color: #dfdfdf;
    font-size: 1em;
    padding-left: 20px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a:before {
    content: "- ";
    display: inline-block;
    margin-right: 8px;
    color: #000;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
    cursor: pointer;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
    width: 80%;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded:after {
    display: none;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    color: black;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
  .navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: 80px;
  }
.navbar .logo{
    height: 50px;
    padding: 5px;
    width: 200px;
}
/*NAVBAR END*/
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.logo{
  height: 40px;
  width: 120px;
}
.en{
  background:#278B01;

}
.en1{
  background: linear-gradient(to right, #8e0e00, #1f1c18);
  
}
.jumbotron{
  height: 180px;
}

/* breadcrumb */
.breadcrumb{
    background:#1276EA; 
}

ol.breadcrumb li+li:before {
  padding: 2px;
  content: ">";
  
}
ol.breadcrumb li a {
  color: white;
}
/*search section start*/
.table tr th a{
  color: #545353;
}
@media only screen and (max-width:798px){
  .table{
    display: none;
  }
#myInput{
  display: none;
}
}
.fa-arrow-right{
  color:#F51C15 ;
}
#myInput {

  padding: 12px 20px 12px 40px;
  font-size: 16px;
  border: 3px solid #0505BE;
}
/*search section end*/

/*button end */
/*jumbotron start */
.img{
  height: 50px;
  width: 120px;
}
/*video section start*/
.modal-content {
  margin-top: 15%;
  width: 1100px;
  height: 400px;
  margin-left:-18%;
}
.card-block{
  border: 1px solid;
  height: 14vw;
  border-radius: 2%;
  box-shadow: 2px 4px #888888;
}
.card-title{
  color:#151517;
  padding: 0.2vw;
  font-size: 1.4vw;
}
.card-text{
  color: #2F2F35;
  font-size: 1vw;
  padding: 0.2vw;
}
.imgs{
  padding-top: 4%;
  border: 1px solid #000;
}
.card-img{
  border-radius: 5%;
  height: 160px;
}
.btn-danger{
  margin-left: 80%;
  margin-top: 13%;
  cursor: pointer;
}
.vid{
  height: 400px;
  width: 700px;
}
@media only screen and (max-width:360px){
 .vid{
  height: 100px !important;
  width: 180 !important;
}
.modal-content {
  margin-top: 10% !important;
  width: 200px !important;
  height: 100px !important;
  margin-left:0% !important;
}
}
@media only screen and (max-width:600px){
 .vid{
  height: 150px !important;
  width: 300 !important;
}
.modal-content {
  margin-top: 0% !important;
  width: 400px !important;
  height: 200px !important;
  margin-left:0% !important;
} 
}
@media only screen and (max-width:800px){
 .vid{
  height: 300px !important;
  width: 100% !important;
}
.modal-content {
  margin-top: 10% !important;
  width: 600px !important;
  height: 380px !important;
  margin-left:0% !important;
} 
}
@media only screen and (max-width:946px){
.vid{
  height: 380px;
  width: 100%;
}
.modal-content {
  margin-top: 10%;
  width: 800px;
  height: 380px;
  margin-left:-10%;
}
.jo{
  display: none;
}
}
/*video section end*/
/*topbar class*/
.bg3{
    background: #050505;
    padding: 5px 0px;
    text-align: center;
}
@media only screen and (max-width:746px){
.bg3{
display: none;
}
}
.t2{
    color:#fff;
}
/*second ripple*/
@media only screen and (max-width:700px){
.t2{
    font-size: 10px;
}
}
.top1 li {
  display: inline-block;
}
@media only screen (max-width: 760){
  .intro-banner-vdo-play-btn{
    height:30px;
    width:30px;
    position:absolute;
    top:92px;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}
}
/*animate video icon*/
.blueBg {
    background-color: #1B13F6!important;
    background-image: #5B9AFA;
}
.intro-banner-vdo-play-btn{
    height:40px;
    width:40px;
    position:absolute;
    top:100px;
    left:50%;
    text-align:center;
    margin:-20px 0 0 -20px;
    border-radius:100px;
    z-index:1
}
.intro-banner-vdo-play-btn i{
    line-height:36px;
    font-size:20px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:116px;
    height:116px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-60px 0 0 -60px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
.fa-play-circle{
   font-size:22px;
  color:#FDFDFD;
}
.fa-laptop{
  font-weight: bold;
  font-size: 18px;
  color: #F50C04;
}

/*animate video icon end*/
.topnav2{
  background:white;
  padding:13px;
  margin-top: -5%;
  /* box-shadow: 0px 2px #BFC2C1; */
  box-shadow: 0px 1px 7px #ddd;
  
}

/*read more button*/
#more {display: none;
  cursor: pointer;
}
/*read more button end */
/*our popular courses*/

@media screen and (max-width: 600px){
.client{
  margin-left: 5%;
}
}
@media screen and (max-width: 360px){
.client{
  margin-left: -8%;
}
}
.view{
  margin-bottom: 40px;
  color:#fff;
  background: linear-gradient(to right, #1a2980, #26d0ce);
  cursor: pointer;
  margin-left: 40%;
}

.img5:hover
{
    box-shadow: 0 4px 20px rgb(101, 155, 246);
    z-index: 2;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 100ms ease-in;
    transform: scale(1.1);
}

@media screen and (max-width: 360px){
.img5{
  margin-left: 1%;
}
}
.img5{
    width: 80px;
    height: 80px;
    border-radius: 15px;
    margin:3%;
}
/*our popular end*/
/*footer start */
/*fixed footer*/
.fixed1{
  background-color: #030303;
  position: bottom;
     position: fixed;
   left: 0;
   bottom: 0;
  width: 100%;
  height: 40px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 600px){
.fixed1{
display: none;
}
}
.t5{
  color: #fff;
}
.footer-section {
  background: #252D31;
  position: relative;
}
.footer-cta {
  border-bottom: 2px solid #fff;
}
.single-cta i {
  color: #10A0DF;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #10A0DF;
}
.t3{
  color:#fff;
}
.twitter-bg{
  background: #10A0DF;
}
.google-bg{
  background: #10A0DF;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #10A0DF;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fff;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #10A0DF;
    padding: 13px 20px;
    border: 1px solid #fff;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
@media screen and (max-width: 600px){
.copyright-area{
  padding-bottom: 40px;
}}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.foot1{
  padding-left:22%;
}
@media screen and (max-width: 600px){
.foot1{
  padding-left:0%;
}}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.img7{
height: 40px;
width: 120px;

}
@media screen and (max-width: 600px){
.img7{
height: 30px;
width: 70px;

}}

/*footer section end*/
hr.new1 {
  border-top: 1px solid #fff;
  margin-right: 100px;

}

.col{
  height: 110px;
  /*width: 150px;*/
}

/*sidebar start*/
