* {
  margin: 0;
  padding: 0;
  outline: none !important;
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.mainHeading img {
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
  box-shadow: none;
  outline: none;
}

section {
  clear: both;
}

audio,
canvas,
progress,
video {
  vertical-align: middle;
}

a:focus {
  text-decoration: none
}

body {
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  background: #222222;
}






.headerSec .navbar {
  background: #222222;
  margin: 0px;
  border-radius: 0px;
  border: none;
}

.headerSec .navbar-brand>img {
  height: 40px;
}

.headerSec .navbar-brand {
  float: left;
  height: auto;
}

.headerSec .nav {
  margin-top: 10px;
}

.headerSec .customNavigation {
  display: inline-block;
}

.headerSec .customNavigation li,
.headerSec .nav>li {
  padding: 20px 6px;
  display: inline-block;
}

.headerSec .customNavigation>li>a,
.headerSec .nav>li>a {
  padding: 5px 0px;
  border-bottom: 1px solid transparent !important;
  color: #939598;
}

.headerSec .customNavigation>li>a:hover,
.headerSec .nav>li>a:hover,
.headerSec .customNavigation>.active>a,
.headerSec .navbar-nav>.active>a,
.headerSec .navbar-default .navbar-nav>.active>a:focus,
.headerSec .navbar-default .navbar-nav>.active>a:hover {
  color: #f2bc1a !important;
  background: transparent !important;
  border-bottom: 1px solid #f2bc1a !important;
}

.headerSec .socialMedia {
  float: right !important;
  width: auto !important;
}

.socialMedia li {
  margin-top: 14px;
  padding: 0px 2px !important;
}

.socialMedia li a {
  background: #939598 !important;
  color: #000 !important;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  border-radius: 4px;
  font-size: 15px;
  padding: 0px !important;
  line-height: unset;
  text-align: center;
}


.bannerSlider .item {
  position: relative;
}

.bannerCaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
}

.bannerCaption img {
  max-width: 120px;
  display: inline-block !important;
}

.bannerCaption h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}

/*.bannerSlider .owl-dots.disabled,
.bannerSlider .owl-nav.disabled {
  display: none !important;
}*/
/*.bannerSlider .owl-nav {
  position: relative;
  z-index: 9;
}*/
.bannerSlider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 999;
  width: calc(100% - 30px);
  left: 15px;
}

.bannerSlider .owl-nav div {
  width: 11px;
  height: 12px;
  color: transparent !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  display: inline-block;
}

.bannerSlider .owl-nav .owl-prev {
  left: 15px;
  background-image: url(../../webview/app/images/pre.png);
}

.bannerSlider .owl-nav .owl-next {
  float: right;
  background-image: url(../../webview/app/images/next.png);
}

.owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 999999;
}

.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #000;
  float: left;
  margin: 5px;
}

.owl-dots .owl-dot.active {
  background: #f2bc1a;
}


.whoWeAre {
  padding: 50px 0;
}

.whoWeAreContent h2 {
  font-size: 16px;
  color: #f2bc1a;
  margin-bottom: 15px;
}

.whoWeAreContent p {
  font-size: 12px;
  color: #9a9a9b;
}

.whoWeAreContent ul {
  display: inline-block;
  width: 100%;
}

.whoWeAreContent ul li {
  width: 20%;
  float: left;
  border-left: 1px solid #9a9a9b;
  text-align: center;
  padding: 10px;
  min-height: 20px;
}

.whoWeAreContent li img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.whoWeAreContent li p.title {
  font-weight: 600;
  font-size: 14px;
}

.awardAndAchivmnt {
  padding: 0 0 50px 0;
}

h1.mainHeading {
  font-size: 25px;
  text-align: center;
  color: #f2bc1a;
  font-weight: normal;
  margin-bottom: 40px;
}

.awardimage img {
  width: 100%;
}

.futuredProjectSlider h2 {
  font-size: 15px;
  color: #f2bc1a;
  text-align: center;
  font-weight: 500;
  margin-top: 15px;
}

.futuredProjectSlider p {
  font-size: 12px;
  color: #9a9a9b;
  text-align: center;
  font-weight: 400;
}

.videoSection {
  padding-top: 50px;
}

.futuredProjectSlider .owl-nav.disabled {
  display: block;
}

.futuredProject .owl-nav .owl-prev {
  position: relative;
  left: -45px;
}

.futuredProject .owl-nav .owl-next {
  position: relative;
  right: -45px;
}

.futuredProject .owl-dots {
  display: none;
}


.footersection {
  margin-top: 50px;
}

