@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&amp;display=swap');

:root{
  --main-color:#f7931a;
}

body.offcanvas-open {
	overflow: hidden;
	padding-right: 17px
}
.offcanvas {
	font-size: 14px;
	font-weight: 400;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: auto;
	display: block;
	width: 400px;
	height: 100%;
	padding: 20px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: auto;
	visibility: visible
}
.offcanvas ul{
    padding:0px;
}
.user-panel {
	padding: 20px 0;
	border-top: 1px solid #ebebeb;
}
.user-panel ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.feature-content h4 {
    background: #5e4e4e;
    color: #fff;
    font-size: 0.9rem;
    text-align: left;
    padding: 13px 21px;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 4px;
}
.feature-content ul {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0px;
}

.feature-content ul li {
    font-size: 0.8rem;
    color: #333;
    border-bottom: 1px solid #eee;
    padding: 5px 20px;
    display: block;
}

.feature-content ul li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    margin-right: 4px;
    line-height: 14px;
    background: #fdf4f4;
    color: #e00d09;
    padding: 1px;
    border-radius: 100%;
}

a.home_link {
    font-size: 12px !important;
    color: #fff;
    opacity: 0.9;
}
.user-panel ul li a {
	font-size: 17px;
	color: #0f3281;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
}
.user-panel ul li:not(:last-child) {
	margin-bottom: 10px;
}
.user-panel ul li a i {
	margin-right: 15px;
	font-size: 18px;
	color: #0f3281;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media only screen and (max-width:479px) {
	.offcanvas {
		width: 300px
	}
}

.offcanvas .inner {
	position: relative;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.offcanvas .inner .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 30px 20px
}

.offcanvas .inner .head .title {
	color: #000;
	font-weight: 700
}

.offcanvas .inner .head .offcanvas-close {
	position: relative;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	border: 0;
	background-color: transparent
}

.offcanvas .inner .head .offcanvas-close::after {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #0f3281
}

.offcanvas .inner .head .offcanvas-close::before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #0f3281
}

.offcanvas .inner .head .offcanvas-close:hover:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.offcanvas .inner .head .offcanvas-close:hover:after {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.offcanvas .inner .offcanvas-menu ul li {
	position: relative;
	display: block;
	line-height: 28px
}

.offcanvas .inner .offcanvas-menu ul li a {
	display: block;
	padding: 10px 0;
	text-transform: capitalize;
	color: #3a3a3a;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-weight: 500
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
	position: static;
	top: auto;
	display: none;
	visibility: visible;
	width: 100%;
	min-width: auto;
	padding: 0;
	-webkit-transition: none;
	transition: none;
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
	line-height: inherit;
	position: relative
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
	text-transform: capitalize;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 0;
	display: block;
	border-top: 1px solid #eee;
	font-size: 14px;
	font-weight: 500
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu.sub-sub-menu li a {
    padding-left: 20px;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
	border-bottom: 0 solid #eee
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 24px;
	height: 49px;
	cursor: pointer;
	background-color: transparent
}

.offcanvas .inner .offcanvas-menu ul li:hover>a {
	color: #0f3281
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
	background: #0f3281
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
	background: #0f3281
}

.offcanvas .inner .offcanvas-menu ul li:last-child {
	border-bottom: 1px solid #eee
}

.offcanvas .inner .offcanvas-social li {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 40px;
	padding: 0
}

@media only screen and (max-width:479px) {
	.offcanvas .inner .offcanvas-social li {
		margin: 0 5px 0 0
	}
}

.offcanvas .inner .offcanvas-social li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #0f3281;
	font-size: 16px;
	padding: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	border: none;
	z-index: 1;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.offcanvas .inner .offcanvas-social li a:hover {
	background: #000;
	color: #fff
}

.footer-links ul li {
    display: inline;
    border-right: 1px solid #777777;
    padding: 0px 10px 0px 5px;
    font-size: 13px;
}
.footer-links a {
    color: #dededebd;
}

.video-play-text ul {
    padding-left: 0px;
}

@media only screen and (max-width:479px) {
	.offcanvas .inner .offcanvas-social li a {
		line-height: 35px;
		width: 35px;
		height: 35px;
		font-size: 15px
	}
}

.offcanvas .inner .foot .buttons a {
	display: block;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	border: none;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 15px;
	line-height: 26px;
	border: none;
	background: #000;
	border-radius: 0;
	width: auto;
	height: auto
}

.offcanvas .inner .foot .buttons a:hover {
	background-color: #0f3281;
	color: #fff
}

.offcanvas .inner .foot .buttons .current-btn {
	background-color: #0f3281;
	color: #fff
}

.offcanvas .inner .foot .sub-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #eee;
	margin: 30px 0 0 0
}

.offcanvas .inner .foot .sub-total .table>:not(caption)>*>* {
	padding: 0;
	border: 0
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td {
	border: none;
	padding: 0;
	color: #000;
	text-transform: capitalize;
	font-size: 20px;
	vertical-align: middle;
	font-weight: 500;
	line-height: 30px
}

.offcanvas .inner .foot .sub-total .table>tbody>tr>td.theme-color {
	color: #0f3281
}

.offcanvas .inner .foot .sub-total .amount {
	color: #eb2606;
	font-weight: 600
}

.offcanvas .inner .foot .minicart-message {
	margin-top: 30px;
	margin-bottom: 30px
}

.offcanvas-menu>ul>li .menu-expand {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 24px;
	height: 44px;
	cursor: pointer;
	background-color: transparent
}

.offcanvas-menu>ul.sub-menu>li .menu-expand {
	right: 15px
}

.offcanvas.offcanvas-mobile-menu {
	right: auto;
	left: 0;
	padding: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 350px;
	padding: 50px 30px
}

@media only screen and (max-width:479px) {
	.offcanvas.offcanvas-mobile-menu {
		width: 300px
	}
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close {
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border: 0;
	left: 0;
	top: 5px;
	background-color: #0f3281;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	border-radius: 50%
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
	position: absolute;
	top: calc(50% - 1px);
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.offcanvas.offcanvas-cart .inner .head,
.offcanvas.offcanvas-wishlist .inner .head {
	margin-bottom: 30px;
	padding: 0
}

.offcanvas.offcanvas-cart .inner .head .title,
.offcanvas.offcanvas-wishlist .inner .head .title {
	font-size: 20px
}

.offcanvas-menu>ul>li .menu-expand::after,
.offcanvas-menu>ul>li .menu-expand::before {
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 7px);
	width: 14px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: scale(.75);
	transform: scale(.75);
	background-color: #000
}

.offcanvas-menu>ul>li .menu-expand::after {
	-webkit-transform: rotate(90deg) scale(.75);
	transform: rotate(90deg) scale(.75)
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
	-webkit-transform: rotate(0) scale(.75);
	transform: rotate(0) scale(.75)
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
	-webkit-transform: rotate(0) scale(.75);
	transform: rotate(0) scale(.75)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
	left: 80%
}

.offcanvas-overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .5)
}

.offcanvas.offcanvas-open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.contact-form .contact-title {
    margin: 0 0 28px;
    text-align: center;
}
.contact-form .contact-form-style textarea {
    margin-bottom: 50px;
    height: 250px;
}

.contact-form input {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    width: 100%;
    background: 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 20px;
    padding-right: 10px;
    outline: 0;
}

.contact-form .contact-form-style input, .contact-form .contact-form-style textarea {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 300;
}

.contact-form .contact-title .title {
    font-size: 37px;
    color: #0f3382;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.contact-form .contact-form-style input, .contact-form .contact-form-style textarea {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 300;
    font-family:'Poppins', sans-serif;
}

.contact-form textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    outline: 0;
}

    .service-not-found .error-box .message-small {
        font-size: 24px;
        line-height: 28px;
    }

    .service-not-found .error-box .message-big {
        font-size: 160px;
        line-height: 180px;
        color: #000;
        text-shadow: 1px 1px 1px #666, 0 0 2px #333;
    }

    .service-not-found .error-box {
        color: #000;
        font-weight: 600;
        text-align: center;
    }

    .service-not-found .error-box .message-small {
        font-size: 24px;
        line-height: 28px;
    }

    .service-not-found .error-box .btn.btn-primary {
        color: #fff;
    }
    

/* Why us */

.why-us ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
  padding-left:0px;
}

.why-us li i {
    font-size: 1.2rem;
    color: #0f3281;
    border-radius: 100%;
    margin-right: 8px;
    width: 27px;
    /* border: 1px solid #000; */
    text-align: right;
}

.why-us li {
    margin-right: 0px;
    /* background: #fff; */
    width: 31%;
    margin-bottom: 0px;
    font-size: 0.9rem;
    list-style: none;
    border-radius: 10px;
    justify-content: left;
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
    align-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 0px;
    /* box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px; */
    /*border: 1px solid #f8f8f8;*/
}
/* Service Comment */

/*------------------------------------------------------------------
SERVICES DETAIL
-------------------------------------------------------------------*/
/* --------- Services Details --------- */
.service-detail_box {
  padding: 33px 26px;
  background: #f4f6fa;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
  border: 3px solid transparent;
}
.service-detail_box h3 {
  font-size: 23px;
}
.service-detail_box p {
  font-size: 13px;
}
.service-detail_box a {
  font-size: 14px;
  font-weight: 500;
  color: #3c3f42;
  text-decoration: underline;
}

.service-detail-icon {
  margin: 0 0 16px;
}
.service-detail-icon h2 {
  display: inline-block;
  float: right;
  opacity: 0.1;
  font-weight: 400;
  font-size: 60px;
}

.service-detail-svg-block {
  display: inline-block;
  border-radius: 6px;
  padding: 14px;
}
.service-detail-svg-block img {
  display: inline-block;
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.blog-comment-form {
    margin-top: 90px;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    box-shadow: rgb(51 51 51 / 10%) 0px 0px 40px;
    padding: 40px;
    margin-top: 0px;
}

.blog-comment-form .comment-heading {
    font-size: 24px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #535353;
    margin: 0 0 20px;
    padding: 5px 0 20px 0;
    position: relative;
}

.blog-comment-form .single-form {
    margin: 0 0 30px;
}
.comment-area .comment-heading {
    font-size: 24px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #535353;
    margin: 0 0 60px;
    padding: 5px 0 20px 0;
    position: relative;
}

.blog-comment-form .single-form input {
    border: 1px solid #d7d7d7;
    font-size: 14px;
    font-style: italic;
    border-radius: 15px;
}

.blog-comment-form .single-form input{
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: left;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 20px;
    padding-right: 10px;
    outline: 0;
}

.blog-comment-form .single-form textarea {
    height: 180px;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    outline: 0;
    margin-bottom:20px;
}
.comment-area .single-review {
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px;
}
.comment-area .single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin: 0 15px 0 0;
}

.comment-area .single-review .review-content {
    padding-left: 15px;
}
.blog-comment-form .single-form input:focus {
    border-color: #f3a712;
}
/* Mega Menu */
.mega-menu__column h4{
	color: #0f3281 !important;
	font-family:'Poppins', sans-serif;
}

.mega-menu__column h4 a {
	color: #0f3281 !important;
	font-family:'Poppins', sans-serif;
}

.mega-menu .mega-menu__list li a:hover {
	color: #0f3281!important;
  text-decoration:none !important;
}
.mega-menu .mega-menu__list li a {
	position: relative;
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu > li {
	display: inline-block;
}
.menu > li.has-mega-menu:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.menu > li.has-mega-menu .mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
  width:100%;
  padding:6px;
}
.menu > li .mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
}
.mega-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow:0px 8px 16px 0px rgb(0 0 0 / 20%);
}
.mega-menu .mega-menu__column {
	padding:1.2em;
  flex:1 1 auto;
}


.mega-menu__column h4 {
    font-size: 1rem;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 12px;
}

.mega-menu ul{
margin: 0;
	padding: 0;
	list-style: none;
	padding-left:10px;
}
.mega-menu .mega-menu__list li a {
    display: flex;
    color: #333;
    line-height: 20px;
    padding: 5px 0;
    font-size: 13px;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
}



.mega-menu .mega-menu__list li a span i {
    font-size: 1.1rem;
    margin-right: 4px;
    color:#4dc248;
}


ul.mega-menu__list li {
  margin-left: -10px;
  display: flex;
  align-items: center;
      border-bottom:1px solid #eee;

}

ul.mega-menu__list li::before {
    /*color: transparent;*/
    /*font-size: 1px;*/
    /*content: " ";*/
    /*margin-left: 4.7em;*/
    /*padding: 6px;*/
    /*background-color: #0f3281;*/
    /*-webkit-mask-image: url(../img/circle-right.png);*/
    /*-webkit-mask-size: cover;*/
    /*margin-right: 1px;*/
}

.mega-menu .mega-menu__column:first-child {
    background: #fafafa;
}

.mega-menu .mega-menu__column:nth-child(3){
    background: #fafafa;
}

.mega-menu .mega-menu__column:nth-child(5){
    background: #fafafa;
}

/* Mega Menu */

