/* ------------ navbar styles start----------- */
@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 20px;
  }
}

#nav-above, #nav-below{
	display: none;
}

@media screen and (min-width: 992px) {
  #nav-above {
		width: 100%;
		height: 10px;
		background: white;
		position: fixed;
		top: 0;
		display: block;
		z-index: 999;
	}

	#nav-below {
		width: 100%;
		height: 10px;
		background: #252D3C;
		position: fixed;
		top: 60px;
		display: block;
		z-index: 999;
	}

	#mainNav {
		background: #252D3C;
	}

	.navbar-fixed-top{
		top:10px;
	}

	#bs-example-navbar-collapse-1 {
		margin-right: 25px; 
	}

	#bs-example-navbar-collapse-1 li a{
		color: white;
    opacity: 0.8;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
	}

  #bs-example-navbar-collapse-1 li a:hover{
      opacity: 1.0;
  }

	#bs-navbar-header {
		background: white;
		position: relative;
	}

	.navbar-brand {
		padding-top: 0;
	}

	#bs-navbar-header:after { 
		width: 0; 
		height: 0; 
		border-top: 50px solid white; 
		border-right: 50px solid transparent; 
		position: absolute;
		right: -49px;
    
	}

  @supports (-ms-ime-align:auto) {
    #bs-navbar-header:after {
        right: 0px;
    }
  }

}

/* ------------ navbar styles end----------- */


/* ---------- Top Section styles start ----------- */

#cp-main-section {
  background-image: url(assets/img/background.png);
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 20px;
  margin-bottom: 0;
  background-color: #0077A3;
}

#cp-main-section-content {
  color: white;
  position: relative;
}

#cp-main-section-img{
  position: relative;
}

#cp-main-section-img img{
  width: 100%;
  max-width: 400px;
}

.cp-heading {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}

.cp-subheading {
  font-family: 'Abel', sans-serif!important;
  font-size: 25px;
  text-align: center;
  letter-spacing: 10px;
}

#cp-main-section-content p{
  position: relative;
  font-size: 26px;
  padding-left: 55px;
}

.icon-span{
  position: absolute;
  left: 15px;
  top: -2px;
}

.icon-span img{
  width: 30px;
  height: 30px;
}

.features{
  padding: 20px;
  overflow: hidden;
}

.features .card{
  box-shadow: 0 0 10px #000000;
  padding: 0;
  transition: all 1s ease;
}

.features .card:hover{
  animation-iteration-count: 1;
  transform: scale(1.1);
}

.features .card:hover::after{
  content: 'Tap to See';
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40%;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  background: rgba( 0,0,0,0.6 );
}

.features .title{
  background: #fff;
  text-align: center;
  z-index: 2;
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    #cp-main-section {
      padding-top: 120px;
    }

    #cp-main-section-img {
      top: 90px;
    }

    .cp-heading {
      font-size: 30px;
      text-align: left;
    }

    .cp-subheading {
      font-size: 26px;
      text-align: left;
    }

    #cp-main-section-content {
      left: 25px;
    }

    #cp-main-section-content p{
      font-size: 24px;
      padding-left: 40px;
    }

    .icon-span{
      left: 0px;
    }
    .features .card:hover::after{
      content: 'Click to See';
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {

    #cp-main-section {
      padding-top: 0px;
      background-size: cover;
      margin-bottom: 50px;
    }

    #cp-main-section-img {
      top: 140px;
    }

    .cp-heading {
      font-size: 34px;
      text-align: left;
    }

    .cp-subheading {
      font-size: 28px;
      text-align: left;
    }

    #cp-main-section-content {
      left: 25px;
      padding-top: 110px;
    }

    #cp-main-section-content p{
      font-size: 26px;
      padding-left: 40px;
      margin-bottom: 40px;
    }

    .icon-span{
      left: 0px;
    }
    .features .card:hover::after{
      content: 'Click to See';
    }
}

@media screen and (min-width: 1280px) {
    #cp-main-section {
      padding-top: 0px;
      margin-bottom: 50px;
      background-size: cover;
    }

    #cp-main-section-img {
      top: 150px;
    }

    .cp-heading {
      font-size: 40px;
      text-align: left;
    }

    .cp-subheading {
      font-size: 34px;
      text-align: left;
    }

    #cp-main-section-content {
      left: 70px;
      padding-top: 110px;
    }

    #cp-main-section-content p{
      font-size: 30px;
      padding-left: 55px;
      margin-bottom: 40px;
    }

    .icon-span{
      left: 0px;
    }

    .icon-span img{
      width: 40px;
      height: 40px;
    }
    .features .card:hover::after{
      content: 'Click to See';
    }
}

