/* ----------------------------------------------------------------
	Canvas: Workspace
	Version: 1.0
-----------------------------------------------------------------*/

:root {
	--themecolor: #267DF4;
	--themecolorrgba: 38, 125, 244;
}

.ls--2 { letter-spacing: -2px }

.bg-theme-light,
.section {
	background-color: rgba(38, 125, 244, 0.05);
	background-color: rgba(var(--themecolorrgba), 0.05);
}

#primary-menu > ul > li > a {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0;
}

#top-account { right: 10px; }

#top-account a {
	background-color: #267DF4;
	background-color: var(--themecolor);;
	color:#FFF ;
	padding: 10px 14px;
	border-radius: 3px;
}

#top-account a i {
	position: relative;
	top: 2px;
}

#top-account a span {
	font-weight: 400;
	margin-left: 4px;
}

.hero-features {
	transform: translateY(-50%);
	padding: 40px 30px;
	max-width: 80%;
	margin-left: auto;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left: 4px solid rgba(0, 0, 0, .2);
}

.hero-features i {
	font-size: 24px;
	line-height: 1.4;
}

.hero-features h5 {
	font-size: 15px;
	line-height: 1.6;
}

.after-dots:not(:first-child):after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 20px;
	background-color: #000;
	margin-top: -5px;
	margin-left: -5px;
}

.before-heading {
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	background-color: rgba(38, 125, 244, 0.1);
	background-color: rgba(var(--themecolorrgba), .1);
	color: #267DF4;
	color: var(--themecolor);
	padding: 3px 8px;
	border-radius: 2px;
	font-weight: 600;
}

.border-light { border-color: #EEE !important; }

.card { border-radius: 8px; }
.card-img-top {
	border-top-left-radius: calc(8px - 1px);
    border-top-right-radius: calc(8px - 1px);
}

#price-carousel .owl-stage {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.price-list .card-body { padding: 20px 30px !important; }

.price-list .price-title {
	font-size: 48px;
	font-weight: 600;
	color: #267DF4;
	color: var(--themecolor);
}

.price-list .price-title small {
	position: relative;
	font-size: 16px;
	color: #AAA;
	top: -4px;
	margin-left: 6px;
}

.price-list .list-group-item:first-child,
.price-list .list-group-item:last-child { border-bottom: 0; }

.card-img-overlay * { position: relative; }

.card-img-overlay:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(4,4,4,.45);
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.owl-carousel .owl-dots .owl-dot {
	width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: all .3s ease-out;
    opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active { width: 45px; }

#price-carousel .owl-item {
	opacity: 0;
	transform: translateY(20px);
	transition: all .4s .1s ease-out;
}

#price-carousel .owl-item.active {
	opacity: 1;
	transform: translateY(0);
}

#image-carousel { overflow: visible; }

#image-carousel .carousel-column {
	display: flex;
	flex-direction: column;
	flex: 1 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#image-carousel .column-1 { padding-right: 12px; }
#image-carousel .column-2 { padding-left: 12px; }

#image-carousel .carousel-column-container {
	display: flex;
	flex-direction: row;
}

#image-carousel .carousel-grid-item {
	display: flex;
	flex: 1;
	margin: 0;
	padding: 0;
}

#image-carousel .carousel-grid-item .item {
	flex: 1;
	position: relative;
	width: 100%;
	min-height: 150px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	transition: all .2s ease-out;
}

.button:hover,
#top-account:hover a,
#image-carousel .carousel-grid-item:hover a.item {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	opacity: .95;
}

#image-carousel .carousel-grid-item .item blockquote { z-index: 1; }

.img-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: rgba(38, 125, 244, 0.8);
	background-color: rgba(var(--themecolorrgba), 0.8);
}

.testimonials .container:before,
.testimonials .container:after {
	content: "\e7ad";
	font-family: 'font-icons';
	position: absolute;
	top: -38px;
	left: 20px;
	font-size: 80px;
	color: rgba(38, 125, 244, 0.2);
	color: rgba(var(--themecolorrgba), 0.2);
}

.testimonials .container:after {
	content: "\e7ae";
	top: auto;
	left: auto;
	right: 20px;
	bottom: -45px;
}

.testimonials .testi-content p {
	font-style: normal;
	color: #000;
}

.mfp-iframe-holder .mfp-close,
.testi-stars i {
	background-color: #267DF4;
	background-color: var(--themecolor);
	font-size: 14px;
	color: #FFF;
	padding: 1px 5px;
	border-radius: 2px;
}

.feature-box.fbox-plain.fbox-small {
	padding-left: 50px;
	margin-bottom: 40px;
}

.feature-box .fbox-icon { top: 3px; }

.feature-box.fbox-plain.fbox-small h3 {
	text-transform: none;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0;
}

