/*
* ----------------------------------------------------------------------------------------***
Author       : Targetiv
Template Name: Assurance - Creative Presonal Template
Version      : 1.0
* ----------------------------------------------------------------------------------------***
*/

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

[Table of contents]

01.Reset CSS
02.Font CSS
0.General Css 
04. Common CSS
05.CSS Transantion
06.preloader css
07. Header CSS
08. Parralax Banner  CSS
11.About css
12.Service Css
13.Skill & Experience css
14.Counter Css
12.Portfolio Css
14.Testimonial Css
15.Blog  css
19.Contact  css
20.Footer   css
21.Responsive Css

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

/* Reset CSS
=============================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

a:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
}

body {
	background: #fff;
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	width: 100%;
}

a {
	word-wrap: break-word;
	text-decoration: none !important;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

img {
	max-width: 100%;
}


/* Reset CSS End
===============================================================*/

/* Font CSS Start
=============================================================== */

body {
	font-weight: 400;
	font-size: 16px;
}

p {
	font-weight: 400;
	font-size: 1.625rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
ul {
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 5px;

}

h1 {
	font-size: 45px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
}

h2 {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.3;
}

h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
}

h4 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
}

h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

h6 {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
}

p {
	margin-bottom: 15px;
	line-height: 2.175rem;
}

a {
	font-size: 1.625rem;
	line-height: 2.175rem;
	color: #1B2B48;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover {
	color: #000;
}

blockquote {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
}

/* Font CSS End
=============================================================== */

/* Common CSS Start
=============================================================== */

.pad-0 {
	padding: 0;
}

.sec-pad {
	padding-left: 5rem;
	padding-right: 5rem;
}

.color-white:hover,
.color-white {
	color: #fff!important;
}

.color-white.brdr-btn:before {
	background: #fff;
}

/*.deep-black {
	color: #1B2B48;
}

.ash-black {
	color: #42525B;
}*/

.com-btn {
	font-size: 1.5rem;
	line-height: 30.38px;
	font-weight: 700;
}

.btn svg {
	margin-left: 1rem;
}

.brdr-btn {
	position: relative;
	padding-top: 1.5rem;
	display: inline-block;
}

.brdr-btn:before {
	content: '';
	position: absolute;
	display: block;
	width: 78px;
	height: 2px;
	background: #1B2B48;
	top: 0;
	left: 0;
}

.trn {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ovrly {
	position: relative;
	width: 100%;
	height: 100%;
}

.ovrly:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: radial-gradient(circle, rgb(255 255 255 / 70%) 40%, rgb(255 255 255 / 45%) 70%, rgb(255 255 255 / 45%) 100%);
}

.asrnc-slider {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

/*.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}*/

.sec-bg {
	background-position: center center!important;
	background-size: cover!important;
}

/* Header CSS Start
=============================================================== */

.header-wrapper {
	position: relative;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}

.navbar {
	display: inline-block;
	padding: 1.75rem 5rem 1rem;
}

.navbar-brand {
	width: 30%;
}
.home .navbar-brand a img{
     filter: grayscale(100%); 
    filter: brightness(0) invert(1);
}
.home .sticky_nav .navbar-brand a img{
   filter:none;
}
.navbar-collapse {
	float: right;
	width: 70%;
	padding: 25px 0;
}

#navbarNav .verticle-nav {
	position: relative;
	/*overflow: hidden;*/
	width: 85%;
	float: left;
	min-height: 35px;
	padding: 5px 0;
}

#navbarNav ul > li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

ul#navbar-nav > li.menu-item-has-children > a {
	padding-right: 30px;
	position: relative;
}

ul#navbar-nav > li.menu-item-has-children > a:after {
	content: '\f107';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 0px;
	top: -2px;
}

#navbarNav ul > li > a {
	font-size: 1.5rem;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#navbarNav ul > li > ul {
	margin-left: 0;
	position: absolute;
	width: 260px;
	padding: 10px 20px;
	top: 200%;
	left: 0;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 8px rgb(154 154 154 / 8%);
	border-radius: 2px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#navbarNav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

#navbarNav ul > li > ul li {
	display: block;
	margin: 5px 0;
}

#navbarNav ul > li > ul li a {
	color: #1B2B48;
	font-size: 1.25rem;
}

#navbarNav ul > li > ul li a:hover {
	padding-left: 10px;
}

/*
.navbar-toggler{
    font-size: 2.375rem;
    background: transparent;
    border: inherit;
    cursor: pointer;
    color: #fff;
    width: 10%;
    text-align: right;
}
.navbar-toggler:hover{
	color: #1B2B48;
}*/

/* Menu Bar Css Start*/

@keyframes navbarfadeout {
	0% {
		right: 0%;
		opacity: 1;
	}
	40% {
		right: 0%;
		opacity: 0.5;
	}
	100% {
		right: -10%;
		opacity: 0;
	}
}

.verticle-nav ul.navbar-nav {
	-webkit-animation: navbarfadeout 0.5s;
	-moz-animation: navbarfadeout 0.5s;
	-ms-animation: navbarfadeout 0.5s;
	-o-animation: navbarfadeout 0.5s;
	animation: navbarfadeout 0.5s;
	position: absolute;
	top: 0;
	right: -150%;
	height: 100%;
	display: block;
}

@keyframes navbarfaderight {
	0% {
		right: -150%;
		opacity: 0;
	}
	40% {
		right: -10%;
		opacity: 0;
	}
	100% {
		right: 0%;
		opacity: 1;
	}
}

.verticle-nav.open ul.navbar-nav {
	-webkit-animation: navbarfaderight 0.5s;
	-moz-animation: navbarfaderight 0.5s;
	-ms-animation: navbarfaderight 0.5s;
	-o-animation: navbarfaderight 0.5s;
	animation: navbarfaderight 0.5s;
	right: 0%;
}

/*.toggle-bar {
    float: right;
    width: 15%;
}*/

#nav-icon {
	float: right;
	width: 38px;
	height: 35px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2) {
	top: 13px;
}

#nav-icon span:nth-child(3) {
	top: 26px;
}

#nav-icon.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Menu Bar Css End*/

.header-wrapper.sticky_nav {
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px rgb(205 234 242 / 76%);
	top: 0;
	left: 0;
}

.header-wrapper.sticky_nav .navbar {
	padding: 0.75rem 5rem 0.75rem;
}

.header-wrapper.sticky_nav .navbar-toggler {
	color: #1B2B48;
	;
}

.header-wrapper.sticky_nav .navbar-toggler:hover {
	color: #000;
}

.header-wrapper.sticky_nav #navbarNav ul > li > a {
	color: #1B2B48;
}

.header-wrapper.sticky_nav #nav-icon span {
	background: #1B2B48;
}

