@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:&display=swap');
/* Kdrsoft CSS Document */
body {
	font-family: 'PT Sans', sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	background: #FFF;
}
a{
    text-decoration: none;
}
.main-title {
	font-size: 32px;
	font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #34348F;
	line-height: 1.2;
	display: block;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
    padding-bottom: 25px;
	word-spacing: 2px;
}
.main-title::after {
	background-color: #479C47;
	height: 5px;
	width: 5%;
	position: absolute;
	content: "";
	left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.main-title::before {
	background-color: #bbb;
	height: 1px;
	width: 15%;
	position: absolute;
	content: "";
	left: 50%;
    bottom:2px;
    transform: translateX(-50%);
}

.title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0px;
    padding: 0 0 15px 0px;
    position: relative;
}
.title:after {
    width: 90px;
    height: 5px;
    background: #3385E6;
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.title:before {
    width: 230px;
    height: 1px;
    background: #babbbc;
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 2px;
}

.header-wrap {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #eee;
}
.top-bar {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	background: #204066;
	margin: 0px;
	padding: 10px 0px;
	color: #FFF;
	border-bottom: 1px solid #efefef;
}
.top-bar i {
	font-size: 17px;
	font-weight: 400;
	color: #11b58b;
	line-height: 25px;
	padding: 0px 5px;
}
.top-bar span {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	line-height: 25px;
	padding: 0px 5px;
}

.header-icon {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 27px 0px;
	margin: 0px;
}
.header-icon .icon-left {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	border: 1px solid #FFC83F;
	background: #FFF;
	padding: 6px 10px;
	margin: 0px 15px 0px 15px;
	float: left;
}
.header-icon .icon-left i {
	font-size: 25px;
	font-weight: 500;
	color:#2B496E;
	text-align: center;
}
.header-icon .icon-right h5 {
	font-size: 18px;
	color: #036;
	font-weight: 600;
	text-align: left;
	padding: 0px 15px;
	margin: 0px;
	float: left;
}
.header-icon .icon-right span {
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
}
.top-head-btn {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	background: #181657;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	margin-top: 24px;
}
.top-head-btn:hover {
	background: #FFC83F;
	color: #FFF;
	text-decoration: none;
}

.top-btn {
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	background: #FFB600;
	padding: 10px 25px 10px 25px;
	text-decoration: none;
	margin-top: 24px;
}
.top-btn:hover {
	background: #FFC83F;
	color: #FFF;
	text-decoration: none;
}


@media only screen and (max-width: 1180px) {
.top-head-btn {
	   display:none;
}
}
.logo {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px 0px;
}
.logo img {
	width: auto;
	max-height: 80px;
	display: block;
	position: relative;
	margin:auto;
	padding: 0px;
}

.banner {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0 auto;
	padding:0px;
}

.banner img {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0 auto;
	padding:0px;
}



@media only screen and (max-width: 500px) {
.logo {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	margin: auto;
	padding: 5px 0px;
}
.logo img {
	width: auto;
	max-height: 80px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
}
.sm-section {
	margin: 25px 0px;
}
.md-section {
	margin: 45px 0px;
}
.lg-section {
	margin: 60px 0px;
}
.home-service-box {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 20px 0px;
	padding: 15px 15px 45px 15px;
	background: #FFF;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.home-service-box:hover{
	box-shadow: 0 16px 35px 0 rgb(0 0 0 / 19%);
}
.home-service-box .ser-img {
	width: calc(100% + 20px);
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
    margin: -10px;
    margin-bottom: 10px;
	overflow:hidden;
    border-radius: 5px;
}
.home-service-box .ser-img img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: auto;
	padding: 0px;
    transition:.3s all;
}
.home-service-box:hover .ser-img img {
    transition:.3s all;
    transform:scale(1.2) rotate(5deg);
}
.home-service-box h3 {
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	color: #193656;
	line-height: 28px;
	padding: 0px 0 10px 0;
	margin: 0px 0 10px 0;
	text-align: left;
    position: relative;
}
.home-service-box h3:after{
    content: ' ';
    height: 3px;
    width: 20%;
    background: #8CCA68;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.3s Ease-In-Out all;
}
.home-service-box:hover  h3:after{
    width: 50%;
}
.home-service-box p {
	font-size: 15px;
	font-weight: 400;
	color: #595959;
	margin: 0px;
	line-height: 25px;
    text-align: left;
	padding: 0 0 10px 0;
}
.home-service-box .more-btn {
	color:#fff;
	position: absolute;
	background: transparent;
    background-image: -moz-linear-gradient(47deg,#3297d7 0,#1f78d3 100%);
    background-image: -webkit-linear-gradient(
47deg
,#3297d7 0,#1f78d3 100%);
    background-image: -ms-linear-gradient(47deg,#3297d7 0,#1f78d3 100%);
    padding: 13px 25px;
	font-size: 15px;
	text-decoration: none;
	margin: 0px;
    top: 100%;
    left: 50%;
    transition: all 0.3s;
    text-transform: uppercase;
    transform: translate(-50%, -60%);
        box-shadow: 0 8px 29px 0 rgb(32 120 211 / 60%);
}
.home-service-box:hover .more-btn {
	background-image: -moz-linear-gradient(47deg,#1f78d3 0,#3297d7 100%);
    background-image: -webkit-linear-gradient(
47deg
,#1f78d3 0,#3297d7 100%);
    background-image: -ms-linear-gradient(47deg,#1f78d3 0,#3297d7 100%);
        box-shadow: rgb(32 120 211 / 80%) 0px 10px 29px 0px;
    transition: all 0.4s ease 0s;
	text-decoration: none;
    transform: translate(-50%, -50%);
	
}
.home-img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	text-align: center;
	margin: 25px 0px;
	padding: 5px;
	border: 1px solid #f1f1f1;
}
.home-img img {
	width: 100%;
	height: auto;
	max-height:350px;
	display: block;
	position: relative;
	text-align: center;
	margin: auto;
	padding: 0px;
}
.home-aboutus p {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px 5px;
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
	text-align:justify;
	color:#595959;
}

.home-aboutus ol {
    list-style: none;
    margin: 0px;
    padding: 7px 0px 10px 7px;;
}

.home-aboutus ol li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    padding: 3px;
    margin: 0px;
}


.home-aboutus ol li::before {
    content: "\f046";
    font-family: FontAwesome;
    color:#469C46;
    font-weight: 400;
    padding: 0px 10px 0px 0px;
    font-size: 18px;
}

.home-aboutus ul {
    list-style: none;
    margin: 0px;
    padding: 7px 0px 10px 10px;;
}

.home-aboutus ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: #595959;
    line-height: 26px;
    padding: 3px;
    margin: 0px;
}
.home-aboutus ul li::before {
    content: "\f046";
    font-family: FontAwesome;
    color:#469C46;
    font-weight: 400;
    padding: 0px 10px 0px 0px;
    font-size: 18px;
}

.home-aboutus .more-btn {
	color:#0F3F6F;
	background:#FFB600;
	font-size: 15px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin: 15px 0px;
}
.home-aboutus .more-btn:hover {
	background:#EFEFEF;
	text-decoration: none;
	border: solid #12B48B 1px;
}
.what-we-do {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	margin-top: 0px;
	padding: 40px 0px;
}
.what-we-do .what-we-do-img {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	padding:5px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	margin:auto;
}
.what-we-do .what-we-do-img img {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:auto;
	padding:0px;
}
.what-we-do h3 {
	font-size: 16px;
	font-weight: 500;
	line-height:27px;
	font-style: italic;
	color: #204066;
	text-align: center;
	margin: 15px 0px;
}

.what-we-do h3 a {
	text-decoration:none;
	color:#204066;
}


.what-we-do p {
	font-size: 15px;
	font-weight: 400;
	line-height:27px;
	color: #595959;
	text-align: center;
	margin: 30px 0px;
}
.bradcrum-block {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px 10px;
}
.bradcrum-block ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.bradcrum-block ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 2px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #FFC51B;
}
.bradcrum-block ul li a {
	color: #FFF;
}
.bradcrum-block ul li:after {
	font-family: FontAwesome;
	font-size: 16px;
	color: #FFF;
	padding: 0px 0px 0 10px;
	content: "\f105";
}
.bradcrum-block ul li:last-child:after {
	font-family: FontAwesome;
	font-size: 16px;
	color: #FFF;
	padding: 0px;
	content: ' ';
}
.bradcrum-block ul:before {
	font-size: 17px;
	color: #FFF;
	padding: 0px 5px;
	content: "";
}
.page-banner {
	width: 100%;
	height: 190px;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	background: url(../imgs/banner-bg.jpg) center center no-repeat;
	background-size: cover;
}
.page-banner::before {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	content: "";
	top: 0;
	border: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
}
.page-title {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 60px 0px;
	padding: 0px;
	text-align: center;
}
.page-title h1 {
	font-size: 38px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	text-transform: none;
	padding-top: 10px;
}
.page-title span {
	font-size: 21px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: none;
	font-style: italic;
}
.footer-wrap {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding:0px;
	background: #151250;
	background-size: cover;
	color: #FFF;
}
.footer-social {
	width: 100%;
	height: auto;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}
.footer-social ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.footer-social ul li {
	margin: auto;
	padding: 0 10px 0 0;
	list-style: none;
	display: inline-block;
}
.footer-social ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none
}
.footer-social ul li a i {
	text-align: center;
	color: #1F1F1F;
	background: none;
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
}
.footer-social ul li a span {
	padding: 0 10px 0 0;
	font-weight: 700;
}
.footer-social ul li a i.fa-facebook {
	background: none;
	color: #eee;
	border: 1px solid #eee;
}
.footer-social ul li a i.fa-facebook:hover {
	background: none;
	color: #06F;
	border: 1px solid #06F;
}
.footer-social ul li a i.fa-instagram {
	background: none;
	color: #eee;
	border: 1px solid #eee;
}
.footer-social ul li a i.fa-instagram:hover {
	background: none;
	color: #F30;
	border: 1px solid #F30;
}
.footer-social ul li a i.fa-twitter {
	background: none;
	color: #eee;
	border: 1px solid #eee;
}
.footer-social ul li a i.fa-twitter:hover {
	background: none;
	color: #0CF;
	border: 1px solid #0CF;
}
.footer-social ul li a i.fa-youtube {
	background: none;
	color: #eee;
	border: 1px solid #eee;
}
.footer-social ul li a i.fa-youtube:hover {
	background: none;
	color: #F00;
	border: 1px solid #F00;
}
.footer-social ul li a i.fa-linkedin {
	background: none;
	color: #eee;
	border: 1px solid #eee;
}
.footer-social ul li a i.fa-linkedin:hover {
	background: none;
	color: #36C;
	border: 1px solid #36C;
}
h3.footer-heading {
	font-size: 22px;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 15px 0px;
	padding: 0 0 15px 0px;
    position: relative;
}
h3.footer-heading:before{
    width: 230px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 2px;
}
h3.footer-heading:after{
    width: 90px;
    height: 5px;
    background: #65AC4D;
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.footer-about {
	height: auto;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
    text-align: center;
    background: #005C97;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.footer-about-content {
	padding:10px 25px;
}
.footer-about .footer-logo {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.footer-about .footer-logo img {
	width: auto;
	height: auto;
	position: relative;
	padding: 20px;
    width: 100%;
    max-width: 240px;
}
.foot-contact a{
    text-decoration: none;
    color: #fff;
    border:1px solid rgba(255,255,255,0.3);
    padding: 10px;
    display: block;
    margin: 0 0 10px 0;
    transition:0.3s all;
}
.foot-contact:hover a{
    text-decoration: none;
    color: #085797;
    background: #fff;
}
.footer-about p {
	font-size: 18px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}
.footer-menu {
	padding: 25px;
	margin: 0;
	display: block;
}
.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.footer-menu ul li {
	list-style: none;
	padding: 3px 0;
	margin: 0;
}
.footer-menu ul li a {
	color: #fefefe;
    font-size: 17px;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	text-decoration: none
}
.footer-menu ul li:hover a {
	color: #fff;
}
.footer-menu ul li:hover a:before {
	padding: 0 6px 0 0
}
.footer-menu ul li a::before {
	content: "\f054";
	font-family: fontawesome;
	font-size: 14px;
	padding: 0 6px 0 0;
	color: #65AC4D;
}
.footer-menu ul li a:hover:before {
	padding: 0 10px 0 0;
	transition:0.3s all;
}
.footer {
	background: none repeat scroll 0 0 #08062f;
	padding: 1em 0;
	font-size: 13px
}
.footer .container {
	margin: 0 auto
}
.footer p {
	color: #fff;
	font-size: 17px;
	padding: 0;
	margin: 0
}
.footer a:link, .footer a:visited, .footer a:hover {
	color: #65AC4D;
    text-decoration: none;
}
.form-outer {
	position: relative;
	padding: 50px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	-ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
}
.sec-title {
	position: relative;
	margin-bottom: 40px;
}
.sec-title h2 {
	font-size: 32px;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 10px;
	color: #1c1c1c;
	line-height: 1.4em;
}
.sec-title h2::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 35px;
	border-bottom: 1px solid #f7542b;
}
.form-outer .desc-text {
	position: relative;
	margin-bottom: 30px;
	line-height: 2em;
	color: #5a5a5a;
}
.default-form .form-group {
	position: relative;
	margin-bottom: 25px;
}
.style-two .default-form .row {
	margin-left: -10px;
	margin-right: -10px;
}
.default-form .form-group {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 10px !important;
}
.default-form .form-group .field-label {
	display: block;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #232323;
	font-weight: 500;
	font-size: 13px;
}
.default-form .form-group .field-label sup {
	color: #ff0000;
	font-size: 14px;
}
.default-form input[type="text"],  .default-form input[type="email"],  .default-form input[type="password"],  .default-form select,  .default-form textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	height: 46px;
	font-size: 13px;
	border: 1px solid #e0e0e0;
	padding: 10px 15px;
	background-color: #ffffff;
	color: #111111;
	border-radius: 2px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.default-form select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}
.default-form textarea {
	height: 140px;
	resize: none;
}
.default-form select option {
	text-indent: 15px;
}
.default-form input:focus,  .default-form select:focus,  .default-form textarea:focus {
	border-color: #f7542b;
}
.default-form input.error,  .default-form select.error,  .default-form textarea.error {
	border-color: #ff0000 !important;
}
.default-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}
.btn-style-one {
	position: relative;
	padding: 9px 25px;
	line-height: 24px;
	text-transform: capitalize;
	background: #1c1c1c;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 600;
	border: 2px solid #1c1c1c !important;
	border-radius: 2px;
}
.btn-style-one .fa {
	position: relative;
	top: 1px;
	padding-left: 7px;
	font-size: 12px !important;
	color: #f7542b;
}
.btn-style-one:hover {
	color: #ffffff !important;
	border-color: #f7542b !important;
	background: #f7542b;
}
.btn-style-one:hover .fa {
	color: #ffffff;
}
.floated-image {
	position: absolute;
	left: 0px;
	top: 0px;
}
.footer-wrap .contact-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.footer-wrap .contact-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.footer-wrap .contact-widget .form-group input[type="text"], .main-footer .contact-widget .form-group input[type="tel"], .main-footer .contact-widget .form-group input[type="email"], .main-footer .contact-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 16px;
	height: 40px;
	color: #cccccc;
	font-size: 14px;
	border-radius: 3px;
	background: #333333;
	border: none;
}
.footer-wrap .contact-widget .form-group input[type="email"], .main-footer .contact-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 16px;
	height: 40px;
	color: #cccccc;
	font-size: 14px;
	border-radius: 3px;
	background: #142F4F;
	border: none;
}
.footer-wrap .contact-widget .form-group textarea {
	height: 90px;
	resize: none;
}
.footer-wrap .contact-widget .form-group input[type="text"], .main-footer .contact-widget .form-group input[type="tel"], .main-footer .contact-widget .form-group input[type="email"], textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 16px;
	height: 40px;
	color: #cccccc;
	font-size: 14px;
	border-radius: 3px;
	background: #142F4F;
	border: none;
}
.footer-wrap .contact-widget button {
	border-radius: 3px;
	padding: 8px 32px;
}
.btn-style-two {
	position: relative;
	padding: 11px 30px;
	line-height: 24px;
	text-transform: uppercase;
	background: #2799ED;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 600;
	border: 2px solid #2799ED !important;
	border-radius: 2px;
	font-family: 'PT Sans', sans-serif;
}
/* News Section */

