@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('../fonts/CenturyGothicBold.eot');
    src: url('../fonts/CenturyGothicBold.eot') format('embedded-opentype'), url('../fonts/CenturyGothicBold.woff2') format('woff2'), url('../fonts/CenturyGothicBold.woff') format('woff'), url('../fonts/CenturyGothicBold.ttf') format('truetype'), url('../fonts/CenturyGothicBold.svg#CenturyGothicBold') format('svg');
}
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url(../fonts/CenturyGothic-Bold.ttf) format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*default css*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic';
    background: url(../images/background.jpg) left top repeat;
    font-size: 16px;
    line-height: 24px;
}
img {
    max-width: 100%;
    border: none;
    margin: 0 0;
    padding: 0 0;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
    outline: none;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    outline: 0;
}
h2 {
    padding: 0;
    margin: 0;
}
ul.service-like {
    padding: 0;
    margin: 0;
}
ul.service-like li {
    list-style: none;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 24px;
    background: url(../images/bullet.png) left 9px no-repeat;
    padding-left: 15px;
}
/*default css*/

.main_div {
    width: 100%;
    padding: 0;
    margin: 0;
}
.wrapper {
    width: 1130px;
    padding: 0 26px;
    margin: 0 auto 48px;
    background: #fff;
}
/*header_part*/

.header_section {
    padding: 40px 0 50px 0;
    margin: 0;
    width: 100%;
}
.logo_section {
    padding: 0;
    margin: 0;
    float: left;
    width: 18%;
}
.logo_section a {
    display: inline-block;
}
.nav_section {
    float: right;
    width: 80%;
}
.nav_section ul {
    padding: 50px 0 0 0;
    margin: 0;
    float: right;
}
.nav_section ul li {
    color: #0f0e0c;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    /*border-top: 4px solid #fff;*/
    
    border-bottom: 4px solid #fff;
    transition: 0.3s ease;
    padding: 20px 0;
    position: relative;
}
.nav_section ul li:hover,
.nav_section ul li.current-menu-item {
    /* border-top: 4px solid #d6df40;*/
    
    border-bottom: 4px solid #d6df40;
    padding: 20px 0;
}
.nav_section ul li a {
    padding: 0 18px;
    color: #0f0e0c;
    transition: 0.3s ease;
}
.nav_section ul li a:hover,
.nav_section ul li.current-menu-item a {
    color: #d6df40;
}
/*Sub-menu*/

.sub-menu {
    position: absolute;
    left: 0;
    width: 200px;
    top: 62px;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background: #d6df40;
    padding: 0 !important;
}
.sub-menu li {
    border-top: none !important;
    border-bottom: solid 1px #C0C834 !important;
    width: 100% !important;
    float: None!important;
    padding: 0 !important;
    background: #d6df40;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.sub-menu li:hover {
    border-top: none !important;
    border-bottom: solid 1px #C0C834 !important;
    padding: 0 !important;
    background: #191804;
}
.sub-menu li a {
    color: #fff !important;
    padding: 15px !important;
}
.sub-menu li a:hover {
    color: #fff !important;
}
.nav_section ul li:hover .sub-menu {
    opacity: 1;
}
/*content_section*/

.content_section {
    padding: 0;
    margin: 0;
    width: 100%;
}
.content_section_l {
    float: left;
    width: 49%;
}
.content_section_r {
    float: right;
    width: 49%;
}
.img_section {
    position: relative;
}
/*.img_section img{width: 100%;}*/

