/* --------------------------------- */
/* Common Styles
----------------------------------- */
body,p,h1,h2,h3,h4,h5,h6,span,a,button{
		font-family: 'Poppins', sans-serif;
}
.container {
    width: 100%;
}
body {
    color: #51585f;
    font-weight: normal;
}
.section-space{
		padding:90px 0 !important;
}
h1,h2,h3,h4,h5,h6{
		color:#000;
}


/* --------------------------------- */
/* Header
----------------------------------- */
#top-menu a {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
#main-header .container {
    max-width: 100%;
    padding: 0 40px;
}
#top-menu-nav > ul > li > a:hover{
		opacity:1;
		color:#be1d2c;
}
/* --------------------------------- */
/* Home
----------------------------------- */
.home-banner-section {
    height: 680px;
    display: flex;
    align-items: center;
}
.home-banner-info {
    width: 585px;
    background: #fff;
    padding: 65px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-bottom: 6px solid #be1d2c;
}
.home-banner-info span {
    color: #be1d2c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.home-banner-info h1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    padding: 0;
    margin: 7px 0 22px 0;
    line-height: 59px;
}
.home-banner-info p {
    font-size: 15px;
}
.home-banner-info a {
    display: inline-block;
    background: #000;
    color: #fff;
    margin: 26px 0 0 0;
    padding: 19px 30px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #000;
    transition: 0.3s;
}
.home-banner-info a:hover{
		background:transparent;
		color:#000;
}
.page-title-section h2 {
    text-align: center;
    color: #000;
    font-size: 32px;
		font-weight:600;
}
.home-service-container {
    display: flex;
    align-items: center;
}
.home-service-block {
    padding: 20px 29px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid transparent;
    border-bottom: 1px solid #be1d2c;
    transition: 0.3s;
    display: flex;
    align-items: flex-start;
}
.home-service-block:hover {
    border: 1px solid #be1d2c;
}
.home-service-block img {
    width: 48px;
		margin: 0 21px 0 0;
}
.home-service-block h2 {
    font-size: 20px;
    line-height: 25px;
}
.home-service-block a {
    color: #be1d2c;
    font-size: 15px;
		transition:0.3s;
}
.home-service-block a:hover{
		text-decoration:underline;
}
.home-aboutus-block {
    padding: 0 18% 0 0;
}
.display-flex-center {
    display: flex;
    align-items: center;
}
.full-width-img .et_pb_image_wrap {
    width: 100%;
}
.full-width-img .et_pb_image_wrap img {
    width: 100%;
}
.home-aboutus-block span {
    color: #be1d2c;
    font-size: 15px;
    text-transform: uppercase;
}
.home-aboutus-block h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0 25px 0;
    padding: 0;
}
.home-aboutus-block p {
    font-size: 15px;
}
.home-aboutus-block a {
    display: inline-block;
    margin: 35px 0 0 0;
    background: #be1d2c;
    color: #fff;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #be1d2c;
		transition:0.3s;
}
.home-aboutus-block a:hover{
		background:transparent;
		color:#be1d2c;
}
.home-quote--icon img{
		width:100px;
}
.home-testimonial--section .et_pb_slide {
    background: transparent !important;
}
.home-testimonial--section .et_pb_slide_title {
    color: #000 !important;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
}
.home-testimonial--section {
    margin: 35px 0 0 0;
}
.home-testimonial--section .et-pb-controllers{
		display:none;
}
.home-testimonial--section .et_pb_slide_content p {
    color: #be1d2c;
    font-size: 25px;
    margin: 20px 0 0 0;
}
.home-testimonial--section .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: unset;
}
.home-testimonial--section .et-pb-arrow-next, .home-testimonial--section .et-pb-arrow-prev {
    color: #000;
}
.testimonial-images.testi-img-2 {
    position: absolute;
    top: -19px;
}
.testimonial-images.testi-img-1 {
    margin: 0 !important;
}
.testimonial-images.testi-img-3 {
    position: absolute;
    top: 52px;
    right: -52px;
}
.testimonial-images.testi-img-4 {
    position: absolute;
    right: 0;
    bottom: 43px;
}