.outer-box {
	position: relative;
}
.outer-box::before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 0px;
	display: block;
	height: 100%;
	border-left: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
.outer-box {
	position: relative;
}
.outer-box::before {
	display: none;
}
}
.outer-box1 {
	position: relative;
}
.outer-box1::before {
	content: '';
	position: absolute;
	left: 66.5%;
	margin-left: -0.5px;
	top: 0px;
	display: block;
	height: 100%;
	border-left: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
.outer-box1 {
	position: relative;
}
.outer-box1::before {
	display: none;
}
}
.news-section{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 15px;
	margin: 0 auto 35px auto;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
        transition:all 0.3s;
}
.news-section:hover{
        box-shadow: 0px 0px 30px 2px rgb(0 0 0 / 30%);
        transition:all 0.3s;
}
.sidebar{
	width: 100%;
    float: left;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
}
.news-sidebar{
	padding: 15px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.news-section .news-date span {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	background: #e7e7e7;
	font-size: 15px;
	font-weight: 400;
	color: #333;
	padding: 5px 10px;
}
.news-section .news-img {
	width: 100%;
	height: 260px;
    overflow: hidden;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.news-section .news-img img {
    position: absolute;
    min-width: 100%;
	height: 260px;
	display: block;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.news-section:hover .news-img img{
    transform: rotate(7deg) scale(1.2);
}


.news-section .news-img2 {
	width: 100%;
	height: auto;
    overflow: hidden;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.news-section .news-img2 img {
    width: 100%;
	height: auto;
	display: block;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.news-section:hover .news-img2 img{
    transform: scale(1.2);
}

.news-section h5 {
	font-size: 17px;
	font-weight: 500;
	color: #666;
	line-height: 25px;
	position:relative;
	padding:0 0 10px 0px;
	margin-bottom:0 0 10px 0;
}
.news-section h5 span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
}
.news-section h5::after {
	background-color: #12B48B;
	height: 3px;
	width: 10%;
	position: absolute;
	content: "";
	top:100%;
	left:0px;
	transition:all 0.3s;
	
}

.news-section:hover h5::after {
	width: 20%;
	transition:all 0.3s;
	
}
.news-section h5::before {
	background-color: #E4E4E4;
	height: 3px;
	width: 100%;
	position: absolute;
	content: "";
	overflow: hidden;
	top:100%;
}
.news-section .news-text-sm{
    height:170px;
    width:100%;
    display:block;
    overflow:hidden;
}
.news-section .news-text-small {
	width: 100%;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
	position: relative;
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp:  6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section .news-text-small p {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	text-align: justify;
	padding: 0px;
	margin: 15px 0px;
}
.news-section .news-text {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 20px 0px;
}
.news-section .news-text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	text-align: justify;
	padding: 0px;
	margin: 15px 0px;
}
.news-section .news-text ul {
    padding:0px;
    margin:0px;
}
.news-section .news-text li {
    position:relative;
    padding:0 0 0 25px;
    list-style:none;
}
.news-section .news-text li::before {
    position:absolute;
    content: "\f046";
    font-family: FontAwesome;
    color: #469C46;
    font-weight: 400;
    left:0px;
    font-size: 18px;
    top:0px;
}
.news-section .news-btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	color: #ffffff;
	font-size: 15px;
	background: #12B48B;
	padding: 10px 30px;
	text-decoration: none;
}
.news-section .news-btn:hover {
	background: #1B273D;
	text-decoration: none;
}
.date {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 85px;
	font-size: 12px;
	background: #ffffff;
	color: #1c1c1c;
	line-height: 24px;
	text-align: center;
	z-index: 1;
}
.date .day {
	display: block;
	font-size: 26px;
	font-weight: 500;
	background: #f7542b;
    color: #fff;
	margin-bottom: 3px;
    padding: 10px;
}
.news-post {
	position: relative;
    display: flex;
	font-size: 14px;
	color: #cccccc;
	padding: 0px 0px 10px 0px;
	margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.news-post .post-thumb {
	left: 0px;
	top: 0px;
	width: 86px;
	border-radius: 3px;
	background: #333333;
}
.news-post .post-thumb img{
    box-shadow: 0px 3px 7.44px 0.56px rgb(169 168 168 / 30%);
    border-radius: 5px;
}
.sm-post-content{
    padding: 0 0 0 10px;
}
.news-post h5 {
	font-size: 15px;
	margin: 0px;
	font-weight: 500;
	color: #888;
	margin-bottom: 5px;
}
.news-post h5 a {
	color: #333;
    font-weight: bold;
}
.news-post span {
	font-size: 13px;
	margin: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	color: #888;
}
/* News Section */



.contactus {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0px;
	padding: 10px 15px;
}
.contactus p {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: left;
}
.contactus p h5 {
	font-size: 25px;
	font-weight: 600;
	color: #333;
	line-height: 25px;
	text-align: left;
}
.map {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 5px;
	border: 1px solid #e7e7e7;
	margin: 10px 0px;
}

.verticle-menu {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #eee;
}
.verticle-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.verticle-menu ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	line-height: 25px;
	border-bottom: 1px solid #ebebeb
}
.verticle-menu ul li:last-child {
	border-bottom: none
}
.verticle-menu ul li a {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	text-decoration: none
}
.verticle-menu ul li a:hover {
	color: #036;
	font-size: 16px;
	font-weight: 400;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	text-decoration: none
}
.verticle-menu ul li a::before {
	font-family: fontawesome;
	font-size: 15px;
	padding: 5px 10px 5px 5px;
	font-weight: 700;
	color:#204066;
	content: '\f105';
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s
}
.verticle-menu ul li:hover a:before {
	padding: 0 10px 0 0
}

/*--------------------------------------------------------------------------*/
/* 13. TESTIMONIALS
/*--------------------------------------------------------------------------*/

.testimonial-item blockquote {
	background: #f2f2f2;
	padding: 40px 35px;
	margin-bottom: 20px;
}
blockquote {
	font-size: 13px!important;
}
.testimonial-item .icon {
	color: #fff;
	font-size: 120px !important;
	line-height: 0;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 0;
}
.testimonial-review > img {
	background: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 50%;
	float: left;
	height: 90px;
	overflow: hidden;
	padding: 2px;
	width: 90px;
}
.testimonial-review > h1 {
	float: left;
	color: #555;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin-top: 15px;
	padding-left: 20px;
}
.testimonial-item blockquote p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	color: #666;
	position: relative;
	z-index: 10;
}
.testimonial blockquote small {
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
}
.testimonial-review {
	position: relative;
	padding-top: 5px;
}
.testimonial-item blockquote:after {
	font-family: FontAwesome;
	content: "\f0D7";
	position: absolute;
	bottom: 4%;
	left: 23px;
	font-size: 40px;
	color: #f2f2f2;
}
.testimonial-review small {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #ccc;
	display: block;
	padding-top: 5px;
}
#testimonial-carousel {
	margin-top: 70px;
}
.testimonial .testimonial-buttons {
	position: absolute;
	right: 0;
	top: -40px;
}
.testimonial .testimonial-buttons a {
	background: #f2f2f2;
	margin-left: -1px;
	width: 25px;
	font-size: 11px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	color: #bdc3c7;
}
.testimonial .testimonial-buttons a:hover {
	background: #f2f2f2;
	color: #555;
}
/* End Part */

/* Service Box 3
====================================*/
.service-section{
    background: #E0EAFC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 60px 0;
}
.service-container{
    background: #fff;
    padding:35px 25px 15px 25px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.serviceBox_3 {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 7px;
    background: #fff;
}
.serviceBox_3:before{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
    width: 100px;
    z-index: 0;
    background: #F1F9FF;
    border-radius: 100px;
    content: ' ';
}
.serviceBox_3, .serviceBox_3 i, .serviceBox_3 p, .serviceBox_3 h3 {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.serviceBox_3 p {
	font-family: 'PT Sans', sans-serif;
	color:#696969;
	padding:0px 5px 30px 0px;
	text-align:justify;
    position: relative;
}
.serviceBox_3 p:after{
    height: 3px;
    width: 120px;
    background: #227DD4;
    position: absolute;
    bottom: 10px;
    content: ' ';
    left: 0px;
    transition: .3s all;
}
.serviceBox_3 h3 {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 15px;
    margin-bottom: 15px;
	color:#353535;
}
.serviceBox_3 h3:before{
    content: ' ';
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background: #227DD4;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.serviceBox_3 i {
	font-size: 42px;
    display: block;
	text-align: left;
	color:#227DD4;
	font-weight:400;
    margin-bottom: 15px;
    position: relative;
}
.serviceBox_3:hover h3:before{
    background: #d32525;
}
.serviceBox_3:hover p:after{
    width: 180px;    
    background: #d32525;
}
.serviceBox_3:hover i {
	color: #d32525;
}
.service-boxes:hover i {
	color: #d32525;
}
/* End Part */

.contact-part {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	padding:15px 15px;
	margin:0px;
	background:#f5f5f5;
	border-radius:3px;
}

.contact-part h3 {
	font-size:25px;
	font-weight:600;
	color:#3D3A5E;
	line-height:35px;
	margin:0px;
	padding-bottom:10px;
	display:block;
	position:relative;
	text-align:left;
}

.contact-part h3::after {
	content:"";
	position:absolute;
	left:0;
	top:98%;
	right:0;
	bottom:0;
	width:10%;
	height:2px;
	background:#FC0;
}

.contact-part p{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	padding:25px 0px 10px 0px;
	font-size:16px;
	font-weight:400;

}

.img-hover {
  position: relative;
  display: inline-block;
  background-color: rgba(0,0,0,0.7);
}

.img-hover:before {
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f065";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  opacity: 0;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  background-color: #fff;
  color: #000;
}

.img-hover img {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.img-hover:hover:before {
  transform: rotate(0deg);
  opacity: 1;
}

.img-hover:hover img {
  opacity: .15;
}

/*------------------------------/
Blog Image
-------------------------------*/
.blog-warp-1 {
     width: 100%;
     margin-bottom: 25px;
 }
 
 .blog-warp-1:hover .blog_imgg {
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }
.blog-warp-1:hover .blog_imgg img {
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
     transform: scale(1.2);
 }
.blog-warp-1 .blog_imgg {
     position: relative;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
     width: 100%;
     padding: 50px;
 }
.blog-warp-1 .blog_imgg::before {
     position: absolute;
     background: #E7E7E7;
     width: 240px;
     height: 100%;
     top: 0;
     bottom: 0;
     right: 0px;
     content: "";
     z-index: 0;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }

 .blog-warp-1 img{
     width: 100%;
     height:auto;
	 padding:10px;
     background: #fff;
     display: inline-block;
     transform: scale(1.0);
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
     box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
 }
.blog-warp-2 img {
     width: 100%;
     height:auto;
	 padding:10px;
     background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
     display: inline-block;
     transform: scale(1.0);
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }
 
 /*----------Header_____________*/
 
 .navbar-brand {
    padding: 0 15px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand .logo {
    width: 215px;
    height:auto;
}


.agree ul {
    margin-top: 0;
    margin-bottom: 10px;
	text-align:center;
}

.agree li {
    float: left;
    list-style: none;
    padding: 0px 6px;
    line-height: 34px;
	text-align:center;
}

/*-------Client Logos__________*/

.client-logos {
	width:auto;
	height:auto;
	display:block;
	position:relative;
	padding:60px 0px;
	margin:auto;
    background:#F1F9FF;
    background-image: url("../images/pattern-2.png");
    background-repeat: no-repeat;
    background-position:right bottom;
}

.client-logos .client-logo {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0px;
	padding:10px;
    background: #fff;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

.client-logos .client-logo img {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;

}

.client-page-logos {
	width:auto;
	height:auto;
	display:block;
	position:relative;
	padding:15px;
	margin:0px;
}

.client-page-logos img {
	width:auto;
	height:auto;
	display:block;
	position:relative;
	padding:5px;
	margin:0px;
	border:1px solid #eee;
}

.notification-part {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:15px 0px;
	padding:0px;
	border:1px solid #ddd;
	background:#f5f5f5;
}

.notification-part p {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0 auto;
	padding:30px 20px;
	font-size:18px;
	line-height:28px;
	color:#333;
	text-align:center;
}

.notification-part p a::hover {
	text-decoration:none;
	color:#333;
}

.noti-part {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	padding:0px;
	margin:0px 0px;
}

.noti-part h5 {
	width:auto;
	height:auto;
	display:block;
	position:relative;
	margin-bottom:10px;
	padding:15px 0px;
	font-size:18px;
	font-weight:400;
	color:#222;
	border-bottom:1px solid #eee;
}

.noti-part p {
	font-size:16px;
	font-weight:400;
	color:#333;
	line-height:28px;
	padding:15px 0px;
	text-align:justify;
}
#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color:#21608F;
  color: white;
}
.news-text h1, .news-text h2, .news-text h3, .news-text h4, .news-text h4, .news-text h6{
    font-size:17px;
}
.news-text table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
  margin: 0px;
  border: 1px solid #ddd;
}
.news-text table td{
  border: 1px solid #ddd;
  padding: 0 10px;
}
.news-text table .total th {
  background-color: white;
}
.news-text table .total td {
  text-align: right;
  font-weight: 700;
}

@media only screen and (max-width: 760px) {
.news-text table tr td:not(:first-child), .news-text table tr th:not(:first-child), .news-text table tr td:not(.total-val) {
    display: none;
  }
  .news-text table tr th:first-child {
    width: 100%;
    display: block;
  }
  .news-text table tr th:not(:first-child) {
    width: 40%;
    transition: transform 0.4s ease-out;
    transform: translateY(-9999px);
    position: relative;
    z-index: -1;
  }
  .news-text table tr td:not(:first-child) {
    transition: transform 0.4s ease-out;
    transform: translateY(-9999px);
    width: 60%;
    position: relative;
    z-index: -1;
  }
  .news-text table tr td:first-child {
    display: block;
    cursor: pointer;
  }
  .news-text table tr.total th {
    width: 25%;
    display: inline-block;
  }
  .news-text table tr td.total-val {
    display: inline-block;
    transform: translateY(0);
    width: 75%;
  }
}
@media only screen and (max-width: 300px) {
  .news-text table tr th:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
  .news-text table tr td:not(:first-child) {
    width: 50%;
    font-size: 14px;
  }
}

.sb-label, div.sb-icon {
	  color: #fff;
	  background-color: #4090FF;
	  line-height: 42px
	}
	.sb-bar.sb-right li, .sb-hit, div.sb-icon {
	  height: 42px
	}
	.sb-icon img{
		height: 42px;
		-webkit-filter: brightness(0) invert(1);
	  filter: brightness(0) invert(1);
	}
	.sb-normal-panel, .sb-panel {
	  max-width: 500px
	}
	.sb-bar li, .sb-close, .sb-sub, .sb-submit {
	  cursor: pointer
	}
	.sb-body, .sb-clearfix:after {
	  content: "";
	  clear: both
	}
	.super-sidebar {
	  font-family: 'PT Sans', sans-serif;
	  visibility: hidden
	}
	.super-sidebar.sb-ready {
	  visibility: visible
	}
	.super-sidebar a {
	  text-decoration: none
	}
	.super-sidebar ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0
	}
	.sb-bar {
	  position: fixed;
	  z-index: 10100
	}
	.sb-bar.sb-side-space {
	  margin: 2px
	}
	.sb-round.sb-side-space, .sb-rounded.sb-side-space {
	  margin: 3px
	}
	.sb-bar li {
	  position: relative
	}
	.sb-bar li:hover {
	  z-index: 1001 !important
	}
	.sb-bar.sb-button-space li:not(:last-child) {
	  margin-bottom: 2px
	}
	.sb-round.sb-button-space li:not(:last-child), .sb-rounded.sb-button-space li:not(:last-child) {
	  margin-bottom: 3px
	}
	.sb-round li {
	  border-radius: 21px
	}
	.sb-rounded li {
	  border-radius: 5px
	}
	.sb-rounded-out li {
	  border-radius: 0 5px 5px 0
	}
	.sb-space {
	  margin-top: 4px
	}
	.sb-button-space .sb-space {
	  margin-top: 6px
	}
	.sb-round.sb-button-space .sb-space, .sb-rounded.sb-button-space .sb-space {
	  margin-top: 7px
	}
	.sb-mask {
	  position: relative;
	  overflow: hidden;
	  z-index: 12
	}
	.sb-mask.sb-off {
	  overflow: visible
	}
	.sb-right .sb-mask {
	  position: absolute;
	  right: 0;
	  height: 42px
	}
	.sb-round .sb-mask {
	  border-radius: 21px
	}
	.sb-rounded .sb-mask {
	  border-radius: 5px
	}
	.sb-bar a {
	  width: 42px;
	  display: block;
	  position: relative
	}
	.sb-hit, .sb-label, .sb-panel, .sb-subhit, .sb-window {
	  display: none
	}
	.sb-bar.sb-right a {
	  position: absolute;
	  right: 0
	}
	.sb-round a {
	  border-radius: 21px
	}
	.sb-rounded a {
	  border-radius: 5px
	}
	.sb-rounded-out a {
	  border-radius: 0 5px 5px 0
	}
	.sb-right.sb-rounded-out a {
	  border-radius: 5px 0 0 5px
	}
	div.sb-icon {
	  font-size: 21px;
	  text-align: center;
	  width: 42px;
	  position: relative;
	  z-index: 11
	}
	.sb-hit, .sb-icon img, .sb-label {
	  position: absolute
	}
	a:hover .sb-icon {
	  color: #fff;
	  background-color: #4090FF
	}
	.sb-right .sb-icon {
	  position: absolute;
	  right: 0
	}
	.sb-round .sb-icon {
	  border-radius: 21px
	}
	.sb-rounded .sb-icon {
	  border-radius: 5px
	}
	.sb-rounded-out .sb-icon {
	  border-radius: 0 5px 5px 0
	}
	.sb-right.sb-rounded-out .sb-icon {
	  border-radius: 5px 0 0 5px
	}
	.sb-css-anim .sb-icon {
	  -webkit-transition: background-color .1s linear, color .1s linear;
	  -moz-transition: background-color .1s linear, color .1s linear;
	  -o-transition: background-color .1s linear, color .1s linear;
	  -ms-transition: background-color .1s linear, color .1s linear;
	  transition: background-color .1s linear, color .1s linear
	}
	.sb-icon img {
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  margin: auto
	}
	.sb-label {
	  font-size: 15px;
	  padding: 0 11px 0 8px;
	  left: 42px;
	  top: 0;
	  z-index: 10;
	  white-space: nowrap;
	  box-sizing: border-box
	}
	.sb-right .sb-label {
	  padding: 0 8px 0 11px;
	  right: 42px;
	  left: auto
	}
	.sb-label-space .sb-label {
	  margin-left: 2px
	}
	.sb-right.sb-label-space .sb-label {
	  margin-right: 2px;
	  margin-left: 0
	}
	.sb-round .sb-label {
	  border-radius: 21px;
	  padding: 0 12px
	}
	.sb-rounded .sb-label, .sb-rounded-out .sb-label {
	  border-radius: 5px;
	  padding: 0 11px
	}
	.sb-connected .sb-label {
	  padding: 0 11px 0 50px;
	  left: 0
	}
	.sb-right.sb-connected .sb-label {
	  padding: 0 50px 0 11px;
	  right: 0;
	  left: auto
	}
	.sb-connected.sb-round .sb-label {
	  padding: 0 12px 0 47px
	}
	.sb-right.sb-connected.sb-round .sb-label {
	  padding: 0 47px 0 12px
	}
	.sb-hit {
	  left: 0;
	  top: 0
	}
	.sb-shadow, .sb-window {
	  height: 100%;
	  width: 100%
	}
	.sb-label-space .sb-hit {
	  width: 2px;
	  left: 42px
	}
	.sb-right.sb-label-space .sb-hit {
	  right: 42px;
	  left: auto
	}
	.sb-round .sb-hit {
	  width: 42px;
	  left: 21px
	}
	.sb-right.sb-round .sb-hit {
	  right: 21px;
	  left: auto
	}
	.sb-round.sb-label-space .sb-hit {
	  width: 44px
	}
	.sb-rounded .sb-hit {
	  width: 10px;
	  left: 37px
	}
	.sb-right.sb-rounded .sb-hit {
	  right: 37px;
	  left: auto
	}
	.sb-rounded.sb-label-space .sb-hit {
	  width: 12px
	}
	.sb-rounded-out .sb-hit {
	  width: 10px;
	  left: 37px
	}
	.sb-right.sb-rounded-out .sb-hit {
	  right: 37px;
	  left: auto
	}
	.sb-rounded-out.sb-label-space .sb-hit {
	  width: 12px
	}
	.sb-sub > .sb-icon {
	  position: relative;
	  z-index: 1000
	}
	.sb-sub.sb-posabs > ul > li, .sb-sub.sb-side > ul, .sb-sub > ul, .sb-subhit {
	  position: absolute
	}
	.sb-sub > ul {
	  width: 42px;
	  left: 0;
	  top: 42px
	}
	.sb-sub.sb-side > ul {
	  left: 42px;
	  top: 0
	}
	.sb-right .sb-sub.sb-side > ul {
	  right: 42px;
	  left: auto
	}
	.sb-sub.sb-circular > ul {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: auto
	}
	.sb-right .sb-sub.sb-circular > ul {
	  right: 0;
	  left: auto
	}
	.sb-sub.sb-sub-space > ul {
	  margin-top: 2px
	}
	.sb-sub.sb-side.sb-sub-space > ul {
	  margin: 0 2px
	}
	.sb-round .sb-sub.sb-sub-space > ul, .sb-rounded .sb-sub.sb-sub-space > ul {
	  margin-top: 3px
	}
	.sb-round .sb-sub.sb-side.sb-sub-space > ul, .sb-rounded .sb-sub.sb-side.sb-sub-space > ul {
	  margin: 0 3px
	}
	.sb-right .sb-sub.sb-posabs > ul > li {
	  right: 0
	}
	.sb-subhit {
	  left: 0;
	  top: 0
	}
	.sb-right .sb-subhit {
	  right: 0;
	  left: auto
	}
	.sb-facebook .sb-icon, .sb-facebook .sb-label, .sb-facebook a:hover .sb-icon {
	  color: #3b5998;
	  background-color: #3b5998
	}
	.sb-twitter .sb-icon, .sb-twitter .sb-label, .sb-twitter a:hover .sb-icon {
	  color: #55acee;
	  background-color: #55acee
	}
	.sb-linkedin .sb-icon, .sb-linkedin .sb-label, .sb-linkedin a:hover .sb-icon {
	  color: #0077b5;
	  background-color: #0077b5
	}
	.sb-instagram .sb-icon, .sb-instagram .sb-label, .sb-instagram a:hover .sb-icon {
	  color: #0077b5;
	  background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	}
	.sb-pinterest .sb-icon, .sb-pinterest .sb-label, .sb-pinterest a:hover .sb-icon {
	  color: #cc2127;
	  background-color: #cc2127
	}
	.sb-whatsapp .sb-icon, .sb-whatsapp .sb-label, .sb-whatsapp a:hover .sb-icon {
	  color: #25D366;
	  background-color: #25D366
	}
	.sb-youtube .sb-icon, .sb-youtube .sb-label, .sb-youtube a:hover .sb-icon {
	  color: #cd201f;
	  background-color: #cd201f
	}
	.sb-blue-icon .sb-icon, .sb-blue-icon-over .sb-sub:hover > .sb-icon, .sb-blue-icon-over a:hover .sb-icon {
	  color: #4090FF
	}
	.sb-red-icon .sb-icon, .sb-red-icon-over .sb-sub:hover > .sb-icon, .sb-red-icon-over a:hover .sb-icon {
	  color: #f73726
	}
	.sb-yellow-icon .sb-icon, .sb-yellow-icon-over .sb-sub:hover > .sb-icon, .sb-yellow-icon-over a:hover .sb-icon {
	  color: #FFBD22
	}
	.sb-green-icon .sb-icon, .sb-green-icon-over .sb-sub:hover > .sb-icon, .sb-green-icon-over a:hover .sb-icon {
	  color: #1dd442
	}
	.sb-white-icon .sb-icon, .sb-white-icon-over .sb-sub:hover > .sb-icon, .sb-white-icon-over a:hover .sb-icon {
	  color: #fff
	}
	.sb-black-icon .sb-icon, .sb-black-icon-over .sb-sub:hover > .sb-icon, .sb-black-icon-over a:hover .sb-icon {
	  color: #3a3a3a
	}
	.sb-blue-label .sb-label {
	  background-color: #4090FF
	}
	.sb-red-label .sb-label {
	  background-color: #f73726
	}
	.sb-yellow-label .sb-label {
	  background-color: #FFBD22
	}
	.sb-green-label .sb-label {
	  background-color: #1dd442
	}
	.sb-white-label .sb-label {
	  background-color: #fff
	}
	.sb-black-label .sb-label {
	  background-color: #3a3a3a
	}
	.sb-blue-label-text .sb-label {
	  color: #4090FF
	}
	.sb-red-label-text .sb-label {
	  color: #f73726
	}
	.sb-yellow-label-text .sb-label {
	  color: #FFBD22
	}
	.sb-green-label-text .sb-label {
	  color: #1dd442
	}
	.sb-white-label-text .sb-label {
	  color: #fff
	}
	.sb-black-label-text .sb-label {
	  color: #3a3a3a
	}
	.sb-show {
	  display: block !important
	}
	.sb-hide {
	  display: none !important
	}
	.sb-vhide {
	  visibility: hidden !important
	}
	.sb-clearfix:after {
	  display: table
	}


.pm-button img{
	height: 30px;
	margin-right: 10px;
}

.pm-button span img{
	display: block;
	color: #fff;
		padding: 0px;
	margin: 0px;
	height: 35px;
}


	.pm-button a {background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF  51%, #ECE9E6  100%);
	margin-bottom: 20px;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #0F62AC;        
	border-radius: 10px;
	display: inline-block;
	}

	.pm-button a:hover {
	background-position: right center; /* change the direction of the change here */
	text-decoration: none;
	}
         
         
.error-page{
    padding: 60px 0;
    text-align: center;
    position: relative;
}
.error-page h2{
    font-size: 220px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 25px 0; 
    line-height: 1;
    
}
.error-page span{
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 0px 0; 
    
}
.error-page p{
    position: absolute;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 25px 0; 
    line-height:25px ;
    background: #fff;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.label {
	margin: 2px 0;
}
.field {
	margin: 0 0 20px 0;
}
#message {
	padding: 0px 40px 0px 0px;
}
#mail-status {
	padding: 12px 20px;
	width: 93%;
	display: none;
	font-size: 1em;
	font-family: 'PT Sans', sans-serif;
	color: rgb(40, 40, 40);
}
.error {
	background-color: #F7902D;
	margin-bottom: 40px;
}
.success {
	background-color: #48e0a4;
}
.g-recaptcha {
	margin: 0 0 35px 0;
}


.whatsapp{
    content: '';
  width: 70px;
  height: 70px;
  line-height: 50px;
  position: fixed;
  bottom: 25px;
  left: 1%;
  font-size: 16px;
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
	
}
.whatsapp:before{
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.vibrate-2 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}

/**
 * ----------------------------------------
 * animation vibrate-2
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-2 {
  0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}
@keyframes vibrate-2 {
 0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}

.lg-bg-section{
    padding: 60px 0;
    background: #f4f4f4;
    background-image: url("../images/bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}
.what-we-co-section{
    padding: 60px 0;
    background: #F1F9FF;
    background-image: url("../images/bg2.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}



/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
    transform: translateY(-50%);
  font-size: 40px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 10px 5px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.client-slide {
    transition: filter .4s;
    margin: 0px 10px;
}

.slick-prev {
    left: 0;
}


.news-event-section{
    background: #F5F5F5;
    padding: 60px 0px;
}
.post-slide{
    margin: 0 15px;
    position:relative;
    background:#fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img:before{
    position: absolute;
    background: rgba(0,0,0,0.3);
    content: ' ';
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transition: .3s all;
}
.post-slide:hover .post-img img{
    transform: scale(1.2) rotate(5deg);
}
.post-slide .post-date{
    position:absolute;
    top:10%;
    left:4%;
    z-index: 1;
}
.post-slide .p-date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#46882f;
    float: left;
}
.post-slide .p-month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #65ac4d;
}
.post-slide .post-content{
    padding:15px;
}
.post-slide .post-title{
    margin:0 0 15px 0;
}
.post-slide .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#333;
    text-decoration: none;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#ff8b3d;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
}
.post-slide .read-more{
    color:#333;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: block;
    transition: color 0.20s linear;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#ff8b3d;
}
.post-slide:after{
    content:"";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width:40%;
    height: 3px;
    display: block;
    background:#ff8b3d;
    transition: all 0.30s ease;
}
.post-slide:hover:after{
    width:80%;
}

@media (max-width:576px) {
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%
  }
}
.news-title{
    padding:0 0 15px 0px;
    margin: 0 0 15px 0px;
    font-weight: bold;
    position: relative;
}
.news-title:before {
    width: 230px;
    height: 1px;
    background: rgba(0,0,0,0.3);
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 2px;
}
.news-title:after {
    width: 90px;
    height: 5px;
    background: #65AC4D;
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 0px;
}


.blog-warp-2 .blog_imgg {
     position: relative;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
     width: 100%;
     padding: 50px;
 }
.blog-warp-2 .blog_imgg::before {
     position: absolute;
     background: #E7E7E7;
     width: 240px;
     height: 100%;
     top: 0;
     bottom: 0;
     right: 0px;
     content: "";
     z-index: 0;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }

.blog-warp-2 .blog_imgg img{
     position: relative;
    z-index: 1;
 }

.blog-warp-3 .blog_imgg {
     position: relative;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
     width: 100%;
     padding: 20px;
    overflow: hidden;
    border-radius: 10px;
 }
.blog-warp-3 .blog_imgg::before {
     position: absolute;
     background: #56CCF2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

     width: 100%;
     height: 100%;
     top: 0;
     bottom: 0;
     right: 0px;
     content: "";
     z-index: 0;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
 }
.blog-warp-3 .blog_imgg::after {
     position: absolute;
     background: #fff;
     width: 96%;
     height: 96%;
     top: 50%;
     left: 50%;
    border-radius: 10px;
     content: "";
     z-index: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
 }


.blog-warp-3 .blog_imgg img{
     position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
 }


.user-section{
 background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding: 45px 0;
}
.user-section-2{
  background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 45px 0;
}
.user-section .user-title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0px;
    padding: 0 0 15px 0px;
    position: relative;
}
.user-section .user-title:after {
    width: 90px;
    height: 5px;
    background: #3385E6;
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.3s all;
}
.user-section .user-title:before {
    width: 230px;
    height: 1px;
    background: #babbbc;
    content: ' ';
    position: absolute;
    left: 0px;
    bottom: 2px;
}
.user-section:hover .user-title:after {
    width: 180px;
}

.col-service {
    background:#f4f4f4;
    box-shadow: 3px 0px 5px rgba(0,0,0,0.1);
}

.service-sidebar{
    padding: 65px 20px;
}
.service-content{
    padding: 65px 20px;
    
}
.contact-btn{
    position: fixed;
    right: 0px;
    top: 58%;
    transform: translate(30%, -50%) rotate(90deg);
    font-size: 19px;
    padding: 10px 25px;
    background: #005C97;
    background: -webkit-linear-gradient(to right, #363795, #005C97);
    background: linear-gradient(to right, #363795, #005C97);
    color: #fff;
    z-index: 2;
    transition: 0.3s all;
}
.contact-btn:hover{
    background: -webkit-linear-gradient(to left, #363795, #005C97);
    background: linear-gradient(to left, #363795, #005C97);
    color: #fff;
}


