body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden
}

br {
    display: block;
    line-height: 1.6em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

input,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr:nth-child td {
    white-space: nowrap
}

img {
    border: 0;
    max-width: 100%;
}

#w {
    display: block;
    margin: 0 auto;
    padding: 2px 3px;
}

.slidernav a {
    padding: 0;
}

@media (min-width:320px) {
    #w {
        max-width: 300px;
    }
    .slidernav a {
        padding: 5px 8px;
    }
}

@media (min-width:768px) {
    #w {
        max-width: 650px;
    }
}

@media (min-width:992px) {
    #w {
        max-width: 830px;
    }
}

.crsl-items {
    display: block;
    padding: 5px 5px 5px 0;
}

.crsl-item .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.crsl-item .thumbnail img {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.crsl-item .thumbnail:hover img {
    opacity: 0.8;
}

.crsl-item h3 {
    font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 1.95em;
    line-height: 1.25em;
    margin-bottom: 12px;
}

.crsl-item h3 a {
    text-decoration: none;
    color: #333;
}

.crsl-item h3 a:hover {
    text-decoration: underline;
}

.crsl-item .postdate {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    font-weight: bold;
    background: #4e90da;
}

.crsl-item p {
    font-size: 1.2em;
    line-height: 1.55em;
    margin-bottom: 5px;
}

.crsl-item p.readmore a {
    display: block;
    float: right;
    color: #4e90da;
    padding: 3px 5px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.crsl-item p.readmore a:hover {
    background: #4b6caa;
    color: #fff;
}

.slidernav {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin: -225px auto 210px 0;
}

.slidernav a {
    display: inline-block;
    font-size: 1.4em;
    color: #666;
    text-decoration: none;
}

.slidernav a.previous {
    position: absolute;
    text-align: left;
}

.slidernav a.next {
    position: absolute;
    text-align: right;
}

.slidernav a:active {}

.crsl-wrap a {
    padding: 0;
    margin: 0;
    clear: both;
    display: block;
    padding: 0;
}

.crsl-wrap ul {
    padding: 0;
    margin: 0;
    background: blue;
}

.crsl-wrap ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.crsl-wrap ul li a {
    margin: 3px 1px;
    padding: 0;
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.crsl-wrap ul li a:hover {
    color: #ffffff;
    border: 1px solid #e46142;
    background: #e46142;
}

@media screen and (max-width:660px) {
    h1 {
        font-size: 2.4em;
        line-height: 1.2em;
    }
    .crsl-item h3 {
        font-size: 1.65em;
    }
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
    width: 100%;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*homepage logo*/

.txt-template {
    max-width: 80px;
}

.edca-title {
    font-size: 38px;
    color: #fff;
    white-space: nowrap;
    padding-top: 2%;
    text-align: center;
    display: block;
    margin: 0 auto
}

#home-info {
    margin-top: -55px
}

#bg-submenu {
    margin-top: -80px;
    padding: 5px 0;
    box-sizing: border-box
}

#top-menu {
    margin-top: 3.8%;
    border-top: 60px solid rgba(61, 44, 10, 0.6);
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    height: 0;
    width: 93%;
    /* margin-left: 3%; */
    position: relative;
    left: 3.56%;
    /* height: 61px; */
}

#bg-menu {
    padding: 6px 0;
    border-top: 80px solid #16B8F8;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    ;
    height: 0;
    position: relative;
    z-index: -1
}

.txt-template1 {
    max-width: 75px;
}

#bg-aboout {
    background: #d1a9c3;
    padding: 25px;
    border-radius: 10px 10px 10px 0
}

#bg-aboout h1,
.templatemo_service_title {
    color: #fff
}

.crsl-item p {
    border-radius: 5px 5px 5px 0;
    color: #333;
    padding: 10px;
    min-height: 175px;
    border: 1px solid #16B8F8
}

.crsl-item p1 {
    border-radius: 5px 5px 5px 0;
    color: #333;
    padding: 10px;
    min-height: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #85C1E9
}