.service-sec {
	background-image: url("../img/service-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.ser-col .service-item:nth-child(2n+1) {
	background-color: rgba(255,255,255,.03);
}
.ser-col .service-item {
	width: 20%;
	float: left;
}

.inner-page p{
    text-align: justify;
    font-family: "Poppins", sans-serif;
}
.inner-page ul li:before{
    color:#fff;
    background-color:#5bc198;
    content:"\f00c";
    font-family:'Font Awesome 5 Free';
        color: #fff;
    background: #5bc198;
    border-radius: 50%;
    font-size: 9px;
    padding: 4px;
    float: left;
    margin: 0 16px 0 0;
    vertical-align: top;
    font-weight:900;
    line-height:1;
    display:inline-block;
    position:relative;
    top:5px;
    height:100%;
}

.inner-page ul li {
    list-style: none;
    padding: 0 0 14px 0;
    display:flex;
}
    
.nopadding {
	padding: 0 !important;
}
.service-item {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.ser-col .service-item a {
	padding: 260px 0;
	position: relative;
	text-align: center;
	display: block;
	outline: none;
	text-decoration: none;
}
.service-title {
	position: absolute;
	top: 50%;
	transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.service-title > i {
	background-color: #ffffff;
	background-image: url("../img/service-sprite.png");
	border: 7px solid rgba(255, 255, 255, .1);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	height: 80px;
	margin: 0 auto;
	width: 80px;
	background-position: 4px 8px;
	background-repeat: no-repeat;
}
.service-title > i.develop {
	background-position: -60px 9px;
}
.service-title > i.mobile-dev {
	background-position: -123px 4px;
}
.service-title > i.search-engine {
	background-position: -189px 7px;
}
.service-title > i.server-admin {
	background-position: -247px 2px;
}
.service-title span {
	color: #ffffff;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	margin-top: 15px;
}
.ser-col .service-item:hover .service-descr {
	opacity: 1;
	visibility: visible;
}
.service-item:hover .service-title {
	top: 40%;
}
.ser-col .service-item :hover .service-title span {
	color: #f3a712;
}
.service-title p {
	color: #ffffff;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-top: 15px;
	visibility: hidden;
	opacity: 0;
	padding: 0 10px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.dropdown-toggle::after {
  border-top: 0;
}

.navbar {
  padding: 0;
}
@media (min-width: 992px) {
  .navbar {
    padding: 1.6rem 0 !important;
  }
}

.appointment-btn-top {
  padding: 11px 32px !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
    padding: 12px 22px;
    color: #7a7878;
    /* font-family: 'Montserrat', sans-serif; */
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.navbar-light .navbar-nav .nav-link i
{font-size: 11px;}


@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 12px 10px;
  }
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #0f3281 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  -webkit-box-shadow: 0px 3px 16px -11px rgba(0, 0, 0, 0.46);
          box-shadow: 0px 3px 16px -11px rgba(0, 0, 0, 0.46);
}

.nav-style-2 li a {
  padding: 0 22px 0 0 !important;
}

.nav-item a i {
    font-size: 14px!important;
    vertical-align: top;
    margin-top: 7px;
}

.nav-item a span {
  font-size: 11px;
  vertical-align: top;
  font-weight: 700;
  background: #4d72d0;
  color: #fff;
  padding: 0 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.btn-light {
  background-color: #fdf2de;
  color: #f69e03;
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 2px;
}
.btn-light:hover {
  background-color: #fdf2de;
  color: #f69e03;
  padding: 14px 20px;
  border-radius: 2px;
}

.btn-warning {
  background-color: #f1cc3f !important;
  border: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  padding: 20px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-danger {
  border-radius: 0;
  padding: 15px 35px;
  background: rgba(245, 73, 131, 0.75);
  border: rgba(245, 73, 131, 0.75);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  border: 2px solid transparent;
}
.btn-danger:hover {
  background: #fff;
  color: #10242b;
  border: 2px solid rgba(245, 73, 131, 0.75);
}

.btn-outline-primary {
  border: 2px solid #4d72d0;
  color: #4d72d0 !important;
  border-radius: 22px;
  padding: 10px 38px;
  font-size: 14px;
}
.btn-outline-primary:hover {
  background: #4d72d0;
  border-color: #4d72d0;
  color: #fff !important;
}

.btn-outline-success {
  border: 1px solid #5bc198;
  padding: 9px 7px;
  color: #5bc198;
}
@media (min-width: 768px) {
  .btn-outline-success {
    padding: 12px 24px;
  }
}
.btn-outline-success:hover {
  border: 1px solid #5bc198;
  color: #000;
  background: #5bc198;
}

#btn_load_more {
	background-color: #0f3281 !important;
	border: none !important;
	border-radius: 32px;
	padding: 13px 27px;
	color: #fff;
	font-weight: 400;
	-webkit-box-shadow: 4.5px 7.794px 13px 0px #afc1ec;
	box-shadow: 4.5px 7.794px 13px 0px #afc1ec;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 13px;
  cursor:pointer;
}

.btn-primary {
  background-color: #0f3281 !important;
  border: none !important;
  border-radius: 32px;
  padding: 13px 27px;
  color: #fff;
  font-weight: 400;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #afc1ec;
          box-shadow: 4.5px 7.794px 13px 0px #afc1ec;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}
.btn-primary:hover {
  background: #3c5eb3 !important;
  border-color: #3c5eb3 !important;
}
.btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-success {
    background-color: #0f3281;
    border-radius: 0px;
    padding: 18px 38px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    border-color: #0f3281;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-success:hover {
  border-color: #4aab84;
  background: #4aab84;
}
.btn-success:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background: #4aab84 !important;
  border-color: #4aab84 !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark {
  padding: 14px 22px;
  font-size: 14px;
  border-radius: 7px;
  background-color: #2c2e31;
  -webkit-box-shadow: 0.8px 3.094px 12px 0px #2c2e31;
          box-shadow: 0.8px 3.094px 12px 0px #2c2e31;
  border: transparent;
}
.btn-dark:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-light .navbar-toggler {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: -73px 0 0;
  display:flex;
  justify-content:center;
}

.nav-custome1 {
  margin: 0 0 0 !important;
}

.nav-custome {
  margin: -44px 0 0 !important;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
}

.navbar-collapse {
  background: #fff;
}
@media (min-width: 992px) {
  .navbar-collapse {
    background: none !important;
  }
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-radius: 0;
  padding: 24px 12px;
}

.input-group > .input-group-append > .btn {
  border-radius: 0;
  background: #4d72d0;
  border-color: #4d72d0;
  color: #fff;
}

.form-control {
  padding: 0 0.85rem;
}

textarea {
  padding: 8px 12px;
  border: 1px solid #ced4da;
}

@media (min-width: 991px) {
  .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    border: none;
    font-size: 15px;
    border-radius: 0;
    min-width: 12rem;
    -webkit-box-shadow: 0 0px 29px -26px rgba(0, 0, 0, 0.44);
            box-shadow: 0 0px 29px -26px rgba(0, 0, 0, 0.44);
    margin: 0;
  }

  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 42px;
  }

  .dropdown-submenu:hover .dropdown-menu1 {
    visibility: visible;
    opacity: 1;
  }

  .navbar-toggleable-md .navbar-collapse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .dropdown-item {
     
    
    font-weight: 500;
    font-size: 16px;
    padding: 12px 22px;
    color: #7a7878;
    /* font-family: 'Montserrat', sans-serif; */
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
  }
  .dropdown-item:hover {
    background: #e9f3ff;
    color: #4d72d0;
  }
}
.dropdown-item {
  padding: 0.55rem 1.5rem;
  color: #3c3f42;
  font-size: 16px;
}
.dropdown-item:hover {
  background: none;
  color: #4d72d0;
}

.form-custom {
  background: none;
  border-bottom: 2px solid #7898dd;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-left: 3px;
  font-size: 13px;
}

.form-group-cutom {
  position: relative;
  margin: 0 0 40px;
  font-size: 13px;
}
.form-group-cutom i {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}
.form-group-cutom textarea {
  background: none !important;
}

.dropdown-left {
  left: -122px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 1px;
}

.dropdown-submenu > a:after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

@media (min-width: 991px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.dropdown-menu1 {
  left: -192px;
  top: -6px !important;
}

body {
  color: #2c2e31;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 34px;
  margin: 10px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 55px;
  }
}

h2 {
  font-size: 34px;
  font-weight: 500;
}
@media (min-width: 576px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 19px;
  font-weight: 700;
}

p {
  line-height: 13px;
  line-height: 1.8;
  font-size: 14px;
}

a:focus {
  outline: none;
}

.space {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .space {
    padding: 90px 0;
  }
}

.container {
  max-width: 1260px;
}

.container-custom {
  max-width: 1124px;
}

.light {
  background: #f4f6fa;
}

.space-mb {
  margin: 0 0 90px;
}

.space-mt {
  margin: 90px 0 0;
}

/* --------- Header --------- */
.banner--wrap {
  background: url(../img/banner-bg.html) center no-repeat;
  background-size: cover;
}


.banner:focus {
  outline: none;
}

.anim-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding-top: 60px;
}

.animated-hero {
  position: absolute;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  will-change: transform, opacity;
}

.slick-current.slick-active .animated-hero {
  -webkit-animation: slideUp 1s ease 1s 1 normal forwards;
          animation: slideUp 1s ease 1s 1 normal forwards;
}

.slick-slide .main-title h1,
.slick-slide .main-title p {
  opacity: 0;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  will-change: transform, opacity;
}

.slick-slide .main-title > span, .slick-slide .main-title > a {
  opacity: 0;
}

.slick-current.slick-active .main-title > span {
  -webkit-animation: fadeIn 1s ease 1s 1 normal forwards;
          animation: fadeIn 1s ease 1s 1 normal forwards;
}
.slick-current.slick-active .main-title a {
  -webkit-animation: fadeIn 1s ease 1.5s 1 normal forwards;
          animation: fadeIn 1s ease 1.5s 1 normal forwards;
}
.slick-current.slick-active .main-title h1 {
  -webkit-animation: slideDown 1s ease 0.5s 1 normal forwards;
          animation: slideDown 1s ease 0.5s 1 normal forwards;
}
.slick-current.slick-active .main-title p {
  -webkit-animation: slideDown 1s ease 1s 1 normal forwards;
          animation: slideDown 1s ease 1s 1 normal forwards;
}

@media (min-width: 1200px) {
  .banner-slider .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 14px;
    width: 0;
    height: 2px;
    background-color: #5bc198;
    -webkit-animation: animWidth 1s ease 0s 1 normal forwards;
            animation: animWidth 1s ease 0s 1 normal forwards;
  }
}
.big-circle {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}

.slick-current.slick-active .big-circle {
  -webkit-animation: expands 1s ease 0s 1 normal forwards;
          animation: expands 1s ease 0s 1 normal forwards;
}

.small-circle {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform, opacity;
}

.slick-current.slick-active .small-circle {
  -webkit-animation: expands 1s ease 0.5s 1 normal forwards;
          animation: expands 1s ease 0.5s 1 normal forwards;
}

