/*!
Theme Name: Cogent
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: cogent
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.

Cogent 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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;
}

/* 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;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: 0;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: inherit !important;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
	}

}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


@font-face {
    font-family: 'Gandhi Serif';
    src: url('fonts/GandhiSerif-Bold.eot');
    src: url('fonts/GandhiSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GandhiSerif-Bold.woff2') format('woff2'),
        url('fonts/GandhiSerif-Bold.woff') format('woff'),
        url('fonts/GandhiSerif-Bold.ttf') format('truetype'),
        url('fonts/GandhiSerif-Bold.svg#GandhiSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


/*******************************************************************************/

.container{
	max-width: 1470px;
	width: 100%;
	margin: 0 auto;
}


.main_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 0 70px;*/
}

.h_top{
	justify-content: end;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
     -ms-flex-align: center;
    align-items: center;
}
.top_header {
    background: #F5F5F5;
    padding: 13px 0;
    margin-bottom: 25px;
}
.h_top a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #3A4D55;
    padding-left: 6px;
    text-decoration: none;
    text-shadow: 0 0 black;
    transition: .5s ease;
}
.h_top a:hover{
	color: #D6AC4A;
}
.rpt_h_top {
    margin-left: 40px;
}
.inr_m_section {
    width: 60%;
}
.inr_m_section a{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	color: #3A4D55;
	transition: .5s ease;
}
.inr_m_section a:hover{
	color: #D6AC4A;
}
.main-navigation li.current-menu-item a {
    color: #D6AC4A;
}

.top_footer {
    background: #1B191A;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    display: inline-block;
}
.top_footer a{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	transition: .5s ease;
}
.top_footer a:hover{
	color: #D6AC4A;
}
.contact_us_f p{
    font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.contact_us_f span {
    color: #D6AC4A;
    display: block;
    line-height: 30px;
}
.contact_us_f a{
	margin-left: 5px;
}

.top_footer li {
    line-height: 45px;
}

.top_footer h3{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 25px;
	 font-family: 'Gandhi Serif';
}
.top_footer h3:after {
    content: "";
    display: block;
    background: #BE9964;
    width: 50px;
    height: 4px;
    margin-top: 15px;

}
.site_map {
    padding-left: 120px;
}
.usefull_link{
	padding-left: 100px;
}
.contact_us_f{
	padding-left: 70px;
}
.copy_right_section {
    border-top: 1px solid #333032;
    padding: 25px 0;
    background: #1B191A;;
}
.copy_right_section p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}

.banner_contant {
    position: absolute;
    top: 50%;
    transform: translate( 0%, -50%);
    width: 100%;
    left: 0%;
    z-index: 99;
    text-align: center;
}
.banner_contant h3 {
    font-family: 'Gandhi Serif', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 100px;
    color: #FFFFFF;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.menu_section {
    padding: 0 0 12px;
}

.banner_btm {
    background: #1B191A;
}

.reptinr_hmsld {
    display: flex;
    border-right: 0;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    flex: 1;
    
}
.reptinr_hmsld span {
	font-family: 'Gandhi Serif';
    padding-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
   
}
.inr_our_s_rpt {
    /*margin-bottom: 80px;*/
    flex-grow: 1;
    float: left;
    width: 100%;
    /*height: calc(100% - 50px );*/
    height: 100%;
    display: flex;
    flex-direction: column;
}
.inr_inr_s_cont {
    padding: 70px;
    flex-grow: 1;
    width: 100%;
    /*height: calc(100%);*/
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 11.25px 32.625px rgb(0 0 0 / 7%);
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
}
.inr_inr_s_cont p {
   font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #3A4D55;
	flex-grow: 1;
	/*margin-bottom: 0;*/
	margin: 8px 0 25px;
}
.our_services_h h1 {
    font-family: 'Gandhi Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 67.5px;
    line-height: 100%;
    color: #1B191A;
    text-align: center;
    margin: 0 0 40px;
}
.our_services_h .row .col-md-4,
.our_services_h .col-md-6 {
    margin: 0 0 70px;
}
.inr_inr_s_cont h4{
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #3A4D55;
}
.our_serv_btn a {
    background: #3A4D55;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15.5px 40px;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
    transition: .5s ease;
}
.our_serv_btn{
	text-align: center;
}

.our_serv_btn a:hover{
	background: #D6AC4A;
}
.our_services_h {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 30px;
}
.money{
    margin: 50px 0 50px 0px;
}
.resource-table {
    padding: 5% 10% 10% 15%;
}
.resource-table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.resource-table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.resource-table tr:nth-child(even) {
  background-color: #f1f1f1;
}


img.second_img {
    border-width: 20px 0px 0px 20px;
    border-style: solid;
    border-color: #D6AC4A;
    float: right;
    margin-top: -220px;
    margin-right: -20px;
    z-index: 999;
    position: relative;
    display: none;
}