.crsl-item l {
    border-radius: 5px 5px 5px 0;
    color: #333;
    padding: 10px;
    min-height: 175px;
    border: 1px solid gray
}

.crsl-item l1 {
    border-radius: 5px 5px 5px 0;
    color: #333;
    padding: 10px;
    min-height: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid gray
}

#edca-address p {
    color: #fff
}

.clear-space {
    margin: 60px
}

.grey-footer h5 {
    padding-left: 4%;
}

.white-bg {
    color: #fff
}

.white-bg:hover .fa {
    color: #16B8F8;
}

.clear-spaces {
    margin-top: 6%
}

.dark-bg img {
    border-radius: 5px
}

.light-bg img {
    border-radius: 5px
}

.dark-bg,
.light-bg {
    width: 100%;
    table-layout: fixed;
}

.dark-bg td,
.light-bg td {
    padding: 10px;
    word-wrap: break-word
}

.dark-bg tr:nth-child(odd) {
    background: #16B8F8;
    color: black;
}

.dark-bg tr:nth-child(even) {
    background: #fff
}

.light-bg tr:nth-child(odd) {
    background: #d1a9c3;
    color: #656464
}

.light-bg tr:nth-child(even) {
    background: #fff
}

#partner-menu {
    padding-top: 5%
}

#space-footer {
    padding-top: 5%
}

#map-canvas,
#map_canvas {
    height: 100%;
}

@media print {
    html,
    body {
        height: auto;
    }
    #map_canvas {
        height: 650px;
    }
}


/* body { */


/* margin: 2em; */


/* } */

aside {
    background: #d1a9c3;
    /* same color as selected state on site menu */
    padding: 0.3em 1em;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 2em;
}

textarea {
    width: 100%;
}

.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

.is-center {
    text-align: center;
}

.button-success {
    color: black;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #16B8F8;
    /* rgb(28, 184, 65);  this is a green */
}

.button-xlarge {
    font-size: 125%;
}

button {
    /*float: right;*/
}

#name,
#email {
    width: 50%;
}


/* Common style */

.gri {
    width: 100%;
}

.gri figure {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #474747;
    text-align: center;
    cursor: pointer;
}

.gri img {
    position: relative;
    display: block;
    opacity: 1;
    width: 100%;
}

.gri figure figcaption {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gri figure figcaption::before,
.gri figure figcaption::after {
    pointer-events: none;
}

.gri figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* 
 * 	what we do
 */

.gri img {
    width: 100%;
}

.wedo {
    padding-right: 20px;
    width: 380px;
}

#our-news .wedo {
    margin-right: 30px;
    width: 370px;
}

#our-news .wedo:nth-child(3) {
    margin-right: 0px !important;
}

.wedo .effect-layla {
    border-bottom: 4px solid #e5e5e5;
}

#what-we .wedo .effect-layla {
    border-bottom: 4px solid #fff;
}

#what-we .wedo:hover .effect-layla {
    border-bottom: 4px solid #e5e5e5;
}

.wedo:hover figure.effect-layla figcaption::before,
.wedo:hover figure.effect-layla figcaption::after {
    opacity: 1 !important;
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
}

.wedo h4 {
    font-weight: normal;
    border-bottom: 1px solid #adadad;
    padding-bottom: 20px;
    margin-bottom: 26px;
    margin-top: 30px;
}

.wedo .more a {
    color: #656565;
    text-transform: uppercase;
    border: 1px solid #656565;
    display: inline-block;
    padding: 8px 16px;
}

.wedo .more a:hover {
    color: #fff;
}

.wedo p {
    margin-bottom: 36px;
}

.more {
    margin-right: 9px;
}

.wedo .estimate a {
    color: #656565;
    text-transform: uppercase;
    border: 1px solid #656565;
    display: inline-block;
    padding: 8px 26px;
}

