/*blockqoute*/
.blockqoute blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
	line-height: 28px;
}

.blockqoute p {
	margin: 0 0 10px;
	line-height: 1;
}

.blockqoute footer {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
	/* padding: 20px;
  background-color: rgba(16, 16, 16, 0.9); */
}

/*unordered-list*/
.unordered-list ul {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 28px;
}
.unordered-list ul li {
	font-size: 15px;
    font-weight: 600;
	font-family: 'Inter', sans-serif; /*changed font family*/
}

/*heading*/
.heading h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

/*link*/
.link a {
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
}

.link a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

/*button-group*/
.button-group.btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.button-group.btn-group .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.button-group.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.button-group.btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group .btn+.btn {
	margin-left: -5px;
}

.button-group.btn-group .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

/*button-toolbar*/
.button-toolbar {
	display: flex;
	align-items: center;
	justify-content: center;
}

.button-toolbar .btn-toolbar {
	line-height: 26px;
	font-size: 14px;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.button-toolbar .btn-toolbar .btn-group {
	margin-left: 5px;
	float: left;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.button-toolbar .btn-toolbar .btn-group .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.button-toolbar .btn-toolbar .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.button-toolbar .btn-toolbar .btn-group .btn+.btn {
	margin-left: -1px;
}

.button-toolbar .btn-toolbar .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.button-toolbar .btn-toolbar .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.button-toolbar .btn-toolbar .btn-group .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pricing-table-container .pricing-table .col-sm-4 .panel .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.pricing-table-container .pricing-table .col-sm-4 .panel .panel-body {
	padding: 15px;
}

.pricing-table-container .pricing-table .col-sm-4 .panel ul.list-group {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: auto;
}

.pricing-table-container .pricing-table .col-sm-4 .panel ul.list-group li.list-group-item {
	border-width: 1px 0;
	border-radius: 0;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-family: 'Maven Pro', sans-serif;
	line-height: 30px;
	font-size: 14px;
	border-width: 1px 0;
}

li.list-group-item i {
	display: inline-block;
}

li.list-group-item i.text-success {
	color: #3c763d;
}

li.list-group-item i.text-danger {
	color: #a94442;
}

.pricing-table-container .pricing-table .col-sm-4 .panel button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-left: 15px;
	margin-top: 10px;
}

.pricing-table-container .pricing-table .col-sm-4 .panel button.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.pricing-table-container .pricing-table .col-sm-4 .panel button.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.pricing-table-container .pricing-table .col-sm-4 .panel button.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

/*servieces list widget*/
.services-list-container .services-list {
	text-align: center;
	/* background-color: #fcfcfc; */
	padding: 15px;
	/* border: 1px solid #e0eded; */
	line-height: 1.8;
	font-size: 14px;
	width: 100%;
	height: 100%;
	display: flex;
}
.services-list-container {
	background-color: #fcfcfc;
	border: 1px solid #e0eded;
}

.services-list-container .services-list .row {
	width: 100%;
	height: auto;
	display: block;
}

.services-list-container .services-list .row .col-lg-3.col-md-6 {
	position: relative;
	min-height: 1px;
	padding: 10px;
	width: 45%;
	float: left;
}
@media (max-width: 480px) {
	.services-list-container .services-list .row .col-lg-3.col-md-6 {
		width: 100%; /*full width for small devices*/
	}
	.services-list .row.servicesrow { flex: 1;  }
	/* stack images in mobile devices*/
	.image-grid-container .image-grid .col-xs-3 { width: 100% !important}
		;

	.image-grid-container .image-grid { flex-direction: column; }
}

.services-list-container .services-list .row .col-lg-3.col-md-6 .service-box {
	background-color: #fff;
	border: 1px solid #e0eded;
	padding: 15px;
}

.services-list-container .services-list .row .col-lg-3.col-md-6 .service-box .service-icon {
	text-align: center;
	padding: 10px 0;
}

.services-list-container .services-list .row .col-lg-3.col-md-6 .service-box .service-icon i {
	font-size: 44px;
}

.services-list-container .services-list .row .col-lg-3.col-md-6 .service-box h4 {
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 22px;
	color: #000;
	margin-top: 10px;
}

.services-list-container .services-list .row .col-lg-3.col-md-6 .service-box p {
	text-align: center;
	margin: 0 0 10px;
	/* changed typography */
	font-size: 14px;
    line-height: 1.8;
}

/*image grid widget*/
.image-grid-container {
	width: 100%;
	height: auto;
	display: flex;
	float: left;
	justify-content: center;
	/* margin-bottom: 20px; */
	padding: 10px 5px;
}

.image-grid-container .image-grid {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

.image-grid-container .image-grid .col-xs-3 {
	width: 25%;
	float: left;
	height: 100%;
	padding: 10px;
	display: block;
}

.image-grid-container .image-grid .col-xs-3 a.thumbnail {
	width: 100%;
	height: 100%;
	display: block;
}

.image-grid-container .image-grid .col-xs-3 a.thumbnail img {
	width: 100%;
	height: 100%;
	background-size: cover;
	/* padding: 10px; */
	background: #fff;
	border-radius: 5px;
	display: block;
	text-align: center;
}

/* Style the navigation menu widget start here */
.dropdownmobilemenu {
    position: relative;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
  .dropdownmobilemenu .main-nav-list {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    flex-direction: column;
  }
  
  /* Style navigation menu links */
  .dropdownmobilemenu a {
    color: #1d1d1f;
    font-weight:500;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  /* Style the hamburger menu */
  .dropdownmobilemenu a.mobileicon {
    background: transparent;
    color: #1d1d1f;
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
  }
  
  /* Add a grey background color on mouse-over */
  .dropdownmobilemenu a:hover {
    background-color: #ddd;
    color: black;
  }
  .dropdownmobilemenu i { font-size: 1.5rem; }
  /* Style the navigation menu widget end here */

div[f-role="placeholder"]{
    display: none;
}

/* adding default css on different widgets */
h1, h2, h3, h4, h5, h6 { font-family: 'Inter', sans-serif; color: #000; }
p {
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
}
.image-after-change {
	max-width: 100%;
	margin-inline: 0;
	cursor: pointer; /*changed cursor*/
}
hr {
	margin-top: 0.5em;
    margin-bottom: 0.5em;
}
video.videoelementdiv, .videowidgetdiv iframe.videoelementdiv { max-width: 100%; width: 100%;}
/* convert em to px */
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 20px}
h4 { font-size: 16px}
h5 { font-size: 13px}
h6 { font-size: 11px; }

.progress-bar-container {
	padding: 10px;
}
.progress-bar-container .progress {
	background: #eee;
	margin-bottom: 0; /*removed bottom margin*/
}
.progress-bar-container .progress .progress-bar {
	background: #6EC1E4;
	box-shadow: none;
}
.progress-bar-container .progress-bar-striped { background-image: none !important; }
.navbar-container .nav-default .navmenu-container nav.navbar-collapse ul.main-nav-list { margin: 0; }
.navbar-container .nav-default .navmenu-container nav.navbar-collapse ul.main-nav-list li a {
    text-decoration: none;
    padding: 15px 15px;
    display: block;
    color: #777;
	border-radius: 0; /*removed roundness*/
	font-size: 16px;
	transition: all 0.2s;
}
.navbar-container .nav-default .navmenu-container nav.navbar-collapse ul.main-nav-list li a:hover { color: #000; }

div[builder-element="TextElement"] { color: #000; }

.unordered-list-container .unordered-list li::before { content: none !important;  }
.unordered-list li i {
    margin-right: 10px;
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1023px)  { /* tablet view */
	.Hide-on-tablet{
		display:none !important;
	}
  }
  @media (min-width: 1024px)  { /* desktop view */
	.Hide-on-desktop{
		display:none !important;
	}
  }
  @media(max-width: 767px){ /* mobile view */
	.Hide-on-mobile{
		display:none !important;
	}
  }
div[builder-element="BlockElement"] {
    justify-content: center;
    align-items: center;
    display: flex;
	flex-direction: column;
}
div[builder-element="CellContainerElement"] { margin: 0; flex: 1; width: 100%; }

h1.jumbotronheading {
	line-height: 1.2;
	font-size: 32px;
}
p.des-jumbotron { line-height: normal; }
.imagecaptionwidgetdiv h2.imagetextheading { font-size: 24px; line-height: 1.2; color: #000; }
h1.pricingtitle { color: #333; font-size: 32px; } /*change text color, inc font size*/

p.pricingdesc { line-height: normal; } /*reduced line height*/
/* Material Box start here */
.material-box{
    background-color: #fff;
    border: 1px solid #e0eded;
    padding: 15px;
	display: flex;
	flex-direction: column;
	gap:0px;
}
.material-box .material-icon{
    text-align: center;
    padding: 10px 0;
}
.material-box .material-icon i{
    font-size: 44px;
}
.material-box .materiallistheading{
    line-height: 1.5;
    font-size: 22px;
    color: #000;
    margin: 0px;
	text-align:center;
}
.material-box .materiallistdesc{
    text-align: center;
    margin: 0 0 10px;
}
/* Material Box end here */

.form-control.selectformbutton { height: auto; } /*set autio height*/

h1[data-type="2"], h1[data-type="3"], h1[data-href],
h2[data-type="2"], h2[data-type="3"], h2[data-href] { cursor: pointer; } /*changed cursor*/

.event-contact-info .contact-info-wrapper { max-width: 360px !important; } /*inc width*/
/* social icon default colors start here */
.socialicon-list-container{display: flex;}.socialicon-list{display: inline-flex;gap: 2px;}.socialicondiv a{display: inline-flex;justify-content: center;align-items: center;}.socialicondiv i{color:#fff}.social-icon:hover{opacity:.9;color:#fff}.social-icon-android{background-color:#a4c639}.social-icon-apple{background-color:#999}.social-icon-behance{background-color:#1769ff}.social-icon-bitbucket{background-color:#205081}.social-icon-codepen{background-color:#000}.social-icon-delicious{background-color:#39f}.social-icon-deviantart{background-color:#05cc47}.social-icon-digg{background-color:#005be2}.social-icon-dribbble{background-color:#ea4c89}.social-icon-elementor{background-color:#d30c5c}.social-icon-envelope{background-color:#ea4335}.social-icon-facebook,.social-icon-facebook-f{background-color:#3b5998}.social-icon-flickr{background-color:#0063dc}.social-icon-foursquare{background-color:#2d5be3}.social-icon-free-code-camp,.social-icon-freecodecamp{background-color:#006400}.social-icon-github{background-color:#333}.social-icon-gitlab{background-color:#e24329}.social-icon-globe{background-color:#69727d}.social-icon-google-plus,.social-icon-google-plus-g{background-color:#dd4b39}.social-icon-houzz{background-color:#7ac142}.social-icon-instagram{background-color:#262626}.social-icon-jsfiddle{background-color:#487aa2}.social-icon-link{background-color:#818a91}.social-icon-linkedin,.social-icon-linkedin-in{background-color:#0077b5}.social-icon-medium{background-color:#00ab6b}.social-icon-meetup{background-color:#ec1c40}.social-icon-mixcloud{background-color:#273a4b}.social-icon-odnoklassniki{background-color:#f4731c}.social-icon-pinterest{background-color:#bd081c}.social-icon-product-hunt{background-color:#da552f}.social-icon-reddit{background-color:#ff4500}.social-icon-rss{background-color:#f26522}.social-icon-shopping-cart{background-color:#4caf50}.social-icon-skype{background-color:#00aff0}.social-icon-slideshare{background-color:#0077b5}.social-icon-snapchat{background-color:#fffc00}.social-icon-soundcloud{background-color:#f80}.social-icon-spotify{background-color:#2ebd59}.social-icon-stack-overflow{background-color:#fe7a15}.social-icon-steam{background-color:#00adee}.social-icon-stumbleupon{background-color:#eb4924}.social-icon-telegram{background-color:#2ca5e0}.social-icon-thumb-tack{background-color:#1aa1d8}.social-icon-tripadvisor{background-color:#589442}.social-icon-tumblr{background-color:#35465c}.social-icon-twitch{background-color:#6441a5}.social-icon-twitter{background-color:#1da1f2}.social-icon-viber{background-color:#665cac}.social-icon-vimeo{background-color:#1ab7ea}.social-icon-vk{background-color:#45668e}.social-icon-weibo{background-color:#dd2430}.social-icon-weixin{background-color:#31a918}.social-icon-whatsapp{background-color:#25d366}.social-icon-wordpress{background-color:#21759b}.social-icon-xing{background-color:#026466}.social-icon-yelp{background-color:#af0606}.social-icon-youtube{background-color:#cd201f}.social-icon-500px{background-color:#0099e5}
/* social icon default colors end here */
/* set default font size for headings  */
[builder-element] h1 {font-size: 32px; font-weight: bold;}
[builder-element] h2 { font-size: 24px; font-weight: bold;}
[builder-element] h3 { font-size: 20px; font-weight: bold;}
[builder-element] h4 { font-size: 16px; font-weight: bold;}
[builder-element] h5 { font-size: 13px; font-weight: bold;}
[builder-element] h6 { font-size: 11px; font-weight: bold;}

@media (max-width: 480px) {
	.image-grid-container .image-grid { flex-direction: column; }
 } /*changed column layout for mobile devices*/
h1.builderelement, h2.builderelement {
    word-wrap: break-word; /*wrap the heading*/
}

/* handle service widget title  */
.mainservicediv .service-box .servicelistheading {
    overflow-wrap: anywhere;
}