.footerTop {
  padding: 30px 0;
  background: #000;
}

.bottomFooter {
  padding: 15px 0;
}

.footersection li,
.footersection a,
.footersection p {
  font-size: 12px;
  color: #939598;
}

.footersection h2 {
  font-size: 15px;
  color: #f2bc1a;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.footersection h2 small {
  display: inline-block;
  width: 100%;
}

.subscriberInput {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
}

.subscriberInput input {
  width: calc(100% - 40px);
  padding: 5px 12px;
  height: 40px;
  border: none;
}

.subscriberInput button {
  width: 40px;
  border-radius: 0px;
  height: 40px;
  padding: 0px;
  background: #f2bc1a !important;
  border: none;
}

.subscriberInput button img {
  width: auto;
  height: auto;
}

.socialMedia li {
  display: inline-block;
}

.socialMedia li a {
  display: inline-block;
  background: #939598 !important;
  color: #000 !important;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  border-radius: 4px;
  font-size: 15px;
  padding: 0px !important;
  line-height: unset;
  text-align: center;
}

.footerAddress li {
  padding-left: 25px;
  position: relative;
  padding-top: 2px;
}

.footerAddress li span {
  color: #f2bc1a;
  position: absolute;
  top: 0px;
  left: 0px;
}

.footerLinks {
  float: left;
  width: 50%;
}

.footerLinks li {
  line-height: 30px;
}

.eventSlider .item {
  position: relative;
}

.eventSlider iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: none !important;
}


.mobileDisplyBlock {
  display: none !important;
}





.headerSec .navbar-collapse.collapse {
  display: none !important;
}

.headerSec .navbar-collapse.collapse.in {
  display: block !important;
}

.headerSec .navbar-header .collapse,
.navbar-toggle {
  display: block !important;
}

.headerSec .navbar-header {
  float: none;
}

.headerSec .nav>li {
  padding: 5px 3px;
}

.headerSec .navbar-collapse {
  position: absolute;
  z-index: 9;
  top: 70px;
  left: 15px !important;
  padding: 10px 50px;
  background: rgba(34, 34, 34, 1);
  width: 100%;
  padding-bottom: 20px;
}

.headerSec .nav.navbar-nav {
  width: 100%;
}

.headerSec .nav.navbar-nav li {
  display: inline-block;
  width: 100%;
}

.headerSec .nav.navbar-nav.socialMedia li {
  width: auto;
}

.headerSec .navbar-toggle {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  margin-top: 17px;
}

















body.menu-show {
  max-height: 100vh;
  overflow: hidden;
}

.main-menu {
  background-color: #fdd736;
  width: 75vw;
  padding: 15px 0;
  max-width: 400px;
}

.main-menu div~ul li {
  color: #272727;
  font-size: 15px;
}


.main-menu div~ul li a {
  padding: 5px 15px;
  width: 100%;
  font-size: 15px;
  color: #1f1f1f;
  display: inline-block;
}

.main-menu div~ul li a:hover,
.main-menu div~ul li a:focus {
  background-color: #1f1f1f !important;
  color: #fff;
}

