/*!
Theme Name: paulsin
Theme URI: https://github.com/Palashchandra
Author: 
Author URI: 
Description: something
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: paulsin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

paulsin 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/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a:focus {
    outline: none !important;
}
.contact_form .form-control:focus {
    color: #3B8C66;
    border-color: #3B8C66;
	box-shadow: none;
}
.contact_form .form-control:focus::placeholder{
	 color: #3B8C66;
}
/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: -0.005em;
	font-family: "Inter", sans-serif;
}

p {
	margin-bottom: 0;
	letter-spacing: -0.005em;
}
.offcanvas .menu > .nav-item {
    background: transparent;
}
.offcanvas .menu > .nav-item.active .nav-link {
    color: #000;
}
.offcanvas .menu > .nav-item > .nav-link {
    color: #000;
}
.offcanvas .na_btn_wrapper.contact_btn {
    margin-top: 40px;
	text-align: center;
}


.form_group .form_control {
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    color: rgb(160 154 170);
    padding: 13px 16px;
    margin-bottom: 16px;
	border: 1px solid #E5E7EB;
}

.form_group textarea.form_control {
    height: 110px;
}

.form_group  [type="submit"] {
    display: block;
    width: 100%;
}
#myPanzoom {
	max-width: 100%;
	height: 670px;
	background: #eee;
}

.f-custom-controls {
	position: absolute;
	border-radius: 4px;
	overflow: hidden;
	z-index: 1;
}

.f-custom-controls.top-right {
	right: 16px;
	top: 16px;
}

.f-custom-controls.bottom-right {
	right: 16px;
	bottom: 16px;
}

.f-custom-controls button {
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	background: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.f-custom-controls svg {
	pointer-events: none;
	width: 18px;
	height: 18px;
	stroke: #fff;
	stroke-width: 2;
}

.f-custom-controls button[disabled] svg {
	opacity: 0.7;
}

[data-panzoom-action=toggleFS] g:first-child {
	display: flex
}

[data-panzoom-action=toggleFS] g:last-child {
	display: none
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
	display: none
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
	display: flex
}
.popup_thumb .popup_img_meta{
	position: absolute;
	padding: 12px;
	top: 0;
	width: 100%;
	left: 0;
}
.services_section_inner{
	border-radius: 12px;
}
.cre_services_slider {
    padding: 0 2px !important;
}
.services_section_inner .services_img{
	width: 100%;
}
.services_section_inner .services_content{
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #E5E7EB;
	border-top: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.services_section_inner .title{
	color: #EDF4FF;
	margin-bottom: 16px;
}
.services_section_inner .description p{
	color: #D1D5DB;
}
.services_section_inner .description {
	margin-bottom: 24px;
}
.services_section_inner .description {
	margin-bottom: 24px;
}
.services_section_inner a {
	color: #EDF4FF;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.services_section_inner a:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #EDF4FF;
}
.cre_services_section_wrapper {
    position: relative;
}

.cre_services_section_wrapper .services_nav {
    display: flex;
    position: absolute;
    right: 0;
    top: -96px;
}

.services_nav .services_next, .services_nav .services_prev {
    width: 72px;
    height: 56px;
    background-color: #fff;
    border-radius: 50px;
    display: inline-grid;
    place-content: center;
    margin-left: 12px;
    color: #5970F7;
    transition: .3s;
}

.services_nav .services_next:hover, .services_nav .services_prev:hover {
    background-color: #5970F7;
    color: #fff;
}

.cre_services_pag  .swiper-pagination-bullet {
    background-color: #fff;
    height: 16px;
    width: 16px;
}

.cre_accordion .accordion-item {
    border: 1px solid rgba(255, 255, 255, 0.40) !important;
	background: #050223;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden
}

.cre_accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #F8C50C;
    color: #050223;
    border-color: #F8C50C
}

.cre_accordion .accordion-item {
    border-radius: 12px!important;
    margin-bottom: 20px;
    overflow: hidden;
}

.cre_accordion .accordion-item .accordion-button {
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    color: #fff;
    padding: 25px 20px 25px 30px;
    background: #050223;
	border-radius: 12px 12px 0 0;
	font-family: "Inter", sans-serif;
}

.cre_accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 26px 30px;
    border-radius: 0 0 12px 12px;
	background-color: transparent;
}

.cre_accordion .accordion-item .accordion-body {
	color: #fff;
}

.cre_accordion .accordion-button:not(.collapsed)::after {
    content: "\f068"!important;
    color: #fff;
    font-size: 17px;
	border: 2px solid #050223;	
	color: #050223;
}

.cre_accordion .accordion-button::after {
    content: "\f067"!important;
    font-size: 17px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    text-align: center;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.7);
}
.cre_accordion .accordion-item.accordion-item-active {
    border-color: #F8C50C !important;
}
.form_btn{
	background-color: #5970F7;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 24px 14px 24px;
	border: 1px solid transparent;
}
.contact_form_wrapper br {
	display: none;
}
.cre_popup_wrapper_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.cre_popup_wrapper_box .popup_section_inner {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
}

.popup_section_inner .popup_content h5 {
    margin-bottom: 0;
    line-height: 130%;
}

.popup_section_inner .popup_content {
    padding: 20px 24px;
}

.newsletter_form br {
    display: none;
}

.newsletter_form .wpcf7-form-control.wpcf7-email {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
}

.newsletter_form {
    position: relative;
}

.newsletter_form .newsletter_btn {
    background-color: #2A8BC4;
    border: 1px solid transparent;
    width: 42px;
    height: 42px;
    border-radius: 7px;
    position: absolute;
    right: 4px;
    top: 4px;
}
.banner_section {
    background-size: 61% 100% !important;
}
.banner_section:before {
    background-size: 72% 100% !important;
}
.flip_image_box_wrapper {
    background: rgba(5, 2, 35, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(16.75px);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	height: 100%;
}

.front_box_wrapper img {
    width: 100%;
}
.front_box_wrapper img {
    width: 100%;
}

.front_box_wrapper .front_box_content {
    padding: 30px;
}
.front_box_content .content{
	color: rgba(255, 255, 255, 0.8);
}
.front_box_wrapper .front_box_content h4 {
    color: #fff;
    margin-bottom: 0;
}

.flip_box_wrapper {
    background-color: #F8C50C;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: scale(.9);
    border-radius: 14px;
}

.flip_box_wrapper h4 {
    margin-bottom: 20px;
}

.flip_box_wrapper p {
    margin-bottom: 15px;
}

.flip_image_box_wrapper:hover .flip_box_wrapper {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
}
.sticky_nav {
    transition: .3s;
}
.site-header .offcanvas {
    background-color: #111;
}

.site-header .offcanvas .menu-item {
    border: 0px solid transparent;
}

.offcanvas .menu-item a {
    color: #fff !important;
}

.offcanvas .btn-close {
    filter: invert(1);
    opacity: 1;
}
.sticky_nav.navbar_fixed {
    background-color: #050223;
    padding: 0;
    box-shadow: 0 25px 40px #11111178;
}
.contact_btn, .form_item button {
    padding: 15px 22px;
    background: #F8C50C;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #050223;
	display: inline-block;
	border: 1px solid #F8C50C;
	transition: .3s;
}
.form_item button {
    padding: 18px 22px;
}
.contact_btn:hover, .form_item button:hover {
    background: #fff;
	border-color: #fff;
}

.contact_btn i, .contact_btn svg, .form_item button i, .form_item button svg {
    margin-left: 10px;
}
.form_item button{
	width: 100%;
	text-align: center;
}
.form_wrapper input, .form_wrapper textarea {
    padding: 20px 24px;
    background: #E7EBEE;
    border-radius: 12px;
    border: 0px solid transparent !important;
    width: 100%;
    margin-bottom: 24px;
}

.form_wrapper textarea {
    height: 120px;
}

.contact_info .elementor-icon-box-description a {
    color: #fff;
}
@media (max-width: 1024px){
	
}

@media (min-width: 1200px){
	
}
@media (max-width: 1200px){
	.flip_box_wrapper {
		padding: 15px;
	}

	.flip_box_content h4 {
		margin-bottom: 8px;
	}
}
@media (max-width: 1441px) and (min-width: 1200px){
	
}

@media (max-width: 1200px) and (min-width: 991px){
	.banner_section::before {
		background-size: 70% 100% !important;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.cre_popup_wrapper_box {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.cre_popup_wrapper_box {
		grid-template-columns: repeat(1, 1fr);
	}
	.cre_accordion .accordion-item .accordion-button {
		font-size: 18px;
		padding: 15px;
	}
	.cre_accordion .accordion-item .accordion-collapse .accordion-body {
		padding: 12px 15px;
	}
	.front_box_wrapper .front_box_content {
		padding: 16px;
	}
	.form_wrapper input, .form_wrapper textarea {
		padding: 12px 20px;
		border-radius: 12px;
		margin-bottom: 18px;
		font-size: 16px;
	}
	.form_wrapper input, .form_wrapper textarea {
		padding: 12px 20px;
		border-radius: 12px;
		margin-bottom: 18px;
		font-size: 16px;
	}
	.form_wrapper input, .form_wrapper textarea {
		padding: 12px 20px;
		border-radius: 12px;
		margin-bottom: 18px;
	}
	.form_wrapper ::placeholder, .form_wrapper ::placeholder {
		font-size: 16px;
	}
	.form_item button {
		padding: 12px 22px;
	}
}