/*
Theme Name: MDV
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/*--------------------------------------
fonts
---------------------------------------*/
@font-face {
  font-family: 'Gibson-Regular';
  src: url('fonts/Gibson-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Gibson-Regular.otf')  format('opentype'),
         url('fonts/Gibson-Regular.woff') format('woff'), url('fonts/Gibson-Regular.ttf')  format('truetype'), url('fonts/Gibson-Regular.svg#Gibson-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gibson-Bold';
  src: url('fonts/Gibson-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Gibson-Bold.otf')  format('opentype'),
         url('fonts/Gibson-Bold.woff') format('woff'), url('fonts/Gibson-Bold.ttf')  format('truetype'), url('fonts/Gibson-Bold.svg#Gibson-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gibson-SemiBold';
  src: url('fonts/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'),  url('fonts/Gibson-SemiBold.otf')  format('opentype'),
         url('fonts/Gibson-SemiBold.woff') format('woff'), url('fonts/Gibson-SemiBold.ttf')  format('truetype'), url('fonts/Gibson-SemiBold.svg#Gibson-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gibson-Light';
  src: url('fonts/Gibson-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Gibson-Light.otf')  format('opentype'),
         url('fonts/Gibson-Light.woff') format('woff'), url('fonts/Gibson-Light.ttf')  format('truetype'), url('fonts/Gibson-Light.svg#Gibson-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}





/*--------------------------------------
fonts
---------------------------------------*/
/*--------------------------------------
base
---------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "europa", sans-serif;
    color: #92949c;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::-moz-selection {
    background: #43dacc;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #43dacc;
    text-shadow: none;
    color: #fff;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------base style---------------*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.img-responsive{
    display: block;
    max-width: 100%;
}
body{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 18px;
}
.mainwrap{
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


/*---------------base style---------------*/
h1, p{
	padding:0;
	margin:0;
}
a{
	display:inline-block;
	text-decoration:none;
	color:#a2a2a2;
}

.more-btn{
	width:190px;
	display:block;
	margin:0 auto;
	border:1px solid #a2a2a2;
	text-align:center;
	text-transform:uppercase;
	height:38px;
	font:16px/38px 'Gibson-Regular';
    transition: 0.4s ease-in-out all;
    -webkit-transition: 0.4s ease-in-out all;
    -moz-transition: 0.4s ease-in-out all;
    -ms-transition: 0.4s ease-in-out all;
}
.more-btn:hover{
    background: #43dacc;
    border: 1px solid #43dacc;
    color: #fff;
    transition: 0.4s ease-in-out all;
    -webkit-transition: 0.4s ease-in-out all;
    -moz-transition: 0.4s ease-in-out all;
    -ms-transition: 0.4s ease-in-out all;
}

/*--------------------------------------
 Header Style
--------------------------------------*/
.mainnav{
    border-bottom: 8px solid #e7e3de;
    background: #fff;
    z-index: 99999;
	position:relative;
}
.mainnav .mainwrap{
    padding-left: 116px;
    padding-right: 116px;
}
.list-nav{
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style: none;
}
#prmrtrgr{
    display: none;
}
#prmrtrgr i{
    font-size: 35px;
    color: #43DACC;
    text-shadow: 1px 1px 1px #E7E3DE;
    -webkit-text-shadow: 1px 1px 1px #E7E3DE;
    -moz-text-shadow: 1px 1px 1px #E7E3DE;
    -ms-text-shadow: 1px 1px 1px #E7E3DE;
    -o-text-shadow: 1px 1px 1px #E7E3DE;
}
#prmrtrgr:hover i{
    font-size: 35px;
    color: #43DACC;
    text-shadow: 1px 2px 1px #E7E3DE;
    -webkit-text-shadow: 1px 2px 1px #E7E3DE;
    -moz-text-shadow: 1px 2px 1px #E7E3DE;
    -ms-text-shadow: 1px 2px 1px #E7E3DE;
    -o-text-shadow: 1px 2px 1px #E7E3DE;
}
.mobilogo{
    display: none;
}
/* Nav Magic Line */
#nav-magic {
    position: relative;
}
#nav-magic li {
    display: inline-block;
}
#nav-magic a {
    font-family: 'Gibson-Regular', sans-serif;
    color: #455879;
    font-size: 16px;
    float: left;
    padding: 48px 15px 28px;
    text-decoration: none;
    text-transform: uppercase;
}
#nav-magic a:hover {
    color: #293853;
}
#magic-line {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100px;
    height: 8px;
    background: #43dacc;
}
.current_page_item a {
    color: #293853 !important;
}
.ie6 #nav-magic li, .ie7 #nav-magic li {
    display: inline;
}
.ie6 #magic-line {
    bottom: -3px;
}




