/* transition - animation */
/* flex */
/* [Stylesheet - 1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }
html {
	overflow:auto;
}
body {
  font-family:"Gill Sans MT";
  font-size: 14px;
  padding-right: 0px!important; 
  overflow: hidden /* Hide scrollbars */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3;
  font-weight: 500;
  font-size:1.6rem;
  font-variant: small-caps; }

.sub-high{
font-size:1.5rem
}

#btn2 {
font-size: 12px;
padding: 2px 8px}

.text-red{
    color:#da3c3c;
}
p {
  color: #2d2c2c;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 10px!important;
  text-align:justify !important;
  text-align: center;
}



a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 500;
   }
.modal-header .close {
    padding: 1rem !important;
    margin: -26px -8rem -2rem 5rem !important;
    cursor: pointer !important;
}
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 20px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 0px;
  padding-bottom: 1px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 20px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content:center;
    padding: 1rem;
    border-bottom: 0px solid #e9ecef;
	background-color: #df0b0b;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
	color:#FFFFFF;
}

.form-control::placeholder {
color:#FFFFFF;
opacity:1px;
}

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #688bfe;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #ffffff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
/* :: 3.5.0 Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .section-heading h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    font-weight: 500;
	margin-top:15px; }
	.section-heading p {
		color:#fff;
		text-align:left;
	}
	
.whatsappicon{
    /* float: left; */
    margin-left: 19px;
    position: fixed;
    z-index: 999997;
    bottom: -555px;
    width: 100%;
    height: 100%;
    left: 0px;
}
}
	
	
	
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #969696; }
  .section-heading p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
	letter-spacing: 1px;
}
.section-heading p a{
    color:#fff;
}
.section-heading h4 {
    color:#fff;
	text-align:left
}
.section-heading h3 {
	color: #fff;
    text-align: left;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
}

.box-shadow {
  position: relative;
  z-index: 1; }
  .box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip-inner {
  background-color: #ff7902;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip .arrow::before {
  border-bottom-color: #ff7902; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
.cover-wrapper{
margin-top:0px;
}
.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #464545; }
.bg-grey{
background-color:#999999;
}

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.6.0 ScrollUp */
#scrollUp {
  background-color: #f00;
  border-radius: 5px 0 0 5px;
  bottom: 75px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase; }
  #scrollUp i {
    font-size: 18px;
    display: block; }
  #scrollUp:hover {
    background-color: #f00;
    color: #ffffff; }

