body,
html {
	width: 100%;
	height: 100%
}

body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

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

hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #f05f40
}

hr.light {
	border-color: #fff
}

a {
	color: #f05f40;
	-webkit-transition: all .2s;
	transition: all .2s
}

a:hover {
	color: #f05f40
}

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

.resp-tabs-container strong {
	font-size: 16px;
	color:#242424;
	line-height:0;
}

.bg-primary {
	background-color: #f05f40 !important
}

.bg-dark {
	background-color: #212529 !important
}

.text-faded {
	color: rgba(255, 255, 255, .7)
}

.container-fluid {
	float: left;
	width: 100%;
	padding: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  padding-bottom:74px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 74px;
  background-color: #f5f5f5;

}


/* Custom page CSS


/* ------------------------------------------------ Navbar Style ------------------------------------------------ */


/*#mainNav {
     padding: 17px 144px;
}
*/

.navbar.navbar-expand-lg {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	font-family: 'Montserrat', sans-serif;
	padding: 25px 15px 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.navbar.navbar-expand-lg>.container-fluid {
	max-width: 1400px;
}

.navbar .navbar-brand {
	color: #f05f40;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
}

.navbar .navbar-nav {
	margin-top: 0;
}

.navbar .navbar-nav li.nav-item {
	padding: 0 23px;
}

.navbar .navbar-nav li.nav-item a.nav-link {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	padding: 10px 0;
}

.navbar.fixed .navbar-brand .logo {
	display: none;
}

.navbar.fixed .navbar-brand .logo-blue {
	display: block;
}


/* Fixed Navbar Style */

.navbar.fixed {
	background-color: #ffffff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(33, 37, 41, .1);
	padding: 10px 15px;
}

.navbar.fixed .navbar-nav li.nav-item a.nav-link {
	color: #666666;
}

.navbar.fixed .navbar-brand .logo {
	display: none;
}

.logo-blue {
	display: none;
}

.navbar.fixed .navbar-brand .logo-blue {
	display: block;
}

.navbar-brand img {
	max-height: 75px;
}


/* Fixed Navbar Style */

.navbar.fixed {
	background-color: #ffffff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(33, 37, 41, .1);
	padding: 10px 15px;
}

.navbar.fixed .navbar-nav li.nav-item a.nav-link {
	color: #666666;
}

.navbar.fixed .navbar-brand img {
	max-height: 50px;
}


/* =========== Hamburger Toggle Icon Style =========== */

.navbar .navbar-toggler {
	align-items: center;
	background: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: none;
	display: none;
	height: 40px;
	justify-content: center;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	width: 40px;
}

.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}

.animated-icon1,
.animated-icon3,
.animated-icon4 {
	width: 30px;
	height: 24px;
	position: relative;
	margin: 0px;
	-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;
}

.animated-icon1 span,
.animated-icon3 span,
.animated-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	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;
}

.animated-icon1 span {
	background: #ffffff;
}

.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.navbar.fixed .animated-icon1 span {
	background: #aaaaaa;
}


/* =========== Hamburger Toggle Icon Style Ends =========== */


/* ------------------------------------------------ Navbar Style Ends ------------------------------------------------ */


/* ------------------------------------------------ Banner Carousel Style ------------------------------------------------ */

.carousel-caption.d-md-block h3::after {
	background: #fff;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 200px;
}

.home_banner {
	padding: 0;
}

.home_banner .carousel {
	float: left;
	position: relative;
	width: 100%;
}

.home_banner .carousel .carousel-item>img {
	display: none;
}

.home_banner .carousel .carousel-item {
	background-color: rgba(0, 0, 0, 0);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-flex;
	height: 95vh;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	background-image: url('../img/header.jpg')
}

.home_banner .carousel .carousel-caption {
	top: auto;
	padding-left: 0;
	text-align: center;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(0);
	display: inline-block;
	max-width: 1400px;
	position: relative;
	left: auto;
	right: auto;
}

.home_banner .carousel .carousel-caption h2,
.home_banner .carousel .carousel-caption h3,
.home_banner .carousel .carousel-caption p {
	float: left;
	line-height: 1.3;
	padding: 0;
	position: relative;
	width: 100%;
}

.home_banner .carousel .carousel-caption h2 {
	font-size: 55px;
	font-weight: 900;
	margin: 5px 0 22px;
	white-space: nowrap;
	letter-spacing: -1px;
	word-spacing: -5px;
}

.home_banner .carousel .carousel-caption h3.top-text {
	font-family: 'Bree Serif', serif;
	font-size: 56px;
	line-height: normal;
	letter-spacing: 3px;
	padding: 60px 0;
    position: relative;
}

.home_banner .carousel .carousel-caption p {
	font-family: 'Lato', sans-serif;
	text-align: left;
	word-spacing: 2px;
	font-size: 22px;
	padding: 36px 0;
	font-weight: 300;
    max-width: 600px;
}