/*--------------------------------------
 Footer Style
--------------------------------------*/
.footer{
    position: relative;
}
.footbtmsec{
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.footupsec{
    display: table;
    width: 100%;
}
.footlft,
.footrght{
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding-top: 60px;
    padding-bottom: 92px;
}
.footlft{
    background: #43dacc;
    padding-left: 14%;
    padding-right: 75px;
}
.footrght{
   /*background: url(images/footer-img.png) no-repeat top right;
   background-size: cover;
   padding-right: 14%;
   padding-left: 45px;*/
}
.finnrwrp{
    max-width: 450px;
}
.footlft h3{
    font-family: 'Gibson-Regular', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 3px;
}
.footlft p,
.footlft{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    line-height: 28px;
}
.footlft address{
    margin-top: 45px;
    font-style: normal;
}
ul.leftlogoft{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.leftlogoft li{
    display: inline-block;
    margin-right: 15px;
}
ul.leftlogoft li a img {
    max-height: 100px;
}
.footlft address h3{
    font-style: normal;
    margin-bottom: 0px;
    margin-bottom: 12px;
}
.footlft address p{
    margin-bottom: 0px;
}
.footlft address span.bblock{
    color: #5d5d5d;
    font-size: 16px;
}
.sprtrtxt{
    border-top: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
    padding: 20px 0;
    margin: 22px 0 30px;
}
.sprtrtxt a{
    color: #5d5d5d;
    text-decoration: none;
}
.sprtrtxt a:hover{
    text-decoration: underline;
}
.footnav{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footnav li a{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Gibson-Regular', sans-serif;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 25px;
}
.footnav li:last-child a{
    margin-bottom: 0px;
}
.ftinrwrp{
    /*max-width: 980px;*/
    width: 72%;
    margin: 0 auto;
}
.cpytxtlft,
.cpytxtrght{
    width: 50%;
    font-size: 14px;
    font-family: 'Gibson-Regular', sans-serif;
}
.cpytxtlft{
    float: left;
    color: #5d5d5d;
}
.cpytxtrght{
    float: right;
    text-align: right;
    color: #43dacc;
}
.cpytxtrght a{
    color: #43dacc;
    text-decoration: none;
}
.cpytxtrght a:hover{
    color: #fff;
    text-decoration: underline;
}
.shrtimglnk{
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
}




/*--------------------------------------
 Banner Style
--------------------------------------*/

.slider-sec{
	border-bottom:20px solid #43dacc;
}
.slider-sec img{
    width: 100%;
    height: auto;
}


/*--------------------------------------
 Introduction Style
--------------------------------------*/

.intro-sec{
	padding:105px 0;
	max-width:825px;
	margin:0 auto;
	text-align:center;
	letter-spacing:3px;
}

.intro-sec h1{
	font:24px/28px 'Gibson-SemiBold';
	color:#000;
	margin-bottom:15px;
}

.intro-sec p.tagline,
.intro-sec h2{
	font:22px/26px 'Gibson-Regular';
	color:#4d4d4d;
	text-transform:uppercase;
    margin: 0px;
    padding: 0px;
}

.intro-txt{
	max-width:705px;
	margin:60px auto;
	letter-spacing:1px;
	color:#666;
	font:18px/32px 'Gibson-Light';
}

.intro-txt p{
	margin-bottom:15px;
}

.intro-txt p a{
	font-family:'Gibson-Regular';
	color:#43dacc;
}


/*--------------------------------------
 Service Style
--------------------------------------*/

.servce-sec{
	background:url(images/service-bg.png) 50% 50% no-repeat fixed;
	background-size:cover;
	position:relative;
	padding: 90px 100px;
    color: #fff;
    letter-spacing: 3px;
}
.grey-shed{
	background-color:rgba(0,0,0,0.70);;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
    z-index: 0;
}
.srvcs-sec-cont{
    position: relative;
    z-index: 1;
}
.servce-sec h1{
    font-family: 'Gibson-SemiBold', sans-serif;
    font-size: 27px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 3px;
}
.servce-sec h3{
    text-align: center;
    font: 22px/26px 'Gibson-Regular';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.item-band{
    width: 25%;
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid #3C7975;
}
.msnorwrap .item-band:first-child{
    padding-left: 0px;
}
.msnorwrap .item-band:last-child{
    padding-right: 0px;
    border-right: 0px;
}
.msnorwrap .item{
    width: 25%;
    float: left;
}
.item-band .item{
    padding-bottom: 50px;
    border-bottom: 1px solid #3C7975;
    min-height: 300px;
    position: relative;
}
.item-band .item:last-child{
    padding-bottom: 0px;
    padding-top: 50px;
    border-bottom: 0px;
}
.msnorwrap .item h3{
    font-family: 'Gibson-Light';
    font-size: 25px;
    text-align: left;
    text-transform: none;
    margin: 0px;
    padding:  0px;
    margin-bottom: 25px;
    line-height: 34px;
    text-decoration: none;
}
.msnorwrap .item h3 a{
    color: #fff;
    text-decoration: none;
}
.msnorwrap .item p,
.msnorwrap .item a p{
    /*font-family: 'Gibson-Light';
    font-size: 17px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 35px;
    font-weight: 300;*/
    letter-spacing: 1px;
    color: #666;
    font: 18px/32px 'Gibson-Light';
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
.msnorwrap {
    padding-top: 60px;
}
.msnorwrap .item a p{
    padding-bottom: 30px;
}
.msnorwrap .item .grnarrowbtn{
    margin-bottom: 50px;
}
.msnorwrap .item{
    padding: 0 35px 50px;
    border-right: 1px solid #3C7975;
}
.msnorwrap .item::after{
    content: '';
    display: block;
    border-bottom: 1px solid #3C7975;
    width: 100%;
}
.msnorwrap .item:nth-child(4n+4){
    padding-right: 0px;
    border-right: 0px;
}
.msnorwrap .item:nth-child(4n+1){
    padding-left: 0px;
}
.msnorwrap .item:nth-last-child(-n+4){
    padding-bottom: 0px;
}
.msnorwrap .item:nth-last-child(-n+4)::after{
    content: '';
    display: block;
    border-bottom: 1px solid transparent;
    width: 100%;
}
.grnarrowbtn{
    font-size: 12px;
    color: #43dacc;
    background: url(images/arrow-btn.png) no-repeat left center;
    width: 171px;
    height: 45px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 14px;
    padding-left: 15px;
    /*position: absolute;
    bottom: 40px;*/
}
.grnarrowbtn:hover{
    background: url(images/arrow-btn-hvr.png) no-repeat left center;
}
.item-band .item:last-child .grnarrowbtn{
    bottom: 10px;
}
.slideitemwrp .item div p{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #92949c;
    margin-bottom: 35px;
    letter-spacing: 1px;
}
.item div{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #92949c;
}





/*--------------------------------------
 Half Half Section Style
--------------------------------------*/
.hlffeaturedsec{
    display: table;
    width: 100%;
}
.hlffeaturedsec .hlf-lft{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.hlffeaturedsec .hlf-rght{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #e7e3de;
    border-bottom: 18px solid #43dacc;
}
.hlf-lft .fullimg{
    width: 100%;
}
.rghtcont{
    width: 74%;
    padding-left: 40px;
    letter-spacing: 3px;
}
.rghtcont h2{
    font-family: 'Gibson-SemiBold', sans-serif;
    font-size: 24px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.rghtcont h3{
    font-family: 'Gibson-Light';
    font-size: 22px;
    color: #4d4d4d;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.rghtcont p{
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.felink{
    font-family: 'Gibson-Regular';
    font-size: 18px;
    color: #43dacc;
}






/*--------------------------------------
 testimonials Section Style
--------------------------------------*/
.testisec{
    padding: 185px 0 140px;
    text-align: center;
    letter-spacing: 3px;
}
.testisec h2{
    font-family: 'Gibson-SemiBold', sans-serif;
    font-size: 24px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.slideitemwrp{
    width: 67%;
    margin: 0 auto;
}
.slideitemwrp p{
    font-size: 25px;
    font-family: 'Gibson-Light', sans-serif;
}
.slideitemwrp h3{
    font-size: 26px;
    color: #5d5d5d;
    margin: 0px;
    margin-top: 16px;
}



/*------------------------------------------------------
 Content Template all --v Style
------------------------------------------------------*/
.gnrlcnt-sec{
    display: table;
    width: 100%;
}
.lftsdbr{
    display: table-cell;
    width: 35%;
    vertical-align: top;
    padding: 100px 0 80px;
}
.rghtcnt{
    display: table-cell;
    width: 65%;
    vertical-align: top;
    padding: 100px 0 80px;
}
.lftsdbr h2 {
    font: 24px/28px 'Gibson-SemiBold';
    color: #000;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.lftsdbr .sb-sdr-nav,
.lftsdbr ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.lftsdbr .sb-sdr-nav li,
.lftsdbr ul li{
    letter-spacing: 1px;
    color: #666;
    font: 20px/32px 'Gibson-Light';
}
.lftsdbr .sb-sdr-nav li a,
.lftsdbr ul li a{
    color: #666;
    padding-left: 32px;
    border-left: 1px solid #e7e3de;
    display: inline-block;
    line-height: 22px;
    margin-bottom: 25px;
}
.lftsdbr .sb-sdr-nav li:last-child a,
.lftsdbr ul li:last-child a{
    margin-bottom: 0px;
}
.sdrinrwrp{
    padding-left: 30%;
    padding-right: 12%;
}
.rgtinrcnt{
    padding-right: 15%;
}
.rghtcnt h1{
    font: 24px/28px 'Gibson-SemiBold';
    color: #000;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.rghtcnt h1 a{
    color: #000;
}
.rghtcnt h2{
    font: 20px/28px 'Gibson-Light';
    color: #000;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.rghtcnt p{
    font: 16px/30px 'Gibson-Light';
    color: #666666;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    margin-bottom: 28px;
}
.rghtcnt p a{
    color: #43dacc;
    font-family: 'Gibson-Regular'	
}
.rghtcnt blockquote,
.rghtcnt blockquote p{
    margin: 0px;
    font: 20px/27px 'Gibson-Regular';
    font-style: italic;
    color: #43dacc;
}
.rghtcnt blockquote{
    margin: 15px 0 40px;
}
blockquote.bx-bdr{
    display: table;
}
blockquote.bx-bdr span.bdrspan{
    display: table-cell;
    width: 0.9%;
    background: #FFF;
    border: 2px solid #eee;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}
blockquote.bx-bdr p{
    margin: 0px;
    display: table-cell;
    width: 99.7%;
    padding-left: 40px;
}
.dflt-btn-one{
    font: 16px/21px 'Gibson-Regular';
    color: #a2a2a2;
    text-transform: uppercase;
    border: 1px solid #a2a2a2;
    padding: 10px 17px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -moz-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
}
.dflt-btn-one:hover{
    background: #43dacc;
    border-color: #43dacc;
    color: #fff;
    transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -moz-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
}
.rghtcnt h3 {
    font: 18px/30px 'Gibson-Regular';
    color: #000;
    margin: 0px;
    padding: 0px;
    margin-bottom: 16px;
}
.rghtcnt ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 35px;
}
.rghtcnt ul li{
    padding-left: 25px;
    background: url(images/round-lst.png) no-repeat left 5px;
    font: 16px/25px 'Gibson-Light';
    color: #666666;
    margin: 0px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.color-ol li { color: #43dacc; }
.color-ol li span.ol-clrspan { color: #666666; font-weight: normal; }

.rghtcnt ol{
    padding-left: 52px;
    margin-bottom: 55px;
}
.rghtcnt ol li{
    padding-left: 5px;
    font: 16px/25px 'Gibson-Light';
    color: #666666;
    margin: 0px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.rghtcnt ol li ul li{
    padding-left: 25px;
}
.rghtcnt ol li ul{
    margin-bottom: 30px;
    margin-top: 30px;
}
.cntnt-cform{
    padding: 40px 38px;
    border: 1px solid #cdcdcd;
}
.cntnt-cform .lft,
.cntnt-cform .rght{
    width: 50%;
}
.cntnt-cform .lft{
    float: left;
    padding-right: 12px;
}
.cntnt-cform .rght{
    float: right;
    padding-left: 12px;
}
.cntnt-cform .rght span.wpcf7-form-control.wpcf7-radio {
    display: inline-block;
}
.cntnt-cform input.cntfrminpt,
.cntnt-cform  .cntfrmtxtarea{
    display: block;
    width: 100%;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 10px 10px;
    margin-bottom: 16px;
}
.cntnt-cform  .cntfrmtxtarea{
    height: 146px;
}
.cntnt-cform label span{
    font: 18px/21px 'Gibson-Light';
    color: #666;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 14px;
    padding-right: 7px;
}
.cntnt-cform label span.wpcf7-form-control-wrap{
    margin: 0px;
    padding: 0px;
}
.cntnt-cform br{
    display: none;
}
.btnsbmt{
    font: 16px/21px 'Gibson-Regular';
    color: #fff;
    text-transform: uppercase;
    background: #43dacc;
    border: 1px solid #43dacc;
    outline: none;
    padding: 10px 17px;
    letter-spacing: 2px;
    float: right;
    transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -moz-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
}
.btnsbmt:hover{
    color: #43dacc;
    background: #fff;
    transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -moz-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
}
.gnrlcnt-secsngl .lftsdbr{
    background: #424242;
}
.gnrlcnt-secsngl .lftsdbr h2{
    color: #fff;
}
.gnrlcnt-secsngl .lftsdbr .sb-sdr-nav li a{
    color: #fff;
    border-color: #fff;
}
.gnrlcnt-secsngl .lftsdbr .sb-sdr-nav li a.active,
.gnrlcnt-secsngl .lftsdbr .sb-sdr-nav li.current-menu-item a{
    font-family: 'Gibson-Regular', sans-serif;
    color: #43dacc;
    border-color: #43dacc;
}
.gnrlcnt-secsngl .lftsdbr .sb-sdr-nav li a:hover{
    color: #43dacc;
    border-color: #43dacc;
}
.gnrlcnt-secsngl .lftsdbr{
    width: 30%;
}
.gnrlcnt-secsngl .rghtcnt{
    padding-left: 55px;
}
.testi-inr{
    background: #e7e3de;
    padding: 123px 0 135px;
}

.servs-round-thumb .intro-sec{
    padding: 85px 0 25px;
}
.blkthumarea{
    width: 90%;
    margin: 0 auto 95px;
    padding: 25px 0 30px;
    background: #424242;
}
.servclist{
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.servclist li{
    width: 25%;
    padding: 40px 40px;
    text-align: center;
    float: left;
}
.servclist li:hover .servcimg{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -moz-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
}
.servcimg{
    border-radius: 100%;
    margin: 0 auto 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: ease-in-out 0.4s all;
    -webkit-transition: ease-in-out 0.4s all;
    -moz-transition: ease-in-out 0.4s all;
    -ms-transition: ease-in-out 0.4s all;
    -o-transition: ease-in-out 0.4s all;
}
.thmbtxtcnt{
    color: #fff;
    margin-bottom: 22px;
}
.thmbtxtcnt h3{
    font-family: 'Gibson-Regular', sans-serif;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
}
.thmbtxtcnt p{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.thmbsnchr{
    font-size: 12px;
    letter-spacing: 2px;
    color: #43dacc;
    background: url(images/arrow-btn.png) no-repeat left center;
    width: 171px;
    height: 45px;
    text-align: left;
    text-transform: uppercase;
    padding-top: 15px;
    padding-left: 22px;
}
.thmbsnchr:hover{
    background: url(images/arrow-btn-hvr.png) no-repeat left center;
}
.blgarchvwrp .lft{
    float: left;
    width: 42%;
}
.blgarchvwrp .lft img{
    width: 100%;
    height: auto;
}
.blgarchvwrp .rght{
    width: 58%;
    float: right;
    padding-left: 18px;
}
.rghtcnt .blgitem h1{
    margin-bottom: 5px;
}
.rghtcnt .blgitem h2{
    text-transform: uppercase;
    margin-bottom: 0px;
}
.blgarchvwrp{
    margin-top: 38px;
    padding-bottom: 40px;
    border-bottom: 12px solid #e7e3de;
}
.blg-archv-prlnk{
    color: #43dacc;
    font-size: 18px;
}
.blgitem{
    margin-bottom: 50px;
}
.blglp-sngl{
    padding: 44px 0;
    border-top: 12px solid #e7e3de;
    border-bottom: 12px solid #e7e3de;
    margin-bottom: 45px;
}
.sngfe-img{
    margin-bottom: 40px;
    width: 100%;
    height: auto;
}
.lftsdbr ul li.current-cat a{
    color: #43DACC;
    font-weight: bold;
}
.blglp-sngl hgroup h1{
    margin-bottom: 5px;
}
.blglp-sngl hgroup h2{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blglp-nav{
    font-size: 15px;
}
.blglp-nav .page-numbers{
    display: inline-block;
    border: 2px solid #E9E5E0;
    text-transform: uppercase;
    padding: 2px 8px;
    margin-right: 10px;
}
.blglp-nav .page-numbers.current{
    border: 2px solid #43DACC;
    background: #43DACC;
    color: #fff;
}
.blglp-nav .next.page-numbers,
.blglp-nav .prev.page-numbers{
    border-color: transparent;
}
.blginfo{
    display: inline-block;
    margin-bottom: 45px;
    font-size: 16px;
    letter-spacing: 1px;
}
.blginfo a{
    color: #43dacc;
}
.sdrinrwrp .widgt,
.sdrinrwrp .widgt aside.widget{
    margin-bottom: 100px;
}
.sdrinrwrp .widgt:last-child,
.sdrinrwrp .widgt aside.widget:last-child{
    margin-bottom: 0px;
}
.widgt nav#site-navigation{
    display: none !important;
}
.sdfter{
    display: table;
    width: 100%;
    padding-bottom: 2%;
}
.sdfter .lft{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #f9f8f7;
}
.sdfter .rght{
    display: table-cell;
    width: 50%;
    vertical-align: top;
    background-color: #f9f8f7;
}
.sdfter .lft .sdfeinnr{
    width: 85%;
    padding-right: 44px;
    float: right;
}
.sd-cont-tpl .intro-sec{
    padding: 105px 0 5px;
}
.sdfeinnr h3{
    font-family: 'Gibson-SemiBold', sans-serif;
    font-size: 25px;
    line-height: 37px;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
    letter-spacing: 2px;
}
.sdfeinnr h4{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}
.sdfeinnr h4::after {
    content: '';
    display: block;
    border: 1px solid #43dacc;
    width: 173px;
    margin-top: 12px;
}
.sdfeinnr div.desgpanl p,
.sdfeinnr div.desgpanl p > a,
.prfltxtcnt div.desgpanl p,
.prfltxtcnt div.desgpanl p > a {
    font-family: 'Gibson-Regular', sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0px;
    padding: 0px;

}
.sdfeinnr div.desgpanl,
.prfltxtcnt div.desgpanl {
    margin-bottom: 25px;
}
.sdfeinnr p{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}
.sdnrml{
    display: table;
}
.sdnrml .lft{
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 50%;
    vertical-align: top;
}
.sdnrml .rght{
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 50%;
    vertical-align: middle;
}
.prflimgcnt{
    width: 50%;
    float: right;
}
.prflimgcnt img{
    float: right;
}
.prfltxtcnt{
    width: 72%;
    float: left;
    padding-left: 40px;
}
.lft .prfltxtcnt {
    float: right;
    padding-left: 0;
    padding-right: 40px;
}
.prfltxtcnt h3{
    font-family: 'Gibson-SemiBold', sans-serif;
    font-size: 25px;
    line-height: 37px;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
    letter-spacing: 2px;
}
.prfltxtcnt h4{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}
.prfltxtcnt h4::after {
    content: '';
    display: block;
    border: 1px solid #43dacc;
    width: 173px;
    margin-top: 12px;
}
.prfltxtcnt p{
    font-family: 'Gibson-Light', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}
.item-testi{
    font: 16px/30px 'Gibson-Light';
    color: #666666;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    margin-bottom: 45px;
    padding-bottom: 40px;
    border-bottom: 12px solid #e7e3de;
}
.item-testi div:last-child{
    font-family: 'Gibson-Medium', sans-serif;
    font-size: 20px;
    display: inline-block;
    margin-top: 20px
}












/* ==========================================================================
   EXTRA STYLE
   ========================================================================== */
.su-button-style-default span{
    font-size: 16px !important;
    line-height: 38px !important;
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    -ms-text-shadow: none !important;
    -o-text-shadow: none !important;
}
.su-button-style-default.more-btn{
    border-color: #A2A2A2 !important;
}
.su-button-style-default.more-btn:hover{
    border-color: #43dacc !important;
    background: #43dacc !important;
}
.su-button-style-default.more-btn:hover span{
    color: #fff !important;
    border-color: transparent !important;
}
.slideitemwrp .center{
    padding: 25px 0 0 0;
}
.error-404.not-found{
    max-width: 1300px;
    margin: 50px auto;
    text-align: center;
    background: #252525;
    background-size: cover;
    color: #fff;
    padding: 50px 20px 70px;
}
.error-404.not-found .page-title{
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
}
.error-404.not-found .search-form{
    margin-top: 40px;
}
.error-404.not-found  input.search-field{
    height: 40px;
    width: 400px;
    border: 3px solid #43dacc;
    padding: 0px 20px;
    display: block;
    margin: 0 auto;
    color: #000;
}
.screen-reader-text{
    display: none;
}











/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.aboutHeading h2 {
    font: 22px/26px 'Gibson-Regular';
    color: #4d4d4d;
    text-transform: uppercase;
    margin: 0px;
    padding: 2%;
    text-align: center;
}

.next_address_padding {
    padding-top: 2em;
}

/*12-10-2017*/

.ipad_fb_icon{display:none;}

.desktop_fb_icon{padding:0; position:absolute; right:20px; top:37px;}

.slider-sec { position:relative; }


.slide-sec-h2 {
    position: absolute;
    top: 33%;
    /* margin: 0 auto; */
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
font-size: 1.6em;
font-family:"europa", sans-serif;
 }

@media all and (max-width : 500px){
    .slide-sec-h2 { font-size: 1.1em !important }
}










