/*
   
   Table Of Content
   
   1. Global Style
   2. Preloader
   3. Home Section with CountDown Timer
   4. Subscribe Form
   5. Our Story Video
   6. Detail Box ( Slider by Owl Carousel )
   7. Statistics
   8. Services
   9. Our Team
  10. Contact Us
  11. Google Map Pointer Icon Bounce Animation
  12. Social Icons
  13. Footer
  14. Scroll To Top
  15. Responsive
  16. Useful Classes ( Such as : Margin, Padding, colors  "This classes will be helpful for you during designing/development time.")
 
*/



/* Global Style */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: Italiana;
    direction: ltr;
}

html,
body {
    height: 100%;
    font-size: 0.8vw !important;
}

::selection {
    background-color: #1900ff;
    color: #ffffff;
}

::-moz-selection {
    background-color: #1900ff;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Italiana;
}

h1 {
    font-size: 60px !important;
    font-weight: 600;
}
h2 {
    font-size: 12rem !important;
    font-weight: 600;
}
h3 {
    font-size: 36px !important;
}
h4 {
    font-size: 24px !important;
}
h5 {
    font-size: 18px !important;
}
h6 {
    font-size: 14px !important;
}
.container p {
    font-size: 3rem !important;
    text-shadow: 2px 2px 3px #555555cc;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

a {
    color: #ffffff;
}

a:hover,
a:active,
a:focus {
    color: #ffffff;
    text-decoration: none;
	outline: none;
}

p {
    line-height: 6rem;
}

b {
	font-weight: 600;
}

.social a {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 1px 3px #858585;
}
.social .mobile {
  display: none;
}
.social .desktop {
  display: initial;
}


ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-space-padding {
    padding: 150px 0px;
}

.section-title {
    background-color: #ffffff;
	padding: 50px;
}

.section-title h2 {
	margin-bottom: 30px;
	border-left: 4px solid #4c9cef;
    margin-left: -15px;
    padding-left: 10px;
}

.section-title-style {
    color: #1900ff;
    border-bottom: 5px solid #4c9cef;
    border-bottom-right-radius: 100%;
}

.icon-style {
	float: left;
    margin-top: -78px;
    font-size: 50px;
}

/*.pattern-bg {
	background: url(../images/bg/pattern-bg.png);
	background-repeat: repeat;
}*/

/* Home Section with CountDown Timer */

.home-section-background {
  background-image: url(../images/bg/numito.webp);
  background-size: cover;
	background-attachment: fixed;
  background-position: center top;
  backdrop-filter: blur(3px);
}

.logo img {
	width: 40% !important;
}

.logo {
  margin-top: 70px;
}

.home-section-background h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
  text-shadow: 3px 3px 8px #555555cc;
}

.home-section-background p {
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
}

.social-item {
  /*border: 2px solid #ffffff;
  box-shadow: #a5a5a5 2px 2px 4px;*/
  text-align: center;
  margin: 0;
  /*padding: 20px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00000070 !important;
  aspect-ratio: 1;*/
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-evenly;
  gap: 25px;
  height: 100%;
}

.flexrow {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 25px;
}

/*.fcol {
  width: 75px;
  height: 75px;
}*/

.social-item img {
  width: 50px !important;
}

.social, .subscribe {
  margin-top: 70px;
}

footer.footer-section {
  padding: 0 20px 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer-section div {
  padding: 0;
}

.footer-section p {
  text-align: right;
  font-size: 12px !important;
  color: #fff;
  line-height: 12px !important;
}

.footer-section p a {
  color: #fff;
}

/* Subscribe Form */

.subscribe {
	background-color: transparent !important;
	text-align: center;
}

.subscribe-form {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 15px;
}

.subscribe-form input {
	padding: 5px 10px;
	border-radius: 50px;
	border: solid 1px #ffffff;
	background: #98a2a370;
	color: #ffffff;
	font-size: 15px;
	outline: none;
  box-shadow: 1px 1px 3px 0 #8d8d8d;
}

input[type="text"] {
  width: 17%;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.subscribe-form input:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.subscribe-form input::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.subscribe-form input:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.subscribe-form input:focus::-webkit-input-placeholder {
	opacity: .5;
}

.subscribe-form input:focus:-moz-input-placeholder {
	opacity: .5;
}

.subscribe-form input:focus::-moz-input-placeholder {
	opacity: .5;
}

.subscribe-form input:focus:-ms-input-placeholder {
	opacity: .5;
}

.subscribe-form input.btn {
	padding: 5px 20px;
	border-radius: 50px;
	border: solid 1px #fff;
	background: #fff;
	color: #555;
	font-size: 15px;
  font-weight: 700;
	outline: none;
  transition: all 0.3s;
}

.subscribe-form input.btn:active {
	opacity: .8;
}

.subscribe-form input.btn:hover {
	box-shadow: 2px 2px 5px 0px rgba(90, 91, 95, 0.3);
  transition: all 0.3s;
}


/* Contact Us */

.contact-us-detail i {
	font-size: 35px;
    margin-bottom: 10px;
}

.contact-us-detail a {
	color: #333;
}

.contact-us-detail a:hover {
	color: #333;
}

.form-group {
	margin-bottom: 25px;
}

.form-control {
	border: 2px solid transparent;
	height: 50px;
    background: url(../images/bg/pattern-bg.png);
    background-repeat: repeat;
	color: #777777;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition:all 150ms ease-in-out 0s;
	   -moz-transition:all 150ms ease-in-out 0s;
	    -ms-transition:all 150ms ease-in-out 0s;
	     -o-transition:all 150ms ease-in-out 0s;
		    transition:all 150ms ease-in-out 0s;
}
.form-control:focus {
	border-color: #171717;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.form-control:focus {
	border-color: #ffa500;
	border-width: 2px;
}

.form-control::-webkit-input-placeholder {
	color: #777777;
}

.form-control:-moz-placeholder {
	color: #777777;
}

.form-control::-moz-placeholder {
	color: #777777;
}

.form-control:-ms-input-placeholder {
	color: #777777;
}

.form-control:focus::-webkit-input-placeholder {
	opacity: .5;
}

.form-control:focus:-moz-placeholder {
	opacity: .5;
}

.form-control:focus::-moz-placeholder {
	opacity: .5;
}

.form-control:focus:-ms-input-placeholder {
	opacity: .5;
}



/* Google Map Pointer Icon Bounce Animation */

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}


/* Footer */

.footer-section .column-one {
	padding: 80px 0px;
	background-color: #ffa500;
}

.footer-section .column-two {
	padding: 30px 0px;
}

.footer-section p {
    font-size: 14px;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
	.our-team h3 {
		font-size: 12px;
	}
	
	.our-team p {
		font-size: 10px;
	}
}


@media only screen and (max-width: 991px) {
	#detail-box-carousel .col-md-8 {
		width: 100% !important;
		margin: 0px !important;
	}
	
	.countdown-timer {
		border-bottom: 2px solid #ffffff;
	}
}


