/* styles.css */

body {
    font-family: "Martel", serif;
    overflow-x: hidden;
    color: #686a6f;
    font-size: 16px;
    line-height: 1.8;
    height: 100%;
}
.sigma_aside.sigma_aside-desktop {
    right: -420px;
    width: 420px;
    left: auto;
}
.sigma_aside-overlay.aside-trigger, .sigma_aside:not(.sigma_aside-desktop) {
    display: none;
}
.sigma_aside {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 99;
    background-color: #fff;
    transition: .3s;
    overflow-y: auto;
}

.sigma_aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
}

.sigma_header {
    position: relative;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: black
}
h5 {
    font-weight: 700;
    font-family: 'Hind Madurai', sans-serif;
    font-size: 46px;
    line-height: 54px;
}
h6 {
    font-size: 18px;
    line-height: 1.7;
}

.sigma_header.style-5 .sigma_header-top, .sigma_header.style-5 .sigma_header-middle, .sigma_header.style-6 .sigma_header-top, .sigma_header.style-6 .sigma_header-middle {
    padding-left: 0;
    padding-right: 0;
}
.sigma_header.style-3 .sigma_header-top, .sigma_header.style-5 .sigma_header-top {
    border: 0;
    padding: 10px 0px;
}
.sigma_header-top.dark-bg {
    background-color: #000;
}
.sigma_header-top {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
}
.sigma_header-top .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}
.sigma_header-middle .container-fluid {
    padding-left: 30px;
    padding-right: 35px;
}
.sigma_header.style-3 .sigma_header-top-inner, .sigma_header.style-5 .sigma_header-top-inner, .sigma_header.style-7 .sigma_header-top-inner, .sigma_header.style-8 .sigma_header-top-inner {
    padding: 0;
}
.sigma_header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.sigma_header-top-nav {
    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;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sigma_header-top .sigma_header-top-nav li {
    margin: 0;
}

.sigma_header .sigma_header-top-links li a i {
    margin-right: 10px;
}
.sigma_header-top-nav {
    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;
    margin: 0;
}

a {
    color: #dc3545;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
}

.sigma_header-top.dark-bg .sigma_header-top-links li a:hover, .sigma_header-top.dark-bg .sigma_header-top-contacts ul li a:hover {
    color: #d1380f
}
.sigma_header .navbar-nav li a:hover, .sigma_header .navbar-nav li.active>a {
    color: #d1380f;
}
.sigma_header.style-5 .sigma_header-top .sigma_header-top-nav li+li, .sigma_header.style-7 .sigma_header-top .sigma_header-top-nav li+li, .sigma_header.style-8 .sigma_header-top .sigma_header-top-nav li+li {
    margin-left: 24px;
}
.sigma_header-top .sigma_header-top-nav li+li {
    margin-left: 10px;
}

.sigma_header.style-5 .sigma_header-top-contacts .sigma_header-top-nav li a, .sigma_header.style-6 .sigma_header-top-contacts .sigma_header-top-nav li a, .sigma_header.style-7 .sigma_header-top-contacts .sigma_header-top-nav li a, .sigma_header.style-8 .sigma_header-top-contacts .sigma_header-top-nav li a {
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 400;
}
.sigma_header-top .sigma_header-top-nav li a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}
.sigma_header-top.dark-bg .sigma_header-top-links li a, .sigma_header-top.dark-bg, .sigma_header-top.dark-bg .sigma_header-top-contacts ul li a {
    color: #fff;
}
.sigma_header-top .sigma_header-top-contacts ul li a {
    color: #333;
}
.sigma_header .sigma_header-top-links li a, .sigma_header .sigma_header-top-links li {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.navbar {
	padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.sigma_header .sigma_logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.sigma_logo {
    max-width: 180px;
}

img {
    max-width: 100%;
}
.sigma_header .navbar-nav {
    flex-direction: row;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sigma_header .navbar-nav li:first-child>a {
    padding-left: 0;
}

.sigma_header .navbar-nav li a {
    display: block;
    padding: 25px 20px;
    color: #333;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}
.sigma_header .sigma_header-controls ul {
    display: flex;
    align-items: center;
}
button.btn-sm, input[type=reset].btn-sm, input[type="button"].btn-sm, input[type="submit"].btn-sm, .sigma_btn.btn-sm {
    font-size: 14px;
    padding: 12px 20px;
    text-transform: capitalize;
}

button, input[type=reset], input[type="button"], input[type="submit"], .sigma_btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 17px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
}
.btn-skewed button:before, .btn-skewed input[type=reset]:before, .btn-skewed input[type="button"]:before, .btn-skewed input[type="submit"]:before, .btn-skewed .sigma_btn:before {
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.btn-style-6 button:before, .btn-style-6 input[type=reset]:before, .btn-style-6 input[type="button"]:before, .btn-style-6 input[type="submit"]:before, .btn-style-6 .sigma_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -120px;
    bottom: -80px;
    border-radius: 0;
    background-color: #d1380f;
    z-index: -1;
    transition: 0.3s;
}
button.btn-sm, input[type=reset].btn-sm, input[type="button"].btn-sm, input[type="submit"].btn-sm, .sigma_btn.btn-sm {
    font-size: 14px;
    padding: 12px 20px;
    text-transform: capitalize;
}
button:hover, input[type=reset]:hover, input[type="button"]:hover, input[type="submit"]:hover, .sigma_btn:hover, button:focus, input[type=reset]:focus, input[type="button"]:focus, input[type="submit"]:focus, .sigma_btn:focus {
    color: #fff;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
    outline: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover {
    color: #d1380f;
    text-decoration: none;
}
a:hover, a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
a.btn-sm {
    position: relative;
    width: auto;
    background: #dc3545;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 20px;
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
a.btn-sm:hover,a.btn-sm:focus{
    background: #000000;
    color: white;
}

#section-introduction .section{ 
    height: 100%;
    width: 100%;
    background-image: url('assets/img/intro-pic.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#section-introduction .section .section-container{ 
	height: 100%;
	padding: 15px;
}

.services-container{
    padding: 0px 15px 0px 15px;
    margin-right: 10px;
    margin-left: 10px;
}
.section-container .content{
    max-width: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);	
}

#services.section{
    background-color: #f8f8f8;
    padding: 80px 0px 50px 0px;
}
.btn-read-more{
	margin-right: 2rem;
    width: auto;
    background: #dc3545;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 25px;
}
.btn-book-now{
    width: auto;
    background: black;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 25px;
}
a.btn-book-now:hover,a.btn-book-now:focus{
    background: #dc3545;
    color: white;
}
a.btn-read-more:hover,a.btn-read-more:focus{
    background: black;
    color: white;
}
.elementor-icon-list-icon i {
    color: #ED1D24;
}

.sigma_custom-arrows {
    display: flex;
    align-items: center;
}
.fa-chevron-left , .fa-chevron-right {
    background-color: #dc3545;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    font-size: 13px;
    height: 45px;
    border-radius: 50%;
    color: #f8f9fa;
    transition: 0.3s;
}
.fa-chevron-left:hover , .fa-chevron-right:hover {
    background-color: #eb0017;
}

.sigma_custom-arrows .fa-chevron-right {
    margin-left: 12px;
}
#section-introduction{
    height: 100vh;
}
.section-title {
    position: relative;
    max-width: 640px;
}
.mySlides img{
    width: 100%;
	max-width: 100%;
}
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  position: relative;
  height: 425px;
}

/* Fading animation */
.fade-slider {
    -webkit-animation-name: fade-slider;
    -webkit-animation-duration: 1.5s;
    animation-name: fade-slider;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade-slider {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade-slider {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
.sigma_portfolio-content p {
    border-top: 1px solid #e1e1e1;
    margin-top: 18px;
    margin-bottom: 0;
    padding-top: 18px;
}

.sigma_custom-arrows {
    position: relative;
    bottom: 110px;
    left: 0;
}
.sigma_portfolio-content {
    position: relative;
    background-color: transparent;
    padding: 65px 0 0;
    justify-content: start;
}
.gt-section-title-box .gt-section-sub-title {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1em;
    font-weight: 500;
    position: relative;
    color: #ed1d24;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}
[type="button"], [type="reset"], [type="submit"] {
    position: relative;
    width: 100%;
    border: none;
    background: #ed1d24;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 30px;
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input, input.form-control {
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    color: #000000;
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0 15px 0 15px;
    height: 54px;
    line-height: 54px;
    outline: none;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    background-color: #F4F4F4;
}
.gt-form input[type="text"], .gt-form textarea, .gt-form input[type="email"] {
    width: 100%;
    margin-bottom: 30px;
}
input, input.form-control {
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    color: #000000;
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 0 15px 0 15px;
    height: 54px;
    line-height: 54px;
    outline: none;
}

.gt-form input[type="text"], .gt-form textarea, .gt-form input[type="email"] {
    width: 100%;
    margin-bottom: 30px;
}

textarea {
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    color: #000000;
    float: left;
    padding: 10px 30px;
    outline: none;
    border-radius: 0px;
}
.gt-form input[type="submit"]:hover {
    background: #000000;
}
input:focus, input:hover, textarea:focus, textarea:hover, .form-control:focus {
    border-color:#ed1d24;
    outline: none;
}
.sigma_footer {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding-bottom: 1px;
    color: #999b9f;
    background-color: #222429;
}
.sigma_footer .sigma_footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sigma_footer.style-2 .sigma_footer-links, .sigma_footer.style-2 .sigma_footer-copyright {
    margin: 0;
}
.sigma_footer .sigma_footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}
.sigma_footer .sigma_footer-links li {
    position: relative;
}
.sigma_footer .sigma_footer-links li a {
    position: relative;
    font-weight: 400;
    color: #999b9f;
}
.sigma_footer .sigma_footer-links li a:hover {
    color: #fff;
}
.sigma_social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sigma_social-icons li a:hover {
    background-color:#d30000;
    color: #fff;
}
.sigma_social-icons li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
    color: #999b9f;
    background-color: #000;
    transition: 0.3s;
}

.sigma_social-icons li+li {
    margin-left: 10px;
}
.sigma_footer .sigma_footer-links li+li {
    margin-left: 20px;
}

.sigma_footer .sigma_footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    margin-top: 30px;
    color: #999b9f;
    text-align: center;
}
.sigma_footer-copyright a:hover{
    color: #fff;
} 
.sigma_footer-copyright a:hover{
    color: #999b9f;
} 
.contact-form{
padding: 0px 35px 0px 35px;
}
#contact-us{
padding: 80px 0px 80px 0px;
}
@media (max-width: 576px) {
	.navbar {
	  justify-content: center;
	}
	.sigma_header-middle .container-fluid {
		padding-left: 25px;
		padding-right: 20px;
	}
	.sigma_header .navbar-nav li a {
		padding: 25px 10px;
	}
	.contact-form{
		padding: 29px 35px 0px 35px;	
	}
	.sigma_footer .sigma_footer-top {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
	}
	.sigma_footer {
		padding: 60px 30px;
	}
	.sigma_footer .sigma_footer-top {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
	}
	.sigma_footer {
		padding: 60px 30px;
	}
	.navbar-nav{
		-ms-overflow-style: none; 
		scrollbar-width: none;  
	}
	.navbar-nav::-webkit-scrollbar { 
		display: none; 
	}
	.sigma_header .navbar-nav {
		flex-direction: row;
		overflow-x: auto;
	}
	.sigma_portfolio-content {
		padding: 20px 0 0;
	}
	.slideshow-container {
		position: relative;
		height: 570px;
	}


}

@media (min-width: 576px) and (max-width: 768px){
	.slideshow-container {
		position: relative;
		height: 750px;
	}
}

@media (max-width: 768px) {
    #section-introduction{
        height: 80vh;
    }
	#contact-us{
		padding: 0px 0px 80px 0px;
	}
	#services.section{
		background-color: #f8f8f8;
		padding: 80px 0px 15px 0px;
	}
	.section-container .content{
    max-width: unset;
    position: relative;
    top: 50%;
    transform: translateY(-50%);	
}
}
