/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
      
* HEADER 
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - Bread-crumb
  - Custom News Letter
  - Blog
  - Contact

* FOOTER
*/

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Ubuntu:wght@700&display=swap');


 /* - General Style //---------------- */ 

 ::-moz-selection {
 background-color: #5271e4 ;
 color: #FFF;
}
::selection {
	background-color: #5271e4 ;
	color: #FFF;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg1.jpg) center center  no-repeat fixed;
	line-height: 24px;
	color: #6d6e71;
	width: 470px;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}

.page-wrapper {
    background: #d4e3f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

body.dark-header {
	padding-top: 82px;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
.main {
	position: relative;
	overflow: hidden;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}


a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #555555;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	color: #5271e4 ;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
br {
	font-size: 0;
	line-height: 0;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.position-r {
	position: relative;
}
.position-s {
	position: static;
}
.position-initial {
	position: initial;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
	color: #fff;
}
.dark-bg {
	background: #141414;
	color: #fff;
}
.gray-bg {
	background: #f5f5f5;
}

.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
	display: inline-block;
	max-width: 800px;
}
.middle-580 p {
	display: inline-block;
	max-width: 580px;
	margin-bottom: 0;
}

.border-right {
	border-right: 1px solid #e1e1e1;
}

.border-top {
	border-top: 1px solid #eeeeee;
}

/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #202833;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0;
}

h1 {
	font-size: 43px;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0px;
}

h2.heading {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 1px;
	position: relative;
}

h3 {
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
}

h3.sub_title {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 500;
}

h4 {
	font-size: 17px;
	line-height: 28px;
}

h5 {
	font-size: 14px;
	line-height: 23px;
	font-weight: 500;
}

h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
}

.main_title {
	color: #202833;
    display: inline-block;
    margin-bottom: 0;
}

.heading-variation h1, .heading-variation h2, .heading-variation h3, 
.heading-variation h4, .heading-variation h5, .heading-variation h6 {
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0;
}

.heading-variation h6 {
	margin-bottom: 0;
}
/* - Button Style  //----------------*/ 

.btn, button {
	padding: 12px 15px;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.btn.focus, .btn:focus, button:focus {
    box-shadow: none;
    outline: 0 none;
}

.btn.full {
	width: 100%;
	text-align: center;
}

.btn.big-width {
	padding: 13px 30px;
}

.btn.big {
	padding: 25px;
}

.btn i.fa {
	font-size: 16px;
	margin: 0 5px;
}

.btn-black {
	color: #fff;
	background: #222;
	border: none;
}

.btn-black:hover {
	color: #fff;
	background: #5271e4 ;
}

.btn-color {
	color: #fff !important;
	background: #5271e4 ;
	border: none;
}

.btn-color:hover {
	color: #fff !important;
	background: #001f90;
}

.btn-white {
	color: #222;
	background: rgba(255,255,255,1);
	border: none;
}
.btn-white:hover {
	color: #222;
	background: #5271e4 ;
}

.btn-sidebar-menu-dropdown {
    display: inline-block;
    color: #fff !important;
    background-color: #5271e4 ;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin-top: 14px;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.btn-sidebar-menu-dropdown:hover, 
.btn-sidebar-menu-dropdown:focus, 
.btn-sidebar-menu-dropdown:active {
    color: #fff !important;
}

/* - Form Style */
* {
	outline: none !important;
}

select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #eaeaea;
	padding: 5px 24px 5px 5px;
	line-height: 18px;
}

.full select {
	width: 100%;
}

.main-form textarea {
	max-width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
	background: #fff;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #eeeeee;
	min-height: 40px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
    	 -o-border-radius: 10px;
    		border-radius: 10px;
}

.main-form textarea {
    min-height: 90px;
}

.check-box label {
	color: #222;
	display: inline;
	font-size: 15px;
	font-weight: 400;
}

.check-box input, .radio input.radio-button {
	display: none;
}

.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
	display: none;
}

.category-dropdown {
	border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius : 25px 0 0 25px;
    -moz-border-radius : 25px 0 0 25px;
    -webkit-border-radius : 25px 0 0 25px;
    -o-border-radius : 25px 0 0 25px;

}

.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    border-radius : 0;
    -moz-border-radius : 0;
    -webkit-border-radius : 0;
    -o-border-radius : 0;
}

.select-dropdown fieldset {
	padding: 0;
	line-height: 0;
}


/* - Spacer Style  //---------------- */
.right-side {
	float: right;
}
.left-side {
	float: left;
}


.plr-10 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mlr_-10 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.left-50 {
	margin-left: 50px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}

.plr-50 {
	padding-right: 50px;
	padding-left: 50px;
}

