/***********Mansi Css*************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
:root{
	--themecolor:#ffd54f;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
font-family: 'Poppins', sans-serif !important;
line-height: 1.4;
	overflow-x: hidden;
	font-weight: 400;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: none;
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
button {
	outline: none;
}
input {
	outline: none;
}
input:focus {
	background-color: inherit;
}
textarea {
	outline: none;
}

p {
}
a {
	color: inherit;
}
img {
	vertical-align: middle;
	height: auto;
	display: inline-block;
}
.header-area {
    border-bottom: 1px solid #ffd799;
    padding-top: 11px;
    padding-bottom: 14px;
    background-color: #035a95;
background-image:linear-gradient(to right,#035a95 0%,#0498bd 60%);

}
.header-text span {
    color: #fff;
    font-size: 13px;
    margin-right: 23px;
}
.header-text span i {
    margin-right: 5px;
}
.header-icon a {
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
    transition: .3s;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
	font-weight:500;
	color:black;

}

.nav-item.dropdown:hover .dropdown-menu{
	display:block;
	margin:0;
}
.dropdown-item:focus, .dropdown-item:hover{
	 background-color: #25aae1;
background-image:linear-gradient(to right,#035a95 0%,#0498bd 60%);
color:#fff;
}
.item {
  height: 100vh;
  position: relative;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-nav .owl-prev:hover {
  background: #000 !important;
}
.owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-next:focus {
  outline: 0;
}
.owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.mobile-top {
       background-color: #25aae1;
background-image:linear-gradient(to right,#035a95 0%,#0498bd 60%);
    color: #fff;
    padding: 10px 0;
	font-size: 9px;
}

 .adgmobilesicky{display:none;position:fixed;width:100%;left:0;z-index:1001;padding:10px 0;bottom:0;background-color:#fff;box-shadow:0 0 5px #6666665d}.adgmobilesicky,.adgmobilesicky a{font-size:11px;color:#444;margin-bottom: 0px;}.stikybadge{position:absolute;top:-5px;font-size:10px;display:none;left:50%;background-color:red;color:#fff;border-radius:50%;width:16px;z-index:2;height:16px}body #wh-widget-send-button{display:none;right:50%!important;bottom:0!important;margin-right:-45px!important}.adgmobilesicky .fa{font-size:20px;color:#b9b9b9}a.movetoenqury.wh .fa{font-size:30px;background:#1cb824;color:#fff;border-radius:50%;padding:8px 11px;position:absolute;top:-4px;right:5px}@media (max-width: 991px){.adgmobilesicky,body #wh-widget-send-button{display:block}}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-ring.animated,.faa-ring.animated-hover:hover,.faa-parent.animated-hover:hover > .faa-ring{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}
#callme {
    position: fixed;
    left: 3%;
    top: 85%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(17, 173, 100);
    width: 50px;
    height: 50px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/whatsapp.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes zcwphone{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes zcwphone{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes zcwphone2{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes zcwphone2{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes zcwphone2{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes zcwmini{0%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0)}10%{box-shadow:0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px}100%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0)}}@-moz-keyframes zcwmini{0%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0)}10%{box-shadow:0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px}100%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0)}}@keyframes zcwmini{0%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0)}10%{box-shadow:0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px}100%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0)}}@-webkit-keyframes zcwmini2{0%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0)}10%{box-shadow:0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px}100%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0)}}@-moz-keyframes zcwmini2{0%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0)}10%{box-shadow:0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px}100%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0)}}@keyframes zcwmini2{0%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0)}10%{box-shadow:0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px}100%{box-shadow:0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8,0)}}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#fff;
  z-index:999;
  border-bottom:1px solid ;
}
.navbar{
	padding:0;
}
.modal{
	z-index:999999;
}
.mansi_slider{
	position:relative;
}
.carousel-content{
	position:absolute;
	top:25%;
	left:15%;
}
.carousel-content h2{
	    font-size: 58px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.carousel-content h4{
	    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.carousel-content p{
	    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.consult-btn{
	    height: 40px;
    background: #21a0d4;
    display: block;
    padding: 10px;
    color: #fff;
    margin-left: 20px;
	border:1px solid #21a0d4;
}
.consult-btn:hover{
	border:1px solid #21a0d4;
    background: transparent;
    color: #21a0d4;
}
.mans_about{
	padding:40px 0;
}
.heading-line{
	width: 100px;
    height: 3px;
    background: #1e97c9;
    margin-top: 15px;
	position:relative;
}
.mans_text h2{
	    font-size: 28px;
    font-weight: 600;
}
.heading-line:before{
	    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #21a0d4;
    right: -15%;
    bottom: -4px;
}
.mans_about p{
	font-size:16px;
	margin-bottom:20px;
	text-align:justify;
}
.mans_clickcon{
	background:url(../img/bg1.jpg);
	background-position:center;
	background-size:cover;
	padding:100px 0;
	text-align:center;
}
.mans_wincont h1{
	color:#fff;
	font-size:24px;
	margin-bottom:20px;
}
.mans_wincont h3{
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
}
.mans_wincont h5{
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
}
.img-shadow{
	border-radius:10px;
	box-shadow:0 15px 40px #d4d4d4;
}
.mans_testi .card {
	margin: 0 auto;
	border: none;
}
.mans_testi .card .carousel-item {
	min-height: 370px;
}
.mans_testi .card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: white;
	/*border:4px dashed #de5648;*/
	min-height:345px;
	padding: 15px;
	text-align:justify;
}
.mans_testi .card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.mans_testi .card .carousel-caption .col-sm-9 {
	text-align: left;
}
.mans_testi .card .carousel-control-prev, .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.mans_testi .carousel-control-prev-icon, .mans_testi .carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #d72816;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.mans_testi .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.mans_testi .carousel-control-prev {
	left: 40%;
	top: 110%;
}
.mans_testi .carousel-control-next {
	right: 40%;
	top: 110%;
}
.mans_testi .midline {
	width: 60px;
	border-top: 1px solid #d43025;
}
.mans_testi .carousel-caption h2 {
	    font-size: 24px;
    font-weight: 700;
	margin:20px 0;
}
.mans_testi .carousel-caption small{
	font-size:16px;
	/*font-weight:600;*/
}
.mans_testi .carousel-caption h2 span {
	color: #fff;
}
 @media (min-width: 320px) and (max-width: 575px) {
.mans_testi .carousel-caption {
	position: relative;
}
.mans_testi .card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.mans_testi .card .carousel-caption img {
	margin: 0 auto;
}
.mans_testi .carousel-control-prev {
	left: 35%;
	top: 105%;
}
.mans_testi .carousel-control-next {
	right: 35%;
	top: 105%;
}
.mans_testi .card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.mans_testi .carousel-caption {
	position: relative;
}
.mans_testi .card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.mans_testi .card .carousel-caption img {
	margin: 0 auto;
}
.mans_testi .card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
.mans_testi .carousel-control-prev {
	left: 35%;
	top: 105%;
}
.mans_testi .carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.mans_testi .card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
.mans_testi{
	background:url(../img/h-bg.png);
	background-position:center;
	background-size:cover;
	padding:100px 0;
	text-align:center;
}
.mans_testi .card{
	background:rgba(0,0,0,0.5);
}
.dk-footer {
  background:#040f2b;
	background-position:center;
	background-size:cover;
	padding:45px 0 0px;
	text-align:center;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;}
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#21a0d4; }

.dk-footer-box-info {
  background: none;
  text-align:left;
  z-index: 2; }
  .dk-footer-box-info .footer-social-link h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook-f {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-youtube {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 15px 0 12px; 
    font-size:16px;
    color:white;
}


.footer-widget .section-heading {
  margin-bottom: 35px; 
  text-align:left;}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;}

.footer-widget ul {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
text-align:left;  }

.footer-widget li {
  margin-bottom: 10px; }

.footer-widget p {
  margin-bottom: 15px; }

.footer-widget a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
  font-size:16px;}
  .footer-widget a:hover {
    color: #ff8294; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }
.copyright {
  padding: 18px 0 10px;
      background-color: #25aae1;
    background-image: linear-gradient(to right,#035a95 0%,#0498bd 60%);}
  .copyright span,
  .copyright a {
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 50px; }
  .back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    bottom: 50px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 99999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }
	  .contact-us {
		  font-size:18px;
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff;
text-align:left;  }
  .contact-info h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0; }
	
	@media(max-width:767px){
		.carousel-content h2{
			font-size:18px;
			margin-bottom:5px;
		}
		.carousel-content h4 {
    font-size: 14px;
    margin-bottom: 5px;
}
.carousel-content p {
    font-size: 12px;
    margin-bottom: 5px;
}
	}
	.mansi_bread{
	margin:0;
	padding:50px 0;
	background:url(../img/bread-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
}
.mansi_bread .breadcrumb {
    display: -webkit-inline-box;
    background: none;
}
.mans_list li{
list-style: inside;
    margin-bottom: 5px;
    font-size: 16px;	
}
.mans_list li::marker{
	color:#d72816;
	font-size:20px;
}
.team-head{
	font-size:24px;
	font-weight:600;
}
.myDiv, .myDiv2, .myDiv3, .myDiv4, .myDiv5 {
    width: 100%;
    display: none;
}
.mans_quote{
	    background: aliceblue;
    padding: 20px;
    border-left: 5px solid #1e97c9;
}
.mansi_contact{
	padding:100px 0;
	background:url(../img/contact-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.mansi_context{
	        display: grid;
    margin-bottom: 40px;
	text-align:left;
}
.theme-bg, .theme-btn {
        background-color: #25aae1;
    background-image: linear-gradient(to right,#035a95 0%,#0498bd 60%);
    color: #fff;
}
.form-group{
	margin-bottom:2rem;
}