.welcome_section {
    background: #D6AC4A;
    position: relative;
    padding-top: 145px;
    padding-bottom: 145px;
}
.welcome_section:before {
    content: "";
    background-image: url(images/wel_bg.png);
    background-repeat: no-repeat;
    width: 36%;
    display: inline-block;
    position: absolute;
    z-index: 9;
    height: 100%;
    left: 0;
    background-size: contain;
    top: 0;
}
.welcome_section:after {
    content: "";
    background-image: url(images/wel_bg_right.png);
    background-repeat: no-repeat;
    width: 36%;
    display: inline-block;
    position: absolute;
    z-index: 9;
    height: 55%;
    right: 0;
    background-size: cover;
    bottom: 0;
}
.wel_img_section {
    z-index: 9;
    position: relative;
}
.wel_img_section_cont h5{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.wel_img_section_cont h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    color: #FFFFFF;
    font-family: 'Gandhi Serif';
    margin: 20px 0 30px;
}

.wel_img_section_cont p{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}

.wel_btn {
    display: flex;
    align-items: center;
    z-index: 9999;
    position: relative;
}

.wel_btn_inr a{
	background: #3A4D55;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 46px;
    text-decoration: none;
    margin-bottom: 15px;
    border: 1px solid #3A4D55;
    transition: .5s ease;
}


.wel_cont_inr {
    margin-left: 15px;
}

.wel_cont_inr a {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
    transition: .5s ease;
}
.wel_cont_inr b{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
}
.wel_img_section_cont {
    margin-top: 50px;
    z-index: 9999;
}

.wel_btn_inr a:hover {
    background: transparent;
    border: 1px solid;

}

.our_inr_left li a {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #3A4D55;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 20px 20px;
    position: relative;
}
.our_inr_left li a {

    color: #3A4D55;
    text-decoration: none;
    display: block;
}

.our_inr_left {
    background: #FFFFFF;
    border: 1px solid #D6AC4A;
    border-radius: 15px;
    padding: 40px 30px;
}




.banner_rpt_section{
	position: relative;
}


.our_inr_left .current-menu-item a {
    background: #D6AC4A;
    color: #fff;
}

.our_inr_left li a:hover{
	background: #D6AC4A;
	color: #fff;
}
.our_inr_left h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #1B191A;
    font-family: 'Gandhi Serif';
    margin-bottom: 20px;
}


#main .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
    font-size: 15px;
    border: 1px solid #D6AC4A;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    color: #D6AC4A;

}

#main .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    position: absolute;
    right: 16px;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
}
#main #faq .card .card-header .btn-header-link{
    text-align: left;
    padding: 20px;
    background: #D6AC4A;
    border: 1px solid #F0F0F0;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    position: relative;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
     font-family: 'Gandhi Serif';
}


#main #faq .card .card-header .btn-header-link.collapsed{
    color: #000;
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    position: relative;
     font-family: 'Gandhi Serif';
}

#main #faqs .card .card-header .btn-header-link.collapsed {
    color: #000;
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    position: relative;
    font-family: 'Gandhi Serif';
    font-size: 26px;
}

#main #faqs .card .card-header .btn-header-link{
    text-align: left;
    padding: 20px;
    background: #D6AC4A;
    border: 1px solid #F0F0F0;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    position: relative;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
     font-family: 'Gandhi Serif';
     font-size: 26px;
}

#main .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgb(213 213 213 / 50%);
    box-shadow: 0 0 20px 0 rgb(213 213 213 / 50%);
    border-radius: 2px;
    padding: 0;
}
#main .card {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 5px;
}
#main .card {
    margin-bottom: 30px;
    border: 0;
}
#main .card .collapse {
    border: 0;
}
.card-body {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #323232;
}

.our_services_page {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
}

.card-body a{
	color: #D6AC4A;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: under;
}
.card-body p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}
.card-body h4{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	text-shadow: 0 0 black;
	margin: 15px 0;
}

.card-body li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #3A4D55;
    margin-bottom: 20px;
    position: relative;
    margin-left: 40px;
}
.card-body li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    background: #d6ac4a;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 300;
    position: absolute;
    left: -39px;
}
.card-body ul {
    margin-top: 30px;
}
.banner_rpt_section:after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(image.png);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.card-body strong{
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #D6AC4A;
	display: block;
	margin: 15px 0;
}

.banner_rpt_section h3{
	font-size: 50px;
}
.term_policy td{
	border: 1px solid black;
}

.our_inr_left li a:after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    float: right;
    position: absolute;
    right: 15px;
    top: 27px;
}

.breadcrumb_section a:after{
	content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #D6AC4A;
    margin: 0 10px;
    font-size: 20px;

}
.breadcrumb_section span {
    color: #fff;
    font-size: 20px;
}