.p-0 {
	padding: 0px;
}

.mb-minus-30 {
	margin-bottom: -30px;
}

.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}

.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}



.m-0 {
	margin: 0px;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */
header#header {
	background: #ffffff;
	top: 0;
	width: 100%;
	border: none;
	padding: 0 ;
	z-index: 2;
	position: relative;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.header-middle {
	background: #ffffff;
    display: inline-block;
    width: 100%;
}

.one-page .header-fixed .header-middle {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	    -ms-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
	        transition: all 0.5s ease 0s;
}

.navbar-header {
    float: none;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}

.collapsing {
	display: inline-block;
}

.navbar-collapse {
    background: #ffffff;
    bottom: 0;
    border-bottom: 0;
    display: inline-block !important;
    height: 100% !important;
    left: -250px;
    position: fixed !important;
    top: 0 !important;
    margin: 0 !important;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    width: 250px;
    z-index: 4;
}

.navbar-collapse.collapse {
	width: 250px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 0.7;
    left: 0;
    top: 0;
    display: none;
}


/* Navigation Menu Style */

.navbar-toggle{
    border: none;
    background: none;
    color: #000000;
    height: 20px;
    margin-right: 15px;
    padding: 0;
    width: 20px;
    display: block;
    position: fixed;
    right: 0;
}

#header button i.fa {
	font-size: 0;
	background: url("../images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 30px;
	height: 30px;
}

#header button i.fa.fa-bars {
    background-position: -14px -183px;
}

#header button i.fa.fa-close {
    background-position: -14px -215px;
}

.navbar-toggle:hover {
	color: #5271e4;
}

button:focus {
	outline: none;
}

.navbar-collapse.menu-open {
    left: 0;
}

.nav.navbar-nav {
	display: block;
	text-align: left;
}

.navbar-nav > li {
    float: none;
    display: block;
}

.navbar-nav > li > a {
	color: #202833;
	padding: 8px 18px;
	margin: 0 15px 0;
	font-weight:600;
	font-size: 15px;
	position: relative;
	display: inline-block;
}

.navbar-nav > li:hover > a {
	color: #5271e4
}

#menu-main li.active a {
	color: #5271e4;
}

#menu-main > li > a span {
	position: relative;
}

.navbar-nav li.level:last-child a {
	padding-right: 0; 
}

.side-toggle {
	display: none;
}

.side-toggle .menu-back{
	position: absolute;
	left: 15px;
	top: 0;
	display: none;
}

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

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

.client-bg {
	position: relative;
}

.client-inner {
	padding-bottom: 50px;
	background: #196ed9;
}


.client-img {
    margin-right: 40px;
}

.client-main .item {
	display: inline-block;
	width: 100%;
	position: relative;
}

.client-main .item p {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	margin: 0; 
}

.quote1-img {
	text-align: left;
}

.quote2-img {
	text-align: right;
}

.client-img img{
    display: inline-block;
    overflow: hidden;
    margin-top: 40px;
    border: 10px solid #227df0;
    -webkit-box-shadow: 0 2px 10px rgba(16, 95, 194);
       -moz-box-shadow: 0 2px 10px rgba(16, 95, 194);
    		box-shadow: 0 2px 10px rgba(16, 95, 194);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}

.quote {
    max-width:310px;
    position: relative;
    margin-top: 40px;
}

.client-main .item .client-title {
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 32px;
}

.client-main .item .client-title span {
    font-size: 40px;
}

.designation {
	color: #ffffff;
	font-size: 16px;
}

.style-02 .client-img {
	margin-right: 0;
	background: url('../images/compound.png' ) no-repeat center;
	text-align: center;
}


.style-02 .client-main .item .client-title{
	color: #00c2d3;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: none;
}

.owl-dots {
	display: inline-block;
}

.owl-carousel button.owl-dot {
	float: left;
	margin: 0 3px;
}

.owl-carousel button.owl-dot > span {
	background: #fff;
	display: inline-block;
	height: 4px;
	width: 20px;
	opacity: 0.5;
}
.owl-carousel button.owl-dot.active > span, .owl-carousel button.owl-dot:hover > span {
	background: #ffffff;
	opacity: 1;
}

.client-main .owl-nav button{
    display: none;
}

.client-info {
	width: 100%;
    background: #dbe6f5;
    padding: 70px 50px;
}

.top-link .info-link {
    display: inline-block;
    color: #6d6e71;
    margin-right: 10px;
}

.top-link ul li.info-link:last-child {
    margin-right: 0;
}

.top-link .info-link a {
    font-weight: 500;
}

.top-link .info-link span {
    background: url(../images/sprite.png);
    height: 30px;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    float: left;
}