/* --------------------------------- */
/* Contact Page
----------------------------------- */
.innerpage-banner-section {
    height: 400px;
}
.page-title-section {
    text-align: center;
}
.page-title-section h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 16px 0;
    padding: 0;
}
.page-title-section p {
    color: #fff;
    padding: 0 290px;
    font-size: 16px;
    line-height: 25px;
}
.page-first-section .et_pb_row {
    top: -130px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    border-radius: 11px;
    padding: 70px 50px;
}
.contact-block-section {
    display: flex;
    align-items: flex-start;
    border: 0;
    padding: 30px 20px;
    border-bottom: 4px solid #be1d2c;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
		height: 188px;
}
.contact-block-section img {
    width: 67px;
    margin: 0 15px 0 0;
}
.contact-block-section ul {
    padding: 0;
}
.contact-block-section h3 {
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 17px 0;
}
.contact-block-section p {
    line-height: 20px;
}
.contact-block-section p a:hover{
		text-decoration:underline;
}
.contact-block-section ul li {
    margin: 0 0 7px 0;
    list-style: none;
    position: relative;
}
.contact-block-section ul li:last-child {
    margin: 0;
}
.contact-block-section ul li:first-child {
    padding: 0;
}
.contact-block-section ul li:first-child::before{
		display:none;
		
}
.page-title-section p a {
    color: #be1d2c;
    text-decoration: underline;
}
.contact-form--container {
    padding: 0;
}
.contact-form--container > .et_pb_row {
    display: flex;
    padding: 0;
}
.contact-form--container > .et_pb_row.et_pb_row_2 .et_pb_column:first-child {
    border-right: 1px solid #be1d2c;
}
.contact-form_titlesec {
    margin: 100px 0 0 0;
}
.contact-form_titlesec h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
}
.contact-form_titlesec ul {
    padding: 10px 0 0 0;
}
.contact-form_titlesec ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.contact-form_titlesec ul li img {
    width: 18px;
    margin: 0 10px 0 0;
}
.contact--form {
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    margin: 50px 0 100px;
    padding: 55px;
    border-radius: 6px;
}
.contact--form ul {
    padding: 0;
}
.contact--form li {
    list-style: none;
    margin: 0 0 17px 0;
}
.contact--form li br {
    display: none;
}
.contact--form label {
    display: none;
}
.contact--form li input {
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    color: #000;
}
.contact--form li input:focus {
    border: 1px solid #000;
}
.contact--form select {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #d4d4d4;
}
.contact--form li select:focus {
    border: 1px solid #000;
}
.contact--form textarea {
    height: 130px;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #d4d4d4;
    color: #000;
}
.contact--form li textarea:focus {
    border: 1px solid #000;
}
.contact--form li:last-child {
    margin: 0;
}
.ajax-loader {
    position: absolute !important;
}
.contact-form--container {
    padding: 0 !important;
}
.contact-form_titlesec ul li a {
    color: #be1d2c;
		transition:0.3s;
}
.contact-form_titlesec ul li a:hover {
    text-decoration:underline;
}
.contact--form .wpcf7-form-control.wpcf7-submit {
    background: #be1d2c;
    color: #fff;
    border: 1px solid #be1d2c;
    width: 68%;
    margin: 37px auto 0;
    display: block;
    border-radius: 52px;
    font-size: 18px;
    transition: 0.3s;
		cursor:pointer;
}
.contact--form .wpcf7-form-control.wpcf7-submit:hover{
		background:transparent;
		color: #be1d2c;
}


/* --------------------------------- */
/* Footer
----------------------------------- */
#main-footer > .container {
    width: 100%;
    max-width: 1290px;
}
#main-footer #footer-widgets .footer-widget:first-child {
    background: #252161;
    padding: 70px 60px 0 0;
    width: 75%;
    margin: 0;
    float: unset;
    display: flex;
    justify-content: space-between;
}
#main-footer #footer-widgets .footer-widget:last-child {
    width: 25%;
    margin: 0 !important;
    float: unset;
		padding: 50px 0 0 0;
}
#footer-widgets {
    padding: 0;
    display: flex;
		align-items:center;
}
#main-footer {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 9;
		background-color: #252161;
}
#main-footer #footer-widgets .footer-widget:first-child .widget_text {
    float: unset;
    margin: 0;
		position: relative;
}
#main-footer #footer-widgets .footer-widget:first-child .widget_text:first-child{
		width: 25%;	
}
#main-footer #footer-widgets .footer-widget:first-child .widget_text:nth-child(2) {
    width: 43%;
}
#main-footer #footer-widgets .footer-widget:first-child .widget_text:nth-child(2)::after {
    position: absolute;
    background: #404040;
    height: 180px;
    width: 1px;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