.breadcrumb_section a{
	color: #fff;
	text-decoration: none;
}
.breadcrumb_section a:hover{
	color: #D6AC4A;
}
.contact_right {
    background: #D6AC4A;
    border-radius: 0px 10px 10px 0px;
    padding: 50px 35px 0px;
}
.contact_left {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 50px 50px 0;
}
.contact_left_inr h2{
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 42px;
	color: #000;
	font-family: 'Gandhi Serif';
    margin: 0 0 20px;
}
.contact_right_inr h3{
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 42px;
	color: #fff;
	font-family: 'Gandhi Serif';
    margin: 0 0 20px;
    text-align: center;
}
.icon_section {
    width: 60px;
    margin-right: 15px;
}
.contact_left_inr li {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 30px;
}
.link_section h5{
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	font-family: 'Gandhi Serif';
}
.link_section p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #474747;
	margin: 0;
}
.link_section a {
    color: #474747;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    transition: .5s ease;
}
.link_section a:hover{
	color: #D6AC4A;
}

.contact_page {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact_right_inr input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #898989;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 15px;
    outline: none;
}


.contact_right_inr textarea{
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #898989;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 15px;
    padding-top: 15px;
    outline: none;
}

.contact_right_inr .wpcf7-submit {
    width: auto;
    background: #000000;
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: .5s ease;
    outline: none;
    height: auto;
    padding: 15px 35px;
    border: 1px solid #000000;
}
.contact_right_inr .wpcf7-submit:hover{
	background: transparent;
	border: 1px solid #fff;

}


.rpt_box_team {
    background: #FFFFFF;
    box-shadow: 0px 11.25px 32.625px rgb(0 0 0 / 7%);
    border-radius: 10px;
    width: 31%;
    text-align: center;
    margin: 10px;
    margin-bottom: 25px;
    padding: 25px;
	min-height: 160px;
}


.mt_team{
	ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    webkit-justify-content: center;
}
.meet_team h1{
	font-family: 'Gandhi Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #1B191A;
    text-align: center;
    margin: 0 0 30px;
}


.rpt_box_team strong{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	color: #3A4D55;
}
.rpt_box_team h3{
	font-family: 'Gandhi Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}

.rpt_box_team h4{
	font-family: 'Gandhi Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #D6AC4A;
}
.meet_team {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 75px;
}


.rpt_box_team {
  position: relative;
  
}

.cont__inr_mt {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    background: #D6AC4A;
    box-shadow: 0px 11.25px 32.625px rgb(0 0 0 / 7%);
    border-radius: 10px;
}

.rpt_box_team:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}
/*.rpt_box_team .active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    background: #D6AC4A;
    box-shadow: 0px 11.25px 32.625px rgb(0 0 0 / 7%);
    border-radius: 10px;
}*/


.donovan_inr_top {
    text-align: center;
}

.donovan_inr_top h3 {
	font-family: 'Gandhi Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.donovan_inr_top p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #3A4D55;
}
.donovan_inr_btm {
    background: #FFFFFF;
    box-shadow: 0px 11.25px 32.625px rgb(0 0 0 / 7%);
    border-radius: 15px;
    padding: 55px 50px 20px;
    margin-top: 50px;
}
.donovan_inr_btm h3{
	font-family: 'Gandhi Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    
    color: #000000;
}

.donovan_inr_btm strong {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
}
.donovan_inr_btm p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #3A4D55;
}
.donovan_section {
    width: 100%;
    display: inline-block;
    margin-bottom: 100px;
}

/*#home_bnnr_slider .owl-item:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}*/
#home_bnnr_slider .banner_contant {
    z-index: 9;
    text-align: left;
    display: none;
}


#post-19 h1.entry-title{
	text-align: center;
	margin-top: 60px;
}

.money_laundering {
    margin-bottom: 50px;
}

.money_laundering li{
	margin-bottom: 15px;
}

.money_laundering ul{
	list-style: disc;
	margin-left: 25px;
}
.img_section_rpt_innr {
    width: 100%;
    padding: 15px;
}
.img_section_rpt {
    display: flex;
}



.thank-you {
    padding: 35px; 
    padding-bottom: 10%;
    padding-top: 10%;
    background: #D6AC4A;
    box-shadow: 0px 11.25px 32.625px rgb(0 0 0 / 40%);
    border-radius: 16px;
}
.thank_you_outer {
    padding: 5%;
}
.thank-you h1{
	 font-weight: 900;
    font-size: 80px;
}
.thank-you p{
    font-weight: 700;
    font-size: 30px;
}

.our__inr_top {
    background: #FFFFFF;
    box-shadow: 0px 11.25px 32.625px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 25px;
}
.our__inr_top h3 {
    color: #000;
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    position: relative;
    font-family: 'Gandhi Serif';
    margin: 20px 0px 15px;
}
.our__inr_top p{
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.our__inr_top a {
    color: #D6AC4A;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: under;
}

.our__inr_top_res {
    background: #FFFFFF;
    box-shadow: 0px 11.25px 32.625px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 25px;
    max-width: 880px;
    margin: 70px auto;
}


.resource-table td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 15px;
    width: 100%;
    white-space: nowrap;
    font-family: 'Roboto Condensed', sans-serif;
}

