@charset "UTF-8";
@import "poppins.css";
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #F5F5F5;
    color: #272727;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #202A44;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    margin: 0 0 8px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #202A44;
}
p a {
    color: #272727;
}
p {
    line-height: 25px;
    margin-bottom: 10px;
}
a {
    color: #272727;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #272727;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
.wp-caption.alignleft, .wp-caption.alignnone {
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #555;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f2f2f2;
    border: none;
    box-sizing: border-box;
    color: #495057;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}
::placeholder { color: #495057; }
input[type="submit"] {
    outline: none;
    cursor: pointer;
}
form p {
    float: left;
    position: relative;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: inside none disc;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #999;
}
dl dd   { margin-left: 20px; }
address { font-style: italic; }
.ce-main-section {
    float: left;
    width: 100%;
    position: relative;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ce-right-section    { float: right; }
.ce-left-section         { float: left; }
.ce-main-content { padding: 80px 0px 50px; }
.ce-main-wrapper,.ce-main-content,
#ce-footer,.ce-banner-wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.ce-sticky #ce-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 5px 0;
}
.container { max-width: 1280px; }
.ce-main-wrapper { overflow: hidden;}
.top-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 35px;
    text-align: center;
    width: 45px;
    height: 45px;
    color: #272727;
    background-color: #f5f5f5;
    z-index: 9999999;
    border-radius: 5px;
    padding: 2px 0px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
/*omgi-header*/
.ce-main-wrapper { padding-top: 154px; }
.logo { display: inline-block; width: 250px; }
.ce-header {
    z-index: 999;
    padding: 42px 0 41px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.ce-header .row { align-items: center; }
.ce-banner-slider,.slider-layer {
    float: left;
    width: 100%;
    position: relative;
}
.slider-layer {
    height: calc(100vh - 150px);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-size: cover;
}
.slider-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #32373e;
    opacity: 0.85;
}
/*header*/
.header-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.navbar { padding: 0; }
.navbar-nav { align-items: center; }
.navbar-nav > li {
    list-style: none;
    padding: 0px 30px;

    display: flex;
    position: relative;
}
.navbar-nav > li:last-child { padding-right: 0; }
.navbar-nav > li > a {
    padding: 0 !important;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}
.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -13px;
    width: 18px;
    height: 18px;
    background-image: url('../images/hover.webp');
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateX(-50%) scale(0.5);
}
.navbar-nav > li:last-child > a:before { display: none; }
.navbar-nav > li:hover > a:before,
.navbar-nav > li > a.active:before { opacity: 1; transform: translateX(-50%) scale(1);}
/*animated-wrap*/
.ce-banner-wrapper .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5%;
    cursor: pointer;
}
.ce-banner-wrapper .slick-arrow-right {
    transform: scaleX(-1);
    left: auto;
    right: 5%;
}
.ce-banner-wrapper h1 {
    margin: 0 0 15px;
    font-size: 80px;
    font-weight: 600;
    color: #f5f5f5;
}
.ce-banner-wrapper p {
    margin: 0 0 20px;
    color: #f5f5f5;
}
.simple-btn {
    display: inline-block;
}
.simple-btn span {
    background-color: #202A44;
    color: #f5f5f5;
    line-height: 63px;
    float: left;
    padding: 0 20px 0 55px;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
}
.simple-btn.second-color span {
    background-color: #F4E5C0;
    color: #272727;
}
.simple-btn img { float: left; }
.simple-btn:hover span { border-radius: 10px 0 0 10px; }
.simple-btn.header-btn span {padding: 0 12px 0 35px; line-height: 50px;}
.simple-btn.header-btn img {height: 50px;}
/*about-wrap*/
.about-wrap h2 {
    margin: 0 0 15px;
    font-size: 48px;
    font-weight: 600;
}
.about-wrap p {
    margin: 0 0 20px;
}
.ce-about-image {
    margin: -83px 0 0;
    display: inline-block;
}
.ce-about-image figcaption {
    position: absolute;
    left: 0;
    bottom: 62px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f5f5f5;
}
.ce-about-image figcaption span {
    font-size: 100px;
    line-height: 1;
}
.ce-about-image figcaption small {
    font-size: 23px;
}
.ce-about-full {
    background-image: url('../images/about-bg.webp');
    padding: 0 0 100px;
}
.ce-about-full .row { align-items: center; }
/*services-wrap*/
.section-title {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 48px;
    font-weight: 600;
    color: #F4E5C0;
    margin: 0 0 60px;
    line-height: 1;
}
.services-full {
    /*background-image: url('../images/services-bg.webp');*/
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
/*.services-full:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #272727;
    opacity: 0.85;
}*/
.services-wrap ul li {
    list-style: none;
    padding: 0 12px;
    margin-bottom: 60px;
}
.services-wrap ul { margin: 0 -12px; }
.services-wrap a {
    background-color: #202A44;
    border: 1px solid #F4E5C0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 36px;
    transition: all 0.4s ease-in-out;
}
.services-wrap li:hover a { box-shadow: 0 0 10px rgba(255,255,255,0.2); transform: translateY(-10px); }
.services-wrap img {
    position: absolute;
    right: 51px;
    top: 28px;
}
.services-wrap small,
.services-wrap h2 {
    color: #F4E5C0;
}
.services-wrap small {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 15px;
}
.services-wrap h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 46px;
    margin: 0 0 20px;
}
.services-wrap span {
    color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    display: inline-block;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    line-height: 1.3;
}
.services-wrap li :hover span { color: #F4E5C0; }
.services-wrap p {
    margin: 0 0 20px;
    color: #f5f5f5;
    width: 91%;
}
.center {
    display: flex;
    width: 100%;
    justify-content: center;
}
/*team*/
.team-full { padding: 100px 0; }
.section-title.color { color: #202A44; }
.section-title.white { color: #f5f5f5; }
.team-content img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.12);
}
.team-content:hover img { border-radius: 10px; }
.team-content section {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    height: 76px;
    transition: all 0.4s ease-in-out;
    padding: 24px 33px 24px;
    overflow: hidden;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.12);
    position: relative;
}
.team-content section:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    width: 174%;
    height: 132%;
    background: rgb(241,218,163);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    background: radial-gradient(circle, rgba(241,218,163,1) 0%, rgba(162,141,91,1) 100%);
}
.team-content:hover section:before { opacity: 1; }
.team-content:hover section { height: 204px; }
.team-content a {
    position: relative;
}
.team-content section h2 {
    color: #272727;
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    position: relative;
}
.team-content:hover section h2,
.team-content section small {
    color: #f5f5f5;
    position: relative;
}
.team-layer { padding: 0 27px; margin-bottom: 60px;}
.team-text {
    position: absolute;
    left: 0;
    bottom: -15px;
    padding: 0 24px;
}
.team-content section small {
    font-size: 16px;
    display: block;
    margin-bottom: 11px;
}
.team-content section p {
    color: #f5f5f5;
    margin: 0;
    position: relative;
}
.team-wrapper { position: relative; }
.team-wrapper .slick-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
.team-wrapper .slick-arrow.slick-arrow-right { left: auto; right: -40px; transform: scaleX(-1); }
/*work-wrapper*/
.work-full {
    background-image: url('../images/work.webp');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.work-full:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #272727;
    opacity: 0.85;
}
.work-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.work-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -27px;
}
.work-wrapper ul li {
    width: 33.333%;
    padding: 0 27px;
    margin-bottom: 60px;
    list-style: none;
}
.work-wrapper figure {
    margin: 0;
}
.work-wrapper figure:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #272727;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.work-wrapper ul li:hover figure:before { opacity: 0.6; }
.work-wrapper img { width: 100%; }
.work-wrapper section {
    background-color: #f5f5f5;
    width: 100%;
    padding: 20px;
}
.work-wrapper section h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}
.work-wrapper section p {
    margin: 0 0 10px;
}
.work-wrapper section span {
    color: #202A44;
    border-bottom: 1px solid #202A44;
    display: inline-block;
    font-weight: 600;
    line-height: 1.3;
    transition: all 0.4s ease-in-out;
}
.work-wrapper li:hover section span { color: #000; }
/*Testimonial*/
.testimonial-full {
    padding: 100px 0 150px;
}
.testimonials-wrapper { position: relative; }
.testi-layer {
    display: flex !important;
    align-items: center;
    padding: 20px 115px;
}
.testi-layer figure {
    flex: 0 0 120px;
    max-width: 120px;
    height: 120px;
    margin: 0 -8px 0 0;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.16);
}
.testi-layer figure:before {
    content: '';
    position: absolute;
    top: -41px;
    right: -41px;
    width: 82px;
    height: 82px;
    background-image: url('../images/star.webp');
}
.testi-layer figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testi-layer section {
    padding: 50px;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.16);
}
.testi-layer section h3 {
    margin: 0 0 16px;
    font-weight: 600;
}
.testi-layer section p { margin: 0; }
.testimonials-wrapper .slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
.testimonials-wrapper .slick-arrow.slick-arrow-right { left: auto; right: 0px; transform: scaleX(-1); }
.testimonials-wrapper .slick-dots { bottom: -60px; }
.slick-dots li { margin: 0 25px; }
.slick-dots li button {
    background-color: #202A44;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
    float: left;
    width: 16px;
    cursor: pointer;
    height: 16px;
}
.slick-dots li.slick-active button { background: #B3995D; cursor: default; }
/*partner-wrapper*/
.partner-wrapper {
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
    border: 1px solid #DFDFDF;
    border-right: none;
    background-color: #FAFAFA;
    z-index: 1;
}
.partner-layer { border-right: 1px solid #DFDFDF; }
.partner-layer img {
    filter: grayscale(1);
    transition: all 0.4s ease-in-out;
    width: 100%;
}
.partner-layer img:hover {
    filter: none;
}
/*call-to-action-full*/
.call-to-action-full {
    background-color: #202A44;
    padding: 100px 0;
}
.call-to-action-full:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/cta.webp');
}
.cta-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.cta-section .section-title { margin-bottom: 20px; }
.cta-section p {
    color: #f5f5f5;
    margin: 0 0 40px;
}
/*footer*/
.row-x { justify-content: center; }
.ce-footer-one {
    background-image: url('../images/footer.webp');
    padding: 65px 0 0;
    display: flex;
    width: 100%;
    background-position: center;
    background-size: cover;
    flex-direction: column;
}
.ce-footer-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #272727;
    opacity: 0.85;
}
/*footer-heading*/
.footer-heading {
    color: #B3995D;
    margin: 0 0 24px;
    font-weight: 600;
    text-align: center;
}
.footer-about p {
    margin: 0;
    color: #f5f5f5;
}
.quick-links { display: flex; justify-content: center; }
.quick-links ul { display: flex; }
.quick-links ul li {
    list-style: none;
    margin: 0 20px 0;
}
.quick-links ul li a {
    color: #f5f5f5;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.quick-links ul li a:before {
    content: '';
    width: 18px;
    height: 18px;
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
    background-image: url('../images/star.webp');
    display: flex;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.quick-links ul li a:hover:before { transform: rotate(45deg); }
/*.footer-contact ul*/
.footer-contact ul { display: flex; justify-content: center; }
.footer-contact ul li,
.footer-contact ul li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.footer-contact ul li a:hover { text-decoration: underline; }
.footer-contact ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin: 0 20px;
}
.footer-contact ul li i {
    margin-right: 20px;
    margin-top: 4px;
    font-size: 20px;
}
.social li {
    list-style: none;
    margin-right: 60px;
    line-height: 24px;
}
.social li:last-child { margin-right: 0; }
.social li a {
    color: #B3995D;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}
.social li a:hover { color: #fff; transform: scaleX(1.2); }
.social {
    display: flex;
    align-items: center;
}
/*footer-logo*/
.footer-logo { margin-bottom: 35px; }
.copyright {
    background-color: #A28D5B;
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.copyright span,
.copyright span a {
    color: #f5f5f5;
    font-size: 13px;
}
.copyright .container { display: flex; }
.footer-widgets { padding-bottom: 40px; }
.footer-widgets hr {
    border-top-color: rgba(255,255,255,0.3);
    max-width: 55%;
    margin: 1rem auto;
}
/*About*/
/*sub-banner*/
.sub-banner {
    background-image: url('../images/banner2.webp');
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.sub-banner h1 {
    position: relative;
    color: #f5f5f5;
    font-weight: 600;
    font-size: 55px;
    margin: 0;
}
.sub-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #32373e;
    opacity: 0.85;
}
.about-page-image { margin-bottom: 30px; border: 20px solid #A28D5B; }
.about-team { padding-bottom: 70px; }
.about-team .row { align-items: center; }
.who-we-arefull {
    background-image: url('../images/services-bg.webp');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.who-we-arefull:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #272727;
    opacity: 0.85;
}
.who-we-arefull .row { align-items: center; }
.who-we-are-img {
    margin: 0 -30px;
    background-image: url('../images/who-we-are-shape.webp');
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.who-we-are-img img {
    box-shadow: 4px 4px 16px rgba(0,0,0,0.16);
}
.who-we-are { padding-right: 25px; }
.who-we-are h2 {
    color: #f5f5f5;
    margin-bottom: 30px;
    font-size: 60px;
    letter-spacing: 1.4px;
    line-height: 80px;
    font-weight: 600;
}
.web-detailfull .who-we-are h2,
.web-detailfull .who-we-are p { color: #101B39; }
.who-we-are p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 29px;
    color: #f5f5f5;
    letter-spacing: 0.7px;
}
/*services-page-full*/
.services-page-full {
    padding: 100px 0 70px;
}
.services-page-full .row { align-items: center; }
.service-image {
    margin: 0 0 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.service-image img { width: 100%; }
/*service-content-wrap*/
.service-content-wrap h2 {
    margin: 0 0 20px;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
}
.service-content-wrap p { margin-bottom: 20px; }
.list-style-one {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.list-style-one li {
    list-style: none;
    width: 50%;
    margin-bottom: 20px;
    display: flex;
    font-size: 18px;
    padding: 0 5px;
}
.list-style-one li:before {
    content: '';
    width: 18px;
    flex: 0 0 18px;
    height: 18px;
    margin-top: 5px;
    transition: all 0.4s ease-in-out;
    margin-right: 20px;
    background-image: url('../images/star.webp');
    display: flex;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-servicces {
    background-image: url('../images/services-bg.webp');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-servicces:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #272727;
    opacity: 0.85;
}
.bg-servicces p { margin-bottom: 30px; }
.bg-servicces ul li,.bg-servicces h2,.bg-servicces p {
    color: #f5f5f5;
}
/*ce-contact-form*/
.ce-contact-form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.ce-contact-form h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.ce-contact-form p { margin-bottom: 30px; }
.ce-contact-form ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.ce-contact-form ul li {
    list-style: none;
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.ce-contact-form ul li.full { width: 100%; }
.ce-contact-form ul li.third { width: 33.33%; }
.form-wrap .form-control {
    height: 50px;
    border: 1px solid #ddd;
    background-color: transparent;
    padding-left: 15px;
}
.ce-contact-form ul li textarea.form-control { height: 120px; font-size: 14px;}
.ce-contact-form ul li > img {
    width: 300px;
}
button { cursor: pointer; }
.ce-contact-form ul li .simple-btn { background: transparent; }
.contact-information h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.contact-information ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.contact-information i { margin-right: 10px; }
/*team-member*/
.team-member {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 0.4s ease-in-out;
}
.team-member:hover { box-shadow: 0 0 30px rgba(0,0,0,0.2); }
.team-member figure {
    width: 40%;
    margin: 0;
}
.team-member section {
    width: 60%;
    padding-left: 30px;
}
.team-member figure img {
    width: 100%;
}
.team-member section h2 {
    font-weight: 600;
    font-size: 28px;
    margin: 0;
}
.team-member section small {
    display: block;
    margin: 0 0 15px;
}
