/*
Theme Name: Gig Media Group
Theme URI: https://kerlotech.com
Description: Theme by Kerlo Tech
Version: 1.00
Author: Kerlo Tech
*/

.custom-logo {
    height: auto;
    max-width: 100%;
    display: block;
}
body{
    margin: 0;
    padding: 0;
}
.contact-form button.elementor-button.elementor-size-sm {
    background: var(--e-global-color-6eb27a5);
    color: var(--e-global-color-a284e8f);
    border-radius: 999px 999px 999px 999px;
	cursor: pointer;
}
.contact-form button.elementor-button.elementor-size-sm:hover {
    background-color: transparent;
    color: var(--e-global-color-a284e8f);
    background-image: linear-gradient(180deg, var(--e-global-color-6eb27a5) 0%, var(--e-global-color-ea606d1) 100%);
}
textarea#form-field-message {
    font-family: 'DM Sans';
}
/* post-comment */
textarea#comment {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 22px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
    display: inline-block;
	margin-right
}
.comment-respond textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transition: all .4sease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4sease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    -webkit-appearance: none;
    height: 46px;
}

.post-comments input#submit {
    text-transform: capitalize;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    border: 0;
    padding: 16px 25px;
    background: var(--e-global-color-6eb27a5);
    color: #fff;
    cursor: pointer;
}
.post-comments input#submit:hover {
    background-image: linear-gradient(180deg, var(--e-global-color-6eb27a5) 0%, var(--e-global-color-ea606d1) 100%);
}
tr:nth-child(odd) {
  background-color: #44376B;
}
tr:nth-child(even) {
  background-color: #342A52;
}
th, td {
    border: 1px solid #7d5eda !important;
}
.services-boxs a.elementor-element.e-con-full.e-transform.e-transform.e-flex.e-con.e-child.animated.fadeInUp:hover {
    box-shadow: 0px 0px 20px 10px rgb(60 38 98 / 94%);
}
.home-packages .elementor-element.e-con-full.e-flex.e-con.e-child.animated.fadeInUp:hover {
    background: #fff;
/*     background-image: linear-gradient(166deg, #8975c6 37%, #18112e 100%); */
	background-image: linear-gradient(311deg, #8975c6d1 32%, #18112eb8 100%);
}
.client-testi .elementskit-single-testimonial-slider {
    min-height: 288px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width:767px){
	.top-heading h2.heading-title, .top-heading h1.heading-title {
    font-size: 37px !important;
}
}