.wedo .estimate a:hover {
    color: #fff;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

.owl-theme .owl-controls .owl-buttons {
    text-align: center;
    display: none;
}

.client-reviews .owl-theme .owl-controls .owl-page span {
    display: none;
}

figure.effect-layla ::before,
figure.effect-layla ::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla ::before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border-top: 2px solid #16B8F8;
    border-bottom: 2px solid #16B8F8;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla ::after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border-right: 2px solid #16B8F8;
    border-left: 2px solid #16B8F8;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p,
figure.effect-layla h3,
figure.effect-layla .link {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
}

figure.effect-layla:hover img {
    opacity: 1;
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* PADDING BOTTOM */

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-44 {
    padding-bottom: 44px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-54 {
    padding-bottom: 54px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-64 {
    padding-bottom: 64px;
}

.padding-bottom-74 {
    padding-bottom: 74px;
}

.padding-bottom-67 {
    padding-bottom: 67px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-74 {
    padding-bottom: 74px;
}

.padding-bottom-84 {
    padding-bottom: 84px;
}

.padding-bottom-77 {
    padding-bottom: 77px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-114 {
    padding-bottom: 114px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-170 {
    padding-bottom: 170px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.padding-bottom-250 {
    padding-bottom: 250px;
}

.padding-bottom-270 {
    padding-bottom: 270px;
}


/* PADDING TOP */

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-54 {
    padding-top: 54px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-64 {
    padding-top: 64px;
}

.padding-top-67 {
    padding-top: 67px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-84 {
    padding-top: 84px;
}

.padding-top-74 {
    padding-top: 74px;
}

.padding-top-77 {
    padding-top: 77px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-130 {
    padding-top: 130px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-160 {
    padding-top: 160px;
}

.padding-top-170 {
    padding-top: 170px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-top-200 {
    padding-top: 200px;
}

.padding-top-250 {
    padding-top: 250px;
}

.padding-top-270 {
    padding-top: 270px;
}


/* MARGIN BOTTOM */

.margin-bottom-0 {
    margin-top: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px!important;
}

.margin-bottom-15 {
    margin-bottom: 15px!important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-bottom-120 {
    margin-bottom: 150px;
}

.margin-bottom-200 {
    margin-bottom: 200px;
}

.margin-bottom-250 {
    margin-bottom: 250px;
}

.margin-bottom-270 {
    margin-bottom: 270px;
}


/* MARGIN TOP */

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-110 {
    margin-top: 110px;
}

.margin-top-120 {
    margin-top: 100px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-top-170 {
    margin-top: 170px;
}

.margin-top-200 {
    margin-top: 200px;
}

.margin-top-250 {
    margin-top: 250px;
}

.margin-top-270 {
    margin-top: 270px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-left-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.padding-0 {
    padding: 0;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.width-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.color-white {
    color: #fff;
}

.background-color-white {
    background: #fff;
}

.background-color-gray {
    background: #e5e5e5;
}

.border-color-white {
    border-color: #fff;
}

.background-color-yelo {
    background-color: #f4f4f4;
}

.float-left {
    float: left;
}

.background-color-dark {
    background-color: #3d3d3d !important;
}

img,
img:hover,
img:focus {
    border: none !important;
}

.griImg {
    height: 225px;
}

.popupgriImg {
    height: 225px;
    width: 100%;
}

.txtJus {
    text-align: justify;
}

.value {
    list-style: none;
    padding-left: 0px;
    color: #571A22;
    font-family: "robotoregular";
}

.mission>li {
    color: #571A22;
    font-family: "robotoregular";
}

textarea {
    resize: none;
}

.has-error {
    color: #e1362f;
    font-size: 10px;
}

.has-error>input[type="text"],
.has-error>input[type="date"],
.has-error>textarea {
    border: 1px solid #e1362f !important;
}

@media screen and (max-width:360px) {
    .main-title h1 {
        font-size: 35px;
    }
}

.btn.btn-brown {
    margin-bottom: 10px;
    width: 100px;
    color: black;
    background-color: #16B8F8;
    border-color: #16B8F8;
}

.input-group-addon {
    color: black!important;
    background-color: #16B8F8!important;
    border-color: #16B8F8!important;
}