/*Side Navbar Css*/

.emrgncy-close span,
.close span {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-left: -50px;
	background: #fff;
	color: #1B2B48;
	cursor: pointer;
}
.com-btn .fa-arrow-right,
.close span .fa-times,
.emrgncy-close span .fa-times{
	    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.close span:hover .fa-times,
.emrgncy-close span:hover .fa-times{
	transform: scale(1.5);
}
.com-btn:hover .fa-arrow-right{
	margin-left:2rem;
}

/*
@-webkit-keyframes rotating


	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.com-btn:hover .fa-arrow-right{
	-webkit-animation: rotating 1s linear infinite;
	-moz-animation: rotating 1s linear infinite;
	-ms-animation: rotating 1s linear infinite;
	-o-animation: rotating 1s linear infinite;
	animation: rotating 1s linear infinite;
}*/

.navbar-slide {
	position: fixed;
	max-width: 350px;
	width: 100%;
	right: -150%;
	top: 0;
	height: 100vh;
	background: #fff;
	transition: all .5s cubic-bezier(1, 0, 0, 1);
}

.navbar-inner {
	padding: 0px 40px 25px;
}

ul.navbar-nav li {
	margin: 15px 0;
}
#horizontal-nav{
	overflow: scroll;
	height: 90vh;
}
#horizontal-nav li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#horizontal-nav .menu-item-has-children ul li a,
#horizontal-nav .menu-item-has-children {
	position: relative;
}

#horizontal-nav .menu-item-has-children:after {
	content: '\f067';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #1B2B48;
	font-size: 22px;
	line-height: 2.175rem;
}

#horizontal-nav .menu-item-has-children.active:after {
	content: '\f068';
}

#horizontal-nav .menu-item-has-children ul li a:before {
	content: '\f054';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	position: absolute;
	display: block;
	top: -2px;
	left: -20px;
	color: #1B2B48;
	font-size: 22px;
	line-height: 2.175rem;
}

#horizontal-nav .sub-menu {
	display: none;
	margin-left: 2rem;
}

#horizontal-nav .sub-menu.open {
	display: block;
}

/*========----- Inner Page Header Start-----========*/
.site-main{
	padding-top: 5rem;
}
.post-thumbnail img{
	width: 100%;
}
.entry-header h1{
	font-size: 2.25rem;
	margin: 1.5rem 0 0.5rem;
	color:#1B2B48;
}
.entry-footer .cat-links a,
.entry-footer .cat-links{
	font-size: 1.25rem;
}
.sidebar{
	padding-left: 4%;
}
.sidebar .widget-title{
	color:#1B2B48;
}
.sidebar ul li a{
	font-size: 1.25rem;
}
.search-form label{
	float: left;
}
.search-form  input[type="search"]{
	padding: 3px 20px;
    font-size: 1.25rem;
}
.search-form  input[type="submit"]{
	padding: 10px 20px;
    font-size: 1.25rem;
}
.entry-footer{
	margin-bottom: 2.5rem;
}
.nav-links a{
	font-size: 1.5rem;
}
.inner-page-header #nav-icon span {
	background: #1B2B48;
}

.inner-page-header #navbarNav ul > li > a {
	color: #1B2B48;
}
.comment-form p input:not([type="checkbox"]):not([type="submit"]){
	width: 100%;
}
.comment-form p label{
	display: block;
}
.comment-form .comment-form-cookies-consent label{
	display: inline-block;
}
/*========----- Inner Page Header End-----========*/

/* Header CSS End
=============================================================== */

/* Banner CSS Start
=============================================================== */

.inr-bnr-area {
	margin-top: -135px;
	background:#fff;
}

.banner-area {
	margin-top: -8.25rem;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:#fff;
}

.banner-left {
	padding-top: 1.75rem;
	padding-left: 5rem;
	padding-right: 2rem;
	width: 30%;
	float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:9;
}

.top-content {
	margin-bottom: 9.5rem;
}
/*
.top-content h1 {
	font-size: 4.6875rem;
	font-weight: 400;
	margin-bottom: 5.175rem;
}*/
.top-content a:hover,
.top-content a,
.top-content p,
.top-content h1{
   color:#fff;
}
.top-content h1 {
	font-size: 3.125rem;
  font-weight: 600;
	text-transform: uppercase;
  margin-bottom: 5.175rem;
}
.top-content p {
	font-size: 2.125rem;
	line-height: 45.5px;
	margin-bottom: 3.5rem;
}

.asr-title {
	font-size: 3.25rem;
	margin-bottom: 3.625rem;
}
.banner-top{
    position: relative;
    overflow: hidden;
}
.left-content p {
	margin-bottom: 4.25rem;
}

.banner-right {
	width: 100%;
	float: left;
	position: relative;
}

.banner-right {
    min-height: 100%;
    height: 100vh;
	overflow:hidden;
}
.banner-right .ovrly:after {
    background: linear-gradient(180deg, rgb(0 0 0 / 33%) 0%, rgba(0,0,0,0) 100%)!important;
}
.banner-bottom-content {
	position: relative;
	z-index: 1;
	left: 0;
	bottom: 0;
    display: flex;
}

.banner-right-content a.btn {
	display: none;
}

.banner-right-content {
	width: 70%;
    padding: 3.4375rem 100px 3.4375rem;
    background: #cff2f6;
    z-index: 1;
    float: left;
}
.banner-right-content p,
.banner-right-content a{
	color:#42525b;
}
.banner-rght-cntnt{
    padding-top: 7.8125rem;
    width:50%;
}
.left-content {
	padding-left: 5rem;
	padding-right: 2rem;
	padding-top: 3.4375rem;
	padding-bottom: 3.4375rem;
	width: 30%;
	float: left;
}

/*Slider Css Start*/

.banner-right .banner-swiper-slider {
	width: 100%;
	height: 100%;
}

.banner-right .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.banner-right .swiper-container-horizontal > .swiper-pagination-bullets,
.banner-right .swiper-pagination-custom,
.banner-right .swiper-pagination-fraction {
	bottom: 70%;
	right: 5.3125rem;
	width: 30px!important;
	left: inherit;
}

.banner-right .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 1.5rem 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 0;
	background: #fff;
	opacity: 0.3;
}

.banner-right .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	opacity: 1;
}


/* Banner CSS End
=============================================================== */

/* Admiralty CSS Start
=============================================================== */

.asr-sec {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	padding: 130px 0 97px;
	width: 100%;
}

.asr-bg > img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#asr-bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	transition: opacity 500ms;
}

#video-background {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	width: auto;
}

.asr-inner-wrapper {
	position: relative;
	z-index: 1;
	padding: 0 30%;
}

/*.asr-inner-wrapper .content-block{
	width: 80%;
}*/

