/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.5.1752559429
Updated: 2025-07-15 06:03:49

*/

.page header.page-entry-header {
    background: #2d61ba;
    padding: 50px;
    min-height: 400px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.page header.page-entry-header h1.entry-title {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.page  .entry-content {
    color: #111;
	padding:50px 0px;
}
img.attachment-full.size-full {
    height: auto !important;
}
header.entry-header.alignwide {
    margin: 0;
}
#masthead.sticky .elementor-element.header-1 {
    position: fixed;
    top: 0;
}
.header-nav li.menu-item {
    border-radius: 50px;
    border: 1px solid #fff;
	overflow:hidden;
}
.header-nav li.menu-item:hover, .header-nav li.menu-item.current-menu-item{
	border-color:#2360AF;
}
.wpcf7 form.wpcf7-form {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
span.wpcf7-spinner {
    display: block;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    margin: 5px 0 10px 0;
    background: #ffffff1a;
    border: 1px solid #ffffff2b;
    border-radius: 8px;
    color: #cccccc94;
    font-size: 14px;
    padding: 5px 15px;
    max-height: 100px;
}
select.wpcf7-form-control.wpcf7-select {
    background: #181a56;
    border-color: #181a56;
}
span.wpcf7-form-control-wrap[data-name=select-556], span.wpcf7-form-control-wrap[data-name=select-557] {
  position: relative;
}

span.wpcf7-form-control-wrap[data-name=select-556]::after , span.wpcf7-form-control-wrap[data-name=select-557]::after {
  content: '\003E';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  color: white;
  font-size: 12px;
}
.wpcf7 label {
    text-align: left !important;
    display: block;
    font-size: 16px;
    padding: 0 15px;
    font-weight: 600;
    margin: 0;
}
.wpcf7 br {
    display: none;
}
.wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: #cccccc94;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: left;
    padding-left: 15px;
    margin-top: -5px;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background: #e66400 !important;
    border: 0;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 50px;
    font-size: 14px;
    line-height: inherit;
}

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Montserrat", Sans-serif;
}

h1, .h1, h2, .h2, h3, .h3 {
	font-weight: 600;
}

.text-with-icon {
	text-align: center;
}

.headings-with-icon .elementor-heading-title, .text-with-icon p {
	display: inline-block;
	position: relative;
}

.headings-with-icon .elementor-heading-title::before, .text-with-icon p::before, 
.headings-with-icon .elementor-heading-title::after, .text-with-icon p::after {
	position: absolute;
	content: '';
	background-color: #D75642;
}

.headings-with-icon .elementor-heading-title::before, .text-with-icon p::before {
	height: 25px;
	width: 4px;
	border-radius: 5px;
	left: -13px;
    top: -15px;
}

.headings-with-icon .elementor-heading-title::after, .text-with-icon p::after {
	height: 4px;
	width: 25px;
	border-radius: 5px;
	left: -23px;
    top: -4px;
}
.error404 div#page {
    color: #333;
}
.right-toggle-icon a.elementor-icon {
    background: transparent !important;
}
#right-toggle-section {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100vh;
    left: 0;
}
.elementor-editor-active #right-toggle-section {
    display: block;
	position: relative;
}
div#right-toggle-section.open {
    display: block;
	overflow-y:scroll;
}
.elementor-element.close-toggle.elementor-widget-icon {
    cursor: pointer;
}
div.swiper-wrapper {
    padding-top: 100px;
}
span.swiper-pagination-bullet {
    padding: 3px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    margin: 0 20px !important;
    color: #196fc8;
}
span.swiper-pagination-bullet-active {
    background: #ec9200;
}
#right-toggle-section li.menu-item {
    display: block;
    width: 100%;
}