@-webkit-keyframes expands {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes expands {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animWidth {
  from {
    width: 0;
  }
  to {
    width: 35px;
  }
}
@keyframes animWidth {
  from {
    width: 0;
  }
  to {
    width: 35px;
  }
}
.banner-slider .slick-dots {
  bottom: 10px;
}
@media (min-width: 1200px) {
  .banner-slider .slick-dots {
    width: 50px;
    left: -16px;
    top: 28%;
  }
}
.banner-slider .slick-dots li button:before {
  font-size: 10px;
}

.banner-slider .slick-dots li.slick-active button:before {
  color: #5bc198;
}

.banner1 {
    background: #fff;
    background-size: cover;
    padding: 35px 0px;
    /* box-shadow: inset 0px 4px 1px #000; */
    -webkit-box-shadow: inset 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 0 30px 0 rgba(0,0,0,.1);
}	
.banner1:focus {
  outline: none;
}

.cart-seperate {
  position: relative;
  padding: 0 2px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cart-seperate {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
  }
}
@media (min-width: 1200px) {
  .cart-seperate {
    margin-right: 15px;
    padding: 0 12px;
  }
}
.cart-seperate:before {
  position: absolute;
  content: "";
  border-left: 1px solid #ccc;
}
.cart-seperate a {
  padding: 12px 8px !important;
}
.cart-seperate li {
  display: inline-block;
}

.fa-top-search {
  font-size: 13px !important;
  font-weight: 600;
}

.main-title {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .main-title {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .main-title {
    padding: 20px 0 20px 72px;
  }
}
.main-title span {
  font-size: 21px;
  font-weight: 100;
}
.main-title p {
  font-size: 15px;
}

.main-title-style2 {
  padding: 56px 0 !important;
}

.main-slider-social {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  z-index: 11;
}
@media (max-width: 768px) {
  .main-slider-social {
    display: none;
  }
}
.main-slider-social li {
  list-style: none;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .main-slider-social li {
    display: inline-block;
  }
}
.main-slider-social li a {
  color: #3c3f42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
}
.main-slider-social li a:hover {
  color: #5bc198;
}

.play-btn {
  background: #5bc198;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-shadow: 0.7px 2.994px 12.1px 0px #5bc198;
          box-shadow: 0.7px 2.994px 12.1px 0px #5bc198;
  margin: 0 0 0 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.play-btn:hover {
  background: #4baf87;
}
.play-btn i {
  padding: 17px 18px;
  color: #fff;
  font-size: 13px;
}

.nav-icon-wrap {
  margin: 0;
  padding: 0;
}
.nav-icon-wrap li {
  list-style: none;
  display: inline-block;
}
.nav-icon-wrap li a {
  color: #3c3f42;
  padding: 0.5rem 0.5rem;
}
.nav-icon-wrap li a i {
  font-size: 13px;
}

.fluid-logo {
  float: right;
  padding: 10px 0;
}

.main-slider {
  position: relative;
}
.main-slider .slick-next {
  right: 50%;
  top: 96.5%;
  height: 40px;
  width: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-slider .slick-next:before {
  content: url(../img/main-slider-arrow1.html);
  background: #4d72d0;
  padding: 10px 14px;
}
.main-slider .slick-prev {
  left: 50%;
  top: 96.5%;
  z-index: 999;
  height: 40px;
  width: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-slider .slick-prev:before {
  content: url(../img/main-slider-arrow.html);
  background: #4d72d0;
  padding: 10px 14px;
}
.main-slider .slick-slide img {
  width: 100% !important;
}

.slider-img-text {
  position: relative;
  display: inline-block;
  width: 100%;
}

.slider-text-wrap {
  position: absolute;
  top: 0;
  left: 2%;
  width: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .slider-text-wrap {
    left: 28%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .slider-text-wrap {
    left: 11%;
    width: 60%;
  }
}
.slider-text-wrap .slider-text-wrap span,
.slider-text-wrap .slider-text-wrap h1,
.slider-text-wrap .slider-text-wrap p,
.slider-text-wrap .slider-text-wrap .play-btn {
  display: none;
}
@media (min-width: 992px) {
  .slider-text-wrap .slider-text-wrap span,
.slider-text-wrap .slider-text-wrap h1,
.slider-text-wrap .slider-text-wrap p,
.slider-text-wrap .slider-text-wrap .play-btn {
    display: block;
  }
}
@media (min-width: 992px) {
  .slider-text-wrap h1 {
    font-size: 40px;
  }
}

.slider-video {
  position: relative;
  display: inline-block;
  width: 100%;
}

.slider-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #5bc198;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
}
.slider-video-icon i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.slider-img-text {
  display: inline-block;
}

.slider-video {
  display: inline-block;
}

/* --------- About Section --------- */
.about-experience {
  padding: 80px 0 0;
}

.booking-form {
  padding: 0;
  margin: -60px 0 0;
  background: #4d72d0;
  padding: 40px;
  border-radius: 8px;
}
.booking-form li {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .booking-form li {
    width: 23%;
    margin-right: 1.9%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .booking-form li {
    width: 25%;
  }
}
.booking-form li input {
  font-size: 13px;
  height: 54px;
}
.booking-form li i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
  color: #afacac;
}

.form-btn {
  margin-right: 0 !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  .form-btn {
    width: 23% !important;
  }
}
@media (min-width: 992px) {
  .form-btn {
    width: 17% !important;
    float: right;
  }
}
.form-btn a {
  width: 100%;
}

.service-thumbnail {
  margin: 0 auto 35px auto;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .service-thumbnail {
    text-align: left;
    margin: 0;
    border-right: 1px solid #cccccc5e;
  }
}
.service-thumbnail img {
  float: left;
  margin-right: 16px;
}

.service-thumbnail_text {
  text-align: left;
  margin: 10px 0 0 14px;
}
.service-thumbnail_text span {
  color: #0f3281;
}
.service-thumbnail_text p {
  margin: 0;
}

.services-top-icon {
  border: 2px solid #f4f6fa;
  border-radius: 4px;
  padding: 16px 16px;
}

.services-top-icon2 {
  border: 2px dashed;
  border-radius: 6px;
}

.services-top-icon2.blue {
  border-color: #b5c4eb !important;
}

.services-top-icon2.green {
  border-color: #bae2d5 !important;
}

.services-top-icon2.yellow {
  border-color: #c0b099 !important;
}

.about-video_block {
  background: #f5f5f5;
  -webkit-box-shadow: 0px 0px 23px -17px #4d72d0;
          box-shadow: 0px 0px 23px -17px #4d72d0;
  border: 12px solid #fff;
}

.video-play-img {
  position: relative;
  display: block;
}

.video-play-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #5bc198;
  padding: 14px 0;
  width: 90px;
  border-radius: 6px;
  text-align: center;
}
.video-play-btn span {
  font-size: 10px;
  color: #fff;
}

.video-play-icon {
  position: relative;
  text-align: center;
  background: #4aa983;
  color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.video-play-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
  padding: 7px 0;
}

.video-play-text {
  padding: 20px 40px;
}
.video-play-text span {
  color: #4d72d0;
  font-weight: 500;
  margin: 0 0 20px;
  display: block;
}
.video-play-text h2 {
  position: relative;
  font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.video-play-text h2:before {
  position: absolute;
  content: "";
  background: url(../img/about-text-show.html) no-repeat;
  top: -17px;
  left: -15px;
  width: 100px;
  height: 90px;
}
.video-play-text a {
  color: #0f3281;
  font-weight: 500;
  text-decoration: underline;
}
.video-play-text hr {
  margin: 28px 0;
}

.blue {
  background: #e3e9f6;
}
.blue h3 {
  color: #8392b3;
}

.green {
  background: #e4f1f0;
}
.green h3 {
  color: #86b3b0;
}

.yellow {
  background: #f5f1eb;
}
.yellow h3 {
  color: #c0b099;
}

.gray {
  background: #e2e4e8;
}
.gray h3 {
  color: #909090;
}

.pink {
  background: #fef6fe;
}

.primary-color {
  background: #4d72d0;
}

.primary-color-br:hover {
  border: 3px solid #4d72d0 !important;
}

.secondary-color {
  background: #5bc198;
}

.secondary-color-br:hover {
  border: 3px solid #5bc198 !important;
}

.tertiary-color {
  background: #f9c863;
}

.tertiary-color-br:hover {
  border: 3px solid #f9c863 !important;
}

.quaternary-color {
  background: #d581d2;
}

.quaternary-color-br:hover {
  border: 3px solid #d581d2 !important;
}

.quaternary-br-color {
  border: 12px solid #fbf1fb !important;
}

.facilities {
    padding: 14px;
    margin: 25px 0 0;
    text-align: center;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border: 1px solid #eee;
}
.facilities h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  color: #f3a712;
}
.facilities span {
  font-size: 13px;
  margin: 0;
  color: #3c3f42;
  font-weight: 400;
}

.about-title-block {
  padding: 42px 0;
}
.about-title-block h3 {
  font-size: 28px;
  font-weight: 300;
}
.about-title-block h3 span {
  color: #4d72d0;
  font-weight: 500;
}
.about-title-block p {
  font-size: 14px;
  margin: 0;
}

.about-form {
  background: url(../img/bg-home-form.html) no-repeat;
  background-size: cover;
}
.about-form p {
  font-weight: 300;
  font-size: 19px;
}
.about-form .dental-features_list i {
  background: #4d72d0;
}
.about-form a {
  border-radius: 8px;
  font-size: 13px;
}

.booking-form-style2 {
  position: relative;
  background: #4d72d0;
  border-radius: 6px;
  padding: 24px 30px;
  margin: 35px 0 0;
}
@media (min-width: 768px) {
  .booking-form-style2 {
    margin: -210px 0 0;
  }
}
.booking-form-style2 h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 25px;
  font-weight: 500;
}
.booking-form-style2 .form-custom {
  border: none;
  border-radius: 8px;
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  background: #fff;
  height: 50px;
}
.booking-form-style2 .form-custom::-webkit-input-placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-custom::-moz-placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-custom:-ms-input-placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-custom::-ms-input-placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-custom::placeholder {
  color: #3c3f42;
}
.booking-form-style2 .form-group-cutom {
  margin: 0 0 20px;
}
.booking-form-style2 .form-group-cutom i {
  right: 13px;
  opacity: 0.6;
}

.custom-select {
  padding-left: 14px !important;
  padding-right: 14px !important;
  height: 50px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
}
.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.booking-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .booking-bg {
    display: block;
  }
}
.booking-bg img {
  width: 100%;
}

/* --------- Our Services --------- */
.heading-style1 {
  margin: 0 0 30px;
}
.heading-style1 span {
  color: #4d72d0;
  font-style: italic;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}
.heading-style1 h2 {
  font-weight: 600;
}

.service-slider .slick-slide {
  margin: 0 12px;
}

.service-slider .slick-next {
  right: 23px;
  top: -68px;
}
.service-slider .slick-next:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(../img/arrow-right.png);
}

.service-slider .slick-prev {
  right: 56px !important;
  left: 93%;
  top: -68px;
}
.service-slider .slick-prev:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(../img/arrow-left.png);
}

.service-block {
  position: relative;
  padding: 40px 35px;
  border: 10px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
}
.service-block:focus {
  outline: none;
}
.service-block h3 {
  color: #000;
  margin: 32px 0 12px;
}
.service-block a {
  margin: 17px 0 0;
}

.service-bg-icon {
  position: absolute;
  right: 0;
  top: 9%;
}

.service-block.yellow:hover {
  border-color: #c0b099;
}
.service-block.yellow:hover a {
  background: #a79274 !important;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #a79274;
          box-shadow: 4.5px 7.794px 13px 0px #a79274;
}

.service-block.green:hover {
  border-color: #bae2d5;
}
.service-block.green:hover a {
  background: #52af90 !important;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #52af90;
          box-shadow: 4.5px 7.794px 13px 0px #52af90;
}

.service-block.blue:hover {
  border-color: #b5c4eb;
}
.service-block.blue:hover a {
  background: #4d72d0 !important;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #4d72d0;
          box-shadow: 4.5px 7.794px 13px 0px #4d72d0;
}

.service-help_link {
  margin: 35px 0 0;
}

/* --------- Why Choose --------- */
.why-choose-block {
  position: relative;
  color: #fff;
}
.why-choose-block::before {
  position: absolute;
  content: "";
  background: url(../img/why-choose-bg-left.html) no-repeat #5bc198;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
}
@media (min-width: 768px) {
  .why-choose-block::before {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .why-choose-block::before {
    width: 50%;
    height: 100%;
  }
}
.why-choose-block::after {
  position: absolute;
  content: "";
  background: url(../img/why-choose-bg-right.html) no-repeat #4d72d0;
  background-size: cover;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  z-index: -1;
}
@media (min-width: 992px) {
  .why-choose-block::after {
    width: 50%;
    height: 100%;
  }
}
.why-choose-block h2 {
  margin: 0 0 25px;
}
.why-choose-block hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.why-choose_list-br {
  margin: 6px 0 !important;
}

.why-choose_list {
  margin: 0 0 18px;
}
.why-choose_list i {
  vertical-align: top;
  background: #5da085;
  padding: 10px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}

.why-choose_list-content {
  display: inline-block;
  margin: 0 0 0 15px;
}
.why-choose_list-content span {
  font-size: 13px;
  font-weight: 300;
  color: #ffffffb8;
}
.why-choose_list-content h5 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .why-choose_list-content h5 {
    font-size: 1.05rem;
  }
}
.why-choose_list-content h3 {
  font-size: 23px;
}

.why-choose_right {
  margin: 35px 0 0;
}
@media (min-width: 992px) {
  .why-choose_right {
    margin: 0 0 0 60px;
  }
}
.why-choose_right p {
  font-weight: 300;
  font-size: 13px;
  margin: 0 0 25px;
}

.choose-icon {
  position: relative;
  display: inline-block;
  background: #3858af47;
  border-radius: 6px;
  vertical-align: top;
  width: 60px;
  height: 60px;
  font-size: 17px;
}
.choose-icon i {
  position: absolute;
  background: none;
  font-size: 20px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --------- News --------- */
.news-img-block {
  position: relative;
}
.news-img-block .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #4d72d0;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #5bc198;
          box-shadow: 4.5px 7.794px 13px 0px #5bc198;
  margin: 0;
}

.newsletter-subscribe h4 {
  font-weight: 400;
}

.newsletter-subscribe_form {
  position: relative;
  width: 70%;
}
.newsletter-subscribe_form input {
  border: 1px solid #4d72d0;
  border-radius: 30px;
  padding: 26px;
}
.newsletter-subscribe_form a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4d72d0;
  margin: 0;
  border-radius: 50%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.newsletter-subscribe_form a:hover {
  opacity: 0.8;
}
.newsletter-subscribe_form a i {
  position: relative;
  color: #fff;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 23px;
  left: 50%;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4d72d0;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4d72d0;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #3157b9;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #4d72d0;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/* --------- Our Team --------- */
.our-team {
  padding: 80px 0 130px;
}

.sub-title_center {
  text-align: center;
  margin: 0 0 0px;
}
.sub-title_center span {
    color: #414243;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    border-radius: 50px;
    padding: 5px 17px;
    line-height: initial;
    font-size: 13px;
    background: #f3a712;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.sub-title_center span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #f3a712;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}

.doctors-slider .slick-slide {
  margin: 0 12px;
}

.doctors-slider .slick-next {
  right: 47%;
  top: 110%;
}
.doctors-slider .slick-next:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(../img/arrow-right.png);
}

.doctors-slider .slick-prev {
  left: 47%;
  top: 110%;
}
.doctors-slider .slick-prev:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(../img/arrow-left.png);
}

.team-img_block {
  padding: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
}
.team-img_block:hover {
  background: #4d72d0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.team-img_block img {
  margin: 0 auto 16px auto;
  width: 100%;
}
.team-img_block h4,
.team-img_block p {
  margin: 0;
}
.team-img_block p {
  font-size: 12px;
}
.team-img_block:focus {
  outline: none;
}

.team-img_block.green:hover {
  background: #5bc198;
  color: #fff;
}

.team-img_block.yellow:hover {
  background: #c0b099;
  color: #fff;
}

.team-img-socila-block {
  position: relative;
}

.social-icons {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 16%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  right: 13%;
}
.social-icons li {
  list-style: none;
  width: 36px;
  height: 36px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 13px -9px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  margin: 0 0 14px;
}
.social-icons li a {
  padding: 6px 0;
  display: block;
  color: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.social-icons li a:hover {
  color: #4d72d0;
}
.social-icons li a i {
  font-size: 13px;
}

.team-img_block:hover .social-icons {
  opacity: 1;
}

.our-team-slider .slick-dots li.slick-active button:before {
  color: #4d72d0;
}
.our-team-slider .slick-dots li button:before {
  font-size: 9px;
}

/* --------- Get a Consultant --------- */
.bg-img3 {
  background: url(../img/bg-img-3.html) no-repeat;
  background-size: cover;
}

.consultant-content {
  color: #fff;
  padding: 90px 0;
}
.consultant-content a {
  border-radius: 30px;
}
.consultant-content i {
  background: #3c3f42;
  -webkit-box-shadow: 4.5px 7.794px 13px 0px #4d72d0;
          box-shadow: 4.5px 7.794px 13px 0px #4d72d0;
  padding: 19px;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 12px;
  color: #fff;
}
.consultant-content p {
  font-weight: 300;
}

/* --------- Testimonials --------- */

.tm-testimonial {
    -webkit-box-shadow: 0 2px 10px rgba(34, 34, 34, .15);
    box-shadow: none;
    padding: 35px 35px 20px 35px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #eee;
}

.tm-testimonial::after {
	content: url(../img/icons/icon-testimonial-quote.html);
	position: absolute;
	left: auto;
	right: -5px;
	bottom: -25px;
	z-index: -1
}

.tm-testimonial-slider .tm-testimonial {
	margin-top: 15px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
	font-size:14px;
}

.tm-testimonial-slider .slick-list {
	margin-top: -15px;
	margin-bottom: -15px
}

.tm-testimonial>p {
	font-size: 14px;
	line-height: 27px
		font-family: 'Poppins', sans-serif;

}

.tm-testimonial>p::before {
	content: "\" ";
	color: #34a5b3;
	font-style: italic
}

.tm-testimonial>p::after {
	content: " \"";
	color: #34a5b3;
	font-style: italic
}

.tm-testimonial-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
}

.tm-testimonial-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tm-testimonial-authorcontent h6 {
	margin-bottom: 0;
	color:#0f3382;
}

.tm-testimonial-authorcontent p {
	margin-bottom: 0;
	color: #333;
}

.tm-testimonial-image {
	height: 65px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 65px;
	-ms-flex: 0 0 65px;
	flex: 0 0 65px;
	max-width: 65px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 10px
}

.tm-testimonial-image img {
	width: 100%
}

.tm-testimonial-ratings span {
	color: #fdc716
}
.slick-slide{
  height:auto !important;
}
.slick-dots {
	bottom: 0;
	line-height: 1;
}

.testimonial {
  padding: 90px 0;
}

.testi-slider .slick-track {
  margin: 49px 0 0;
}

.testi-slider .slick-slide {
  margin: 0 12px;
}
.testi-slider .slick-slide:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.testi-slider .slick-dots {
  text-align: right;
  top: -60px;
  bottom: 100%;
  pointer-events: all;
}
.testi-slider .slick-dots li {
  margin: 0;
}

.testi-slider .slick-dots li button:before {
  font-size: 10px;
  color: #4d72d0;
}

.testimonial-wrap {
  position: relative;
  border: 12px solid #e4f1f0;
  padding: 35px;
}
.testimonial-wrap ul {
  padding: 0;
  margin: 0;
}
.testimonial-wrap ul li {
  list-style: none;
  display: inline-block;
}
.testimonial-wrap ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}
.testimonial-wrap p {
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
}
.testimonial-wrap p span {
  color: #4d72d0;
}

.testi-img-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 23px -11px #4d72d0;
          box-shadow: 0px 0px 23px -11px #4d72d0;
  margin: -83px 0 20px;
}

.testi-styled-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.testi-style {
  position: absolute;
  background: url(../img/testi-side-img.html) no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
}

.testi-name {
  position: relative;
  color: #4d72d0;
  font-weight: 500;
  font-size: 14px;
  margin-left: 50px;
}
.testi-name:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #4d72d0;
  left: -50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 60px;
}

/* --------- Blog --------- */
.blog-wrap {
  background: #f4f6fa;
}

.blog-row-block {
  padding: 18px 50px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.blog-row-block:last-child {
  border: none;
}
.blog-row-block:hover {
  background: url(../img/hover-bg.html) no-repeat #4d72d0 100%;
  background-size: cover;
  color: #fff;
  border-radius: 4px;
}
.blog-row-block:hover span {
  color: #fff;
}
.blog-row-block:hover span:before {
  background: #fff;
}

.blog-row-block:hover .blog-read-more p {
  color: #fff;
}

.blog-row-block:hover .blog-read-more a {
  background: #3c3f42 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.blog-img {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .blog-img {
    margin: 0;
  }
}
.blog-img img {
  width: 100%;
}

.blog-content {
  display: block;
  width: 100%;
  border-right: none;
}
@media (min-width: 768px) {
  .blog-content {
    border-right: 1px solid #ccc;
  }
}
.blog-content span {
  position: relative;
  color: #4d72d0;
  font-size: 11px;
  font-style: italic;
  margin: 0 0 10px;
  display: block;
  padding-left: 28px;
  font-weight: 300;
}
.blog-content span:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background: #4d72d0;
  left: 0;
  top: 50%;
  margin-right: 10px;
}
.blog-content h3 {
  font-size: 22px;
}

.blog-read-more {
  display: block;
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-read-more {
    text-align: center;
  }
}
.blog-read-more p {
  font-size: 11px;
  color: #4d72d0;
  font-style: italic;
  margin: 0 0 8px;
}
.blog-read-more p i {
  margin-right: 10px;
}
.blog-read-more p span {
  margin: 0 8px;
  font-style: initial;
}
.blog-read-more a {
  font-size: 12px;
  padding: 11px 33px;
  font-weight: 300;
}

/* --------- Footer --------- */
footer {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  margin-top:0px;
}
@media (min-width: 992px) {
 footer {
    background: url(../img/contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
}

.foot-contact-block {
  background: #33363a;
  padding: 40px 40px;
  border-radius: 3px;
  border-top: 4px solid #5bc198;
  margin: -4px 0 0;
}
@media (min-width: 992px) {
  .foot-contact-block {
    background: #3c3f42;
  }
}
.foot-contact-block img {
  margin: 0 0 25px;
}
.foot-contact-block p {
  color: #dededebd;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 25px;
}
.foot-contact-block h4 {
  color: #dededebd;
  margin: 0 0 15px;
  font-weight: 400;
}
.foot-contact-block h4 i {
  background: #5bc198;
  color: #fff;
  padding: 7px;
  font-size: 13px;
  margin-right: 14px;
  border-radius: 4px;
  vertical-align: text-top;
}

.foot-contact-block .fa-phone {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.foot-link-box {
  margin: 25px 0;
}
@media (min-width: 768px) {
  .foot-link-box {
    margin: 50px 0px 40px 0px;
  }
}
.foot-link-box h4 {
  position: relative;
  color: #153784;
  padding: 0 0 20px;
  margin: 0 0 18px;
}
.foot-link-box h4:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  background:#1e3f88;
  left: 0;
  bottom: 0;
}
.foot-link-box ul {
  padding: 0;
  margin: 0;
}
.foot-link-box ul li {
  list-style: none;
  line-height: 2;
}
.foot-link-box ul li a {
  color: #817f7f;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.foot-link-box ul li a:hover {
  color: #201f1f;
}
.foot-link-box ul li a i {
  margin-right: 14px;
}

.footlink-box_btn a {
  font-size: 14px;
  text-transform: unset;
  width: 100%;
  margin: 0 0 15px;
}
.footlink-box_btn ul {
  margin: 20px 0 0;
}
.footlink-box_btn ul li {
  display: inline-block;
}

.copyright {
    /* border-top: 1px solid #565555; */
    padding: 7px 15px;
    background: #ebf2ff;
    border-radius: 10px;
    margin-bottom: 0px;
}
.copyright p {
    color: #0d3685;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    font-weight:500;
}

.copyright p a{
    color: #0d3685;
    font-weight:500;
}

#scroll {
  float: right;
  background: #5bc198;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#scroll:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  background: #4aab84;
}
#scroll i {
  padding: 11px 0;
  color: #000;
  font-size: 12px;
}