.resource-table {
    padding: 25px;
}
.resource-table a{
	color: #D6AC4A;
}


#home_bnnr_slider img.mb_banner{
	display: none;
}

#home_bnnr_slider img.dtop_banner {
    display: block;
}

.inr-circle-icn {
    width: 90px;
    height: 90px;
    border: 2px solid #D6AC4A;
    border-radius: 50%;
    display: block;
    margin: 0 auto -45px;
    text-align: center;
    line-height: 86px;
    position: relative;
    background: #fff;
}
.welcome_section .row .col-md-5.wl_left {
    padding: 0px 0 0 30px;
}
.welcome_section .row .col-md-7.wl_right {
    padding: 0 0 0 75px;
}
.top_footer .f_logo_section {
    padding-left: 30px;
    padding-right: 0;
}
/*.banner_btm .main_box.bnr_btn {
    padding: 0 70px;
}
*/

.img_section_rpt_innr{
	text-align: center;
}
.img_section_rpt_innr:last-child {
    display: none;
}

/************************************************************Responsive-Css****************************************************************************/

@media only screen and (max-width: 767px){

#home_bnnr_slider img.dtop_banner {
    display: none;
}
#home_bnnr_slider img.mb_banner{
	display: block;
}

.resource-table {
    padding: 5px;
}
.our__inr_top_res{
	margin-top: 30px;
	margin-bottom: 30px;
}

.img_section_rpt{
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


html body div#wprmenu_bar {
    top: 39px;
    position: absolute;
    height: 28px;
    background: transparent;
    z-index: 99;
    width: 8%;
    margin: 0;
    padding: 0;
    left: 15px;
}
.menu_section {
    padding: 20px 0;
}
#wprmenu_bar div.hamburger {
    margin-top: 0;
}
html {
    padding-top: 0px !important;
}
html.wprmenu-body-fixed body {
    position: inherit !important;
}
.cbp-spmenu-push-toright {
    left: auto !important;
}
#mg-wprm-wrap.cbp-spmenu-right, #mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right.custom, #mg-wprm-wrap.cbp-spmenu-left.custom, .cbp-spmenu-vertical {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
    top: 78px !important;
}
#mg-wprm-wrap {
    background: transparent;
}
.cbp-spmenu {
    position: absolute;
}
#mg-wprm-wrap ul li {
    margin: 0;
    background-color: #D6AC4A;
    padding: 0 15px;
}
#mg-wprm-wrap li.menu-item a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}
#mg-wprm-wrap li.menu-item a {
    padding: 16px 0px;
    border-bottom: 1px solid #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.inr_m_section{
	display: none;
}
.top_header{
	display: none;
}
.inr_menu{
	justify-content: center;
	-webkit-justify-content: center;
}
.logo_section img {
    max-width: 250px;
}
span.wprmenu_icon.wprmenu_icon_par {
    top: 10px;
}
.our_services_h .row .col-md-4, .our_services_h .col-md-6 {
    margin: 0 0 35px;
}
.welcome_section .row .col-md-7.wl_right {
    padding: 0 15px;
}
.welcome_section .row .col-md-5.wl_left {
    padding: 0 15px;
}

/**/

.banner_contant h3{
	font-size: 32px;
	line-height: 42px;
}
.our_services_h h1{
	font-size: 32px;
	margin: 0 0 30px
}
.our_services_h{
	    margin-top: 45px;
    margin-bottom: 20px;
}
.welcome_section{
	padding-bottom: 80px;
	padding-top: 20px;
}
.wel_btn{
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: block;
	margin-bottom: 35px;
}
.wel_cont_inr{
	margin-top: 35px;
	margin-left: 0;
}
.wel_img_section_cont p{
	font-size: 16px;
}

.wel_img_section_cont h2{
	font-size: 32px;
}
.wel_btn_inr a{
	padding: 12px 25px;
	font-size: 16px;
}
.wel_cont_inr b{
	margin-bottom: 15px;
}
.wel_cont_inr a{
	font-size: 22px;
}

.inr_inr_s_cont h4{
	font-size: 24px;
}
.inr_inr_s_cont p{
	font-size: 16px;
}
.our_serv_btn a{
	font-size: 16px;
}

.wl_left {
    order: 2;
}

img.second_img{
	    margin-top: -120px;
	    margin-right: 0;
}
.bnr_btn{
	display: block;
}
.banner_btm .main_box.bnr_btn {
    padding: 0;
}
.reptinr_hmsld{
	display: block;
	padding-left: 40px;
	flex: auto;
}
.reptinr_hmsld span{
	font-size: 20px;
}
.copy_right_section p{
	font-size: 16px;
	line-height: 30px;
}
#wprmenu_bar .menu_title a{
	font-size: 0;
}




