/* global css */


@font-face {font-family: 'Algerian'; src: url(../fonts/Algerian%20Initials%20D%20Regular.otf));}

* {
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  transition: 0.3s ease-in;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  width: auto;
}
html body {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #dae0e6;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

/* custom css */
.owl-carousel {
  display: block;
 }
.owl-carousel .item {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #173885d1;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 0px 10px!important;
    font-size: 35px!important;
    border: 1px solid #173885d1!important;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #fff;
  background: #173885;
  transition: 0.3s ease-in;
}
.mainContent {
  max-width: 1400px;
  margin: auto;
}
/* ====================================================
===============  header  starts here ==============
======================================================*/
.mainHeader {
  border-bottom: 1px solid #ececec;
  background-color: #ffffff!important;
}
.mainHeader .topHeader {
  background: #1a1b4f;
}
.mainHeader .navbar.bg-light {
    background-color: #ffffff!important;
}
.mainHeader img.headerLogo {
    height: 75px;
    margin: auto 20px;
}
.mainHeader .navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: rgba(12, 41, 72, 0.73);
}
.mainHeader .topHeader .navbar-light .navbar-nav a.nav-link.navQuery {
    color: rgb(255, 255, 255);
    margin: 0 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: inherit;
}
.mainHeader .topHeader ul.navbar-nav.socialIcons li a {
    margin: 0 -3px;
    width: 50px;
    height: 50px;
    transition: 0.4s ease-in;
}
.mainHeader .topHeader ul.navbar-nav.socialIcons li a:hover {
  opacity: 1;
  transition: 0.4s ease-in;
  transform: scale(1.15);
}
.mainHeader .topHeader .navbar-light .navbar-nav a.nav-link.navQuery:hover {
  color: #ffb1b2;
  text-decoration: underline;
}
.mainHeader .topHeader .navbar-light .navbar-nav a.nav-link.navQuery.hov:hover {
  color: #fff;
  cursor: none;
}
.mainHeader .navbar-light .navbar-nav a.nav-link.navMenu {
    color: rgba(12, 41, 72, 0.73);
    margin: 0 5px;
    padding: 20px 10px!important;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/* ========== mega menu starts here =========== */

.toggle,
[id^=drop] {
  display: none;
}

.megamenuPart nav { 
  margin:0;
  padding: 0;
  background-color: #1a1c79;
}

.megamenuPart nav:after {
  content:"";
  display:table;
  clear:both;
}

.megamenuPart nav ul {
  float: none;
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
}

.megamenuPart ul.menu {
    margin-left: 2em;
}

.megamenuPart nav ul li {
  position: relative;
  margin: 0px;
  display:inline-block;
  float: left;
  background-color: #1a1c79;
  z-index: 99999999999999;
}
.megamenuPart nav ul li ul.sub-menu ul.sub-menu{
    left: 100%;
    top: 0;
    
}

.megamenuPart nav ul li ul.sub-menu li a{
    padding: 8px 20px;
}

.megamenuPart nav a {
  display:block;
  padding:14px 20px;  
  color:#FFF;
  font-size:17px;
  text-decoration:none;
}

.megamenuPart nav ul li ul li:hover { background: #fb3437; }

.megamenuPart nav a:hover { 
  background-color: #fb3437; 
}
.megamenuPart nav ul ul {
  display: none;
  position: absolute; 
  /*top: 60px; */
  left:0;
  z-index: 999999999;
}
  
/* Display Dropdowns on Hover */
.megamenuPart nav ul li:hover > ul {
  display:block;
}
  
/* Fisrt Tier Dropdown */
.megamenuPart nav ul ul li {
  width:200px;
  float:none;
  display:list-item;
  position: relative;
}
.megamenuPart nav ul ul ul li {
  position: relative;
}

.megamenuPart li > a:after { 
   font-family: "FontAwesome";
   content: "\f107";
   display: inline-block;
   padding-left: 5px;
   vertical-align: middle;
   font-weight: 900;

}
.megamenuPart li > a:only-child:after { content: ''; }


@media all and (min-width : 787px) {
  .megamenuPart nav ul ul ul.megaMenuChild {
    background-color: #1a1c79;
    overflow-y: auto;
    max-height: 500px;
    width: 400px;
    top: 0;
    left: 100%;
  }

  .megamenuPart nav ul ul ul.megaMenuChild li {
      position: relative;
      left: 0;
      width: 100%;
  }
}
/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  .megamenuPart nav {
    margin: 0;
  }
  .toggle a.mob,
  .menu {
    display: none;
  }

  .toggle.er {
    display: block;
    background-color: #1a1c79;
    padding:14px 20px;  
    color:#FFF;
    font-size:17px;
    text-decoration:none;
    border:none;
  }

  .toggle:hover {
    background-color: #fb3437;
  }

  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
  }

  /* Change menu item's width to 100% */
  .megamenuPart nav ul li {
    display: block;
    width: 100%;
    }

  .megamenuPart nav ul ul .toggle,
  .megamenuPart nav ul ul a {
    padding: 0 40px;
  }

  .megamenuPart nav ul ul ul a {
    padding: 0 80px;
  }

  .megamenuPart nav a:hover,
  .megamenuPart nav ul ul ul a {
    background-color: #fb3437;
  }
  
  .megamenuPart nav ul li ul li .toggle,
  .megamenuPart nav ul ul a,
  .megamenuPart nav ul ul ul a{
    padding:14px 20px;  
    color:#FFF;
    font-size:17px; 
  }
  
  
  .megamenuPart nav ul li ul li .toggle,
  .megamenuPart nav ul ul a {
    background-color: #212121; 
  }

  /* Hide Dropdowns by Default */
  .megamenuPart nav ul ul {
    float: none;
    position:static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of ".megamenuPart nav a" */
  }
    
  /* Hide menus on hover */
  /*.megamenuPart nav ul ul li:hover > ul,
  .megamenuPart nav ul li:hover > ul {
    display: none;
  }*/
    
  /* Fisrt Tier Dropdown */
  .megamenuPart nav ul ul li {
    display: block;
    width: 100%;
  }

  .megamenuPart nav ul ul ul li {
    position: static;
  }

}