#main-footer #footer-widgets .footer-widget:first-child .widget_text:nth-child(2)::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    width: 1px;
    height: 180px;
    background: #404040;
    transform: translateY(-50%);
}#main-footer #footer-widgets .footer-widget:first-child .widget_text:nth-child(2)::after {
    position: absolute;
    background: #404040;
    height: 180px;
    width: 1px;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
#main-footer #footer-widgets .footer-widget:first-child .widget_text:nth-child(2)::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    width: 1px;
    height: 180px;
    background: #404040;
    transform: translateY(-50%);
}
#main-footer #footer-widgets .footer-widget:first-child .widget_text:last-child{
		width: 25%;	
}
#main-footer #footer-widgets .footer-widget:first-child .widget_text:last-child::after{
		display:none;
}
.footer-logo-sec img {
    display: block;
}
.footer-main-logo {
    width: 140px;
    margin: 40px 0 30px 0;
}
.footer-company-logo {
    width: 210px;
}
.footer--links ul {
    padding: 0 0 0 17px;
}
.footer--links.footer--section h2 {
    color: #fff;
    font-weight: normal;
    margin: 0 0 22px 0;
    padding: 0;
    font-size: 18px;
}
.footer-quick-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer--links ul li {
    list-style: circle;
    color: #cacaca;
    margin: 0 0 10px 0;
    transition: 0.3s;
    padding: 0 !important;
}
.footer--links ul li::before{
		display:none !important;
}
.footer-quick-links li {
    width: 46%;
    line-height: 21px;
}
.footer--links ul li a {
    color: #cacaca !important;
    transition: 0.3s;
    font-size: 13px;
}
.footer--links ul li a:hover{
		text-decoration:underline !important;
}
#main-footer #footer-widgets .footer-widget:last-child #custom_html-3 {
    width: 100%;
}
.footer-contact-section h3 {
    font-family: 'Permanent Marker', cursive;
    color: #fff;
    letter-spacing: 0.5px;
		position:relative;
		display:inline-block;
}
.footer-contact-section h3::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 38px;
    background: url(https://vatrak.bignerdhosting.com/wp-content/uploads/2021/04/contact-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -44px;
    top: 10px;
}
.footer-main-contact-sec li::before {
    display: none !important;
}
.footer-main-contact-sec ul {
    padding: 0;
}
.footer-main-contact-sec ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin: 0 0 16px 0;
		font-size:13px;
		padding:0 !important;
}
.footer-main-contact-sec ul li:last-child {
		margin:0;
}
.footer-main-contact-sec ul li img {
    width: 18px;
    margin: 4px 13px 0 0;
}
.footer-main-contact-sec ul li h5 {
    padding: 0;
    color: #cacaca;
    line-height: 23px;
    font-size: 13px;
}
.footer-wrkng-hrs li {
    margin: 0 !important;
    color: #cacaca;
    line-height: 23px;
    font-size: 14px;
}
.footer-main-contact-sec ul li h5 a {
    color: #cacaca !important;
		transition:0.3s;
}
.footer-main-contact-sec ul li h5 a:hover {
    text-decoration:underline !important;
}
.footer-main-contact-sec {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    margin: 48px 0 0 0;
    border-radius: 5px;
}
#footer-bottom {
    background-color: unset;
    padding: 20px 0 70px;
}
#footer-info {
    text-align: center;
    color: #cacaca;
    padding-bottom: 0;
    float: unset;
}
#footer-info a {
    color: #cacaca;
    font-weight: normal;
    text-decoration: underline;
    border-left: 1px solid #cacaca;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
}


/* --------------------------------- */
/* Media Queries
----------------------------------- */
@media (min-width: 980px) {
	.we-are-hiring {
		padding: 0!important;
	}
	.we-are-hiring > a {
		transition: 0.3s;
		padding: 15px 30px 17px 30px !important;
		color: #ffffff !important;
		background: #be1d2c;
		border-radius: 51px;
		border: solid 1px #be1d2c;
	}
	.et-fixed-header #top-menu .we-are-hiring > a{
		color: #ffffff !important;
	}
	#top-menu-nav .we-are-hiring > a:hover {
		opacity: 1;
		color:#be1d2c !important;
		background: transparent; 
	}
	.et_header_style_left #et-top-navigation,
	 .et_header_style_split #et-top-navigation {
	  	padding:18px 0 0 0;
	 }
	.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
		padding-bottom: 38px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split 	.et-fixed-header #et-top-navigation nav > ul > li > a {
    	padding-bottom: 38px;
	}
}