/*------------------------------------------------------------------
ABOUT
-------------------------------------------------------------------*/
/* --------- Sub Header --------- */
.top-bar {
  padding: 24px 0;
}
.top-bar ul {
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 992px) {
  .top-bar ul {
    display: inline-block;
  }
}
.top-bar ul li {
  list-style: none;
  display: inline-block;
  padding: 0 12px;
  border-right: 2px solid #e9eaea;
}
@media (min-width: 1200px) {
  .top-bar ul li {
    padding: 0 42px;
  }
}
.top-bar ul li img {
  display: inline-block;
}
.top-bar ul li div {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.top-bar ul li div span {
  font-size: 11px;
}

.top-bar .navbar-brand {
  display: inline-block;
}

.top-bar-style2 {
  background: #e9e9e9;
    padding: 0px 0px;
}

.topbar-social {
  padding: 0px 0;
  margin-top: 0px;
  margin-bottom:0px;
}


.contacts .topbar-social {
  
  margin-top: 10px;
}

.topbar-social li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}
.topbar-social li a {
  
    /* background: #ffffff; */
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    font-size: 15px;
}
.topbar-social li a i {
  color: #103381;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.topbar-social li a i:hover {
  color: #5bc198;
}

.topbar-contact {
  padding: 0;
  margin: 0;
  display: none;
}
@media (min-width: 992px) {
  .topbar-contact {
    display: block;
  }
}
.topbar-contact li {
    list-style: none;
    display: inline-block;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #0f3281;
    font-family: 'Poppins', sans-serif;
}
.topbar-contact .btn {
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;

}

.appointment-btn {
  border: none !important;
  padding-right: 0 !important;
}
.appointment-btn i {
  /*background: #5bc198;
  padding: 17px;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: 0.7px 2.994px 12.1px 0px #5bc198;
          box-shadow: 0.7px 2.994px 12.1px 0px #5bc198;
  font-size: 12px;*/
}

.sub-header {
        background-size: cover;
    background: #fbfbfb;
    font-family: 'Poppins', sans-serif;
    position: relative;
    /* border: 1px solid #edf0f5; */
    padding: 0px 0px;
}

.sub-header_content {
  color: #fff;
  padding: 60px 0px;
}
.sub-header_content p {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom:0px;
}
.sub-header_content p:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  right: 0;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 0px 0 13px;
}
.sub-header_content h3 {
     font-size: 38px;
    opacity: 0.9;
    color: #fff;
    margin-bottom: 0px;
}


.sub-header_content h1{
  color: #333;
    margin-bottom: 10px;
    font-size: 24px;
}

.sub-header_content a {
    font-size: 18px;
    border-radius: 58px;
	    margin-bottom: 20px;
}


.sub-header_content h2 {
  margin-bottom:10px;
  color:#333;
}

.sub-header_content span {
  font-size: 12px;
  opacity: 0.9;
      color: #fff;
}

.sub-header_main {
  text-align: center;
}
.sub-header_main h2 {
  position: relative;
  font-size: 42px;
  color: #000;
  opacity: 0.1;
  margin: 20px 0 0;
  text-align: left;
}
@media (min-width: 768px) {
  .sub-header_main h2 {
    font-size: 60px;
    margin: 0;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .sub-header_main h2 {
    font-size: 86px;
    font-weight: 600;
    margin: 18px 0 0;
  }
}
.sub-header_main h2:before {
  position: absolute;
  content: url(../img/sub-header-icon.html);
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .sub-header_main h2:before {
    display: block;
  }
}

/* --------- Our Mission --------- */
.mission-wrap {
  border: none;
  padding: 30px;
}
@media (min-width: 768px) {
  .mission-wrap {
    border-left: 4px dotted green;
  }
}
.mission-wrap a {
  font-size: 14px;
  color: #4d72d0;
  text-decoration: underline;
}

/* --------- Counter --------- */
.counter {
  padding: 30px 0;
  font-family: 'Poppins', sans-serif;
}

.counter-block {
  text-align: center;
  border: none;
  margin: 0 0 25px;
}






@media (min-width: 768px) {
  .counter-block {
    border-right: 2px dashed #cccccc59;
    text-align: left;
    margin: 0;
  }
}
.counter-block img {
  vertical-align: top;
}

.counter-text {
  display: block;
  margin: 0;
  color: #3c3f42;
}
@media (min-width: 992px) {
  .counter-text {
    display: inline-block;
    margin: 0 0 0 12px;
  }
}
.counter-text h2 {
  font-weight: 600;
  margin: 0;
  font-size: 32px;
  color: #3c3f42;
  opacity: 0.8;
}
.counter-text p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.7;
}

.counter-btn_block {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .counter-btn_block {
    margin: 0;
  }
}

/*------------------------------------------------------------------
DOCTORS
-------------------------------------------------------------------*/
/* --------- Doctors --------- */
.docrtors-box1 {
  position: relative;
  text-align: center;
  border: 2px solid #f4f6fa;
  padding: 28px 20px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 14px 25px 14px;
}
.docrtors-box1:hover {
  background: #f4f6fa;
}
.docrtors-box1:hover .bg-shade {
  display: none;
}
.docrtors-box1 img {
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
}
.docrtors-box1 h4 {
  font-size: 21px;
  margin: 24px 0 10px;
}
.docrtors-box1 p,
.docrtors-box1 a {
  font-size: 13px;
}
.docrtors-box1 ul {
  padding: 0;
  margin: 20px 0 0;
}
.docrtors-box1 ul li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
}
.docrtors-box1 ul li a {
  color: #3c3f42;
}
.docrtors-box1 ul li a i {
  font-size: 13px;
}

.bg-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bg-shade img {
  width: 100%;
  border-radius: 0;
  border: none;
}

.dotor-box1-img {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  -webkit-box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.75);
}

.emergency {
  padding: 90px 0;
  background: url(../img/bg-img-doctors.html) no-repeat;
  background-size: cover;
}

.emergency-box {
  background: url(../img/emergency-contact-bg.html) no-repeat #5bc198;
  background-size: cover;
  color: #fff;
  padding: 40px;
}
.emergency-box p {
  font-size: 14px;
}

.emergency-block {
  margin: 25px 0 0;
}
.emergency-block i {
  font-size: 20px;
  background: #4d72d0;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin: 0 14px 0 0;
  vertical-align: middle;
  padding: 11px 0;
}

.emergency-text {
  display: inline-block;
  vertical-align: middle;
}
.emergency-text p {
  margin: 0;
}

.yellow-bg {
  background: #d9ae53 !important;
}

.doctors-box3 {
  position: relative;
  text-align: center;
  margin: 0 0 25px;
  padding: 30px 24px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.doctors-box3:hover {
  background: #f4f6fa;
}
.doctors-box3 img {
  position: relative;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  border: 8px solid #f4f6fa;
  width: 100%;
}
.doctors-box3 p {
  position: relative;
  font-size: 13px;
  padding: 0 0 12px;
  margin: 0;
}
.doctors-box3 p:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #4d72d0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.doctors-plus-icon {
  position: absolute;
  top: 10%;
  right: 16%;
  background: #4d72d0;
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 7px 0;
}
.doctors-plus-icon i {
  font-size: 12px;
}

/*------------------------------------------------------------------
APPOINTMENT
-------------------------------------------------------------------*/
/* --------- Appointment --------- */
.background-bg4 {
  background: #fff;
  position: relative;
}

.tm-portfolio-icon::before {
    content: "";
  background: url(../img/port-label.png) no-repeat #4d72d0;
  background-size: cover;
  position:absolute;
}

.tm-portfolio-icon {
    background: url(../img/port-label.png) no-repeat center/cover;
    background-size: cover;
}

.background-bg4::before {
  position: absolute;
  content: "";
  background-size: cover;
  background:url(../img/appointment-bg.png) no-repeat #4d72d0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
@media (min-width: 992px) {
  .background-bg4::before {
    width: 52%;
    height: 100%;
  }
}

.why-choose_block {
  padding-left: 0;
  margin-top: 90px;
}
@media (min-width: 992px) {
  .why-choose_block {
    padding-left: 60px;
    margin-top: 0;
  }
}

.appointment-form_wrap {
  margin: 0 0 30px;
  color: #fff;
}
.appointment-form_wrap span {
  color: #fff;
}
.appointment-form_wrap input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input::placeholder {
  color: #fff;
  font-weight: 300;
}
.appointment-form_wrap input:focus {
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #5bc198;
}
.appointment-form_wrap label {
  font-weight: 300;
}
.appointment-form_wrap textarea {
  border-radius: 0;
  border: 2px solid #7898dd;
}
.appointment-form_wrap textarea:focus {
  border-color: #5bc198;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.whychoose-wrap {
  padding: 20px 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.whychoose-wrap:hover {
  background: #fff;
}
.whychoose-wrap img {
  vertical-align: top;
  margin: 0 12px 10px 0;
  width: 38px;
}
.whychoose-wrap p {
  margin: 0;
}

.whychoose-text_block {
  display: inline-block;
  vertical-align: middle;
}
.whychoose-text_block h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.whychoose-text_block p {
  font-size: 13px;
  opacity: 0.9;
}

/*------------------------------------------------------------------
BLOG
-------------------------------------------------------------------*/
/* --------- Blog List --------- */
.blog-list {
  position: relative;
  margin: 0 0 25px;
}
.blog-list img {
  width: 100%;
}
.blog-list h3 {
  margin: 0;
}

.blog-date {
  position: absolute;
  background: #5bc198;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  left: 32px;
  top: 32px;
}
.blog-date h3 {
  font-size: 34px;
  margin: 0;
}
.blog-date span {
  font-size: 13px;
}

.blog-text-wrap {
  padding: 30px;
  border: 2px solid #f4f6fa;
}

.blog-comment-top {
  border-bottom: 1px solid #f4f6fa;
  margin: 0 0 16px;
}
.blog-comment-top i {
  font-size: 13px;
  color: #4d72d0;
  margin-right: 8px;
}
.blog-comment-top p {
  font-size: 13px;
  display: inline-block;
}
.blog-comment-top p span {
  color: #3c3f42;
  margin: 0 12px;
}
.blog-comment-top label {
  float: right;
  font-size: 13px;
  background: #f4f6fa;
  padding: 6px 22px;
  border-radius: 22px;
}

.blog-sidebar {
    background: #ffffff;
    margin: 0 0 25px;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
}

.blog-sidebar_search {
  margin: 0 !important;
  padding: 0;
  border: none !important;
}

.blog-sidebar_heading {
  border-bottom: 1px solid #fff;
}
.blog-sidebar_heading h4 {
  padding: 22px 0 16px 0;
  margin: 0 0 0 30px;
  position: relative;
  display: inline-block;
}
.blog-sidebar_heading h4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #4d72d0;
  bottom: -2px;
  left: 0;
}

.blog-sidebar_wrap {
  padding: 30px 30px;
}

.blog-sidebar_content {
  border-bottom: 1px solid #ccc;
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.blog-sidebar_content:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.blog-sidebar_content .form-group {
  margin: 0;
  position: relative;
}
.blog-sidebar_content .form-group input {
  font-size: 14px;
  border: none;
  border-radius: 0;
  padding: 28px 18px;
  box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
}
.blog-sidebar_content .form-group i {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4d72d0;
}

.thumbnail-wrap {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail-wrap:hover .thumbnail-hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail-wrap img {
  margin-right: 20px;
  width: 100%;
}

.our-dental-service h3 {
  font-size: 23px;
}

.thumbnail-hover {
  position: absolute;
  background: #4d72d0;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.thumbnail-hover i {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.thumbnail-text_wrap {
  display: inline-block;
  vertical-align: top;
}
.thumbnail-text_wrap p {
  font-size: 13px;
  margin: 0;
}
.thumbnail-text_wrap span {
  font-size: 12px;
  color: #4d72d0;
}

.blog-sidebar_category {
  padding: 0;
  margin: 0;
}
.blog-sidebar_category li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
.blog-sidebar_category li:last-child {
  border: none;
  padding-bottom: 0;
}
.blog-sidebar_category li a.active {
	color: #4d72d0;
}
.blog-sidebar_category li a {
  font-size: 14px;
  color: #3c3f42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-sidebar_category li a:hover,.blog-sidebar_category li a:active {
  color: #4d72d0;
  text-decoration: none;
}
.blog-sidebar_category li span {
  float: right;
    background: #4d72d0;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 1px 0;
    line-height: 24px;
}

.blog-sidebar_tags {
  padding: 0;
  margin: 0;
}
.blog-sidebar_tags li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 20px 0;
}
.blog-sidebar_tags li a {
  color: #3c3f42;
  background: #fff;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-sidebar_tags li a:hover {
  background: #4d72d0;
  color: #fff;
  text-decoration: none;
}

.blog-sidebar_social {
  padding: 0;
  margin: 0;
}
.blog-sidebar_social li {
  list-style: none;
  display: inline-block;
}
.blog-sidebar_social li a {
  display: block;
  border: 1px solid #4d72d0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .blog-sidebar_social li a {
    width: 40px;
    height: 40px;
    padding: 8px 0;
    margin-right: 6px;
  }
}
.blog-sidebar_social li a:hover {
  background: #4d72d0;
  color: #fff;
}

.blog-join_us {
  background: url(../img/join-us.html) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.blog-join_us-content {
  border: 1px solid #fff;
  padding: 70px 30px;
}
.blog-join_us-content h6 {
  font-size: 14px;
  margin: 0 0 25px;
}
.blog-join_us-content p {
  font-size: 14px;
  margin: 0 0 25px;
}

/*------------------------------------------------------------------
BLOG GRID 2
-------------------------------------------------------------------*/
/* --------- Blog grid 2 --------- */
.blog-grid-wrap {
  background: #fff;
  padding: 0 20px;
  margin: 0 0 45px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .blog-grid-wrap {
    margin: 0;
  }
}

.blog-grid-img {
  position: relative;
}
.blog-grid-img img {
  border-radius: 8px;
  margin: -16px 0 0;
  width: 100%;
}

.blog-grid-date {
  position: absolute;
  background: #5bc198;
  text-align: center;
  padding: 6px 15px;
  color: #fff;
  border-radius: 8px;
  left: 14px;
  top: 10px;
}
.blog-grid-date h5 {
  margin: 0;
  font-size: 20px;
}
.blog-grid-date p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}

.blog-grid-top_icon {
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}
.blog-grid-top_icon label {
  margin: 0;
  font-size: 12px;
  border: 1px solid #4d72d0;
  color: #4d72d0;
  border-radius: 22px;
  padding: 3px 14px;
}
.blog-grid-top_icon p {
  font-size: 11px;
  display: inline-block;
  float: right;
  margin: 4px 0 0;
  opacity: 0.6;
}
.blog-grid-top_icon p i {
  color: #4d72d0;
  margin: 0 8px 0 0;
}
.blog-grid-top_icon p span {
  margin: 0 10px;
}

.blog-grid_text {
  padding: 16px 0 19px;
}
.blog-grid_text a {
  color: #3c3f42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-grid_text a:hover {
  text-decoration: none;
  color: #4d72d0;
}
.blog-grid_text a h4 {
  font-size: 19px;
  line-height: 1.4;
}
.blog-grid_text p {
  font-size: 13px;
  margin: 0;
}

.blog-slider .slick-slide {
  margin: 32px 12px;
}

/*------------------------------------------------------------------
CONTACT US
-------------------------------------------------------------------*/
/* --------- Contact Us --------- */
.map-img-wrap {
  position: relative;
}
.map-img-wrap ul {
  margin: 0;
  padding: 0;
}
.map-img-wrap ul li {
  list-style: none;
  position: absolute;
  display: inline-block;
  top: 10%;
  left: 50%;
}
.map-img-wrap ul li:first-child {
  left: 20%;
  top: 30%;
}
.map-img-wrap ul li:nth-child(2) {
  top: 60%;
  left: 55%;
}
.map-img-wrap ul li:nth-child(3) {
  top: 30%;
  left: 75%;
}
.map-img-wrap ul li i {
  font-size: 28px;
  color: #5bc198;
}

.contact-title {
  margin: 0 0 10px;
}
.contact-title h4 {
  margin: 0 0 22px;
}
.contact-title i {
  background: #4d72d0;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 13px 0;
  font-size: 13px;
}
.contact-title img {
  width: 28px;
  margin-right: 10px;
  opacity: 0.6;
}
.contact-title p {
  font-size: 14px;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  color: #3c3f42;
}
.contact-title span {
  font-size: 11px;
  float: right;
  margin: 6px 0 0;
}
.contact-title .alert-success {
  background-color: #d4edda80;
  border: 1px solid #5bc198;
}
.contact-title .alert-warning {
  background-color: #fff3cd82;
  border: 1px solid #f9c863;
}

.contact-title_icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 16px;
}
.contact-title_icon p {
  margin: 0;
  font-size: 12px;
}
.contact-title_icon h6 {
  line-height: 1.8;
  font-size: 14px;
}

