/*
Theme Name: Twenty Twenty Child
Theme URI: https://yourwebsite.com/
Description: A child theme for the Twenty Twenty theme.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  background: #fff !important;
}
h1 {
  font-family: "Poppins", sans-serif;
  font-size: 48px !important; 
}
h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px !important;
  line-height: 54px !important;
}
h3 {
  font-size: 32px !important;
  line-height: 54px !important;
}
p,
a,
li {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  line-height: 29px !important;
}
div#depicter-1-section-1 {
  height: 90vh !important;
}
.entry-content
  > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  max-width: 100% !important;
  width: 100% !important;
}
.cover-color-overlay {
  color: #33383f7d !important;
}
.entry-header {
  background: none !important;
  padding: 0px !important;
}
.screen-height {
  min-height: 55vh !important;
}
.entry-title {
  color: #fff !important;
}
.bg-attachment-fixed {
  background-attachment: inherit !important;
}
.to-the-content-wrapper {
  display: none !important;
}

/*---important links---*/
.import-links .elementor-widget-container {
  min-height: 169px;
}
.import-links .elementor-widget-container span:nth-child(2) {
  border-bottom: 1px solid #212529;
}
/*==============================================
*|Toogle Menu|
==============================================*/
.toggle-wrapper {
  display: none;
  margin: 0px 0px 0px 8px;
  float: right;
  display: none;
}
.nav-toggle {
  position: inherit;
}

.modal-menu li {
  border-color: #050829 !important;
}
.menu-modal-inner {
  padding: 0px !important;
  background: #050829 !important;
  display: flex;
  justify-content: stretch;
  width: 100%;
}
.menu-modal .toggle {
  color: #fff;
}
.menu-modal.active {
  z-index: 999999999;
}
span.toggle-inner,
.nav-toggle,
.toggle-icon {
  height: auto !important;
}
span.toggle-inner {
  padding: 0px !important;
}
span.toggle-icon i {
  font-size: 25px;
  color: #fff;
  padding: 12px;
  display: block;
  width: auto !important;
  background: #050829;
}
.menu-modal li a {
  color: #fff;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 10px 31px !important;
}
.menu-modal-inner ul.sub-menu {
  background: none !important;
}
.menu-modal-inner ul.sub-menu a {
  color: #fff !important;
}
.header-footer-group,
body:not(.overlay-header) #site-header .toggle,
.menu-modal .toggle {
  color: #ffffff !important;
}
.nav-toggle,
.toggle-icon {
  width: auto !important;
}
body:not(.overlay-header) #site-header .toggle {
  text-decoration: none;
}
ul.primary-menu.reset-list-style a {
  color: #fff !important;
}

.elementor-10 .elementor-element .elementor-button {
  padding: 10px 24px 10px 24px !important;
}

.footer {
    background-color: #001c2e;
    color: white;
    padding: 100px 24px 50px 24px;
    position: relative;
} 

.footer h4 {
  color: white;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
}

.footer p {
  color: #ccc;
  font-size: 14px;
  margin:0;
  line-height: 1.6;
}

.footer .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.footer .contact-item i {
  margin-right: 10px;
  color: white;
  margin-top: 4px;
	font-size: 19px;
}

.footer .social-links a { 
  text-align: center;
  line-height: 36px; 
  color: white;
  margin-right: 10px; 
}
.footer2{
  padding: 0 50px !important;
}

.footer .quick-links a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.footer .quick-links a:hover {
  color: white;
  padding-left: 5px;
}

.footer2{
    padding: 0 73px;
}
@media only screen and (max-width: 999px) {
  .toggle-wrapper {
    display: block !important;
  }
  .site-logo {
    margin-right: 20px;
  }
.footer2{
    padding: 0px !important;
}
	
  .logo-container.container-fluid.clearfix.d-flex.align-items-center {
    width: 90%;
    margin: auto;
  }
  .e-con-inner {
    padding: 40px !important;
  }
	h1 {
    line-height: 139% !important;
}
}