.top_footer .f_logo_section {
    padding-left: 15px;
    padding-right: 15px;
}

.top_footer h3{
	margin-top: 50px;
	font-size: 22px;
}
.site_map {
    padding-left: 15px;
}
.usefull_link {
    padding-left: 15px;
}
.contact_us_f {
    padding-left: 15px;
}
.top_footer a, .contact_us_f p{
	font-size: 16px;
}

.top_footer{
	padding-top: 50px;
    padding-bottom: 50px;
}


/**/


.rpt_box_team{
	width: 100%;
}
.meet_team h1{
	font-size: 32px;
	margin: 0 0 15px;
}
.meet_team{
	margin-top: 50px;
	margin-bottom: 40px;
}
.rpt_box_team h3{
	font-size: 22px;
}
.rpt_box_team h4{
	font-size: 16px;
}
.rpt_box_team strong{
	font-size: 17px;
}
.breadcrumb_section span{
	font-size: 14px;
}
.donovan_inr_btm h3{
	font-size: 32px;
}
.donovan_inr_btm strong{
	font-size: 20px;
}
.donovan_inr_btm p, .donovan_inr_top p{
	font-size: 16px;
}
.donovan_section{
	margin-bottom: 50px;
}

.donovan_inr_btm{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
}

/**/

.contact_left{
	border-radius: 0;
}
.contact_left_inr h2{
	font-size: 32px;
}
.link_section p{
	font-size: 16px;
	margin: 0;
}
.link_section h5{
	font-size: 20px;
}
.contact_left{
	padding-left: 25px;
	padding-right: 25px;
}
.contact_page {
	margin-top: 0;
	margin-bottom: 60px;
}
.contact_right_inr h3{
	font-size: 32px;
}
.contact_right{
	border-radius: 0;
}
.contact_right_inr .wpcf7-submit{
	padding: 11px 25px;
	font-size: 18px;
}
.map_section iframe{
	height: 350px;
}
.wpcf7-spinner{
	position: absolute;
}



/**/

.banner_rpt_section img {
    object-fit: cover;
    height: 200px;
}
.our_serv_right {
    margin-top: 50px;
}
#main #faq .card .card-header .btn-header-link.collapsed{
	font-size: 20px;
}
.our__inr_top h3{
	font-size: 24px;
}
.our__inr_top p{
	font-size: 16px;
}
#main #faq .card .card-header .btn-header-link{
	font-size: 20px;
}
.card-body p{
	font-size: 16px;
}
.our_services_page{
	margin-top: 60px;
    margin-bottom: 50px;
}
.our_inr_left h3{
	font-size: 32px;
}
.our_inr_left li a{
	font-size: 16px;
	padding-left: 10px;
}
.card-body li{
	font-size: 16px;
}
.text{
	font-size: 14px;
}

.our_inr_left{
	padding-left: 15px;
	padding-right: 15px;
}
#main .card .card-header .btn-header-link:after{
	right: 6px;
}
.welcome_section:after{
	height: 26%;
}
.wel_cont_inr b{
	font-size: 18px;
}
	html body div#wprmenu_bar{
		top: 26px;
	}

}





@media only screen and (max-width: 479px){
.banner_rpt_section img {
    object-fit: cover;
    height: 160px;
}
.reptinr_hmsld{
	padding-left: 0;
}
.inr_inr_s_cont{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 65px;
}
.logo_section img {
    max-width: 185px;
}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
    top: 68px !important;
}
html body div#wprmenu_bar{
	top: 19px;
}
.reptinr_hmsld span {
    font-size: 16px;
}
.text{
	font-size: 12px;
}
.donovan_inr_btm strong {
    font-size: 18px;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    font-size: 16px;
}
#main #faq .card .card-header .btn-header-link{
	font-size: 16px;
}
.card-body h4{
	font-size: 15px;
	margin-top: 10px;
	line-height: 26px;
}
.card-body li {
    font-size: 15px;
    line-height: 26px;
}
.banner_rpt_section h3{
	font-size: 25px;
	line-height: 29px;
}
.breadcrumb_section a:after{
	margin: 0 7px;
    font-size: 15px;

}

}


