@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
/* Define standard variables and values for website */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #FBB81E;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-moz-selection {
  color: black;
  background: #FBB81E;
}

::selection {
  color: black;
  background: #FBB81E;
}

body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow-x: hidden;
  position: relative;
}

.bigContainer {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.smallContainer {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .headInn {
  width: 100%;
  float: left;
  position: relative;
}

header .headInn a.headlogo {
  width: 135px;
  float: left;
  border-radius: 100%;
  padding: 0px 0;
  margin: 15px 0 0 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .headInn a.headlogo img {
  width: 100%;
}

header .headInn .topInfo {
  width: auto;
  float: right;
  padding: 0 0 0 0;
  margin: 23px 0 0 0;
}

header .headInn .topInfo li {
  float: left;
  list-style: none;
  margin: 0 0 0 20px;
}

header .headInn .topInfo li p {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

header .headInn .topInfo li p a {
  color: #000;
  text-decoration: none !important;
}

header .headInn .topInfo li p i {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 0;
  border-radius: 100%;
  margin: 0 5px 0 0;
}

header .headInn .navListing {
  width: auto;
  float: right;
  padding: 0 0 0 0;
  margin: 35px 20px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .headInn .navListing .current_page_item a:after {
  left: 0;
  opacity: 1;
}

header .headInn .navListing li {
  list-style: none;
  float: left;
  position: relative;
  padding: 10px 10px;
}

header .headInn .navListing li a {
  font-family: Poppins;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  float: left;
  width: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 0 5px 0;
}

header .headInn .navListing li a span {
  font-size: 10px;
  margin: 0 0 0 4px;
  color: #7d7d7d;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .headInn .navListing li a span.rotate_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .headInn .navListing li a:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: -100%;
  background: #FF2E59;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

header .headInn .navListing li a:hover::after {
  left: 0;
  opacity: 1;
}

header .headInn .navListing li .sub-menu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 35px;
  padding: 0 0 0 0;
  background: #FBB81E;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10;
}

header .headInn .navListing li .sub-menu li {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0;
}

header .headInn .navListing li .sub-menu li a {
  color: #000;
  padding: 10px 10px;
}

header .headInn .navListing li .sub-menu li a:after {
  display: none;
}

header .headInn .navListing li .sub-menu li a:hover {
  background: #FF2E59;
  color: #fff;
}

header .headInn .topSListing {
  position: absolute;
  width: 20px;
  height: auto;
  right: -50px;
  padding: 0;
  top: 75px;
}

header .headInn .topSListing li {
  width: 100%;
  float: left;
  list-style: none;
  margin: 30px 0 0 0;
}

header .headInn .topSListing li a {
  width: 100%;
  float: left;
  text-align: center;
}

header .headInn .topSListing li a i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}

header.sticky_header {
  width: 100%;
  position: fixed;
  background: #fff;
  padding: 6px 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

header.sticky_header .topInfo {
  display: none;
}

header.sticky_header .navListing {
  margin: 9px 0 0 0 !important;
}

header.sticky_header .headlogo {
  margin: 0 !important;
  background: #fff !important;
  width: 60px !important;
}

.topSlidPart {
  width: 100%;
  float: left;
  background: #FBB81E;
  z-index: 1;
  position: relative;
}

.topSlidPart .slidmain {
  width: 100%;
  float: left;
  position: relative;
  top: 80px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.topSlidPart .slidmain img {
  width: 100%;
}

.topSlidPart .slidmain .carousel-indicators {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  bottom: 185px;
  right: unset;
  left: -60px;
  -webkit-transform: rotate(90deg) scale(1.5);
          transform: rotate(90deg) scale(1.5);
}

.topSlidPart .slidmain article {
  width: 465px;
  float: left;
  position: absolute;
  z-index: 2;
  top: 170px;
  left: 80px;
}

.topSlidPart .slidmain article h1 {
  width: 100%;
  float: left;
  font-family: Montserrat;
  margin: 0 0 0 0;
  color: #131313;
  font-size: 38px;
  line-height: 49px;
}

.topSlidPart .slidmain article h1 span {
  color: #FBB81E;
}

.topSlidPart .slidmain article p {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #5B5B5B;
  margin: 25px 0 0 0;
  font-size: 16px;
}

.topSlidPart .slidmain article a {
  color: #fff;
  background: #FF2E59;
  float: left;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-family: Poppins;
  margin: 19px 0 0 0;
  padding: 13px 20px;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.topSlidPart .slidmain article a:hover {
  background: #1EAAFB;
}

.topSlidPart .slidmain:after {
  content: '';
  width: 67%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background-image: linear-gradient(to right, #fff, transparent);
}

.topSlidPart .slidmain:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.totalAboutWrap {
  width: 100%;
  float: left;
  position: relative;
  background: url(../images/aboutBac.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.totalAboutWrap main {
  width: 100%;
  float: left;
  margin: 160px 0 80px;
}

.totalAboutWrap main .abBlocksWrap {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
}

.totalAboutWrap main .abBlocksWrap .abblockContain {
  float: left;
}

.totalAboutWrap main .abBlocksWrap .abblockContain .abBlockInn {
  width: 100%;
  float: left;
  padding: 25px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  min-height: 350px;
}

.totalAboutWrap main .abBlocksWrap .abblockContain .abBlockInn h3 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-family: Poppins;
  color: #FBB81E;
  font-weight: 700;
  font-size: 40px;
}

.totalAboutWrap main .abBlocksWrap .abblockContain .abBlockInn h3 small {
  width: 100%;
  float: left;
  color: #070707;
  margin: 12px 0 0 0;
  font-weight: 700;
  font-size: 21px;
}

.totalAboutWrap main .abBlocksWrap .abblockContain .abBlockInn p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #757575;
  font-weight: 600;
  margin: 30px 0 0 0;
  line-height: 24px;
}

.totalAboutWrap main .abBlocksWrap .abblockContain:nth-child(2) h3 {
  color: #FF2E59;
}

.totalAboutWrap main .abBlocksWrap .abblockContain:nth-child(3) h3 {
  color: #1EAAFB;
}

.totalAboutWrap main .abouttext {
  width: 100%;
  float: left;
}

.totalAboutWrap main .abouttext h2 {
  margin: 0 0 0 0;
  position: relative;
  font-family: Poppins;
  color: #000;
  width: 36%;
  float: left;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  padding: 25px 0 0 0;
}

.totalAboutWrap main .abouttext h2:after {
  width: 100px;
  height: 4px;
  content: '';
  position: absolute;
  background: #FF2E59;
  top: 0;
  left: 0;
}

.totalAboutWrap main .abouttext p {
  width: 61%;
  float: right;
  font-family: Quicksand;
  font-size: 15px;
  color: #757575;
  margin: 8px 0 2px 0;
  font-weight: 500;
  line-height: 24px;
}

.totalAboutWrap main .abouttext p a {
  display: block;
  text-transform: capitalize;
  color: #1EAAFB;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.noticeWrap {
  width: 100%;
  float: left;
  position: relative;
}

.noticeWrap .noticeContainInn {
  width: 80%;
  float: left;
  padding: 65px 0;
  background: #FBB81E;
}

.noticeWrap .noticeContainInn article {
  width: 550px;
  float: left;
  margin: 0px 0 0 110px;
}

.noticeWrap .noticeContainInn article marquee {
  width: 100%;
  float: left;
  height: 300px;
}

.noticeWrap .noticeContainInn article h3 {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  font-family: Poppins;
  color: #000;
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 20px 0;
}

.noticeWrap .noticeContainInn article h3:after {
  width: 100px;
  height: 4px;
  content: '';
  position: absolute;
  background: #FF2E59;
  bottom: 0;
  left: 0;
}

.noticeWrap .noticeContainInn article p {
  width: 100%;
  display: inline-block;
  font-family: Quicksand;
  border-bottom: 1px solid #dc9f11;
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
}

.noticeWrap .noticeContainInn article p strong {
  width: 100%;
  float: left;
  margin: 0 0 12px 0;
  font-size: 17px;
  font-weight: 700;
}

.noticeWrap .noticeContainInn article p small {
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

.noticeWrap .noticeContainInn article a.btn_vs {
  color: #fff;
  background: #FF2E59;
  float: left;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-family: Poppins;
  margin: 19px 0 0 0;
  padding: 13px 20px;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.noticeWrap .noticeContainInn article a.btn_vs:hover {
  background: #fff;
  color: #000;
}

.noticeWrap picture {
  width: 44%;
  position: absolute;
  height: 80%;
  background: #1EAAFB;
  right: 0;
  top: 10%;
}

.noticeWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courseBlockWrap {
  width: 100%;
  float: left;
}

.courseBlockWrap .courseBlockinn {
  width: 100%;
  float: left;
  background: #fff;
  margin: 65px 0;
}

.courseBlockWrap .courseBlockinn h3 {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
  font-family: Poppins;
  color: #000;
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 20px 0;
  text-align: center;
}

.courseBlockWrap .courseBlockinn h3:after {
  width: 100px;
  height: 4px;
  content: '';
  position: absolute;
  background: #FF2E59;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.courseBlockWrap .cSlidBlock {
  width: 100%;
  float: left;
  padding: 20px 20px;
}

.courseBlockWrap .cSlidBlock main {
  width: 100%;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}

.courseBlockWrap .cSlidBlock main picture {
  width: 45%;
  float: left;
  height: 250px;
  background: #FF2E59;
}

.courseBlockWrap .cSlidBlock main picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courseBlockWrap .cSlidBlock main article {
  width: 50%;
  float: right;
  margin: 20px 0 0 0;
}

.courseBlockWrap .cSlidBlock main article h4 {
  width: 100%;
  float: left;
  font-family: Montserrat;
  color: #000;
  margin: 0 0 0 0;
}

.courseBlockWrap .cSlidBlock main article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #8A8A8A;
  margin: 15px 0 0 0;
  font-weight: 600;
}

.courseBlockWrap .cSlidBlock main article h5 {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-weight: 600;
  color: #FF2E59;
  margin: 10px 0 0 0;
}

.courseBlockWrap .cSlidBlock main article a {
  position: absolute;
  right: 11px;
  bottom: 11px;
}

.courseBlockWrap .cSlidBlock main article a i {
  color: #1EAAFB;
}

.testemonialWrap {
  width: 100%;
  float: left;
  position: relative;
  background-image: url(../images/testiBac.png);
  background-size: cover;
}

.testemonialWrap .testemonialInner {
  width: 100%;
  float: left;
  margin: 65px 0;
  position: relative;
  z-index: 1;
}

.testemonialWrap .testemonialInner h3 {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
  font-family: Poppins;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 20px 0;
  text-align: center;
}

.testemonialWrap .testemonialInner h3:after {
  width: 100px;
  height: 4px;
  content: '';
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.testemonialWrap .testemonialInner main {
  width: 100%;
  float: left;
  padding: 20px;
}

.testemonialWrap .testemonialInner main article {
  width: 100%;
  float: left;
  background: #fff;
  padding: 25px 25px;
  border-radius: 15px;
}

.testemonialWrap .testemonialInner main article h4 {
  width: 100%;
  float: left;
  font-weight: 600;
  font-family: Poppins;
  color: #000;
  margin: 0 0 0 0;
}

.testemonialWrap .testemonialInner main article h4 small {
  width: 100%;
  float: left;
  color: #FBB81E;
  margin: 8px 0 0 0;
}

.testemonialWrap .testemonialInner main article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: #979797;
}

.testemonialWrap:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background: #1EAAFB;
  opacity: 0.7;
  right: 0;
  top: 0;
}

.galleryWrap {
  width: 100%;
  float: left;
  padding: 65px 8px;
}

.galleryWrap h3 {
  width: 100%;
  float: left;
  margin: 0 0 35px 0;
  font-family: Poppins;
  color: #000;
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 20px 0;
  text-align: center;
}

.galleryWrap h3:after {
  width: 100px;
  height: 4px;
  content: '';
  position: absolute;
  background: #FF2E59;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.galleryWrap .gallertListing {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  max-height: 435px;
}

.galleryWrap .gallertListing li {
  position: relative;
  float: left;
  list-style: none;
}

.galleryWrap .gallertListing li picture {
  width: 100%;
  float: left;
  border: 5px solid #fff;
  background: #1EAAFB;
  height: 220px;
  overflow: hidden;
}

.galleryWrap .gallertListing li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.galleryWrap .gallertListing li picture img:hover {
  opacity: 0.4;
}

.galleryWrap .gallertListing li:nth-child(1) {
  width: 33.33%;
}

.galleryWrap .gallertListing li:nth-child(2) {
  width: 33.33%;
}

.galleryWrap .gallertListing li:nth-child(2) picture {
  height: 440px;
}

.galleryWrap .gallertListing li:nth-child(3) {
  width: 33.33%;
}

.galleryWrap .gallertListing li:nth-child(4) {
  width: 33.33%;
}

.galleryWrap .gallertListing li:nth-child(5) {
  width: 16.665%;
  bottom: 220px;
}

.galleryWrap .gallertListing li:nth-child(6) {
  width: 16.665%;
  bottom: 220px;
}

.getTouchWrap {
  width: 100%;
  float: left;
  margin: 70px 0;
}

.getTouchWrap .smallContainer {
  max-width: 900px;
  margin: 0 auto;
}

.getTouchWrap .smallContainer .mainTouch {
  width: 100%;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFAB2E), to(#E66E05));
  background-image: linear-gradient(#FFAB2E, #E66E05);
}

.getTouchWrap .smallContainer .mainTouch .contactForm {
  float: left;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.getTouchWrap .smallContainer .mainTouch .contactForm main {
  width: 100%;
  float: left;
  padding: 40px 50px;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main h3 {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 0 0 15px 0;
  font-weight: 700;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form {
  width: 100%;
  float: left;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form .usr {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #B1B1B1;
  color: #000;
  padding: 15px 15px;
  margin: 15px 0 0 0;
  font-family: Poppins;
  outline: none !important;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form textarea.usr {
  height: 120px;
  outline: none !important;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form input[type="submit"] {
  width: 100%;
  float: left;
  background: #000;
  color: #fff;
  font-family: Poppins;
  outline: none !important;
  border: 0;
  text-align: center;
  padding: 15px 0;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.getTouchWrap .smallContainer .mainTouch .contactForm main form input[type="submit"]:hover {
  background: #FF2E59;
}

.getTouchWrap .smallContainer .mainTouch .contactDetails {
  float: left;
  margin: 130px 0 0 0;
  position: relative;
}

.getTouchWrap .smallContainer .mainTouch .contactDetails img {
  width: 95%;
  margin: 34px 0 0 0;
}

.getTouchWrap .smallContainer .mainTouch .contactDetails p {
  width: 100%;
  float: left;
  color: #000;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  margin: 7px 0;
}

.getTouchWrap .smallContainer .mainTouch .contactDetails p i {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #000;
  font-size: 17px;
  text-align: center;
  border-radius: 100%;
  padding: 8px 0;
  margin: 0 7px 0 0px;
}

footer {
  width: 100%;
  float: left;
  position: relative;
  background-color: #1D1D1D;
}

footer .footerInner {
  width: 100%;
  float: left;
  margin: 75px 0;
}

footer .footerInner .footBlock {
  float: left;
}

footer .footerInner .footBlock article {
  width: 100%;
  float: left;
}

footer .footerInner .footBlock article h2 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  margin: 0 0 25px 0;
  color: #FBB81E;
  font-family: Quicksand;
  font-weight: 800;
  font-size: 26px;
}

footer .footerInner .footBlock article a.footLogo {
  width: 150px;
  float: left;
  margin: 0 0 21px 0;
}

footer .footerInner .footBlock article a.footLogo img {
  width: 100%;
}

footer .footerInner .footBlock article p {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #D5D5D5;
  margin: 0 0 0 0;
  font-size: 13px;
}

footer .footerInner .footBlock article ul {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0px 0 0 0;
}

footer .footerInner .footBlock article ul li {
  width: 50%;
  float: left;
  list-style: none;
  margin: 15px 0 0 0;
}

footer .footerInner .footBlock article ul li a {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #b1b1b1;
  font-size: 13px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

footer .footerInner .footBlock article ul li a:hover {
  color: #1EAAFB;
}

footer .footerInner .footBlock article h5 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #fff;
  text-align: right;
  margin: 19px 0 10px 0;
  font-size: 16px;
}

footer .footerInner .footBlock article span {
  width: 100%;
  float: left;
  text-align: right;
}

footer .footerInner .footBlock article span a {
  position: relative;
  margin: 9px 0px 0 8px;
  display: inline-block;
}

footer .footerInner .footBlock article span a i {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 19px;
  display: inline-block;
  padding: 10px 0 0 0;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer .footerInner .footBlock article span a img {
  width: auto;
  height: 34px;
}

footer .footerInner .footBlock article span a:hover i {
  background-color: #1EAAFB;
  color: #fff;
}

footer .footerInner .footBlock main {
  width: 100%;
  float: left;
}

footer .footerInner .footBlock main h4 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #fff;
  text-align: left;
  margin: 19px 0 10px 0;
  font-size: 16px;
}

footer .footerInner .footBlock main ul.qlListing {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

footer .footerInner .footBlock main ul.qlListing li {
  width: 50%;
  float: left;
  list-style: none;
  margin: 15px 0 0 0;
}

footer .footerInner .footBlock main ul.qlListing li a {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #b1b1b1;
  font-size: 13px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

footer .footerInner .footBlock main ul.qlListing li a:hover {
  color: #1EAAFB;
}

.footerBottom {
  width: 100%;
  float: left;
  color: #c3c3c3;
  font-family: Poppins;
  border-top: 1px solid #4e4e4e;
  margin: 30px 0 0 0;
  padding: 15px 0 0 0;
  text-align: right;
}

.footerBottom a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}

.footerBottom a:hover {
  color: #1EAAFB;
}

/******************** innerpages *******************/
.innerPagesheader {
  width: 100%;
  float: left;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFAB2E), to(#E66E05));
  background-image: linear-gradient(#FFAB2E, #E66E05);
  height: 530px;
}

.innerPagesheader .ipInner {
  width: 100%;
  float: left;
  background: #fff;
  background-image: url(../images/innerBann_new.jpg);
  background-size: cover;
  position: relative;
  top: 75px;
  //background-position: bottom;
   background-position: top;
   background-repeat: no-repeat;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  
}

.innerPagesheader .ipInner:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5));
}

.innerPagesheader h1 {
  width: 100%;
  float: left;
  font-family: Montserrat;
  text-align: center;
  margin: 210px 0 100px 0;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 55px;
  /*-webkit-text-stroke: 2px #292929;*/
}

.innerPagesheader h1 small {
  width: 100%;
  float: left;
  text-transform: none !important;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  font-family: Quicksand;
  margin: 22px 0 0 0;
  -webkit-text-stroke: 0px !important;
}

.innerMainContent {
  width: 100%;
  float: left;
}

.innerMainContent main {
  width: 100%;
  float: left;
  margin: 120px 0 80px 0;
  font-family: Quicksand;
  font-weight: 600;
  font-size: 15px;
}

.innerMainContent main p {
  width: 100%;
  float: left;
  line-height: 28px;
}

.innerMainContent main ul, .innerMainContent main ol {
  width: 100%;
  float: left;
}

.innerMainContent main ul li, .innerMainContent main ol li {
  margin: 15px 0 0 0;
}

.contactPage {
  width: 100%;
  float: left;
  margin: 90px 0 0 0;
}

map {
  width: 100%;
  float: left;
  height: 300px;
  margin: 80px 0 0 0;
}

map iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tablesWrap {
  width: 100%;
  float: left;
}

.tablesWrap main {
  width: 100%;
  float: left;
  margin: 120px 0 50px;
}

.tablesWrap main table {
  font-family: Quicksand;
}

.tablesWrap main table thead tr {
  background-color: #fff !important;
}

.tablesWrap main table tr {
  font-weight: 600;
  font-size: 14px;
}

.tablesWrap main table tr:nth-child(odd) {
  background-color: #FBB81E;
}

.pdfDnl {
  width: 100%;
  float: left;
}

.pdfDnl main {
  width: 100%;
  float: left;
  margin: 120px 0 50px;
}

.pdfDnl main a.dblock {
  width: 100%;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 4px 6px;
  font-family: Poppins;
  font-weight: 600;
  border-radius: 35px;
  color: #000;
  text-decoration: none;
  margin: 15px 0 0 0;
}

.pdfDnl main a.dblock i.fa-file-pdf {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #FF2E59;
  font-size: 19px;
  padding: 6px 0;
  border-radius: 100%;
  color: #fff;
  margin: 0 7px 0 0px;
}

.pdfDnl main a.dblock i.fa-download {
  float: right;
  margin: 8px 7px 0 0px;
  color: #d4d4d4;
}

.contactPageWrap {
  width: 100%;
  float: left;
  position: relative;
}

.contactPageWrap .pageContactInn {
  width: 100%;
  float: left;
  position: relative;
  margin: 120px 0 30px 0;
}

.contactPageWrap .pageContactInn .contactFild {
  float: right;
}

.contactPageWrap .pageContactInn .contactFild .usr {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #B1B1B1;
  color: #000;
  padding: 15px 15px;
  margin: 15px 0 0 0;
  font-family: Poppins;
  outline: none !important;
}

.contactPageWrap .pageContactInn .contactFild textarea.usr {
  height: 170px;
  outline: none !important;
}

.contactPageWrap .pageContactInn .contactFild input[type="submit"] {
  width: 100%;
  float: left;
  background: #FBB81E;
  color: #000;
  font-family: Poppins;
  outline: none !important;
  border: 0;
  text-align: center;
  padding: 15px 29px;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contactPageWrap .pageContactInn .contactFild input[type="submit"]:hover {
  background: #FF2E59;
  color: #fff;
}

.contactPageWrap .pageContactInn .contactDetails {
  float: left;
}

.contactPageWrap .pageContactInn .contactDetails main {
  width: 100%;
  float: left;
}

.contactPageWrap .pageContactInn .contactDetails main p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.contactPageWrap .pageContactInn .contactDetails main p i {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #1EAAFB;
  color: #fff;
  padding: 9px 0;
  border-radius: 100%;
  margin: 0 10px 0 0px;
}

.contactPageWrap .pageContactInn .contactDetails main map {
  margin: 0 0 0 0;
  height: 234px;
}

.errBack {
  background-image: none !important;
  background-color: #fff !important;
}

.errBack h1 {
  font-size: 150px;
  margin: 105px 0 106px 0;
}

.galleryPage_Wrap {
  width: 100%;
  float: left;
}

.galleryPage_Wrap .galleryPageInn {
  width: 100%;
  float: left;
  margin: 120px 0 30px;
}

.galleryPage_Wrap .galleryPageInn .photoBlock {
  float: left;
  padding: 0 8px;
  margin: 8px 0;
}

.galleryPage_Wrap .galleryPageInn .photoBlock picture {
  width: 100%;
  float: left;
  height: 230px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #1EAAFB;
}

.galleryPage_Wrap .galleryPageInn .photoBlock picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.galleryPage_Wrap .galleryPageInn .photoBlock picture:hover img {
  opacity: .5;
}

.activeThis:after {
  opacity: 1 !important;
  left: 0 !important;
}

.sub-menu .current_page_item a {
  background-color: #FF2E59 !important;
  color: #fff !important;
}
/*# sourceMappingURL=style.css.map */