/* ---------- Top Section styles end ----------- */


/*----------------- Tab Section Styles --------------*/
.tab-menu-mobile {
  /*margin: 1rem 0;*/
  padding: 0;
  overflow-x: hidden;
  border-bottom: 1px solid #d0d0d0;
}
  
.tab-menu-mobile::-webkit-scrollbar {
  display: none;
}
.tab-menu-mobile > .inner {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tab-menu-mobile-tab:first-child:nth-last-child(1), .tab-menu-mobile-tab:first-child:nth-last-child(1) ~ .tab-menu-mobile-tab {
  width: 100%;
}
.tab-menu-mobile-tab:first-child:nth-last-child(2), .tab-menu-mobile-tab:first-child:nth-last-child(2) ~ .tab-menu-mobile-tab {
  width: 50%;
}
.tab-menu-mobile-tab:first-child:nth-last-child(3), .tab-menu-mobile-tab:first-child:nth-last-child(3) ~ .tab-menu-mobile-tab {
  width: 33.3333333333%;
}
.tab-menu-mobile-tab:first-child:nth-last-child(4), .tab-menu-mobile-tab:first-child:nth-last-child(4) ~ .tab-menu-mobile-tab {
  width: 25%;
}
.tab-menu-mobile-tab:first-child:nth-last-child(5), .tab-menu-mobile-tab:first-child:nth-last-child(5) ~ .tab-menu-mobile-tab {
  width: 20%;
}
.tab-menu-mobile-tab {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 20px 15px 20px;
  font-family: 'Alegreya Sans', sans-serif;
  text-align: center;
  font-size: 22px;
  white-space: nowrap;
  color:#252D3C;
  background-color: white;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (min-width: 360px) and (max-width: 450px) {
  .tab-menu-mobile-tab {
    padding: 0 10px 15px 10px;
  }
}

@media screen and (max-width: 359px) {
  .tab-menu-mobile-tab {
    padding: 0 5px 15px 5px;
    font-size: 20px;
  }
}

.tab-menu-mobile-tab:hover {
  color: #252D3C;
}
.underline-item {
  border-bottom: 4px solid #C5582D;
}

.active-tab {
  height: auto;
}

.inactive-tab {
  height: 0;
  overflow: hidden;
}
/* -------  Tab Section Style Ends ----------- */


/* -------Youtube css ---------- */
.wrapper {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 20px;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.verticalLine {
  border-left: 2px solid #000000;
}

.horizontalLine {
  border-bottom: 2px solid #000000;
}
/* ------- End youtube section --------- */


/* ----- button styles start --------- */
.btn-primary {
    background-color: #C5582D!important; 
    border-color: #C5582D!important;
    min-width: 250px;
    color: white!important;
    font-weight: bold;
}
.btn-main {
    background-color: white!important; 
    border-color: #C5582D!important;
    min-width: 250px;
    color: #C5582D!important;
    font-weight: bold;
}
.btn-secondary{
    background-color: white!important; 
    border-color: #C5582D!important;
    min-width: 250px;
    color: #C5582D!important;
    font-weight: bold;
}

.btn {
    white-space: normal!important;
}

.cp-button-div{
    text-align: center;
    width: 100%;
}

.cp-button-div a{
    margin-top: 20px;
    padding: 10px;
    font-size: 26px;
    font-family: 'Alegreya Sans', sans-serif;
}

@media screen and (min-width: 768px){
  #cp-main-section .cp-button-div {
    text-align: left;
  }
}

/* ----- Button styles end --------- */


/* ------- Slick Additional Styles End ------- */

.slick-prev:before, .slick-next:before { 
    color:#252D3C !important;
    font-size: 64px;
}

.slick-prev {
    left: 15px;
    z-index: 19;
    top: 40%;
}

.slick-next {
    right: 15px;
    z-index: 99;
    top: 40%;
}

.slick-dots{
    position: static;
}

.mi-card-block{
  margin: 10px;
  padding: 20px;
  min-height: 410px;
  box-shadow: 0px 0px 10px rgba( 0,0,0,0.6 );
  text-align: left;
}



.slick-prev:before {
  content: "\2039";
}

.slick-next:before {
  content: "\203A";
}
*/

/* ------- Slick Additional Styles End ------- */


/* ---------- Page styles start ----------- */

.no-space {
  padding: 0;
  margin: 0;
}

#cp-div {
  font-family: 'Abel', sans-serif!important;
}

.primary-color {
  color: #C5582D;
}

.cp-page-heading {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #252D3C ;
  text-align: center;
}

.cp-page-subheading {
  font-family: 'Abel', sans-serif!important;
  font-size: 30px;
  font-weight: bold;
  color: #C5582D;
  text-align: center;
}

section.cp-section{
  padding-top:20px;
  padding-bottom: 0; 
  margin-bottom:20px;
  background: white;
}

.section-divider {
  background: #f0f0f0!important;
  height: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sticky {
  position: sticky;
  top: 50px;
}

.sticky-top {
  z-index: 100;
  background: white;
}

.image-mobile {
  display: block;
  margin: 15px 0;
}

.image-large {
  display: none;
}

@media screen and (min-width: 768px) {
  .image-mobile.inactive {
    display: none;
  }
  .image-large.active {
    display: block;
  }
}

.cp-spacer{
    height: 20px;
}

.cp-spacer-large{
    height: 80px;
}

p.para-list {
    padding: 3px 50px; 
    position: relative;
    margin-bottom: 0;
}

p.para-list:before {
    content: '\f0da';
    font-family: 'Font Awesome\ 5 Free';
    left: 30px;
    font-weight: 900;
    position: absolute;
}

/* ---------- Page styles end ----------- */


/* ---------- Specific Page Styles Start ----------- */

#cp-div #third-section p {
  font-size: 20px;
  color: black;
  letter-spacing: 0.7px;
}

#cp-div #cp-blogs-section p {
  font-size: 22px;
  color: black;
  letter-spacing: 0.7px;
}