@media (min-width: 768px) and (max-width: 991px){

.inr_m_section {
    width: 67%;
}
.inr_m_section a{
	font-size: 13px;
}
.top_header{
	margin-bottom: 20px;
}
.banner_contant h3{
	font-size: 35px;
	line-height: 50px;
}
.banner_btm .main_box.bnr_btn {
    padding: 0;
}
.our_services_h .row .col-md-4, .our_services_h .col-md-6 {
    margin: 0 0 45px;
}
.h_top a{
	font-size: 15px;
}
.reptinr_hmsld span{
	font-size: 16px;
}
.our_services_h h1{
	font-size: 35px;
}
.our_services_h{
	margin-top: 50px;
    margin-bottom: 20px;
}
.welcome_section .row .col-md-5.wl_left {
    padding: 0px 0 0 15px;
}
.welcome_section .row .col-md-7.wl_right {
    padding: 0 15px 0 50px;
}
.inr_inr_s_cont h4{
	font-size: 20px;
	line-height: 30px;
}
.inr_inr_s_cont p{
	font-size: 16px;
}
.inr_inr_s_cont{
	/*padding: 15px;*/
	padding-left: 15px;
    padding-right: 15px;
}
.wel_img_section_cont h2{
	font-size: 35px;
}
.wel_img_section_cont p{
	font-size: 16px;
}
.welcome_section{
	padding-top: 80px;
	padding-bottom: 30px;
}
.wel_btn {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: block;
    margin-bottom: 35px;
}
.wel_btn_inr a {
    padding: 12px 25px;
    font-size: 16px;
}
.wel_cont_inr {
    margin-top: 35px;
    margin-left: 0;
}
.wel_cont_inr b {
    margin-bottom: 15px;
}
.wel_cont_inr a {
    font-size: 22px;
}
.logo_section img{
	max-width: 220px;
}
.wel_img_section_cont{
	margin-top: 0;
}

.top_footer .f_logo_section {
    padding-left: 15px;
    padding-right: 15px;
}
.site_map {
    padding-left: 15px;
}
.usefull_link {
    padding-left: 15px;
}
.contact_us_f {
    padding-left: 15px;
}
.top_footer h3{
	margin-top: 25px;
}
img.second_img{
	margin-top: -45px;
}
.reptinr_hmsld{
	flex:auto;
}


/**/


.rpt_box_team {
    width: 46%;
}
.meet_team h1{
	font-size: 32px;
}
.meet_team{
	margin-top: 50px;
	margin-bottom: 40px;
}
.rpt_box_team h3{
	font-size: 22px;
}
.rpt_box_team h4{
	font-size: 16px;
}
.rpt_box_team strong{
	font-size: 17px;
}
.breadcrumb_section span{
	font-size: 14px;
}
.donovan_inr_btm h3{
	font-size: 32px;
}
.donovan_inr_btm strong{
	font-size: 20px;
}
.donovan_inr_btm p, .donovan_inr_top p{
	font-size: 16px;
}
.donovan_section{
	margin-bottom: 50px;
}
.text{
	font-size: 14px;
}


/**/

.contact_left{
	border-radius: 0;
}
.contact_left_inr h2{
	font-size: 35px;
}
.link_section p{
	font-size: 16px;
	margin: 0;
}
.link_section h5{
	font-size: 20px;
}
.contact_left{
	padding-left: 25px;
	padding-right: 25px;
}
.contact_page {
	margin-top: 0;
	margin-bottom: 60px;
}
.contact_right_inr h3{
	font-size: 35px;
}
.contact_right{
	border-radius: 0;
}
.contact_right_inr .wpcf7-submit{
	padding: 11px 25px;
	font-size: 18px;
}
.map_section iframe{
	height: 350px;
}
.wpcf7-spinner{
	position: absolute;
}

/**/

.our_services_page{
	margin-top: 50px;
    margin-bottom: 50px;
}
.our_serv_right {
    margin-top: 50px;
}
.card-body p {
    font-size: 16px;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    font-size: 20px;
}
#main #faq .card .card-header .btn-header-link{
	font-size: 20px;
}
.card-body li {
    font-size: 16px;
}
.our_inr_left h3{
	font-size: 32px;
}
.wel_cont_inr b{
	font-size: 18px;
}

.our__inr_top h3{
	font-size: 24px;
}
.our__inr_top p{
	font-size: 16px;
}
.our__inr_top_res{
	margin-top: 30px;
	margin-bottom: 30px;
}

}