@media only screen and (max-width: 767px) {
	.detail-box {
        margin-top: 0px;
    }
}


@media only screen and (max-width: 555px) {
	 .section-title h2 {
		 font-size: 15px;
	 }
	 
	 .icon-style {
		 font-size: 25px;
		 margin-top: -57px;
	 }
	 
	 .social-icon li a {
         font-size: 22px;
     }
      
     .subscribe-form .submit-btn {
         position: inherit;
         width: 100px;
         font-size: 12px;
         padding: 7px;
         margin-top: 7px;
     }
}


@media only screen and (max-width: 479px) {
  .subscribe-form input {
    width: 45%;
  }
  .logo img {
    width: 75% !important;
  }
  .social-item img {
    width: 25px !important;
  }
  .social a {
    font-size: 5rem;
  }
  .footer-section p {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .social, .subscribe {
    margin-top: 10px;
  }
  .container p {
    font-size: 6rem !important;
  }
  .social .mobile {
    display: initial;
  }
  .social .desktop {
    display: none;
  }
  .home-section-background h2 {
    text-shadow: 2px 2px 3px #4e4e4ecc;
  }
}

@media only screen and (max-width: 360px) {
	.home-section-background img {
		width: 70% !important;
	}
	
	.home-section-background h2 {
		font-size: 40px;
	}
	
	.section-title-style {
		border-bottom: 3px solid #4c9cef;
	}
	
	.countdown-timer {
		padding: 42px;
	}
	
	.countdown-timer span {
		font-size: 20px;
	}
	
	.statistics {
		padding: 20px;
	}
	
	.statistics-content > h5 {
		font-size: 16px;
	}
	
	.statistics-content > span {
		font-size: 8px;
	}
	
	.statistics-icon {
		font-size: 25px;
	}
	
	.our-services h3 {
		font-size: 15px;
		line-height: 24px;
	}
	
	.our-services h3:after {
		display: none;
	}
	
	.our-team-box {
		padding: 1px 0px;
	}
	
	.our-team h3 {
		font-size: 10px;
	}
	
	.our-team p {
		font-size: 8px;
		line-height: 15px;
	}
	
	.form-control {
		font-size: 10px;
	}
	
	.icon-style {
		display: none;
	}
}

@media only screen and (max-width: 300px) {
	.statistics {
		padding: 12px;
	}
}



/* Useful Classes */


/* Spacing ( with Margin and Padding ) */

/* Margin */

.margin-0 {
	margin: 0px !important;
}

/* Margin Top */

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

.margin-top-150 {
	margin-top: 150px !important;
}

.margin-top-200 {
	margin-top: 200px !important;
}


/* Margin Bottom */

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-150 {
	margin-bottom: 150px !important;
}

.margin-bottom-200 {
	margin-bottom: 200px !important;
}



/* Padding */

.padding-0 {
	padding: 0px !important;
}


/* Padding Top */

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-top-200 {
	padding-top: 200px !important;
}


/* Padding Bottom */

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-bottom-120 {
	padding-bottom: 120px !important;
}

.padding-bottom-150 {
	padding-bottom: 150px !important;
}

.padding-bottom-200 {
	padding-bottom: 200px !important;
}



/* Colors */

.color-1 {
	color: #f306a0;
}

.color-2 {
	color: #d60bfb;
}

.color-3 {
	color: #d8be10;
}

.color-4 {
	color: #0fd28a;
}

.color-5 {
	color: #f97400;
}

.color-6 {
	color: #08a6f3;
}



/* Background Color */

.bg-color-1 {
	background-color: #141319;
}

.bg-color-2 {
	background-color: #141319;
}

.bg-color-3 {
	background-color: #d8be10;
}

.bg-color-4 {
	background-color: #141319;
}

.bg-color-5 {
	background-color: #f97400;
}

.bg-color-6 {
	background-color: #141319;
}



/* UiPasta Credit */

.uipasta-credit {
    color: #333333;
    text-align: center;
}

.uipasta-credit a {
    color: #4c9cef;
    font-weight: 600;
}

.uipasta-credit a:hover {
    color: #ffa500;
}