.home_banner .carousel .carousel-caption .btn.btn-comn {
	align-items: center;
	background-color: transparent;
	color: #fff;
	display: inline-flex;
	float: none;
	font-size: 14px;
	font-weight: bold;
	height: 51px;
	justify-content: center;
	line-height: 1.3;
	margin: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 195px;
	border: 2px solid #fff;
}

.home_banner .carousel .carousel-caption .btn.btn-comn>svg {
	fill: #fff;
	height: 13px;
	margin-left: 10px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 13px;
}

.home_banner .carousel .carousel-caption .btn.btn-comn:hover,
.home_banner .carousel .carousel-caption .btn.btn-comn:focus {
	background: #003a84;
	color: #ffffff;
	outline: none;
	box-shadow: none;
}

.home_banner .carousel .carousel-caption .btn.btn-comn:hover>svg,
.home_banner .carousel .carousel-caption .btn.btn-comn:focus>svg {
	fill: #ffffff;
}

.bg-primary {
	background: #fff !important;
	color: #4a4a4a !important;
}

.btn.btn-primary.btn-xl.js-scroll-trigger.q-a.buttons {
	text-align: left;
	font-size: 17px;
	line-height: 10px;
	text-transform: inherit;
	color: #009688;
	font-weight: 600;
}

.btn {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 300px;
	font-family: 'Open Sans', sans-serif;
}

.btn-xl {
	padding: 1rem 2rem
}

.btn-primary {
	background-color: #fff;
	border-color: #fff;
	color: #4a4a4a;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #fff !important;
	color: #4a4a4a;
}

.btn-primary:active,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5) !important;
	box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5) !important
}


/* ------------------------------------------------ Middle blue section start here ------------------------------------------------ */

.middle-blue {
	background: #003a84;
	float: left;
	width: 100%;
	padding: 60px 15px;
}

.blue-sec {
	padding: 0;
}

.middle-blue .icons {
	text-align: center;
	padding: 60px 15px;
	width: 221px;
	min-width: 250px;
}

.middle-blue .icons:hover {
	background: #0f4993;
}

.middle-blue .icons p {
	color: #fff;
	padding: 0;
	margin: 15px 0 0 0;
	font-weight: 300;
	line-height: 1.28;
	font-family: 'Lato', sans-serif;
}

.middle-blue .icons strong {
	font-size: 22px;
	font-weight: bold;
}

.Common {
	display: flex;
	justify-content: space-between;
}

.Ds-left {
	justify-content: left;
	display: flex;
}

.Ds-center {
	justify-content: center;
	display: flex;
}

.Ds-right {
	justify-content: flex-end;
	display: flex;
}


/* ------------------------------------------------ Middle blue section end here ------------------------------------------------ */


/*--------about us start-------------*/

.our-partner .partner-collage .about-us h3 {
	font-size: 40px;
	font-family: 'Bree Serif', serif;
	text-align: center;
	padding: 0;
	line-height: 1.5;
	position: relative;
}

.our-partner .partner-collage .about-us h3::after {
	background: #999;
	top: 68px;
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1120px;
}

.our-partner .partner-collage .about-us p {
	padding: 30px 0 30px 0;
	text-align: justify;
	line-height: 1.7;
	font-size: 18px;
}

.our-partner .partner-collage .about-us.bb ::after {
	color: #fff
}


/*--------------about us close-----------------*/


/* Style the tab */

.tab {
	overflow: hidden;
}