.get-in-touch {
    position: relative;
    background: #5bc198;
    padding: 28px 26px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 22px!important;
}

.get-in-touch h3 {
    font-weight: 600;
}

@media (min-width: 768px) {
  .get-in-touch {
    margin: -514px 0 0;
  }
}
.get-in-touch h3 {
  font-size: 30px;
  color:#3e3d3d;
  margin: 0 0 20px;
}
.get-in-touch textarea,.artical-commentbox textarea {
  margin: 0 0 25px;
  padding: 10px 14px;
  font-size: 13px;
  height: 100px;
  border: 1px solid #ced4da;
     background: rgb(255, 255, 255);
    box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
    color: rgb(34, 34, 34) !important;
}
.get-in-touch textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get-in-touch .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.get-in-touch .form-group {
  position: relative;
}
.get-in-touch .form-group input {
    padding: 21px 14px;
    border: 1px solid #bdbdbd;
	    background: rgb(255, 255, 255);
    box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
    color: rgb(34, 34, 34) !important;
    border-color: transparent !important;
}
.get-in-touch .form-group input::-webkit-input-placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input::-moz-placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input:-ms-input-placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input::-ms-input-placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input::placeholder {
  font-size: 13px;
}
.get-in-touch .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
		  border:1px solid #eee!important;
}
.get-in-touch .form-group i {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  color: #5bc198;
}
.get-in-touch .form-group a {
  border-radius: 6px;
}
.get-in-touch .textarea-icon i {
  top: 18px;
}

.get-in-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.4;
}

.get-in-touch-style2 {
    margin: 0;
    background: #ffffff;
    /* border: 1px solid #eee; */
    box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
}
.get-in-touch-style2 i {
  color: #3c3f42 !important;
}

/*------------------------------------------------------------------
PRICING
-------------------------------------------------------------------*/
/* --------- Pricing --------- */
.pricing {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 23px -17px #3c3f42;
          box-shadow: 0px 0px 23px -17px #3c3f42;
}
.pricing li {
  list-style: none;
  width: 100%;
  padding: 55px;
  border-right: none;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  text-align: center;
}
.pricing li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .pricing li {
    width: 32%;
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
    margin: 0;
  }
  .pricing li:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .pricing li {
    width: 33%;
  }
}
.pricing li h2 {
  margin: 20px 0 16px;
  color: #5bc198;
}
.pricing li h2 span {
  font-size: 22px;
}
.pricing li p {
  font-size: 14px;
  margin: 0 0 26px;
}

.pricing-tab {
  float: right;
  margin: 14px 0 0;
  background: #f4f6fa;
  border-radius: 4px;
  padding: 10px;
}
.pricing-tab .nav-link {
  font-size: 15px;
  color: #3c3f42;
}
.pricing-tab .nav-pills .nav-link.active {
  background: #4d72d0;
}

.pricing-middle {
  position: relative;
}
.pricing-middle .btn {
  border-radius: 32px !important;
  text-transform: capitalize !important;
  font-weight: 400;
  padding: 16px 27px;
  border: none;
  -webkit-box-shadow: -8px 2px 38px -10px #5bc198;
          box-shadow: -8px 2px 38px -10px #5bc198;
}

.pricing-badge {
  position: absolute;
  top: -5px;
  right: 34px;
}

.pricing-bg {
  position: relative;
}
.pricing-bg::before {
  position: absolute;
  content: "";
  background: url(../img/pricing-bg-left.html) no-repeat #5bc198;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33%;
}
@media (min-width: 768px) {
  .pricing-bg::before {
    width: 50%;
    height: 100%;
  }
}
.pricing-bg::after {
  position: absolute;
  content: "";
  background: url(../img/pricing-bg-right.html) no-repeat #4d72d0;
  background-size: cover;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .pricing-bg::after {
    width: 50%;
    height: 100%;
  }
}

.pricing-text-wrap {
  color: #fff;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .pricing-text-wrap {
    padding: 0 70px;
  }
}
.pricing-text-wrap p {
  font-size: 14px;
  line-height: 2;
}
.pricing-text-wrap .btn {
  margin: 30px 0 0;
  font-size: 14px;
  text-transform: capitalize;
}

.beer-slider {
  width: 100%;
}

.stylish-heading h2 {
  margin: 0 0 25px;
}

.pricing-view {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
}
.pricing-view:last-child {
  border: none;
}
.pricing-view p {
  margin: 0;
}

.testi-slider2 {
  background: url(../img/testi-bg.html) no-repeat;
  background-size: cover;
}

.testimonial-style2 {
  padding: 90px 0 30px;
  text-align: center;
}
.testimonial-style2 img {
  border: 8px solid #fff;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
.testimonial-style2 ul {
  padding: 0;
  margin: 0 0 20px;
}
.testimonial-style2 ul li {
  list-style: none;
  display: inline-block;
  color: #f9c863;
  font-size: 14px;
  margin-right: 3px;
}
.testimonial-style2 p {
  padding: 0 20%;
  font-size: 19px;
  line-height: 2;
}
.testimonial-style2 span {
  color: #4d72d0;
  font-size: 14px;
}

.testi-slider-style2 {
  
}
.testi-slider-style2 .slick-prev:before, .testi-slider-style2 .slick-next:before {
  color: #5bc198;
}
.testi-slider-style2 .slick-next {
  right: 20px;
  z-index: 10;
}
.testi-slider-style2 .slick-next:before {
  content: url(../img/arrow-right.png);
  ont-size: 32px;
  color: #9e9a9a;
  font-family: none;
}
.testi-slider-style2 .slick-prev {
  left: 10px;
  z-index: 10;
}
.testi-slider-style2 .slick-prev:before {
  content: url(../img/arrow-left.png);
  ont-size: 32px;
  color: #9e9a9a;
  font-family: none;
}

.testi-slider-style2-nav {
  padding: 40px 0;
}
.testi-slider-style2-nav img {
  margin: 0 auto;
}

.pricing-img-wrap {
  border: 10px solid #fff;
}

/*------------------------------------------------------------------
SERVICES 2
-------------------------------------------------------------------*/
/* --------- Services 2 --------- */
.services-2 {
  padding: 90px 0 0;
}

.service-box2 {
  position: relative;
  text-align: center;
  background: #f4f6fa;
  padding: 60px 26px;
  border: 2px solid #ccc;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
  z-index: 1;
}
.service-box2:hover {
  background: #4d72d0;
  color: #fff;
  border-color: #4d72d0;
}
.service-box2:hover .service-box2-img {
  background: #b73e54;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.service-box2:hover a {
  color: #fff;
}
.service-box2 a {
  text-decoration: underline;
  font-size: 14px;
}
.service-box2 h3 {
  font-size: 23px;
  margin: 10px 0 8px;
  font-weight: 600;
}
.service-box2 p {
  font-size: 13px;
}

.service-box2-img {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  margin: 0 0 16px;
  -webkit-box-shadow: 0px 8px 20px -14px #4d72d0;
          box-shadow: 0px 8px 20px -14px #4d72d0;
  width: 73px;
}

.service-box2-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

/*------------------------------------------------------------------
SERVICES DETAIL
-------------------------------------------------------------------*/
/* --------- Services Details --------- */
.service-detail_box {
  padding: 33px 26px;
  background: #f4f6fa;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
  border: 3px solid transparent;
}
.service-detail_box h3 {
  font-size: 23px;
}
.service-detail_box p {
  font-size: 13px;
}
.service-detail_box a {
  font-size: 14px;
  font-weight: 500;
  color: #3c3f42;
  text-decoration: underline;
}

.service-detail-icon {
  margin: 0 0 16px;
}
.service-detail-icon h2 {
  display: inline-block;
  float: right;
  opacity: 0.1;
  font-weight: 400;
  font-size: 60px;
}

.service-detail-svg-block {
  display: inline-block;
  border-radius: 6px;
  padding: 14px;
}
.service-detail-svg-block img {
  display: inline-block;
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

/*------------------------------------------------------------------
ERROR
-------------------------------------------------------------------*/
/* --------- Error --------- */
.error {
  color:#FF3300;
}

.error-box h1 {
  font-weight: 700;
  font-size: 130px;
  text-shadow: 2px 5px 0px #5bc198;
}
@media (min-width: 576px) {
  .error-box h1 {
    font-size: 200px;
  }
}

/*------------------------------------------------------------------
HOME 2
-------------------------------------------------------------------*/
/* --------- Home 2 --------- */
.banner2 {
  background: url(../img/banner-2.jpg) center 100% no-repeat;
  background-size: cover;
  padding:70px 0px;
}

.banner2 span {
    color: #333!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.banner2 h1 {
    color: #333!important;
    font-size: 62px;
    font-family: 'Poppins', sans-serif;
    line-height:55px;
}
.banner2 h1 span{color: #163884!important;font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;}
.banner2 p {
    color: #333!important;
    font-family: 'Poppins';
}

.banner2 #slde-btn
{font-family: 'Poppins', sans-serif;
    box-shadow: none;
    background: #163884!important;
    color: #ffffff!important;
    border: 2px solid #163884!important;
    font-size: 15px;
    padding: 9px 24px;
    font-weight: 500;
    letter-spacing: 0px}

/*------------------------------------------------------------------
BLOG DETAIL
-------------------------------------------------------------------*/
/* --------- Blog detail --------- */
.blog-deatil h5 {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
}
.blog-deatil p {
  font-size: 14px;
}

.blog-testi {
  background: #4d72d0;
  padding: 12px;
  margin: 0 0 25px;
}

.blog-testi_content {
  border: 1px solid #ccc;
  padding: 30px;
  color: #fff;
}
.blog-testi_content i {
  font-size: 42px;
}

.blog-testi_title p {
  display: inline-block;
}
.blog-testi_title p span {
  margin: 10px 0 0;
  display: block;
}

.blog-text-blok h3 {
  margin: 0 0 12px;
}
.blog-text-blok p {
  line-height: 1.8;
}

.tag-block {
  border-top: 1px solid #f4f6fa;
  border-bottom: 1px solid #f4f6fa;
  padding: 14px 0;
}

.tags span {
  display: inline-block;
  font-weight: 500;
  margin-right: 12px;
  font-size: 15px;
}
.tags ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.tags ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.tags ul li a {
  font-size: 12px;
  color: #3c3f42;
  background: #f4f6fa;
  padding: 6px 14px;
  border-radius: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tags ul li a:hover {
  background: #4d72d0;
  color: #fff;
  text-decoration: none;
}

.share {
  text-align: right;
}
.share span {
  font-weight: 500;
  margin-right: 12px;
  font-size: 15px;
}
.share ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.share ul li a {
  color: #3c3f42;
  font-size: 11px;
  background: #f4f6fa;
  border-radius: 50%;
  padding: 9px 0;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.share ul li a:hover {
  background: #4d72d0;
  color: #fff;
}

.blog-pre-next {
  padding: 14px 0;
  display: inline-block;
}
.blog-pre-next img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  float: left;
  margin-right: 28px;
}

.blog-pre-next_content ul {
  padding: 0;
  margin: 0;
}
.blog-pre-next_content ul li {
  list-style: noen;
  display: inline-block;
}
.blog-pre-next_content ul li a {
  color: #3c3f42;
  font-size: 14px;
  margin-right: 6px;
}

.blog-arrows-left {
  font-size: 13px;
}
.blog-arrows-left i {
  margin-right: 8px;
}

.blog-arrows-right {
  font-size: 13px;
}
.blog-arrows-right i {
  margin-left: 8px;
}

.comment-wrap {
  padding: 25px 0;
}
.comment-wrap h3 {
  margin: 0 0 24px;
}
.comment-wrap .media img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.comment-wrap .media-body p {
  font-size: 14px;
}
.comment-wrap .media-body span {
  display: inline-block;
  font-size: 15px;
}
.comment-wrap .media-body span i {
  margin-right: 8px;
}
.comment-wrap .media-body a {
  float: right;
  font-size: 15px;
}
.comment-wrap .media-body a i {
  margin-left: 8px;
  vertical-align: middle;
}

.blog-comment-wrap h3 {
  font-weight: 600;
  margin: 20px 0 20px;
}
.blog-comment-wrap input {
  height: 50px;
}
.blog-comment-wrap input::-webkit-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap input::-moz-placeholder {
  font-size: 14px;
}
.blog-comment-wrap input:-ms-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap input::-ms-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap input::placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea {
  padding: 14px;
}
.blog-comment-wrap textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea::-moz-placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea:-ms-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea::-ms-input-placeholder {
  font-size: 14px;
}
.blog-comment-wrap textarea::placeholder {
  font-size: 14px;
}

/*------------------------------------------------------------------
SERVICE DETAIL
-------------------------------------------------------------------*/
/* --------- Service detail --------- */
.sidebar-category {
  margin: 90px 0 30px;
  background: #fff;
}
.sidebar-category ul {
  padding: 0;
  margin: 0;
}
.sidebar-category ul li {
  list-style: none;
  border-bottom: 1px solid #f4f6fa;
  border-color: #009688 transparent transparent transparent;
}
.sidebar-category ul li a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 16px;
  font-family: 'Poppins', sans-serif;
}

.contact-box {
    font-family: 'Poppins', sans-serif;
}


.sidebar-category ul li a:hover {
  text-decoration: none;
  background: #4d72d0;
}
.sidebar-category ul li a:hover span {
  color: #fff;
}
.sidebar-category ul li a:hover i {
  color: #fff;
}
.sidebar-category ul li a span {
  color: #3c3f42;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 400;
}
.sidebar-category ul li a i {
  float: right;
  vertical-align: top;
  margin: 5px 0 0;
  font-size: 13px;
  color: #3c3f42;
  opacity: 0.4;
}
.sidebar-category ul li a img {
  width: 32px;
}

.service-detail_wrap {
  background: #fff;
  padding: 30px 30px;
  font-family: 'Poppins', sans-serif;
      box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
}

.service-detail_img img {
  margin: 0 0 30px;
}
.service-detail_img p {
    font-size: 14px;
    line-height: 26px;
}
.service-detail_img div {
    font-size: 14px;
    line-height: 26px;
}



.service-detail_img h2 {
  font-size: 30px;
  font-weight: 600;
}

.dental-features p {
  font-size: 13px;
}

.dental-features_list {
  padding: 0;
  margin: 0;
}
.dental-features_list li {
  list-style: none;
  padding: 0 0 14px 0;
}
.dental-features_list li i {
  color: #fff;
  background: #5bc198;
  border-radius: 50%;
  font-size: 9px;
  padding: 4px;
  float: left;
  margin: 0 16px 0 0;
  vertical-align: top;
}
.dental-features_list li h6 {
  font-size: 13px;
  margin: 0;
}

a.navbar-brand img {
    position: absolute;
    z-index: 999;
    top: -13px;
    background: #fff;
    border-color: #d6d6d7;
}

a.log-in {
    font-weight: 600;
    margin-right: 10px;
text-decoration: underline;
font-family: 'Montserrat', sans-serif;

}

a#sign-up {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;

}

li.appointment-btn {
    margin: 8px 0px;
}

li.appointment-btn a {
    border-right: 1px solid #000;
    padding: 0px 10px;
    margin-right: 0px;
    color: #0f3281;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

li.appointment-btn a:last-child
{
	border-right: none!important;
}





.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.underlined-link {
  color: #757575;
  font-size: 14px;
  letter-spacing: 2.8px;
  position: relative;
  padding-bottom: 12px;
  text-decoration: none !important;
  outline: none !important;
}

.underlined-link-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underlined-link:hover {
  color: inherit;
}

.underlined-link:hover::after {
  width: 100%;
  background: #757575;
}

.underlined-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: #ebebeb;
  transition: .1s ease-in-out;
}

.section-title {
  padding-left: 0;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 37px 1fr;
  grid-template-columns: 37px 1fr;
  grid-row-gap: 15px;
  overflow: hidden;
  max-width: 100%;
}

.section-title-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
  width: 100%;
}

.section-title-content .title {
  font-size: 24px;
  letter-spacing: 2.4px;
  color: #1f8868;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.section-title-content .title.dark {
  color: #333333;
}

.section-title-content .title.light {
  color: #ffffff;
}

.section-title-content span.subtitle {
  font-size: 12px;
  color: #b4b4b4;
  letter-spacing: 2.4px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1;
}

.section-title-btn {
  margin-left: auto;
  position: relative;
  width: 100%;
  grid-column: 1 / -1;
}

.section-title-btn .app-btn {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  height: 50px;
}

ul.slick-dots {
  margin: 0;
  margin-top: 65px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.slick-dots li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8px;
  height: 8px;
  background: #cfcfcf;
  border-radius: 50%;
  transition: .2s ease-in-out;
}

ul.slick-dots li.slick-active {
  width: 30px;
  border-radius: 4px;
  background: #0f3382;
}

ul.slick-dots li + li {
  margin-left: 10px;
}

ul.slick-dots li button {
  display: none;
}




.banner-wrapper {
  background: #fff;
  position: relative;
  overflow: hidden;
  
}


.banner-wrapper .hero-right .hero-right-carousel .hero-right-carousel-item img {
  
  width: 100%;
    border: 2px solid #ebeaea;
    padding: 4px 4px;
	padding-bottom:8px;
    border-radius: 4px;
}

.banner-wrapper .hero-container .hero-right {
	
}

.banner-wrapper .hero-container .hero-right .hero-carousel-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 7px 59px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding: 15px 10px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  top: 100%;
}





.banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn {
  display: inline-block;
  text-align: center;
  background: none;
  border: 0;
  outline: none !important;
  position: relative;
  cursor: pointer;
}

.banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn.prev {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:hover i {
  color: #1f8868;
}

.banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:nth-of-type(1) {
  margin-top: unset;
}

.banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:nth-of-type(2) {
  margin-top: 0;
  padding-top: 0;
}

.banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:nth-of-type(2)::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 70px;
  height: 1px;
  background: #efefef;
}

.banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn i {
  color: #d4d4d4;
  font-size: 1.5em;
  transition: .1s ease-in-out;
}



.banner-wrapper .hero-container .hero-right-carousel .slick-list,
.banner-wrapper .hero-container .hero-right-carousel .slick-track {
  height: 100%;
}

.banner-wrapper .hero-container .hero-right-carousel-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}


.banner-wrapper .hero-container .hero-right-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


  .banner-wrapper {
   
  }

  .banner-wrapper .hero-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .banner-wrapper .hero-container .hero-left-wrapper {
    margin-top: unset;
    width: 60%;
    padding-right: 50px;
  }

  .banner-wrapper .hero-container .hero-left-carousel-item {
    margin-right: 15px;
  }

  .banner-wrapper .hero-container .hero-left-carousel-item span.title {
    margin-bottom: 30px;
    font-size: 80px;
  }

  .banner-wrapper .hero-container .hero-left-carousel-item span.title::first-letter {
    margin-left: -.07em;
  }

  .banner-wrapper .hero-container .hero-left-carousel-item span.subtitle {
    font-size: 18px;
  }

  .banner-wrapper .hero-container .hero-left-carousel-item p.description {
    margin-bottom: 70px;
  }

  .banner-wrapper .hero-container .hero-right {
    width: 40%;
  }

  .banner-wrapper .hero-container .hero-right .hero-carousel-navigation {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 0 0 35px 0;
    top: 50%;
    height: 90%;
  }

 
  .banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn.prev {
    -webkit-order: unset;
    -ms-flex-order: unset;
    order: unset;
  }

  .banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:nth-of-type(1) {
    margin-top: auto;
  }

  .banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:nth-of-type(2) {
    margin-top: 20px;
    padding-top: 20px;
  }

  .banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:nth-of-type(2)::before {
    display: block;
  }

  .banner-wrapper .hero-container .hero-right-carousel {
    height: 100%;
  }

}

@media screen and (min-width: 768px) and (min-width: 992px) {
  .banner-wrapper .hero-container .hero-right .hero-carousel-navigation {
    
  }
}

@supports ((display: -ms-grid) or (display: grid)) {
  .banner-wrapper {
    
  }

  .banner-wrapper .hero-container .hero-left-wrapper {
    width: 50%;
  }

  .banner-wrapper .hero-container .hero-left-carousel-item {
    margin-right: 5px;
  }

  .banner-wrapper .hero-container .hero-left-carousel-item span.title {
    font-size: 100px;
  }

  .banner-wrapper .hero-container .hero-left-carousel-item span.subtitle {
    font-size: 22px;
    margin-bottom: 50px;
  }

  .banner-wrapper .hero-container .hero-right {
    width: 50%;
  }

@supports ((display: -ms-grid) or (display: grid)) {
    .banner-wrapper .hero-container .hero-right .hero-carousel-navigation p.text {
      overflow: hidden;
    }
}

  .banner-wrapper .hero-container .hero-right .hero-carousel-navigation-btn:nth-of-type(2) {
    margin-top: 35px;
    padding-top: 35px;
  }

  .banner-rectangle {
    display: block;
  }



}


@media screen and (min-width: 1200px) {

  .banner-wrapper {
    
  }
  
  
  .hero-carousel-navigation {
    text-align: center;
    margin: 17px 0px;
}

  .banner-wrapper .hero-container {
    max-width: calc(100vw - (50% - 585px + 15px));
  }

  .banner-wrapper .hero-container .hero-left-wrapper {
    padding: 0;
    width: 585px;
    padding-right: 125px;
  }

  .banner-wrapper .hero-container .hero-right {
    width: calc(100% - 585px);
  }

  .hero-rectangle--big {
    top: -20px;
  }

  .hero-rectangle--small {
    bottom: -100px;
  }}



button.hero-carousel-navigation-btn.prev {
    background: #fff;
    border: 2px solid #0f3281;
    /* padding: 6px 12px; */
    border-radius: 64px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 4px;
}

button.hero-carousel-navigation-btn.prev i {
   color:#0f3281;
}


button.hero-carousel-navigation-btn.next
{
    background: #fff;
    border: 2px solid #0f3281;
    /* padding: 6px 12px; */
    border-radius: 64px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 4px;
}


button.hero-carousel-navigation-btn.next i {
   color:#0f3281;
}





.icon-text.layout-6 {
    padding: 10px 30px;
    background: #ffffff;
    border: 1px solid #e1e6de;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 	0 5px 25px 0 rgb(0 1 1 / 7%);
    
}


.icon-text.layout-6 .icon {
    margin: auto;
    margin-bottom: 8px;
    margin-top: 7px;
    background: #ffe8a2;
    width: 70px;
    height: 70px;
    border-radius: 91px;
    line-height: 0;
}

.icon-text.layout-6 .icon  img {
    width: 50px;
    margin: 10px 0px;
}


.icon-text.layout-6 .icon-hover {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    top: -100%;
    left: 0;
    padding: 10px 10px;
    opacity: 0;
    font-family: 'Poppins', sans-serif;
}

#service_list{
  display:contents;
}

.icon-text.layout-6 .icon-hover .text, .icon-text.layout-6 .icon-hover p {
    font-size:12px;
	color: #333;
    line-height: 1.5;
    margin: 0;
    height: 56px;
    overflow: hidden;
}


.icon-text.layout-6 .icon-hover a.more {
    text-transform: uppercase;
    color: #0f3281;
    font-weight: 500;
    font-size: 13px;
}


.icon-text.layout-6 h3 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
}


.icon-text.layout-6 h3 a,.icon-text.layout-6 h3{
    color: #333;
    font-size: 14px;
}


.icon-text.layout-6:hover {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
	
}


.icon-text.layout-6:hover .icon-hover {
    top: 0;
    overflow: inherit;
    opacity: 1;
    border:3px solid #093a78;
    border-radius: 8px;
}


#ser-row

{padding-top:0px;}


div#test-design img {
    
	border-radius:100px;
	margin-top: 22px;
	
}


div#test-design p
{text-align:left;padding:0 2%;text-align:justify!important;}



div#test-design span {
    text-align: center;
    float: left;
    padding: 0 2%;
}

div#test-design span {
    float: left;
    width: 100%;
    font-style: italic;
    font-weight: 500;
}

div#test-design span i {
    font-size: 31px;
    
    float: left;
    width: 100%;
    
    color: #ebb913;
}

div#test-design p {
    font-size: 15px;
    
    float: left;
    width: 100%;
    color: #000;
    line-height: 28px;
    margin-top: 19px;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    width: 100%;
    text-align: center!important;
}

.test-txt
{ font-size: 22px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    
	    padding-top: 0px;}


div#test-design ul
{text-align:center;margin: 0px 11px;}


.testimonial-style2
{padding-top:0px;}








.work-container.work-grid img, .work-container.work-grid .content, .work-container.work-grid .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.work-container.work-grid .content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    overflow: hidden;
}

.text-muted {
    color: #8492a6 !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.work-container.work-grid:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-grid:hover .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


section.portfolio {
    padding: 60px 0px;
	margin:50px 0px;
	background:#f8f8f8;
margin-top:0px;
}




.testi-slider-style2 {
    margin: 0 0 0px;
    height: auto!important;
    overflow: hidden;
    padding: 40px 0px;
}


div#project-info h5 a {
    font-size: 18px;
    margin-bottom: 9px;
    color: #0f3281;
}

div#project-info h6 {
    font-size: 14px;
    
    
}


ul.foot-info {
    list-style: none;
}

ul.foot-info li {
    color: #201f1f;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 24px;
}

div#quick-links h4 {
    margin: 48px 0px 10px 0px;
}


div#quick-links .foot-link-box ul li a {
    font-size: 11px;
    /* font-family: 'Nunito Sans', sans-serif; */
    font-weight: 400;
	
}


.foot-link-box b {
    color: #2c2e31;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px;
}

div#quick-links {
    padding-bottom: 0px;
	    border-bottom: 0px solid #eee;
}


div#quick-links .foot-link-box {
    margin-top:40px;
	margin-bottom:0px!important;
	border-right: 1px solid #eee;
}




div#bootm-info {
    background: transparent;
}

div#cont-box h4 {
    color: #0e3584;
    font-weight: 500;
    font-size: 1rem;
}


section#contact {
    padding: 60px 0px;
    padding-bottom:0px;
}

form.bootm-form input {
    padding: 22px 15px;
    font-size: 14px;
}

form.bootm-form select {
    padding: 22px 15px;
    font-size: 14px;
}

form.bootm-form textarea {
    padding: 10px 15px;
    font-size: 14px;
    height: 122px;
}


.sendbtn {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: #0f3281;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #fff!important;
}


.contacts ul {
    list-style: none;
    padding-left: 0px;
}





#bottom-touch {
    /* background: #fff; */
    padding: 0px 66px;
    border-left: 1px solid #e7e6e6;
}

.contacts {
    padding: 0px 0px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-shadow: 0px 0px 23px -17px #4d72d0;
	margin-top:0px;
	padding-bottom:20px;
}

.contacts form h4 {
    color: #333!important;
    margin-bottom: 11px;
}

div#cont-box {
    margin-bottom: 29px;
}


.contacts form {
   
}

.contacts form input {
    padding: 13px 16px;
    height: 40px;
    font-size: 13px;
    padding-left: 28px;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}
.form-group i {
    position: absolute;
    top: 13px;
    left: 12px;
    font-size: 12px;
}

.contacts form textarea {
    padding: 9px 16px;
    height: 80px;
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.form-group .fa-phone {
    transform: rotate(98deg);
}


.contacts form select {
    padding: 13px 16px;
    height: 46px;
    font-size: 14px;
	width:100%;
	border: 1px solid #ced4da;
    border-radius: .25rem;
	
}


.contacts h3 {
    color: #5e5b5b;
    font-size: 23px;
    color: #414243;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    border-radius: 50px;
    padding: 9px 24px;
    line-height: initial;
    font-size: 13px;
    background: #5e5b5b;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.contacts h3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #5e5b5b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}

.contacts ul li {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #333;
    line-height: 29px;
}

.contacts ul li a {
    color: #031b30;
    font-weight: 500;
}

.line {
    width: 200px;
    height: 3px;
    background: #2c2e31;
    border-radius: 88px;
    margin-bottom: 12px;
}


ul#foot-social li {
    margin: 0px 8px;
    
}

.contacts ul li b{
    font-weight: 500;    
}

ul#foot-social li i {
    color: #333;
    background:#aaa6a6;
    color: #fff;
    width: 35px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    border-radius: 84px;
}

#foot-social b
{
color:#0f3281;
}

#quote-btn
{font-family: 'Montserrat', sans-serif;text-transform:uppercase;font-weight: 600; animation:radial-pulse 1s infinite;}

@Keyframes radial-pulse {
	
	0%{box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);}
	
	100%{box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);}
	
	
}




.active.nav-item.dropdown a {
    color: #24438b!important;
    font-weight: 800;
    
}


.video-play-text p {
    text-align: justify;
	font-family: "Poppins", sans-serif;
}

a.log-in i {
    background:#0f3281;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 47px;
    font-size: 12px;
}

a.log-in:hover
{color:#4d72d0;}


.menu-bar {
    background: #fff;
	border-top: 1px solid #eee;
}


.menu-bar .navbar {
    padding: 2px 0px!important;
}


.menu-bar .navbar-light .navbar-nav .nav-link
{color:#555353;}

.menu-bar .active.nav-item a {
    color: #555353!important;
}

.top-bar ul li:last-child
{border:none;padding-right:0px;}


#home-srch .newsletter-subscribe_form {
    width: 100%;
}

div#home-srch {
    font-family: 'Poppins', sans-serif;
}

ul#some-info li {
    
    font-family: 'Poppins', sans-serif;
}


ul#some-info li h4 a{
    font-size: 16px;
    color: #0f3281!important;
    font-weight: 500;
	    font-family: "Roboto", sans-serif;
}

ul#some-info li span {
    font-size: 13px;
}


#video-slider .banner1 {
    background: #0f32819e;
}


#video-slider span {
    color: #fff;
}

#video-slider h1 {
    color: #fff;
    font-size: 62px;
    font-family: 'Poppins', sans-serif;
}

#video-slider p{color:#fff;font-size:20px;}

#video-slider h1 span {
    color: #ffdc05;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

a#slde-btn {
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    background: #ffdc05!important;
    color: #0b467e;
    border: 2px solid #ffdc05!important;
    font-size: 15px;
    padding: 9px 24px;
    font-weight: 500;
    letter-spacing: 0px;
}

section.technologies {
    background: #fbfbfb;
    padding: 60px 0px;
}


.technology-box {
    background: #fff;
    text-align: center;
    padding: 13px 0px;
	font-family: 'Poppins', sans-serif;
	
	
    
}

.technology-box h3 {
    font-size: 20px;
    color: #000;
	margin-bottom:0px;
}

.technology-box i {
    font-size: 36px;
    margin-bottom: 10px;
}

.technology-box img {
    
    margin-bottom: 10px;
}

div#cont-box .contacts li i {
   
    color: #131212;
    padding: 2px;
    border-radius: 57px;
    margin-bottom: 7px;
    float:left;
}

div#cont-box .contacts li a {
    font-size: 25px;
    color: #333;
}

div#cont-box .contacts li a:hover {
    text-decoration:none;
    color: #6c6969;
}


div#cont-box .contacts li {
    
    padding: 10px 23px;
    /* border: 1px solid #fff; */
    /* -webkit-box-shadow: 0px 0px 23px -17px #4d72d0; */
    /* box-shadow: 0px 0px 23px -17px #4d72d0; */
    border-bottom: 1px solid #eee;
}

div#cont-box .contacts li:last-child
{border-bottom:none;}



.sub-title_center h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.9rem;
}





.clients img {
    width: 100%;
    border: 2px solid #ded9d9;
    padding: 6px 6px;
    background: #fff;

	box-shadow: 0 5px 25px 0 rgba(0,1,1,.13);
	border-radius:2px;
}

.clients {
    width: 100%;
    padding: 80px 0px;
    background: #fbfbfb;
}




	

