/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Rubik', sans-serif  !important;
	font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:14px!important;
}
h1, h2 {
	margin-bottom:10px!important;
}
.no-padding {
	padding-left:0px!important;
	padding-right:0px!important;
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color:#ef642d
}
.btn {
	padding:6px 20px !important;
	border-radius:0!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-sub, .btn-cancel {
	background: #0072b8;
	color:#fff;
	padding:10px 20px !important;
	border-radius:3px!important;
	margin-right:10px;
	margin-top:15px;
}
.btn-cancel {
	background:#fc910f;
}  
.btn:hover {
	background:#333!important;
	color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header {
	/* background: #2e7b3a url(../design_img/header-bg.png) no-repeat; */
	background:#FFF;
    background-size: auto 30rem;
    background-position: right -1rem;
	border-bottom:10px solid #fc7803;
}
header .top-bar {
	/* background:#2a367f !important; */
    padding: 5px 0;
    position: relative;
	/* background: linear-gradient(to right, transparent 0, transparent 62%, rgba(12,68,19,.8) 65%, rgba(12,68,19,.8) 100%); */
	background:#606060;
}
header .social-nav {
    float: right;
	position:relative;
	z-index:0;
}
header .social-nav ul {
    list-style: none;
}
header .social-nav li {
    float: left;
}
header .social-nav li a .fa {
    color: #fff !important;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
    font-size: 16px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .social-nav li:hover a  .fa{
	color:#e52528 !important;
}
/* header .social-nav:after{ */
	/* content: ''; */
    /* position: absolute; */
    /* left: -60px; */
    /* top: -5px; */
    /* bottom: -5px; */
    /* width: 100px; */
    /* background: rgba(12,68,19,.8); */
    /* z-index: -1; */
    /* -ms-transform: skewY(40deg); */
    /* -moz--transform: skewY(40deg); */
    /* -webkit-transform: skewY(40deg); */
    /* transform: skewX(40deg); */
    /* -webkit-transition: all 0.4s ease-out; */
    /* -moz-transition: all 0.4s ease-out; */
    /* -ms-transition: all 0.4s ease-out; */
    /* -o-transition: all 0.4s ease-out; */
    /* transition: all 0.4s ease-out; */
/* } */
header .cont-nav {
    float: left;
   
}
header .cont-nav ul {
    list-style: none;
}
header .cont-nav ul li {
    float: left;
	font-size:14px !important;
	line-height:26px;
	
}

header .cont-nav ul a {
  
    padding: 0px 20px;
    font-size: 14px;
    color: #fff!important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
header .cont-nav ul a .fa {
    height:30px;
	width:30px;
	background:#e52528;
	border-radius:100%;
	color:#FFF !important;
	font-size:16px !important;
	padding:8px !important;
	margin-right:5px !important;
}
header .cont-nav ul li a .fa.fa-envelope{
	padding-left:8px !important;
	padding-top:8px !important;
	font-size:14px !important;
}
header .logo-bar {
  /* background: linear-gradient(to right, #FFF 0, #FFF 30%, #FFF 30%, #FFF 100%); */
    padding: 10px 0 10px;
	
}
header .logo {
    display: block;
	width:180px;
	margin-top:0px;
}
header .logo img {
    max-width: 95%;
}
header .nav-bar{
	float:right;
}
header .site-nav{
	margin-top:25px;
}
header .enquire-btn-outer{
	float:right;
	margin-top:25px;
}
header .btn-enquire {
    width: 150px;
    display: block;
    background: #f87805;
    color: #FFF !important;
    font-size: 14px;
	font-weight:600 ;
	line-height:22px;
    text-transform: capitalize;
    padding: 8px 15px !important;
    float: right;
	border:1px solid #f87805;
}
header .btn-enquire:hover{
	background:#606060 !important;
	color:#FFF !important;
	border-color:#222 !important;
}


/*translater*/
 .gotrns {
	float: right;
	color: #fff !important;
	font-size: 14px;
	position: relative;
	line-height: 0px;
	margin:0px !important;
	padding: 0;
	margin-top:7px !important;

}
 .gotrns .goog-te-gadget-simple {
	border: 0px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}
header .cont-nav .gotrns a {
	color: #fff !important;
	/* border-right: 1px solid #fff; */
	padding-right: 0px;
	margin-right: 0px;
	padding-left:0 !important;
}
 .gotrns span {
	color: #fff !important;
}
 .gotrns a.goog-te-menu-value span:nth-child(3),  .gotrns a.goog-te-menu-value img {
display:none
}
 .gotrns img {
	background: url("../design_img/icon-glob.png")!important;
	background-repeat: no-repeat !important
}
 .gotrns a.goog-te-menu-value span:nth-child(5) {
	margin-left:10px
}
/*********************************************************************************
section styles
***************/
section.slider {
 position:relative;
 width:100%;
 /* height:100%; */
 height:680px;
 overflow:hidden
}
section.slider #video {
	 width:100%;
	 /* height:100%; */
	 margin-top:0px;
}
section.slider .page-overlay {
 position: absolute;
 width: 100%;
 left: 0;
 top: 0;
 bottom:5px;
 background:rgba(18, 18,18, 0.2);
 z-index:3;
}

/**/
section.contents {
}
section.contents .content-bar {
	padding:40px 0;
	overflow:hidden;
}
/* page banner*/
/* page banner*/
.banner-bar {
	background:#111 url(../design_img/inner-banner.jpg) no-repeat center center;
	background-size:cover;
	padding:180px 0 50px;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content h1 {
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	position:relative;
	font-size:40px !important;
	line-height:50px;
	letter-spacing:1.3px;
	font-family: 'Noto Serif', serif !important;
}

/*location*/ 
.location {
	list-style:none;
	position: relative;
}
.location li {
	color:#999!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin:  0px 10px 0px 0!important;
}
.location li:last-child {
	margin-right:0px!important;
}
.location li a:after {
	content: '\f101';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left:10px;
	color:#fff;
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#FFF !important;
	font-size:16px !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#fbca02 !important;
	
}
.location li a.active {
	color:#f87805 !important;
	
}
/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px ;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.banker-col p {
	color: #333;
	font-size:14px!important;
	margin-bottom:0!important
}
/*legals*/
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
 
.legal:first-child {
	border: none;
}
.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}
.legal p {
	margin-top:10px!important;
	font-weight:600!important;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
/* download col*/
 .download-col {
	text-align: center;
}
.download-col p {
	margin-bottom: 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #333;
	padding: 20px 5px !important;
	text-transform:uppercase
}
.download-col a {
	font-size:14px;
	background:#f34747;
	text-transform:uppercase;
	color:#fff!important;
	padding:5px 10px;
	letter-spacing:1.8px;
}
.download-col a:hover {
	background:#666;
}
.download-col img {
	margin:auto;
}
/* contact bar */
.contact-bar {
	 
}  
.contact-bar .cont-nav {
	background:#f5dd96;
	padding:40px;
	overflow:hidden;
}
.contact-bar .cont-nav h3 {
	color:#333; text-transform:uppercase; font-weight:600;
	margin: 0 0 40px 0!important; text-align:left
}
.contact-bar .cont-nav ul {
	list-style:none;
	margin-bottom:20px!important;
}
.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow:hidden;
}
.contact-bar .cont-nav ul a {
	display:block;
	color:#333 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}
.contact-bar .cont-nav ul a i {
	margin-right:25px;
	float:left;
	margin-top: 4px;
	font-size: 20px;
	width:20px;  
}
.contact-bar .cont-nav ul a span {
	float:left;
	display:block;
	width:calc(100% - 50px );
}
/**/
.contact-bar .main-head{
	 text-align:center;	margin: 30px 0 !important;
}  
.contact-bar .iframe-form{ width:100%; height:400px;}
.contact-bar .form-group {
	position: relative;
	margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
border-radius: 3px !important;
	background: #eee; 
	border:0;	color:#999;
	width: 42px !important;
	border-top-right-radius:0 !important;
		border-bottom-right-radius:0 !important
}
.contact-bar .input-group {
	width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
	display:block;
	width:100%;
	color:#333333;
	font-size:14px;
	padding:15px 10px;
	height:auto;
	background:#f6f6f6!important;border-radius: 3px !important;
	border-top-left-radius:0 !important;
		border-bottom-left-radius:0 !important;
	border:0px solid #ececec!important; 
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:160px;
	resize:none;
	padding-left: 10px !important;
}
.contact-bar .button {
	font-size:16px;
	margin-top:10px;
	
	margin:auto;
	display:table;
}
/*rankers*/
.rankers .achievers {
	background:#fff;
	border:1px solid #eee;
	border-bottom-color:#eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:10px!important;
	margin-top:10px!important;
	width:100%;
	border-radius:0;
	overflow:hidden;
	margin: auto;
}
.rankers .achievers-container {
	width:100%;
	height:auto;
	position:relative;
	border-bottom:1px solid #eee;
}
.rankers .achievers-pic-container {
	width:100%;
	height:260px;
	margin-bottom:0px;
	position:relative;
}
.rankers .achievers-pic-container img {
	max-width:100%;
	max-height:100%;
	border-radius:0;
	position:absolute;
	top:50%;
	margin-bottom:-50%;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.rankers .achievers-back {
	position:absolute;
	bottom:0%;
	left:0;
	top:0%;
	right:0;
	background:#000;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0;
	height:100%;
}
.rankers .achievers-btn {
	width:100%;
	height:auto;
	position:absolute;
	z-index:3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.rankers .achievers-btn p {
	font-size:14px !important;
	color:#fff!important;
	text-align:center;
	line-height:24px;
}
.rankers h2 {
	font-size: 13px !important;
	color: #555;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}
.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}
.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}
.rankers .achievers-container:hover .achievers-btn {
	top:50%;
}
/*********************************************************************************
my table start
***************/
section.contents .mytable {
}
section.contents .mytable caption {
	color:#333333;
	text-align:center;
	margin-bottom:5px;
	padding:0px;
	font-weight:600;
}
section.contents .mytable th {
	background:#3b8334;
	color:#fff;
	font-weight:600;
	vertical-align:middle!important;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	height:40px;
}
section.contents .fav-table .mytable th {
	background:#fc7803;
	width:50% !important;
}
section.contents .fav-table .mytable tr td{
	width:50% !important;
}

section.contents .mytable td {
	vertical-align:middle!important
}
section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
	text-align:center;
	font-size:14px;
}
 
section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
	background:#eee
}
/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 15px 25px !important;
	font-size:14px
}
ul.mylist li {
	line-height:22px;
	text-indent:-25px;
}
ul.mylist li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
	color:#f88530;
}
ul.mylist li li:before {
	content: "- ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:16px;
	color:#f88530;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	background:none;
	padding:8px 12px;
	height:auto;
}
.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left:5px;
	padding-right:20px;
}
 /*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
	text-transform:none!important;
	font-family: 'Poppins', sans-serif!important;
}
.form-group .label-check a {
	color: #fcd80f!important;
}
.form-group .label-check a:hover {
	text-decoration:underline!important
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ffa34a;
	color:#ffa34a
}
.form-group textarea.form-control {
	resize:none;
}
/*********************************************************************************
footer styles
***************/
footer {
}
footer .footer-bar{
	padding:60px 0;
	position:relative;
	background:#f9fbfc;
	border-top:10px solid #f87805;
	/* margin-top:-5px; */
}
footer .footer-abt .logo{
	display:block;
	margin-bottom:20px !important;
}
footer .footer-abt .logo img{
	max-width:80%;
}
footer .footer-abt{
	font-size:14px !important;
	line-height:22px !important;
	color:#898989;
	font-weight:400;
	text-align:left;
	padding-right:30px;
}
footer .footer-abt .social-sec {
    padding: 10px 0;
	
}
footer .footer-abt .social-sec h4 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
   
}
footer .social-nav ul {
    list-style: none;
    padding: 0px!important;
    display: table;
    margin: 0px!important;
    font-size: 14px;
    font-weight: 300;
}
footer .social-nav li {
    float: left;
    line-height: 35px;
}
footer .social-nav li a {
    border: 0!important;
    padding: 0!important;
}
footer .social-nav li a .fa {
    color: #888 !important;
    width: 30px;
    height: 30px;
    line-height: 40px;
    text-align: left;
    border-radius: 100%;
    vertical-align: middle;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 18px !important;
}
footer .social-nav li a:hover .fa {
    color:#2f7837 !important;
}
footer .important-link-sec.serv-left{
	padding-left:30px !important;
}
footer .important-link-sec h3 {
    text-align: left;
    color: #f87805;
    font-size: 16px !important;
	line-height:24px;
    font-weight: 700;
    margin-bottom: 30px!important;
    text-transform: uppercase;
    position: relative;
    
}
footer .important-link-sec h4 {
    text-align: left;
    color: #ff5e14;
    font-size: 15px;
	letter-spacing:1.2px;
    font-weight: 600;
    margin-bottom: 0px!important;
    text-transform: uppercase;
    position: relative; 
}
footer .visitor-blk{
	position:relative;
}
footer .visitor-blk a{
 color: currentColor;
  opacity: 1;
  text-decoration: none;
}
}
footer .visitor-blk a.msg-hide{
	display:none;
}
footer .visitor-blk .overlay{
	background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
footer .nav-menu ul {
    list-style: none;
}
footer .nav-menu ul a {
    color: #777 !important;
    text-transform:capitalize;
	font-weight:500;
    line-height: 30px !important;
}
footer .nav-menu ul li:hover a {
	color:#f87805 !important;
}
footer .site-nav ul {
    list-style: none;
    margin-top: 6px!important;
    margin-bottom: 20px!important;
}
footer .site-nav ul li {
    color: #FFF !important;
    margin-bottom: 15px !important;
}
footer .site-nav ul li .icon-outer {
    height: 30px;
    width: 30px;
    background: #606060;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    
}
footer .site-nav ul li .icon-outer i.fa-map-marker {
    padding-left: 12px;
	padding-top:7px;
}
footer .site-nav ul li .icon-outer i.fa-envelope {
    padding-left: 10px;
	padding-top:9px;
	font-size:12px;
}

footer .site-nav ul li .icon-outer i {
    margin-right: 8px;
    color: #fc7803 !important;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 10px;
    /* -ms-transform: rotate(15deg); */
    /* -webkit-transform: rotate(15deg); */
    /* transform: rotate(15deg); */
}
footer .add-text {
    display: inline-block;
    width: calc(100% - 45px);
    margin-left: 10px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    color: #777;
	font-weight:500;
	margin-top:4px;
}

footer .site-nav ul li i {
    margin-right: 8px;
    color: #eed518 !important;
}
footer .site-nav ul a {
    font-size: 13px;
    color: #777 !important;
    text-align: left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
footer .footer-bar-bottom
{
	padding:15px 0;
	background:#606060;
}
footer .footer-bar-bottom .copy{
	text-align: center !important;
    color: #FFF !important;
	font-size:14px !important;
	line-height:24px !important;
	margin-bottom:0 !important;
}
footer .footer-bar-bottom .company-name{
	color:#f87805;
	font-weight:600;
}
footer .footer-bar-bottom .copy img{
	margin-left:5px !important;
}
footer .footer-abt .logo img{
	max-width:75%;
}
footer .site-nav ul li.f-call-gape{
	margin-bottom:25px !important;
}

/* Start Right Side form */
.click-cont{
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 99;
    background: #f87805;
    border: 2px solid #fff;
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.click-cont-form{
    background: linear-gradient(0deg, #eee 10%, #fff 80%);
    width: 250px;
    height: auto;
    padding: 20px 0px 15px;
    position: fixed;
    bottom: 65px;
    right: 30px;
    border-radius: 10px;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5);
    display: none;
}
.click-cont-form a{
    position: absolute;
    top: 2px;
    right: 13px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #666!important;
}
.click-cont-form input.form-control, .click-cont-form textarea.form-control {
    padding: 4px 5px!important;
    font-size: 12.5px;
    border-radius: 3px!important;
    background: #fff;
}
.click-cont-form .form-group {
    margin-bottom: 10px!important;
}
.click-cont-form .btn-sub {
   background: #20b2aa;
    min-width: 120px;
    padding: 4px 1px !important;
    color: #FFF !important;
    text-transform: capitalize;
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 400;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    text-align: center;
}
.click-cont-form .form-group .form-control:focus {
    border-color: #20b2aa;
    color: #1e1e1e !important;
}
/* End Right Side form */

/* Footer Social Icon*/
.footer-social-icon{
	position:fixed;
	width:80px;
	bottom:20px;
	left:15px;
	z-index:9999;
	
}
.footer-social-icon .social-chat-msg{
	width:125px;
	display:inline-block;
	
}
.footer-social-icon .whats-mobile{
	display:none;
}
.footer-social-icon .social-chat-msg p{
	font-size:17px !important;
	line-height:24px;
	color:#0566c7 !important;
	font-weight:600;
	font-family: 'Roboto Slab', serif;
	text-transform:capitalize;
	margin-top:5px !important;
	margin-bottom:0 !important;
}
.footer-social-icon  .social-chat-icon{
	/* width:100%; */
	display:inline-block;
	vertical-align:top;
}
.social-chat-icon .cont-nav{
	float:left;
}
.social-chat-icon .cont-nav ul{
	list-style: none;
    font-size: 14px;
}
.social-chat-icon .cont-nav ul  li  img {
    max-width: 65px;
}
.whats-mobile{
	display:none;
}

footer .call-social-icon{
	position: fixed;
    bottom: 20px;
    left: 92px;
    z-index: 9999;
}
footer .call-social-icon .social-chat-icon a img{
	max-width:65px;
}



/* top and down button*/
#goTop, #goDown {
	border-radius:100%;
	width:40px;
	height:40px;
	padding-top:5px;
	text-align:center;
	position: fixed;
	bottom: 70px;
	right:  45px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #FFF!important;
	font-weight: bold;
	background: #fc7803;
	z-index:9999;
	font-size:14px !important;
}
#goTop:hover, #goDown:hover {
	background: #ddd;
	color: #090909 !important;
}