/* Style the buttons that are used to open the tab content */

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px 10px;
	transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab button:hover {
	background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
	background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.tablinks {
	border: 1px solid #ddd;
	border-radius: 0px;
	margin: 4px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #666666;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 2px 5px 1px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 2px 5px 1px rgba(50, 50, 50, 0.35);
	padding: 6px 15px;
	line-height: 22px;
}

.our-partner .partner-collage .mutual-funds p {
	padding: 30px 0 30px 0;
	text-align: justify;
	line-height: 1.7;
	font-size: 18px;
}

.our-partner .partner-collage .mutual-funds h3 {
	font-size: 40px;
	font-family: 'Bree Serif', serif;
	text-align: center;
	padding: 15px 0;
	line-height: 1.5;
	position: relative;
}

.our-partner .partner-collage .mutual-funds h4 {
	font-size: 20px;
	font-family: 'Bree Serif', serif;
	text-align: left;
	padding: 10px 0 0 0;
	position: relative;
	margin: 0;
}

.our-partner .partner-collage .mutual-funds .tabcontent p {
	font-size: 13px;
	padding: 0;
	margin: 0;
}

.our-partner .partner-collage .mutual-funds .tabcontent span {
	display: flex;
}

.manger {
	float: left;
	padding: 19px 0 0 3px;
	margin: 0;
}

.manger.inner-box {
	padding: 0;
}

.manger.inner-box.spacing {
	padding: 97px;
}

.inner-sec {
	margin: 20px 0;
}

.border {
	border: 1px solid #999;
}

.clr {
	background: #dbf1ff;
}

.org {
	background: #ffdec7;
}

.inner-sec .col-md-4 {
	padding: 0;
}


/* ------------------------------------------------ partner section start here ------------------------------------------------ */

.our-partner .partner-collage {
	float: left;
	width: 100%;
	margin: 50px 0;
	justify-content: center;
}

.our-partner .partner-collage h3 {
	font-size: 40px;
	font-family: 'Bree Serif', serif;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.our-partner .partner-collage p {
	font-size: 20px;
	color: #65666a;
	text-align: center;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
}

.our-partner .partner-collage .all-logo ul {
	list-style: none;
	justify-content: center;
	display: flex;
	padding: 0;
	margin: 6px 0;
	flex-wrap: wrap;
}

.our-partner .partner-collage .all-logo {
	margin: 50px 0;
}

.our-partner .partner-collage .all-logo li {
	width: 250px;
	height: 162px;
	box-shadow: 2px 2px 5px 0 #eee;
	border: 1px solid #eee;
	padding: 10px;
	margin: 8px 20px 8px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.our-partner .about-us-sec h3 {
	text-align: left;
}

.our-partner .about-us-sec {
	text-align: right;
}

.our-partner .about-us-sec p {
	font-size: 15px;
	text-align: justify;
	padding: 0;
	line-height: 1.8;
}

.our-partner .about-us-sec h3::after {
	width: 150px;
	height: 2px;
	background: #212529;
	content: '';
	display: block;
	margin: 5px 0 0 0;
}

.our-partner .mission_vissions h3 {
	text-align: right;
}

.our-partner .mission_vissions p {
	font-size: 15px;
	text-align: justify;
	padding: 15px 0 0 0;
}

.top-part-spc {
	margin: 50px 0;
}

.our-partner .mission_vissions {
	text-align: right;
	padding: 20px 15px;
}

.image-top-space {
	margin: 20px 0 0 0;
}

.col-md-10.sip-paragrh p {
	padding: 5px 0 0 0;
}

.bottom-bordr {
	border-bottom: 1px dashed #999999;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 0;
}

.bottom-bordr>.row {
	flex-wrap: nowrap;
}

.bottom-bordr .row>.cell {
	display: inline-flex;
	align-items: center;
	padding: 0 15px;
}

.mission_vissions.sip-image-space {
	padding: 0;
	text-align: center;
}

.mission_vissions.sip-image-space>svg {
	fill: #003a84;
	height: 50px;
	width: 50px;
}

.bottom-bordr .cell p {
	float: left;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.section-header {
	width: 100%;
	float: left;
	text-align: left;
}

.section-header h3 {
	position: relative;
	width: auto;
	float: none;
	display: inline-block;
}

.map .frameWrap {
	width: 100%;
	height: 300px;
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 10px 23px 0px rgba(44, 58, 129, 0.1);
	box-shadow: 0px 10px 23px 0px rgba(44, 58, 129, 0.1);
	margin: 80px 0 100px;
}

.map .frameWrap>iframe {
	width: 100%;
	float: left;
	height: 100%;
}

.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {}

#parentVerticalTab {
	margin: 40px 0 0 0 !important;
}

.resp-tabs-container.hor_1 {
	min-height: auto!important;
}

.insurance-space {
	padding: 15px 0 0 0;
}

.bottom-sec {
	padding: 10px 0;
}


/* ------------------------------------------------ partner section close ------------------------------------------------ */


/* ------------------------------------------------ our services section start here ------------------------------------------------ */

.our-section {
	background: url('../img/our-service.png');
	background-size: cover;
}

.our-section .range-service {
	float: left;
	width: 100%;
	margin: 0;
	justify-content: center;
	display: flex;
	cursor: pointer;
	position: relative;
}

.container-fluid.our-section h3 {
	text-align: center;
	font-size: 40px;
	font-family: 'Bree Serif', serif;
	padding: 0;
	color: #fff;
}

.container-fluid.our-section p {
	font-size: 20px;
	color: #65666a;
	text-align: center;
	font-weight: 300;
	font-family: 'Muli', sans-serif;
	color: #fff;
}

.our-section .range-service .boxes {
	margin: 60px 0;
	height: auto;
	border: 1px solid #999;
	padding: 0;
}

.our-section .range-service .boxes h4 {
	font-size: 24px;
	font-family: 'Bree Serif', serif;
	text-align: center;
	padding: 20px 10px;
	color: #fff;
}

.our-section .range-service .boxes p {
	font-size: 12px;
	text-align: justify;
	padding: 0 15px;
	color: #fff;
	min-height: 250px;
}

.imim {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	position: relative;
}

.img-hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.img-hover img {
	position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	margin-top: -26px;
	margin-left: -24px;
}

.imim:hover .img-hover {
	display: block;
}

.boxes .col-md-4 {
	position: relative;
}

.boxes .col-md-4:hover .imim {
	opacity: 0.3;
}

.top-upper {
	margin: 70px 0;
}


/* ------------------------------------------------ our services section close here ------------------------------------------------ */


/* ------------------------------------------------ footer start ------------------------------------------------ */

.outer-footer .inner-footer {
	margin: 60px 0;
}

.outer-footer .inner-footer h5 {
	font-size: 20px;
	font-family: 'Bree Serif', serif;
	padding: 0;
	margin: 0 0 20px 0;
}

.outer-footer .inner-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.outer-footer .inner-footer li {
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	display: inherit;
}

.outer-footer .inner-footer .lorum {
	padding: 0;
	margin-top: 40px;
}

.outer-footer-second .social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.outer-footer-second .social-icons ul li {
	display: inline-flex;
}

.outer-footer-second .social-icons ul li a {
	background-color: rgba(0, 0, 0, 0);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	height: 33px;
	padding: 0;
	transition: all 0s;
	width: 36px;
	transition: all 0.4s ease-out 0s;
}

.outer-footer-second .social-icons ul li a:hover {
	background-position: bottom left;
}

.outer-footer-second .social-icons ul li a.twtr {
	background-image: url('../img/icon-twrt-1.jpg');
}

.outer-footer-second .social-icons ul li a.facebook {
	background-image: url('../img/facebook-icon-1.jpg');
}

.outer-footer-second .social-icons ul li a.google {
	background-image: url('../img/google-1.jpg');
}

.outer-footer-second .social-icons ul li a.likedin {
	background-image: url('../img/Linkedin-1.jpg');
}

.outer-footer-second .social-icons ul li a.youtube {
	background-image: url('../img/youtube-icon-1.jpg');
}

.outer-footer-second .social-icons ul li a.instagram {
	background-image: url('../img/insta-icon-1.jpg');
}

.outer-footer-second {
	background: #000;
	padding: 20px 0;
	margin: 0;
}

.outer-footer-second span {
	color: #fff;
	float: left;
	font-size: 17px;
	font-weight: 300;
	margin-top: 2px;
}

.outer-footer-second ul {
	list-style: none;
	display: flex;
	float: right;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.outer-footer-second li {
	margin: 0 10px;
}

.outer-footer-second li:last-child {
	margin: 0 0 0 10px;
}

.cntct-fb-btn-box {
	display: inline-block;
	width: 100%;
	padding: 0 20px 0 0;
}

.fb-cntct-btn {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	border-radius: 50px;
	padding: 13px 5px;
	border: 1px solid #3B5998;
	color: #3B5998;
	font-size: 18px;
	text-align: center;
}

.fb-cntct-btn:hover {
	text-decoration: none;
	background: #3B5998;
	color: #fff;
}

.fb-cntct-btn svg {
	fill: #3B5998;
	height: 20px;
	margin: auto 8px auto auto;
	position: relative;
	top: -2px;
}

.fb-cntct-btn:hover svg {
	fill: #fff;
}


/*/
///////////////////////////////////////////////////////////////// [ Contact 1 ]*/


/* ================================================================== Contact Us Page Style ================================================================== */

.container-fluid.contact_banner {
	background: #000;
	padding: 0 15px;
}

.container-fluid.contact_banner .mapWrap {
	display: block;
	float: left;
	height: 50vh;
	position: relative;
	width: 100%;
	z-index: 2;
}

.container-fluid.contact_banner .mapWrap::after {
	/*background-color: rgba(0,0,0,0.7);
    */
	background: #003a84;
	background: -moz-linear-gradient(top, #003a84 0%, #0f4993 37%);
	background: -webkit-linear-gradient(top, #0f4993 0%, #003a84 37%);
	background: linear-gradient(to bottom, #003a84 0%, #0f4993 37%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2889b6', endColorstr='#4db8b2', GradientType=0);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.container-fluid.contact_banner .mapWrap .caption {
	color: #ffffff;
	display: inline-block;
	left: 50%;
	max-width: 100%;
	position: absolute;
	text-align: left;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 991px;
	z-index: 5;
}

.container-fluid.contact_banner .mapWrap .caption>h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.container-fluid.contact_banner .mapWrap .caption>p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 5px;
	text-transform: initial;
}

.container-fluid.contact_banner .mapWrap iframe {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.contactPage.main-content {
	margin-top: 0;
	padding: 0 15px 100px 15px;
	position: relative;
	z-index: 10;
}


/*/
///////////////////////////////////////////////////////////////// [ Contact Section Style ]*/

.contact_wrap {
	/*background: #FAFAFA;
    */
	/*border-radius: 10px;
    */
	background: #ffffff;
	border-radius: 4px;
	/*-webkit-box-shadow: 0px 10px 23px 0px rgba(44,58,129,0.1);
     box-shadow: 0px 10px 23px 0px rgba(44,58,129,0.1);
     */
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	/*flex-wrap: wrap;
    */
	justify-content: space-between;
	align-items: center;
	/*padding: 70px;
    */
	padding: 0;
	top: 80px;
}

.contact_wrap>.cell {
	align-self: stretch;
	display: inline-flex;
	flex-direction: column;
	padding: 0;
}

.contact_wrap>.cell.contact2-cell {
	flex: 0 0 60%;
	max-width: 60%;
	width: 60%;
}

.contact_wrap .secTitle {
	display: block;
	float: left;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
	font-family: 'Bree Serif', serif;
}


/*------------------------------------------------------------------ [ ]*/

.contactPage .contactInfo {
	display: inline-block;
	position: relative;
}

.contactPage .contactInfo ul {
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	width: 100%;
}

.contactPage .contactInfo ul.infos {
	margin-bottom: 70px;
}

.contactPage .contactInfo ul.infos li {
	float: left;
	margin-bottom: 30px;
	padding-left: 35px;
	position: relative;
	width: 100%;
}

.contactPage .contactInfo ul.infos li:last-child {
	margin-bottom: 0;
}

.contactPage .contactInfo ul.infos li a,
.contactPage .contactInfo ul.infos li p {
	color: #666;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	max-width: 100%;
	padding: 0;
	position: static;
	width: auto;
}

.contactPage .contactInfo ul.infos li a>svg,
.contactPage .contactInfo ul.infos li p>svg {
	fill: #cfcfcf;
	height: 20px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 20px;
}

.contactPage .contactInfo ul.infos li a:hover,
.contactPage .contactInfo ul.infos li a:focus,
.contactPage .contactInfo ul.infos li a:active {
	color: #0f4993;
	text-decoration: none;
}

.contactPage .contactInfo ul.infos li a:hover>svg,
.contactPage .contactInfo ul.infos li a:focus>svg,
.contactPage .contactInfo ul.infos li a:active>svg {
	fill: #0f4993;
}

.contactPage .contactInfo ul.social-Infos {
	text-align: left;
}

.contactPage .contactInfo ul.social-Infos>li {
	display: inline-block;
	float: none;
	position: relative;
	margin-right: 15px;
}

.contactPage .contactInfo ul.social-Infos>li:last-child {
	margin-right: 0;
}

.contactPage .contactInfo ul.social-Infos li a {
	align-items: center;
	background-color: #E9E9E9;
	border: 2px solid #E9E9E9;
	border-radius: 100%;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	line-height: 42px;
	margin: 0;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.25 ease;
	-moz-transition: all 0.25 ease;
	-ms-transition: all 0.25 ease;
	-o-transition: all 0.25 ease;
	transition: all 0.25 ease;
	width: 44px;
}

.contactPage .contactInfo ul.social-Infos li a>svg {
	fill: #2a2d3e;
	left: auto;
	margin: 0;
	position: relative;
	top: auto;
	-webkit-transition: all 0.25 ease;
	-moz-transition: all 0.25 ease;
	-ms-transition: all 0.25 ease;
	-o-transition: all 0.25 ease;
	transition: all 0.25 ease;
}

.contactPage .contactInfo ul.social-Infos li a.twitter>svg {
	height: 17px;
	width: 17px;
}

.contactPage .contactInfo ul.social-Infos li a.facebook>svg {
	height: 18px;
	width: 18px;
}

.contactPage .contactInfo ul.social-Infos li a.google>svg {
	height: 22px;
	width: 22px;
}

.contactPage .contactInfo ul.social-Infos li a.insta>svg {
	height: 21px;
	width: 21px;
}

.contactPage .contactInfo ul.social-Infos li a:hover,
.contactPage .contactInfo ul.social-Infos li a:active {
	background-color: rgba(0, 0, 0, 0);
	border-color: #0f4993;
}

.contactPage .contactInfo ul.social-Infos li a:hover>svg,
.contactPage .contactInfo ul.social-Infos li a:active>svg {
	fill: #0f4993;
}


/*------------------------------------------------------------------ [ ]*/

.contact_form.comn_form .form-group {
	margin-bottom: 20px;
}

.contact_form .contactForm_btn {
	align-items: center;
	background: #0f4993;
	border: 1px solid #0f4993;
	border-radius: 25px;
	color: #ffffff;
	cursor: pointer;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	height: 50px;
	justify-content: center;
	line-height: 1.5;
	min-width: 193px;
	padding: 0 25px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.contact_form .contactForm_btn>svg {
	fill: #ffffff;
	height: 35px;
	margin-left: 10px;
	width: 35px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.contact_form .contactForm_btn:hover,
.contact_form .contactForm_btn:focus,
.contact_form .contactForm_btn:active {
	background: rgba(0, 0, 0, 0);
	border-color: #212121;
	box-shadow: none;
	color: #212121;
	outline: none;
}

.contact_form .contactForm_btn:hover>svg,
.contact_form .contactForm_btn:focus>svg,
.contact_form .contactForm_btn:active>svg {
	fill: #212121;
}

.contact_form .contactForm_btn:hover>svg {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}


/* ------------------------------------------------ footer close ------------------------------------------------ */

.side-cntct {
	position: absolute;
	right: -126px;
	background: #fff;
	border-radius: 10px 0 0 10px;
	padding: 7px;
	color: #003a84;
	font-weight: 500;
	font-size: 14px;
	margin-top: 6px;
	transition: all 0.4s ease-out 0s;
	box-shadow: 1px 1px 5px 0px #909090;
}

.side-cntct:hover {
	right: 0;
}

.side-cntct svg {
	color: #003a84;
	fill: #003a84;
	height: 22px;
	width: 22px;
	position: relative;
	top: -1px;
}


.banner--content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    text-align: left;
}
.add--wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.add--wrap .slick-slider
{
	    width: 100%;
    display: inline-block;
	    max-width: 450px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
}
.slick-dots  .slick-active button
{
	background: #003a84;
}
/* ===================================================================== Responsive Designs Starts Here.! ===================================================================== */

@media screen and (max-width: 1600px) {
    .add--wrap img {
        max-width: 450px;
    }

}
@media screen and (max-height: 700px) {
    .add--wrap img {
        max-width: 380px;
    }

}

@media screen and (max-width:991px) {
	.navbar .navbar-toggler {
		display: inline-flex;
	}
	.navbar .navbar-nav li.nav-item a.nav-link {
		color: #aaa;
		font-size: 14px;
	}
	.navbar a.dropdown-item {
		padding: 2px 10px;
		color: #aaa;
		font-size: 14px;
	}
	.navbar .navbar-collapse {
		background-color: #fff;
	}
	.home_banner .carousel .carousel-caption {
		padding-left: 0;
		text-align: center;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		font-size: 20px;
		text-align: center;
	}
	.home_banner .carousel .carousel-caption h2 {
		font-size: 30px;
	}
	.home_banner .carousel .carousel-caption .btn.btn-comn {
		float: none;
	}
	.home_banner .carousel .carousel-item {
		padding: 30px;
	}
	.home_banner .carousel .carousel-item .img_wrap {
		display: none;
	}
	.home_banner .carousel .carousel-caption {
		bottom: auto;
		display: block;
		float: left;
		left: auto;
		padding: 100px 0;
		position: relative;
		right: auto;
		top: auto;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
        max-width: 100% !important;
	}
    .add--wrap img {
        max-width: 350px;
    }
	.home_banner .carousel .carousel-item>img {
		display: block;
		min-height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		max-width: 120%;
	}
	.home_banner .carousel .carousel-indicators {
		bottom: 50px;
		flex-direction: row;
		left: 50%;
		margin: 0;
		right: auto;
		top: auto;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
    .banner--content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
        text-align: center;
    }
    .home_banner .carousel .carousel-caption p {
    text-align: center;
}
    .carousel-caption.d-md-block h3::after {
        transform: translateX(-100px);
        left: 50%;
    }
	.home_banner .carousel .carousel-indicators li {
		margin: 0 5px;
	}
	.home_banner .carousel .carousel-caption h2 {
		white-space: initial;
	}
	.main-intro .intro_wrap>.cell:last-child {
		flex: 0 0 50%;
	}
	section.analysis_sec {
		padding: 30px 15px;
	}
	.analysis_sec .right-section-text {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 20px 0 0;
		width: 100%;
	}
	.analysis_sec .section-heading {
		text-align: center;
		line-height: normal;
	}
	.analysis_sec .right-section-text p {
		text-align: justify;
	}
	.page_footer .container>.row>.cell {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-bottom: 60px;
		max-width: 400px;
	}
	.page_footer .container>.row>.cell:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 0;
		max-width: 100%;
	}
	.side-cntct {
		display: none;
	}
	.navbar.fixed .navbar-brand .logo-blue {
		display: none;
	}
	.navbar.fixed .navbar-brand .logo {
		display: block;
	}
	.outer-footer-second .social-icons {
		padding: 0;
		width: auto;
		display: inline-block;
		margin: 10px 0 -5px -4px;
	}
	.outer-footer-second li {
		margin: 0 4px;
	}
	.middle-blue {
		padding: 50px 0;
	}
	.middle-blue .icons {
		width: 100%;
		padding: 40px 0;
	}
	.our-partner .partner-collage .all-logo li {
		width: 31%;
		margin: 1%;
	}
}

@media screen and (max-width: 375px) {
    
    .add--wrap img {
        max-width: 350px;
    }
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		min-height: auto !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active strong {
		font-size: 15px;
	}
	.bottom-sec {
		padding: 10px 19px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active p {
		padding: 0 !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active h4 {
		padding: 20px 0 0 0!important;
	}
	.resp-arrow {
		margin: 4px 0 0 9px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		margin: 0 !important;
	}
	.check_ele span.label {
		border: 1px solid #003a84;
	}
	.check_ele span.label:after {
		border-color: #003a84;
	}
	.contact_wrap.wow.fadeInUp {
		flex-direction: column;
	}
	.contact_wrap>.cell.contact2-cell {
		flex: 0 0 60%;
		max-width: 100%;
		width: 100%;
	}
	.contact_wrap>.cell {
		padding: 33px 33px;
	}
	.middle-blue .icons {
		padding: 0;
	}
	.Ds-left {
		display: block;
	}
	.Ds-right {
		justify-content: center;
		display: flex;
	}
	.outer-footer .inner-footer h5 {
		padding: 0;
		text-align: center;
	}
	.outer-footer .inner-footer li {
		text-align: center;
	}
	.outer-footer .inner-footer {
		margin: 13px;
	}
	.home_banner .carousel .carousel-caption p {
		padding: 0;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		padding: 30px 0;
	}
	.navbar.navbar-expand-lg {
		background-color: #003a84;
	}
	.animated-icon1 span {
		background: #fff;
	}
	.logo {
		padding: 0;
	}
	.our-partner .partner-collage h3 {
		font-size: 30px;
	}
	.our-partner .partner-collage p {
		font-size: 13px;
	}
	.our-partner .partner-collage .all-logo li {
		width: 340px !important;
	}
	.our-partner .partner-collage {
		margin: 20px 0;
	}
	.our-partner .partner-collage .all-logo {
		margin: 20px 0;
	}
	.our-partner .partner-collage .about-us h3 {
		font-size: 30px;
	}
	.our-partner .partner-collage .about-us p {
		font-size: 13px;
		padding: 10px 4px;
	}
	.our-partner .partner-collage .about-us h3::after {
		top: 55px;
		width: 296px;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		padding: 20px 0;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		font-size: 15px;
	}
	.our-partner .partner-collage .mutual-funds p {
		font-size: 13px;
		padding: 10px 4px;
	}
	.our-partner .partner-collage .mutual-funds h3 {
		font-size: 30px;
	}
	.our-partner .partner-collage .mutual-funds h4 {
		font-size: 20px;
		font-family: 'Bree Serif', serif;
		text-align: left;
		padding: 0;
		position: relative;
		margin: 0;
	}
	.our-partner .partner-collage .mutual-funds .tabcontent p {
		font-size: 13px;
		padding: 0;
		margin: 0;
	}
	.our-partner .partner-collage .mutual-funds .tabcontent span {
		display: flex;
	}
	.our-partner .mission_vissions {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active img {
		display: flex;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		min-height: auto !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active strong {
		font-size: 15px;
	}
	.bottom-sec {
		padding: 10px 19px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active p {
		padding: 0 !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active h4 {
		padding: 20px 0 0 0!important;
	}
	.resp-arrow {
		margin: 4px 0 0 9px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		margin: 0 !important;
	}
	.contact_wrap.wow.fadeInUp {
		flex-direction: column;
	}
	.contact_wrap>.cell.contact2-cell {
		flex: 0 0 60%;
		max-width: 100%;
		width: 100%;
	}
	.contact_wrap>.cell {
		padding: 33px 33px;
	}
	.our-partner .mission_vissions {
		text-align: center;
	}
	.middle-blue .icons {
		padding: 0;
	}
	.Ds-left {
		display: block;
	}
	.Ds-right {
		justify-content: center;
		display: flex;
	}
	.outer-footer .inner-footer h5 {
		padding: 0;
		text-align: center;
	}
	.outer-footer .inner-footer li {
		text-align: center;
	}
	.outer-footer .inner-footer {
		margin: 13px;
	}
	.home_banner .carousel .carousel-caption p {
		padding: 0;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		padding: 30px 0;
	}
	.navbar.navbar-expand-lg {
		background-color: #003a84;
	}
	.animated-icon1 span {
		background: #fff;
	}
	.our-partner .partner-collage h3 {
		font-size: 30px;
	}
	.our-partner .partner-collage p {
		font-size: 13px;
	}
	.our-partner .partner-collage .all-logo li {
		width: 340px !important;
	}
	.our-partner .partner-collage {
		margin: 20px 0;
	}
	.our-partner .partner-collage .all-logo {
		margin: 20px 0;
	}
	.our-partner .partner-collage .about-us h3 {
		font-size: 30px;
	}
	.our-partner .partner-collage .about-us p {
		font-size: 13px;
		padding: 10px 4px;
	}
	.our-partner .partner-collage .about-us h3::after {
		top: 55px;
		width: 430px;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		font-size: 15px;
	}
	.home_banner .carousel .carousel-caption p {
		font-size: 14px;
	}
	.home_banner .carousel .carousel-caption .btn.btn-comn {
		margin: 24px 0;
	}
}

@media screen and (max-width: 767px) {
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		min-height: auto !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active strong {
		font-size: 15px;
	}
	.bottom-sec {
		padding: 10px 19px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active p {
		padding: 0 !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active h4 {
		padding: 20px 0 0 0!important;
	}
	.resp-arrow {
		margin: 4px 0 0 9px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		margin: 0 !important;
	}
	.middle-blue .icons {
		padding: 0;
		border-bottom: 1px solid #1f5499;
		margin-bottom: 35px;
		width: 100%;
	}
	.middle-blue .col-md-4:last-child .icons {
		border: none;
		margin-bottom: 5px;
	}
	.Ds-left {
		display: block;
	}
	.Ds-right {
		justify-content: center;
		display: flex;
	}
	.outer-footer .inner-footer h5 {
		padding: 0;
		text-align: center;
	}
	.outer-footer .inner-footer li {
		text-align: center;
	}
	.outer-footer .inner-footer {
		margin: 13px;
	}
	.home_banner .carousel .carousel-caption p {
		padding: 0;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		padding: 30px 0;
	}
	.navbar.navbar-expand-lg {
		background-color: rgba(0, 0, 0, 0.4);
	}
	.navbar.navbar-expand-lg.fixed {
		background-color: #003a84;
	}
	.animated-icon1 span {
		background: #fff;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		font-size: 20px;
	}
	.navbar.navbar-expand-lg {
		padding: 10px;
	}
	.our-partner .partner-collage .all-logo li {
		width: auto;
	}
	.navbar.fixed .animated-icon1 span {
		background: #fff;
	}
	.middle-blue {
		padding: 50px 0 30px 0;
	}
	.inner-footer {
		width: 100%;
	}
	.our-partner .partner-collage .all-logo li {
		width: 48%;
		margin: 1%;
	}
	.outer-footer-second .social-icons {
		display: inherit;
		margin: 0;
	}
	.outer-footer-second ul {
		display: inline-block;
		width: 100%;
		margin: 4px 0 0 0;
	}
	.middle-blue .icons p {
		padding: 0 0 10px 0;
		margin: 15px 0;
	}
	.navbar-brand img {
		max-height: 45px;
	}
	.our-section .range-service .boxes h4 {
		font-size: 26px;
		font-family: 'Bree Serif', serif;
		text-align: center;
		padding: 20px 15px 10px 15px;
		color: #fff;
		min-height: 92px;
	}
	.our-section .range-service .boxes p {
		min-height: 145px;
	}
	.outer-footer-second .col-md-6.float-right {
		text-align: right;
		width: 20%;
	}
	.outer-footer-second .col-md-6 {
		display: inline-block;
		width: 80%;
	}
	.outer-footer-second span {
		font-size: 14px;
		padding-top: 12px;
	}
}

@media screen and (max-width: 991px) {
	#parentVerticalTab {
		float: left;
		position: relative;
	}
	ul.resp-tabs-list {
		display: none;
	}
	.resp-vtabs .resp-tabs-container h2.resp-accordion {
		display: block;
	}
	.resp-vtabs .resp-tabs-container {
		width: 100%;
	}
	h2.resp-accordion {
		background: #fcfcfc !important;
		border: 1px solid #e8e8e8 !important;
		font-size: 13px;
		margin: 0 0 5px 0;
		padding: 12px 18px;
		text-align: left;
	}
	h2.resp-accordion .resp-arrow {
		border-top: 6px solid #cfcfcf;
	}
	h2.resp-accordion.resp-tab-active .resp-arrow {
		border: none;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #ffffff;
	}
	h2.resp-accordion.resp-tab-active {
		background: #003a84 !important;
		border-color: #003a84 !important;
		color: #ffffff;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		margin: 0 0 5px;
		padding: 15px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		min-height: auto;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active img {
		display: flex;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		min-height: auto !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active strong {
		font-size: 15px;
	}
	.bottom-sec {
		padding: 10px 19px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active p {
		padding: 0 !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active h4 {
		padding: 20px 0 0 0!important;
	}
}

@media screen and (max-width: 1024px) {
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active img {
		display: flex;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active {
		min-height: auto !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active strong {
		font-size: 15px;
	}
	.bottom-sec {
		padding: 10px 19px;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active p {
		padding: 0 !important;
	}
	.tab-inner-mutual.resp-tab-content.hor_1.resp-tab-content-active h4 {
		padding: 20px 0 0 0!important;
	}
	.outer-footer .inner-footer h5 {
		padding: 0;
		text-align: left;
	}
	.outer-footer .inner-footer li {
		text-align: left;
	}
	.outer-footer .inner-footer {
		margin: 13px 0;
		padding: 0;
	}
	.home_banner .carousel .carousel-caption p {
		padding: 0;
	}
	.home_banner .carousel .carousel-caption h3.top-text {
		padding: 30px 0;
	}
	.outer-footer-second .social-icons {
		display: inherit;
		margin: 0;
	}
	.outer-footer {
		padding: 20px 0;
	}
	.our-section .range-service .boxes h4 {
		padding: 20px 15px 10px 15px;
		min-height: 92px;
	}
	.our-section .range-service .boxes p {
		font-size: 12px;
		text-align: justify;
		padding: 0 15px;
		color: #fff;
		min-height: 254px;
	}
}

@media screen and (max-width: 1300px) {
	.navbar .navbar-nav li.nav-item a.nav-link {
		font-size: 12px;
	}
    .add--wrap .img {
        max-width: 300px;
    }
}

.comn_form .form-group .error-msg {
	display: none;
}


@media screen and (max-width: 1600px) {
.navbar .navbar-nav li.nav-item {
    padding: 0 20px;
    }
.navbar .navbar-nav {
    margin-right:35px;
    }
    .add--wrap .img {
        max-width: 300px;
    }

}