@media (min-width: 992px) and (max-width: 1199px){
.our__inr_top_res{
	margin-top: 30px;
	margin-bottom: 40px;
}
.inr_m_section {
    width: 67%;
}
.inr_m_section a{
	font-size: 16px;
}
.top_header{
	margin-bottom: 20px;
}
.banner_contant h3{
	font-size: 40px;
	line-height: 55px;
}
.banner_btm .main_box.bnr_btn {
    padding: 0 35px;
}
.our_services_h .row .col-md-4, .our_services_h .col-md-6 {
    margin: 0 0 50px;
}
.h_top a{
	font-size: 16px;
}
.reptinr_hmsld span{
	font-size: 20px;
}
.our_services_h h1{
	font-size: 40px;
}
.our_services_h{
	margin-top: 50px;
    margin-bottom: 20px;
}
.welcome_section .row .col-md-5.wl_left {
    padding: 0px 0 0 15px;
}
.welcome_section .row .col-md-7.wl_right {
    padding: 0 15px 0 50px;
}
.inr_inr_s_cont h4{
	font-size: 22px;
	line-height: 30px;
}
.inr_inr_s_cont p{
	font-size: 16px;
}
/*.inr_inr_s_cont{
	padding: 15px;
}*/
.wel_img_section_cont h2{
	font-size: 40px;
}
.wel_img_section_cont p{
	font-size: 16px;
}
.welcome_section{
	padding-top: 100px;
	padding-bottom: 75px;
}
.wel_btn {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 35px;
}
.wel_btn_inr a {
    padding: 12px 25px;
    font-size: 16px;
}

.wel_cont_inr a {
    font-size: 22px;
}
.logo_section img{
	max-width: 275px;
}
.wel_img_section_cont{
	margin-top: 0;
}

.site_map {
    padding-left: 40px;
}
.usefull_link {
    padding-left: 15px;
}
.contact_us_f {
    padding-left: 15px;
}
img.second_img{
	margin-top: -85px;
	margin-right: -15px;
}
.reptinr_hmsld{
	flex:auto;
}

/**/


.rpt_box_team {
    width: 46%;
}
.meet_team h1{
	font-size: 40px;
}
.meet_team{
	margin-top: 50px;
	margin-bottom: 40px;
}
.rpt_box_team h3{
	font-size: 22px;
}
.rpt_box_team h4{
	font-size: 16px;
}
.rpt_box_team strong{
	font-size: 17px;
}
.breadcrumb_section span{
	font-size: 14px;
}
.donovan_inr_btm h3{
	font-size: 32px;
}
.donovan_inr_btm strong{
	font-size: 20px;
}
.donovan_inr_btm p, .donovan_inr_top p{
	font-size: 16px;
}
.donovan_section{
	margin-bottom: 50px;
}


/**/


.contact_left_inr h2{
	font-size: 35px;
}
.link_section p{
	font-size: 16px;
	margin: 0;
}
.link_section h5{
	font-size: 20px;
}
.contact_left{
	padding-left: 25px;
	padding-right: 25px;
}
.contact_page {
	margin-top: 70px;
	margin-bottom: 60px;
}
.contact_right_inr h3{
	font-size: 35px;
}
.contact_right{
	border-radius: 0;
}
.contact_right_inr .wpcf7-submit{
	padding: 11px 25px;
	font-size: 18px;
}
.map_section iframe{
	height: 350px;
}
.wpcf7-spinner{
	position: absolute;
}


/**/

.our_services_page{
	margin-top: 50px;
    margin-bottom: 50px;
}

.card-body p {
    font-size: 16px;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    font-size: 20px;
}
#main #faq .card .card-header .btn-header-link{
	font-size: 20px;
}
.card-body li {
    font-size: 16px;
}
.our_inr_left h3{
	font-size: 30px;
}
.our_inr_left li a{
	font-size: 14px;
}

.wel_cont_inr b{
	font-size: 18px;
}

.our__inr_top h3{
	font-size: 24px;
}
.our__inr_top p{
	font-size: 16px;
}

}


@media (min-width: 1200px) and (max-width: 1440px){

.container {
    width: 90%;
}
/*.top_header{
	margin-bottom: 16px;
}*/
.our__inr_top_res{
	margin-top: 30px;
	margin-bottom: 40px;
}
.logo_section img{
	max-width: 350px;
}
#main #faq .card .card-header .btn-header-link.collapsed{
	font-size: 22px;
}
#main #faq .card .card-header .btn-header-link{
	font-size: 22px;
}
.card-body p{
	font-size: 16px;
}
.our_inr_left li a{
	font-size: 16px;
}
.inr_m_section a{
	font-size: 16px;
}
.wel_img_section_cont p{
	font-size: 16px;
}
.wel_img_section_cont h2{
	font-size: 38px;
}
.inr_inr_s_cont h4{
	font-size: 22px;
}
.inr_inr_s_cont p{
	font-size: 16px;
}
.our_services_h h1{
	font-size: 38px;
}
.banner_contant h3{
	font-size: 50px;
	line-height: 65px;
}
.our_services_h .row .col-md-4, .our_services_h .col-md-6 {
    margin: 0 0 55px;
}
.reptinr_hmsld span{
	font-size: 20px;
}
.wel_cont_inr a{
	font-size: 20px;
}
.welcome_section .row .col-md-5.wl_left {
    padding: 0px 0 0 15px;
}
.welcome_section .row .col-md-7.wl_right {
    padding: 0 0 0 65px;
}
.wel_btn_inr a{
	font-size: 18px; 
	padding: 16px 40px;
}

.welcome_section{
	padding-top: 100px;
    padding-bottom: 100px;
}
.our_services_h{
	margin-top: 60px;
    margin-bottom: 25px;
}
.usefull_link {
    padding-left: 65px;
}
.top_footer .f_logo_section{
	padding-left: 15px;
}
.site_map {
    padding-left: 100px;
}



/**/


