/*!
Theme Name: Magnus Overseas
Theme URI: http://underscores.me/
Author: Latitude Technolabs Pvt. Ltd.
Author URI: https://latitudetechnolabs.com/
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: magnus-overseas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Main Author: Praniket Nayka

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

Magnus Overseas 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/
*/

footer .f-item a > img {
    margin-bottom: 30px;
}
.services-area .grid-services .item .bottom{
    padding: 23px 0;
}
.grid-services .bottom a {
    display: flex !important;
    float: unset !important;
    width: 100%;
    justify-content: space-between;
}
.grid-services .bottom a img{
    object-fit: contain;
}
.grid-services .item:hover .service-icon{
    filter: brightness(0) invert(1);
}
.grid-services .item:hover img.service-arrow{
    content: url('./assets/img/Arrowhover.png');
}
.contact-form-submit p{
    display: flex;
    align-items: center;
}
.wpcf7-spinner{
    background: #fff;
}
.wpcf7-spinner::before{
    background: #000;
}
.contact-form .wpcf7-response-output{
    color: #fff;
}
.admin-bar nav.navbar.bootsnav.navbar-fixed:not(.no-background),.admin-bar .top-bar-area.transparent{
    top: 32px;
}
.newsletter-form form[data-form-id="1"] .es-form-field-container .gjs-row{
    margin: 0;
}
.newsletter-form .gjs-cell{
    position: relative;
    display: table;
    border-collapse: separate;
}
.newsletter-form form.es_subscription_form .es-email{
    box-shadow: inherit;
    border: none;
    padding: 15px 20px;
    background: transparent;
    /* width: 84%; */
    position: relative;
    z-index: 2;
    float: left;
    /* width: 100%; */
    margin-bottom: 0;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.newsletter-form .es-email::-webkit-input-placeholder {
    color: #999;
}
.newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #01579f;
    color: #01579f;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    letter-spacing: 1px;
}
.page-content{
    -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 30px;
    padding-bottom: 18px;
}
.page-content ul, .services-area .item ul{
    list-style: disc;
    padding-left: 16px;
    padding-bottom: 10px;
}
textarea{
    resize: none;
}
.contact-area .contact-info li.address-list span:not(:last-child){
    margin-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
}
.top-bar-area.inline .info li img{
    width: 20px;
    height: 19px;
}




/* Media Query */
@media screen and (max-width: 991px){
    .about-area .call_us{
        text-align: center;
    }
}
@media screen and (max-width: 575px){
    .admin-bar nav.navbar.bootsnav.navbar-fixed:not(.no-background){
        top: 0px;
    }
}



.thank-you-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 70px 0 70px 0;
}
.thank-you-section .content h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100px;
  margin-bottom: 10px;
}
.thank-you-section .content {
  overflow: hidden;
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .thank-you-section {
    padding: 150px 0 70px 0;
  }
  .thank-you-section .content h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    margin-bottom: 10px;
  }
}