.top-link .info-link .email-icon {
    background-position: -5px -352px;
}

.top-link .info-link .website-icon {
    background-position: -6px -392px;
}

.top-link .info-link .phone-icon {
    background-position: -5px -432px;
}

.info-btn ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

.info-btn ul li.input-info input {
    border: none;
    padding: 9px 2px;
    width: 180px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.info-btn ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background: #25ce66;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.info-btn ul li a:hover {
    color: #ffffff;
}

ul.social-icon li {
	display: inline-block;
	margin-right: 20px;
}

.footer .footer_social {
    margin-bottom: 48px;
}

ul.social-icon li i.fa {
    color: #196ed9;
    font-size: 18px;
}

.error-block-detail ul.social-icon li i.fa {
	background: #ffffff;
}

/*-- services-part Start --*/

.border-style {
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #b0caeb;
}

.detail-title {
    padding: 20px 20px;
    background: #fff;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
    	 -o-border-radius: 20px;
    		border-radius: 20px;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
    		box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);
}

h3.sub-title {
    margin-bottom: 0;
    color: #6d6e71;
}

.detail-title h5 {
	margin-bottom: 0;
	line-height: 20px;
    color: #6d6e71;
}

.business-advertising {
	font-size: 15px;
    font-weight: 500;
}

.business {
    color: #196ed9;
}

.advertising {
	color: #6d6e71;
}

.about-info ul li {
    font-size: 15px;
    line-height: 20px;
    color: #6d6e71;
}

.about-info h4 {
    color: #6d6e71;
}

.about-info h5 {
    color: #6d6e71;
    font-weight: 400;
}

.border-style:after {
    content: "";
    width: 85px;
    height: 85px;
    position: absolute;
    top: -30px;
    right: -5px;
}

.about-style:after {
    background: url("../images/section-1.png") no-repeat scroll 0 0 #d4e3f5;
}

.tab_content:after {
    background: url("../images/section-2.png") no-repeat scroll 0 0 #d4e3f5;
}

.gallery-part:after {
    background: url("../images/section-3.png") no-repeat scroll 0 0 #d4e3f5;
    width: 60px;
    height: 62px;
    top: -40px;
}
.clients-part:after {
    background: url("../images/section-6.png") no-repeat scroll 0 0 #d4e3f5;
    width: 80px;
    height: 80px;
    top: -55px;
}

.payment-info:after {
    background: url("../images/section-4.png") no-repeat scroll 0 0 #d4e3f5;
}

.enquiry-info::after {
    background: url("../images/section-5.png") no-repeat scroll 0 0 #d4e3f5;
    width: 60px;
    height: 54px;
    top: -30px;
}


/*-- services-part End --*/

/*-- Our Services Start --*/
.product-part ul {
    width: 100%;
}

.product-part ul li {
    display: inline-block;
}

.tab_content ul li {
    border-top: 1px solid #cdcfd0;
    margin-top: 30px;
    padding-top: 30px
}

.tab_content ul li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.product-box {
    display: inline-block;
}

.product-box .services-icon {
    display: inline-block;
    cursor: pointer;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.product-text {
    font-size: 16px;
    font-weight: 600;
}

.product-details .details {
    margin-bottom: 15px;
}

.details-text h4 {
	color: #196ed4;
	font-weight: 500;
}

.product-img {
    border: 14px solid #fff;
    background: #1b2839;
    position: relative;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
    	 -o-border-radius: 10px;
    		border-radius: 10px;
    -webkit-box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.2);
    		box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.2);
}

.product-item:hover .product-img img {
	opacity: 0.5
}

.product-item a.read {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
    	-ms-transition: all 0.4s ease 0s;
    	 -o-transition: all 0.4s ease 0s;
    		transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
    	-ms-transform: translateX(-50%) translateY(-50%);
    	 -o-transform: translateX(-50%) translateY(-50%);
    		transform: translateX(-50%) translateY(-50%);
}

