/*!
Theme Name: Traverse Astra
Theme URI: traverseastra.com
Author: Traverse Astra
Author URI: traverseastra.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: weboft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

Weboft Theme is based onWeboft Marketing https://weboft.com/, (C) 2012-2020 Automattic, Inc.
Weboft is distributed under the terms of the GNU GPL v2 or later.


*/

/*--------------------------------------------------------------
>>> 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;
	font-family: 'Roboto', sans-serif;
}

/**
 * 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: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Poppins', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Roboto', sans-serif;
}

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



/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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



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

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



table {

	width: 100%;
}

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

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

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



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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}




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

.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;
}


:root {
	--main: #0b2a4a
}

.th-unvis {
	border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}


.site-branding  img  {
	width: 180px
}
.site-branding h1  {
	margin: 0px;
	
}
.main-navigation ul {
    display: block;
    text-align: right;
}

.main-navigation ul   li  {
	display: inline-block
}


.header-top   {
	background: var(--main) ;
 
}
.hed-top-rw  ul  {
	margin: 0px !important;
	padding: 0px;
	list-style: none
}

.info-icon   li  {
display: inline-block;
	margin-right: 10px
}
.info-icon   li a  {
	color: #fff 
}


.info-icon  li a  {
	font-size: 15px;
	
}


.hed-top-rw  .socbox   {
	text-align: right;
}

.headmain   {
	padding: 20px 0px;

}


.main-navigation ul li {
	margin-left: 12px;
	
}


.main-navigation ul li a  {
	color: #000 !important;
	text-decoration: none ;
	font-size: 15px
	
}


.log-btn  {
	background: #2894eb;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important
}


#masthead  {
	border-bottom: solid 1px rgba(0,0,0,0.15)
}


.site-footer   {
	background: #181c1e;
	color: #fff;
	font-size: 15px
}


.site-footer  a {
	color: #fff !important;
	font-size: 15px
}



.ft-widget-rw aside .widget-title  {
	margin: 0px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px
}

.ft-top-rw  {
	padding-top: 70px;
	padding-bottom: 20px
}
.ft-bt-in-row  {


		border-top: solid 1px rgba(255,255,255,0.15);
	padding: 15px 0px
}






.foot-sc  {
	
	text-align: right
}
.foot-cre  p {
	margin-bottom: 0px;
	
}


.ft-logo  {
	margin-bottom: 20px
}

.loc-f  {
	margin-bottom: 10px
}

.fcont-box  h4  {
	font-size: 18px;

}



.fcont-box ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	
}
.fcont-box ul li::before {
	font-family: 'fontawesome';
	margin-right: 8px
}


.socbox-ft  {

}

.socbox  li {
	display: inline-block;
	margin-left: 1px
}



.loc-f::before {
	content: "\f041"
}



.mob-f::before {
	content: "\f095"
}


.ema-f::before {
	content: "\f0e0";
	font-size: 13px
}

.ft-widget-rw aside a  {
	margin-bottom: 5px !important;
	display: inline-block
}

.redmo  {
	margin-top: 5px;
	text-decoration: none  !important;

}
.redmo::after  {
	content: "\f105";
	font-family: fontawesome;
	font-size: 17px;
	position: relative;
	top: 2px;
	margin-left: 5px
}



.main-navigation ul ul {
	background: #fff !important;
	text-align: left !important
}





.socbox li img  {
	width: 25px;
	height: 25px;

	
}

.log-btn  {
	margin-left: 10px
}


.socbx-top  li img  {
		filter: invert(99%) sepia(5%) saturate(237%) hue-rotate(200deg) brightness(105%) contrast(100%);
	position: relative;
	top: -1px

}

.socbox-ft li img  {
		filter: invert(99%) sepia(5%) saturate(237%) hue-rotate(200deg) brightness(105%) contrast(100%);
}

.socbx-top  li {
position: relative;
	
}


.info-icon   a::before  {
	    font-family: 'fontawesome';
    margin-right: 5px;
	position: relative;

}

.info-icon  .pho-li::before {
	content: "\f095";
}
.info-icon  .loc-li::before   {
	    content: "\f041";
 
}


.info-icon  .li-emi::before   {
	    content: "\f0e0";
    font-size: 13px;
}

.socbox   {
	margin: 0px
}

.menu-toggle {
	display: block
}
.error-404 .page-content {
    margin: 0px;
    padding: 150px 20px;
    text-align: center;
}
.error-404 h1 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 35px;
}
.error-404 p {
    margin: 0px;
    font-size: 15px;
    max-width: 600px;
    margin: auto;
}

.ft-widget-rw  > aside {
	    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.fcont-box li {
	position:  relative;
	padding-left: 20px;
	font-size: 14px;
		
}
.fcont-box li  a {
	text-decoration:  none;
}
.fcont-box li::before  {
	position : absolute;
	left: 0px;
	
}

.footer-copyright  {
	margin-top: 0px !important;
}

.top-in-rw {
	
	background-size: cover;
	padding: 80px 0px;
	text-align: center;
	
}
.top-in-rw h1 {
	font-size: 50px;
	margin: 0px;
	margin-bottom: 10px;
	color: #fff;
}
.bread {
	color: #fff;
}
.bread  a  {
	color: #fff !important;
	text-decoration: none
}

@media only screen and (min-width: 768px) {
	
	.ft-bt-in-row , .headmain {
display: flex;
		align-items: center
	}
	.menu-toggle {
	display: none
}
	.mob-abs button {
		display: none
	}
	.hed-top-rw   {
display: flex;	
	align-items: center
}
}

@media only screen and (max-width: 768px) {
	.mob-abs {
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 5555;
		visibility: hidden;
		overflow-x: hidden;
    overflow-y: auto;
		opacity: 0;
		    transition: all 0.15s ease-in-out;
		transform: translateY(50px);
	}
	
	.menu-active {
			visibility: visible;
		opacity: 1;
				transform: translateY(0px);
	}
	
	
	#site-navigation .menu-main-container ul {
		text-align: center;
		margin-top: 100px
	}
	#site-navigation .menu-main-container ul li {
		display: block;
		padding: 10px 0px;
		font-size: 18px ;
		
	}
	.main-navigation ul li {
	margin-left: 0px !important	
	}
	#site-navigation .menu-main-container ul li  a{
		font-size: 20px 
	}
	
	.mob-abs button {
		background: transparent !important;
		float: right;
		border: none;
		padding: 15px;
		font-size: 25px;
		margin-right: 10px;
		margin-top: 10px
	}
		
	.mob-abs button svg {
		width: 22px;
		height: 25px
	}
	.headmain {
		position: relative;
	}
.headmain 	.menu-toggle {
		position: absolute;
	right: 12px;
	top: 50%;
	transform: translatey(-50%);
	background: transparent;
	border: none;
		width: 29px;
	height: 30px;

	
	}
	.headmain .col-md-8 {
		position: static
	}
	.headmain 	.menu-toggle span {
		display: block;
		height: 2px;
		width: 100%;
		background: #000;
		border-radius: 50px;
		position: relative
	}
	.headmain 	.menu-toggle span::after, 	.headmain 	.menu-toggle span::before {
		content: "";
			display: block;
		height: 2px;
		width: 100%;
		background: #000;
		border-radius: 50px;
		position: absolute;
		
	}
	.headmain 	.menu-toggle span::after {
		bottom: -7px
	}
	.headmain 	.menu-toggle span::before {
		bottom: 7px
	}
.scroll-lock {
    position: fixed;
    max-width: 100%;
    width: 100%;
}
	.header-top .adm-col {
		display: none
	}
	
	.header-top .info-icon {
		text-align: center
	}
	.hed-top-rw {
		padding: 10px 0px
	}
	.loc-li, .li-emi {
		display: none
	}
	.header-top .info-icon li a  {
		font-size: 18px
	}
	.ft-top-rw  {
		padding-top: 50px
	}
	.ft-bt-in-row {
		text-align: center
	}
	.socbox {
		padding: 0px !important;
		text-align: center;
		margin-top: 10px
	}
	.ft-widget-rw aside aside {
		margin-bottom: 30px
	}
	.ft-widget-rw aside .widget-title {
		font-size: 22px;
		margin-bottom: 10px
	}
	.headmain .menu-toggle{ 
		cursor:  pointer
			
	}
	.headmain .menu-toggle span  {
		top: 50%;
		transform: translatey(-50%)
	}
	.main-navigation ul {
	margin-top: 140px;
	text-align:  center ;
	
}

.main-navigation ul  li {
	display: block;
	
}


.main-navigation ul  li  a {
	font-size: 18px;
		display: inline-block;
	
}
}

@media only screen and (max-width: 600px) {
	.headmain  {
		padding: 8px 0px
	}
	.site-branding img {
		width: 120px
	}
.headmain .menu-toggle{
		width: 25px;
	}
	.headmain .menu-toggle span::before {
		bottom: 7px
	}
		.headmain .menu-toggle span::after {
		bottom: -7px
	}
	.header-top .info-icon li a {
		font-size: 15px
	}
		.ft-widget-rw aside .widget-title {
		font-size: 18px;
		margin-bottom: 10px
	}
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
	
#site-navigation .menu-main-container ul {
	margin-top: 100px
}
.main-navigation ul  li  a {
	font-size: 16px !important;

} 
	.top-in-rw h1  {
	font-size: 34px;
	line-height: 38px
}
.bread {
	font-size: 14px
}
}





.main-navigation  {
	 display: flex;
	align-items: center
	
}

.mob-abs {
	margin-left: auto
}



.book-btn {
	background: var(--main) !important;
	color:  #fff !important;
	padding: 10px 35px; 
	border: solid 1px var(--main) !important;
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 14px
}

.book-btn:hover  {
	background: transparent  !important;
	color:  var(--main) !important
}


.main-navigation ul li a {
	text-transform: uppercase;
	font-size: 14px !important
}




@media only screen and (max-width: 768px) {
	
	.book-btn  {
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
		right: 70px
	}
	
	.headmain .menu-toggle {
		width: 28px;
		    right: 30px;
	}
	.headmain .menu-toggle span::before {
		bottom: 8px;
	}
		.headmain .menu-toggle span::after {
		top: 8px;
	}
	.main-navigation ul li a {
		font-size: 16px !important
	}
}
:root  {
	--main: #e8383e;
		--shad :  rgba(100, 100, 111, 0.12) 0px 7px 29px 0px;
}

.sing-c-lin  {
	color:  #111 !important
}

#masthead {
	border-bottom: none
}

main {
	overflow-x: hidden
}

.round-hold-img  {
	background: #ffeff0;
	position: relative;
	border-radius: 50%;
	overflow: hidden
	
}

.round-hold-img::after  { 
	padding-top: 100%;
	content: "";
	display:  block
	
}

.img-contain-blk  {
	position:  absolute;
	bottom: 0;
	padding-top: 50px
}
.img-contain-blk  img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: bottom;
}

#masthead  {
	z-index: 55555;

  left: 0;
	right: 0
}



.list-slid-rw  {
	position: absolute;

	background: #fff;
	z-index: 5;
	display:  flex;
	width: 100%;
	max-width: 350px;
	padding: 15px;
	box-shadow: var(--shad);
	border-radius: 10px;
	align-items: center
	
}

.list-au1  {
		bottom: 38%;
	right: -40px
}
.list-au2  {
	
	transform: translatey(-50%);
	bottom: 0
}



.slid-au-img  {
	width: 75px;
	overflow: hidden;
  border-radius: 100px;
		height: 75px;
	
}

.slid-au-cont  {
	width: calc(100% - 75px);
	padding-left: 20px
}


.slid-au-img img {
	width: 100%;
	height: 100%;
	object-fit: cover

	
}

.slid-au-cont  h3 {
	margin: 0;
	color:  var(--main);
	font-size: 17px;
	
}
.slid-au-cont   p {
	margin:  0;
	font-size: 14px;
	margin-top: 5px
}






.list-au-sm {
width: 85px;
	height: 85px;
	position: absolute;
	overflow:  hidden;
	border-radius: 200px;
	border: solid 4px #fff;
	
}
.list-au-sm > div {
	line-height: 0;
	height: 100%;
	
}
.list-au-sm > div img  {
	width: 100%;
	height: 100%;
}
.list-au3  {
top: 30%;

	left: 120px
	
}

.list-au4  {
top: 25%;
right: 0px;
	width: 75px;
	height: 75px;
	
}
.list-au5  {
right: -50px;
	bottom: 80px;
		width: 75px;
	height: 75px;
}

.hom-slid  .row  {
	align-items: center
}




.slid-cont  h1  {
	color:  #222222;
	font-size:  36px;
	line-height: 1.4;
	margin: 0;
	
}

.slid-cont  h1  b {
	font-weight: 700;
	color:  var(--main);
}
.site-branding {
	margin-top: -10px
}

.site-branding img {
	width: auto;
	height: 35px;
	object-fit: contain;
	
}

.site-branding  h1 {
	line-height: 0
}

.headmain {
	padding: 35px 0
}




.book-btn  {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 5px;
	height: 40px;
	padding: 9px 30px;
 transition: all 0.3s;
	margin-left: 60px
}


.slid-cont  {
	max-width: 320px
}

.slid-cont a , .mainbtn{
	background: var(--main);
	color: #fff !important;
	text-decoration:  none;
	height:48px;
	display:  inline-block;
	padding: 11px 25px;
	border-radius: 5px;
	border: solid 1px var(--main);
	position:  relative;
	padding-right: 60px;
	transition: all 0.3s;

}


.slid-cont a:hover , .mainbtn:hover {
background: #ed282f
}

.slid-cont a::after, .mainbtn::after  {
	content: "";
	background-image: url("http://www.traverseastra.com/wp-content/uploads/2022/04/slid-ar.svg");
	width: 25px;
	height: 50px;
	background-position:  center;
	display:  block;
	background-repeat: no-repeat;
	position:  absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 18px;
	
}


.slid-cont  {
padding-top: 70px
}



.uni-ic-rw   {
	text-align:  center;
	margin-top: 80px;
	margin-bottom: 60px
}



.mainhead {
	color: #222222;
	font-weight: 600;
	font-size: 35px;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px
}



.mainhead  b {
	font-weight: 600;
	color:  var(--main)
}



.studfrm-h-rw  .mainhead{
	max-width: 355px
}





.disc-h-rw  {
	background: linear-gradient(to bottom, #fff2f2 , #fff);
	padding: 80px 0
}



.mainheadc  {
	text-align:  center
}



.subp {
	margin: 0;
	color: #474747;
	font-size: 15px;
		max-width: 460px;
		margin-bottom: 30px;
	
}

.subpc {
	text-align: center;
margin-left: auto;
	margin-right: auto;

	
}


.disc-h-rw   .row  {
	margin-top: 40px;
	margin-left: -12px;
	margin-right: -12px
}
.disc-h-rw   .row  > div {
	padding: 12px;
}





.dis-blk  {
	background: #fff;
	box-shadow: var(--shad);
	border-radius: 6px;
	display:  flex;
	align-items: center;
	padding: 20px 15px
}

.dis-blk img  {
	width: 45px;
	height: 45px;
 object-fit: contain;
	object-position: center
}

.dis-blk h3 {
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	width: calc(100% - 45px);
	margin: 0;
	padding-left: 18px
}

.mainbtnc {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	display:  block
}

.disc-h-rw  .mainbtn  {
	margin-top: 38px
}



.main-h-img  {
	display: flex;
	justify-content: center;
	margin-bottom: 50px
}


.main-h-img   .mainhead {
	margin-bottom: 0;
}

.main-h-img  img {
	height: 35px;
	width: auto;
	margin-left: 12px
	
}


.eas-blk {
	text-align:  center;
	
}


.eas-blk  span  {
	background: #f8d913;
  height: 100px;
	display: block;
	width: 100px;
	margin: auto;
	border-radius: 50%;
	font-size: 45px;
	color:  var(--main);
	padding: 18px 5px
}



.eas-blk h3  {
	color:  #222;
	font-weight: 500;
	font-size: 22px;
	margin: 10px  0;
	
}

.eas-blk  p  {
	font-size: 16px;
	max-width: 250px;
	margin: 0 auto;

	
}


.eas-h-rw   .row > div:first-child {
	padding-top: 70px
}
.eas-h-rw   .row > div:last-child {
	padding-top: 70px
}

.eas-h-rw   .row > div:first-child::after {
	content: "";
	width: 100px;
	height: 90px;
	position:  absolute;
	background-image: url(http://www.traverseastra.com/wp-content/uploads/2022/04/arr.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0;
	right: -50px
}


.eas-h-rw   .row > div:last-child::after {
		content: "";
	width: 100px;
	height: 90px;
	position:  absolute;
	background-image: url(http://www.traverseastra.com/wp-content/uploads/2022/04/arr1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
left: -50px
}



.tst-h-rw  {
	background: linear-gradient(to bottom, #fff2f2 , #fff);
	padding: 80px 0;
	padding-top: 85px;
}



.tst-h-rw  .mainhead {
	max-width: 400px
}


.pera  , .pera-cont p {
	color:  #474747;
	line-height: 1.6
}

.tst-h-rw  .row > div:first-child {
	padding-right: 100px
}


.tst-blk  {
	background: #fff;
	box-shadow:rgba(100, 100, 111, 0.1) 0px 0px 18px 0px;
	margin: 15px;
	border-radius: 8px;
	overflow:  hidden;
	padding: 50px 40px;
	position:  relative
}
.tst-head  {
	position:  relative
}
.tst-head::after  {
	content: "";
	width: 75px;
	height:  75px;
	background-image: url(http://www.traverseastra.com/wp-content/uploads/2022/04/quote.png);
	background-size: contain;
	background-repeat: no-repeat;
	display:  block;
	position: absolute;
	top: 0px;
	right: 0px
}


.tst-head {
	display:  flex;
		align-items: center;
}


.tst-head img {
	width: 80px;
	height: 80px;
	border-radius: 200px;

	
}

.tst-head   div {
	width: calc(100% - 80px);
	padding-left: 25px
}

.tst-head h3  {
	margin: 0;
	font-size:  18px;
	font-weight: 600;
	color:  #222222;
}

.tst-head p  {
	margin: 0;
	color: #474747;
	font-size: 15px
}

.tst-cont {
	margin-top: 20px
}
.tst-cont p {
	margin: 0;
	color: #474747
}

.tst-slide  {
	margin-left: -15px;
	margin-right: -15px
}


.slick-slider   {
	margin-bottom: 0
}



.site-footer {
	background: #fff;
	color: #474747;
}
.site-footer  p {
	margin: 0
}

.ft-widget-rw aside a {
	color:  #474747 !important;
	text-decoration:  none
}

.ft-logo {
height: 40px;
	object-fit: contain
}


.ft-top-rw {
	padding: 0
}

.ft-top-rw  {
	border-top: solid 1px #e5e5e5;
	padding: 60px 0
}


@media only screen and (min-width: 768px) {
	.ft-widget-rw > aside > aside {
		    flex: 0 0 20%;
    max-width: 20%;
	}

	.ft-widget-rw > aside > aside:first-child {
    flex: 0 0 35%;
    max-width: 35%;
}
	
	.ft-widget-rw > aside > aside:last-child {
	 flex: 0 0 25%;
    max-width: 25%;
		
	}
		.menu-item-has-children > a::after {
		content: " \f107";
		font-family: fontAwesome;
		font-size: 18px;
		position: relative;
		top: 2px
		
	}
	
	
}

.ft-widget-rw aside .widget-title {
	font-size: 18px;
	color:  #222222;
}


.slick-slider {
	margin-top: -15px
}




.ft-ban-rw  {
	background-color: #f8d913;
	border-radius: 10px;
	display: flex;
	padding: 60px;
	position: relative;
	margin-top: 150px
}


.ft-ban-rw  img  {
	position:  absolute;
	bottom: 0;
	right: 0;
	height: calc(100% + 150px)
}

.ft-ban-c1  {
	width: 50%
}

.ft-ban-rw {
	margin-bottom: 70px
}


.ft-ban-rw .mainbtn  {
	margin-top: 30px
}

.eas-h-rw  {
	padding-bottom: 90px;
	padding-top: 10px
}





.studfrm-h-rw {
	align-items: center;
	margin-bottom: 80px;
	padding-top: 20px
}




.whatwe-h-rw  {
	background: #f7f7f7
}

.whatwe-h-rw .mainhead  {
	max-width: 350px
}


.whatwe-h-rw .pera {
	max-width: 380px
}



.wt-we-img  {
	width: 70px;
	height: 70px;
	background: #ffeaeb;
	line-height: 0;
	padding: 8px;
	border-radius: 5px
}

.wt-we-img  img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center
	
}

.watwe-blk  p {
	margin: 0;
}


.watwe-blk h3  {
	font-size: 17px;
	font-weight: 600;
	color: #222;
	margin:  10px 0
}


.whatwe-h-rw  .row .row > div {
	padding-bottom: 39px
}

.whatwe-h-rw  .mainbtn {
	margin-top: 0px
}


.whatwe-h-rw  {
	padding: 80px 0;
	padding-top: 85px
}


.main-navigation ul li {
	margin-left: 25px
}


.main-navigation ul li a {
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color:  #222222 !important
}

.whatwe-h-rw > .container > .row > div:first-child  {
	padding-right: 35px
}


.cont-li  {
	list-style:  none;
	margin: 0;
	padding: 0;
	
}
.cont-li li {
	margin-bottom: 10px
}

.cont-li li a {
	margin-bottom: 0 !important
}


.ft-widget-rw aside .cl-lin a {
	color:  var(--main) !important;
	font-weight: 500;
	font-size: 18px
}


.top-in-rw {
	background: #fff3f3;
	padding: 100px  0
}


.top-in-rw h1 {
	font-size:  42px;
	color:  #222222;
	
}

.bread {
	color:  #474747;
	font-weight: 500
	
}

.bread a {
	color:  var(--main) !important
}





.abt-in-rw1   {
	padding:  90px 0
}



.abt-in-imhold  {
	overflow:  hidden;
	border-radius: 50%;
	position: relative
}

.abt-in-imhold::after {
	content: "";
	padding-top: 100%;
	display: block
		
	
}



.abt-in-imhold img  {
	position:  absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	display: block;
	object-fit:  cover;
	
}
.abt-in-rw1  {
	align-items: center
}


.abt-in-rw1  > div:first-child {
	padding-right: 100px
}


.abt-in-rw2   {
	padding-bottom: 90px
}

.abt-in-rw2 .mainhead {
	margin-bottom: 50px
}


.abt-in-rw3  {
background: linear-gradient(to bottom, #fff2f2 , #fff);
	padding: 90px 0
}


.mis-blk  {
	box-shadow: var(--shad);
	background: #fff;
	padding: 40px 30px;
	text-align:  center;
	border-radius: 8px
}


.mis-blk  img  {
	width: 90px;
	height: 90px;
	object-fit: contain;
	object-position: center;
}


.mis-blk  h3 {
	margin: 10px 0;
	font-size: 20px;
	font-weight: 600;
	color:  #222223;
	margin-top: 15px
	
}


.mis-blk p {
	margin: 0;
	color:  #474747;
}





.abt-in-rw4 > div:last-child {
    padding-left: 100px;
}

.abt-in-rw4  {
	align-items: center;
	margin-bottom: 80px;
	margin-top: 20px
}



.cont-in-rw1   {
	padding: 80px 0
}



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

.wrk-blk  ul li {
	margin-bottom: 5px	
}



.wrk-blk  h3  {
	font-weight: 600;
	color: #222;
	margin: 0;
	margin-bottom: 15px
}


.wrk-blk  {
	margin-top: 30px
}


.cont-det-blk {
	padding-top: 58px
}


.cont-det-blk  ul {
	list-style:  none;
	padding: 0;
	margin: 0;
}
.cont-det-blk  ul li  {
	display: flex;
	margin-bottom: 20px
}

.cont-det-blk  ul li b {
	width: 30%
}

.cont-det-blk  ul li span, .cont-det-blk  ul li a {
	width: 70%;
	display: block
}




.cont-in-rw1 > div:first-child {
	padding-right: 100px
}




.cont-det-blk a  {
	text-decoration:  none  !important;
	color:  #474747
}


.cont-det-blk  ul {
	max-width: 340px
}



.cont-in-rw2 {
		background: linear-gradient(to bottom, #fff2f2 , #fff);
	padding-top: 80px
}

.cont-in-rw2 form {
	max-width: 800px;
	margin:  0 auto
}


.wpcf7-text, .wpcf7-number, .wpcf7-textarea, .wpcf7-select {
    width: 100% !important;
    display: block !important;
    padding: 15px !important;
    margin-bottom: 20px;
    outline: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-top: 4px;
    background: #fff !important;
    font-weight: 400 !important;
	border-radius: 4px !important;
	border: solid 1px #d8d8d8  !important;
	color: #474747  !important;
	margin-bottom: 0 !important;

}
.cont-in-rw2  .row {
	margin-left: -8px;
	margin-right: -8px
}
.cont-in-rw2  .row  > div {
	padding: 8px
}



.wpcf7-submit {
	background: var(--main) !important;
	color: #fff !important;
	border:  solid 1px var(--main) !important;
	max-width: 200px !important;
	display:  block !important;
	margin: auto;
	padding: 12px 20px;
	font-size: 16px !important;
	border-radius: 5px;
	width: 100% ;
	cursor:  pointer   !important;
}


button {
	cursor: pointer   !important
}


.wpcf7-submit:hover  {
	background: transparent  !important;
	color:  var(--main) !important;
	transition: all 0.3s;
}


.tst-hold  img {
	width: 100%;
	height: 80px;
	object-fit: contain;
	object-position: center
}





.tst-in-blk  {
	box-shadow: var(--shad);
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	position: relative;
	padding-bottom: 100px
}



.tst-in-rw1  {
	padding: 70px 0;
	padding-bottom: 50px
}


.tst-in-rw1   > div {
	padding: 15px
}



.tst-inblk-hed  {
	display:  flex;
	align-items: center
	
}

.tst-inblk-hed  img {  
	width: 80px;
	height: 80px;
	border-radius: 200px
}


.tst-inblk-hed  > div  {
	width: calc(100% - 80px);
	padding-left: 20px
}

.tst-inblk-hed  h3 , .tst-inblk-hed  p{
	margin: 0;
	
}


.tst-inblk-hed  h3  {
	color: #222222;
	font-weight: 600
}
.tst-inblk-hed p {
	font-size: 15px;
	color: #474747
}
.tst-inblk-cont  {
	margin-top: 20px
}

.tst-inblk-cont  p {
	margin: 0;
	color:  #474747
}



.tst-in-blk::after  {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url(http://www.traverseastra.com/wp-content/uploads/2022/04/quote.png);
	position:  absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:  center;
	transform: rotate(180deg);
	right: 30px;
	bottom: 25px
}




.ser-in-rw1  {
	flex-direction: row-reverse;
	padding: 80px 0;
	padding-bottom: 20px
}

.ser-tog-contain > div:not(:first-child) {
  display: none;
}





.ser-in-rw1 .mainhead {
	margin-bottom: 25px
}




.ser-tog-list  {
	border:  solid  1px #dfdfdf;
	padding: 20px 25px;
	border-radius: 5px
}

.ser-tog-list ul {
	margin: 0;
	list-style:  none;
	padding: 0;
	
}
.ser-tog-list li  {
	margin: 10px 0
}
.ser-tog-list li  a{
	font-size: 17px;
	color:  #222222 !important;
	text-decoration:  none  !important;
	position:  relative;
	 display:  inline-block;
	font-weight: 500
	
}

.ser-tog-list li.active  a {
	color:  var(--main) !important
}




.ser-tog-list li  a::after  {
	content: "";
	width: 100%;
	height: 1px;
	background: #f8d913;
	display: block;
	opacity: 0;
	transition: all 0.3s;
	
}

.ser-tog-list li.active  a::after   {
	opacity: 1
}

.ser-tog-list  {
	
}


.ser-in-rw1 > div:first-child  {
	padding-left: 65px
}





.rec-in-rw1 {
	padding: 80px 0
}




.rec-in-blk  {
	box-shadow: var(--shad);
	background: #fff;
	padding: 40px;
	border-radius: 8px
}



.rec-in-hed {
	display: flex;
	align-items: center;

	
	
}
.rec-in-hed ul {
	margin-left: auto;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.rec-in-hed ul li {
	display: inline-block;
	
}

.rec-in-hed h3 {
	margin: 0;
	color:  #222222;
	font-size: 22px;
	
}


.list-bt  {
	color: var(--main) !important;
	text-decoration:   none  !important;
	position: relative;
	padding-right: 50px
}

.list-bt::after  {
	    content: "";
    background-image: url(http://www.traverseastra.com/wp-content/uploads/2022/04/arr-red.svg);
    width: 25px;
    height: 50px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 18px;
}

.rec-in-cont  {
	margin-top: 30px;
	border-top: solid 1px rgba(0,0,0,0.1);
	
}


.rec-in-cont  h1, .rec-in-cont  h2, .rec-in-cont  h3 , .rec-in-cont  h4, .rec-in-cont  h5, .rec-in-cont  h6 {
	color: #222222;
	font-weight: 500;
	margin: 10px 0;
	margin-top: 25px
	
	}

.rec-in-cont  {
	padding-top: 30px;

}


.rec-in-cont  h1 {
	font-size: 30px
}


.rec-in-cont ul {
	margin: 20px 0;
	margin-bottom: 30px;
	list-style:  none;
	padding: 0;
	
	
}


.rec-in-cont ul  li {
	margin-bottom: 10px;
	padding-left: 20px;
	position:  relative
}


.rec-in-cont ul  li::before {
	content: "";
	width: 8px;
	height: 8px;
	background:  var(--main);
	display: block;
	position:  absolute;
	left: 0;
	border-radius: 100px;
	top: 7px
	
	
}





.studfrm-h-rw .searchandfilter  ul {
	margin: 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	list-style: none
}
.studfrm-h-rw .searchandfilter  ul  li {
	width: 50%;
	padding: 8px
}

.searchandfilter  ul  li select {
	width: 100%;
	padding: 15px;
	font-size: 15px;
	border-radius: 5px;
	background: #fff ;
	height: 52px;
	outline: none !important
	
}

.searchandfilter  ul  li input[type="submit"] {
	width: 100%;
	height: 52px;
	background: var(--main) !important;
	border: solid 1px var(--main) !important;
	border-radius: 5px;
		color: #fff !important;
	transition: all 0.3s;
	
}

.searchandfilter  ul  li input[type="submit"]:hover  {
	background: transparent !important;
	color:  var(--main) !important
	
}



.studfrm-h-rw  .mainhead  {
	margin-bottom: 30px
}

input[type="submit"] , button {
	cursor: pointer !important;
}



.sing-s-list {
	border: solid 1px #e2e2e2;
	margin-bottom: 15px;
	border-radius: 5px;
	display:  flex;
	padding: 15px;
	cursor: pointer;
	position: relative;
box-shadow: none;
	transition: all 0.3s;
	background: #fff
}

.sing-s-list.active  {
	border:  solid 1px var(--main);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sing-s-list::after {
	content: "\f105";
	height: 40px;
	font-family: fontawesome;
	border:  solid 1px #ebebeb;
	width: 40px;
	border-radius: 100px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translatey(-50%);
	padding: 0px;
	text-align: center;
	font-size: 25px
	
}

.img-sing-lis  {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	overflow: hidden
}

.img-sing-lis img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.sing-lis-cont {
	width: calc(100% - 80px);
  padding-left: 20px
	
}

.sing-lis-cont h3  {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	
}


.sing-lis-cont p {
	margin: 0;
	margin-top: 7px;
	font-size:  13px;
	color: #8a8a8a;
}



.sing-b-cont-img  {
	position:  relative;
	overflow: hidden;
	border-radius: 5px
	
}

.sing-b-cont-img::after  {
	content: "";
padding-top: 50%;
	background: #f4f4f4;
	display: block
	
}


.sing-b-cont-img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	
}


.sing-cont-log-co  {
	
}

.sing-logo-hold  {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
	margin-top: -50px;
	position: relative;
	z-index: 555;
	background: #fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	left: 40px;
	padding: 10px
	
	
}

.sing-logo-hold  img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}


.sing-cont-log-co  {
	display: flex;
	
}


.sing-cont-log-co .mainbtn {
	margin-left: auto;
	margin-top: 20px
}


.sing-cont-hed  {
	border-bottom: solid 1px #d4d4d4;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 20px
}



.sing-cont-hed  h3  {
font-size: 22px;
	margin: 0;
	font-weight: 500;
	color:  #222222;
		
}


.sing-cont-hed  span {
	font-size: 14px;
	color:  #8a8a8a;
	
}


.sing-cont-o-hed  {
	font-size: 23px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 15px;
	color: #222222
}



.sing-cont-ovr  {
	padding-top:30px
}


.ovr-c p {
	color:  #474747;
	line-height: 1.7
}



.sing-c-lin  {
	color: #222;
	font-weight: 600;
	text-decoration: none !important;
	
	
}


.ser-in-top  {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 30px
	
}


.ser-in-top  ul {
	margin: 0;
	margin: 0;
	display: block !important;
	padding: 0;
	
	
}



.ser-in-top > span {
	width: 10%;
	font-weight: 600;
	font-size: 18px
}

.ser-in-top  form {
	width: 90%;
}

.ser-in-top  {
	margin-top: 60px;
	margin-bottom: 50px
}


.ser-in-top ul li  {
	width:25%;
	padding-right: 0;
	padding-left: 20px
	
}


.ser-list-rw   > div:last-child {
	padding-top: 48px
}



.found-hed  {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 18px
}
.sing-cont-rw {
	opacity: 0;
	transition: all 0.3s;
}
.sing-cont-rw.active {
	opacity: 1;
}

.nav-links {
	text-align: center;
}

.nav-links a, .nav-links span:not(.dots) {
	border: solid 1px #ebebeb;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 100px;
	padding: 7px;
	color:  #222222;
	text-decoration: none  !important;
}

.nav-links span:not(.dots)  {
	background: var(--main);
	color: #fff ;
	
}




@media only screen and (min-width: 768px) {

	.main-navigation ul.sub-menu li {
		margin-left: 0
	}

.main-navigation ul .sub-menu {
  	padding: 15px;
    background: transparent !important;
    box-shadow: none;
    padding-top: 35px !important;

}

.main-navigation ul .sub-menu::before {
    content: "";
    background: #fff !important;
    position: absolute;
    display: block;
    height: calc(100% - 20px);
    width: 100%;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

	.main-navigation ul .sub-menu li a {

		background-color: rgba(232, 56, 62,0.0);
		display: block;
		padding: 10px;
		border-radius: 6px;
		margin-bottom: 1px;
		transition: all 0.3s;
	}
	.main-navigation ul .sub-menu li a:hover  {
		background-color: rgba(232, 56, 62,0.05)
	}

}





.wpcf7 form .wpcf7-response-output  {
	margin: 0;
	border: none;
	padding: 0;

}

.abt-in-rw1 .pera-cont  {
	margin-bottom: 40px
}
.pop-frm {
	position: fixed;
top: 0;
	height: 100vh;
	background: #fff;
	width: 100%;
	z-index: 88888;
		padding-top: 100px;
	padding-bottom: 60px;
	overflow-y: scroll;
	visibility: hidden;
opacity: 0;
	transition: all 0.3s;

	
}
.pop-frm.active {
	opacity: 1;
	visibility: visible;
	
	
}



.frm-appli {
	max-width: 530px;
	margin: auto
}
.frm-appli .wpcf7-submit  {
	width: 100% !important;
	max-width: 100% !important
}

.perac {
text-align: center
}

.pop-frm  .perac {
	max-width: 400px;
	margin: auto;
	margin-bottom: 40px
	
}

.wpcf7-not-valid-tip {
	margin-top: 5px
}

.cls-pop  {
	position:  absolute;
	top: 20px;
	right: 20px;

	border:  none;
	background: #f4f4f4;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	padding: 14px 0px
	
}

.scroll-lock {
overflow: hidden
}

.rec-in-cont {

  overflow: hidden;
  display: none;
}




.rec-in-blk {
	margin-bottom: 40px
}



.ser-in-blk   img {
	width: 100%
}

.round-hold-img  {
 opacity: 0;
}




@media only screen and (max-width: 768px) {
	.site-branding img {
		height: 33px
	}
	
	.headmain > div:last-child  {
	  position: static;
	}

	
	.slid-cont  {
		padding-top: 70px;
		padding-bottom:70px
	}
	#masthead {
		position: static !important
	}
	.round-hold-img  {
 opacity: 1;
}

	
	.img-contain-blk  {
	right: 0;
		left: 0;
		height: 100%;
		width: 100%
	}
	.img-contain-blk img {
		width: 100%;
		height: 100%
	}
	
	
	.slid-au-img {
		width: 60px;
		height: 60px
	}
	.slid-au-cont {
		width: calc(100% - 60px);
		padding-left: 15px
	}
	.slid-au-cont h3  {
		font-size: 16px
	}
	.slid-au-cont p {
		margin-top: 0
	}
	.list-slid-rw  {
		max-width: 310px
	}
	
	.list-au-sm  {
		width: 65px;
		height: 65px
	}
	.list-au3 {
    top: 25%;
    left: 55px;
}
	.list-au4 {
    top: 22%;
    right: 13px;
	}
	.list-au5 {
    right: 95px;
	}
	
	.slid-cont {
		max-width: 100%;
	}
	
	.tst-hold img {
		height: 50px
	}
	.uni-ic-rw {
   
    margin-top: 59px;
    margin-bottom: 75px;
}
	
	.studfrm-h-rw > div:last-child {
		margin-top: 50px;
	}
	
	.mainhead {
		font-size: 33px
	}
	.searchandfilter ul li select, .searchandfilter ul li input[type="submit"] {
		height: 47px
	}
	.searchandfilter ul li select {
	padding: 13px 10px;
	}
	
	
	.wt-we-img {
		width: 60px;
		height: 60px
	}
	
	
	.whatwe-h-rw > .container > .row > div:last-child {
		margin-top: 40px
	}
	
	
	.dis-blk img {
		width: 40px;
		height: 40px;
	}
	
	.dis-blk h3 {
		padding-left: 12px;
		width: calc(100% - 40px);
		font-size:15px
	}
	.main-h-img  {
		display:  block;
		text-align:  center;
		margin-bottom: 10px
	}
	
	.main-h-img .mainhead   {
		display: block
	}
	.eas-h-rw .row > div:first-child , .eas-h-rw .row > div:last-child {
		padding: 0
	}
	.eas-h-rw .row > div {
		padding-top: 50px !important
	}
	.main-h-img img {
		margin-left: 0;
	}
	.eas-h-rw .row > div:first-child::after, .eas-h-rw .row > div:last-child::after {
		display:  none
	}
	
	.tst-h-rw .row > div:first-child {
		padding-right: 15px;
		margin-bottom: 15px
	}

	.ft-ban-c1 {
		width:  70%;
	}
	
	.ft-ban-rw {
		padding: 50px 30px
	}
	
	.ft-ban-c1 {
		z-index: 55;
	}
	
	.ft-ban-c1 .mainhead {
		font-size: 28px
	}
	
	.ft-ban-rw img {
		    height: calc(100% + 80px);
	}
	.ft-ban-rw {
		margin-top: 50px;
	}
	.studfrm-h-rw {
		margin-bottom: 70px
	}
	.whatwe-h-rw {
		padding-top: 70px;
		padding-bottom: 75px;
	}
	.disc-h-rw {
		padding: 70px 0
	}
	.eas-h-rw {
		padding-bottom: 75px
	}
	
	.tst-h-rw {
		padding-top: 75px;
		padding-bottom: 70px
	}
	
	.ft-top-rw  {
		padding-bottom: 20px
	}
	.mainbtn {
		font-size: 15px
	}
	.slid-cont a, .mainbtn {
		height: 46px;
		padding-right: 53px;

	}
	.slid-cont a::after, .mainbtn::after {
	width: 22px;
    height: 38px;
	}
	.mainbtnc {
    max-width: 160px;
	}
	
	.headmain .menu-toggle {
		right: 15px
	}
	
	.book-btn {
		right: 55px
	}
	.main-navigation ul li {
		margin-bottom: 18px
	}
	.main-navigation ul li a {
		font-size:  20px !important
	}
	
	.main-navigation ul ul {
		position: static;
		margin: 0;
		float:  none;
		box-shadow: none;
		text-align: center !important
	}
	.abt-in-rw1 {
		padding: 80px 0
	}
	.abt-in-rw1 > div:first-child {
		padding-right: 15px
	}
	
	.abt-in-rw1 > div:nth-child(2) {
		margin-top: 40px
	}
	
	.top-in-rw {
		    padding: 80px 0;
	}
	
	.mis-blk img {
		width: 70px;
		height: 70px;
	}
	
	.abt-in-rw3  .row > div {
	 padding: 15px
	}
	.abt-in-rw4 > div:last-child {
		padding-left: 15px;
		margin-top: 20px
	}
	
	.abt-in-rw1 {
		padding: 70px 0;
		padding-bottom: 50px
	}
	
	
	.abt-in-rw2 .mainhead {
		font-size: 28px;
		margin-bottom: 35px
	}
	
	.abt-in-rw2  {
		padding-bottom: 70px
	}
	.abt-in-rw3 {
		padding: 70px 0;
		padding-bottom: 50px
	}
	
	.rec-in-hed  {
		display: block;
		
	}
	.rec-in-hed  h3 {
		margin-bottom: 18px
	}
	
	.rec-in-blk  {
		padding: 28px
	}
	
	.rec-in-hed  .mainbtn  {
		height: 40px;
		padding: 8px 14px;
		padding-right: 50px
	}
	.list-bt {
		font-size: 15px
	}
	.rec-in-hed ul {
		display: flex;
		align-items: center
	}
	.rec-in-hed ul li:last-child {
		margin-left: auto
	}
	
	
	.rec-in-cont {
		padding-top: 10px
	}
	.ser-in-rw1 > div:first-child {
		padding-left: 15px;
		margin-bottom: 50px
	}
	
	
	.ser-in-rw1 {
		padding: 70px 0
	}
	
	.tst-in-rw1 {
		padding-bottom: 70px
	}
	
	
	
	
	.cont-in-rw1 {
		padding: 70px 0;
		padding-bottom: 50px
	}
	
	.cont-in-rw2 {
		padding-top: 70px;
		padding-bottom: 40px
	}
	
	
	.subpc {
		max-width: 400px;
	}
	
	.ser-in-top {
		display: block;
	}
	.ser-in-top span {
		position: relative;
		margin-bottom: 20px
	}
	.ser-in-top form {
		width: 100%;
		
	}
	.ser-in-top ul li {
		width: 50%;
		padding: 8px
	}
	.ser-in-top ul  {
		margin-left: -8px;
		margin-right: -8px;
	}
	
	.ser-in-top {
		margin-bottom: 40px
	}
	
	
	.found-hed {
		font-size: 18px
	}
	
	.sing-cont-rw  {
		position:  fixed;
		top: 0;
		left: 0;
		z-index: 55555;
		background: #fff;
		overflow-y: scroll;
		height: 100vh
	}
	
	.sing-cont-log-co , .sing-cont-ovr {
		padding-left: 50px;
		padding-right: 50px
	}
	.sing-logo-hold {
		left: 0;
	}
		.cont-in-rw1 > div:first-child {
		padding-right: 15px
	}
	.sing-cont-rw {
	transform: translatey(20%);
		visibility: hidden;
		transition: all 0.3s;
	}
	.sing-cont-rw.active {
	transform: translatey(0);
		visibility: visible;
	}
	
	.cls-bt-f  {
	    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    padding: 14px 0px;
	}
	.pop-frm {
		padding-bottom:20px
	}
	
	.sing-s-list.active {
		border:  solid 1px #e2e2e2;
		box-shadow: none
	}
	.sing-cont-ovr  {
		padding-bottom: 50px
	}
	.main-navigation ul li a{
		font-size: 18px !important;
		font-weight:600;
	}
	.main-navigation ul ul li a {
		font-weight: 500;
		font-size: 17px !important
	}
	.main-navigation ul ul li  {
		margin-bottom: 0px;
		padding-bottom: 5px
	}
	.main-navigation ul ul  {
		padding-top: 5px
	}
	.menu-item-has-children > a::after {
		content: " \f107";
		font-family: fontAwesome
		
	}
	.menu-item-has-children {
		margin-bottom: 0 !important;
		padding-bottom: 20px
	}
	
	
}
.sing-cont-rw {
		left: 0;
		right: 0;
	}
@media only screen and (max-width: 600px) {
	
	.site-branding img {
    height: 25px;
}
	
	
	.headmain {
    padding:25px 0;
}
	
	.headmain .menu-toggle {
    width: 25px;
	}
	
	.slid-cont h1 {
		font-size: 30px;
		line-height: 1.2
	}
	
	.slid-cont {
		padding-top: 40px
	}
	.slid-cont a, .mainbtn {
    height: 40px; 
		    padding: 8px 18px;
		padding-right: 50px;
		font-size: 15px
	}
	
	.book-btn {
		font-size: 12px;
		padding: 7px 10px; 
		height: 34px;
		    right: 50px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px
	}
	.slid-cont a::after, .mainbtn::after {
		width: 18px
	}
	
	
	.mainhead  {
		font-size: 26px
	}
	
	
	.slid-au-img {
		width: 35px;
		height: 35px;
	}
	
	.slid-au-cont {
		width: calc(100% - 35px);
		padding-left: 10px
	}
	.slid-au-cont h3 {
		font-size: 12px
	}
	.slid-au-cont p {
		font-size: 12px
	}
	.list-slid-rw {
	 max-width: 230px
	}
	.list-slid-rw  {
		padding: 10px
	}
	
	.list-au-sm {
		width: 45px;
		height: 45px
	}
	.list-au2 {
		transform: translatey(0);
	
	}
	.list-au1 {
		right: 15px;
		bottom:70px;
		left: auto
	}
	
	.list-au5 {
		bottom: auto;
		top: 20px;
	}
	.list-au3 {
		left: 35px
	}
	.list-au4 {
		right: 40px;
		top: 30%
	}
	
	.tst-hold img {
		height: 45px
	}
	.uni-ic-rw  {
		margin-left: -8px;
		margin-right: -8px
	}
	.uni-ic-rw > div{
		padding: 7px
	}
	
.searchandfilter ul li select, .searchandfilter ul li input[type="submit"] {
		 
		height: 44px
	}
	.searchandfilter ul li select {
		padding: 12px 10px;
		font-size: 14px
	}
	
	.studfrm-h-rw .searchandfilter ul li   {
		padding: 6px
	}
	.studfrm-h-rw .searchandfilter ul {
		margin-left: -6px;
		margin-right: -6px
	}
	.searchandfilter ul li input[type="submit"] {
		font-size: 14px;
		padding: 11px 10px
	}
	
	.wt-we-img  {
		width: 50px;
		height: 50px
	}
	
	.watwe-blk h3 {
		font-size: 16px
	}
	
	.watwe-blk p {
		font-size: 15px
	}
	
	.disc-h-rw .row > div {
		padding: 8px
	}
	.disc-h-rw .row {
		margin-left: -8px;
		margin-right: -8px
	}
	.mainbtnc {
    max-width: 150px;
}
	.main-h-img img {
		height: 28px
	}
	
	.eas-blk span {
		font-size: 35px;
		height: 85px;
		width: 85px;
		
	}
	.eas-blk h3 {
		font-size: 20px;
		line-height: 1.2
	}
	
	.tst-head img {
		width: 50px;
		height: 50px
	}
	.tst-head div  {
		width: calc(100% - 50px);
		padding-left: 10px
	}
	.tst-head h3 {
		font-size: 15px;
			position: relative;
		z-index: 555
	}
	.tst-head p  {
		font-size: 13px;
		position: relative;
		z-index: 555
	}
	.tst-head::after  {
		width: 35px;
		height: 35px;
		top: 50%;
		transform: translatey(-50%)
	}
	.tst-blk{
		padding: 35px 25px;
	}
	
	.ft-ban-c1 {
		width: 100%;
		
	}
	.ft-ban-c1 .mainhead  {
		font-size: 21px
	}
	.ft-ban-rw img {
		height: calc(100% + 10px)
	}
	
	
	.ft-ban-rw .mainbtn {
    margin-top: 15px;
}
	.ft-ban-rw {
    padding: 30px 20px;
}
	.ft-ban-c1 {
    width: 90%;
}
	.ft-ban-c1 .mainhead {
		max-width: 190px
	}
	.slid-cont {
		padding-bottom: 60px
	}
	.uni-ic-rw {
		margin-top: 30px;
		margin-bottom: 50px
	}
	.studfrm-h-rw > div:last-child  {
		margin-top: 30px
	}
	.studfrm-h-rw .mainhead {
    margin-bottom: 20px;
}
	
	.studfrm-h-rw  {
		margin-bottom: 60px
	}
	
	.whatwe-h-rw {
		padding-top: 60px;
		padding-bottom: 65px
	}
	.whatwe-h-rw .row .row > div {
		padding-bottom: 40px
	}
	.disc-h-rw {
		padding: 60px 0;
		padding-bottom: 70px
	}
	.subp  {
		margin-bottom: 20px
	}
	.disc-h-rw .row {
		margin-top: 30px
	}

	.eas-h-rw .row > div {
		padding-top: 40px !important
	}
		.eas-h-rw .row > div:first-child {
		padding-top: 20px !important
	}
	.eas-h-rw {
		padding-bottom: 60px
	}
	
	.tst-h-rw  {
		padding-top: 60px;
		padding-bottom: 40px
	}
	.ft-ban-rw {
    margin-top: 10px;
		margin-bottom:60px
}
	.ft-logo  {
		height: 30px
	}
	.ft-top-rw {
		padding-top: 50px ;
		padding-bottom: 35px
	}
	.ft-widget-rw aside aside:last-child {
		margin-bottom: 0
	}
	
	.top-in-rw h1 {
    font-size: 36px;
	}
	.top-in-rw {
    padding: 70px 0;
}
.abt-in-rw2 .mainhead {
    font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
	}
	
	.abt-in-rw2  > .row  {
		margin-left: -7px;
		margin-right: -7px
	}
	.abt-in-rw2  > .row > div {
		padding: 7px
	}
	
	.mis-blk img {
    width: 60px;
    height: 60px;
}
	.mis-blk h3 {
    margin: 8px 0;

    margin-top: 13px;
}
	.mis-blk {
		padding: 40px 20px
	}
	
	
	.abt-in-rw1 {
		padding: 60px 0;
    padding-bottom: 45px;
	}
	.abt-in-rw2 {
		padding-bottom: 50px
	}
	.abt-in-rw3 {
    padding: 50px 0;
		padding-bottom: 40px
	}
	.abt-in-rw4 {
		margin-bottom: 60px
	}
	.site-branding {
    margin-top: -8px;
}
	
	.rec-in-hed h3 {
		font-size:  20px
	}
	.rec-in-hed ul li a::after {
		display: none
	}
	
	.list-bt {
		padding-right: 0;
	}
	.rec-in-hed ul li a {
		font-size: 14px
	}
	.rec-in-hed .mainbtn {
		padding: 7px 15px;
		height: 38px
	}
	.rec-in-blk {
		padding: 20px
	}
	.rec-in-rw1 {
		padding: 60px 0;
		padding-bottom: 20px
	}
	
	
	.ser-in-rw1 {
		padding: 60px 0;
		padding-bottom: 30px
	}
	
	
	
	.tst-in-blk {
		padding: 30px 20px;
		padding-bottom: 40px
	}
	.tst-inblk-hed img {
		width: 60px;
		height: 60px;
		
	}
	.tst-inblk-hed > div {
		width: calc(100% - 60px);
		padding-left: 15px
	}
	.tst-inblk-hed h3 {
		font-size: 17px;
		line-height: 1.1
	}
	.tst-inblk-hed p  {
		font-size: 14px
	}
	.tst-in-blk::after {
		height: 35px;
		width: 35px;
	}
	
	.tst-in-rw1  {
		padding-top: 50px;
		padding-bottom: 40px
	}
	
	.cont-in-rw1 {
		padding: 60px 0;
		padding-bottom: 45px
	}
	.wrk-blk ul li {
		font-size: 15px
	}
	
	.cont-det-blk  {
		padding-top: 40px
	}
	.cont-det-blk ul li {
		margin-bottom: 15px
	}
	
	
	.cont-in-rw2  {
		padding-top: 60px;
		padding-bottom: 10px
	}
	
	.wpcf7-submit {
		max-width: 160px !important
	}
	
	.sing-cont-log-co, .sing-cont-ovr , .sing-cont-hed{
		padding-left: 20px;
		padding-right: 20px
	}
	.sing-logo-hold {
		width: 70px;
		height: 70px;
			margin-top: -30px;
	}
	.sing-cont-log-co .mainbtn {
	
		font-size: 13px;
		padding-right:15px
	}
	.sing-cont-log-co .mainbtn::after {
		display: none
	}
	
	.sing-cont-hed h3 {
		font-size: 20px
	}
	.sing-cont-hed span {
		font-size: 13px
	}
	
	.sing-cont-hed  {
		border-bottom: none;
		padding-top: 20px
		
	}
	.sing-cont-ovr {
		padding-top: 0
	}
	
	.sing-cont-ovr {
		padding-bottom: 30px
	}
	
	
	.top-in-rw h1 {
		line-height: 1.3
	}
	
	
	.img-sing-lis {
		width: 60px;
		height: 60px
	}
	.sing-lis-cont {
		width:  calc(100% - 60px);
		padding-left: 10px
	}
	
	.sing-lis-cont h3 {
		font-size: 14px
	}
	
	
	
	.sing-s-list {
		padding: 10px
	}
	.sing-s-list::after {
		width: 30px;
		height: 30px;
		padding: 1px;
		font-size: 18px;
		right: 12px;
		background: #fff
	}
	
	.sing-lis-cont p  {
		margin-top: 2px
	}
		.cls-bt-f  {

    width: 35px;
    height: 35px;

    padding: 10px 0px;
	}
}


@media only screen and (max-width:1186px) and (min-width:769px){
	.slid-au-img {
		width: 60px;
		height: 60px;
	}
	.slid-au-cont {
		width: calc(100% - 60px)
	}
	.slid-au-cont {
		padding-left: 15px
	}
	.list-slid-rw {
		max-width: 340px
	}
	.list-au1  {
		right: 0;
		bottom: 31%;
	}
	.list-au5 {
		right: 0;
	}
	.slid-au-cont h3 {
		font-size: 16px
	}
	.slid-au-cont p  {
		margin-top: 2px
	}
	.tst-hold img {
		height: 68px
	}
	.wt-we-img {
    width: 60px;
    height: 60px;
		
	}
	.abt-in-rw1 > div:first-child {
    padding-right: 45px;
}
	.abt-in-rw4 > div:last-child {
    padding-left: 45px;
}
	.ser-in-rw1 > div:first-child {
    padding-left: 30px;
}
	.main-navigation ul li {
    margin-left: 18px;
}
	.book-btn {
		margin-left: 35px
	}
}


@media only screen and (max-width: 336px) {
	.site-branding img {
    height: 20px;
}
	
	
}




.log-err {
	margin: 80px 0;
	text-align: center;
	color: #333;
}