@media all and (max-width : 330px) {
  .megamenuPart nav ul li {
    display:block;
    width: 94%;
  }

}



@media screen and (max-width: 786px) {
  .mainHeader ul.navbar-nav.imgMenu {
    display: flex;
    flex-direction: row;
  }
  .mainHeader ul.navbar-nav.socialIcons {
    display: flex;
    flex-direction: row;
  }
  .mainHeader ul.navbar-nav.socialIcons li {
    margin: auto;
  }
  .mainHeader img.headerLogo {
    height: 50px;
    margin: auto;
  }
  .mainHeader .ml-5 {
    margin-left: 0rem!important;
  }
}



/* ====================================================
===============  banner  starts here ==============
======================================================*/
.bannerArea {
    height: 100%;
    position: relative;
}
/* fixed icons */
.icon-bar {
  position: fixed;
  top: 50%;
  z-index: 999999999999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-bar a:hover {
  /*color: #000;*/
  background-color: #fff;
}

.facebook {
  background: #3B5998;
  color: white;
}
.facebook:hover {
  background: #fff;
  color: #3B5998;
}
.twitter {
  background: #55ACEE;
  color: white;
}
.twitter:hover {
  background: #fff;
  color: #55ACEE;
}
.google {
  background: #dd4b39;
  color: white;
}
.google:hover {
  background: #fff;
  color: #dd4b39;
}
.linkedin {
  background: #007bb5;
  color: white;
}
.linkedin:hover {
  background: #fff;
  color: #007bb5;
}
.youtube {
  background: #bb0000;
  color: white;
}
.youtube:hover {
  background: #fff;
  color: #bb0000;
}
/* fixed icons */
/* fixed menu on banner */
.bannerArea .enquer {
  position: fixed;
  top: 50%;
  right: -55px;
  z-index: 999999;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bannerArea .enquer a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  background: #3B5998;
  color: white;
}
.bannerArea .enquer a:hover {
  color: #000;
  background-color: #fff;
}

.bannerArea:after {
    background: rgba(0, 0, 0, 0.43);
    content: " ";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bannerArea img.d-block.w-100 {
    height: 450px!important;
}
.bannerArea .carousel-caption.d-md-block {
    top: 35%;
}
.bannerArea .carousel-caption h1 {
    color: #fb3437;
    font-size: 44px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bannerArea .carousel-caption h5 {
    color: #fff;
    text-align: left;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: inherit;
}
.bannerArea .carousel-caption p {
    max-width: 600px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-transform: inherit;
}
.bannerArea .carousel-caption .readMoreBtn {
  color: #fff;
  outline: 0;
  margin-top: 2em;
  float: left;
  padding: 12px 25px;
  font-size: 15px;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.bannerArea .carousel-caption .readMoreBtn:hover {
  color: #fff;
  background: #fb3437;
  transition: 0.3s ease-in;
  transform: scale(1.15);
}

@media screen and (max-width: 786px) {
  .bannerArea img.d-block.w-100 {
    height: 350px!important;
  }
  .bannerArea .carousel-caption.d-md-block {
    top: 0;
  }
  .bannerArea .carousel-caption h1 {
    font-size: 37px;
    font-weight: 800;
    text-align: left;
  }
.bannerArea .carousel-caption h5 {
    text-align: left;
    font-size: 24px;
  }
.bannerArea .carousel-caption p {
    max-width: 100%;
    text-align: left;
    font-size: 15px;
  }
  .bannerArea .icon-bar a {
    padding: 10px;
    font-size: 14px;
  }
  .bannerArea .enquer a {
    font-size: 17px;
    padding: 13px;
  }
}


/* ====================================================
===============  introSec  starts here ==============
======================================================*/
.introSec {
  padding: 5em 0;
  background-size: 50%;
  background-color: #fff;
  background-image: url('../images/student.png');
  background-repeat: no-repeat;
  background-position: top right;
}
.introSec h3.introTitle {
	font-family:'Algerian';
    color: #F06B33;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    width: 70%;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 3px solid #18364a;
	text-transform: uppercase;
}

.introSec h4.introTitle2 {
    color: #18364a;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 15px;
    padding: 10px 0;
}
.introSec p.welcomeMsg {
    font-size: 15px;
    color: #696a71;
    margin: 5px 0 10px;
}
.introSec button.introMorebtn {
    color: #ffffff;
    background: #1a1b4f;
    padding: 10px 15px;
    margin-top: 2em;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #1a1b4f;
}
.introSec button.introMorebtn:hover {
  color: #fff;
  background: #fb3437;
  transform: scale(1.15);
  transition: 0.3s ease-in;
}

@media screen and (max-width: 767px) {
  .introSec {
    background-image: none;
  }
}
@media screen and (max-width: 786px) {
  .introSec h3.introTitle {
    font-size: 28px;
    width: 100%;
  }
}

/* ====================================================
===============  courseSec  starts here ==============
======================================================*/
.courseSec {
  padding: 3em 0;
  position: relative;
  background-size: cover;
  background-color: #fff;
  background-image: url('../images/banner3.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.courseSec:after {
    background: rgba(0, 0, 0, 0.43);
    content: " ";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.courseSec .courseInner, .courseSec .course {
  position: relative;
  z-index: 999;
}
.courseSec h3.courseTitle {
    color: #fff;
    z-index: 999;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 15px;
    padding: 10px 0;
}
.courseSec h3.courseTitle span {
  color: #fb3437;
  text-transform: uppercase;
}
.courseSec .courseInner .courseListGroup .courseListItem {
  color: #1a1c79;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  display:block;
}
.courseSec .courseInner .courseListGroup .courseListItem .fa {
  margin-right: 20px;
  font-size: 16px;
}

.courseSec .courseInner .courseListGroup .courseListItem:hover {
  color: #fb3437;
  cursor: pointer;
  background: #f1f1f1;
}

@media screen and (max-width: 786px) {
  .courseSec h3.courseTitle {
    font-size: 28px;
    width: 100%;
  }
}

/* ====================================================
===============  review  starts here ==============
======================================================*/
.review {
  padding: 2em 0;
  background: #f1f1f1;
}
.review h3.reviewTitle {
    color: #003e84;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px 0 17px;
    font-family: -webkit-pictograph;
}
.review h3.reviewTitle span {
    color: #0089ff;
    margin: 0 1em;
}
.review .owl-carousel .owl-dots.disabled, .review .owl-carousel .owl-nav.disabled {
    display: block!important;
}
.review .owl-carousel button.owl-next {
    position: absolute;
    right: -5%;
    top: 35%;
}
.review .owl-carousel button.owl-prev {
    position: absolute;
    left: -5%;
    top: 35%;
}

/* reviews starts */
.mainReviews .mainReviewTitle {
    display: block;
  font-weight: 600;
  font-size: 27px;
  color: #2c3c54eb;
  font-family: -webkit-pictograph;
}
.mainReviews .relatedTopic {
  margin-top: 1em;
  padding: 10px 0;
  display: flex;
  position: relative;
  flex-direction: row;
  background: #fff;
  border-bottom: 1px solid #bbb;
}
.mainReviews .relatedTopic:hover {
  cursor: pointer;
  background: #dfdfdf;
}
.mainReviews img.relatedImg {
  max-width: 100%;
  height: 65px;
  width: 100px;
  margin: auto 10px auto 0;
}
.mainReviews .titleSec {
  margin: auto 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.mainReviews .titleSec  .namingPart {
  margin: auto 0;
  display: flex;
  overflow: hidden;
  flex-direction: row;
}
.mainReviews h6.courseTitle {
  margin: auto 0;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #2c3c54eb;
  font-family: -webkit-pictograph;
}

.mainReviews p.courseAuthor {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 12px;
  color: #686f7a;
  margin-bottom: 7px;
  font-family: Arial, Helvetica, sans-serif;
}
.mainReviews p.coursePrice {
  font-size: 12px;
  color: #566b8c;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 0px;
  text-align: right;
  flex: 1;
}
.mainReviews .relatedTopic span.relAttribute {
  position: absolute;
  /*top: 5px;*/
  top: -10px;
  left: 0;
  min-width: 100px;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  padding: 0 15px 0 5px;
  background: #000000;
  text-shadow: 2px 1px 0px #302e2e;
}
.mainReviews .relatedTopic .relAttribute:before {
  content: " ";
  position: absolute;
  width: 20px;
  right: 0;
  height: 100%;
  border: 10px solid black;
  border-color: transparent #fff transparent transparent;
}
.mainReviews .relatedTopic .relAttribute .checked {
  color: #fb3437;
}
.mainReviews .more {
  color: #fff;
  font-size: 13px;
  float: right;
  margin: 1em 0;
  text-align: right;
  padding: 4px 10px;
  background: #1a1c79;
  text-shadow: 2px 1px 0px #302e2e;
}
@media screen and (max-width: 786px) {
  .review h3.reviewTitle {
    font-size: 28px;
    width: 100%;
  }
  .review .owl-carousel button.owl-next, .review .owl-carousel button.owl-prev {
    display: none!important;
  }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none!important;
  }
}

/* reviews slider */
.reviewInner .singleListItem {
  position: relative;
  margin: 1em 0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #bbb;
}
.reviewInner .singleListItem .reviewImage {
    width:70%;
    margin:auto;
}

.reviewInner .singleListItem .tagLine {
  text-align: center;
  color: #1a1c79;
  overflow: hidden;
  height: 20px;
  font-size: 15px;
  font-weight: 600;
}
.reviewInner .singleListItem .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background: rgba(0, 0, 0, 0);
  border: 10px solid #fff;
  transition: background 0.5s ease;
}
.reviewInner .singleListItem .overlayContainer {
  margin: 0 0 1em 0;
}
.reviewInner .singleListItem .overlayContainer:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.reviewInner .singleListItem .preview {
  position: absolute;
  width: auto;
  left: 3%;
  right: 3%;
  top: 40%;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.35s ease;
}

.reviewInner .singleListItem .preview a {
  width: auto;
  padding: 12px 10px;
  text-align: center;
  color: white;
  font-weight: 600;
  border: solid 2px white;
  z-index: 1;
  cursor: pointer;
}

.reviewInner .singleListItem .overlayContainer:hover .preview {
  opacity: 1;
  cursor: pointer;
}

/* ====================================================
===============  gallery  starts here ==============
======================================================*/
.gallery {
  padding: 2em 0;
  background: #fff;
}
.gallery h3.galleryTitle {
    color: #1a1b4f;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 25px;
    padding: 10px 0 17px;
}
.gallery h3.galleryTitle span {
  color: #fb3437;
  text-transform: uppercase;
}
.gallery .galleryInner img.galleryImg {
    height: 250px;
}

.gallery .owl-carousel .owl-dots.disabled, .gallery .owl-carousel .owl-nav.disabled {
    display: block!important;
}
.gallery .owl-carousel button.owl-next {
    position: absolute;
    right: -5%;
    top: 35%;
}
.gallery .owl-carousel button.owl-prev {
    position: absolute;
    left: -5%;
    top: 35%;
}
@media screen and (max-width: 786px) {
  .gallery h3.galleryTitle {
    font-size: 28px;
    width: 100%;
  }
  .gallery .owl-carousel button.owl-next, .gallery .owl-carousel button.owl-prev {
    display: none!important;
  }
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none!important;
  }
}

/* ====================================================
===============  testimoniPart  starts here ==============
======================================================*/
.testimoniPart {
  padding: 2em 0;
  background: #fff;
  background: url(../images/testimonibg.jpg) no-repeat fixed center center / cover;
  width: 100%;
  height: auto;
  position: relative;
}
.testimoniPart:after {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
}
.testimoniPart .testimoniContent {
  position: relative;
  z-index: 9;
}
.testimoniPart h3.textimoniTitle {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px 0 17px;
}
.testimoniPart h3.textimoniTitle span {
  color: #fb3437;
  text-transform: uppercase;
}
.testimoniPart .testimoniInner img.testimoniImg {
    height: 85px;
    width: 85px;
    border-radius: 50%;
    display: table;
    margin: auto;
    border: 3px solid #fff;
}
.testimoniPart .testimoniInner h6.testimoniName {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 0 5px;
}
.testimoniPart .testimoniInner p.testimoniDesc {
    color: #f1f1f1;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    margin: 7px 0 10px;
}
.testimoniPart .testimoniInner .authorTag {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

/* ====================================================
===============  footer  starts here ==============
======================================================*/
.mainFooter {
  /*padding: 1em 0 0;*/
  background-color: #003242a1;
}
.mainFooter img.footerLogo {
    max-width: 100%;
    margin: 10px 0 1em;
}
.mainFooter .topFooter {
  padding: 20px 0;
  background-color: #eee;
}
.mainFooter .bottomFooter {
  padding: 20px 0;
  background-color: #1a1b4f;
}
/* copyright sec */
.mainFooter .copyrightSec .copyrightText {
  color: #fff;
  font-synthesis: 15px;
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
  text-transform: inherit;
}
.mainFooter .copyrightSec .copyrightText a {
  color: #fb3437;
  font-weight: 500;
}
/* top footer sec */
.mainFooter .topFooter .logoPart {
    margin: 1em 0 2em;
}
.mainFooter .topFooter .logoPart img.logoFooter {
  height: 75px;
  margin: auto;
}
.mainFooter .topFooter .logoPart .logoText {
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  padding: 17px 0 0;
  max-width: 600px;
  margin: auto;
}
.mainFooter .topFooter .innerPart {
    display: flex;
    flex-direction: column;
}
.mainFooter .topFooter li.listItem p {
    color: #1a1b4f;
    font-size: 14px;
    text-align: left;
    padding: 7px 0;
    transition: 0.3s ease-in;
}
.mainFooter .topFooter h4 {
    color: #1a1b4f;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.mainFooter .locationSec {
  padding: 7px 0;
}
.mainFooter .topFooter span.locationDetails {
    color: #1a1b4f;
    text-align: left!important;
    font-size: 14px;
}
.mainFooter .topFooter .linkPart {
    margin: auto;
    display: table;
}
.mainFooter .topFooter .linkPart ul.listGroup {
    display: flex;
    flex-direction: column;
}
.mainFooter .topFooter .linkPart .listItem {
    margin: 5px 0;
}
.mainFooter .topFooter .linkPart .listItem a {
  color: #1a1b4f;
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
}
.mainFooter .topFooter .linkPart .listItem a .fa {
  margin-right: 20px;
  font-size: 16px;
}

.mainFooter .topFooter .linkPart .listItem a:hover {
  color: #fb3437;
  cursor: pointer;
  background: #f1f1f1;
}
.mainFooter .nltInner {
  max-width: 900px;
  margin: auto;
  padding-top: 2em;
  border-top: 1px solid #bbb;
}
.mainFooter h4.nltTitle {
    color: #1a1b4f;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.mainFooter .nltInner .form-group {
    display: flex;
    flex-direction: column;
}
.mainFooter .nltInner input.form-control {
    outline: none;
    color: #333;
    margin: auto;
    margin-right: 0;
    border-radius: 4px;
    background: #fff;
    max-width: 400px;
    padding: 4px 1em 4px 20px;
    border: 1px solid #fb3437;
}
.mainFooter .nltInner button.nltSubmitBtn {
    color: #fff;
    outline: 0;
    border: 0;
    margin: 1em auto;
    margin-left: 0;
    padding: 7px 10px;
    background: #fb3437;
    border-radius: 4px;
}
.mainFooter .nltInner button.nltSubmitBtn:hover {
  color: #fff;
  background: green;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 786px) {
  .mainFooter .copyrightSec {
    text-align: center;
    padding: 10px 0;
  }
  .mainFooter .copyrightSec .copyrightText {
    text-align: center;
  }
  
.mainFooter .topFooter .innerPart {
    display: flex;
    flex-direction: column;
}
.mainFooter .topFooter .innerPart img {
  margin: 10px auto 20px;
  margin-left: 0;
}
.mainFooter .topFooter .innerPart .locationSec {
  margin: auto 0 20px;
}
.mainFooter .topFooter .linkPart {
    margin: 20px 0;
    display: table;
}

}

/*---about----------------------*/
.about-content {
  padding:3em;
  background: #fff;
}
.about-bx h1{
  color: #18364a;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  width: fit-content;;
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 3px solid #18364a;
}
.about-bx h1 span{
    color: #fb3437;
    text-transform: uppercase;
}
.about-bx h3{
  color: #18364a;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 15px;
  padding: 10px 0;
}
.about-bx h3 span{
  color: #fb3437;
}
.about-bx p{
  font-size: 15px;
  color: #696a71;
  margin: 5px 0 10px;
}
.about-img{
  width: 100%;
  height: auto;
}
.about-img img{
  width: 100%;
  height: auto;
}
.course-img {
  width: 24em;
  height: auto;
  margin: 5em auto;
}
.course-img img {
  width: 100%;
  height: auto;
}

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0;
  
  }
  .fancy-collapse-panel .panel-heading a {
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #fb3437;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
  }
  .fancy-collapse-panel .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f196";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
  }
  
  .fancy-collapse-panel .panel-heading a.collapsed-custom:after {
  content: "\f147";
  }
.fancy-collapse-panel .answer-cont {
    padding: 15px;
    background: #f1f1f1;
}
.fancy-collapse-panel .answer-cont b{
  font-weight: bold;
  color: #000;
  margin: 5px 0;
}
.fancy-collapse-panel .answer-cont{
  font-size: 14px;
  color: #616161;
}

/*----------contact------------------*/
.inner-banner {
  width: 100%;
  height: auto;
}
.inner-banner img{
  width: 100%;
  height: auto;
}
.contact-content {
  background: #fff;
}
.contact-bx{
  padding: 3em;
}
.contact-dtls {
  display: flex;
  width: 100%;
  vertical-align: middle;
}
.contact-ico {
  background: #1a1b4f;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  font-size: 27px;
  line-height: 2;
  margin-right: 10px;
  margin-top: 4px;
}
.contact_content h4{
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #2c3c54eb;
  font-family: -webkit-pictograph;
  line-height: 1.2;
    margin-bottom: 5px;
}
.contact_content p{
  font-size: 15px;
  font-weight: 500;
  color: #717171;
}
.contact_content {
  width: 70%;
}
.map-bx {
  width: 100%;
  height: 450px;
  position: relative;
}
.map-bx  iframe{
  width: 100%;
  height: 100%;
}
.google-map-contact-wrapper {
  position: absolute;
  z-index: 10;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 70px;
}
.google-map-contact-wrapper .get_in_touch {
  width: 310px;
}
.google-map-contact-wrapper .get_in_touch {
  width: 300px;
  padding: 20px;
  position: relative;
}
.get_in_touch, .infobox {
  background-color: #1a1b4f;
}
.get_in_touch,
 .get_in_touch a,
 .get_in_touch h3,
  .get_in_touch ul, 
  .infobox, 
  .infobox a, 
  .infobox h3, 
  .infobox ul {
  color: #fff!important;
}
.get_in_touch {
  padding: 25px 20px 25px 30px;
  background-repeat: no-repeat;
  background-position: right bottom;
  font-size: 14px;
}
.get_in_touch, .get_in_touch a, .get_in_touch h3, .get_in_touch ul, .infobox, .infobox a, .infobox h3, .infobox ul {
  color: #fff!important;
}
.get_in_touch h3{  
  font-family: -webkit-pictograph;
  font-size: 20px;
}
.get_in_touch, .get_in_touch a, .get_in_touch h3, .get_in_touch ul, .infobox, .infobox a, .infobox h3, .infobox ul {
  color: #fff!important;
}

.get_in_touch ul {
  margin: 0;
  font-size: 100%;
  line-height: normal;
}
.get_in_touch ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 13px 0 13px 50px;
  word-wrap: break-word;
  border-bottom: 1px solid #2e2f69;
}
.get_in_touch ul li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  color: fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 23px;
  text-align: center;
}
.google-map-contact-wrapper .get_in_touch:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: transparent;
  border-top-color: #1a1b4f;
}
.contact-form .form-control{
  border-radius: 0;
  margin-bottom: 1rem;
}
.contact-form .form-control:focus{
  color: #000000;
  background-color: rgba(233, 245, 252, 1) !important;
  border-color: #d5e5ee;
  box-shadow: 0 0 0 0.05rem rgba(0,123,255,.25);
}
.contact-form {
  padding: 0 3rem;
}
.contact-info h2{
  color: #18364a;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
  width: 70%;
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 3px solid #18364a
}
.contact-info h2 span{
  color: #fb3437;
}
.contact-info p{
  font-size: 15px;
  color: #696a71;
  margin: 5px 0 10px;
  width: 90%;
}
.btn-send:hover {
  color: #fff;
  background: #fb3437;
  transform: scale(1.15);
  transition: 0.3s ease-in;
}
.btn-send {
  color: #ffffff;
  background: #1a1b4f;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #1a1b4f;
}