.product-item:hover a.read {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-item a.read::after {
    background: rgba(0, 0, 0, 0) url("../images/product-plus.png") no-repeat center center;
    content: "";
    border: 2px dashed #ffffff;
    display: inline-block;
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}
/*-- Our Services End --*/

/* gallery CSS Start */
.gallery-img {
    margin-bottom: 10px;
}

/* gallery CSS End */

/* clients CSS Start */
.clients-img {
    margin-bottom: 10px;
}

/* clients CSS End */


/* Payment CSS Start */

.payment-info.border-style{
	padding: 0;
}

.payment-detail {
    padding: 30px;
}

.payment-title h5.sub-title {
    color: #6d6e71;
    line-height: 18px;
}

.bank-info ul li {
    font-weight: 500;
    margin-top: 5px;
}

.bank-info ul li span {
    margin-left: 10px;
}

.pay-btn .details-text h4 {
    color: #6d6e71; 
}

.pay-btn {
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
    	 -o-border-radius: 30px;
    		border-radius: 30px;
}

.payment-app ul li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.payment-app ul li:last-child {
    margin-right: 0;
}

.payment-app ul li::before {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 2px;
    content: "";
    height: 50px;
    background-color: #a2a4a7;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    		transform: translateY(-50%);
}

.payment-app ul li:last-child::before {
    display: none;
}
/* Payment CSS End */



/* Contact CSS Start */



.map .map-part .map-inner-part {

    min-height: 450px;

    width: 100%;

}



.contact-bg .page-wrapper {

    background: #196ed9;

    padding-top: 60px;

    padding-bottom: 60px;

}



.contact-bg {

    position: relative;

}



.contact-bg .heading-part.mb-30 {

    position: absolute;

    top: 60px;

    left: 0;

    z-index: 1;

}



.contact-bg h2.heading {

    color: #ffffff;

}



.contact-add-detail {

    color: #ffffff;

}



#contact-section .map {

    margin-bottom: -6px;

}



.contact-main iframe {

    min-height: 450px;

    width: 100%;

}



.contact-box .contact-icon {

	height: 27px;

	width: 27px;

	display: inline-block;

	background: url(../images/sprite.png) no-repeat scroll 0 0;

}



.contact-info .main_title {

    line-height: 0;

}



.contact-box span {

	display: inline-block;

	font-size: 15px;

	color: #1f1f1f;

	line-height: 0;

	margin-bottom: 15px;

	letter-spacing: 1px;

	width: 100%;

}



.contact-style2 .contact-info {

    border-bottom: 1px solid #eeeeee;

}



.contact-info .read-more {

    margin-top: 10px;

}



.contact-box p {

	margin-bottom: 0;

}

.contact-box .contact-phone-icon {

	background-position: -101px -502px;

}

.contact-box .contact-mail-icon {

	background-position: -101px -543px;

}

.contact-box .contact-open-icon {

	background-position: -101px -583px;

}

.contact-info .no-padding {

	border-right: 1px solid #e1e1e1;

}

.contact-info .no-padding:last-child {

	border: none;

}



.contact-address ul li {

    /*display: inline-block;*/

    margin-bottom: 30px;

}



.contact-address span {

    background: url(../images/sprite.png);

    height: 40px;

    width: 30px;

    display: inline-block;

    margin-right: 15px;

    float: left;

}



.contact-address .address-icon {

    background-position: -114px -460px;

}



.contact-address .contact-icon {

    background-position: -114px -363px;

}



.contact-address .mail-icon {

    background-position: -114px -406px;

}



.contact-address .web-icon {

    background-position: -114px -307px;

}



.address-detail {

    margin-left: 50px;

}



.address-detail a {

    width: 100%;

    color: #ffffff;

}

/* Contact CSS End */


/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.footer-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    background: #ffffff;
    display: flex;
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
}

.footer-menu li {
    flex: 1;
   /* min-width: 80px;*/
    min-width: 50px;
}

.footer-menu .footer-menu-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    color: #555555;
}

.footer-menu .footer-menu-text {
    font-size: 12px;
}


.plus-icon {
    background: #196ed9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255,0.8);
}

/* Scroll-top Arrow CSS Start */
.scroll-top {
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 2;
}
.scroll-top .scrollup:before {
	color: #fff;
	content: "";
	font-family: "FontAwesome";
	font-size: 18px;
}
.scroll-top .scrollup {
	background: #5271e4 ;
	border: 2px solid #fff;
	padding: 9px 15px;
	/*display: none;*/
	cursor: pointer;
	border-radius: 55%;
	-moz-border-radius: 55%;
	-webkit-border-radius: 55%;
	-o-border-radius: 55%;
}
/* Scroll-top Arrow CSS End */

.plus-icon .sharethis-inline-share-buttons .st-btn
{
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	height: 50px !important;
	box-shadow: 0px 0px 0px 10px rgba(255, 255, 255,0.8) !important;
	background-color: #196edb !important;
}

#st-1 .st-btn > img 
{
	height: 20px !important;
	width: 20px !important;
	top: 15px !important;
}
@media (max-width: 470px)
{
	body 
	{
		width: 100%;
	}
	.footer-menu li 
	{
	  min-width: 35px;
	}
	.info-btn ul li
	{
	   margin-top: 10px;
	}
	h5.sub-title
	{
		width: 70%;
	}
}
@media (max-width: 397px)
{
	.payment-app ul li::before
	{
		display: none;
	}
}