.content-block p {
	margin-bottom: 73px;
}

.service-area {
	overflow: hidden;
	width: 100%;
}

.asr-service-area .asr-inner-wrapper {
	width: 100%;
}

/* Admiralty CSS End
=============================================================== */

/* Team CSS Start
=============================================================== */

.inner-team-wrapper {
	position: relative;
}

.team-area .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.team-area .swiper-slide {
	background-size: cover;
	background-position: center;
}

.member-img {
	position: relative;
}


.member-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inherit;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.member-info {
	padding: 65px 0 0 65px;
}

.member-info p {
	margin-bottom: 73px;
}

.member-info h3 {
	font-size: 36px;
	margin-bottom: 70px;
}

.member-info .btn {
	margin-left: 17%;

}

.team-area .gallery-top {
	height: 80%;
	width: 100%;
}

.team-area .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
}

.team-area .gallery-thumbs .swiper-slide {
	width: 33.3333%!important;
	height: 190px;
	cursor: pointer;
	position: relative;
}

.mobile-layout img:after,
.member-img:after,
.team-area .gallery-thumbs .swiper-slide:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(27 43 72 / 38%);
	bottom: 0;
	left: 0;
	z-index: 1;
}

.team-area .gallery-thumbs .swiper-slide-thumb-active:after {
	background: transparent;
}

.slider-arrow {
	width: 20%;
	height: 190px;
	position: relative;
}

.slider-thumb {
	width: 80%;
}

