/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 16px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.Saran
{
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    background: #44bdce;
    /*border: 1px solid #000;*/
    z-index: 999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Saran a
{
    color: #fff;
}
.Saran:before, .Saran:after
{
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    content: "";
    z-index: -1
    /*border-left: 1px solid #000;
    border-right: 1px solid #000;*/
}
.Saran:before
{
    transform: rotatez(120deg);
    background-color: #44bdce;
    left: 0;
}
.Saran:after
{
    transform: rotatez(-120deg);
    background-color: #44bdce;
    right: 0;
}
[class^="hexrow"]
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}
[class^="hexrow"] .Saran
{
    visibility: hidden;
}
[class^="hexrow"]  .Saran.active
{
    visibility: visible;
}
.hexrow3
{
    margin-top: 6%;
}
.hexrow4, .hexrow2
{
    margin-top: 6%;
    margin-left: -10%;
}
.list-white li, .list-white p, .list-white h3
{
    color: #fff;
}
.row.no-gutter.equal-height-columns
{
    display: flex;
}
.services .service-block
{
    height: 100%;
}
@media (max-width: 767px)
{
    .row.no-gutter.equal-height-columns
    {
        flex-flow: row wrap;
    }
    .row.no-gutter.equal-height-columns .col-sm-3
    {
        width: 50%;
    }
}