.about-us-content{
	padding:50px 0;}
	

.commnhdng{
	text-align:center;
	margin-bottom:30px;}
	
.commnhdng h1{
	font-size:38px;
	font-weight:bold;
	color:#434345;
	display:inline-block;
	text-transform:uppercase;}
	
.commnhdng h1:after{
	content:'';
	display:block;
	width:40px;
	height:2px;
	background:#1a1c79;
	left:0;
	right:0;
	margin:10px auto 0;}
	
.overview-img{
	width:100%;
	height:300px;
	margin-top: 7px;}
	
.overview-img img{
	width:100%;
	height:100%;
	object-fit: cover;
    object-position: center center;}
	
.overview-text p{
	font-size:15px;
	color:#434345;
	line-height:25px;}
	
.our-team-content{
	padding:50px 0;}
	
.team-img{
	width:100%;
	height:250px;}
	
.team-img img{
	width:100%;
	height:100%;
	object-fit: cover;
    object-position: center center;}
	
.team{
	margin-bottom:50px;}
	
.team-dtls ul{
	margin-top:10px;}
	
.team-dtls h1 a{
	color:#ffa200;}
	
.team-dtls h1 a:hover{
	color:#ff7e00;}
	
.soil-of-agency-img-dtls{
	margin-top:15px;}
	
.soil-of-agency-img-dtls h1{
	font-size:23px;
	font-weight:bold;
	color:#ffa200;}
	
.soil-of-agency-img-dtls ul {
	margin-top:10px;}
	
.soil-of-agency-img-dtls ul li{
	margin-bottom:8px;}
	
.soil-of-agency-img-dtls ul li:last-child{
	margin-bottom:0px;}
	
.soil-of-agency-img-dtls ul li a{
	font-size:15px;
	color:#434345;}
	
.soil-of-agency-img-dtls ul li a:hover{
	text-decoration:underline;}
	
.soil-of-agency-img-dtls ul li a i{
	margin-right:7px;}
	
.img-gallery-box{
	margin-top:50px;
	width:100%;
	height:auto;}
	
.gallery-area{
	padding:50px 0;}
			
.gallery-img{
	width:100%;
	height:250px;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	cursor:pointer;
	border-radius:5px;}
	
.gallery-img img{
	width:100%;
	height:100%;}

.gallery-img-ovrlay{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(26, 28, 121,.70);
	display:table;
	text-align:center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity:0;}
	
.gallery-img-ovrlay h5{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#fff;
	letter-spacing:.50;
	text-transform:uppercase;
	display:table-cell;
	vertical-align:middle;}
	
.gallery-img-ovrlay h5:after{
	content: '';
    display: block;
    width:0px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 142px;
    margin: auto;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;}
	

.gallery-img:hover .gallery-img-ovrlay{
	opacity:1;}
	
.gallery-img:hover .gallery-img-ovrlay h5:after{
	width:90px;}
	
.enquery-btn {
    cursor: pointer;
    width: 141px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: -90px;
    margin: auto;
    top: 0;
    text-align: center;
    line-height: 3;
    background: #3B5998;
    box-shadow: 0 3px 4px #00000045;
    border-radius: 0px 0px 5px 5px;
    transform: rotate(90deg);
    z-index: -1;
    color: #fff;
}
.enquery-form {
    width: 276px;
    height: 310px;
    background: #fff;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 999999;
    top: 133px;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 6px #0000006e;
    transform: translate(101%, 0%);
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.enquery-form.show{
    transform: translate(0%, 0%);
}
.enquery-btn:hover {
    background: #dc3545;
    color: #fff;
}
	
.enquery-modal .modal{
	z-index:9999999999;}

.modal-dialog{
	max-width:50% !important;}
	

		
	
@media screen and (min-width: 768px) and (max-width: 991px)  {
  .course-img {
    width: 22em;
  }
  .contact-info h2 {
    width: 100%;
  }
  .contact-info p {
    width: 97%;
}
.contact-form {
  padding: 0 0rem;
}
  }
  @media only screen and (max-width : 576px) {
    .course-img {
      width: 100%;
    }
    .about-content {
      padding: 1em;
    }
    .about-bx h1{
      font-size: 28px;
      width: 100%;
    }
    .about-bx h3 {
      font-size: 24px;
    }
    .contact-bx {
      padding: 1em;
  }
  .contact-dtls {
    margin-bottom: 1rem;
}
.google-map-contact-wrapper {
  right: 0;
}
.contact-info h2 {
  font-size: 25px;
  width: fit-content;
}
.contact-form {
  padding: 1rem 0;
}
  }