.main-menu {
  background-color: #fdd736;
  width: 75vw;
  height: 100vh;
  overflow: auto;
  padding: 5px 0 15px;
  position: fixed;
  left: -80vw;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-show .main-menu {
  left: 0;
}

.close-menu {
  font-size: 40px;
  padding: 0 15px;
  margin-left: auto;
  line-height: normal;
  float: right;
  cursor: pointer;
}



.menu-profile span {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #f0f0f0;
  padding: 15px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 15px;
}

.menu-profile span img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.menu-profile {
  padding: 0 15px 15px;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  clear: both;
}

.menu-profile li {
  display: inline-block !important;
  width: auto !important;
}

.menu-profile li+li {
  position: relative;
  top: 7px;
}

.languageSelectBox {
  background: transparent;
  border: 1px solid #939598;
  padding: 7px 10px;
  color: #939598;
  background: #222;
  margin: 16px 11px 0 0;
  float: right;
}

.menu-profile img {
  border-radius: 50%;
  max-width: 60px;
  max-height: 60px;
}








@media only screen and (max-width: 1199px) {
  .headerSec .customNavigation li {
    padding: 24px 2px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .customNavigation {
    display: none !important;
  }

  .futuredProject .owl-nav .owl-prev {
    left: -10px;
  }

  .futuredProject .owl-nav .owl-next {
    right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .socialMedia {
    margin-right: 18px;
    margin-left: 0px;
  }

  .headerSec .socialMedia {
    display: none;
  }

  .whoWeAreContent {
    margin-top: 30px;
  }

  .whoWeAreContent ul li {
    width: 30%;
    border: none;
  }

  .footerTop .col-sm-3 {
    order: 3
  }

  .mobileDisplyBlock {
    display: block !important;
  }

  .mobileDisplyNone {
    display: none !important;
  }

  .bottomFooter p {
    font-size: 8px;
  }

  .owl-dots {
    bottom: 5px;
  }
}

@media only screen and (max-width: 520px) {
  .bannerCaption h3 {
    font-size: 15px;
  }

  .bannerCaption img {
    max-width: 70px;
    display: inline-block !important;
  }

  .owl-item .item>img {
    min-height: 230px;
    object-fit: cover;
  }

  .whoWeAreContent ul li {
    width: 100%;
  }

  h1.mainHeading {
    font-size: 15px;
  }

  h1.mainHeading img {
    width: 16px;
  }

  .footerLinks {
    margin-bottom: 15px;
  }

  .footerAddress {
    margin-bottom: 15px;
  }

  .menu-profile span {
    width: 60px;
    height: 60px;
    padding: 12px;
    margin-right: 3px;
  }

  .menu-profile li+li {
    font-size: 16px;
  }
}


a.rationImage img.bluredImage {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  width: 100%;
  top: 0;
  left: 0;
}

a.rationImage img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center;
}





.photoLogicImage {
  position: relative;
  height: unset !important;
  display: inline-block !important;
  width: 100% !important
}

.showableImage {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  z-index: 2 !important;
}

.bluredImage {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  z-index: 1 !important;
  filter: blur(4px) !important;
  -webkit-filter: blur(4px) !important;
  -moz-filter: blur(4px) !important;
}

.imageSize3-2 {
  position: relative !important;
  opacity: 0 !important;
  width: 100% !important;
  z-index: 0 !important;
}



.dropDownMenu {
  position: relative;
}

.dropDownMenu .dropdown-menu {
  padding: 0px !important;
}

.dropDownMenu .dropdown-menu li {
  padding: 0px !important;
  border-radius: 0px !important;
}

.dropDownMenu .dropdown-menu li a {
  /*color: #f3bd17;*/
  border-radius: 0px !important;
}













/*********************/
.bannerSliderNew .bannerCaption {
  right: 50%;
  left: 0;
  text-align: right;
}

.bannerSliderNew .item p {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}

.bannerSliderNew .item p span {
  display: inline-block;
  width: 100%;
}

.affirmateLogo {
  position: absolute;
  top: 45%;
  right: 20px;
}






.contentWithBox {
  padding: 50px 0;
}

.boxDivInner {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.boxHeading {
  border: 5px solid #f1bb1a;
  width: 250px;
  height: 220px;
  padding: 15px;
  display: flex;
}

.boxHeading h2 {
  margin: auto 0;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.boxHeading h2 span {
  color: #fff;
  font-weight: 700;
  color: #f1bb1a;
}

.boxContent {
  padding: 15px 0 0;
  display: inline-block;
  width: 100%;
}

.boxContent p {
  display: inline-block;
  width: 100%;
  color: #999999;
  font-size: 16px;
  line-height: 30px;
}



.registerAffrimate {
  background: #000;
  padding: 80px 0 50px;
}

.affrimateHeadingText h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.affrimateHeadingText h2 strong {
  color: #f1bb1a;
}

.plansList {
  display: flex;
  padding: 0 10%;
}

.plansList li {
  padding: 0 35px;
}

.affrimateServiceList {
  display: inline-block;
  width: 100%;
}

.affrimateServiceList li {
  float: left;
  width: 25%;
}

.affrimateServiceHeading {
  padding-top: 50px;
  text-align: center;
}

.affrimateServiceHeading h5 {
  font-size: 18px;
  font-weight: 400;
  color: #f1bb1a;
  padding: 0 15%;
  line-height: 30px;
  margin-bottom: 30px;
}

.affrimateServiceList {
  display: block;
  margin-left: -7px;
  margin-right: -7px;
}

.affrimateServiceList li {
  float: left;
  width: 25%;
  padding: 7px;
}

.affrimateServiceList a {
  display: inline-block;
  width: 100%;
}

.affrimateServiceList a img {
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.affrimateServiceList a span {
  text-transform: uppercase;
  color: #f1bb1a;
  font-size: 18px;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}

.serviceImage {
  position: relative;
}

.serviceImage>span {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  max-width: 100px;
  padding: 30px 0 0;
  font-size: 15px !important;
  height: 100px;
  color: #fff !important;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.affrimateServiceList a:hover .serviceImage img {
  opacity: 0.4;
  background: #000;
}

.affrimateServiceList a:hover .serviceImage>span {
  opacity: 1;
}

.mbMinus50 {
  margin-bottom: -50px;
}

.verifyDiv {
  background: #f1bb1a;
  padding: 80px 0;
  text-align: center;
}

.verifyDiv h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 30px;
  margin-bottom: 30px;
}

.verifyDiv .customNewButton {
  min-width: 300px;
  margin: 0 10px;
}

.buttonSection {
  margin-top: 30px;
}

.customNewButton {
  background-color: #fdd736;
  padding: 6px 30px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #1f1f1f;
  font-weight: 400;
  font-size: 18px;
  border: 2px solid #fdd736;
  text-align: center;
}

.blackButton {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}



.innerBannerContent {
  display: inline-block;
  width: 100%;
  position: relative;
}

.innerBannerContent>img {
  display: inline-block;
  width: 100%;
}

.bannerCintentText {
  position: absolute;
  top: 60px;
  right: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  text-align: right;
}

.bannerCintentText h3 {
  font-size: 34px;
  text-transform: uppercase;
  color: #fdd736;
}

.bannerCintentText p {
  font-size: 17px;
  color: #fff;
}

.termCondition {
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  text-decoration: underline !important;
}

.whiteSec {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 50px 0;
}

.whiteSec label {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.whiteSec .form-control {
  padding: 10px 15px;
  height: auto;
  font-size: 16px;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.smallButton {
  font-size: 12px;
  padding: 3px 10px;
  font-weight: 500;
  margin-top: 15px;
}




.customModel .modal-dialog {
  padding-top: 10%;
}

.customModel .modal-content {
  height: 100% !important;
  overflow: visible;
  border-radius: 30px;
}

.customModel .modal-body {
  overflow: auto;
  padding: 60px 80px;
  text-align: center;
}

.customModel h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.customModel p {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}


.logedInDiv h5 {
  font-size: 37px;
  font-weight: 500;
}

.logedInDiv h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.myProfileSec {
  padding: 80px 0;
  background: #fff;
}

.backButton {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.blackBackground {
  padding: 20px;
  background: #000;
}

.blackBackground .affrimateLogo>img {
  max-width: 120px;
}

.blackBackground .plansList {
  justify-content: flex-end;
  padding: 0px;
}

.profileForm h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fdd736;
  margin-bottom: 20px;
}

.profileForm .customNewButton {
  margin-top: 30px;
  min-width: 180px;
}


.serviceWhiteBox {
  padding: 60px 0;
  background: #fff;
}

.serviceWhiteBox h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fdd736;
  margin-bottom: 5px;
}

.serviceWhiteBox h6 {
  font-size: 16px;
  color: #202020;
  margin-bottom: 5px;
}

.serviceCat {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.serviceCat span {
  background: #000;
  display: inline-block;
  width: 100%;
}

.serviceCat img {
  width: 100%;
  background: #000;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.serviceWhiteBox p {
  font-size: 14px;
  margin-top: 10px;
  color: #202020;
}

.serviceCat:hover img {
  opacity: 0.4;
}

.form-content {
  min-height: 115px;
}


.customRadioButton {
  position: relative;
}

.customRadioButton input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.customRadioButton input~label {
  font-weight: 600 !important;
}

.customRadioButton input:checked~label {
  border: 1px solid #0075ff !important;
  color: blue
}


.detailPageSlider {
  margin: 15px 0;
}

.detailPageSlider .owl-nav {
  display: none !important;
}

.save-button {
  border: 2px solid #ebae0b;
  box-shadow: none;
  background-color: #ebae0b;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  width: 150px;
  font-size: 18px;
}

/*--thank you pop starts here--*/
.thank-you-pop {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.thank-you-pop img {
  width: 76px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

.thank-you-pop h1 {
  font-size: 42px;
  margin-bottom: 25px;
  color: #5C5C5C;
}

.thank-you-pop p {
  font-size: 20px;
  margin-bottom: 27px;
  color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
  font-size: 25px;
  margin-bottom: 40px;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 2px dashed #222;
  clear: both;
  font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
  color: #03A9F4;
}

.thank-you-pop a {
  display: inline-block;
  margin: 0 auto;
  padding: 9px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #8BC34A;
  border-radius: 17px;
}

.thank-you-pop a i {
  margin-right: 5px;
  color: #fff;
}

#ignismyModal .modal-header {
  border: 0px;
}

/*--thank you pop ends here--*/