.text{
	font-size: 14px;
}
.meet_team h1{
	font-size: 40px;
}
.meet_team{
	margin-top: 50px;
	margin-bottom: 40px;
}
.rpt_box_team h3{
	font-size: 22px;
}
.rpt_box_team h4{
	font-size: 16px;
}
.rpt_box_team strong{
	font-size: 17px;
}
.breadcrumb_section span{
	font-size: 14px;
}
.donovan_inr_btm h3{
	font-size: 32px;
}
.donovan_inr_btm strong{
	font-size: 20px;
}
.donovan_inr_btm p, .donovan_inr_top p{
	font-size: 16px;
}
.donovan_section{
	margin-bottom: 50px;
}

/**/


.contact_left_inr h2{
	font-size: 35px;
}
.link_section p{
	font-size: 16px;
	margin: 0;
}
.link_section h5{
	font-size: 20px;
}
.contact_left{
	padding-left: 25px;
	padding-right: 25px;
}
.contact_page {
	margin-top: 70px;
	margin-bottom: 60px;
}
.contact_right_inr h3{
	font-size: 35px;
}
.contact_right{
	border-radius: 0;
}
.contact_right_inr .wpcf7-submit{
	padding: 11px 25px;
	font-size: 18px;
}
.map_section iframe{
	height: 350px;
}
.wpcf7-spinner{
	position: absolute;
}


/**/

.our_services_page{
	margin-top: 50px;
    margin-bottom: 50px;
}

.card-body p {
    font-size: 16px;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    font-size: 22px;
}
.card-body li {
    font-size: 16px;
}
.our_inr_left h3{
	font-size: 35px;
}
.our_inr_left li a{
	font-size: 15px;
}

.our__inr_top h3{
	font-size: 26px;
}
.our__inr_top p{
	font-size: 16px;
}

}




@media (min-width: 1441px) and (max-width: 1800px){

.container {
    width: 90%;
}
.our__inr_top_res{
	margin-top: 50px;
	margin-bottom: 50px;
}
#main #faq .card .card-header .btn-header-link.collapsed{
	font-size: 26px;
}
#main #faq .card .card-header .btn-header-link{
	font-size: 26px;
}
.card-body p{
	font-size: 16px;
}
.our_inr_left li a{
	font-size: 16px;
}
.inr_m_section a{
	font-size: 16px;
}
.wel_img_section_cont p{
	font-size: 16px;
}
.wel_img_section_cont h2{
	font-size: 40px;
}
.inr_inr_s_cont h4{
	font-size: 24px;
}
.inr_inr_s_cont p{
	font-size: 16px;
}
.our_services_h h1{
	font-size: 40px;
}
.banner_contant h3{
	font-size: 55px;
	line-height: 75px;
}
.welcome_section .row .col-md-5.wl_left {
    padding: 0px 0 0 15px;
}
.top_footer .f_logo_section{
	padding-left: 15px;
}
.top_footer .f_logo_section span a img {
    width: 138px;
}
.reptinr_hmsld span{
	font-size: 20px;
}
.wel_cont_inr a{
	font-size: 22px;
}
.meet_team h1{
	font-size: 40px;
}
.banner_rpt_section h3 {
    font-size: 40px;
}
.rpt_box_team h3{
	font-size: 24px;
}
.rpt_box_team h4{
	font-size: 18px;
}
.meet_team{
	margin-top: 70px;
}


.contact_left_inr h2{
	font-size: 40px;
}
.contact_right_inr h3{
	font-size: 40px;
}
.card-body li{
	font-size: 16px;
}
.our_services_page{
	margin-top: 70px;
    margin-bottom: 70px;
}


.our__inr_top h3{
	font-size: 28px;
}
.our__inr_top p{
	font-size: 16px;
}

}


























@media (min-width: 768px){
.main-navigation li {
    display: inherit;
}
.main-navigation ul ul {
    display: block !important;
    box-shadow: 0 0 10px;
    background: #fff;
}
.main-navigation li.menu-item-has-children:after {
    font-family: FontAwesome;
    content: "\f0d7";
    display: inline-block;
    font-size: 16px;
    color: #D6AC4A;
    margin-left: 8px;
    cursor: pointer;
    transition: transform .3s ease-out;
    font-weight: 600;
}
.main-navigation li.menu-item-has-children:hover:after {
    -ms-transform: rotate(180deg);
    transform: rotate( 180deg );
    transition: transform .3s ease-out;
}
.main-navigation ul .sub-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid;
}
.main-navigation ul .sub-menu li a {
    padding: 10px;
    color: #3A4D55;
    text-shadow: inherit;
    margin: 0;
    outline: none;
/*    background: #D6AC4A;*/
    text-align: left;
}
.main-navigation ul ul a {
    width: 250px;
    font-size: 16px;
    text-shadow: inherit;
}

.main-navigation ul .sub-menu li:hover {
    background: #D6AC4A;

}





}