.draw {
    position: relative;
	height:64px;
		margin-bottom:30px;
}

.draw::before {
    top: 0;
    left: 0;
}

.draw::after, .draw::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1.5px solid transparent;
    width: 0;
    height: 0;
}

.draw::after {
    bottom: 0;
    right: 0;
}


.draw:hover::before {
    border-top-color: #f3a712;
    border-right-color: #f3a712;
    transition: width .25s ease-out,height .25s ease-out .25s;
}



.draw:hover::after {
    border-bottom-color: #f3a712;
    border-left-color: #f3a712;
    transition: border-color 0s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s;
}

.draw:hover::after, .draw:hover::before {
    width: 100%;
    height: 100%;
}







.bar {
    height: 4px;
    width: 85px;
    background: #f3a712;
    margin: 14px 0px 14px 0px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
          animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
            transform: translateX(85px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
            transform: translateX(85px);
  }
}




#bar-lod
{margin: 16px auto 0!important;}

.about-section{position:relative;}


.about-section::before {
    content: '';
    position: absolute;
    background: url(../img/shapes/half-circle.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}


#ser-row{position:relative;}

section#ser-row::before {
    content: '';
    position: absolute;
    background: url(../img/shapes/half-circle-right.png) no-repeat;
    width: 100%;
    height: 100%;
  background-position:bottom right;
  top: 49px;
}

#team-bc{margin-top:70px;}

.docrtors-box1 {
    background: #fff;
}


.clients{position:relative;}

.clients::before {
    content: '';
    position: absolute;
    background: url(../img/shapes/half-circle.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}


ul#footer-social {
    padding: 0px 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

ul#footer-social li{
    padding: 0px 0px!important;
}

ul#footer-social li a i {
    /* background: #0f3281; */
    color: #0e3584!important;
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 21px;
}

ul#footer-social li a i:hover{   
    background: transparent;
    color:#2e2f30!important;}

.follow-title {
    padding: 0px 0px;
    margin-bottom: 0px!important;
}

ul.client-box {
    list-style: none;
    margin:auto;
}

ul.client-box li {
    width: 157px;
    float: left;
    margin: 0px 11px;
}

ul.client-box li img {
    width: 100%;
}

i#ph-box {
    background: #e9f3ff;
    /* width: 40px; */
    /* height: 40px; */
    /* text-align: center; */
    padding: 17px!important;
}


.intro {
    /* border-radius: 10px; */
    /* border: 5px solid #000; */
    background: #f4f6fa;
    -webkit-box-shadow: 0px 0px 23px -17px #4d72d0;
    box-shadow: 0px 0px 23px -17px #4d72d0;
    border: 12px solid #fff;
}

ul.why-box {
    padding-left: 0px;
    list-style: none;
    font-family: 'Poppins', sans-serif;
}

.why-box li {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0px;
}

.why-box li h4 {
    margin-bottom: 10px;
}

.why-box li h4 i {
    background: #edf1fa;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 63px;
    margin-right: 6px;
}

#why-care
{padding:40px 60px;}


.counter-block i {
    width: 50px;
    height: 50px;
    background: #edf1fa;
    text-align: center;
    line-height: 51px;
    border-radius: 63px;
    float: left;
    margin-top: 6px;
	color:#f3a712;
}

.abpage
{    background: #f4f6fa;
    -webkit-box-shadow: 0px 0px 23px -17px #4d72d0;
    box-shadow: 0px 0px 23px -17px #4d72d0;
    border: 12px solid #fff;}
	
	
	
.sub-header::before {
    content: '';
    position: absolute;
    background: url(../img/top-build.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom;
	background-size: cover;
}

#detail-page{padding-bottom:0px;background:#fff;}

div#contact-box h6 {
    margin: 8px 0px 0px 0px;
}



div#call-act {
    background: #000;
    padding: 59px 10px;
    background: url(../img/point.html) 66% center no-repeat rgb(15 51 130);
    border-radius: 15px;
    padding: 50px 75px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

div#call-act h2
{font-weight: 600;
    margin: 0;
    font-size: 33px;
    color: #ffffff;
    opacity: 1.0; 
    line-height: 47px;}
	
#call-act .counter-block{border:none;}

#call-act .btn-success {
    background: #fff;
    color: #362c8b;
    font-size: 14px;
}

#call-act .btn-success:hover {
    background: #fff;
    color: #362c8b;
    border:none;
}


#sign-up {
    box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
    background-image:;
    background-size: cover;
    background-repeat: no-repeat;
}

#sign-up .col-md-12.col-lg-6{padding:0px;}

#sign-up .get-in-touch{margin-bottom:0px!important;}

#sign-up .get-in-touch{padding: 28px 50px!important;}

#sign-up .service-detail_img {
    text-align: center;
}

#sign-up .service-detail_wrap{float:left;width:100%;padding: 95px 30px;background: #f7faff;}


/* accordian */
.accordion-inner .accordion-item {
  background: #030912;
  border: 1px solid #333F4D;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 21px 25px 19px 25px;
}

.accordion-inner .accordion-item .accordion-button {
  background: transparent;
  font-size: 20px;
  padding: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--main-color);
  font-weight: 600;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.6rem 1.25rem;
    font-size: 22px;
    color: #212529;
    text-align: left;
    background-color: #e7f1ff;
    border: 0;
    border-radius: 10px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-header {
    margin-bottom: 0px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #e7f1ff;
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
    font-size: 22px;
    border: 0px;
    border-radius: 10px;
}

.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0,0,0,.125);
}

.accordion-body {
  padding: 0.5rem 1.25rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.sign-acc {
    width: 344px;
    /* float: left; */
    margin: 0px auto;
}

.sign-acc a {
    width: 100%;
    background: #0f3383;
    float: left;
    margin-bottom: 13px;
    padding: 17px 0px;
    color: #fff;
    border-radius: 4px;
}

/* FancyBox */

.tm-portfolio::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.6);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.tm-portfolio:hover::before {
	visibility: visible;
	opacity: 1;
}

.tm-portfolio:hover .tm-portfolio-icon {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.tm-portfolio-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgb(15, 50, 130);
	font-size: 20px;
	line-height: 52px;
	height: 50px;
	width: 50px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 100px;
	margin-left: -25px;
	margin-top: -25px;
	pointer-events: none;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	z-index: 1;
}

.ion-image::before {
	content: "BC";
}
.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.is_clickable {
	cursor: hand;
	cursor: pointer
}

.nstSlider {
	cursor: hand;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	width: 300px;
	height: 20px;
	background: #134
}

.nstSlider .leftGrip.gripHighlighted,
.nstSlider .rightGrip.gripHighlighted {
	background: #134
}

.nstSlider .leftGrip,
.nstSlider .rightGrip {
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	background: #fff
}

.nstSlider .bar {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	background: #fff;
	height: 8px;
	top: 6px
}

.nstSlider .highlightPanel {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	background: #e87722;
	height: 20px;
	top: 0
}



#log-acc a{text-align:center;}

#log-acc a i{color:#fff!important;}

.log-google{background:#dc2e1e!important;}


#contact-box p a {
    font-size: 15px;
    color: #333;
}

.contact-title_icon h6 a {
    color: #333;
}

div#contact-new {
    padding: 50px 62px;
}

div#contact-new select
{padding: 11px 14px;
   
    background: rgb(255, 255, 255);
    box-shadow: rgba(51, 51, 51, 0.1) 0px 0px 40px;
    color: rgb(34, 34, 34) !important;
    border-color: transparent !important;font-size:13px;
    font-weight: 400;
    line-height: 1.5;width:100%;}
	
	
	
.switch  {
    width: 100%;
    height: auto;
   
    margin: 0 auto;
}
	
	
.switch img
{
    max-width: 100%;
    overflow: hidden;}
	
	
	.stab {
    width: 100%;
    text-align: center;
    padding: 30px 0px 0px 0px;
}


.stab a {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    text-align: center;
    margin-bottom: 35px;
    font-size: 14px;
}

.stab a:nth-of-type(1) {
    background-color: #0865bf;
}

.stab a:nth-of-type(2) {
    background-color:#115fab;
}

.stab a:nth-of-type(3) {
    background-color: #08529a;
}

.stab a:nth-of-type(4) {
    background-color: #05427e;
}

.hide {
  display: none;
}
	
	


@media only screen and (max-width: 767px)
{
    
    .contacts form h4
    {margin-top:0px;}
    
    .why-us li{width:100%;}
	
	ul.topbar-social {
    display: none;
}

ul.topbar-contact {
    display: block;
    text-align: center;
    margin-left: 0px!important;
    width: 100%;
}



ul.topbar-contact.ml-auto:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #e9e9e9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}

section.top-bar-block {
    border-top:5px solid #163985;
}


#video-slider h1
{    font-size: 29px;}

#video-slider h1 span
{font-size: 20px;}

#video-slider p{display:none;}

h2{font-size: 24px;}

#footer-social{display:block;}

.send-mob{margin-top:20px;}

.top-bar{padding:2px 0px;}


a.navbar-brand img
{position:initial;padding: 3px 20px;background:transparent;width:130px;}


a.navbar-brand {
    width: 100%;
    text-align: center;
    margin-right: 0rem!important;
}

.menu-bar .container {
    padding: 0px 0px!important;
}

button.navbar-toggler.nav-custome1, a.navbar-toggler.nav-custome1
{background: #eee;
    width: 100%;
    z-index: 999;
    border-radius: 0px;z-index:999;}
	
ul.navbar-nav.ml-auto {
    
    margin-top: 46px;
}

.menu-bar .nav-item.dropdown a {
    
    border-bottom: 1px solid #eee;
}



.test-txt{padding-top:0px;}

.testi-slider-style2
{    height: 524px;}


.main-title-style2 {
    padding: 20px 0 !important;
    background: #ffffffa3;
    margin: 63px 0px;
}

ul.client-box li {
    float: left;
    width: 40%;
}

.draw{height:58px;}
}

div#cont-box .contacts li i
{margin-left: 0px;
    margin-right: 8px;
    margin-top: 8px;}
    
    
    .contact_footer_strip_mobile {
    display: none;
}


section.franchise {
    background: url(../../../assets/front/img/franchise.html);
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.franch-box {
    font-family: "Poppins", sans-serif;
}

.franch-box h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #0f3281;
}

.franch-box ul {
    padding-left:19px;
}
.franch-box ul li {
    margin-bottom: 0.6rem;
    font-size: 0.98rem;
    color: #4c4c4c;
}

.franch-box p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #4c4c4c;
}

form.franch-quote {
    background: #fff;
    padding: 40px;
    box-shadow: rgb(51 51 51 / 10%) 0px 0px 40px;
    font-family: "Poppins", sans-serif;
}

form.franch-quote h3 {
    text-align: center;
    margin-bottom: 2rem;
    color: #0f3281;
}

form.franch-quote input {
    padding: 9px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 0.90rem;
    color: #333;
    background:#fff;
}

form.franch-quote textarea {
   padding: 9px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 0.90rem;
    color: #333;
        background:#fff;

}

form.franch-quote button {
    width: 100%;
    text-transform: uppercase;
    font-size: 0.90rem;
    letter-spacing: 1px;
}

p.cost {
    margin: 0px auto;
    background: #0f3281;
    color: #fff;
    padding: 17px 36px;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    margin-top: 37px;
}

.hand-shake {
    border: 1px solid #eee;
    border-radius: 10px;
}

.ab-franc {
    padding: 8px;
}

.empty-space
{height:50px;}

.requirement {
    font-family: Poppins, sans-serif;
    /* font-family: sans-serif; */
}

.requirement h3 {
    width: 100%;
    text-align: center;
    margin: 36px 0px;
}

.requirement
{
    background: #f4f6fa;
    padding: 50px;
    margin:50px 0px;
    margin-bottom:0px;
}

.requirement ul li {
    float: left;
    width: 30%;
    margin-bottom: 17px!important;
    font-size: 0.85rem;
    background: #fff;
    margin: 0px 12px;
    list-style-position: inside;
    padding: 14px 14px;
    border-radius: 8px;
    text-align: center;
    list-style: none;
}

.benefot p {
    text-align: center;
    padding: 0px 55px;
}
.benefot h3 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px)
{
    
    p.cost
    {
            margin: 0px auto;
    background: #0f3281;
    color: #fff;
    padding: 17px 36px;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 0pc;
    margin-top: 37px;
    text-align: center;
    }
    
    .contact-form .contact-title .title
    {
     
    font-size: 24px;
    
    }
    
    .video-play-text
    {
      
    padding: 32px 26px;
}

.facilities {
    padding: 24px;
    margin: 25px 0 0;
}

.icon-text.layout-6 {
    padding: 26px 30px;
}

.icon-text.layout-6 .icon {
   
    margin-bottom: 19px;
}

.tm-testimonial-top {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.tm-testimonial-ratings {
    margin-top: 15px;
}

.background-bg4::before
{background:#fff;}

#why-care {
    padding: 36px 30px;
}

.about-video_block
{margin-bottom:40px;}

.background-bg4
{
    border:none!important;
}


footer {
   
    padding-bottom: 22px;
    margin-top:60px;
}

.requirement{padding:0px;}

.requirement ul {
    padding: 0px 27px;
}
.requirement ul li {
    width: 100%;
    margin: 0px;
    /* margin: 0px 22px; */
}
form.franch-quote {
    margin-top: 40px;
}

.benefot p {
    text-align: center;
    padding: 0px 12px;
}

}


.requirement ul
{width:100%;}



section#detail-page ul {
    padding-left: 18px;
    margin-top: 12px;
    font-size:14px;
}

.menu--product-categories .menu--dropdown li a {
    color: #333!important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #7a7878;
    text-transform: capitalize;
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 11px 20px;
}

.menu--product-categories .menu--dropdown li {
    /* margin-bottom: 5px; */
    border-bottom: 1px solid #eee;
    padding: 0px 0px;
}







.menu__content .menu--dropdown li a {
    font-size: 13px;
     transition: all 2s;
}

.menu--dropdown>li.has-mega-menu .mega-menu ul li a {
    font-size: 12px;
     transition: all 2s;
     
     
}

.shift ul li a,
.shift ul li a:after,
.shift ul li a:before {
  transition: all .5s;
}

.shift ul li a {
  position:relative;
  z-index: 1;
}

.active.nav-item a:hover
{
  color: #fff!important;
}

.shift ul li a:hover {
  color: #fff!important;
}
.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #0f3381;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.mega-menu.shift {
    padding: 0px;
    border: none;
}




/*   Detail Page CSS  */


.detail-page {
  background-image: url(../img/deatil-bg.jpg);
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;

}

.detail-page::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f3382c9;
  top: 0;
  left: 0;
}


.detail-page-content {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #fff;
}

.detail-page-content p {
  font-size: 1rem;
  color: #fff;
}

.detail-page-content h1 {
  font-size: 3.3rem;
  color: #fff;
  font-weight: 500;
}



.detail-page-content
{
  
}

.detail-btn {
  background-color: transparent;
  border:2px solid #fff!important;
  border-radius: 32px;
  padding: 14px 40px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9rem;
  display: inline-block;
  margin: 0px 0px;
}


.detail-btn:hover
{
  background-color: #fff;
  text-decoration: none;
  color: #0f3483;
}

.pricing-plans {
  padding: 60px 0px;
}


.pricing-box {
  border: 1px solid #f5f5f5;
  margin: 30px 0px;
  padding: 20px 0px;
  font-family: 'Poppins', sans-serif;
  box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
  border-radius: 10px;
}


.price-header{
  text-align: center;
}

.package-price h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  margin:5px 0px;
}