.slider-thumb .gallery-thumbs .swiper-slide img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.team-pagination {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.team-pagination .col-three {
	height: 2px;
}

.team-pagination .col-nine,
.team-member .col-three {
	padding-left: 0;
	padding-right: 0;
}


.slider-gallery-loop {
	position: relative;
	overflow: hidden;
}

.slider-gallery-loop:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 60px;
	background: #3D4F55;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.swiper-button-next,
.swiper-button-prev {
	height: 27px;
	top: 90%;
	background-size: contain;
}

.mobile-layout {
	display: none;
}

.archive-team-area {
	padding-bottom: 8.0625rem;
	overflow: hidden;
}

.sl-team-member {
	margin-bottom: 3rem;
}

.member-profile-image {
	width: 44%;
}

.team-member-img img,
.member-profile-image img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.inner-member-info {
	background: #fff;
	border: 1px solid rgb(0 0 0 / 20%);
	padding: 2.25rem 2.8125rem;
}

.member-details {
	padding-left: 20%;
	padding-right: 15%;
	position: relative;
	margin-top: -130px;
}

.inner-member-info .name {
	font-size: 2.25rem;
	font-weight: bold;
	color: #1B2B48;
}

.inner-member-info .designation {
	margin-bottom: 1rem;
	color: #1B2B48;
}

.inner-member-bio .col-three {
	padding: 0;
}

.inner-member-bio {
	margin: 3.125rem 0;
	overflow: hidden;
	border: 1px solid #ddd;
}

.team-member-img {
	max-height: 580px;
	overflow: hidden;
}

.member-bio {
	padding: 50px 100px 0;
}

.member-bio .asr-title {
	margin-bottom: 0;
}

.member-bio ul {
	margin-bottom: 2.5rem;
}

.member-bio ul li {
    margin: 10px 0;
    overflow: hidden;
	line-height: 2.175rem;
}
.member-bio ul li span:first-child {
    width: 15%;
    float: left;
}
.member-bio ul li span:last-child{
	width: 85%;
	float: left;
}
.single-team .sub-heading {
	width: 100%;
}

.sl-membar-info{
	padding-top:5rem;
}
/* Team CSS End
=============================================================== */

/* Milestones CSS Start
=============================================================== */

.milestones-area {
	padding-top: 90px;
	padding-bottom: 110px;
	overflow: hidden;
}

.inner-milestones {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}

.milestones-area .asr-title {
	margin-bottom: 1.625rem;
}

ul.milestone-list li:last-child .circle-block:after {
	display: none;
}

.circle {
	width: 166px;
	height: 166px;
	padding: 10px;
	box-shadow: 0px 0px 1px 1px #0000001a;
	border-radius: 50%;
	margin: 0px auto 30px;
}

.circle h3 {
	border-radius: 50%;
	background: #1B2B48;
	line-height: 146px;
	width: 146px;
	height: 146px;
	color: #fff;
}


/*========== Parallax Flip Css Start ===========*/

.cirle-box {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.front,
.back {
	background-color: #1B2B48;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 100%;
	height: auto;
	border-radius: 50%;
	color: #fff;
	font-size: 1.5rem;
}

.back {
	background: #1B2B48;
	/* background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);*/
}

.cirle-box:hover .front,
.cirle-box:hover .back {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}

.cirle-box .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cirle-box .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cirle-box:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cirle-box:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

ul.milestone-list li {
	padding: 40px 0;
}

.circle-block {
	position: relative;
}

.circle-block:after {
	content: '';
	position: absolute;
	display: block;
	width: 40%;
	height: 2px;
	top: 50%;
	left: 107%;
	background: #42525B;
}

.cirle-box {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	border-radius: 50%;
	padding: 10px;
}

.inr-circle {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

.front h3 {
	color: #fff;
}

.circle-block p {
	font-size: 1rem;
	margin-bottom: 0;
	color: #fff;
	line-height: 1.3;
}

/*========== Parallax Flip Css End ===========*/

/*===New Animation Css====*/

.inner-milestones {
	position: relative;
	min-height: 440px;
}

.snack-animation {
	width: 100%;
	min-height: 250px;
	margin: 0 auto;
	padding-top: 60px;
	/*transform: translate(0%, 0%);*/
	overflow: hidden;
}

ul.snack-animation li {
	width: 20%;
	float: left;
	position: relative;
}

ul.animate-left li {
	opacity: 0;
	visibility: hidden;
}

@keyframes ball1 {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

ul.snack-animation.circle-animation li:nth-child(1) {
	animation-delay: .0s!important;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important;
	-webkit-animation: ball1 1s !important;
	-moz-animation: ball1 1s !important;
	-o-animation: ball1 1s !important;
	animation: ball1 1s !important;
}

@keyframes ball2 {

	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	20% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

ul.snack-animation.circle-animation li:nth-child(2) {
	animation-delay: .5s!important;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important;
	-webkit-animation: ball2 1s !important;
	-moz-animation: ball2 1s !important;
	-o-animation: ball2 1s !important;
	animation: ball2 1s !important;
}

@keyframes ball3 {

	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	40% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

ul.snack-animation.circle-animation li:nth-child(3) {
	animation-delay: 1s!important;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important;
	-webkit-animation: ball3 1s !important;
	-moz-animation: ball3 1s !important;
	-o-animation: ball3 1s !important;
	animation: ball3 1s !important;

}

@keyframes ball4 {

	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	60% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

ul.snack-animation.circle-animation li:nth-child(4) {
	animation-delay: 1.5s!important;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important;
	-webkit-animation: ball4 1s !important;
	-moz-animation: ball4 1s !important;
	-o-animation: ball4 1s !important;
	animation: ball4 1s !important;
}

@keyframes ball5 {

	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	80% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

ul.snack-animation.circle-animation li:nth-child(5) {
	animation-delay: 2s!important;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important;
	-webkit-animation: ball5 1s !important;
	-moz-animation: ball5 1s !important;
	-o-animation: ball5 1s !important;
	animation: ball5 1s !important;
}



@keyframes rightborder {
	0% {
		width: 0%;
		opacity: 0;
	}
	80% {
		width: 0%;
		opacity: 0;
	}
	100% {
		width: 40%;
	}
}

ul.snack-animation.circle-animation li .circle-block:after {
	-webkit-animation: rightborder 2s;
	-moz-animation: rightborder 2s;
	-ms-animation: rightborder 2s;
	-o-animation: rightborder 2s;
	animation: rightborder 2s;
}

.pulse {
	-webkit-animation: pulse-animation 3s infinite;
	-moz-animation: pulse-animation 3s infinite;
	-ms-animation: pulse-animation 3s infinite;
	-o-animation: pulse-animation 3s infinite;
	animation: pulse-animation 3s infinite;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgb(27 43 72 / 25%);
	}
	30% {
		box-shadow: 0 0 0 0px rgb(27 43 72 / 25%);
	}
	100% {
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	}
}

ul.snack-animation li:nth-child(1) .pulse {
	animation-delay: 0s;
}

ul.snack-animation li:nth-child(2) .pulse {
	animation-delay: .5s;
}

ul.snack-animation li:nth-child(3) .pulse {
	animation-delay: 1s;
}

ul.snack-animation li:nth-child(4) .pulse {
	animation-delay: 1.5s;
}

ul.snack-animation li:nth-child(5) .pulse {
	animation-delay: 2s;
}

/* Milestones CSS End
=============================================================== */

/* Blog CSS Start
=============================================================== */

.blog-area {
	background: #CCEBF3;
	padding: 70px 0 80px;
}

.blog-area .inner-blog {
	max-width: 880px;
	margin: 0 auto;
}

.sl-post .post-thumbs,
.sl-post .col-eight {
	padding: 0;
}

.post-thumbs img {
	width: 100%;
	object-fit: cover;
}

.blog-swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog-slider-arrow {
	position: relative;
}

.blog-heading .blog-slider-arrow,
.blog-heading .asr-title {
	width: 50%;
}

.blog-slider-arrow .swiper-button-next,
.blog-slider-arrow .swiper-button-prev {
	margin-top: 8px;
	display: inline-block;
	width: 47px;
	height: 47px;
	overflow: hidden;
	background-size: 27px;
	background-color: #fff;
}

.blog-slider-arrow .swiper-button-prev {
	left: 75%;
}

.post-details {
	padding: 8px 50px;
}

.post-details .post-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 35px;
}

.post-meta p {
	font-size: 1rem;
}

article.sl-post {
	margin-bottom: 70px;
	overflow: hidden;
}

.inner-blog .swiper-slide:nth-child(3n+3) article.sl-post {
	margin-bottom: 0px;
}

/* Blog CSS End
=============================================================== */

/* Inner Page Banner Area Css End
=============================================================== */

.inr-bnr-area {
	position: relative;
	/*    max-height: 570px;
	overflow: hidden;*/
}
.inr-bnr-area .pg-banner-bg{
	background-position: bottom center!important;
}
.inr-bnr-area .top-content {
	margin-bottom: 0;
	display: block;
	/*=padding-bottom: 5rem;
	padding-top: 365px;=*/
	padding-top:250px;
	position: relative;
	z-index: 1;
}

.inr-bnr-area .top-content h1 {
	display: table-cell;
	vertical-align: bottom;
	
	background: #1B2B48;
    color: #fff;
    padding: 20px 60px;
    position: relative;
    bottom: -57px;
}

.asr-service-area:after,
.inr-bnr-area:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/*======== The Firm Css Start =======*/

.frim-area {
	padding-top: 7.5rem;
	padding-bottom: 3.75rem;
	overflow: hidden;
}
.frim-area h2.asr-title{
	padding:0 10px;
}
.right-pad {
	padding-right: 4.125rem;
}

.left-pad {
	padding-left: 4.125rem;
}

.expertise-area .left-block p {
	font-size: 2.25rem;
	line-height: 1.4;
}

.ash-bg {
	background: rgb(27 43 72 / 5%);
	padding-top: 170px;
	padding-bottom: 80px;
	overflow: hidden;
}

.clients-area {
	padding: 100px 0 160px;
}

.client-list {
	position: relative;
	height: auto;
	overflow: hidden;
}

.client-list li {
	margin-bottom: -2px;
	width: 20%;
	border: solid;
	border-width: 0px 2px 2px 0px;
	border-color: rgba(0, 0, 0, 0.2);
	float: left;
	display: table;
}

.client-list li:nth-child(5n) {
	border-width: 0px 0px 2px 0px;
}

.client-list .client {
	height: 180px;
	vertical-align: middle;
	display: table-cell;
	padding: 0 10px;
}

.client-list li h4 {
/*	font-family: 'Ruda', sans-serif;*/
	font-size: 1.5rem;
	color: #000;
	line-height: 1.2;
}

.team-and-milestones-area .col-six {
	padding: 0;
}

.sl-tm-mlstn {
	padding: 70px 0;
}

.sl-tm-mlstn .btn {
/*	font-family: 'Libre Baskerville', serif;*/
	font-weight: normal;
	font-size: 52px;
	line-height: 1.3;
}

.sl-team .btn:hover {
	color: #fff;
}

/*======== The Firm Css End   =======*/

/*======== Service Css Start   =======*/

.service-area .content-block {
	margin: 0 auto;
	width:50%;
}

.service-area .col-four {
	padding: 0!important;
}

.sub-heading {
	width: 55%;
}

.sub-heading p {
	font-size: 2.25rem;
	line-height: 1.3;
}

.asr-inner-wrapper .content {
	column-count: 2;
	column-gap: 80px;
}

.asr-inner-wrapper .content-block p {
	margin-bottom: 40px;
}

.asr-service-area {
	padding: 5.625rem 0 18.75rem;
}

.srvc-bg-color {
	padding: 5.625rem 0 7.25rem;
}

/*Popup Css==============*/

a.popup-btn {
	cursor: pointer;
	position: relative;
}

.overlay {
	background: rgb(0 0 0 / 65%);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	z-index: 999;
}

.overlay.is-on {
	opacity: 1;
	visibility: visible;
}

.overlay.is-on .content {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.overlay .content {
	background: #fff;
	position: absolute;
	top: -50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	height: 70%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: scroll;
}

.close-area {
	overflow: hidden;
}

.close-area .close {
	text-align: right;
	padding: 1rem;
	font-size: 1rem;
	color: #999;
	cursor: pointer;
	float: right;
}

.popup-content .contact-form {
	padding: 0;
}

.overlay .content::-webkit-scrollbar {
	display: none;
}

/*Popup Css =============*/

/*======== Service Css End   =======*/

/*======== Contact Css Start   =======*/

.contact-area {
	padding: 120px 0 90px;
	overflow: hidden;
}

.pad_wrapper {
	padding-left: 5rem;
	padding-right: 5rem;
}

.contact-info {
	padding-right: 140px;
}

.brdr-content {
	/*border: 1px solid #000;
	padding: 2rem 4.5rem;
	margin-bottom: 5.5625rem;*/
	margin-bottom: 1.5625rem;
}

.brdr-content p {
	font-size: 3.25rem;
	line-height: 1.2;
}

.address {
	margin-bottom: 2.5rem;
}

.contact-info p {
	margin-bottom: 0;
}

ul.icon-list li a,
.address p {
	font-size: 1rem;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip,
ul.icon-list li .svg-inline--fa,
ul.icon-list li a {
	font-size: 1rem;
}

.wpcf7-response-output {
	margin: 0!important;
	border: inherit!important;
}

ul.icon-list li a {
	padding-left: 15px;
}

.contact-form {
	padding-left: 3.75rem;
}

.contact-form .col-twelve,
.contact-form .col-six {
	padding: 0 2rem;
	margin-bottom: 2rem;
}

.contact-form textarea,
.contact-form input {
	width: 100%;
	font-size: 1rem;
	border-width: 0px 0px 1px 0px!important;
	border-color: #1B2B48!important;
	margin-bottom: 1rem;
	border-radius: 0px!important;
}

.contact-form input[type="submit"] {
	width: auto;
	border: 1px solid #1B2B48!important;
	background: transparent;
	padding: 10px 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	color:#1B2B48;
}

.contact-form input[type="submit"]:hover {
	background: #1B2B48;
	color: #fff;
}

/*======== Contact Css End   =======*/

/* Inner Page Banner Area CSS End
=============================================================== */

/* Footer CSS Start
=============================================================== */

.footer-bottom,
.footer-top {
	padding: 0 60px;
	overflow: hidden;
}

.footer-top {
	border-bottom: 1px solid #DEDEDE;
}

.footer-logo {
	padding: 35px 20px 45px;
}

.footer-bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-widget h4 {
	margin-bottom: 15px;
}

.footer-widget p,
.footer-widget a {
	font-size: 1rem;
	color: #1B2B48;
}

.footer-widget ul > li > a > span {
	padding-right: 10px;
}

.quick-link-widget ul > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.quick-link-widget ul > li > a:hover {
	padding-left: 15px;
}

.sign-up-widget {
	padding-right: 90px;
}

.sign-up-widget .sign-up-btn {
	background: #1B2B48;
	color: #fff;
	padding: 22px 80px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	display: inline-block;
}

.sign-up-widget .sign-up-btn:hover {
	background: #000;
}

.copyright {
	margin-top: 20px;
}


/* Footer CSS End
=============================================================== */


/*  //   Default Modal Styles   //  */
  
  .asrn_popup  div.formDescription {
    float: left;
    display: block;
    width: 60%;
    padding: 1% 1%;
    clear: left;
}
.formDescription ul,
 .formDescription p{
	margin-bottom: 2rem;
	text-align: left;
 }
 .formDescription ul li a, .formDescription p {
    font-size: 1.125rem;
	line-height: 1.6;
}

.asrn-pp-btn{
	background: #1B2B48;
    color: #fff;
	padding: 10px 70px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    display: inline-block;
}
.asrn-pp-btn:hover{
	background: #000;
	color:#fff;
}
  .asrn_popup #asrn-pp-img {
    float: left;
    width: 40%;
    padding: 1%;
    display: block;
}
.asrn_popup #asrn-pp-img img{
    max-height: 340px;
    height: 100%;
    object-fit: cover;
	width:100%;
}

/*Emergency Area Css Start
=========================================*/
/*.emergency {
  position: fixed;
    bottom: 50%;
    right: -3.4rem;
    transform: rotate(90deg);
    z-index: 99;
}*/
.emergency {
	position: absolute;
    top: 0;
    right: 5rem;
}
.emergency .emergency-btn {
	background: #EB1C23;
    color: #fff;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 1.25rem;
	border: inherit;
}
.emergency .emergency-btn:hover {
    background: #1b2b48;
}
.header-wrapper.sticky_nav .emergency{
	display:none;
}
/*
.emergency-sidebar {
    width: 21.875rem;
    position: fixed;
    top: 109px;
    right: -150%;
    background: #fff;
    z-index: 999;
    height: calc(100vh - 109px);
	transition: all .5s cubic-bezier(1, 0, 0, 1);
}*/
.emergency-sidebar {
    width: 100%;
    background: #fff;
	max-height:0;
	overflow: hidden;
	    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
}
.emergency-sidebar .widget{
	margin-bottom:0;
}
.emergency-sidebar.open {
	max-height:550px;
}
.emergency-header {
    padding: 0.9375rem 5rem 0.5625rem 5rem;
}
.emrgncy-close {
	display: inline-block;
    position: absolute;
    right: 5rem;
    top: 15px;
}

.emrgncy-close span {
    margin-left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.emergency-header h2.asr-title {
    font-size: 2rem;
    margin-bottom: 0;
    color: #1b2b48;
    padding-right: 40px;
}
.emrgncy-sidebar-content {
	overflow:hidden;
	padding: 0 4rem;
	border-bottom: 2px solid #1B2B48;
}
.emrgncy-sidebar-content::-webkit-scrollbar {
width: 0px; 
background: transparent; 
}
.emrgncy-sidebar-content p{
	font-size:1.125rem;
}

/*Emergency  Area Css End
=========================================*/

/*Responsive Css Start
=========================================*/
@media all and (max-width: 1750px) and (min-width: 1500px) {
	#navbarNav ul > li > a {
    font-size: 1.25rem;
}
	.banner-right {
		min-height: 125rem;
	}
	
	.member-info .asr-title{
		    margin-bottom: 0px;
	}
	.member-info h3 {
    margin-bottom: 15px;
}
	.member-info p {
    margin-bottom: 30px;
}
}
@media all and (max-width: 1499px) and (min-width: 1441px) {
	/*.banner-right {
		height: 100rem;
	}*/
}
@media all and (max-width: 1280px) and (min-width: 1070px) {
	/*.banner-right {
		min-height: 130rem;
	}
	.banner-right-content {
    padding: 150px 76px 120px!important;
}*/
	.top-content h1 {
    font-size: 2.7rem!important;
}
/*	.banner-right {
    height: 100rem;
}*/
}
@media all and (max-width: 1069px) and (min-width: 1025px) {
	/*.banner-right {
		height: 100rem;
	}*/
}
@media all and (max-width:1440px) {
	.service-area .content-block {
    width: 70%;
}
	.emergency {
    right: 1rem;
}
	.header-wrapper.sticky_nav .navbar,
	.navbar {
		padding: 1.25rem 1rem;
	}
	.navbar-brand {
		padding-top: 1rem;
	}
	.navbar-brand img {
		width: 80%;
	}
	.navbar-collapse {
		width: 70%;
	}
	#navbarNav .verticle-nav {
		width: 90%;
	}
	/*.toggle-bar {
    	width: 10%;
}*/
.banner-rght-cntnt {
    padding-top: 3.8125rem;
}
	#navbarNav ul > li {
		margin: 0 14px;
	}
	#navbarNav ul > li > a {
		font-size: 1.3rem;
	}
	.banner-left {
		padding-left: 1rem;
        width:50%;
	}
	.top-content {
		margin-bottom: 5rem;
	}
	.top-content h1 {
		font-size: 3.75rem;
		margin-bottom: 3.175rem;
	}
	.banner-bottom-content .left-content {
		padding-left: 1rem;
	}
	.left-content p,
	.top-content p {
		font-size: 1.75rem;
		margin-bottom: 2rem;
	}

	
	.banner-right .swiper-container-horizontal > .swiper-pagination-bullets,
	.banner-right .swiper-pagination-custom,
	.banner-right .swiper-pagination-fraction {
		right: 2rem;
	}
	.asr-title {
		font-size: 3rem;
		margin-bottom: 1.625rem;
	}
	.banner-right-content {
    padding: 88px 100px 50px;
}
	.member-info h3 {
		margin-bottom: 10px;
	}
	.member-info p {
		font-size: 1.5rem;
	}
	.member-info p {
		margin-bottom: 30px;
	}
	.member-img img {
		min-height: 650px;
	}
	.member-info .btn {
		margin-left: 15%;
	}
	
	.contact-info {
    padding-right: 0px;
}
	.footer-bottom,
	.footer-top {
		padding: 0 10px;
	}
	.footer-bottom {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.sec-pad {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.pad_wrapper {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	/*.brdr-content {
		padding: 2rem 1.5rem;
	}*/
	.member-details {
		margin-top: -80px;
	}
	.inner-member-info {
		padding: 1.25rem 1.5rem;
	}
	.inner-member-info .name {
		font-size: 1.75rem;
	}
	.member-bio ul li span:first-child {
    width: 22%;
}
		.member-bio ul li span:last-child {
    width: 78%;
}

}

@media all and (max-width:1280px) {

	/*.banner-right {
		min-height: 115rem;
	}*/
	.member-info p {
		font-size: 1.25rem;
	}
	@keyframes rightborder {
		0% {
			width: 0%;
			opacity: 0;
		}
		80% {
			width: 0%;
			opacity: 0;
		}
		100% {
			width: 25%;
		}
	}
	.circle-block:after {
		width: 25%;
	}
	.inner-member-info {
		min-height: 170px;
	}
	.delayedPopupWindow {
		max-width: 85%;
		top: 15%;
	}
}

@media all and (max-width:1024px) {

	.service-area .content-block {
    width: inherit;
}
	.emergency {
		right: 5rem;
		top: 40px;
	}
	.emergency-header {
    padding: 0.9375rem 1rem 0.5625rem 1rem;
}
	.emrgncy-close {
    right: 2rem;
}
	.emrgncy-sidebar-content {
    padding: 1rem 1rem;
}
	.header-wrapper.sticky_nav .navbar {
		padding: 0.25rem 1rem;
	}
	.navbar-brand {
		width: 40%;
		padding-top: 10px;
	}
	.navbar-collapse {
		width: 60%;
		padding: 20px 0;
	}
	.mobile-nav.open {
		right: 0;
	}
	.verticle-nav {
		display: none;
	}
	.top-content h1 {
		font-size: 3rem;
	}
/*	.banner-bottom-content {
		width: 90%;
		background: rgb(255 255 255 / 80%);
		padding-left: 3rem;
		padding-right: 3rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.banner-bottom-content .left-content p{
		color:#fff;
	}
	*/
	
	
	.asr-service-area .asr-inner-wrapper{
		padding-left: 0rem;
		padding-right: 0rem;
	}
	.banner-area {
		margin-top: -7.5625rem;
	}
	.left-content,
	.banner-right-content {
		/*padding: 0 0 20px!important;
        background: transparent;*/
		width: 50%;
		
	}
	.banner-bottom-content .left-content a.btn {
		display: none;
	}
	.banner-right-content a.btn {
		display: block;
	}
	.banner-left {
		padding-right: 1rem;
	}
	/*.banner-right {
		min-height: 108rem;
	}
	.banner-right {
		height: 80rem;
	}
    .navbar {
		background: #fff;
	}
*/
	.banner-right .swiper-container-horizontal > .swiper-pagination-bullets,
	.banner-right .swiper-pagination-custom,
	.banner-right .swiper-pagination-fraction {
		bottom: 70%;
	}
	

	#nav-icon span {
		background: #fff;
	}
	.mobile-nav.open {
		right: 0;
	}

	.banner-right {
		width: 100%;
	}
	.banner-left {
		padding-left: 3rem;
		padding-right: 1rem;
		width: 80%;
		z-index: 2;
	}
	.banner-left h1,
	.banner-left h2,
	.banner-left p,
	.banner-left a {
		color: #fff!important;
	}

	.banner-right .swiper-slide:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(0 0 0 / 59%);
	}
    .banner-rght-cntnt {
       width: 100%;
     }
     .banner-right-content {
        padding: 88px 30px 50px;
    }
	.slider-arrow,
	.team-area .gallery-thumbs .swiper-slide {
		height: 140px;
	}
	.asr-inner-wrapper .content-block,
	.content-block {
		width: 100%;
	}
	.sign-up-widget .sign-up-btn {
		padding: 15px 40px;
	}
	ul.milestone-list li {
		width: 32.5%!important;
		float: inherit;
		display: inline-block;
	}
	@keyframes rightborder {
		0% {
			width: 0%;
			opacity: 0;
		}
		80% {
			width: 0%;
			opacity: 0;
		}
		100% {
			width: 72%;
		}
	}
	.circle-block:after {
		width: 72%;
	}
	ul.milestone-list li:nth-child(3) .circle-block:after,
	ul.milestone-list li:last-child .circle-block:after {
		display: none;
	}
	.right-pad {
		padding-right: 1rem;
	}
	.left-pad {
		padding-left: 1rem;
	}
	.client-list li {
		width: 25%;
	}
	.client-list li:nth-child(5n) {
		border-width: 0px 2px 2px 0px;
	}
	.client-list li:nth-child(4n) {
		border-width: 0px 0px 2px 0px;
	}
	.client-list li h4 {
		font-size: 1rem;
	}
	.clients-area {
		padding: 80px 0 110px;
	}
	.sl-tm-mlstn .btn {
		font-size: 24px;
	}
	.sub-heading {
		width: 100%;
	}
	/*.asr-service-area .asr-inner-wrapper {
		padding: 0 2rem;
	}*/
	.asr-sec {
		padding: 80px 40px 70px;
	}
	.contact-area {
    padding: 70px 0 30px;
}
	.contact-info {
		padding-right: 15px;
	}
	.contact-form textarea{
		height:10.625rem;
	}
	/*.brdr-content {
		padding: 1rem 1.5rem;
	}*/
	.brdr-content p {
		font-size: 28px;
	}
	.brdr-content {
		margin-bottom: 2.5rem;
	}
	.team-area .gallery-thumbs .swiper-slide {
		width: 32.3333%!important;
	}
	.srvc-bg-color {
		padding: 80px 0px 70px;
	}
	.archive-team-area {
		padding-bottom: 2rem;
	}
	.member-profile-image {
		width: 70%;
	}
	.inner-member-bio .col-three {
		width: 40%;
	}
	.inner-member-bio .col-nine {
		width: 60%;
	}
	.member-bio {
		padding: 30px 20px 0;
	}
	.member-bio .asr-title {
		font-size: 2.5rem;
	}
	.wmpci-popup-body{
		width:80%;
	}
	.member-bio ul li span:first-child {
    width: 30%;
}
	.member-bio ul li span:last-child {
    width: 70%;
}
	.footer-bottom .footer-widget{
		width:50%;
	}
	.footer-bottom #widget-5{
		width:100%;
	}
	
}

@media all and (max-width: 991px) and (min-width: 768px) {
	/*.banner-right {
		min-height: 120rem;
	}
	.banner-right {
    height: 90rem;
}*/
	.asr-inner-wrapper {
		padding: 0 10%;
	}
	.slider-arrow,
	.team-member .col-three {
		width: 35%;
	}
	.team-member .col-eight {
		width: 61%;
	}
	.member-info {
		padding: 45px 0 0 20px;
	}
	.member-info h3 {
		font-size: 28px;
	}
	.slider-arrow,
	.team-area .gallery-thumbs .swiper-slide {
		height: 100px;
	}
	.team-pagination .col-nine {
		width: 100%;
	}
	.slider-thumb {
		width: 65%;
	}
	.swiper-button-next,
	.swiper-button-prev {
		top: 80%;
	}
	.member-info .btn {
		margin-left: 0;
	}
	ul.milestone-list li {
		width: 32.5%;
	}
	.blog-area {
		padding: 70px 20px 60px;
	}
	article.sl-post {
		margin-bottom: 25px;
	}
	.post-details .post-title {
		font-size: 24px;
	}
	.post-details {
		padding: 0px 25px;
	}
	.blog-slider-arrow .swiper-button-prev {
		left: 65%;
	}
	.sign-up-widget {
		padding-right: 0;
	}
	.sec-pad {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.frim-area {
		padding-top: 4.5rem;
	}
	.service-area .col-four {
		width: 100%;
	}
	.asr-sec {
		padding: 72px 10px 60px;
		text-align: center;
	}
	.inr-bnr-area .top-content h1 {
    display: block;
    text-align: center;
    bottom: -40px;
}
	.asr-sec .brdr-btn:before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.asr-inner-wrapper .content {
		column-count: 1;
	}
	.pad_wrapper {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.contact-form .col-twelve,
	.contact-form .col-six {
		padding: 0 1rem;
	}
	.contact-form {
		padding-left: 0;
	}
	.milestones-area .asr-title {
		margin-bottom: 0;
	}
	@keyframes rightborder {
		0% {
			width: 0%;
			opacity: 0;
		}
		80% {
			width: 0%;
			opacity: 0;
		}
		100% {
			width: 28%;
		}
	}
	.circle-block:after {
		width: 28%;
	}
	.member-profile-image {
		width: 100%;
	}
	.member-details {
		padding-left: 0;
		padding-right: 0;
		margin-top: -5px;
	}
	.member-bio .asr-title {
		font-size: 1.75rem;
	}
	.member-bio .designation,
	.member-bio ul li {
		font-size: 1.5rem;
	}
	.asr-inner-wrapper .content.animated.fadeInUp {
		-webkit-animation-name: inherit;
		-moz-animation-name: inherit;
		-o-animation-name: inherit;
		animation-name: inherit;
	}
	.member-bio ul li span:first-child {
    width: 38%;
}
	.member-bio ul li span:last-child {
    width: 62%;
}
}

@media all and (max-width: 767px) {
	.wmpci-popup-body {
		width: 90%!important;
		max-width: 90%;
	}
	.formDescription ul, .formDescription p {
		margin-bottom: 10px;
	}
	.formDescription ul li a, .formDescription p {
    font-size: 1rem;
    line-height: 1.6;
}
	.asrn_popup div.formDescription {
		margin-bottom: 15px;
	}
	.asrn_popup #asrn-pp-img,
	.asrn_popup div.formDescription {
		width: 100%;
		padding:0;
	}
	.asrn_popup #asrn-pp-img img {
		max-height: 100%;
		height: auto;
	}
	.sub-menu li a {
		font-size: 1.25rem;
	}
	#horizontal-nav .menu-item-has-children ul li a:before {
		top: -5px;
		font-size: 17px;
	}
	.navbar-brand img {
		width: 100%;
	}
	p {
		font-size: 1.125rem;
		line-height: 1.7;
	}
	.navbar-brand {
		width: 60%;
		padding-top: 10px;
	}
	.navbar-collapse {
		width: 40%;
		padding: 14px 0;
	}
	/*#nav-icon{
		height: 37px;
		width: 45px;
	}
	#nav-icon span:nth-child(2) {
		top: 15px;
	}
	#nav-icon span:nth-child(3) {
		top: 30px;
	}*/
	.navbar {
    padding: 2.25rem 1rem 0.25rem;
}
	.navbar-slide {
		max-width: 85%;
	}
	.banner-left {
		padding-left: 1rem;
		padding-right: 1rem;
		width: 90%;
	}
	.banner-right .swiper-container-horizontal > .swiper-pagination-bullets,
	.banner-right .swiper-pagination-custom,
	.banner-right .swiper-pagination-fraction {
		right: 0.5rem;
		width: 1rem!important;
	}
	.banner-right .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 1rem 0;
		width: 1rem;
		height: 1rem;
	}
	.banner-right .swiper-container-horizontal > .swiper-pagination-bullets,
	.banner-right .swiper-pagination-custom,
	.banner-right .swiper-pagination-fraction {
		bottom: 30%;
	}
	.banner-right-content p, .banner-right-content a,
	.banner-bottom-content .left-content p {
    color: #42525b;
}
	.inr-bnr-area .top-content h1 {
		display: block;
		bottom: -90px;
		text-align: center;
	}
	.inner-member-bio {
		margin: 0 0;
	}
	.top-content h1 {
		font-size: 2rem!important;
		margin-bottom: 1rem;
		line-height:1.2;
	}
	.left-content p,
	.top-content p {
		font-size: 1.125rem;
		line-height: 1.5;
		margin-bottom: 1rem;
	}
	.left-content p {
		margin-bottom: 2rem;
	}
	/*.banner-right {
		height: 40rem;
	}*/
   .banner-area {
       margin-top: -6.625rem;
    }
	/*.banner-bottom-content {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 4rem;
		padding-bottom: 2rem;
	}*/
    .banner-bottom-content{
        display:block; 
     }
	.banner-right-content {
		padding: 40px 20px 30px;
		width: 100%;
		position: relative;
	}
    .left-content, .banner-right-content {
        width: 100%;
     }
    .banner-rght-cntnt {
        padding-top: 0;
    }
	.banner-right-content p {
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.asr-inner-wrapper {
		padding: 0 15px;
	}
	
	.asr-title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.content-block p {
		margin-bottom: 30px;
	}
	.brdr-btn {
		padding-top: 0.5rem;

	}
	.com-btn {
		font-size: 1.125rem;
	}
	.member-info {
		padding: 20px 15px 80px 15px;
		text-align: center;
	}
	.team-area .gallery-thumbs .swiper-slide {
		height: 60px;
	}
	.slider-arrow {
		display: none;
	}
	.slider-thumb {
		width: 100%;
	}
	.member-info h3 {
		font-size: 26px;
	}
	.member-info p {
		font-size: 1rem;
	}
	.member-img {
		display: none;
	}
	.mobile-layout {
		display: block;
		width: 200px;
		height: 200px;
		overflow: hidden;
		border-radius: 50%;
		margin-bottom: 25px;
		margin: 25px auto;
	}
	.mobile-layout img {
		object-fit: cover;
		height: 100%;
		width: 100%;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	.member-info .btn {
		margin-left: 0;
	}
	.slider-gallery-loop:after {
		height: 25px;
	}
	.milestones-area {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.snack-animation {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.milestones-area .asr-title {
		margin-bottom: 0;
	}
	ul.milestone-list li {
		width: 49%!important;
	}
	.cirle-box {
		width: 140px;
		height: 140px;
	}
	.inr-circle {
		width: 120px;
		height: 120px;
	}
	ul.milestone-list li {
		padding: 10px 0;
	}
	.blog-slider-arrow .swiper-button-prev {
		left: 37%;
	}
	.post-details {
		padding: 8px 0px;
	}
	article.sl-post {
		margin-bottom: 10px;
		overflow: hidden;
	}
	.blog-area {
		padding: 70px 15px 40px;
	}
	.post-details .post-title {
		font-size: 20px;
	}
	.footer-logo {
		padding: 20px 20px 20px;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.footer-bottom,
	.footer-top {
		padding: 0 15px;
	}
	.sign-up-widget {
		padding-right: 0;
	}
	ul.milestone-list li .circle-block:after {
		display: none;
	}
	.blog-slider-arrow .swiper-button-next,
	.blog-slider-arrow .swiper-button-prev {
		margin-top: -7px;
	}
	.footer-bottom {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.asr-sec {
		padding: 60px 10px 60px;
		text-align: center;
	}
	.asr-sec .brdr-btn:before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.client-list li {
		width: 50%;
		border-width: 0px 2px 2px 0px;
	}
	.client-list li:nth-child(5n) {
		border-width: 0px 2px 2px 0px;
	}
	.client-list li:nth-child(2n) {
		border-width: 0px 0px 2px 0px;
	}
	.sl-tm-mlstn {
		padding: 35px 0;
	}
	.inr-bnr-area .top-content {
		padding-top: 150px;
		padding-bottom: 0;
	}
	.sec-pad {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.expertise-area .left-block p {
		font-size: 1.5rem;
	}
	.left-pad {
		padding-left: 0rem;
	}
	.clients-area {
		padding: 3rem 0 3rem;
	}
	.asr-inner-wrapper .content {
		column-count: 1;
	}
	.sub-heading p {
		font-size: 1.5rem;
	}
	.contact-form .col-twelve,
	.contact-form .col-six {
		padding: 0 0rem;
	}
	.contact-form {
		padding-left: 0;
	}
	.contact-area {
		padding: 60px 0 20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pad_wrapper {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.contact-info {
		padding: 0;
	}
	.brdr-content p {
    font-size: 1.5625rem;
}
	ul.icon-list {
		margin-bottom: 2.5rem;
	}
	.overlay .content {
		width: 90%;
		height: 80vh;
		overflow: scroll;
	}

	.popup-content .contact-form {
		padding: 0 1.5rem;
	}
	.member-profile-image {
		width: 100%;
	}
	.member-details {
		padding-left: 0;
		padding-right: 0;
		margin-top: -5px;
	}
	.sl-team-member {
		margin-bottom: 1.5rem;
	}
	.member-bio .designation,
	.member-bio ul li {
		font-size: 1.5rem;
	}
	.team-member-img {
		max-height: 400px;
	}
	.member-bio ul li span:first-child,
	.member-bio ul li span:last-child{
		width: 100%;
	}
	.member-bio ul li span:first-child{
		font-weight:bold;
	}
	.footer-bottom .footer-widget{
		width: 100%;
	}
	.emergency .emergency-btn {
    padding: 7px 15px;
    font-size: 1.125rem;
}
	.emergency {
    right: 0;
    top: 0;
}
	.emergency-sidebar.open {
    max-height: 880px;
}
	.emrgncy-close {
    right: 0;
    top: 0;
}
.emrgncy-sidebar-content {
    padding: 2rem 2rem 1rem;
}
}

@media all and (max-width: 480px) {}


/*Responsive Css End
=========================================*/