#top-account a,
.masonry-thumbs a img,
.button { transition: all .2s ease-out; }

.feature-box.fbox-plain.fbox-small p { margin-left: 0; }

.button.button-border {
	border-color: #267DF4;
	border-color: var(--themecolor);
	color: #267DF4;
	color: var(--themecolor);
}

.play-video i {
	position: absolute;
	padding-left: 5px;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	line-height: 81px;
	border-radius: 50%;
	z-index: 1;
	background-color: #267DF4;
	background-color: var(--themecolor);
	text-align: center;
	font-size: 24px;
	color: #FFF;
	margin-top: -40px;
	margin-left: -40px;
	transition: transform .3s ease-out;
	-webkit-backface-visibility: hidden;
}

.play-video:hover i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.mfp-container { position: fixed; }
.mfp-iframe-holder .mfp-close {
	width: 40px;
	text-align: center;
	font-size: 24px;
	top: -20px;
	right: -20px;
}
.mfp-iframe-holder { padding: 20px; }
.mfp-iframe-holder .mfp-content {
	max-width: 100%;
	height: 100%;
}

#locations-carousel .owl-stage-outer { padding-bottom: 40px  }

#locations-carousel .owl-item.active .card {
	opacity: 1;
	transform: translateY(0px);
}

#locations-carousel.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1;
	background-color: #FFF;
	color: #267DF4;
	color: var(--themecolor);
}

#locations-carousel.owl-carousel .owl-dots {
	position: relative;
    background: #FFF;
    width: 150px;
    padding: 10px;
	margin: 0 auto;
	bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#locations-carousel.owl-carousel .owl-dots .owl-dot { margin: 0 4px; }

.masonry-thumbs iframe { padding: 0 1px 1px 0; }
.masonry-thumbs a img:hover { opacity: .9; }

.ipost .author-image,
.ipost .author-image img {
	width: 50px;
	height: 50px;
}

.ipost .author-meta { margin-top: 24px; }

.ipost .entry-meta li {
	display: block;
	float: none;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 8px;
}

.ipost .entry-meta li:first-child a { color: #222; }

.ipost .entry-meta li:before { display: none; }

.ipost .entry-title h3 {
	font-size: 17px;
	line-height: 1.6;
}

.entry-content p {
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

#footer .list-unstyled li a {
	opacity: .7;
	color: #FFF;
	font-weight: 300;
}

ul.list-numbers li {
	list-style: decimal inside;
	margin-bottom: 20px;
}

#locations-carousel .card {
	position: relative;
	right: auto;
	margin: 0 auto;
	bottom: 0;
	margin-top: -30px;
	padding: 20px;
}

.footer-img { margin-top: -90px; }

/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {
	#top-account { margin: 29px 0; }
	#top-account a { display: block; }
	#top-account a span {
		display: none;
	}

	.footer-img { margin-top: 0; }
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	#top-account { right: 0; }

	#locations-carousel .card {
		opacity: 0;
		position: absolute;
		right: 40px;
		bottom: -30px;
		padding: 20px 30px;
		width: 100%;
		max-width: 320px;
		border: 0;
		border-radius: 4px;
		transform: translateY(20px);
		transition: all .4s .1s ease-out;
	}

	.heading-block h2 {
		font-size: 42px;
		letter-spacing: -1px;
	}

	#locations-carousel.owl-carousel .owl-dots {
		position: absolute;
		top: auto;
		left: 50%;
		bottom: 45px;
		margin-left: -75px;
	}

}
.banner1-img-1{
	      position: absolute;
    z-index: 1;
    bottom: 133px;
    left: 80px;
}
.banner1-img-2{
	 position: relative;
    left: 60px;
}

@media (min-width: 992px)
{
	.banner1-images {
    	padding-bottom: 10rem !important;
    	padding-top: 5rem !important;
	}
}
@media only screen and (max-width: 600px) 
{
	.banner1-mobile-view{
		position: relative;
    	top: -100px;
	}
	.bg-mobile-height{
		height: 286px !important;
	}
}
.bg-mobile-height{
		height: 140px;
	}
@media only screen and (max-width: 990px) 
{

	.bg-mobile-height{
		height: 191px;
	}
}
.feature-sub-title{
	 font-size: 14px;
    padding-left: 20px;
    color: #000;
}
.feature-sub-img{
	 position: relative;
    top: 4px;
}
.feature-title{
	    font-size: 36px;
    color: #000;
    font-weight: 500;
}
.bg-default{
    background-color: #19226D !important;
}
.table-body {
	border: 1px solid #19226D;
	border-radius: 20px;
}
@media only screen and (max-width: 375px) 
{

	.feature-title {
    	font-size: 32px;
    	font-weight: 600;
	}
}