.about_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/content_bg.png) left top repeat;
    padding: 25px 40px 10px 40px;
}
.about_txt h2 {
    padding: 0 0 20px 0;
    margin: 0;
    color: #000000;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 400;
}
.about_txt h1.seo-heading-bold {
    padding: 0 0 20px 0;
    margin: 0;
    color: #2f2f2f;
    font-size: 17px;
    line-height: 24px;
}
.about_txt p {
    padding: 0 0 20px 0;
    margin: 0;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 24px;
}
.about_txt h1.seo-heading-bold {
    font-weight: 700;
}
.content_section_r ul {
    padding: 0;
    margin: 0;
}
.content_section_r ul li {
    list-style: none;
    width: 100%;
    padding-bottom: 17px;
}
.content_section_r ul li:last-child {
    padding: 0;
}
.content_section_r ul li:nth-child(odd) .content_txt {
    float: left;
    width: 49%;
    background: #d7e040;
    /* min-height: 277px;*/
    
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.content_section_r ul li:nth-child(odd) .content_txt:hover {
    background: #3a3a3a;
    color: #fff;
}
.content_section_r ul li:nth-child(odd) .content_txt:before {
    border-color: transparent transparent transparent #d7e040;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    right: -60px;
    position: absolute;
    top: 38%;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
.content_section_r ul li:nth-child(odd) .content_txt:hover:before {
    border-color: transparent transparent transparent #3a3a3a;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    right: -60px;
    position: absolute;
    top: 38%;
    z-index: 1;
    opacity: 1;
}
.content_section_r ul li:nth-child(odd) .content_txt h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    left: 25px;
    bottom: 25px;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: normal;
}
.content_section_r ul li:nth-child(odd) .content_txt h3 a {
    color: #000;
}
.content_section_r ul li:nth-child(odd) .content_txt:hover h3 a {
    color: #fff;
}
.content_section_r ul li:nth-child(odd) .content_txt h3 a:hover {
    color: #fff;
}
.content_section_r ul li:nth-child(odd) .content_txt .fa {
    padding-left: 16px;
}
.content_section_r ul li:nth-child(odd) .content_img {
    float: right;
    width: 49%;
    text-align: right;
}
/*.content_section_r ul li:nth-child(odd) .content_img:hover{filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); -webkit-filter: grayscale(100%);}*/

.content_section_r ul li:nth-child(odd) .content_img img {
    width: 100%;
}
.content_section_r ul li:nth-child(even) .content_txt {
    float: right;
    width: 49%;
    background: #d7e040;
    /*min-height: 277px;*/
    
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.content_section_r ul li:nth-child(even) .content_txt:hover {
    background: #3a3a3a;
    color: #fff;
}
.content_section_r ul li:nth-child(even) .content_txt:before {
    border-color: transparent #3a3a3a transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    left: -60px;
    position: absolute;
    top: 38%;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
.content_section_r ul li:nth-child(even) .content_txt:hover:before {
    border-color: transparent #3a3a3a transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    left: -60px;
    position: absolute;
    top: 38%;
    z-index: 1;
    opacity: 1;
}
.content_section_r ul li:nth-child(even) .content_txt h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    left: 25px;
    bottom: 25px;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: normal;
}
.content_section_r ul li:nth-child(even) .content_txt h3 a {
    color: #000;
}
.content_section_r ul li:nth-child(even) .content_txt h3 a:hover {
    color: #fff;
}
.content_section_r ul li:nth-child(even) .content_txt:hover h3 a {
    color: #fff;
}
.content_section_r ul li:nth-child(even) .content_txt .fa {
    padding-left: 16px;
}
.content_section_r ul li:nth-child(even) .content_img {
    float: left;
    width: 49%;
    text-align: left;
}
/*.content_section_r ul li:nth-child(even) .content_img:hover{filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); -webkit-filter: grayscale(100%);}*/

.content_section_r ul li:nth-child(even) .content_img img {
    width: 100%;
}
/*testimonial_section*/

.testimonial_section {
    width: 100%;
    padding: 0;
    margin: 0 0 38px 0;
}
.slider {
    width: 100%;
    margin: 20px auto 0;
}
.slick-slide {
    margin: 0px;
}
.slick-slide img {
    /*width: 100%; */
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.testi_div {
    background: #f7f7f7;
    padding: 42px;
}
.testi_img {
    float: left;
    width: 13%;
}
.testi_img p {
    text-align: center;
    padding: 26px 0 0 0;
    margin: 0;
    color: #2f2f2f;
    font-size: 14px;
    line-height: 20px;
}
.testi_txt {
    float: right;
    width: 83%;
}
.testi_txt span {
    padding: 0 0 28px 0;
    display: block;
}
.testi_txt p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #2f2f2f;
    font-style: italic;
}
.slick-prev {
    background: url(../images/arrow.png) left top no-repeat !important;
    width: 29px !important;
    height: 29px !important;
}
.slick-next {
    background: url(../images/arrow2.png) left top no-repeat !important;
    width: 29px !important;
    height: 29px !important;
}
/*footer_section*/

.footer_section {
    padding: 0 0 30px 0;
    margin: 0;
    width: 100%;
}
.footer_l {
    float: left;
    width: 59%;
    text-transform: uppercase;
    font-size: 14px;
	padding-top:10px;
}
.footer_r {
    float: right;
    width: 39%;
}
.footer_r ul {
    padding: 0;
    margin: 0;
    float: right;
}
.footer_r ul li {
    list-style: none;
    float: left;
    padding-right: 10px;
}
.footer_r ul li:hover {}.footer_r ul li:first-child {
    border-right: solid 1px #AAA9A3;
    padding-right: 8px;
    margin-right: 8px;
}
.footer_r ul li:last-child {
    padding: 0;
}
.footer_section ul li a.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.footer_section ul li a.hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*friends_page*/

.friends_section {
    padding: 0;
    margin: 0;
    width: 100%;
}
.friends_top {
    padding: 40px 20px;
    margin: 0 0 66px 0;
    background: #f7f7f7;
    color: #000;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
.friends_content {
    padding: 0;
    margin: 0;
}
.friends_content_box {
    padding: 0;
    margin: 0;
    width: 100%;
}
.friends_content_box h2 {
    padding: 0 0 70px 0;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
}
.friends_box {
    padding: 0 0 45px 0;
    margin: 0;
}
.friends_box_l {
    padding: 0;
    margin: 0;
    float: left;
    width: 24%;
}
.friends_box_r {
    padding: 0;
    margin: 0;
    float: right;
    width: 74.5%;
}
.friends_box_r ul {
    padding: 0;
    margin: 0;
}
.friends_box_r ul li {
    list-style: none;
    float: left;
    width: 32%;
    margin-right: 16px;
    margin-bottom: 30px;
}
.friends_img {
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.friends_img .img_txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/friends_img_bg.png) left top repeat;
}
.friends_img .img_txt span {
    color: #2f2f2f;
    font-size: 19px;
    line-height: 22px;
    /*font-weight: 700;*/
    
    font-family: 'CenturyGothicBold';
    padding: 20px;
    display: block;
}
.green_box {
    background: #d7e040;
    height: 279px;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.green_box:before {
    border-color: transparent transparent transparent #d7e040;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    right: -60px;
    position: absolute;
    top: 38%;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
.green_box:hover {
    background: #3a3a3a;
    color: #fff;
}
.green_box:hover:before {
    border-color: transparent transparent transparent #3a3a3a;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    right: -60px;
    position: absolute;
    top: 38%;
    z-index: 1;
    opacity: 1;
}
.green_box:hover h3 {
    color: #fff;
}
.green_box h3 {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 22px;
    left: 30px;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 25px;
    right: 10px;
    font-weight: 400;
}
.friends_box_r ul li:nth-child(4n+3) {
    padding: 0;
    margin: 0;
}
.grey_box p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 0 0;
    margin: 0;
}
.visit_links {
    padding: 35px 0 0 0;
    margin: 0;
    display: block;
    text-decoration: underline;
    color: #d7e040;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'CenturyGothicBold';
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.visit_links:hover {
    color: #2f2f2f;
}
.more_link {
    color: #2f2f2f;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 0 0 20px;
    display: inline-block;
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;*/
    font-weight: bold;
}
.more_link:hover {
    color: #d7e040;
}
.more_link .fa {
    color: #d7e040;
    padding-left: 8px;
}
/*.grey_box_wrapper{background: #f7f7f7; padding: 0 20px 20px 20px;}*/

.less_link {
    color: #2f2f2f;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 0 0 0;
    display: inline-block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.less_link:hover {
    color: #d7e040;
}
.less_link .fa {
    color: #d7e040;
    padding-left: 8px;
}
.friends_box_r_new {
    float: none;
    width: 100%;
}
.friends_box_r_new ul {
    padding: 0;
    margin: 0;
}
.friends_box_r_new ul li {
    width: 24%;
    margin-right: 16px;
    float: left;
    margin-bottom: 30px;
    list-style: none;
}
.friends_box_r_new ul li:nth-child(4n+4) {
    margin-right: 0;
}
.friends_top h1,
.service_top h1 {
    display: inherit !important;
    font-size: 28px !important;
    font-weight: inherit !important;
    -webkit-margin-before: inherit !important;
    -webkit-margin-start: inherit !important;
    -webkit-margin-end: inherit !important;
    padding: 0;
    margin: 0;
}
/*Service_page*/

.service_section {
    padding: 0;
    margin: 0;
}
.service_top {
    padding: 45px 55px;
    margin: 0 0 50px 0;
    background: #f7f7f7;
    box-sizing: border-box;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 36px;
}
.service_middle {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    border-bottom: solid 1px #dfdfdf;
}
.service_middle_l {
    float: left;
    width: 32%;
}
.service_middle_r {
    float: right;
    width: 65%;
}
.service_middle_r.full {
	width: 100%;
}
.service_middle_r h3 {
    padding: 0 0 23px 0;
    margin: 0;
    color: #2f2f2f;
    font-size: 24px;
    line-height: 30px;
    font-family: 'CenturyGothicBold';
}
.service_middle_r p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #2f2f2f;
}
.service_bottom {
    padding: 0;
    margin: 0;
}
.service_box {
    padding: 0 0 45px 0;
    margin: 0 0 45px 0;
    border-bottom: solid 1px #dfdfdf;
}
.service_box_l {
    float: left;
    width: 32%;
	min-height: 200px;
    background: #d7e040;
    /*min-height: 366px;*/
    
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.service_box_l.full {
	width: 100%;
}
.service_box_l:hover {
    background: #3a3a3a;
    color: #fff;
}
.service_box_l:before {
    border-color: transparent transparent transparent #d7e040;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    right: -60px;
    position: absolute;
    top: 38%;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
.service_box_l:hover:before {
    border-color: transparent transparent transparent #3a3a3a;
    border-image: none;
    border-style: solid;
    border-width: 30px;
    content: "";
    right: -60px;
    position: absolute;
    top: 38%;
    z-index: 1;
    opacity: 1;
}
.service_box_l:hover:before {
	display: none;
}
.service_box_l h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 25px;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: normal;
}
.service_box_l:hover h2 {
    color: #fff;
}
.service_box_l:hover {
    color: #fff;
}
.service_box_l h2:hover {
    color: #fff;
}
.service_box_r {
    float: right;
    width: 65%;
}
.service_grey {
    padding: 40px;
    margin: 40px 0 0 0;
    background: #f7f7f7;
}
.service_grey p {
    padding: 0 0 25px 0;
    margin: 0;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 24px;
}
.service_grey ul {
    padding: 0;
    margin: 0;
}
.service_grey ul li {
    list-style: none;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 24px;
    background: url(../images/bullet.png) left 9px no-repeat;
    padding-left: 15px;
}
.enquire_btn {
    background: #d8df41;
    color: #030000;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
    margin: 30px 0 0 0;
}
.enquire_btn .fa {
    padding-left: 6px;
}
.enquire_btn:hover {
    background: #3a3a3a;
    color: #fff;
}
.service_bottom .service_box:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.service_footer {
    padding: 120px 0 0 0;
    margin: 0;
    text-align: center;
}
.service_footer ul {
    padding: 0;
    margin: 0;
}
.service_footer ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.service_footer ul li:last-child {
    padding-right: 0;
}
.service_footer h4 {
    padding: 38px 0 38px 0;
    margin: 0;
    font-size: 27px;
    color: #010101;
    line-height: 28px;
}
.service_footer p {
    padding: 0;
    margin: 0;
    color: #2f2f2f;
    font-size: 17px;
    line-height: 24px;
}
#left_txt {
    font-size: 16px;
    line-height: 24px;
}
#left_h {
    font-size: 17px;
    line-height: 24px;
    font-family: 'CenturyGothicBold';
}
.i_txt_cont p {
    font-size: 16px;
    line-height: 24px;
}
.i_txt_cont div {
    font-size: 16px;
    line-height: 24px;
}
.service_grey .gform_body ul li {
    background: none;
    padding-left: 0;
}
.service_grey .gform_body ul li label {
    font-size: 16px;
    line-height: 24px;
}
.service_grey .gform_footer input.gform_button {
    background: #d8df41;
    color: #030000;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px !important;
    font-weight: 400;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
    margin: 30px 0 0 0;
    border: none;
    cursor: pointer;
	-webkit-appearance:inherit;
	-moz-appearance:inherit;
	border-radius:0;
	-o-appearance:inherit;
	-ms-appearance:inherit;
}
.service_grey .gform_footer input.gform_button:hover {
    background: #3a3a3a;
    color: #fff;
}

/*11-04-2017*/

.portfolio_content_different h1{display: inherit !important; font-size: 28px !important; font-weight: inherit !important;
-webkit-margin-before: inherit !important; -webkit-margin-start: inherit !important; -webkit-margin-end: inherit !important;
padding: 0 0 15px 0; margin: 0; font-family: 'Century Gothic'; color:#000; letter-spacing:0;}

.portfolio_content_different p{padding: 0; margin: 0; color: #2f2f2f; font-size: 16px; line-height: 24px; font-family: 'Century Gothic'; letter-spacing:0; text-transform:none;}

.i_txt_h, .press_item_h{display: inherit !important; font-size: 22px !important; font-weight: inherit !important;
-webkit-margin-before: inherit !important; -webkit-margin-start: inherit !important; -webkit-margin-end: inherit !important;
padding: 0 0 5px 0; margin: 0; font-family: 'Century Gothic'; color:#000; letter-spacing:0; line-height:22px;}

.t_item, .press_item{margin-bottom:25px; padding-bottom:25px; border-bottom:solid 1px #ccc;}

.margin-zero-class { padding-left:0; }

/* 12-04-2017 */

.portfolio_bridal{margin-top:0 !important; position:relative;}

.portfolio_bridal_box{padding-top:65px;}

.portfolio_bridal #pagination_porto{top:0 !important;}

.portfolio_content_different_new{padding-bottom:25px;}

.portfolio_editorial{margin-top:0 !important; position:relative;}

.portfolio_editorial #pagination_porto{top:0 !important;}

.for_mobile_device_only { display:none; }

.anchor { position: relative; top: -10vh; }