@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
	font-family: 'Raleway' !important;
	font-size: 16px !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
del {
	text-decoration: line-through;
}
hr {
	background: transparent;
	border: 0;
	clear: both;
	color: transparent;
	height: 1px;
	margin: 0;
	padding: 0;
}
mark {
	background-color: #ffffb3;
	font-style: italic
}
input, select {
	vertical-align: middle;
}
ins {
	background-color: red;
	color: white;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus {
	color: #000000 !important;
}
/* top header */
.top-header {
	background-color: #f0f0ec;
}
.logo {
	  
}
.navbar { 
}
.navbar-dark .navbar-nav .nav-link {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #ac0056;
}
.navbar-expand-sm .navbar-nav .nav-link {
 padding-right: 15px;
 padding-left: 15px;
}

.ak_nav .dropdown-menu {
	z-index: 1000;
    padding: 20px 15px 20px 15px ;
	font-size: 14px;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
}
.ak_nav .dropdown-menu a{
    padding: 8px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #5e5e5e;
    border-bottom: 1px solid #e5e5e5;
}

.ak_nav .dropdown-menu a:last-child{ border:none}

.ak_nav .dropdown-item:focus, .ak_nav .dropdown-item:hover {
    color: #ac0056;
    text-decoration: none;
    background-color: transparent;
}
.ak_nav .dropdown-item.active, .ak_nav .dropdown-item:active {
    background-color: transparent;
}

/* Bannner */
.main-banner {
	position: relative;
	top: 0px;
	left: 0px;
}
.main-banner .banner-content {
	background-image: url(../images/banner-content.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.main-banner .banner-content .banner-tag-line {
	font-size: 36px;
	color: #fff;
	padding-top: 130px;
	padding-bottom: 15px;
	margin: 0px;
	font-weight: 300
}
.main-banner .banner-content .banner-heading {
	font-size: 29px;
	color: #fff;
	line-height: 48px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 150px;
	font-weight: bold;
	margin-top: 100px;
}
.main-banner .banner-content .banner-text {
	font-size: 14px;
    color: #fff;
    margin: 0px;
    padding: 0px 180px 20px 0px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1px;
}
.main-banner .banner-content .sn_yello_btn {
	background: #ac0056;
	color: #fff;
	margin-top: 28px;
	font-size: 12px;
	line-height: 24px;
	padding: 8px 22px;
	font-weight: 500;
	margin: 0px 0px 227px 0px;
}
.main-banner .banner-content .sn_yello_btn:hover {
	background-color: #fff;
	color: #000;
}
/* About */ 
.about-us.section-padding {
	padding: 80px 0px;
}
.about-us .section-title-s1 > span {
	font-size: 16px;
	font-size: 1rem;
	color: #1f252e;
	letter-spacing: 3px;
}
.about-us .section-title-s1 h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.33em;
	margin: 0.39em 0 0.61em;
	padding-bottom: 0.28em;
	position: relative;
}
.about-us .section-title-s1 h2 span {
	font-weight: bold;
	display: block;
	color: #b31066;
}
.about-us .section-title-s1 h2:after {
	content: "";
	background-color: #b31066;
	width: 80px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-us .about-details p {
	color: #1f252e;
	line-height: 24px;
	font-size: 16px;
    text-align: justify;
}
.about-us .about-details ul {
	margin-top: 20px;
}
.about-us .about-details ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 4px;
	color: #686e76;
	line-height: 24px;
}
.about-us .about-details ul li:before {
	font-family: FontAwesome;
    content: "\f138";
    display: inline-block;
	color: #b31066;
	position: absolute;
	left: 0;
	top: 0;
}
.about-us .about-details ul li:last-child {
	margin-bottom: 0;
}
.about-us .about-image-col .img-holder {
	position: relative;
	top: -25px;
}
.about-us .about-image-col .img-holder img:first-child {
	top: 0;
	left: 220px;
	z-index: 9;
}
.about-us .about-image-col .img-holder img:nth-child(2) {
	top: 150px;
	right: 220px;
	z-index: 10;
}
.about-us .about-image-col .img-holder img:nth-child(3) {
	top: 190px;
	right: 0;
}
.about-us .about-image-col .img-holder img {
	position: absolute;
	-webkit-box-shadow: 0 0 50px 0 #999999;
	-moz-box-shadow: 0 0 50px 0 #999999;
	-o-box-shadow: 0 0 50px 0 #999999;
	-ms-box-shadow: 0 0 50px 0 #999999;
	box-shadow: 0 0 50px 0 #999999;
}
/* Services Section */
.services-section.section-padding {
	padding: 80px 0px 80px 0px;
}
.services-section {
	background-color: #ddf2ff;
	padding-bottom: 90px;
}
.services-section .section-title-s2 {
	margin-bottom: 45px;
	overflow: hidden;
}
.services-section .section-title-s2 h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.33em;
	margin: 0;
	border-right: 1px solid #f37428;
	padding: 20px 0px 20px 0px;
	color: #b31066;
}
.services-section .section-title-s2 h2 span {
	font-weight: 300;
	color: #000
}
.services-section .section-title-s2 p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #686e76;
	border-left: 1px solid #007ba9;
	padding: 20px 0px 5px 15px;
	margin-top: 20px;
	min-height: 130px;
}
.services-section .services-grids .grid {
	min-height: 250px;
	position: relative;
}
.services-section .services-grids .grid:before {
	content: "";
	background: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
	background: -moz-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
	background: -o-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
	background: -ms-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(0, 0, 0, 0.9)));
	background: linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.9));
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.top-contact {
	font-size: 17px;
    color: #ac0056;
    line-height: 24px;
    padding: 15px 0px;
    font-weight: 500;
}
.top-contact i {
	color: #ac0056;
	margin-right: 10px;
}
.make-an-enquiry {
	background-color: #ac0056;
	padding: 20px 0px;
	font-size: 14px;
}
.make-an-enquiry a {
	color: #FFF;
	text-decoration: none;
}
.follow-us {
	margin: 41px 0px 0px 0px;
}
.follow-us i {
	color: #000;
	margin-right: 15px;
}
.follow-us i:hover {
	color: #ac0056;
}
.services-section .services-grids .grid .bg-image .img-thumbnail {
	padding: 0px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	max-width: 100%;
	height: auto;
	margin: 0px;
}
.services-section .services-grids .grid .service-details {
	width: 100%;
	padding: 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.services-section .services-grids > .col {
	margin-bottom: 30px;
}
.services-section .services-grids .grid .service-details:hover {
	background-color: #b31066;
}
.services-section .services-grids .grid .service-details h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0.3em;
	position: relative;
	line-height: 40px;
}
.services-section .services-grids .grid .service-details h3:after {
	content: "";
	background-color: #fff;
	width: 80px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.services-grids .grid .service-details h3 a {
	color: #fff;
	text-decoration: none;
}
.services-grids .grid .service-details p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 0;
}
/* Customers Say */ 
.testimonial-section.section-padding {
	padding: 80px 0px;
}
.testimonial-section .col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.testimonial-section .section-title-s3, .section-title-s6 {
	text-align: center;
	margin-bottom: 60px;
}
.testimonial-section .section-title-s3 h2, .section-title-s6 h2 {
	font-size: 48px;
	margin: 0 0 0.56em;
	font-weight: 300;
}
.testimonial-section .section-title-s3 h2 span, .section-title-s6 h2 span {
	font-weight: bold;
	color: #ac0056;
}
.testimonial-section .section-title-s3 p, .section-title-s6 p {
	color: #1f252e;
	margin: 0;
	font-size: 15px;
	line-height: 24px;
}
.testimonial-section .testimonials-slider .grid {
	background-color: #b31066;
    min-height: 317px;
	padding: 80px 65px 65px;
}
.testimonial-section .testimonials-slider .client-quote p {
	color: #fff;
	font-weight: normal;
	position: relative;
	font-size: 15px;
	line-height: 20px;
}
.testimonial-section .testimonials-slider .client-quote p:before {
	content: '​‌';
	background: url(../images/quote.png) center center/cover no-repeat local;
	width: 30px;
	height: 26px;
	position: absolute;
	left: -10px;
	top: -40px;
}
.testimonial-section .testimonials-slider .client-pic {
	position: absolute;
	left: 0;
	top: 0;
}
.testimonial-section .testimonials-slider .client-pic img {
	width: 65px;
	height: 65px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.testimonial-section .client-details h4 {
	font-size: 20px;
	font-size: 1.125rem;
	font-weight: normal;
	margin: 0 0 0.2em;
	color: #fffefe; padding-top: 17px;
}
.testimonial-section .client-details > span {
	font-size: 14px;
	font-size: 0.875rem;
	color: #f2f1f1;
}
.testimonial-section .client-info {
	text-align: center;
	padding-left: 50px;
	position: relative;
	max-width: 200px;
	margin: 30px auto 0;
}
.testimonial-section .testimonials-slider .owl-controls {
	margin-top: 65px;
}
.testimonial-section .dots-style-1 .owl-controls .owl-dots .active span {
	background: #b31066;
}
.clients-logo img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+, IE10 */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
	-webkit-transition: all .6s ease;
	/* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden;/* Fix for transition flickering */
}
.clients-logo img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	cursor: pointer;
}
.clients-logo .img-thumbnail {
	padding: 0px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	max-width: 100%;
	height: auto;
	margin: 0px;
}
/* Footer */
footer {
	background-color: #15191f;
	padding: 40px 0px 0px 0px;
}
footer .box {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding-right: 70px;
}
footer .box .logo {
	margin-bottom: 20px;
}
footer footer-options ul.social-network {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
footer ul.social-network li {
	display: inline;
	margin: 0 5px;
	padding: 0px;
}
footer .social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 22px;
	color: #ffffff;
}
footer .social-circle li i {
	margin: 0;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
}
footer .menu-link h6 {
	padding: 0px 0px;
	margin: 20px 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
}
footer .menu-link ul {
	padding: 0px;
	margin: 0px;
}
footer .menu-link li {
	font-size: 14px;
	list-style-type: none;
	line-height: 28px;
}
footer .menu-link li a {
	color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
}
footer .menu-link li a:hover {
	color: #e1e1e1;
	text-decoration: none;
}
footer .menu-link p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
}
footer .email i {
	margin-right: 10px;
}
footer .phone {
	font-size: 20px !important;
	font-weight: bold !important;
}
footer .phone i {
	margin-right: 10px;
	font-size: 24px;
}
footer .email a {
	color: #FFF;
	text-decoration: none;
}
footer .email a:hover {
	color: #e1e1e1;
	text-decoration: none;
}
footer .copyright {
	background-color: #b31066;
	margin-top: 20px;
}
footer .copyright p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	margin: 0px;
	padding: 15px 0px;
	font-weight: 400;
}
.mar-top {
	margin-top: 30px;
}
.social-network {
	margin-top: 15px;
	margin-bottom: 20px;
}
/* Scroll To Top style */
.scrollup {
	width: 40px;
	height: 48px;
	position: fixed;
	bottom: 20px;
	right: 40px;
	display: none;
	text-indent: -9999px;
	background: url('../images/icon_top.png') no-repeat;
	background-color: #ac0056;
	background-position: center 10px;
}
/*
      ============================================================
           Parallax Banner Css Start #Parallax Banner
      ============================================================
*/
.parallax-slider {
	display: none;
	opacity: 1;
}
.parallax-slider .parallax-slide {
	z-index: 1;
	padding: 200px 0;
	background-size: cover;
	background-position: 100%;
	background-repeat: no-repeat;
}
.parallax-slider .parallax-slide::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0.4;
	position: absolute;
	background-color: #000;
}
.parallax-slider .banner-caption .title {
	font-size: 36px;
	margin-bottom: 15px;
}
.parallax-slider .banner-caption .title:first-child {
	font-size: 50px;
	margin-bottom: 13px;
}
/* Sub Banner Css Start #Sub Banner */