.package-price h3{margin-bottom: 0px;color: #fff;}
.package-price {
  text-align: center;
  
  background: linear-gradient(90deg, #0f3382, #2147ae, #143285);
    padding: 14px 0px;
}




.package-btn {
  text-align: center;
  margin: 10px 0px;
}

.package-content ul {
  list-style: none;
  padding-left: 0px;
  text-align: center;
  margin: 20px 0px;
  
}

.package-price h3 {
  font-size: 1.4rem;
  margin-top: 11px;
  color: #ffc700;
}

.package-btn a {
  background: #1c3f9f;
  padding: 11px 32px;
  border-radius: 41px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
}

.package-content ul li {
  padding: 10px 0px;
  font-size: 0.9rem;
  display: flex;
}

.package-content ul li b {
  width: 50%;
  text-align: right;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
}

.package-content ul li:nth-child(even)
{
  background: #1b3e9c12;
}


.blog-box {
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 30px 0px;
}

.blog-img img
{
  border-radius: 10px 10px 0px 0px;
}

.blog-context
{
  padding: 20px 30px;
}

.author
{
  display: flex;
  align-items: center;
}

.author-name h5 {
  font-size: 1rem;
}

.author-name img {
  border-radius: 100%;
  width: 42px;
  margin-right: 8px;
}
.author-name {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.author-name h5{margin-bottom: 0px;}

.publish-date {
  font-size: 0.9rem;
  color: #333;
}

.blog-context h1 {
  line-height: 31px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.blog-context h1 a {
  font-size: 1.3rem;
  line-height: 0px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.blog-context p {
  color: #333;
  font-size: 1rem;
  margin-bottom: 0px;
  line-height: 22px;
}

form.enquiry-form {
    font-family: 'Poppins', sans-serif;
    background: transparent;
    padding: 26px 20px;
}

.footer-enquiry
{
  background-image: url(../img/footer-act.html);
  padding: 80px 0px;
  position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.footer-enquiry:before
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f3382c9;
  top: 0;
  left: 0
}

form.enquiry-form h3 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 16px;
}

form.enquiry-form p {
  text-align: center;
 
}

form.enquiry-form input {
  width: 100%;
  padding: 12px 12px;
  font-size: 0.9rem;
  border: 1px solid #eee;
}


form.enquiry-form textarea {
  width: 100%;
  padding: 12px 12px;
  font-size: 0.9rem;
  border: 1px solid #eee;
  height: 120px;
}

form.enquiry-form button {
    width: 100%;
    background: #FFC107;
    color: #000;
    border: 0px;
    padding: 10px 40px;
    text-transform: uppercase;
    margin: 0px auto;
    display: block;
    font-weight: 500;
}

.modal-content.pop-form .close:hover {
    background: transparent;
    
}


.comment-section {
  padding: 80px 0px;
}

.package-box {
     border:1px solid #dadfeb;
    border-radius: 11px;
    padding: 0px;
    margin: 30px 0px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    padding-bottom:30px;
    transition: transform .2s;
      transition: 0.3s;
    margin-bottom:0px;
    display:flex;
    flex-direction:column;
}

.package-image {
    align-self: center;
}

.price-area a i {
    transform: rotate(106deg);
    font-size: 14px;
    margin-right: 1px;
}

.package-box:hover
{
    border:1px solid #eee;
    transform: scale(1.1);
}







.package-box:hover> .price-area a
{
    border:1px solid #fff;
    color:#0e3584;
    background:transparent;
}


.package-box:hover> .load-area a
{
    background:#000!important;
}


.package-box:hover> #accordion .card-body
{
    background-color: #0e3584!important;
}


.package-box:hover> #accordion .card-header button
{
    color:#fff!important;
}



.price-area {
    padding: 0px 20px;
    border-top: 0px solid #f5f4f4;
    margin-top: 15px;
    text-align: center;
}

.price-area a {
    border: 1px solid #cbd6ee;
    color: #0f3483;
    width: fit-content;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 7px 14px;
    margin: 15px 0px;
    font-weight: 500;
    font-size: 0.9rem;
    /* background: #eef4ff; */
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    margin: 0px auto;
}

a.request-quote {
    border: 1px solid #cbd6ee;
    color: #0f3483;
    width: fit-content;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding:9px 14px;
    margin: 15px 0px;
    font-weight: 500;
    font-size: 0.9rem;
    /* background: #eef4ff; */
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    margin: 0px auto;
}

a.request-quote i {
    transform: rotate(22deg)!important;
    font-size: 0.8rem;
}

a.request-quote:hover
{
    text-decoration:none;
    background:#0f3483;
    color:#fff;
}

.price-area a:hover
{
    text-decoration:none;
    background:#0f3483;
    color:#fff;
}

.package-box-content ul {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    list-style: none;
}
.inner-package-list li:before,.package-box-content p:before,.package-ul ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: green;
    padding-right: 4px;
    font-size: 0.87rem;
}

.package-box-content ul li {
    padding: 7px 14px;
    color: #6f6d6d;
    font-size: 0.8rem;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}


.price-area span {
    font-size: 0.8rem!important;
    color: #208000;
    font-weight: 600;
    margin-top: 11px;
    display: block;
    background: #20800017;
    padding: 5px 3px;
    border-radius: 4px;
    margin-bottom: 11px;
}

.package-box h3 {
    font-size: 1.3rem;
    color: #0f3382;
    margin-bottom: 0px;
    font-weight: 600;
}

.package-box p {
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #444343;
}

.price-area h2 {
    color: #0f3382;
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.package-box-content ul li i {
    margin-right: 5px;
    color: green;
}

.package-box-content ul li .fa-times {
    color: red;
}

.load-area {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}


.load-area a {
    /* background: #0f3382; */
    color: #0f3382;
    font-size: 0.9rem;
    /* padding: 11px 24px; */
    border-radius: 54px;
    font-weight: 600;
}

.load-area a:hover
{
    text-decoration:none;
    color:#333;
}

.load-area a i
{margin-left:4px;}


.review-part {
    padding: 60px 0px;
}


.tm-portfolio {
    border: 0px;
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
}


.pack-header {
    padding: 10px 0px;
    background: #0e3584;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}


.pack-header h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.pack-header p{color:#fff;margin-bottom:0px;}

.package-box-content {
    padding: 0px 0px;
}


.why-usbar
{
    background:#f7f7f7!important;
}


div#accordion .card-header {
    background: transparent;
    border: none;
    padding: 0;
    text-align: center;
}

div#accordion .card {
    border: 0px;
    background:none;
}

div#accordion .card-header button {
    padding: 6px 14px;
    font-size: 12px;
    color: #0f3483;
    background: #fff;
    border-radius: 6px;
}

div#accordion .card-header button:hover
{
    text-decoration:none;
}

div#accordion .card .collapse
{
    padding: 0px!important;
}

div#accordion .card .collapse .card-body {
    padding: 0px;
}

div#accordion .card .collapse .card-body ul{
    margin-top:0px;
}



.foot-top {
    padding: 30px 0px;
    background:#f7f7f7;
    margin-top:50px;
}

.foot-box img {
    width: 100px;
    margin: 0px -2px;
    /* background: #000; */
}


.call-act {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-act-box h3 {
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
}

.call-act-action a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;
    border: 1px solid #eee;
    padding: 11px 51px;
    border-radius: 50px;
}

.call-act-action a:hover
{
    text-decoration:none;
    background:#fff;
    color:#082560;
}


ul.foot-widget {
    list-style: none;
    padding-left: 0px;
    margin: 11px 0px;
}

ul.foot-widget li {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #eee;
}

ul.foot-widget li a {
    width: 100%;
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 0.86rem;
}

ul.foot-widget li a:hover
{
    color:#0e3584;
}

.contacts form h4 {
    font-size: 1.3rem!important;
    margin-bottom: 17px;
    font-weight: 600!important;
    background: #0e3584!important;
    border-radius: 10px 10px 0px 0px;
    padding: 17px 20px;
    color: #fff!important;
    text-align: center;
}

.contacts form .row {
    padding: 0px 20px;
}


.foot-box {
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    flex-direction: column;
    border: 0px solid #1f4ca7;
    padding: 20px 0px;
    border-radius: 10px;
}


.icon-box {
    width: 65px;
    height: 65px;
    background: #000;
    border-radius: 100%;
    margin: 0px auto;
    margin-bottom: 4px;
    border:2px solid #fff;
}

.foot-box i {
    /* width: 65px; */
    /* height: 65px; */
    line-height: 61px;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 100%;
    margin-bottom: 10px!important;
    margin: 0px auto;
}

.foot-box .fa-phone
{
   transform: rotate(104deg);  
}

.foot-box a {
    color: #0d3685;
    font-size: 1.1rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    background: #fff;
    width: fit-content;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 13px 30px;
    border-radius: 4px;
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    margin: 0px auto;
    border: 1px solid #a5b5d3;
    border-radius: 4px;
}

.foot-box a:hover
{
    background:#0d3685;
    color:#fff;
    text-decoration:none;
}

.icon-box.orange {
    background: #FF5722;
}

.icon-box.yellow {
    background: #FF9800;
}

.foot-box h1 {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 0px;
    /* text-shadow: 1px 1px #fffcfc; */
    color: #0d3786;
}


.foot-box h3 {
    font-size: 1.7rem;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}


.foot-box p {
    margin-bottom: 0px;
    font-size: 0.84rem;
    color: #4f4d4d;
}

.icon-box.green {
    background: #4dc248;
}

div#accordionExample {
    margin-top: 30px;
}


.foot-box h2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-weight: 400;
}



.faq-part .accordion-button {
    font-size: 14px;
    padding: 16px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom:10px;
}

.faq-part .accordion-body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    color: #333;
    margin-bottom: 13px;
}







.foot-whtsap {
    margin-bottom: 11px!important;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 16000160;
    bottom: 30px;
    /* text-align: center; */
    overflow: hidden;
    float: right;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    right: 0;
}

.foot-whtsap a {
    margin: 0px 15px;
}


.foot-whtsap img {
    margin: 0px 26px;
    box-shadow: 1px 3px 4px rgba(0,0,0,0.4);
    border-radius: 74px;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 5px;
}

.foot-whtsap span {
    color: #333;
    font-size: 13px;
    font-weight:500;
}

.contact_footer_strip_mobile {
    display: none;
}

ul.client-box
{
    padding-left:0px;
    margin-top:30px;
}

   div#project-info h5 {
    font-size: 1.4rem;
}
div#project-info h5 {
    font-size: 1rem;
}


font.c-numb a {
    font-size: 1.3rem;
    color: #000;
}


.call-bar {
    margin-bottom: 0px!important;
    margin: 0;
    padding: 14px 0px;
    border: 0;
    position: fixed;
    z-index: 16000160;
    bottom: 0;
    /* text-align: center; */
    overflow: hidden;
    /* float: right; */
    /* text-align: right; */
    font-family: 'Poppins', sans-serif;
    right: 0;
    width: 100%;
    background: -webkit-linear-gradient( 135deg , #ff1053 0%, #3452ff 100%);
    text-align: center;
    border-top: 1px solid #eee;
    border-radius: 25px 25px 0px 0px;
}


.arrow {
    position: absolute;
    top: 32%;
    left: 16%;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1.3vw;
    height: 1.3vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}


.call-bar p {
    margin-bottom: 0px;
    font-size: 1.1rem;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    line-height:0px;
}

.call-bar p a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0px 5px;
}


@media only screen and (max-width: 768px) {
    
    .call-bar{display:none;}
    
    .franchise-form
    {
        margin-top:30px;
    }
    
    footer
    {
        margin-bottom:10px;
    }
    
    .portfolio-page .switch {
    padding: 0px;
}
    
    .detail-page-content h1
    {
        font-size:2.4rem;
    }
    
    div#project-info h5 {
    font-size: 1rem;
}
    
    .portfolio-page{
        padding:30px 0px;
    }
    
    .stab a
    {
        margin-bottom:10px;
    }
    
    .contacts{
        margin-top:15px;
    }
    
    .topbar-social li
    {
        margin-right:3px;
    }
    
    .banner2 h1
    {
        font-size:30px;
        line-height:31px;
    }
    
    
    .banner2 h1 span{font-size:18px;}
    
    .contacts form h4
    {
        font-size:1rem!important;
    }
    
    .draw{
        height:auto;
    }

.foot-whtsap{display:none;}


.contact_footer_strip_mobile {
    display: block!important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #06b31b;
    padding: 0px;
    text-align: center;
    z-index: 987654321;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

ul.action {
    list-style: none;
    padding-left: 0px;
}

ul.action li {
    float: left;
    display: inline;
    width: 50%;
    font-size: 15px;
}

ul.action li a {
    width: 100%;
    color: #fff;
    padding: 13px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.action li img {
    width: 17px;
    margin-right:2px;
}

li.access a {
    background: #0f3382;
}


ul#footer-social
{
    text-align:center;
}

.copyright p
{
    text-align:center;
}

.awards ul li
{
    margin-bottom:16px!important;
}


.mob-call {
    text-align: center;
    font-size: 1.3rem;
    color: #000;
    margin: 6px 0px;
    display:block!important;
}

.mob-call a i {
    transform: rotate(100deg);
}

.mob-call a
{
    color:#163884;
    font-weight:500;
    display:flex;
    justify-content:center;
    align-items:center;
}

.mob-icn {
    width: 40px;
    height: 40px;
    background: #163985;
    line-height: 40px;
    border-radius: 68px;
    margin-right:7px;
}

.mob-icn i
{
    color:#fff;
    font-size:1.2rem;
}

.awards ul li img {
    width: 100%;
}

section#contact
{
    padding-top:0px;
}

    
}

.load-btnn {
    background: transparent!important;
    color: #333;
    box-shadow: none;
    font-size: .90rem;
    padding: 0px;
    font-family: 'Plus Jakarta Sans', sans-serif!important;
    font-weight: 600;
    border-bottom: 2px solid #000!important;
    border-radius: 0px;
}



.load-btnn:focus
{
  color: #0f3483!important;  
}

.load-btnn:hover {
    background: white!important;
    color: #0f3483;
}



.tahnk-section {
    padding: 80px 0px;
}

.thank-you-text {
text-align: center;
margin: 0px 0px;
font-family: 'Poppins', sans-serif;
}

.thank-you-text h1 {
    text-transform: uppercase;
    font-size: 5rem;
    margin-bottom: 0px;
    color:#0f3483;
}

.thank-you-text p {
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.thank-you-text>i {
    background: #4dc248;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.7rem;
    border-radius: 100%;
}


.thank-you-text .btn-secondary {
    background: #0f3382;
    color: #fff;
    padding: 11px 23px;
    border-radius: 51px;
    margin-top: 0px;
    display: inline-block;
}

.thank-you-text .btn-secondary a:hover
{
    text-decoration:none;
    background:#1a4499;
}






.modal-header.border-bottom-0 button {
    /* background: #eee; */
    padding: 10px 14px;
    opacity: 1;
    color: #fff;
    font-weight: 400;
}


.modal-header.border-bottom-0 {
    width: fit-content;
    position: absolute;
    z-index: 999;
    right: 0;
}


.awards {
    display: flex;
    justify-content: center;
}

.awards ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
}

.awards ul li {
    margin: 0px 10px;
}

.review-section {
    margin-top: 60px;
}




.view-mbtn
{
    
    transition: 0.3s;
    font-size: 13px;
    background: transparent!important;
    color: #333;
    box-shadow: none;
    font-size: .90rem;
    padding: 0px;
    font-family: 'Plus Jakarta Sans', sans-serif!important;
    font-weight: 600;
    border-bottom: 2px solid #000!important;
    border-radius: 0px;
    
}


.view-mbtn:hover
{
    color:#0f3382;
    background:none!important;
}



.user-panel ul li a .fa-phone {
    transform: rotate(91deg);
}


.mob-call{display:none;}


.modal-content.pop-form {
    background: radial-gradient(circle farthest-side, #1c56c4, #0d3685);
}

.modal-content.pop-form form h3 {
    color: #fff;
}

.page-link
{
    color:#0d3685!important;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff!important;
    background-color: #0d3685!important;
    border-color: #0d3685!important;
}



.franchise-section {
    background: url(../img/franchise.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding:60px 0px;
}


.franchise-content {
    font-family: 'Poppins', sans-serif;
}

.franchise-form {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    padding: 25px;
    /* border: 1px solid #eee; */
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(195 191 191 / 8%) 0px 0px 0px 0px;
}


.franchise-form form input {
    font-size: 0.89rem;
    padding: 22px 13px;
}


.franchise-form form textarea {
    font-size: 0.89rem!important;
    height: 100px;
    padding: 10px 13px;
}


.franchise-form h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom:13px;
}

.franchise-form p
{
    text-align:center;
}

a.call-btn {
    font-size: 1.7rem;
    color: #333;
    font-weight: 600;
}

a.call-btn i {
    transform: rotate(105deg);
}


.franchise-content h1 span {
    color: #0f3382;
}