#cp-div #cp-contact-section {
  font-size: 22px;
  color: black;
  letter-spacing: 0.7px;
}

#cp-contact-section .form-control{
  font-size: 18px;
  letter-spacing: 0.7px;
}

.blog-link {
    font-size: 26px;
    font-family: 'Alegreya Sans', sans-serif;
    color: #C5582D;
}

@media screen and (min-width: 451px) and (max-width: 767px){
  #cp-blogs-section .blog-img-mob-1 {
    padding: 60px;
  }
  #cp-blogs-section .blog-img-mob-2 {
    padding: 40px;
  }
}

@media screen and (max-width: 450px){
  #cp-blogs-section .blog-img-mob-1 {
    padding: 45px;
  }
  #cp-blogs-section .blog-img-mob-2 {
    padding: 30px;
  }
}

.arrow-img {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 200;
}

.slider-screen {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
}

.slider-padding {
  padding: 45px;
}

.static-img-padding {
  padding: 30px 60px 30px 0px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .arrow-img {
    top: 32px;
  }
}

@media screen and (min-width: 750px) and (max-width: 991px) {
  .arrow-img {
    top: 52px;
  }

  .slider-padding {
    padding: 60px;
  }

  .static-img-padding {
    padding: 30px;
  }
}

@media screen and (max-width: 749px) {
  .static-img-padding {
    padding: 30px;
  }
}


@media screen and (min-width: 426px) and (max-width: 749px) {
  .slider-padding {
    padding: 55px;
  }
}

@media screen and (max-width: 425px) {
  .slider-padding {
    padding: 40px;
  }
}

@media screen and (min-width: 650px) and (max-width: 749px) {
  .arrow-img {
    top: 50px;
  }
}

@media screen and (min-width: 550px) and (max-width: 649px) {
  .arrow-img {
    top: 40px;
  }
}

@media screen and (min-width: 450px) and (max-width: 549px) {
  .arrow-img {
    top: 36px;
  }
}

@media screen and (min-width: 381px) and (max-width: 449px) {
  .arrow-img {
    top: 28px;
  }
}

@media screen and (max-width: 380px) {
  .arrow-img {
    top: 22px;
  }
}

/* ---------- Specific Page Styles End ----------- */