.sub-banner {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 30px 0px 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('../images/sub-banner.jpg');
}
.sub-banner .container {
	position: relative;
}
.sub-banner::before {
	top: 0px;
	left: 0px;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
}
.sub-banner h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	margin: 0px 0px 16px 0px;
	text-transform: uppercase
}
.sub-banner ul {
	margin: 0px;
	list-style: none;
	display: inline-block;
}
.sub-banner ul li {
	float: left;
}
.sub-banner ul li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	text-transform: capitalize;
	text-decoration: none;
}
.sub-banner ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.shop-subbanner {
	background-image: none;
	background-color: #002644;
	padding: 50px 0px;
}
.shop-subbanner:before {
	display: none;
}
.contact-form-info {
	z-index: 1;
	float: left;
	width: 100%;
	position: relative;
	background: rgba(255,255,255,0.9);
}
.mb-30 {
	margin-bottom: 30px!important;
}
.pd-0 {
	padding: 0!important;
}
.mb-30 {
	clear: both;
	 
}
.contact-form-info .widget-title {
	padding: 0px;
	background: none;
	margin: 0px 0px 14px 0px;
}
.th-cl, .popup-icon, .error404 h2, .svg-icon svg, .svg-icon span, .btn-icon:hover, .copy-right p a, .blog-meta a:hover, .form-control:focus, .social-list li a:hover, .news-thumb:hover .title a, .we-are-thumb-3 .simple-btn, .iq-author-detail .post-by a, .team-thumb-1:hover .title a, .widget_nav_menu ul li a:hover, footer .contact-list li:hover i, .testimonial-thumb .title:hover a, .comments li .comment-header a:hover, .comment-holder:hover .comment-header h4 {
	color: #ac0056;
}
.contact-section {
	padding: 70px 0 0px;
}
.offer {
	padding: 70px 0 40px;
}
.contact-form-info p {
	margin-bottom: 19px;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.contact-form-info .contact-list {
	margin-bottom: 21px;
	margin-top: 40px;
}
.contact-list {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact-list.box li {
	margin-bottom: 10px;
}
.contact-list li {
	float: left;
	width: 100%;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.contact-list.box li i, .contact-list.box li p {
	line-height: 40px;
	float: left;
	margin-bottom: 0;
}
.contact-list.box li i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	margin-right: 15px;
	text-align: center;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	border-radius: 100%;
}
.contact-list.box li i, .contact-list.box li p {
	line-height: 40px;
	float: left;
	margin-bottom: 0;
}
.contact-list li p {
	float: none;
	display: inline-block;
	width: auto;
}
.social-list {
	float: left;
	width: 100%;
}
.social-list.long li {
	margin: 0 !important;
	border-style: solid;
	border-color: #bfccd0;
	border-width: 0 0 0 1px;
}
.social-list li:first-child {
	margin-left: 0;
}
.social-list li {
	float: none;
	width: auto;
	margin: 0 5px;
	position: relative;
	display: inline-block;
}
/*
      ============================================================
          Contact Section  #Contact Section
      ============================================================
*/
.contact-section {
	float: left;
	width: 100%;
	/* padding: 0; */
	text-align: center;
	position: relative;
}
/* footer + .contact-section .contact-form-outer{
    bottom: -70px;
} */
.map-wrap {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;/* background-image: url('./images/map-bg.png'); */
}
.contact-section .contact-form-outer {
	z-index: 1;
	max-width: 750px;
	background: #fff;
	position: relative;
	margin: 0 auto 24px;
	display: inline-block;
	padding: 46px 50px 20px;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.contact-form {
	float: left;
	width: 100%;
}
.contact-form .input-field {
	text-align: left;
}
.contact-form textarea {
	min-height: 80px;
}
.contact-form .btn {
	font-weight: 600;
	font-size: 16px;
	padding: 13px 35px 14px;
}
.contact-form .form-control-2, .contact-form .form-control {
	border: 2px solid #dfe5ea;
	border-radius: 0px;
}
.form-control-2:focus, .form-control-2:focus {
	outline: none;
	border-width: 0 0 1px !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}
* {
	outline: none;
}
.input-field {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	outline: none;
}
/*
      ============================================================
          Input Field Css Start
      ============================================================
*/
.input-field {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.form-control-2, .form-control, .enter-email input[type="text"] {
	float: left;
	width: 100%;
	color: #858b93;
	font-size: 14px;
	min-height: 44px;
	text-align: left;
	border-radius: 100px;
	position: relative;
	-moz-appearance: none;
	padding: 2px 15px 1px;
	-webkit-appearance: none;
	border: 2px solid #dfe5ea;
	text-transform: capitalize;
	background-color: transparent;
	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
}
/*Style 2*/
.form-control-2 {
	color: #b8c5c9;
	font-size: 14px;
	margin-top: -5px;
	min-height: 15px;
	padding: 0 0 15px;
	line-height: 25px;
	border-style: solid;
	border-color: #c4d2d7;
	border-width: 0 0 1px !important;
}
 .form-control-2::moz-placeholder {
 color: #b8c5c9;
}
 .form-control-2::webkit-input-placeholder {
 color: #b8c5c9;
}
textarea.form-control {
	padding-top: 15px;
}
/*Submit Button Css Start*/
.input-field .search-icon {
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 1;
	width: 100px;
	height: 100%;
	color: #9999b1;
	text-align: center;
	position: absolute;
}
.input-field .search-icon input {
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	position: absolute;
	border: none !important;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-color: transparent !important;
}
.newsletter-widget .input-field .search-icon {
	border-radius: 50px;
	color: #fff;
}
/*
/*
      ============================================================
          Blog Meta Css Start
      ============================================================
*/
.contact-list {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.contact-list li {
	float: left;
	width: 100%;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
.contact-list li i {
	margin-right: 10px;
}
.contact-list li:last-child {
	margin-bottom: 0 !important;
}
.contact-list.box li i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	margin-right: 15px;
	text-align: center;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	border-radius: 100%;
}
.contact-list li p {
	float: none;
	display: inline-block;
	width: auto;
}
.contact-list.box li {
	margin-bottom: 10px;
}
.contact-list.box li i, .contact-list.box li p {
	line-height: 40px;
	float: left;
	margin-bottom:20px;
}
.contact-list li p strong {
	margin-right: 5px;
}
/*
      ============================================================
          Button Css Start
      ============================================================
*/
.btn {
	z-index: 1;
	color: #fff;
	border: none;
	line-height: 1;
	cursor: pointer;
	background: none;
	font-size: 14px;
	overflow: hidden;
	font-weight: 500;
	border-radius: 4px;
	text-align: center;
	position: relative;
	background: #ececec;
	padding: 14px 40px 12px;
	display: inline-block;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15)
}
.btn:hover {
	color: #fff;
	box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.2)
}
.btn.th-bg {
	color: #fff;
}
.btn.th-bg:hover {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: inset 0px 0px 150px 200px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 150px 200px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 0px 150px 200px rgba(0,0,0,0.5);
}
/*Button In Theme Background Color*/
.th-bg .btn {
	color: #fff;
	border-color: #fff;
}
.th-bg .btn:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}
.btn-2 {
	z-index: 1;
	color: #333;
	line-height: 1;
	cursor: pointer;
	font-size: 12px;
	border-radius: 0;
	overflow: hidden;
	text-align: center;
	padding: 13px 30px;
	position: relative;
	background: #ececec;
	letter-spacing: 1px;
	display: inline-block;
	border: 1px solid #edf1f2;
	background-color: rgb(236, 236, 236);
}
.btn-2:hover {
	color: #fff;
}
.btn-2::before, .btn-2::after {
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	content: '';
	height: 100%;
	display: block;
	position: absolute;
}
.btn-2::before {
	background-color: white;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: -webkit-transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.btn-2::after {
	background-color: #ffd1d8;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition: transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
	transition: -webkit-transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
	-webkit-transition: -webkit-transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
	transition: transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62), -webkit-transform 300ms 300ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
}
.btn-2:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn-2:hover::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn-2:hover::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.section-heading-2 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.section-heading-2 .title {
	line-height: 1;
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 11px;
}
.section-heading-2 .title span {
	color: #b31066;
	font-weight: 600;
}
.section-heading-2 p {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.btn, .th-bg, .btn:hover, .btn::after, .btn-2::after, .tags a:hover, .project-thumb, .project-thumb-2, .social-box:hover, .price-table:hover, .enter-email button, .team-thumb-2:hover, .team-thumb-1 figure, .navigation li:hover>a, .navigation li.active>a, .dl-menuwrapper li a:hover, .dot-1 .slick-dots li button, .section-heading span::after, .section-heading span::before, input[type="submit"].btn:hover, .sidebar .widget-title::before, .dotstyle-puff li button::after, .strategy-list li:hover::before, .progress-wrap .progress_single, .woo-product:hover .product-img a, .news-thumb:hover figure .date-tag, .chr-pagination .page-numbers:hover, .chr-pagination .page-numbers.current, .header-2 .navigation ul li:hover>a, .widget-newsletter .input-field .search-icon, .asked-questiond .simple-accordian .accordion-1:hover, .asked-questiond .simple-accordian .accordion-1.accordion-open, .social-box .social-list.long li a:hover, .review-tabs .nav-tabs>li.active>a, .graph-bar {
	background-color: #b31066;
}
/*
      ============================================================
          Social List Css Start
      ============================================================
*/
.social-list {
	float: left;
	width: 100%;
	text-align: left;
}
.social-list li {
	float: none;
	width: auto;
	margin: 0 5px;
	position: relative;
	display: inline-block;
}
.social-list li:first-child {
	margin-left: 0;
}
.social-list li:last-child {
	margin-left: 0;
}
.social-list li a {
	float: left;
	width: 100%;
	color: #bfccd0;
	font-size: 14px;
	line-height: 1px;
	text-align: center;
}
/*Social Long Style*/
.social-list.long li {
	margin: 0 !important;
	border-style: solid;
	border-color: #bfccd0;
	border-width: 0 0 0 1px;
}
.social-list.long li:last-child {
	border-width: 0 1px;
}
.social-list.long li a {
	width: 40px;
	height: 20px;
	line-height: 20px;
}
.dot-style.pull-left {
	margin-left: 16px;
}
.dot-style::after {
	float: right;
	background: #b31066;
}
.dot-style::after, .dot-style::before {
	margin: 0 -15px;
	content: "";
}
.dot-style, .dot-style::after, .dot-style::before {
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.dot-style::before {
	float: left;
	background: #b31066;
}
.dot-style {
	clear: both;
	display: block;
	margin: 0 auto;
	position: relative;
	background: #b31066;
}
/* About Us */
.intro-thumb {
	float: left;
	width: 100%;
	border-width: 10px;
	border-style: solid;
	margin-bottom: 30px;
	border-color: #f1f6f5;
	box-shadow: 0px 30px 25px -20px rgba(0, 0, 0, 0.2);
}
.thumb, figure {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.text-left .dot-style {
	margin-left: 15px;
}
.intro-caption .section-heading-2 + .text p:first-child {
	margin-top: -5px;
}
.intro-caption .text p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 32px;
	text-align: justify;
}
.about-section {
	padding: 70px 0 40px;
}
.intro-caption {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.we-are-thumb-3 {
	float: left;
	width: 100%;
	margin-top: 40px;
	position: relative;
	margin-bottom: 30px;
	background-color: #fff;
	border: solid 1px #eaeaea;
	padding: 66px 30px 22px 30px;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
a, label, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, input, .btn, .blog, figure, .title, .tags a, .title a, textarea, .navigation a, .btn, .tags a, .popup-icon, .social-box, .blog-thumb, .blog-meta a, .price-table, .woo-product, .we-are-thumb, .team-thumb-2, .team-thumb-1, .blog-thumb *, .news-thumb *, .price-table *, .navigation ul, .we-are-thumb-3, .team-thumb-1 *, .strategy-list li, .price-div::after, .project-thumb img, .price-div::before, .comment-header a, .contact-list li a, .contact-list li i, .comment-header h4, .social-box::before, .accordion-1::before, .project-thumb .text, .project-thumb-2 img, .project-thumb-2 .text, .social-box .social-list, .team-thumb-2 figure img, .project-thumb-2 .text *, .strategy-list li::before, .social-box .social-list li, .woo-product, .product-img, .product-img a, .asked-questiond .simple-accordian .accordion-1, .news-thumb {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.we-are-thumb-3 .svg-icon {
	left: 0px;
	top: -40px;
	right: 0px;
	float: left;
	width: 80px;
	height: 80px;
	margin: auto;
	padding: 15px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	border: solid 1px #eaeaea;
}
.we-are-thumb-3 .overflow-text {
	text-align: center;
}
.overflow-text {
	float: none;
	width: auto;
	overflow: hidden;
}
.we-are-thumb-3 .title {
	margin-bottom: 22px;
}
.title {
	float: left;
	width: 100%;
	margin: 0 0 0;
	font-weight: 300;
	font-size: 24px;
	color: #000
}
.we-are-thumb-3 p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 24px;
}
.svg-icon svg {
	fill: #ac0056;
}
.we-are-thumb-3:hover {
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15)
}
.section-heading-2 {
	float: left;
	width: 100%;
	/* margin-bottom: 40px; */
	text-align: left;
}
.section-heading-2 .title {
	line-height: 1;
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 11px;
}
.title {
	float: left;
	width: 100%;
	margin: 0 0 0;
	font-weight: 500;
}
/*
      ============================================================
          Blog Section  #Blog Section
      ============================================================
*/
.blog-thumb {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
	border: solid 1px #e1e7e8;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
/*.blog-thumb::after,*/
.blog-thumb::after {
	top: auto;
	left: auto;
	right: -3px;
	width: 35px;
	content: "";
	bottom: -3px;
	height: 35px;
	position: absolute;
	border-style: solid;
	border-color:#ac0056;
}
.blog-thumb::after {
	border-width: 0 3px 3px 0px;
}
.blog-thumb:hover {
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.09);
}
.blog-thumb:hover figure img {
	opacity: 0.7;
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
}
.blog-thumb figure.video-post iframe {
	height: 400px
}
.blog-thumb figure {
	background: var(--main-bg-color);
}
.blog-thumb figure .date-tag {
	left: 0;
	bottom: 15px;
	position: absolute;
}
.blog-thumb:hover figure .date-tag {
	bottom: 25px;
}
.blog-thumb .blog-meta {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.blog-thumb .text {
	padding: 27px 30px 30px;
}
.blog-thumb .text .title {
	margin-bottom: 13px;
	font-size:22px;
}
.blog-thumb .text .title a {
	text-decoration:none;
	color:#ac0056;
}
.blog-thumb .text .title a:hover {
	text-decoration:none;
	color:#000;
}
.blog-thumb:hover .title a {
	color:#000
}
.blog-thumb .text p {
	float: left;
	width: 100%;
	margin-bottom: 22px;
	font-size: 14px;
    line-height: 24px;
}
.blog-list-thumb .text.pull-left:first-child {
	max-width: 100%;
	max-width: -webkit-calc(100% - 353px);
	max-width: -moz-calc(100% - 353px);
	max-width: calc(100% - 353px);
}
.blog-list-thumb figure, .services-list figure {
	max-width: 348px;
}
.blog-list-thumb .text, .services-list .text {
	float: none;
	width: auto;
	overflow: hidden;
	padding: 27px 30px 30px;
}
.services-list .text {
	padding: 30px;
	background-color: transparent;
}
.blog-list-thumb .text .title {
	margin-bottom: 13px;
}
.blog-list-thumb .text .blog-meta {
	padding: 0;
	border: none;
	margin-bottom: 13px;
}
.blog-list-thumb .text p {
	margin-bottom: 17px;
}
/*
      ============================================================
          Blog Meta Css Start
      ============================================================
*/
.blog-meta {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
}
.blog-meta li {
	width: auto;
	margin: 0 5px;
	line-height: 1;
	color: #91a8ae;
	font-size: 14px;
	position: relative;
	display: inline-block;
}
.blog-meta li:first-child {
	margin-left: 0 !important;
}
.blog-meta li:last-child {
	margin-right: 0 !important;
}
.blog-meta li i {
	margin: 0 5px 0 0;
}
.blog-meta li a {
	position: relative;
	font-weight: normal;
	display: inline-block;
	text-transform: capitalize;
}
.blog-meta li a::before {
	float: left;
	width: auto;
	content: ",";
}
.blog-meta li a:first-of-type::before {
	display: none;
}
.blog-meta li a {
	color: #778b90;
	text-decoration:none
}
.blog-thumb .text {
	padding: 27px 30px 30px;
}
.text, footer, section, .section, .mian-wrapper, .main-contant, header {
    float: left;
    width: 100%;
    position: relative;
}
.case-studies{
    padding: 70px 0 40px;
}
.blog-detail-section .img-thumb {
    margin: 0px 0px 26px 0px;
}
/*
      ============================================================
          Blog Detail Page  #Blog Detail Page
      ============================================================
*/
.blog-detail-section > p:last-child{
    margin-bottom: -6px;/*ADJESTMENT*/
}
.blog-detail-section .page-title + p{
    margin-top: -12px;
}
.blog-detail-section p + .page-title{
    margin-top: -6px;
}
.blog-detail-section .img-thumb{
    margin: 0px 0px 26px 0px;

}
.blog-detail-section .title,
.blog-detail-section h2{
    font-size: 26px;
    margin: 0px 0px 19px 0px;
}
.blog-detail-section .blog-meta{
    margin: 0px 0px 18px 0px;
}
.list-style-1 {
    margin-bottom: 30px;
}
.list-style-1 li{
    list-style: circle;
    list-style-position: inside;
}
.blog-detail-section .list-style-1 {
    margin-bottom: 20px;
    margin-top:2px; 
}
.img-thumb img {
    max-width: 100%;
}
.sidebar {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0px 20px 0 20px;
    box-shadow: 0 15px 40px 0 rgba(0,0,0,.08);
}
.sidebar .widget-recent-news {
    padding-bottom: 34px;
}
.sidebar .widget {
    margin: 0 0 40px;
    padding: 0 0 0px;
    
}
.widget {
    float: left;
    width: 100%;
}
accordion-1, .sidebar .widget-title, .strategy-list li::before, .accordion .accordion-heading {
    background-color: #f1f6f5;
	border-bottom:1px solid #ac0056;
}
.gray-bg {
    background-color: #f1f6f5;
}
.widget-recent-news .widget-title {
    margin-bottom: 27px;
}
.sidebar .widget-title {
    margin: 0 0 30px;
}
.widget-title {
    float: left;
    width: 100%;
    clear: both;
    font-size: 20px;
    text-align: left;
    margin: 0 0 30px;
    position: relative;
    font-weight: 400;
    background-color: #edf1f2;
    text-transform: uppercase;
    padding: 13px 10px 12px 25px;
}
.recent-news-thumb {
    float: left;
    width: 100%;
    padding: 0 0 12px;
    margin: 0 0 19px;
    border-bottom: 1px dashed #edf1f2;
}
.recent-news-thumb .title {
    font-size: 16px;
    margin: 0 0 7px;
    font-weight: 700;
    text-transform: capitalize;
}
.recent-news-thumb .title a {
	color:#000;
	text-decoration:none;
}
.recent-news-thumb p {
    font-size: 14px;
    margin-bottom: 10px;
	line-height:20px;
}
.recent-news-thumb .edu-date{
	font-size: 13px;

}
.btn, .th-bg, .btn:hover, .btn::after, .btn-2::after, .tags a:hover, .project-thumb, .project-thumb-2, .social-box:hover, .price-table:hover, .enter-email button, .team-thumb-2:hover, .team-thumb-1 figure, .navigation li:hover>a, .navigation li.active>a, .dl-menuwrapper li a:hover, .dot-1 .slick-dots li button, .section-heading span::after, .section-heading span::before, input[type="submit"].btn:hover, .sidebar .widget-title::before, .dotstyle-puff li button::after, .strategy-list li:hover::before, .progress-wrap .progress_single, .woo-product:hover .product-img a, .news-thumb:hover figure .date-tag, .chr-pagination .page-numbers:hover, .chr-pagination .page-numbers.current, .header-2 .navigation ul li:hover>a, .widget-newsletter .input-field .search-icon, .asked-questiond .simple-accordian .accordion-1:hover, .asked-questiond .simple-accordian .accordion-1.accordion-open, .social-box .social-list.long li a:hover, .review-tabs .nav-tabs>li.active>a, .graph-bar {

	border-bottom:1px solid #b31066;
}


/*----ak css start from here ;)---*/
/*Service page css*/
.ak_service h1{font-size: 25px; text-align:center;    padding: 20px 0; color: #ac0056;}
.ak_service h2, .ak_service h3  { font-size: 20px;line-height: 40px; color: #ac0056; margin-top: 5px;}
.ak_service h3 {
   font-size: 17px;
    color: #292929;
    line-height: 30px;
    font-weight: 600;
}
.ak_service p{color: #1f252e; line-height: 24px; font-size: 14px;}
.ak_service .facilities-list li  {
	font-size: 14px;
	color: #182345;
	line-height: 26px;
	font-weight: 400;
}
.ak_service .facilities-list li i{
	margin-right: 10px;
	color: #007ba9;
}
.ak_padd{ padding:20px;}
.service-list-area {
	position: relative;
	padding: 40px 20px 20px;
	background: #edf0f3;
}
.service-list-area .service-list li {
	margin-bottom: 20px;
}
.sec-title-two h5 {
   font-size: 24px;
    color: #ac0056;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
.ak_service .service_img{padding: 20px 0;display: block; }
.service-list-area .service-list li a{
	font-size: 15px;
	color: #182345;
	line-height: 26px;
	font-weight: 500;
	padding: 10px 30px;
	background: #ffffff;
	border-radius: 25px;
	display: inline-block;
	width: 100%;
	transition: all 0.3s ease;
}
.service-list-area .service-list li i{
	float: right;    padding-top: 6px;
}
.mb-35 {
    margin-bottom: 35px;
}
.service-list-area .service-list li:hover a{
	color: #ffffff;
	background: #ac0056;
	transition: all 0.3s ease;
	text-decoration:none
}
.call-now-area{
	position: relative;
	z-index: 1;
	padding: 150px 40px 60px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}
.call-now-area:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	background: rgba(23, 27, 39, 0.7);
}
.call-now-area h5{
	position: relative;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 70px;
}
.call-now-area h5:before{
	position: absolute;
	top: 17px;
	left: 0px;
	width: 50px;
	height: 2px;
	content: '';
	background: #ac0056;
}
.call-now-area .text{
	font-size: 26px;
	line-height: 30px;
	color: #ac0056;
	font-weight: 600;
	padding-top: 10px;
}
.call-now-area .text i{
	margin-right: 20px;
}
.ak_wit { width:50%; float:left} 
.ak_warrant{ font-size:17px;  padding:20px 0; line-height:25px;} 

/*---gallery css----*/
.sn_photogallery{ }
.ak-gallery .section-heading-2{ margin-top: 25px;}
.lg-outer .lg-thumb { margin: 0 auto -5px;}
.ak-gallery h1{font-size: 36px;font-size: 2.25rem; font-weight: normal; line-height: 1.33em;margin: 0.39em 0 0.61em;padding-bottom: 0.28em; color:#ac0056}
 .sn_photogallery{
	 width:24%; float:left; margin:0 5px;
    padding: 7px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear; }
 
 .sn_photogallery:hover {
    text-decoration: none;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    transform: translateY(-1rem);
}
.ak-gallery .sn_thumbblock img{
    max-height: 167px;
    min-height: 167px;
} 
.ak-gallery .hidden{ display:none}
.ak-gallery .sn_thumbblock i.fa.fa-plus {
    background: transparent;
    border:1px solid #ac0056;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
        color: #ac0056;
    float: right;
    border-radius: 30px;
    margin-right: 0px;
    margin-top: 13px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ak-gallery .sn_thumbblock:hover i.fa.fa-plus {
    background: #ac0056;
   color: #fff;
}
.ak-gallery a:hover{ text-decoration:none}
.ak-gallery .sn_photogallery a h4{color: #444;margin-top: 20px;font-size:13px;}
.row.clients-logo { text-align: center; display: block;}
.clients-logo .col.col-md-3.text-center {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.clients-logo .logo-mar{ margin:20px 0}
 
 
/*----Landing page css start here 22oct-2021----*/

.landing-page .banner-content .banner-text {font-size: 19px;}
.Why-Waterproofing { background: #0c328e url(../images/why-wat-bg.jpg) no-repeat scroll center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover;background-attachment: fixed; padding:80px 0}
.Why-Waterproofing p {color: #fff;line-height: 24px;font-size: 15px;}
.rAng h4{ font-size:18px; font-weight:800 }

.Waterproofin-Block .caption h4{ font-size:20px;font-weight:800}
.Waterproofin-Block .caption p {    line-height: 23px; font-size: 15px;  margin-top: 15px;}
.Waterproofin-Block .thumbnail .img-part{ line-height:0}

.Waterproofin-Block  .caption{min-height: 288px; }
.Waterproofin-Block .shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);}
.Experienced p{font-size: 17px;color: #fff;line-height: 30px;}

.pantingt-S { background: #0c328e url(../images/pantingt-bg.jpg) no-repeat scroll center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover;background-attachment: fixed; padding:80px 0}

.panting-thumbnail{display: block;background-color: #fcffff;border: 1px solid #d9edf9; transition: all linear 100ms;box-shadow: 0 10px 25px 10px rgb(0 0 0 / 4%); } 
.panting-thumbnail:hover{transform: translate(0, -5px); box-shadow: 0 5px 15px 5px rgb(0 0 0 / 4%); background-color: #ddf7f7; border: 1px solid #cfecec;}
.panting-thumbnail .category-title{padding: 22px; font-weight: 700; color: #444; font-size: 16px; position: relative; line-height: 20px;  display: flex; justify-content: flex-start; align-items: center; }
.panting-thumbnail:hover .category-title{color: #ac0056;}
 
.Ml-hight{ line-height: 30px;}

@media only screen and (max-width : 767px) {
.top-header, .scrollup{ display:none !important} 
.navbar-dark .navbar-toggler {background: #007ba9;}
.navbar{ padding:0}
.navbar-nav.float-right { float:inherit !important}
.navbar-expand-sm .navbar-nav .nav-link {padding-right: 0;padding-left: 0}
.main-banner .banner-content .banner-heading, .main-banner .banner-content .banner-text { padding-right: 10px;}
.about-us .about-image-col .img-holder img:nth-child(2) {position: static;margin: 45px 0 10px 0;}
.about-us .about-image-col .img-holder img:first-child {display: none}
.testimonial-section .testimonials-slider .grid {min-height: auto;padding: 75px 30px 30px;}
.testimonial-section .client-info {padding-left:30px; margin: 10px 5px 10px 0;}
.testimonial-section .testimonials-slider .owl-controls {margin-top: 0px;}
.clients-logo .col.col-md-3.text-center { max-width: inherit;}
.section-heading-2 .title {font-size: 36px}
.sub-banner {background-size: cover;}
.sn_photogallery { width: 100%;}
.ak-gallery .sn_thumbblock img {max-height: inherit; width: 100%}
.ak-gallery .sn_photogallery a h4 {margin-top: 15px;}
.news-link h5 {font-size: 1rem}
}
 @media only screen and (max-width : 479px) {
    
}



.power_team img
{
	width: 100%;
}

.power_team_section
{

}

.power_team_list
{
	margin-top: 50px;
}

.btn_read
{
	background: #ac0056;
    color: #fff;
    margin-top: 28px;
    font-size: 12px;
    line-height: 24px;
    padding: 8px 22px;
    font-weight: 500;    
	border-bottom: 1px solid #b31066;
}

.btn_read:hover
{
	background: #b31066;
}

.small_heading h3
{
	color: #b31066;
    font-size: 20px;
    margin-bottom: 20px;
	font-weight: 600;
}

.small_heading h5
{
	color: #ac0056;
    font-size: 17px;
    text-transform: capitalize;
}

.card_box h5
{
	color: #b31066;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.card_box ul
{

}

.card_box ul li
{
	margin-top: 10px;
}

.team h4
{
	color: #b31066;
    font-weight: 600;
    margin: 10px 0px;
    font-size: 18px;
}

.team h5
{
	color: #ac0056;
    font-weight: 600;
    margin: 5px 0px;
    font-size: 21px;
}

.team p
{
	text-align: justify;
}
/* Why Synapt Start */
.why_synapt_box
{
	background: #b31066;
    padding: 50px;
    text-align: center;
    border-radius: 12px;
	cursor: pointer;
	transition: 1s;
	
}
.why_synapt_box .why_synapt_content_box h3
{
	color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.why_synapt_box:hover
{
	box-shadow: 0 20px 18px rgba(0, 0, 0, .16);
    transform: translate(0, -15px);
}
/* Why Synapt End */

.navbar-nav
{
	text-transform: uppercase !important;
}
.what_we_do_arrow p
{
	font-size: 18px !important;
    margin-bottom: 15px !important;
	color: #000;
}
.what_we_do_arrow span i
{
	color: #ac0056;
	margin-right: 15px;
}

.navbar-brand
{
	margin-left: -30px !important;
}

.chief_scientific
{
	margin-top: 30px;
}

.what_we_do_arrow h2
{
	font-size: 22px;
	color: #ac0056;
	font-weight: 600;
	margin-bottom: 20px;
}

.focus_therapeutic
{
	margin-bottom: 50px;
}

.pipeline table thead
{
	background: #ac0056;
	color: #fff;
}
.about_image
{
	background-image: none;
	position: relative;
    width: 500px;
    height: 500px;
    border-radius: 600px;
    background-image: url(../images/home/about.jpeg);
    background-position: 0px 0px;
    background-size: cover;
    float: right;
	margin-top: -30px;
}
.about_image img
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.mar-top p a
{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.text_fff p
{
	color: #fff !important;
}

.home_about_content
{
	margin-top: 50px !important;
}

.approach_text p
{
	line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
}

.top-barder
{
	border-top: 3px solid #ac0056;
    display: inline-block;
    width: 70px;
}


.intro-section .about-details ul {
	margin-top: 20px;
}
.intro-section .about-details ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 4px;
	color: #686e76;
	line-height: 24px;
}
.intro-section .about-details ul li:before {
	font-family: FontAwesome;
    content: "\f138";
    display: inline-block;
	color: #b31066;
	position: absolute;
	left: 0;
	/* top: 0; */
}



/* Thanks You start */
.thank_content
{
    text-align: center;
    padding: 70px 0px;
    margin: 90px 50px;
}

.thank_content h1
{
    font-size: 55px;
    text-align: center;
    color: #ac0056;
    padding: 20px 0px;
}

.thank_content p
{
    font-size: 25px;
    padding: 30px 0px;
}

.thank_content a
{
   background: #ac0056;
   padding: 10px 20px;
   color: #fff;
   border-radius: 20px; 
}
.thank_content a:hover
{
  background: #810744;
  box-shadow: 0px 6px 6px #c5c5c5;
}
/* Thanks you end */

.submit_btn
{

}

.submit_btn
{
  background: #ac0056;
  padding: 7px 40px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #a97728;
}

.submit_btn:hover
{
  background: #810744;
  box-shadow: 0px 6px 6px #c5c5c5;
}


@media screen and (min-device-width: 360px) and (max-device-width: 768px) 
{ 
   .about_image
    {
        background-image: none;
        position: relative;
        width: 330px;
        height: 330px;
        border-radius: 600px;
        background-image: url(../images/home/about.jpeg);
        background-position: 0px 0px;
        background-size: cover;
        float: right;
        margin-top: 40px;
    }
}








