/*!
Theme Name: Anvix
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anvix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Anvix is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

.cta-btn {
    margin-left: 40px !important;
}

.cta-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 24px !important;
    background: #ff6600;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 8px 25px rgba(128, 22, 37, 0.4);
    animation: pulse 1.8s infinite;
}
.cta-btn i {
  animation: ring 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(128, 22, 37, 0.6);
  }
  70% {
    box-shadow: 0 0 0 22px rgba(128, 22, 37, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(128, 22, 37, 0);
  }
}

.cta-btn a:hover {
  animation-play-state: paused;
  color: #fff !important;
      background-color: #ff6600 !important;
}

.home-slider img {
    height: 700px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.home-slider svg {
    background: #000;
    padding: 10px;
    border-radius: 100px;
    font-size: 45px;
}

.home-slider .elementor-swiper-button:hover svg {
    background: #FF6600;
}







.admission-sec span.elementor-icon-list-text {
background: linear-gradient(135deg, #FF6600, #FF8C42);
    padding: 30px 50px;
    border-radius: 10px;
}.our-gallery figure.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
/* 
.we-believe img{
    height: 250px;
    object-fit: cover;
    object-position: top;
}
 */

/*Contact Us*/

.contact-form input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-family: "Montserrat", Sans-serif;
    color: #000;
    outline: none;
}
.contact-form textarea {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-family: "Montserrat", Sans-serif;
    color: #000;
    outline: none;
    height: 100px;
}
.contact-form .wpcf7-submit {
    background: #000000;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", Sans-serif;
    cursor: pointer;
}

.contact-form .wpcf7-submit:hover{
    background: #FF6600;
    color: #fff;
}


.contact-form .form-group.btn {
    padding: 0;
}

.contact-form label{
    font-family: "Montserrat", Sans-serif;
       margin-bottom: 10px; 
       display: block;
       font-size: 14px;
}
.contact-form br {
    display: none;
}

.contact_info .elementor-icon-box-wrapper {
    padding: 0px 20px;
}
.contact_info .elementor-icon-box-icon i {
    font-size: 26px;
    display: block;
    text-align: center;
    background: #ffe7a5;
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    border-radius: 5px;
}
.contact_info .elementor-icon-box-wrapper h3 {
    margin: 0px;
    color: #D7B65D !important;
    padding-bottom: 7px;
}
.contact_info .elementor-icon-box-wrapper a {
    color: #fff;
    font-size: 18px;
}

.contact_info .elementor-custom-embed
 {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.contact-info .elementor-icon-box-wrapper {
    border: 1px solid #ccc;
    padding: 30px 20px;
    background: #fff;
}

.contact-info .elementor-icon-box-wrapper h3 {
    margin: 0;
}


@media(max-width: 1024px){

.admission-sec span.elementor-icon-list-text {
    padding: 30px 30px;
}
.cta-btn {
    margin-left: 0px !important;
}

.cta-btn a {
    padding: 12px 24px !important;
    animation: inherit !important;
    border-radius: 0px !important;
}
}

@media(max-width: 992px){

.home-slider img {
    height: 450px !important;
}
}

@media(max-width: 767px){

.admission-sec li.elementor-icon-list-item.elementor-inline-item {
    width: 30%;
}.admission-sec span.elementor-icon-list-text {
    padding: 20px 20px;
    font-size: 21px !important;
}.we-believe img{
    height: auto !important;
    width: 100%;
}
}



@media(max-width: 520px){
.admission-sec li.elementor-icon-list-item.elementor-inline-item {
    width: 100%;
    margin-bottom: 10px;
}    .admission-sec span.elementor-icon-list-text {
        padding: 18px 20px;
        font-size: 21px !important;
        width: 94%;
    }
    .admission-sec span.elementor-icon-list-text br {
    display: none;
}
.home-slider img {
    height: 300px !important;
}
.home-slider svg {
    background: #000;
    padding: 10px;
    border-radius: 100px;
    font-size: 36px;
}
}