.owl-carousel .owl-dots .owl-dot {
    background-color: #3c80e3 !important;
}
.demo-heading{
	font-size: 32px;
    color: #fff;
    font-weight: 500;
}
.btn-demo {
         color: #19226D !important;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 11px 40px;
    border-radius: 10px;
}
.btn.btn-demo:active,
.btn.btn-demo:hover,
.btn.btn-demo:focus {
  background-color: #e0f2ff !important;
  box-shadow: 0 0 0 0.2rem rgb(255 138 0 / 25%);
}
.btn-demo span{
 	text-transform: uppercase;
 	font-weight: 600;
}
.footer-link{
	font-size: 16px !important;
    font-weight: 500  !important;
    color: #ffffff  !important;
}
.footer-phone{
	font-size: 18px;
    margin-top: 4px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 16px;
    color: #fff;
    line-height: 1.3;
}
.footer-email{
	font-size: 13px !important;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 20px;
    letter-spacing: 0.4px;
    color: #fff;
}
.footer-copyright{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding: 2px;
}

.form-head-bg {
	background-color: #19226D;
}
.form-head-bg span{
	top: 4px;
	position: relative;
    font-size: 25px;
    line-height: 0.5;
    color: #fff;
    padding-left: 2px;
}
.form-label{
	 font-size: 9px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    letter-spacing: 0.2px !important;
    margin-left: 6px;
}
.custom-control-label::before {
    left: -29px !important;
    top: -4px !important;
	padding: 9px !important;
}
.custom-control-label::after {
    top: -3px !important;
    left: -28px !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff !important;
    background-image: linear-gradient(to right, rgba(242, 142, 38, 1), #fd644f)  !important;
    border :none !important;
}
.btn.btn-form-submit {
	color: #fff !important;
	background-color: #19226D !important;
	border: none !important;
	padding: 0px 34px;
}
.btn-form-submit span{
	font-size: 12px;
}
.btn.btn-form-submit:active,
.btn.btn-form-submit:hover,
.btn.btn-form-submit:focus {
  background-image: linear-gradient(to right, rgba(242, 142, 38, 1), #fd644f)  !important;
      box-shadow: 0 0 0 0.2rem rgb(255 138 0 / 25%);
}
.shadow-md {
    box-shadow: 3px 4px 7px -2px rgba(0, 0, 0, 0.175) !important;
}
.contact-paragraph {
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	color: rgb(107,107,107) !important;	
}
.contact-heading{
	font-size: 32px !important;
	color: #000;
}
.bg-lightblue
{
    background-color: #f4f8fe !important;
}

.letter-green{
	    position: absolute;
    right: 100px;
    top: -73px;
}
.attherate{
	    position: absolute;
    top: -64px;
    left: 12px;
}
.pencil-lg{
	    position: absolute;
    left: -74px;
    top: 77px;
}
.letter-lg{
	position: absolute;
    bottom: -85px;
    right: 0;
}
@media only screen and (max-width: 1024px) {
	.letter-green {
    right: 77px !important; 
    top: -55px  !important;
	}
	.letter-lg {
        bottom: -49px !important;
    width: 108px;
}
}

.owl-item.active.center .oc-item
{
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}



.table-comparison tr td:nth-child(2) {
     border-left: 2px solid #dee2e6 !important;
     border-right: 2px solid #dee2e6 !important;
}
.table-comparison tr td:nth-child(4) {
	 border-left: 2px solid #dee2e6 !important;
     border-right: 2px solid #dee2e6 !important;
}
.table-price thead th{
	border:none;
}

.table-price td{
		vertical-align: middle !important;
    	font-size: 18px ;
    	font-weight: 600 !important;
    	border-top: 2px solid #dee2e6 !important;
    	    padding: 16px 0 !important;
}
.text-default{
	color:#19226D !important;
}
.banner3 {
	background-image: url("../images/bg-mokup.jpg");
	background-attachment: fixed;
	height: 643px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 500px) {
	.banner3 {
    	background-attachment: unset;
    	    height: 192px;
	}
}
.btn.btn-default {
	color: #fff !important;
	background-color: #19226D !important;
	padding: 10px 35px !important;
	border-radius: 8px !important;
}

.btn-default span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600 !important;
	margin-left: 4px !important;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	color: #19226D !important;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
	height: auto !important;
}
#header-wrap > .container {
	border-bottom: none !important;
}
.btn.btn-signup {
	color: #fff !important;
	background-color: #19226D !important;
	border-radius: 8px !important;
}
#gotoTop:hover {
	background-color: #19226D;
}
::selection {
	background: #19226D;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #19226D; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #19226D; /* Safari */
	color: #FFF;
	text-shadow: none;
}

@media (max-width: 1274px) {
	.banner1-img-2 {
		width: 400px;
	}
	.banner1-img-1 {
		width: 100px;
	}
}