/* :: 3.7.0 pixel Button */
.pixel-btn {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color:#fb1b1b;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 170px;
  height: 48px;
  color: #ffffff;
  border-radius: 0;
  padding: 0 35px 0 20px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:20px }
  .pixel-btn::after {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
    content: '\f105';
    font-family: 'FontAwesome';
    z-index: 1; }
	#download::after {
    	content: '\f019'!important;
		right: 10px;
		font-size: 15px;
    }
  .pixel-btn:hover, .pixel-btn:focus {
    font-size: 14px;
    font-weight: 600;
    background-color: #fb1b1b;
    color: #ffffff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }
  .pixel-btn.btn-2 {
    background-color: #688bfe;
    color: #ffffff; }
    .pixel-btn.btn-2:hover, .pixel-btn.btn-2:focus {
      background-color: #ff7902;
      color: #ffffff;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }
  .pixel-btn.btn-3 {
    background-color: transparent;
    color: #688bfe;
    border: 2px solid #688bfe;
    line-height: 44px; }
    .pixel-btn.btn-3:hover, .pixel-btn.btn-3:focus {
      background-color: transparent;
      color: #ff7902;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
      border: 2px solid #ff7902; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 99;
  background: #f3f3f3;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0), 0 6px 6px rgba(0,0,0,0.07); 
  overflow: hidden;
}
  .header-area .pixel-main-menu {
    position: fixed;
    width: 100%;
    padding: 0 10px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .header-area .pixel-main-menu {
        padding: 0; } }
    .header-area .pixel-main-menu .classy-nav-container {
      background-color: #ffffff3d; }
    .header-area .pixel-main-menu .classy-navbar {
      /*height: 80px;*/
      padding: 0;
      background-color: transparent; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .pixel-main-menu .classy-navbar {
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .header-area .pixel-main-menu .classy-navbar {
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .header-area .pixel-main-menu .classy-navbar .nav-brand {
          width: 150px;
          margin-right: 10px; } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
        font-weight: 500;
        text-transform:uppercase;
        font-size: 16px;
        padding: 0 10px;
        color: #000;
		cursor: pointer;
		font-family: 'Asap Condensed', sans-serif; }
		.header-area .pixel-main-menu .classy-navbar .classynav ul li a.active {
			color:#f00;
		}
        .header-area .pixel-main-menu .classy-navbar .classynav ul li a:hover, .header-area .pixel-main-menu .classy-navbar .classynav ul li a:focus {
          color: #da3c3c; }
		  
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            font-size: 16px;
    		padding: 0 10px;
			font-weight:700 } 
			.header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
    			padding-left: 5px!important;}
			.header-area .pixel-main-menu {
				padding:0px;
			}}
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            color: #212121;
            font-size: 11px; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li a {
            color: #212121;
            font-size: 18px;
			padding-top: 10px; } }
      /*.header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 15px;
   		padding-right: 15px;
		}*/
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 10px; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 8px;
    		margin-top: 0px;
    	 margin-bottom: 0px; } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #000; }
		.header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a:hover{
		color: #da3c3c;
		}
		.header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a.active::after,
      .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a.active::after {
        color: #f00; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #212121; } }
        @media only screen and (max-width: 767px) {
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .pixel-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #212121;
			    margin-top: 10px;} } }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li.megamenu-item > a::after,
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li.has-down > a::after {
        color: #212121; }
      .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li a {
        color: #000;
		font-size: 13.5px;
		padding: 5px 10px;
		line-height: 18px;
		width:260px;
		text-transform: capitalize;
		}
  .header-area .top-social-info {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .top-social-info {
        margin-top: 30px;
        margin-left: 15px !important; } }
    @media only screen and (max-width: 767px) {
      .header-area .top-social-info {
        margin-top: 30px;
        margin-left: 15px !important; 
		top: -20px;
		width: 90%;
    	position: absolute;}
		.searchbar {
			width:100%!important;
		} 
		.right-button {	
		right:1rem!important;}}
    .header-area .top-social-info a {
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 18px;
      border: 2px solid #ffffff;
      color: #ffffff;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      margin-left: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px;
          color: #212121;
          border-color: #212121; } }
      @media only screen and (max-width: 767px) {
        .header-area .top-social-info a {
          width: 30px;
          height: 30px;
          line-height: 26px;
          margin-left: 5px;
          font-size: 14px;
          color: #212121;
          border-color: #212121; } }
      .header-area .top-social-info a:hover, .header-area .top-social-info a:focus {
        border-color: #ff7902;
        color: #ff7902; }
  .header-area .is-sticky .pixel-main-menu {
    background-color: #f3f3f3;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0);}

.classy-navbar-toggler .navbarToggler span {
  background-color: #f00; }

/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 9; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
    position: absolute;
    top: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    left: 50px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        left: 20px;
        font-size: 16px; } }
    .hero-area .owl-prev:hover,
    .hero-area .owl-next:hover {
      color: #ff7902; }
  .hero-area .owl-next {
    left: auto;
    right: 50px; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-next {
        right: 20px; } }
  .hero-area:hover .owl-next,
  .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 900px;
  background-color: #ffffff;
  overflow: hidden;
   }
  .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite; }
  .single-slide .welcome-text {
    position: relative;
    z-index: 1;
	 }
    .single-slide .welcome-text h2 {
      font-size: 72px;
      color: #ffffff;
      font-weight: 500;
      margin-bottom: 10px;
      text-transform: uppercase; }
      .single-slide .welcome-text h2 span {
        color: #ffffff;
        font-weight: 300; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h2 {
          font-size: 24px; } }
    .single-slide .welcome-text h4 {
      font-size: 24px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h4 {
          font-size: 18px; } }
      .single-slide .welcome-text h4 span {
        font-weight: 300; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 700px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 550px; } }

@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/* Catagory Area CSS */
.top-catagory-area {
  position: relative;
  z-index: 1; }
  .top-catagory-area .single-catagory {
    position: relative;
    z-index: 1;
    @flex (0 0 50%);
    max-width: 50%;
    width: 50%;
    height: 960px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .top-catagory-area .single-catagory {
        height: 400px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .top-catagory-area .single-catagory {
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .top-catagory-area .single-catagory {
        height: 300px;
        @flex (0 0 100%);
        max-width: 100%;
        width: 100%; } }
    .top-catagory-area .single-catagory a {
      display: inline-block;
      font-size: 72px;
      margin: 0;
      color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .top-catagory-area .single-catagory a {
          font-size: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-catagory-area .single-catagory a {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .top-catagory-area .single-catagory a {
          font-size: 24px; } }
      .top-catagory-area .single-catagory a:hover {
        color: #ff7902; }

/* :: 9.0 Newsletter Area CSS */
.nl-area {
  position: relative;
  z-index: 3;
  background-color: #688bfe; }
  .nl-area .nl-form {
    position: relative;
    z-index: 1; }
    .nl-area .nl-form h4 {
      color: #ffffff;
      margin-bottom: 25px;
      display: block;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .nl-area .nl-form h4 {
          font-size: 18px; }
		  header {
		  	height: auto!important; }}
    .nl-area .nl-form form {
      width: 100%;
      position: relative;
      z-index: 1; }
      .nl-area .nl-form form input {
        width: 100%;
        height: 50px;
        background-color: transparent;
        border: none;
        border-bottom: 2px solid #ffffff;
        font-size: 12px;
        font-style: italic;
        text-align: center;
        color: #ffffff;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms; }
        .nl-area .nl-form form input:focus {
          border-bottom-color: #ff7902; }

/* :: Portfolio Area CSS */
.pixel-projects-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .pixel-projects-menu .btn {
    padding: 10px 20px;
    background-color: transparent;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #969696;
    border-radius: 50px;
    border: 2px solid transparent; }
    .pixel-projects-menu .btn.active, .pixel-projects-menu .btn:focus {
      box-shadow: none;
      color: #ff7902;
      border-color: #ff7902; }

.single_gallery_item {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  width: 33.3333334%;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (max-width: 767px) {
    .single_gallery_item {
      width: 100%; } }
  .single_gallery_item img {
    width: 100%;
    -webkit-transition-duration: 2000ms;
    -o-transition-duration: 2000ms;
    transition-duration: 2000ms; }
  .single_gallery_item .hover-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 121, 2, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single_gallery_item .hover-content .zoom-img {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #ffffff;
      font-size: 20px;
      margin-bottom: 30px;
      color: #ffffff;
      line-height: 46px;
      margin-top: -15px;
      opacity: 0;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
    .single_gallery_item .hover-content h4 {
      margin-bottom: 0;
      color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_gallery_item .hover-content h4 {
          font-size: 20px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_gallery_item .hover-content h4 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single_gallery_item .hover-content h4 {
          font-size: 16px; } }
  .single_gallery_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single_gallery_item:hover .hover-content {
    opacity: 1;
    visibility: visible; }
    .single_gallery_item:hover .hover-content .zoom-img {
      margin-top: 0;
      opacity: 1; }

/* Feature Area CSS */
.pixel-feature-area {
  position: relative;
  z-index: 1; }
  .pixel-feature-area .feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .pixel-feature-area .feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 300px; } }
  .pixel-feature-area .feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 200px 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .pixel-feature-area .feature-content {
        padding: 100px 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .pixel-feature-area .feature-content {
        padding: 100px 30px; } }
    @media only screen and (max-width: 767px) {
      .pixel-feature-area .feature-content {
        padding: 50px 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .pixel-feature-area .feature-content h1 {
      font-size: 36px;
      margin-bottom: 25px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pixel-feature-area .feature-content h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .pixel-feature-area .feature-content h1 {
          font-size: 24px; } }
    .pixel-feature-area .feature-content p {
      font-weight: 300;
      font-size: 24px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .pixel-feature-area .feature-content p {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .pixel-feature-area .feature-content p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .pixel-feature-area .feature-content p {
          font-size: 16px; } }

/* :: Team Member Area CSS */
.single-team-member {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-team-member img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .single-team-member .hover-text {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-bottom: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 121, 2, 0)), to(#fb1b1b));
    background-image: -webkit-linear-gradient(top, rgba(255, 121, 2, 0), #fb1b1b);
    background-image: -o-linear-gradient(top, rgba(255, 121, 2, 0), #fb1b1b);
    background-image: linear-gradient(to bottom, rgba(255, 121, 2, 0), #fb1b1b);
    opacity: 0;
    visibility: hidden; }
    .single-team-member .hover-text h4 {
      margin-bottom: 5px;
      color: #ffffff; }
    .single-team-member .hover-text h6 {
      font-size: 14px;
      margin-bottom: 15px;
      color: #ffffff;
      display: block; }
    .single-team-member .hover-text .social-info a {
      display: inline-block;
      width: 25px;
      height: 25px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      font-size: 12px;
      color: #ffffff;
      line-height: 23px;
      margin: 0 5px; }
      .single-team-member .hover-text .social-info a:hover, .single-team-member .hover-text .social-info a:focus {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
  .single-team-member:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
  .single-team-member:hover .hover-text {
    opacity: 1;
    visibility: visible; }

/* :: Testimonial Area CSS */
.testimonial-slides {
  position: relative;
  z-index: 1; }
  .testimonial-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px; }
    .testimonial-slides .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #9a9a9a;
      margin: 0 4px; }
      .testimonial-slides .owl-dots .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #ff7902; }

.single-testimonial-slide {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-testimonial-slide img {
    margin: 0 auto 30px;
    width: 80px !important; }
  .single-testimonial-slide h4 {
    font-size: 24px;
    color: #969696; }
  .single-testimonial-slide span {
    font-size: 14px;
    font-weight: 300;
    color: #969696;
    margin-bottom: 40px;
    display: block; }
  .single-testimonial-slide h5 {
    font-size: 22px;
    color: #969696;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.8; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-testimonial-slide h5 {
        font-size: 18px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-testimonial-slide h5 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .single-testimonial-slide h5 {
        font-size: 16px; } }

/* :: 11.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #5f5a5ac9;
  padding-left: 35px;
  padding-right: 35px; }
  @media only screen and (max-width: 767px) {
    .footer-area {
      padding-left: 0;
      padding-right: 0; } }
  .footer-area .single-footer-widget {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .footer-area .single-footer-widget {
        margin-bottom: 50px !important; } }
    .footer-area .single-footer-widget .widget-title {
      font-size: 24px;
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .footer-area .single-footer-widget .widget-title {
          font-size: 20px; } }
    .footer-area .single-footer-widget p {
      margin-bottom: 0;
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer-area .single-footer-widget p i {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        margin-right: 10px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
        @media only screen and (max-width: 767px) {
          .footer-area .single-footer-widget p i {
            width: 30px;
            height: 30px;
            font-size: 14px;
            line-height: 26px; } }
    .footer-area .single-footer-widget .footer-social-info {
      position: relative;
      z-index: 1; }
      .footer-area .single-footer-widget .footer-social-info a {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 18px;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        margin-right: 10px;
        margin-bottom: 10px; }
        .footer-area .single-footer-widget .footer-social-info a:last-child {
          margin-right: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .footer-area .single-footer-widget .footer-social-info a {
            width: 30px;
            height: 30px;
            line-height: 26px;
            font-size: 14px; } }
        .footer-area .single-footer-widget .footer-social-info a:hover, .footer-area .single-footer-widget .footer-social-info a:focus {
          border-color: #ff7902;
          color: #ff7902; }
  .footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    border-top: 2px dotted #ffffff;
    padding: 10px 0; }
    .footer-area .copywrite-area .copywrite-text {
      font-size: 13px;
      margin-bottom: 0;
      color: #ffffff;
      font-weight: 400; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .footer-area .copywrite-area .copywrite-text {
          font-size: 11px; } }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          font-size: 11px;
          margin-bottom: 15px; } }
    .footer-area .copywrite-area .footer-nav {
      position: relative;
      z-index: 1;
      text-align: right; }
      .footer-area .copywrite-area .footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-area .footer-nav ul {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        .footer-area .copywrite-area .footer-nav ul li a {
          display: inline-block;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          padding: 0 10px; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              font-size: 14px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              padding: 0 5px;
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .footer-area .copywrite-area .footer-nav ul li a {
              padding: 0 4px;
              font-size: 11px; } }
        .footer-area .copywrite-area .footer-nav ul li:last-child a {
          padding-right: 0; }
        @media only screen and (max-width: 767px) {
          .footer-area .copywrite-area .footer-nav ul li:first-child a {
            padding-left: 0; } }

/* :: 12.0 Blog Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 380px;
  padding: 0 35px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
      height: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      height: 280px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 250px; } }
  .breadcrumb-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(104, 139, 254, 0.75); }
  .breadcrumb-area .breadcrumb-content {
    text-align: center; }
    .breadcrumb-area .breadcrumb-content h2 {
      color: #ffffff;
      font-size: 60px;
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 0;
      display: inline-block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .breadcrumb-area .breadcrumb-content h2 {
          font-size: 42px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcrumb-area .breadcrumb-content h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area .breadcrumb-content h2 {
          font-size: 24px; } }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #9a9a9a;
    padding: 0;
    border: 2px solid #9a9a9a;
    text-align: center;
    margin: 0 3px; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      color: #ffffff;
      background-color: #ff7902;
      border-color: #ff7902; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #da3c3c;
    border-color: #ff0000;
      
  }

/* :: Service Area CSS */
.single-service-cata {
  position: relative;
  z-index: 1;
  height: 640px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33334%;
  flex: 0 0 33.33334%;
  max-width: 33.33334%;
  width: 33.33334%;
  text-align: center; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service-cata {
      height: 480px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-cata {
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .single-service-cata {
      height: 300px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; } }
  .single-service-cata::after {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(104, 139, 254, 0.5); }
  .single-service-cata:hover::after {
    background-color: rgba(255, 121, 2, 0.9); }
  .single-service-cata a {
    font-size: 48px;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-service-cata a {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service-cata a {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .single-service-cata a {
        font-size: 30px; } }

.single-service-block {
  position: relative;
  z-index: 1; }
  .single-service-block h4 {
    text-transform: uppercase; }
  .single-service-block p {
    margin-bottom: 0; }

.pixel-prices-area {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pixel-prices-area {
      padding-top: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pixel-prices-area {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .pixel-prices-area {
      padding-top: 0; } }

.single-price-table-area {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding: 70px 50px;
  background-color: #efefef;
  text-align: center;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-price-table-area {
      padding: 50px 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-price-table-area {
      padding: 50px 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      width: 50%;
      margin-bottom: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .single-price-table-area {
      padding: 50px 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 0 !important; } }
  .single-price-table-area .price-value {
    margin-bottom: 20px; }
    .single-price-table-area .price-value h2 {
      font-size: 72px;
      margin-bottom: 0;
      line-height: 1;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-price-table-area .price-value h2 {
          font-size: 52px; } }
      @media only screen and (max-width: 767px) {
        .single-price-table-area .price-value h2 {
          font-size: 52px; } }
      .single-price-table-area .price-value h2 span:last-child {
        font-size: 14px;
        color: #969696; }
      .single-price-table-area .price-value h2 span:first-child {
        position: relative;
        z-index: 1; }
        .single-price-table-area .price-value h2 span:first-child::after {
          content: '$';
          font-size: 30px;
          position: absolute;
          top: 23px;
          right: -16px;
          z-index: 1; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .single-price-table-area .price-value h2 span:first-child::after {
              top: 12px; } }
          @media only screen and (max-width: 767px) {
            .single-price-table-area .price-value h2 span:first-child::after {
              top: 12px; } }
  .single-price-table-area h2 {
    font-size: 36px;
    margin-bottom: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-price-table-area h2 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .single-price-table-area h2 {
        font-size: 24px; } }
  .single-price-table-area p {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-price-table-area p {
        font-size: 12px; } }
  .single-price-table-area .price-desc {
    position: relative;
    z-index: 1;
    margin: 50px 0; }
    .single-price-table-area .price-desc li {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      border-bottom: 1px solid #dfdfdf;
      padding: 10px 0;
      color: #969696;
      display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-price-table-area .price-desc li {
          font-size: 13px; } }
      .single-price-table-area .price-desc li img {
        margin-right: 20px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-price-table-area .price-desc li img {
            margin-right: 10px; } }
  .single-price-table-area.active, .single-price-table-area:hover {
    z-index: 100;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #688bfe; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-price-table-area.active, .single-price-table-area:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-price-table-area.active, .single-price-table-area:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    @media only screen and (max-width: 767px) {
      .single-price-table-area.active, .single-price-table-area:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    .single-price-table-area.active .price-value h2, .single-price-table-area:hover .price-value h2 {
      color: #ffffff; }
      .single-price-table-area.active .price-value h2 span, .single-price-table-area:hover .price-value h2 span {
        color: #ffffff; }
    .single-price-table-area.active h2,
    .single-price-table-area.active p,
    .single-price-table-area.active .price-desc li, .single-price-table-area:hover h2,
    .single-price-table-area:hover p,
    .single-price-table-area:hover .price-desc li {
      color: #ffffff; }

/* :: 13.0 Contact Area CSS */
.contact-form-area input,
.contact-form-area textarea {
  background-color: #f6f6f6;
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  font-size: 17px;
  color: #000000;
  text-color: #000000;
  text-align: center;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition-duration: 500ms; }
  
  .contact-form-area input:focus,
  .contact-form-area textarea:focus {
    background-color: #f6f6f6;
    box-shadow: none;
    border-bottom-color: #ec1b1b; }
.contact-form-area textarea {
  height: 100px;
  padding-top: 20px;
  margin-bottom: 20px; }
.comment-form-area input,
.comment-form-area textarea {
background-color: #f6f6f6;
    width: 100%;
    height: 60px;
    margin-bottom: 25px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #616060;
    transition-duration: 500ms;
  
  }
  
  
  .comment-form-area input::placeholder,
.comment-form-area textarea::placeholder {
color:#000000;
  
  }
 .comment-form-area input:focus::placeholder,
.comment-form-area textarea:focus::placeholder {
color:transparent;
  
  }
  
.comment-form-area input:focus,
.comment-form-area textarea:focus {
    background-color: #f6f6f6;
    box-shadow: none;
    border-color: #ec1b1b; 
    
}

.comment-form-area textarea {
  height: 100px;
  padding-top: 20px;
  margin-bottom: 20px; 
    
}
  
  .course-form-area input,
.course-form-area textarea, .course-form-area select  {
background-color: #f6f6f6;
    width: 100%;
    height: 60px;
    margin-bottom: 25px;
    font-size: 13px;
    color: #0a0a0a;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #616060;
    transition-duration: 500ms;
	font-family: revert;
  
  }
  
  .course-form-area input[type=checkbox]{
    margin-top: -7px;
    margin-left: -546px;
    height: 26px;
	background-color:#FF0000!important;
  }
  
.course-form-area input[type=checkbox]:checked{
 background-color: red !important;
 
 }
  
.course-form-area input::-webkit-input-placeholder,
.course-form-area textarea::-webkit-input-placeholder,
.course-form-area select::-webkit-input-placeholder {
color:#000000!important;
  
  }
 .course-form-area input:focus::-webkit-input-placeholder,
.course-form-area textarea:focus::-webkit-input-placeholder {
color:transparent!important;
  
  }
  
.course-form-area input:focus,
.course-form-area textarea:focus {
color:#000000;
    background-color: #f6f6f6;
    box-shadow: none;
    border-color: #ec1b1b; }
.course-form-area textarea {
  height: 100px;
  padding-top: 20px;
  margin-bottom: 20px; }
.map-area {
  position: relative;
  z-index: 2;
  height: 690px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map-area {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      height: 320px; } }
  .map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0; }

.single-contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-contact-content:last-child {
    margin-bottom: 0; }
  .single-contact-content .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #969696;
    color: #688bfe;
    text-align: center;
    line-height: 28px;
    margin-right: 20px; }
  .single-contact-content .text {
    position: relative;
    z-index: 1; }
    .single-contact-content .text h6 {
      font-size: 18px;
      margin-bottom: 10px; }
    .single-contact-content .text p {
      margin-bottom: 0; }

/* :: 14.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title h2 {
    font-size: 48px;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .elements-title h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .elements-title h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .elements-title h2 {
        font-size: 24px; } }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area img {
    display: block;
    margin: 0 auto 20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area h5 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area p {
    font-size: 14px; }
  .single-service-area a {
    display: block;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #ff7902; }
    .single-service-area a:hover, .single-service-area a:focus {
      color: #688bfe; }
  .single-service-area:hover img, .single-service-area:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-service-area:hover h5, .single-service-area:focus h5 {
    color: #ff7902; }

.single-cool-fact {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fb1b1b;
    font-weight: 500; 
	background: #ffffffeb;}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 24px;
		padding:10px } }
  .single-cool-fact .scf-text h6 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    background-color: #688bfe;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 15px 70px 15px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #ff7902;
      color: #ffffff; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0; }

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 48px;
      color: #ff7902;
      font-weight: 600; }
    .single-skils-area .skills-text p {
      margin-bottom: 0;
      color: #969696; }

.pixel-tabs-content {
  position: relative;
  z-index: 1; }
  .pixel-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .pixel-tabs-content .nav-tabs .nav-link {
      background-color: #ff7902;
      padding: 0 20px;
      height: 48px;
      line-height: 50px;
      color: #ffffff;
      margin: 0 2px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .pixel-tabs-content .nav-tabs .nav-link {
          padding: 0 5px;
          height: 40px;
          line-height: 40px;
          font-size: 12px; } }
      .pixel-tabs-content .nav-tabs .nav-link.active {
        background-color: #688bfe;
        color: #ffffff; }
  .pixel-tabs-content .pixel-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .pixel-tabs-content .pixel-tab-text p {
      margin-bottom: 0; }
  .pixel-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-icons {
  position: relative;
  z-index: 1;
  background-color: #688bfe;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px; }
  .single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #ffffff; }
  .single-icons span {
    display: block;
    color: #ffffff; }

/* ====== The End ====== */
.video_background {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index:0;
}

.video_background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video_background .section {
  position: relative;
  z-index: 1;
  background-color: #ff0000a1; 
}

.video_background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ff000029;
  opacity: 0.5;
  z-index: 1;
}
#social_side_links {
    position: fixed;
    top: 190px;
    right: 50px;
    padding: 0;
    list-style: none;
    z-index: 99999;
}
.w3layouts_register_right form {
    width: 50%;
    padding: 1em;
    float: right;
    background: #ff0000b0;
}
.w3layouts_register_right input[type="text"]:nth-child(2), .w3layouts_register_right input[type="submit"] {
    margin: 0.5em 0 0;
}
.w3layouts_register_right input[type="text"], .w3layouts_register_right input[type="email"], .w3layouts_register_right input[type="number"], .w3layouts_register_right textarea, .w3layouts_register_right input[type="date"], .w3layouts_register_right select {
    outline: none;
    background: #fff;
    padding: 10px;
    border: none;
    font-size: 14px;
    color: #212121;
    width: 100%;
    margin: 0.5em 0;
}
.w3layouts_register_right input[type="submit"] {
    outline: none;
    background: transparent;
    border: 2px solid #fff;
    padding: 5px 0;
    font-size: 1em;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}
.w3layouts_register_right input[type="submit"]:hover {
    background: #fff;
    color: #f00;
}
ul.dropdown:before {
    content: "";
    border-bottom: 10px solid #da3c3c;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 15px;
    z-index: 10;
}
ul.dropdown:after {
    content: "";
    border-bottom: 12px solid #f00;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 13px;
    z-index: 9;
}
.col-md-3 {
	float:left;
}

.w3-agile-footer {
    background: #272727;
    padding: 1em 0;
    z-index: 9;
}
.footer-grids {
    border-bottom: 2px dotted #fff;
}
.footer-grid-heading h4 {
    color: #ffffff;
    font-size: 17px;
    margin: 0;
	border-bottom: 1px solid #fff;
}
.agileits-w3layouts-copyright {
    text-align: center;
    margin: 1em 0 0 0;
}
.footer-grid-info, .w3agile_footer_grid_list {
    margin: 1em 0 0 0;
}
.footer-grid-info ul {
    padding: 0;
    margin: 0;
}
.footer-grid-info p {
	color:#fff;
	text-align:left;
	font-size: 12px;
	
}
.footer-grid-info ul li {
    display: block;
    text-transform: uppercase;
}
.footer-grid-info ul li:before {
    content: "\f0a4";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 15px;
    color: #fff;
}
.footer-grid-info ul li a {
    font-size: 13px;
	font-weight:100;
    color: #fff;
    line-height: 2em;

}
.footer-grid-info ul li a:hover {
    color: #f00;
}
.w3l-social {
    margin: 5px 0 5px 0;
    float: right;
}
.w3l-social ul {
    padding: 0;
    margin: 0;
}
.w3l-social ul li {
    display: inline-block;
	margin: 0 0px;
}
.w3l-social ul li a {
    color: #333;
    text-align: center;
}
.w3l-social ul li a i.fa.fa-facebook {
    height: 30px;
    width: 30px;
    background: #3b5998;
    line-height: 30px;
    color: #fff;
    transition: 0.5s all;
    border-radius: 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-facebook:hover {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #3b5998;
    color: #FFFFFF;
}
.w3l-social ul li i.fa.fa-share-alt {
	height: 30px;
    width: 30px;
    background: #f00;
    line-height: 30px;
    color: #fff;
    transition: 0.5s all;
    border-radius: 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-twitter {
    height: 30px;
    width: 30px;
    background:#1da1f2;
    line-height: 30px;
    color: #fff;
    transition: 0.5s all;
    border-radius: 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-twitter:hover {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #1da1f2;
    color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-linkedin {
    height: 30px;
    width: 30px;
    background: #1da1f2;
    line-height: 30px;
    color: #fff;
    transition: 0.5s all;
    border-radius: 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-linkedin:hover {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #1da1f2;
    color: #FFFFFF;
}
.w3l-social ul li a i.fa.fa-instagram {
    height: 30px;
    width: 30px;
    background: #e5485f;
    line-height: 30px;
    color: #fff;
    transition: 0.5s all;
    border-radius: 50%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.w3l-social ul li a i.fa.fa-instagram:hover {
    height: 30px;
    width: 30px;
    line-height: 35px;
    background: #e5485f;
    color: #FFFFFF;
}
.w3agile_footer_grid_list ul li:nth-child(1) {
    margin: 0;
    line-height: 25px;
    text-align:left;
}
.w3agile_footer_grid_list ul li {
    display: block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: justify;
    margin: .5em 0 0 0;
    list-style-type: none;
	font-weight:100;
}
.w3agile_footer_grid_list ul li a {
    color: #fff;
    text-decoration: none;
	font-size: 13px;
	font-weight:100
}
.agileits-w3layouts-copyright p {
	color:#fff;
	text-align: center;
    margin-bottom: 0px!important;
	font-size:13px;
}
.searchbar {
  font-size: 12px;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  border-radius: 10rem;
  padding: 7px;
  transition: all .2s;
  transition-delay: .1s;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  display:none;
}

.searchbar:hover {
  width: 100%;
  height: auto;
}

.right-button {
  height: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
  transition: all .2s;
  transition-delay: .1s;
  display:none;
}

.button:hover {
  cursor: pointer;
}



.center-outer {
display: table;
width: 100%;
height: 100%;
}

.center-inner {
display: table-cell;
vertical-align: middle;
text-align: center;
}

.bubbles {
display: inline-block;
font-family: arial;
position: relative;
}

.bubbles h1 {
position: relative;
font-family: "Poppins", sans-serif;
color: #fb1b1b;
z-index: 2;
font-size:35px;
text-transform:uppercase;
}
.bubbles p{
	color:#f00;
	font-size:16px;
}

.individual-bubble {
position: absolute;
border-radius: 100%;
bottom: 10px;
background-color: #fb1b1b;
z-index: 1;
}
.modal-body { 
  h1 { 
    font-weight:900; 
    font-size:2.3em;
    text-transform:uppercase;
  }
  
  a.pre-order-btn { 
    color:#000;
    background-color:gold;
    border-radius:1em;
    padding:1em;
    display: block;
    margin: 2em auto;
    width:50%;
    font-size:1.25em;
    font-weight:6600;
    &:hover { 
    background-color:#000;
      text-decoration:none;
      color:gold;
    }
  }  
}

.modal-body h3,h2{
	color:#fff;
}
.modal_heading {
	background:#f00;
}


/*changes by ace at 11-05-2021*/



.amigo-forever-open {
		z-index: 1;
		position: fixed;
		background: black;
		top: 255px;
		transform: rotate( 
	90deg
	 );
		left: -82px;
		border-radius: unset;
		z-index:10;
		text-transform: uppercase;
        font-size: smaller;
	}

.sidebar-contact{
  position:fixed;
  top:51%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 100 !important;
  cursor:pointer

}
.sidebar-contact.active{
  left:0;
  
}

.course_img_size{
	margin-top: 4rem !important;
}



form_main {
    width: 100%;
}
.form_main h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    /*margin-top: 10px;*/
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    text-align: center;
}

.awrd{
	margin: 1rem 0;
}


.loa_li li {
    padding: 10px;
    background: white;
}

.loa_li li:hover {
    background: #ededed;
}

.loa_li li.active {
    background: linear-gradient(to right,#e43838, #fd1c1c,#ec3131);
    color: white;
}

html {
  scroll-behavior: smooth;
}

.downbro_btn{
    margin-left:2rem;
}

.app a img {
    width: auto;
}

button:focus{
    outline: none !important;
}


.choose_branch_gallery{
    padding: 11px;
    background: #f80606;
    border-radius: 5px;
    color: white;   
    margin: 11px 0;
}

.choose_branch_gallery option{
    background: white;
    color: black;
}

.footer_inps{
    margin: auto 5px;
}

.adv_ser li .dropdown button {
   width: -webkit-fill-available;
   margin: 10px; 
}

.modal_submit_btn{
    padding: 5px 10px;
}

.amigo_for_heading{
    margin-left: auto;
    margin-right: auto;
}

.button_on_map{
    font-size: revert;
    background: white;
    border: none;
    box-shadow: 1px 1px 11px 10px rgb(255 255 255);
}

.about_us_margin{
    margin: 5rem;
}

.amigo_descr p{
    font-weight: 400;
    color: #626262;
    text-align: left;
    font-family: "Gill Sans MT";
}

.btn-primary{
   border-color: #ffffff00;;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #da3c3c;
    color: #FFFFFF;
    border: none;
}

.btn:hover , .btn:active , .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ffffff00;
    border-color: #ffffff00;
    opacity: 0.8;
}

button, input, optgroup, select, textarea{
    /*border-bottom-right-radius: 5px !important;*/
    /*border-bottom-left-radius: 5px;*/
}

/*year dropdown in courses form  */

.dropdownYear option{
    color: black;
}

select.dropdownYear:focus {
    color: black;
}
:root {
  --swiper-theme-color: #ff2b1c !important;
}
.fl-fl{
    cursor:pointer;    
}

#panel input{
    background-color: transparent !important;
}
p{
   font-size: 20px !important; 
}
.std_testimonial blockquote{
    font-size: 20px !important;
}
.panel-group .panel .panel-heading h4 a{
    font-size: 20px !important;
    padding: 0 10px !important;
}

.mt-3rem{
    margin-top:3rem;
}

.card-body{
    padding: 0 !important;
}

.black_ph::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity:0.8;
  
}

.black_ph:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black !important;
  opacity:0.8;
}

.black_ph::-ms-input-placeholder { /* Microsoft Edge */
  color: black !important;
  opacity:0.8;
}

.black_ph:focus {
    color: black;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    p{
        margin-left: auto !important;
        margin-right: auto !important;
        }  
}

@media only screen and (min-width: 768px) and (max-width: 1024px)
{
    p{
        margin-left: auto !important;
        margin-right: auto !important;
        }  
}

.mobile_left{
   padding-left: 0px !important;
}


@media only screen and (max-width: 760px) {
    
    .mobile_left{
        padding-left: 15px  !important;
    }
    
    .duration h4{
    	font-size: 19px;
    }
    
    .fn-course-details__block h2 {
    	font-size: 16px !important;
    }
    
    .h1-auto{
        height:auto !important;
    }
    
    
    .desktop_view{
        display: none !important;
    }

    .about_us_margin{
        margin: 1rem;
    }
    
    .mobile_view{
        display:block !important;
    }
    
    .awrd{
    	height: 100%;
    	margin: 1rem 0;
    }
    
    .wrapper .search-cont {
      margin: auto !important;
    }
    
    .wrapper .advance_search {
        width: auto !important;
        margin: auto;
    }
    
    #collapseExample{
        margin-left: auto !important;
        margin: auto;
    }
    .loa_li li{
        padding:10px !important;
    }
    /*#post_section{*/
    /*    margin: 3rem auto;*/
    /*}*/
    .stack{
        min-width: 14pc !important;
        margin-left: auto !important;
    }
    
    .gallery-image{
        width: 100% !important;
    }
    
    .gallery-wrap label{
        width: 64% !important;
    }
    .gallery-wrap h1{
        font-size: 16px;
        width: 13.5rem;
        margin: auto;
    }
    .modal-header .close {
        padding: 1rem !important;
        margin: -26px -1rem -2rem 0rem !important;
        cursor: pointer !important;
    }
    .mx-sm-1 {
		box-shadow: none !important;
		height: auto !important;
	}
	
	.card-top {
        margin-top: 25px!important;
        margin-bottom: -84px;
        width: auto;
	}
	
	.card{
		border: none !important;
		padding: 0 !important ;
		
	}
	.test{
	    margin-left: 0 !important;
	}
	/*.form-control{*/
	/*    width: auto !important;*/
	/*}*/
	.form-inline{
	    /*margin-left: 23px;*/
        margin-right: auto;
	}
	.downbro_btn{
	    margin-left:0rem;
	}
	.card-branch{
	        height: auto !important;
	}
	.course-cont {
        margin-right: 39px;
        margin-left: 39px;
        margin-top: 59px;
    }
    .course_time {
        padding-right: 31px;
        margin-left: 31px;
    }
    .course-form-area input, .course-form-area textarea, .course-form-area select{
        width:100% !important;
    }
    .border-right-inrescard{
        border-right: 1px solid #848484;
        height: 50px;
    }

    p.sub_abt_2 em {
        font-size: 10px;
        line-height: normal;
    }
    .lb-overlay:target img, .lb-overlay:target a.lb-close {
	    top: 26%;
    }
    .side_space{
        margin-right: 24px;
        margin-left: 24px;
    }
    
    p{
        font-size:20px !important;
    }
    
    .gallery-item img{
        height: 23rem !important;
        width: 16rem !important;
    }
    p {
    font-size: 20px !important;
    }
    
    .footer-grid-info ul li a{
        font-size: 20px !important;
    }

  
  
     .header-area .pixel-main-menu .classy-navbar .classynav ul li ul li a {

		font-size: 14.5px !important;

		}
}




            
}

@media (pointer: coarse) {
  .classynav ul li a {
    padding: .8em !important;
  }
}

/*extra small device*/

@media only screen and (max-width: 360px) {
    .duration h4 {
        font-size: 13px;
    }
    .fn-course-details__block h2 {
        font-size: 12px !important;
    }
    .amigo_for_heading{
        
    }
}


@media only screen and (min-width: 760px) {

    .mobile_view{
        display:none !important;
    }
}


@media (min-width: 576px)
.form-inline .form-control {
    width: 100% !important;
}

/*changes by ace at 11-05-2021*/


.heading {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    position: relative;
	color:#000;
	font-size: 13px;
    margin: 15px 0;
}
.heading span {
    background: #fb1b1b none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}   
.form {
    border-radius: 7px;
    padding: 6px;
}
.txt[type="text"],.txt[type="password"],.txt[type="number"],.txt[type="email"] {
    border: 1px solid #fb1b1ba8;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
    border-radius: 20px;
}
.txt_3[type="text"] {
    margin: 5px 0 0;
    padding: 10px 0 10px 5px;
    width: 100%;
}
.txt2[type="submit"] {
    background: #fb1b1b none repeat scroll 0 0;
    border: 1px solid #fb1b1b;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%;
}
.txt2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fb1b1b;
    transition: all 0.5s ease 0s;
}

.toggle{
position: absolute;
    height: 134px;
    margin-top: 0px;
    width: 195px;
    text-align: center;
    cursor: pointer;
    background: #ff090980;
    top: 80px;
    right: -67px;
    line-height: 41px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    z-index: 9999;
}
.toggle:before{
    content: 'Amigo Forever';
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
  
}
.toggle:hover{
	background:#f00;
	transition:0.6s;
	margin-right: -5px;
}
.toggle.active:before{
    content: '\f00d';
    font-family: "fontawesome";
    font-size: 20px;
    color: #fff;
	
}
.sidebar-contact.active .toggle {
    top: -52px;
    right: 0;
    transform: translateY(0);
	width:50px;
	height:45px;
}
.sidebar-contact{
    height: auto !important;  
}

.close-form-btn{
	padding: 0 10px;
	color: #ffffff;
	background: #ff0000;
	outline: none;
	border: none;
	/*margin-right: 3px;*/
}

.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 35px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  width:100%;
  margin-bottom:10px;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('../../../../wamp64/www/amigoacademywebsite/css/img/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('../../../../wamp64/www/amigoacademywebsite/css/img/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}

#forget_pass:hover {
	color:#f00;
}
p.about_us {
	color: #ff0000b3;
	font-weight: 500;
	margin-bottom:5px
}
.submit-wrapper {
    margin-top:35px;
	padding-bottom: 35px;
}
.submit-wrapper a {
    border:2px solid #f33;
    color:#777;
    padding:15px 25px;
    text-decoration:none;
    position:relative;
    letter-spacing:1px;
    transition:all 0.6s;
    z-index:1;
}
.submit-wrapper a:before,
.submit-wrapper a:after {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:24px;
    height:4px;
    background:#f33;
    margin-left:-12px;
    margin-top:-2px;
    transition:all 0.6s;
}
.submit-wrapper a:after {
    left:auto;
    right:0;
    margin-right:-12px;
}
.submit-wrapper a:hover:before,
.submit-wrapper a:hover:after {
    width:100%;
    transition:all 0.6s;
    background:#fff;
    transform:scaleY(5);
    z-index:-1;
}
.submit-wrapper a:hover {
    text-decoration:none;
    background:#f33;
    transition:all 0.6s;
    color:#fff;
}

/*Placement Process*/
.team-grids {
	margin-top: 25px;
    margin-bottom: 25px;
}
.team-bottom {
    text-align: center;
}
.team-bottom-info p{
	color:#777;
	font-size:.9em;
	margin:1em 0 0 0;
	line-height:1.8em;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item  {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item img:hover{
	opacity: .5;
}
.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img i {
	font-size:50px;
	margin:50px auto;
	color: #000;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 75%;
  height: 75%;
  left: 25px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px #000, 0 1px 2px #000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 
}
/*--*/

.ih-item.circle.effect5 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
   margin-bottom: -25px;
}
.ih-item.circle.effect5.colored .info .info-back {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect5 .info {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ih-item.circle.effect5 .info h3 {
    color: #fff;
    position: relative;
    letter-spacing: 0px;
    font-size: 1.3em;
    margin: 0 30px;
    padding: 99px 0 0 0;
    height: 110px;
}
.ih-item.circle.effect5 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
h3.advantages-main  {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
	text-shadow: #000000 2px 0 10px;
}
.team-bottom-info p {
    color: #5d5c5c;
    font-size: 14px;
    margin: 0em 0 0 0;
	text-align:center;
    line-height: 20px;
}
.team-grids img {
	border-radius:50%
}
/*Placement Process Ends*/

.header-wrapper {
  overflow: hidden;
  width:100%;
  height:auto;
  text-align:center;
}

.zoominheader {
  width:100%;
  height:auto;
  text-align:center;
  background:url(../../../../wamp64/www/amigoacademywebsite/img/testimonials_back.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
  width:100%;
  height:auto;
  text-align:center;
  background: none;
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
  background: #00000075;
}



/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}

/*Course*/
.banner-bottom-icons {
    padding: 1em 0;
}
.w3_banner_bottom_icons_left,.w3_banner_bottom_icons_right{
	padding:0;
}

.w3_banner_bottom_icons1{
	
	padding:0.35em;
	text-align:center;
	margin-bottom: 20px;
}
.w3_banner_bottom_icons1 i{
	font-size: 2em;
    color: #fff;
    font-family: FontAwesome;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    font-style: normal;
    display: inline-block;
    background: #ff4f4f;
	line-height: 2.5em;
	margin:0.7em 0;
}
.fa-car:before {
    content: "\f1b9";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-credit-card:before {
    content:"\f2bc";
}
.fa-thumbs-up:before {
    content:"\f164";
}
.w3_banner_bottom_icons1 h3{
	font-size:1em;
	color:#212121;
	text-transform:uppercase;
	margin:1em 0;
	position:relative;
	padding-bottom:.8em;
}
.w3_banner_bottom_icons1 h3:before{
	content: '';
    background: #ff4f4f;
    width: 25%;
    height: 2px;
    position: absolute;
    left: 36.9%;
    bottom: 0%;
}

.w3_banner_bottom_icons1 p{
	color:#777;
	line-height:25px;
	text-align:center;
}
.w3_banner_bottom_icons1_effect{
    position: relative;
    overflow: hidden;
    display: inline-block;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
	padding:1em;
}
.w3_banner_bottom_icons1_effect::before {
    width: 80px;
    height: 80px;
    background: transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.w3_banner_bottom_icons1_effect::after {
    width: 80px;
    height: 80px;
    background: transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.w3_banner_bottom_icons1:hover .w3_banner_bottom_icons1_effect::before {
    opacity: 1;
    right: 5px;
    top: 5px;
}
.w3_banner_bottom_icons1:hover .w3_banner_bottom_icons1_effect::after {
    opacity: 1;
    left: 5px;
    bottom: 5px;
}
.w3_banner_bottom_icons1:hover{
  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #dc542b, #ef0101); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.w3_banner_bottom_icons1:hover h3{
	color:#fff;
}
.w3_banner_bottom_icons1:hover p{
	color:#fff;
}
.w3_agile_banner_bottom{
	position:relative;
	border: 2px solid #ff4f4f;
    padding: 5px;
}
.w3_agile_banner_bottom figure,.w3ls_featured_services_grid figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
/*Course Ends*/
.ml3 {
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    z-index: 2;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0px;
}
/*<!--Testimonials-->*/
.testimonial{
   /* border-left: 3px solid #fb1b1b;*/
    padding: 40px 0 40px 40px;
    position: relative;
	margin-top: 15px;
    margin-bottom: 50px;
	background:#ffffffbd;
}
/*.testimonial:before,
.testimonial:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #fb1b1b;
    position: absolute;
    left: 0;
}*/
/*.testimonial:before{
    border-top: 3px solid #fb1b1b;
    top: 0;
}*/
.testimonial:after{
    border-bottom: 3px solid #fb1b1b;
    bottom: 0;
}
.testimonial .pic{
    width: 150px;
    height: 100px;
    position: absolute;
	top:20px;
	right:40%;
}
.testimonial .pic img{
    width: 75%;
    height: auto;
	border-radius: 50%;
}
.testimonial .description{
    font-size: 14px;
    color: #000;
    line-height: 25px;
    position: relative;
	margin-top:10%;
}
/*.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: -45px;
    left: 0;
    font-size: 20px;
    color: #fb1b1b;
}*/
.testimonial .testimonial-title{
    font-size: 18px;
    font-weight:800;
    color: #fb1b1b;
    text-transform: capitalize;
	text-align:center;
}
.testimonial .post{
    display: block;
    font-size: 13px;
    font-weight: 700;
    color:#fb1b1b;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #fff;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
/*.owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; font-weight: 900;
    color: #fff;
}*/
/*.owl-next:before{
    content: "\f054";
}*/
.slick-arrow {
	background: #fff;
	padding: 0;
}
.slick-slider .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	z-index: 5;
}
.slick-slider .slick-arrow--prev{
	left: -75px;
	outline: none;
	cursor:pointer;
}
.slick-slider .slick-arrow--next{
	right: -75px;
	outline: none;
	cursor:pointer;
}
.ct-header-slider__arrow img, .slick-arrow img {
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
.ct-header-slider__arrow,
.slick-arrow{
	background: transparent;
	border: none;
	padding: 0 2px;
}
.ct-header-slider__arrow img,
.slick-arrow img{
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
.ct-header-slider__arrow:hover img,
.slick-arrow:hover img{
	opacity: 0.7;
}
.ct-header-slider__arrow:hover:active img,
.slick-arrow:hover:active img{
	opacity: 0.8;
}
.parallax {
  /* The image used */
  background-image: url(../../../../wamp64/www/amigoacademywebsite/img/student-cls.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:460;
}
.parallax1 {
  /* The image used */
  background-image: url(../../../../wamp64/www/amigoacademywebsite/img/plane-takeoff.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height:662;
}
.contact-area {
	background:#2f2f2f;
}

.breakpoint-on .classy-navbar .classy-menu.menu-on:active.sidebar-contact {
	z-index:999;
}
#panel
{
  display: block;
}

@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 80px;
    }
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 10px;
        border: none;
    }
    .testimonial:before,
    .testimonial:after{
        border: none;
    }
    .testimonial .pic{
        position: relative;
        top: 0;
        right: 73%;
    }
    .testimonial .description{
        margin-top: 15px;
    }
    .testimonial .description:before{
        content: "";
    }
}
/*Testimonials Ends*/
.skills {
	margin-bottom:25px;
}
.skills h4,.skills h5 {
	color:#fff;
	text-align:center;
}
.skills p {
	color:white;
	text-align:center;
	padding-bottom:10px;
	margin-top: 30px;
}


/*Our Team*/
.mb40{
	margin-bottom:40px;
}
.team-block { 
	margin-top: 20px;
	margin-bottom: 20px;
}
.team-content {
	position: absolute;
	background-color: rgba(17, 24, 31, 0.8); 
	bottom: 0px; 
	/*display: inline-block; */
	width: 100%; 
	color: #fff; 
	padding: 15px; 
}
.team-img { 
	position: relative; 
}
.team-img img { 
	width: 100%; 
}
.team-title { }
.team-meta { 
	color: #fff; 
	font-weight: 400; 
	font-size: 14px; 
}
.overlay { 
	border-radius: 0px; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	height: 100%; 
	width: 100%; 
	opacity: 0; 
	transition: 1s ease; 
	background-color: #11181f; 
}
.team-img:hover .overlay { 
	opacity: .8; 
}
.team-img:hover .team-content { 
	opacity: 0; 
}
.text { 
	color: #fff; 
	position: absolute; 
	top: 30%; 
	left: 30%; 
	transform: translate(-26%, -26%); 
	-ms-transform: translate(-26%, -26%); 
	right: 0; 
	font-weight: 400; 
	font-size: 16px; 
}
.text p {
	color:#fff;
	font-size: 12px;
}
/*Our Team Ends*/
@media(max-width:768px)
{
 
  
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  
}



@media only screen and (max-width:786px) {
.search_bar {
	margin:0px;
	margin-top: 5px;
	padding:0px
}
#add_section {
	padding:0px;
}
.top-header {
	padding:0px;
	margin: 0px 0!important;
    margin-bottom: 0px!important;
}	
img.logo {
	margin-top:0px;
	margin-bottom:10px;
}
.header {
	margin-bottom:-40px;
}
.nav > li {
	padding:0px;
}
.navbar-nav > li:after {
	display:none;
}
.header-text h2 {
    font-size: 17px;
}
.header-text h3 {
    font-size: 12px;
    padding: 15px 20px;
    line-height: 30px;
}
.btn-min-block {
	width:35%;
	min-width:0px;
	margin-top: -50px;
}
#mobile_view {
	display:block;
}
#desktop_view {
	display:none;
}
#search_button {
	display:block;
}
.wrap {
	display:none;
}
#social_side_links {
	display:none;
}
#arrow {
	display:none!important;
}
.about_us {
	padding: 0px;
}
.mobile_view {
	display:block;
}
#icons {
    margin-bottom: 20px;
}
#icons h3 {
    margin: 1em 0;
}
#arrow1,#arrow2 {
	display:none!important;
}
.w3l-social {
	float:none;
	margin-bottom: 10px;
}
#ban_img {
	width:75%;
}
#social_side_links {
	display:none;
}
ul.dropdown:before {
    display:none;
}
ul.dropdown:after {
    display:none;
}
.bubbles h1 {
	font-size:35px;
}
.ct-current-facts {
	margin-top:70px!important;
}
.modal-header .close {
    padding: 1rem;
    margin: 0rem -2rem -2rem auto;
    cursor: pointer;
}
.w3_banner_bottom_icons1 h3 {
	font-size:18px;
}
.ml3 {
	font-size:30px;
}
h1 {
	font-size:30px;
}
/*.sub-head::after{
	display: inline-block;
    content: "";
    border-top: 2px solid #f00;
    width: 50%;
    margin: 0 5px!important;
    transform: translateY(15px)!important;
    position: absolute;
}*/
.sub-head2::after{
	display: inline-block;
    content: "";
    border-top: 2px solid #f00;
    width: 20%!important;
    margin: 0 5px!important;
    transform: translateY(15px)!important;
    position: absolute;
}
}
 h1.about-us{
	font-size:60px;
	color:#000;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
 h1.about-us span{
	font-size:30px;
	color:#000;
}
 h1.about-us:after {
	content: '';
    width: 45px;
    height: 4px;
    background: #f00;
    position: absolute;
    left: 14px;
    top: 70px;
}
.abt-img {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	width:100%;
	margin-top:65px;
}
.sub-head {
    color: #000;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-top: -40px;
}

.sub_abt_2{
padding-left:50px;
padding-right:50px;
text-align:center;
}
.sub-head2 {
	color:#000;
	font-size:17px;
	text-align: left;
}
/*.sub-head::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #000;
    width: 50%;
    margin: 0 15px;
    transform: translateY(-5px);
}*/
.sub-head2::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #000;
    width: 50%;
    margin: 0 15px;
    transform: translateY(-5px);
}
.scroll1,.scroll2,.scroll3,.scroll4,.scroll5,.scroll6 {
		display: none;
	}
	.scroll1 img,.scroll2 img,.scroll3 img,.scroll4 img,.scroll5 img,.scroll6 img {
		vertical-align: bottom;
	}
	.scroll2 .scroll_item {
		position: relative;
	}
	.scroll2 .scroll_item h3 {
		position: absolute;
		left: 0;
		top: 0;
		padding: 10px;
		color: #fff;
		background: rgba(0,0,0,0.5);
		width: 100%;
		box-sizing: border-box;
	}
.testimonial-content {
	margin-right: 60px;
    margin-left: 60px;
}	

/*# sourceMappingURL=style.css.map */
/*###############Social media icon -###############*/
#sticky.stick {
  position: fixed;
  top: 80px;
  z-index: 9;
}


/*  about us ##### */

.wrapper {
  text-align: center;
}
.wrapper h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  background: linear-gradient(to right, #da3c3c 10%, #da3c3c 50%, #020202 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4.5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


/*   Placement  */
.placement h5 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  background: linear-gradient(to right, #da3c3c 10%, #da3c3c 50%, #000 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 7.5s linear infinite;
  display: inline-block;
  padding:20px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/*  Loginj Form   ------------ */

.authentication > div {
  max-width: 320px;
  width: 100%;
  height:auto;
  margin-top:20px;
  border-radius: 10px;
  box-shadow: -1px 18px 10px 9px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  padding: 15px;
}


.nav-tabs .nav-item {
  width: 50%;
}
.nav-tabs {
  overflow: hidden;
  border-radius: 10px;
  border:1px solid #00000061;
  margin:10px;
}

.nav-tabs .nav-link {
  /*   outline: none; */
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.nav-tabs .nav-link.active {
  background: #da3c3c;
  color: #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
  border-color: transparent;
}

.input-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 20px;
  border: 1px solid #696464;
}

.input-box i {
  background-color: #da3c3c;
  padding: 0.7em;
  color: white;
  border-radius: 20px;
}

.input-box input {
  font-size: 13px;
  flex: 1;
  padding: 0.6em;
  margin: 0;
  outline: none;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  /*   margin-bottom: 20px; */
}

.input-box input:focus {
  outline: none;
}

.nav-tabs .nav-item .nav-link {
  text-align: center;
}

@media (min-width: 668px) {
  .authentication {
  }
}

.authentication-info {
}

.remember .custom-checkbox {
  margin-right: 16px;
  display: inline-block;
  position: relative;
}

.custom-checkbox #check,
.custom-checkbox #reg-check {
  position: relative;
  z-index: 100000;
  cursor: pointer;
  opacity: 0;
}

.tick:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  color: #38bbab;
}

#check:checked + .tick:before,
#reg-check:checked + .tick:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  animation: tick 0.2s ease-in;
}

.remember label,
.forget span {
  font-size: 13px;
}
.forget span:hover{
color: #f00;
}
label {
    margin-bottom: 3px;
    font-weight: bold;
    margin-left: 5px;
}

@keyframes tick {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

.mark_to {
  display: block;
  position: relative;
  padding-left: 28px;
  
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.mark_to input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  /*left: 0;*/
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.mark_to:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.mark_to input:checked ~ .checkmark {
  background-color: red;
    height: 18px;
    width: 19px;
    /*right: 10px;*/
    /*left: 6px;*/
	top:3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.mark_to input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.mark_to .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.sidebar-contact{
background-image: url('img/flyhigh.png');
background-repeat:no-repeat; 
}*/

.form_main{
/*box-shadow: 00 1px 3px rgba(243, 78, 78, 0.58), 0 1px 2px rgba(236, 47, 47, 0.48);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}
.form_main:hover{
}


/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0px;
  width: 200px;
  position: fixed;
  right: -163px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 7px 0;
  
}
.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-youtube{
  top: 176px;
  background:#ff0000;
  transition: 400ms;
}

.float-youtube:hover{
    background-color: linear-gradient(#f10c2ae0, #ec6023e0);
	margin-right: 10px;
} 

.float-ig {
  top: 215px;
  background-image: linear-gradient(#f10c2ae0, #ec6023e0);
  transition: 400ms;
}

.float-ig:hover{
  background-color: linear-gradient(#f10c2ae0, #ec6023e0);
  margin-right: 10px;
}

.float-fb {
  top: 253px;
  background-color: #3a579a;
}

.float-fb:hover{
  background-color: #3a579a;
  margin-right: 10px;
}

.float-twitter{
  top: 292px;
  background:#278ddc;
  transition: 400ms;
}

.float-twitter:hover{
   background-color: #278ddc;
   margin-right: 10px;
}
.float-whatsapp{
  top: 331px;
  background:#00CC00;
  transition: 400ms;
}
.float-whatsapp:hover{
   background-color:#00CC00;
   margin-right: 10px;
}
.float-linkedin{
  top: 370px ;
  background:#4296bf;
  transition: 400ms;
}

.float-linkedin:hover{
   background-color:#4296bf;
   margin-right: 10px;
}
/* Floating Social Media Bar Style Ends Here */

/*   placement member */

.place ul {
  list-style: none;
}
.place ul li {
    display: inline-block;
    background-color: #e25a5a4d;
    margin: 3px;
    border-radius: 50%;
    border: 1px solid #ffffffa1;
}
.place ul li a {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 100px;
  width: 100px;
}
.place ul li a:hover, .place ul li a:active {
  color: lightsalmon;
  text-decoration: none;
}

/*    cources   */

.wrapper h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(to right, #da3c3c 10%, #da3c3c 50%, #020202 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 6.5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.wrapper h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(to right, #da3c3c 10%, #da3c3c 50%, #020202 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 9.5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@media only screen and (max-width: 767px){
   .text_center{
   font-size: 25px;
   color:#e74c3c;
   }
   .text_center1{
      color:#FFFFFF;
	  font-size: 30px;
   }
}

/*@media only screen and (max-width: 859px){
   .testimonial .pic{
    right: 32%;
 }
}*/

#animated-bg {
  background: url("") no-repeat center center;
  transition: background 3s;
  min-height:53vh;
  position:relative;
}
div#texttop { 
    color: #fff;
    width: 30%;
    top: 50%;
    left: 50%;
  transform: translateY(-50%) translateX(-50%);
    padding: 2rem;
    background: rgba(0,0,0,0);
    font-family: Oxygen, sans-serif;
  position:absolute;

}
@media all and (max-width: 770px) {
    div#texttop { display: none; }
}
#animated-bg:before {
content:"";
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
opacity:0.3;
background:#333333;
}

.carousel{
  background: #2b2828;
}
.carousel-inner{
  height: 460px;
}
.carousel-caption{
  color: #fff;
  top: 70%;
}

@media only screen and (max-width: 600px) {
	.carousel-inner {
		height: auto;
	}

	/*.accrediations, .row img {*/
	/*	height: 210px;*/
	/*}*/
}

.accrediations, .row img{
    margin-bottom: 0 !important ;
}

	/*.accrediations, .row img {*/
	/*	height: 100% !important;*/
	/*}*/
    
    .swiper-slide{
        height: auto !important;
    }
    
.text_center1 {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-weight:bold;
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}


.prof_img img{
 border-radius:50%;
 height: 135px;
 width: 159px;
}
.prof_desc{
  margin-top:10px;
}
.descr_p p{
    
    line-height: 1.4em;
	text-align:justify;
}
.pro_con p{
    font-size: 1.3em;
    line-height: 100%;
    font-style: italic;
    margin-right: 20em;
}

.profile_fac{
  margin-top:20px;
  margin-bottom:20px;
}

.acdmiy_pro{
 margin-bottom:20px;
}

.testimonial{
            border-right: 4px solid #000000;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
            padding: 30px 30px 30px 130px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
        }
        .testimonial:before{
            content: "";
            position: absolute;
            bottom: -4px;
            left: -17px;
            border-top: 25px solid #da3c3c;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(45deg);
        }
        .testimonial:after{
            content: "";
			position: absolute;
			top: -4px;
			left: -16px;
			border-top: 37px solid #da3c3c;
			border-left: 6px solid transparent;
			border-right: 35px solid transparent;
			transform: rotate(4deg);
        }
        .testimonial .pic{
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
           
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .testimonial .description{
            font-size: 14px;
            letter-spacing: 0.5px;
            color: #6f6f6f;
            line-height: 25px;
            margin-bottom: 15px;
			text-align: justify;
        }
        .testimonial .title{
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #da3c3c;
            margin: 0;
        }
        .testimonial .post{
            display: inline-block;
            font-size: 17px;
            color: #da3c3c;
            font-style:italic;
        }
        .owl-theme .owl-controls .owl-page span{
            border: 2px solid #2A3D7D;
            background: #fff !important;
          border-radius:0 !important;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: #da3c3c !important;
          border-color:#da3c3c;
        }
        @media only screen and (max-width: 767px){
            .testimonial{
                padding: 20px;
                text-align: center;
            }
            .testimonial .pic{
                display: block;
                position: static;
                margin: 0 auto 15px;
            }
        }
		
/*   Hospitaltiy start  */

.breadcrumb{

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background: linear-gradient(to right, #dc542b, #ef0101);
    border-radius: .25rem;
	margin-top:75px;
	height:150px;
	position:relative;
}

.ml32 h5{
  color:#FFFFFF;
  font-size: 25px;
  margin-left: -86px;
}

.ml32{
 margin-top:45px;
}

.course_time{
 margin-top: -60px;
}


.duration h4{
  text-align:center;
  color:#FF0000!important;
  font-family: 'Asap Condensed', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.fn-course-details__block h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Fira Sans", sans-serif;
    color: #626262;
	text-align:center;
	text-transform: capitalize;
	font-variant: initial;
}

 small {
    font-size: 16px;
}
.study{
 text-align:center;
}

.study small {
    font-size: 14px;
    font-weight: 300;
    color: #626262;
}

.testimonial1{
    background: #fff;
    text-align: center;
    margin: 0 20px;
}
.testimonial1 .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #ff5a5f;
    border-left: 1px solid #ff5a5f;
    font-size: 15px;
    color: #171616;
    line-height: 25px;
    text-align: justify;
    position: relative;
}
.testimonial1 .description:before{
    content: "\f10e";
    font-family: "fontawesome";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #0000000;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial1 .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: #ff5a5f;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial1 .testimonial1-content{ position: relative; }
.testimonial1 .testimonial1-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #ff5a5f;
    position: absolute;
    top: -10px;
    left: 50%;
}
.testimonial1 .testimonial1-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #ff5a5f;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial1 .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial1 .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
	margin-left: -117px;
}


.testimonial1 .title{
    
    font-size: 22px;
    font-weight: 700;
    color: #ff5a5f;
    letter-spacing: 1px;
    text-transform: capitalize;
	margin-left: 160px;
    margin-top: -26px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #2660a4;
}

testimonial1 .description:hover{
 color:#FF0000;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  
  text-align: center;
  font-family: arial;
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #da3c3c;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}
.decription_par{
  padding:20px;
  margin-top: -20px;
}

.visite_we{
 padding:15px;
 margin-top: -35px;
}
.partners_web{
 background:#b3b3b34f;
}

.partners_web h4{
 margin-top:15px;
 font-weight: 500;
 font-size: 1.5rem;
}

.card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-1{
  border: 1px solid #da3c3c;
}

.pizza {
  display: flex;
  overflow: hidden;
  max-width: 800px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
  
}

.pizza__img {
  width: 100%;
  display: block;
  margin-bottom:0px!important;
}

.pizza__content {
  flex: 1;
  background: #fff;
  padding: 13px 16px;

  display: flex;
  flex-direction: column;
}

.pizza__hero {
  flex: 0 1 45%;
}

.pizza__price {
  background: linear-gradient(to bottom, #67b26f, #4ca2cd);
  flex: 0 1 50px;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pizza__title {
  display: flex;
  align-items: center;
}

.pizza__heading {
  font-size: 25px;
  margin-right: auto;
  color: #da3c3c;
}

.pizza__tag {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 7px;
  border-radius: 100px;
  margin-left: 7px;
}

.pizza__tag--1 {
  background-color: #67b26f;
}
.pizza__tag--2 {
  background-color: #4ca2cd;
}

.pizza__description {
  font-size: 14px;
  text-align:justify;
  width: 100%;
  margin: auto 0;
}


.pizza__detail {
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.emoji {
  font-size: 20px;
  margin-right: 3px;
}

.pizza__hero img{
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.pizza__hero:hover img{
 -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.stats .fa{
  color:#666666;
  cursor: pointer;
}
.text-muted{
  margin-top: -10px;
}
.text-muted .fa{
  color:#666666;
}
.stats{
  margin-left: 15px;
    margin-top: -5px;
}
.views{
 margin-left: 16px; 
}


.wrapper {
  margin: 10px auto;
  position: relative;
  display: block;
  width: 350px;
  transform: translateY(-50%);
}
.wrapper .advance_search{
width: 50px;
/*margin-left: -36px;*/
}

.wrapper .search-cont {
  position: relative;
  border: 2px solid #da3c3c;
  width: 200px;
  transition: all 0.3s linear;
  margin-left: -65px;
  border-radius: 5px;
    
}

.btn{
    border-radius: 5px;
}

.wrapper .search-cont .seaicon, .wrapper .search-cont .seaicon2 {
  position: absolute;
  top: -2px;
  right: 15px;
  transition: all .2s linear;
  color: #da3c3c;
}
.wrapper .search-cont input {
  background-color: transparent;
  padding: 5px 10px;
  font-size: 16px;
  border: transparent;
  color: #da3c3c;
}
.wrapper .search-cont input:focus::placeholder {
  color: transparent;
}
.wrapper .search-cont input:focus {
  border: transparent;
  outline: none;
  color: #da3c3c;
}
.wrapper .search-cont:focus-within .seaicon {
  transition: all 0.2s linear;
  transform: translateX(-200px) rotateY(90deg);
}
.wrapper .search-cont:focus-within .seaicon2 {
  animation-name: spin;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.btn_advance_search {
   display: inline-block;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4px 32px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 16px;
    margin-top: -59px;
	}
	
	
	.btn_advance_search a, a:hover, a:focus {
	outline: 0 solid transparent;
	}
	
.adv_ser li{
padding-left:5px;

}	
	
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
} 

.form-control {
    display: block;
    width: 100%;
    padding: 6px 15px;
    font-size: 14px;
    margin-bottom: 10px;
    /*line-height: 0.5;*/
    color: #ffffff;
    background-color: #0000;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: unset;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.switch-field {
	display: flex;
	margin-bottom: 15px;
	overflow: hidden;
	margin-top:15px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #ffffff;
    color: rgba(0, 0, 0, 0.92);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 10px 14px;
    margin-right: -1px;
    border: 1px solid rgba(255, 253, 253, 0.98);
    box-shadow: inset 0 1px 3px rgba(136, 136, 136, 0.81), 0 1px rgba(255, 255, 255, 0.91);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: red;
    box-shadow: none;
    color: #fff;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.image_bread { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.img_desc h3 { 
   position: absolute; 
   top: 200px;  
   width: 100%; 
}

.img_desc h3 {
    margin-left: 650px;
    padding: 0 127px;
    margin-top: -26px;
    color: red;
	font-family:"Gill Sans MT";
	margin-top: -82px;
	
}

.img_desccourses h3 {
    margin-left: 0px;
    padding: 0 127px;
    margin-top: -26px;
    color:#FFFFFF;
	font-family:"Gill Sans MT";
	margin-top: -125px;
	
}

.career h2{
color:#000000;
size:1.0rem;

}
.career ul li{

list-style-type: disc;
margin-left: 28px;

}
.career-form-area input, .career-form-area textarea{
 background-color: #f6f6f6;
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  font-size: 15px;
  color:#000000;
  text-align: center;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition-duration: 500ms; 
}


.career-form-area input:focus,
  .career-form-area textarea:focus {
    background-color:#f6f6f6;
	color:#000000;
    box-shadow: none;
    border-bottom-color: #ec1b1b; }
.career-form-area textarea {
  height: 100px;
  padding-top: 20px;
  margin-bottom: 20px; }
.career-form-area input::placeholder, .career-form-area textarea::placeholder {
color:#000000;


}



.stack {
    margin: 18px 55px;
    width: 200px;
    padding: 0;
    position: relative;
    max-width: 14%;
    flex: 0 0 25%;
    margin-left: 1px;
}

.stack img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	outline: 1px solid transparent;
	cursor:pointer
}

.stack img:last-child {
	position: relative;
}

/* Individual effects */

/* Simple Spread */
.stack-spread img:nth-child(3) {
	-webkit-transform: translate(-5px,5px);
	transform: translate(-5px,5px);
}

.stack-spread img:first-child {
	-webkit-transform: translate(5px,-5px);
	transform: translate(5px,-5px);
}

.stack-spread:hover img:nth-child(3) {
	-webkit-transform: translate(-15px,15px);
	transform: translate(-15px,15px);
}

.stack-spread:hover img:first-child {
	-webkit-transform: translate(15px,-15px);
	transform: translate(15px,-15px);
}

#inputGroupSelect01{
height:55px;
}


 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 420px) {
  
/*.test{*/
/* padding-left: 21px;*/
/*    padding-right: 80px;*/
/*    font-size: 15px;*/
/*    margin-left: 56px;*/
/*    margin-right: 27px;*/
/*    width: 180px;*/
    
/*}*/

.sidebar-contact .toggle {
    top: 30%;
	}


.container-fluid{
    padding-right: 44px;
    padding-left: 34px
}


.footer-grid {
   
    margin-left: 28px;
    margin-right: 37px;
}

.form-inline{
display: block;
}
.sidebar-contact{
    width:82%;
    height:65%;
  }
  .toggle{
      height: 158px;
    margin-top: -79px;
    width: 200px;
  }
  
  .sidebar-contact.active .toggle {
    top: 32px;

	}
	
	.course_time {
   
    padding-right: 31px;
    margin-left: 31px;
    }
	.card-top {
    margin-top: 52px;
    margin-bottom: -70px;
    }
    .add__moduleform{
        width:90%;
        background: none !important;
        margin:auto; 
    }
    .footer__li {
        margin: 2px;
        padding: 2px;
        font-size: 20px !important;
    }
    .footer__li a{
        margin: 2px;
        padding: 2px;
        font-size: 20px !important;
    }
    

    .dropdown li a{
	    padding-top:2px;
	}
	    .stu__inner {
        width:300px;
            margin: auto;
    }
    .stu__inner img{
        width:100%;
        height:100%;
    }
	
	}
	@media only screen and (max-width: 375px) {
.sidebar-contact{
    width: 88%;
    height: 66%;
    
  }
  .toggle{
      height: 158px;
    margin-top: -59px;
	right: -76px;
    width: 200px;
  }
  .sidebar-contact .toggle {
    top: 30%;
}
  
  .sidebar-contact.active .toggle {
    top: 13px;
	right: 5px;
	height: 44px;
	}
	
	.aboutus-mob{
	 margin-right: 24px;
    margin-left: 25px
	}
	
	.ourlegacy-mob{
	   padding-left: 10px;
    padding-right: 10px;
	}
	.new_mobile_view{
	    padding:0px !important;
	}
    .roadmap_desk_view{
        display:none;
    }

}

@media only screen and (max-width: 300px) {
.sidebar-contact{
    width: 88%;
    height: 88%
    
  }
  .toggle{
     height: 149px;
    margin-top: -16px;
    right: -140px;
    width: 200px;
  }
  .sidebar-contact .toggle {
    top: 30%;
}
  
  .sidebar-contact.active .toggle {
    top: 13px;
	right: 5px;
	height: 44px;
	}
	
	.test{
    padding-left: 33px;
    padding-right: 94px;
    font-size: 13px;
    margin-right: 109px;
    width: 184px;
    margin-left: 2rem;
}

.franchise-mob
{
    margin-right: 25px;
    margin-left: 25px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {



}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {


} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

 
}



<!-- homepage testimonials-->
 @media (max-width:991.98px) {
     .padding {
         padding: 1.5rem
     }
 }

 @media (max-width:767.98px) {
     .padding {
         padding: 1rem
     }
 }

 .padding {
     padding: 5rem
 }

 .card {
     position: relative;
     display: flex;
     width: 350px;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid #d2d2dc;
     border-radius: 11px;
     -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
     -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
     box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
 }

 .card .card-body {
     padding: 1rem 1rem
 }

 .card-body {
     flex: 1 1 auto;
     padding: 1.25rem
 }

 p {
     font-size: 20px;
     margin-bottom: .5rem;
     line-height: 1.5rem
 }



 .profile {
     margin-top: 16px;
     margin-left: 11px
 }

 .profile-pic {
     width: 58px
 }

 .cust-name {
     font-size: 18px
 }

 .cust-profession {
     font-size: 10px
 }

 .items {
     width: 90%;
     margin: 0px auto;
     margin-top: 30px
 }

 .slick-slide {
     margin: 10px
 }
 

/*

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
*/

.clr {
	clear: both;
}
.gallery-wrap {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.gallery-wrap h1 {
	letter-spacing: 4px;
	/*color: #fff;*/
	text-transform: uppercase;
}
.gallery-wrap label {
	width: 15%;
	display: inline-block;
	background: #f80606;
    color: #ffffff;
	letter-spacing: 2px;
	padding: 10px 0;
	margin: 0 8px;
	margin-bottom: 30px;
	border-radius: 5px;
	cursor: pointer;
	transition: .5s;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background: red;
	color: #fff;
}
input[type="radio"][id="bed"]:checked ~ .sofa, input[type="radio"][id="bed"]:checked ~ .chair {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: .5s;
}
input[type="radio"][id="chair"]:checked ~ .bed, input[type="radio"][id="chair"]:checked ~ .sofa {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: .5s;
}
input[type="radio"][id="sofa"]:checked ~ .bed, input[type="radio"][id="sofa"]:checked ~ .chair {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: .5s;
}
.gallery-image {
	width: 24.6%;
	height: 300px;
	float: left;
	margin: .2%;
	position: relative;
	overflow: hidden;
	transition: .8s;
	cursor: pointer;
}
.gallery-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.gallery-image:hover img {
	transform: scale(1.1);
	transition: .5s;
}
.lb-overlay {
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgba(000,000,000,0.9);
}
.lb-overlay > div {
	position: relative;
	color: rgba(27,54,81,0.8);
	margin: 40px auto 0px auto;
}
.lb-overlay a.lb-close {
	background: rgba(255,255,255,0.9);
	z-index: 1001;
	color: #444;
	position: absolute;
	top: 30px;
	right: 5%;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	text-decoration: none;
	font-weight: 600;
}
.lb-overlay img {
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next {
	text-indent: -9000px;
    position: absolute;
    width: 45px;
    height: 50px;
    left: 0;
    opacity: 0.8;
    
	filter: alpha(opacity=80); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}
.lb-prev:hover, .lb-next:hover {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.lb-prev {

	background: transparent url(../img/life_atamigo/arrows.png) no-repeat top left;
}
.lb-next {

	background: transparent url(../img/life_atamigo/arrows.png) no-repeat top right;
	left: 85%;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 40px 40px 40px 40px;
}
.lb-overlay:target img, .lb-overlay:target a.lb-close {
	opacity: 1;
	filter: alpha(opacity=99);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
 x:-o-prefocus, .lb-overlay img {
 height: 100%;
}



/* for amigo forever */

 .input-box > input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000 !important;
    opacity: 0.8!important;
}
 .input-box > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000 !important;
    opacity: 0.8!important;
}
 .input-box > input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000 !important;
    opacity: 0.8!important;
}
 .input-box > input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000 !important;
    opacity: 0.8!important;
}

.pizza__content img{
    border-radius: 4px;
}

.pizza__content p.pizza_title, .pizza__content p.sub-high, .card-posts h1{
    text-align: left;
    color: #717171;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 1.1rem !important;
}
.card-posts h1{
    font-size: 1.8rem !important; 
}

.pizza__content p i{
    float: right;
    font-size: 15px;
    padding: 5px;
    margin: 0;
    color: #e02b2b;
}

.pizza__content button{
    text-align: left !important;
    border: 0;
    background: #ffffff;
    color: #505050;
    letter-spacing: 1px;
    margin: 0 5px;
    font-family: monospace;
}

.pizza__content button i{
    margin: 5px;
    font-size: 12px;
}

.pizza__content p a{
    color: #717171;
}
.pizza__content span{
    text-align: right;
    font-weight: bolder;
    font-family: sans-serif;
    color: #e02b2b;
}
/*for adv search */
.modal-content, .modal-header{
    border-radius: 0px;
}

.advance_search a:hover{
    color: white !important;
}
/* facebook font size for description */


.pizza_title{
    font-size: 1.1rem !important;    
    font-family: Helvetica, Arial, sans-serif !important;
}

.pizza__description {
    text-align: left;
    color: #717171;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: .9375rem !important;
}

.pizza__content .read_more_bg{
    padding: 10px;
    width: 100%;
    border-top: 1px solid #dedede;
}
.read_more_bg a button{
    float: right;
}

.card-posts{
   box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
   padding: 10px;
   }
   
.branch_tabs button{
    padding: 15px 20px;
    border-radius: 0;
}
  
.branch_tabs{
    margin: 20px;
}

.hashtags_in_pgotogallery .nav-item{
    background: #656565;
    margin: 3px;
    border-radius: 2px;
}

.hashtags_in_pgotogallery a {
    color: #fff;
    padding: 2px 7px;
    font-weight: lighter;
    letter-spacing: 2px;
}

.hashtags_in_pgotogallery .nav-item:hover{
    opacity: 0.9;
    transition: 0.3s;
}

/* load more post */
.btn_to_prepend_post{
    border: 0;
    color: black;
    background: #ffffff;
    padding: 5px 15px;
    cursor: text;
    font-family: monospace;
}
.myInput {
    border: none;
    border-bottom: 1px solid #b7b7b7;
    width: auto;
    text-transform: uppercase;
    color: #000000;
}

.adv_ser a {
    color: #585858;
    font-family: system-ui;
    font-size: 13px;
}

.adv_ser button{
    padding: 10px 20px;
    border-radius: 0;
    text-transform: Uppercase;
}
.title_desc{
    margin: 5px;
}

.news_section  .news_title{
    text-align: left;
    color: #717171;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_post:hover{
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    transition: all 0.5s ease;
}

/*student placed outer*/

.stack-spread img{
    border-radius: 5px;
}

/*gallery hover*/

/*.centered{*/
/*    background: red;*/
/*    width: 270px;*/
/*    height: 180px;*/
/*    margin: auto;*/
/*    opacity: 0.5;*/
/*    transition: 1s;*/
/*}*/

.gallery-item img{
    height: 12rem;
    width: 12rem;
}

.gallery-item{
    padding-bottom: 0% !important;
}

.title_desc p.news_src{
    font-family: ui-sans-serif;
    text-align: left;
    font-size: 15px !important;
}

#imagebox .ib-content .ib-control div{
    background-color: #ff3333 !important;
}

#imagebox .ib-content .ib-topbar .ib-buttons .ib-button{
    background: #ff3333 no-repeat center center  !important;
}

#imagebox .ib-content .ib-topbar .ib-buttons .ib-button.ib-close{
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSLQodC70L7QuV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xNy40NTksMTYuMDE0bDguMjM5LTguMTk0YzAuMzk1LTAuMzkxLDAuMzk1LTEuMDI0LDAtMS40MTRjLTAuMzk0LTAuMzkxLTEuMDM0LTAuMzkxLTEuNDI4LDAgIGwtOC4yMzIsOC4xODdMNy43Myw2LjI4NGMtMC4zOTQtMC4zOTUtMS4wMzQtMC4zOTUtMS40MjgsMGMtMC4zOTQsMC4zOTYtMC4zOTQsMS4wMzcsMCwxLjQzMmw4LjMwMiw4LjMwM2wtOC4zMzIsOC4yODYgIGMtMC4zOTQsMC4zOTEtMC4zOTQsMS4wMjQsMCwxLjQxNGMwLjM5NCwwLjM5MSwxLjAzNCwwLjM5MSwxLjQyOCwwbDguMzI1LTguMjc5bDguMjc1LDguMjc2YzAuMzk0LDAuMzk1LDEuMDM0LDAuMzk1LDEuNDI4LDAgIGMwLjM5NC0wLjM5NiwwLjM5NC0xLjAzNywwLTEuNDMyTDE3LjQ1OSwxNi4wMTR6IiBmaWxsPSIjZmZmZmZmIiBpZD0iQ2xvc2UiLz48Zy8+PGcvPjxnLz48Zy8+PGcvPjxnLz48L3N2Zz4=) !important;
}


/*video gallery*/

.video_thumb{
    width: 267px;
    height: 202px;
    /*background: #D36E6E;*/
    z-index: 1;
    margin: 5px;
}

.video_thumb:hover{
    box-shadow: 0 2px 10px 1px rgb(0 0 0 / 40%);
    cursor: pointer;
    transition: 0.1s;
}
    
.video_thumb img{
    width: 267px;
    height: 150px;
}

.video_thumb p{
    margin: 5px 0px;
    align-items: center;
    font-size: 14px !important;
    font-family: sans-serif;
    color: #000000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px 10px;
}

.video_row{
    margin-left: auto;
    margin-right: auto;
}

.gallery-container img{
    width: auto !important;
    height: auto !important;
    min-width:100%;
    aspect-ratio: 12/12;
    object-fit: cover;
}


.mx_width_24{
   max-width: 24% !important;
}

select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}

option {
  text-align: center;
  /* reset to left*/
}

.footer_submit{
    width: 15%;
}


.d-branch span{
    font-size: 17px;
    padding-left: 12px;
}

.contact_page_icon{
    color: #333;
}


/*index style*/

     #count1::after {
     content: "+";
     display: inline-block;
     }
     #count-brands::after{
     content: "+";
     display: inline-block;
     }
     .modal-body .form-control{
     color: #000;
     }
     .modal-body .form-control:focus{
     color: #000;
     }
     .home-form input{
     width: 5%!important;
     }

     .swiper-container {
     width: auto;
     height: auto;
     }
     .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 1.5rem !important;
        color: #505050 !important;
        
     }
     .swiper-button-next, .swiper-button-prev{
        margin: auto 3rem;
        top: 35%;
     }
     
     .fl-fl {
         padding: 3px 0 !important;
     }


.ct-current-facts {
	margin-top:115px;
}
.slick-slider .slick-arrow--prev{
	left: 25px;
}
.slick-slider .slick-arrow--next{
	right: 10px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	z-index:100;
}

.my-float{
	margin-top:16px;
}
.sidebar-contact {
    /*background: linear-gradient(to bottom, rgb(218, 60, 60), rgb(74, 68, 68));*/
	background: #f2709c;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ff9472c7, #f2709cb5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #e66a44c7, #e84444b5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.form_page1{
    /* background: #f2709c;  
	background: -webkit-linear-gradient(to right, #ff9472, #f2709c);  
	background: linear-gradient(to right, #c1684c, #ca6565); */
}	
#form_icon1{
 font-size: 16px;
    width: 33px;
     
  }
  #tik_tok1{
    margin-top: 8px;
    /* margin-right: -7px; */
    margin-left: 6px;
	}
	
/*for banner size start */

.carousel-inner {
    height: auto;
}

.desc_team{
    height: 400px;
    word-wrap: break-word;
}

.blog-content p{
    text-align:left !important;
}

.blog-content h1, .blog-content h2,.blog-content h3,.blog-content h4{
    color: #da3c3c !important;
}

.blog-content strong{
    font-weight: 500 !important;
}

.blog-content h2{
    color: #da3c3c !important;
}

.blog-content h3{
    color: #da3c3c !important;
}

.blog-content ol{
    padding-left: 2rem;
}

.blog-content ol li{
    list-style:disc;
}

.blog-heading p{
    text-align:justify;
}
.blog-heading a{
    color: #da3c3c !important;
    text-decoration: underline;
}

.blog-content a{
    color: #da3c3c !important;
    text-decoration: underline;
}

.amigo_descr p{
    text-align:justify;
}

.frame-image{
    box-shadow: 0 0 5px red;
}

.round-img{
    border-radius:8px;
}

.small-paragraph-footer{
    font-size:14px !important;
}


.branch-title{
    position:relative;
}

.branch-title::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:50px;
    height:2px;
    background-color:#da3c3c;
}

.contact-card{
    border-radius: 8px;
    background: white;
    border: 2px solid #ff2121;
    height: 100%;
}

.phone-links{
    font-size: 16px;
    font-weight: 800;
    color: #252525;  
}

.phone-links:hover{
    font-size: 16px;
    font-weight: 800;
    color: red;  
}

.phone-links:nth-child(2){
    position:relative;
}

.phone-links:nth-child(2)::before{
    content:"/";
    margin:0 5px;
}

@media screen and (max-width:760px){
    .course-img-gap{
        margin-top:5rem !important;
    }
}
