@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('../fonts/BrandonGrotesque-Regular/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/BrandonGrotesque-Regular/BrandonGrotesque-Regular.otf')  format('opentype'),
	     url('../fonts/BrandonGrotesque-Regular/BrandonGrotesque-Regular.woff') format('woff'), url('../fonts/BrandonGrotesque-Regular/BrandonGrotesque-Regular.ttf')  format('truetype'), url('../fonts/BrandonGrotesque-Regular/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Medium';
  src: url('../fonts/BrandonGrotesque-Medium/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/BrandonGrotesque-Medium/BrandonGrotesque-Medium.otf')  format('opentype'),
	     url('../fonts/BrandonGrotesque-Medium/BrandonGrotesque-Medium.woff') format('woff'), url('../fonts/BrandonGrotesque-Medium/BrandonGrotesque-Medium.ttf')  format('truetype'), url('../fonts/BrandonGrotesque-Medium/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Light';
  src: url('../fonts/BrandonGrotesque-Light/BrandonGrotesque-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/BrandonGrotesque-Light/BrandonGrotesque-Light.otf')  format('opentype'),
	     url('../fonts/BrandonGrotesque-Light/BrandonGrotesque-Light.woff') format('woff'), url('../fonts/BrandonGrotesque-Light/BrandonGrotesque-Light.ttf')  format('truetype'), url('../fonts/BrandonGrotesque-Light/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url('../fonts/BrandonGrotesque-Bold/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/BrandonGrotesque-Bold/BrandonGrotesque-Bold.otf')  format('opentype'),
	     url('../fonts/BrandonGrotesque-Bold/BrandonGrotesque-Bold.woff') format('woff'), url('../fonts/BrandonGrotesque-Bold/BrandonGrotesque-Bold.ttf')  format('truetype'), url('../fonts/BrandonGrotesque-Bold/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* -- 
font-family: 'Playfair Display', serif;
 font-family: 'BrandonGrotesque-Regular';
font-family: 'BrandonGrotesque-Medium';
font-family: 'BrandonGrotesque-Light';
font-family: 'BrandonGrotesque-Bold';
-- */
html,body{width:100%;}
body
{
  margin:0px;
  padding:0px;
  font-size:15px;
  overflow-x:hidden;
  position:relative;
   font-family: 'BrandonGrotesque-Regular'; 
        background:#f0fbff;
    font-weight: 400;
  height: 1200px;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
html {
    margin: 0;
    padding: 0;
    border: 0;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

* {box-sizing: border-box; -mox-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a img {border: none;}
:focus {outline: 0;}
a{text-decoration:none;color:inherit; transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s; cursor: pointer !important;}



/*.cursor{
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.cursor{ background-color: #043877; z-index: 2000;}
.cursor_follow{ background-color: #44a5d8; z-index: 1000;}
*/

/*.cursor,
.cursor_follow {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.cursor {
	width: 10px;
	height: 10px;
	background-color: #04457d;
	z-index: 99999999;
    display: none;
}

.cursor_follow {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/pointer.png) no-repeat;
    width: 30px;
    height: 30px;
    background-color: rgba(18, 180, 239, 0.5);
	z-index: 99999999;
	transition: -webkit-transform ease .1s;
	transition: transform ease .1s;
	transition: transform ease .1s, -webkit-transform ease .1s;
	text-align: center;

}

.cursor_follow span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor_follow.is-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
*/


a:-webkit-any-link {
    cursor: pointer !important;
}

.wrapper{
  max-width:1400px;
  padding-right:15px;
  padding-left:15px;
  margin-right: auto;
  margin-left: auto;
}
.header_wrapper
{
    max-width:1850px;
    padding-right:15px;
    padding-left:15px;
    margin-right: auto;
    margin-left: auto;
}
.clearfix { display: block; }
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.no_scroll
{
	pointer-events: none;
}
img
{
	vertical-align: bottom;
}
/* css for header */
header
{
    width: 100%;
	background: #ffffff;
	position: relative;
    width: 100%;
    top: 0;
	z-index: 100;
}
.logo-left{
    float:left;
    width:230px;
    position: relative;
    min-height:1px; 
    padding:0px;
}
.logo_img
{
    padding: 10px 0;
}
.logo-left img
{
	max-width: 100%;
}
.nav-links-middle{float: left;width:calc(100% - 730px);text-align: center;}
.logo_right
{
    float: left;
    width: 500px; 
}
/* Navigation menu */
a { text-decoration: none; }
div#overlay { display: none; }
a#toggle {
    position: fixed;
    top: 12px;
    right: 5px;
    width:40px;
    height: 44px;
    background: #12b4ef;
    text-align: center;
    color: #ffffff;
    display: none;
    transition: all ease-out 0.3s;
    z-index:200;
	border-radius:0;
	font-size: 20px;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}

a#toggle i {position: relative; top: 0; line-height: 40px; /*transform: translateY(-50%);*/}
main#content { padding: 10px; }
#menu { transition: all ease-out 0.3s; }
#menu ul {margin: 0; width:100%;;display: block;  }
#menu>ul{padding: 0 0;text-align: center;font-size: 0; }
#menu ul li {display:inline-block; position: static; font-weight: 700;}
.mob_view
{
    display: none !important;
}
#menu>ul>li>a
{ 
    padding: 26px 25px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; 
}
#menu ul li a span
{
    position: relative;
}
#menu ul li > a {display:block;font-size:16px; color: #1e1e1e;  line-height:20px; text-transform: uppercase; font-weight: normal;position: relative;font-family: 'BrandonGrotesque-Medium';
transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s;
}
#menu ul li > a  i.fa-home
{
    color: #fff;
    background: #010933;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
#menu ul li:hover > a,
#menu ul li.active > a
{
    color: #12b4f0;
    transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s;
}
#menu ul li > a > i {margin-left: 10px; transition: all ease-out 0.3s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.3s; -ms-transition: all ease-out 0.3s; line-height: 10px; }
#menu ul li ul li > a > i
{
    position: absolute;
        width: 30px;
    height: 40px;
    top: 0;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    right: 15px;
}
#menu ul li ul li > a > i:before
{
    content: '\f054';
}
#menu ul li ul {display: none; position: absolute; top:72px; width: auto; text-align: left;border-radius:0px;    z-index: 1;    background-color: #fff; border: 0;  box-shadow: 6px 8px 10px rgba(0,0,0,.5); left: 0;
    right: 0;
    background: url(../images/dropdown-bg.jpg) repeat;
    
    font-size: 0;
} 
#menu ul li ul.finish_dropdown li
{
    display: inline-block;
    vertical-align: top;
    width: 8.33%;
    float: left;
}
#menu ul li ul.finish_dropdown li a
{
    display: block;
    padding:15px;
    text-align: center;
}
#menu ul li.active  ul.service_dropdown li:hover a .serv_drp_txt span,
#menu ul li.active  ul.service_dropdown li.active a .serv_drp_txt span,
#menu ul li ul.finish_dropdown li a:hover .finish_drop_block p, 
#menu ul li ul.finish_dropdown li.active a .finish_drop_block p
{
    color: #004b70;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.finish_drop_block img {
    margin-bottom: 15px;
    max-width: 100%;
}
.finish_drop_block p {
    color: #191a1a;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-family: 'BrandonGrotesque-Regular';
    height: auto;
    
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
#menu ul li ul.service_dropdown li
{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 50px 0;
    float: left;
}
#menu ul li ul.service_dropdown li:first-child
{
    background: url(../images/metal-polishing-transparent-img.png) no-repeat left top;
    text-align: right;
}
#menu ul li ul.service_dropdown li:last-child
{
    background: url(../images/electroplating-transparent-img.png) no-repeat right top;
    text-align: left;
}
#menu ul li ul.service_dropdown li a
{
    padding: 8px 0;
    border-right: 1px solid #bfc3c9;
}
#menu ul li ul.service_dropdown li:first-child a
{
    padding-right: 50px;
}
#menu ul li ul.service_dropdown li:last-child a
{
    padding-left: 50px;
}
.serv_drp_txt span
{
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 54px;
    color: #191a1a;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.serv_drp_txt span img
{
    margin-right: 20px;
}
#menu ul li ul li ul
{
    top: 0;
    left: 100%;
    display: none;
}
/*#menu ul li:hover > a > i { transform: rotateZ(90deg); }*/
#menu ul.sub-menu li a:hover
{  
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}




@media(min-width:992px)
{
#menu ul li:hover > ul {display: block;}
#menu ul li ul li:hover > ul {display: block;} 
}
ul.sub-menu li{margin:0px!important; padding:0px!important;}
#menu ul li ul li{font-weight: 500;}
#menu ul li ul li:last-child
{
    border-bottom: 0;
}
#menu ul li ul li a{padding:16px 20px; color: #4a4a4a; font-weight: 400;  font-size: 16px;}
#menu ul li ul li > a {border-right:0; text-transform: capitalize;}
.header-bottom #menu ul li > a
{
 position:relative;
}
i.fa.fa-angle-top.mysubmenu
{
	display: none;
}
.logo-left img
{
	vertical-align: bottom;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
header.fixed_nav
{
	position: fixed;
	top:0;
	width: 100%;
	z-index: 101;
	-webkit-animation: fromTop .5s; /* Safari 4.0 - 8.0 */
    animation: fromTop .5s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.fixed_nav .wow
{
    visibility: visible !important;
}
.fixed_nav .logo-left img
{
    width: 170px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes fromTop {
    0%   {top: -85px;}
    100% {top:0px;}
}
/* Standard syntax */
@keyframes fromTop {
    0%   {top: -85px;}
    100% {top:0px;}
}
.fixed_nav #menu>ul>li> a
{
	-webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}
.header_links ul
{
    text-align: right;
    font-size: 0;
    list-style: none;
}
.header_links ul li
{
    padding:  0 35px;
    font-size: 15px;
    line-height: 14px;
    color: #4f4f4f;
    display: inline-block;
    text-transform: uppercase;
}
.header_links ul li:last-child
{
    background: #cfcfcf;
    padding:  13px 35px;
    color: #313131;
    font-weight: 700;
}
.header_links ul li a
{
    padding: 13px 0px;
    display: block;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.header_links ul li a:hover,
.header_links ul li.active a
{
    color: #c1002b;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.nav_buttns
{
    font-size: 0;
    padding: 12px 0;
    text-align: left;
    position: relative;
}
.nav_buttns li
{
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.nav_buttns li:last-child
{
    margin-right: 0;
}

.nav_buttns li a
{
    display: block;
    padding: 11px 40px;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    border: 2px solid #fff;
    border-radius:3px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-align: center;  
    font-family: 'BrandonGrotesque-Medium';
    background: url(../images/blue-bg.png) no-repeat;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
.nav_buttns li.hd_call_btn a
{
    color: #000101;
    background: url(../images/gray-bg.png) no-repeat;
}
.nav_buttns li a span
{
    position: relative; 
    line-height: 22px;
    vertical-align: top;
    display: inline-block;
}
.nav_buttns li a img
{
    vertical-align: top;
    display: inline-block;
    margin-right: 3px;
}
.nav_buttns li.hd_call_btn a img
{
    margin-top: 3px;
}

.finish_block
{
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    border-top: 2px solid #12b4ef;
    z-index: 1;
}
.finish_text
{
    background: url(../images/finish-bg.png) no-repeat;
}
.finish_text p
{
    font-family: 'BrandonGrotesque-Regular';
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 9px 0;
}

.main_banner
{
   position: relative;
    overflow: hidden; 
}
.banner_parent
{
    position: relative;
    overflow: hidden;
}

.banner_slider .slick-dots
{
    bottom: 90px;
}
.banner_slider .slick-dots li button
{
    background: #fff;
    border: none;
}
.banner_slider .slick-dots li.slick-active button
{
    background: #21b8ef;
    height: 10px;
    width: 10px;
}
.banner img
{
    max-width: 100%;
    transition: all ease-out 7s;
    transform: scale(1);
}
.slick-active .banner img
{
    /*transform: matrix3d(1.08556, 0.000108416, 0, 0, -0.000108416, 1.08556, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);*/
    transform: scale(1.1);
    transition: all ease-out 7s;
}
.banner_block
{
    position: relative;
}
.banner_caption
{
   position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
}
.banner_caption .header_wrapper
{
    height: 100%;
}
.bannr_txt
{
    text-align: left;
    display: table;
    width: 100%;
    height: calc(100% - 70px);
}
.banner_txt_cell
{
    display: table-cell;
    vertical-align: middle;
}

.display_inline
{
    display: inline-block;
}
.bnr_head
{
    font-size: 72px;
    line-height: 72px;
    font-family: 'Playfair Display', serif;
    padding-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 900;
}
.bannr_txt p
{
    font-size: 34px;
    line-height: 34px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-weight: 900;
}
.banr_top
{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.banr_botm
{
    padding-top: 25px;
}

.since_txt
{
    font-size: 62px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    color: #12b4f0;
    font-weight: 900;
    text-align: right;
    position: relative;
}
.since_txt:before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 37px;
    background: #12b4ef;
    width: calc(100% - 348px);
    
    -webkit-animation:linear;
-webkit-animation-name: run;
-webkit-animation-duration: 1s;
}

@-webkit-keyframes run {
    0% { width: 0;}
    100%{ width: calc(100% - 348px);}
}
.our_finishes
{
    background: #d6e6ec;
}
.finishes_inn
{
    padding: 50px 0;
    margin-top: -70px;
    position: relative;
    border-radius: 21px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        background: url(../images/finish-part.png) no-repeat;
}

.pg_head_h3
{
    font-size: 40px;
    line-height: 40px;
    color: #161717;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 14px;
}
.pg_head_h3.text_left
{
    text-align: left;
}
.pg_head_h3.white_text
{
    color: #fff;
}
.page_head p
{
    font-family: 'BrandonGrotesque-Light';
    font-size: 18px;
    line-height: 20px;
    color: #191a1a;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}
.finishes_parent ul
{
    font-size: 0;
    list-style: none;
}
.finishes_parent ul li
{
    display: inline-block;
    border-right: 1px solid #979797;
    vertical-align: top;
    width: 8.33%;
}
.finishes_parent ul li a
{
    display: block;
    padding: 0 25px;
}
.finishes_parent ul li:last-child
{
    border-right: 0;
}
.finishes_parent
{
    padding-top: 30px;
    padding-bottom: 15px;
}
.finishes_block img
{
    margin-bottom: 30px;
    max-width: 100%;
}
.finishes_block p
{
   color: #191a1a;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    
    font-family: 'BrandonGrotesque-Regular';
    height: 42px;
}
.our_services
{
    background: #d6e6ec;
    padding-top: 60px;
    padding-bottom: 68px;
}
.hm_service_wrap
{
    padding: 0 186px;
}
.hm_service_parent
{
    padding-top: 40px;
}
.hm_service_block
{
    margin: 0 22px;
    width: calc(50% - 44px);
    float: left;
    box-shadow: 0 13px 27px rgba(0,0,0,00.32);
    overflow: hidden;
}
.hm_service_block a
{
    display: block;
}
.hm_service_img
{
    position: relative;
}
.hm_service_img img
{
    max-width: 100%;
    
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
}
.hm_service_block a:hover .hm_service_img > img
{
    transform: scale(1.1);
    transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
}

.hm_serv_name_block
{
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: rgba(0,0,0,0.9);
}
.hm_serv_name_block p
{
    color: #fff;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 22px ;
    position: relative;
}
.hm_serv_name_block p:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004b70;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.hm_service_block a:hover .hm_serv_name_block p:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hm_service_block a:hover .hm_serv_name_block
{
  bottom:0;
  right:0;
  left:0;
}
.hm_serv_name_block p span
{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.hm_serv_name_block p span img
{
    margin-right: 20px;
}

.benefits_part
{
    padding: 65px 0;
}
.benefit_block_parent
{
    padding-top: 35px;
}
.benefit_block_parent:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.benefit_block
{
    width: 33.33%;
    float: left;
    padding: 35px 75px;
    border-right: 1px solid #c4edfc;
    border-bottom: 1px solid #c4edfc;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.benefit_block:nth-child(3n)
{
    border-right: 0;
}
.benefit_block:nth-last-child(-n+3)
{
    border-bottom: 0;
}
.bene_icon
{
    width:90px;
    float: left;
}
.bene_text
{
    width: calc(100% - 90px);
    float: left;
}
.bene_title
{
    font-size: 20px;
    line-height: 20px;
    color: #004b70;
    padding-bottom: 15px;
    font-family: 'BrandonGrotesque-Bold';
}
.bene_text p
{
    font-size: 16px;
    line-height: 16px;
    color: #161717;
    font-family: 'BrandonGrotesque-Regular';
}
.customer_reviews
{
    background: url(../images/gray-gradient-bg.jpg) no-repeat;
    padding: 70px 0;
}
.cust_cta_block
{
    padding-top: 35px;
}
.customer_part
{
    width: 64.7%;
    float: left;
    padding-right: 80px;
}
.cta_right_part
{
    width: 35.3%;
    float: left;
}

.cust_review_block
{
    padding-bottom: 48px;
}
.cust_rev_left
{
    width: 100px;
    float: left;
}
.cust_icon_block
{
    padding: 8px;
    background: #fff;
}
.cust_icon_inn
{
    width: 85px;
    height: 85px;
    border: 1px solid #dceff6;
    text-align: center;
}
.cust_icon_inn img
{
    margin-top: 22px;
}

.cust_rev_right
{
    width: calc(100% - 100px);
    float: left;
    padding-left: 36px;
}
.cust_rev_txt p
{
    font-size: 18px;
    color: #161717;
    line-height: 24px;
    font-family: 'BrandonGrotesque-Light';
    padding-bottom: 10px;
}
.cust_rev_txt h3
{
    color: #004b70;
    font-family: 'BrandonGrotesque-Medium';
    font-size: 18px;
    line-height: 20px;
}

.get_project
{
    margin-top: 18px;
}
.get_project
{
    background: url(../images/get-started-bg.jpg) no-repeat;
    background-size: cover;
    padding: 45px 50px;
}
.get_head
{
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    padding-bottom: 18px;
    color: #fff;
}
.get_cont_inn p
{
    font-family: 'BrandonGrotesque-Regular';
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.vert_cta_img img
    {
        max-width: 100%;
    }

.vert_cta_text_part
{
    background: #12b4ef;
    padding: 48px 62px;
}
.vert_cta_inn h3
{
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding-bottom: 25px;
}
.vert_cta_inn p
{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
     font-family: 'BrandonGrotesque-Regular';
    padding-bottom: 24px;
}

.cta_btn
{
    padding: 14px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    border: 0;
    color: #161717;
    font-size: 20px;
    line-height: 20px;
    font-family: 'BrandonGrotesque-Bold';
}
.cta_btn span
{
    display: inline-block;
    vertical-align: top;
}
.cta_btn span img
{
    margin-right: 10px;
    vertical-align: top;
}
.vert_cta_inn .hover_eff:before{
	background: #c4edfc;
}
.hm_gallery
{
    padding: 70px 0;
}

.gal_wrap
{
   padding-top: 25px; 
}
.hm_enq_part
{
    width: 35.3%;
    float: left;
}
.gallery_part
{
    width: 64.7%;
    float: left;
}

.hm_enq_bg
{
    background: #12b4ef;
    padding: 50px;
    
    position: relative;
}
.bolt_fix
{
    position: absolute;
}
.bolt_left
{
    left: 20px;
    top: 20px;
}
.bolt_right
{
    right: 20px;
    top: 20px;
}
.bolt_left_bottom
{
    bottom:20px;
    left: 20px;
}
.bolt_right_bottom
{
    right: 20px;
    bottom: 20px;
}

.hm_enq_wrap
{
    padding-top: 30px;
}
.hm_enq_form
{
    padding-top: 14px;
}

.hm_gallery_slider .slick-prev, 
.hm_gallery_slider .slick-next
{
    bottom: -62px;
    top: auto;
    background: #fff;
    color: #262626;
    border: 1px solid #e1e1e1;
}
.hm_gallery_slider .slick-prev:before, 
.hm_gallery_slider .slick-next:before
{
    color: #262626;
}
.hm_gallery_slider .slick-prev:before
{
    content: '\f104';
    font-size: 18px;
}
.hm_gallery_slider .slick-next:before
{
    content: '\f105';
    font-size: 18px;
}
.hm_gallery_slider .slick-prev
{
    right: 54px;
    left: auto;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background-color: #191919;
}


.industries_section
{
   background: #004b70;
    padding-top: 40px;
}
.industries_wrap
{
    padding-top: 20px;
}
.industry_block
{
    width: 16.66%;
    float: left;
    padding: 20px 30px;
    border-right: 1px solid #306c89;
    border-top: 1px solid #306c89;
}
.industry_block:first-child
{
    border-left: 1px solid #306c89;
}
.industry_icon
{
    padding-bottom: 24px;
    border-bottom: 1px solid #1a5d7f;
    position: relative;
}
.industry_icon:before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #12b4ef;
    width: 20px;
}
.industry_icon span
{
    display: inline-block;
}
.industries_text 
{
    padding: 20px 0;
}
.industries_text p
{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'BrandonGrotesque-Regular';
    height: 50px;
}
.welcome_block
{
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}
.webp .welcome_block{background: url(../images/welcome-bg.webp) no-repeat;background-size: cover;}
.no-webp .welcome_block
{
    background: url(../images/welcome-bg.jpg) no-repeat;
}

.welcome_wrap
{
    max-width: 1070px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.cont_head
{
    font-size: 44px;
    line-height: 44px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding-bottom: 20px;
}
.pg_content p
{
    font-size: 16px;
    line-height: 24px;
    color: #161717;
    font-family: 'BrandonGrotesque-Regular';
    padding-bottom: 24px;
}
.cont_head_h2
{
    font-size: 24px;
    line-height: 24px;
    font-family: 'BrandonGrotesque-Medium';
    padding-bottom: 24px;
}

.gold_spoon_img  img
{
    max-width: 100%;
}



.instagram_section
{
    padding: 50px 0 70px;
    background: #ffffff;
}
.insta_title
{
    text-align: center;
    padding-bottom: 20px;
}
.insta_icon
{
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.insta_head
{
    font-family: 'BrandonGrotesque-Bold';
    font-size: 31px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    
    background: -moz-linear-gradient(45deg, rgba(221,144,63,1) 0%, rgba(195,38,107,1) 50%, rgba(119,35,189,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(221,144,63,1)), color-stop(50%, rgba(195,38,107,1)), color-stop(100%, rgba(119,35,189,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(221,144,63,1) 0%, rgba(195,38,107,1) 50%, rgba(119,35,189,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(221,144,63,1) 0%, rgba(195,38,107,1) 50%, rgba(119,35,189,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(221,144,63,1) 0%, rgba(195,38,107,1) 50%, rgba(119,35,189,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(221,144,63,1) 0%, rgba(195,38,107,1) 50%, rgba(119,35,189,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7723bd', endColorstr='#dd903f',GradientType=1 ); /* ie6-9 */
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instagram_plugin
{
    padding-top: 18px;
    text-align: center;
}
.instagram_plugin img
{
    max-width: 100%;
}

footer
{
    background: url(../images/footer-bg.jpg) no-repeat;
    padding: 70px 0 0;
    background-size: cover;
}
.ft_top
{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(239,239,239,0.1);
}
.ft_info
{
    padding-bottom: 20px;
}
.ft_info_left
{
    width: 28%;
    float: left;
}
.ft_info_right
{
    width: 72%;
    float: left;
    text-align: right;
}
.got_text p
{
    font-size: 36px;
    line-height: 42px;
    font-family: 'BrandonGrotesque-Regular';
    color: #fff;
    padding-bottom: 20px;
}

.ft_follow_part,
.ft_get_quote
{
    display: inline-block;
    vertical-align: top;
}

.ft_follow_part
{
    padding-right: 90px;
}
.ft_follow_head
{
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'BrandonGrotesque-Regular';
    padding-bottom: 8px;
    text-align: left;
}
.ft_social_links
{
    font-size: 0;
    list-style: none;
    text-align: left;
}
.ft_social_links li
{
    display: inline-block;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-right: 13px;
}
.ft_social_links li a
{
    display: block;
}
.ft_social_links li a:hover
{
    color: #12b4ef;
}

.get_btn
{
    padding: 12px 20px;
    background: #12b4ef;
    display: inline-block;
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-family: 'BrandonGrotesque-Bold';
    margin-top: 10px;
}
.get_btn span 
{
    display: inline-block;
    vertical-align: top;
}
.get_btn span img
{
    margin-right: 5px;
}

.ft_navigationbar
{
    padding: 30px 0;
    border-top: 1px solid rgba(239,239,239,0.1);
    border-bottom: 1px solid rgba(239,239,239,0.1);
}
.ft_nav_links
{
    text-align: center;
    list-style: none;
    font-size: 0;
}
.ft_nav_links li
{
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #7a8388;
    
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'BrandonGrotesque-Light';
}
.ft_nav_links li a
{
    padding: 0 40px;
    display: block;
}
.ft_nav_links li a:hover, 
.ft_nav_links li.active a {
    color: #12b4ef;
}

.ft_nav_links li:last-child
{
    border-right: 0;
}

.ft_main_block
{
    padding: 50px 0;
}
.ft_main_left
{
    width: 320px;
    float: left;
    padding-top: 30px;
}
.ft_main_right
{
    width: calc(100% - 320px);
    float: left;
}

.ft_logo_part
{
    padding-bottom: 25px;
}
.ft_cont_text
{
    padding-bottom: 30px;
}
.ft_cont_text h3
{
    color: #12b4ef;
    font-weight: normal;
    font-family: 'BrandonGrotesque-Medium';
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 12px;
}
.ft_cont_text p
{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: 'BrandonGrotesque-Regular';
}
.ft_cont_text p a
{
    display: block;color: #fff;
    text-decoration: none;
}
.ft_cont_text p a:hover
{
    color: #12b4ef;
}
.ft_gray_bg
{
    background-size: cover;
    border-radius: 18px;
    border: 3px solid #fff; 
    box-shadow: 0px 13px 27px rgba(0,0,0,0.32);
    overflow: hidden;
    position: relative;
}
/*.webp .ft_gray_bg
{
    background: url(../images/ft-gray-bg.webp) no-repeat;
}*/
/*.nowebp .ft_gray_bg
{
    background: url(../images/ft-gray-bg.jpg) no-repeat;
}*/
.ft_gray_bg
{
    background: url(../images/ft-gray-bg.jpg) no-repeat;
}
.ft_gray_inn_part
{
    padding: 50px 55px;
    box-shadow: inset 0 -8px 12px rgba(0,0,0,0.23);
}
.ft_finishes_left
{
    width: 53%;
    float: left;
}
.ft_services_right
{
    width: 47%;
    float: left;
}
.ft_link_head
{
    font-size: 18px;
    line-height: 20px;
    color: #161717;
    font-family: 'BrandonGrotesque-Medium';
    padding-bottom: 18px;
}
.ft_links
{
    list-style: none;
    font-size: 0;
}
.ft_links li
{
    width: 50%;
    display: inline-block;
    padding: 7px 0;
    font-family: 'BrandonGrotesque-Light';
    font-size: 18px;
    line-height: 20px;
    color: #4d4d4d;
}
.ft_links li a
{
    padding-left: 20px;
    position: relative;
    display: block;
}
.ft_links li a:hover, .ft_links li.active a{
    color: #004b70;
    text-decoration: underline;
}
.ft_links li a:before
{
    content: '\f111';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    color: #4d4d4d;
    
}

.ft_serv_part
{
    padding-bottom: 30px;
}
.ft_service_links
{
    list-style: none;
    font-size: 0;
}
.ft_service_links li
{
    width: calc(50% - 6px);
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.ft_service_links li:nth-child(2n)
{
    margin-right: 0;
}
.ft_service_links li a
{
    display: block;
    line-height: 48px;
    background: #334049;
    padding: 1px 10px 0 0;
    border-radius: 3px;
}
.ft_service_links li a span
{
    display: inline-block;
    vertical-align: top;
}
.ft_service_links li a span img
{
    margin-right: 10px;
}

.ft_accred_links
{
    list-style: none;
    font-size: 0;
}
.ft_accred_links li
{
    width: calc(50% - 6px);
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    background: #fff;
    padding: 15px;
    text-align: center;
}
.ft_accred_links li:nth-child(2n)
{
    margin-right: 0;
}

.ft_bottom
{
    padding: 30px 0;
}
.ft_bottom p
{
    font-size: 18px;
    line-height: 20px;
    font-family: 'BrandonGrotesque-Light';
    color: #fff;
    text-align: center;
}

/* ----- inner pages ------ */

.inner_banner
{
    background: url(../images/inner-banner.jpg) no-repeat;
    min-height: 252px;
    position: relative;
    background-size: cover;
}
.page_name_part
{
    padding: 107px 0 60px;
}
.pg_name
{
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(239,239,239,0.1);
}
.pg_wrap
{
    padding-top: 60px;
}

.innerpg_title
{
    display: block;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}
.innerpg_title.max_fullwidth
{
   max-width: 100%; 
}
.innerpg_head
{
    color: #004b70;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding-bottom: 15px;
}
.innerpg_title p
{
    font-size: 20px;
    line-height: 28px;
    color: #1e1e1e;
    font-family: 'BrandonGrotesque-Light';
}
/* --- cta --- */
.hz_cta
{
   background: url(../images/cta-bg.jpg) no-repeat; 
    height: 400px;
    display: table;
    width: 100%;
}
.hz_cta_wrap
{
    display: table-cell;
    vertical-align: middle;
}
.hz_cta_inn
{
    max-width: 575px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.cta_head
{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding-bottom: 20px;
    max-width: 440px;
    margin: 0 auto;
    display: block;
    
    border-bottom: 1px solid rgba(240, 251, 255, 0.22);
}
.hz_cta_inn p
{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'BrandonGrotesque-Regular';
    padding-top: 20px;
    padding-bottom: 20px;
}
.hz_cta_btn
{
    padding-top: 30px;
}
.hz_cta_btn ul
{
    font-size: 0;
    margin: 0;
    list-style: none;
}
.hz_cta_btn ul li
{
    display: inline-block;
    margin-right: 24px;
}
.hz_cta_btn ul li:last-child
{
    margin-right: 0;
}
.ctabtn
{
    padding: 13px 20px;
    background: #12b4ef;
    display: block;
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-family: 'BrandonGrotesque-Bold';
}
.cta_call_btn
{
    background: #fff;
    color: #161717;
}
.ctabtn span
{
    vertical-align: top;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.ctabtn span img
{
    margin-right: 8px;
    vertical-align: top;
}
.ctabtn span .hover_icon
{
    display: none;
}
.ctabtn:hover span .default_icon
{
    display: none;
}
.ctabtn:hover span .hover_icon
{
    display: inline-block;
}
.ctabtn.cta_call_btn:hover 
{
    color: #fff;
}

/* -- 
font-family: 'Playfair Display', serif;
 font-family: 'BrandonGrotesque-Regular';
font-family: 'BrandonGrotesque-Medium';
font-family: 'BrandonGrotesque-Light';
font-family: 'BrandonGrotesque-Bold';
-- */

/*breadcrums css*/
.breadcrums_part
{
    padding-top: 10px;
}
ul.breadcrums_list 
{
    list-style: none;
    font-size: 0;    
    text-align: left;
}
ul.breadcrums_list li {
    display: inline-block;
    padding: 0 40px 9px 0;
    color: #12b4f0;   
    font-size: 16px;    
    font-weight: normal;   
    line-height: 16px;  
    font-family: 'BrandonGrotesque-Light';
    position:relative;
}
ul.breadcrums_list  li a
{
    color: #fffefe;
    
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
}
ul.breadcrums_list  li a:hover
{
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    
    color: #12b4f0;
}
ul.breadcrums_list  li:last-child
{
    padding-right: 0px;
}
ul.breadcrums_list  li:not(:last-child) a:before {
    content: ">>";
    position: absolute;
    font-size: 14px;
    right: 14px;
    top: 0px;
    line-height: 14px;
}


/* --- 404 and thanks page --- */
.default_pg_wrap
{
    text-align: center;
}
.default_pg_wrap img
{
    max-width: 100%;
    padding-bottom: 30px;
}
.default_pg_wrap p
{
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.default_pg_wrap p a
{
    color: #c7000d;
}
.default_pg_wrap p a:hover
{
    text-decoration: underline;
}

/* ---------------- common ---------------- */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
       background-color: #004b70 !important;
    border-radius: 0 !important; 
    width: 3px !important;
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail
{
    background-color:rgba(50, 50, 50, 0.35) !important;
    width: 1px !important;
    border-radius: 0 !important;
}
.mCSB_scrollTools
{
    opacity: 1 !important;
}


.text_uppercase
{
    text-transform: uppercase;
}
.text_center
{
    text-align: center;
}
.text_left
{
    text-align: left;
}
.text_right
{
    text-align: right;
}

.pull_right
{
    float: right;
}
.pull_left
{
    float: left;
}

i.fas.fa-phone-square
{
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}



/* -------------------- extra ------------------------------- */
.col2
{
    width: calc(50% - 15px);
    margin-right: 30px;
    float: left;
}
.col2:nth-child(2n)
{
    margin-right: 0;
}
.form_textbox
{
    border-radius: 0;
    border: 0;
    outline: none;
    background: #fff;
    color: #161717;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 16px;
    height: 50px;
    padding: 10px 22px;
    margin-bottom: 10px ;
    width: 100%;
    font-weight: 400;
     font-family: 'BrandonGrotesque-Regular';
    -webkit-appearence:none;
}
textarea
{
    resize: none;
}
textarea.form_textbox
{
    height: 178px;
    vertical-align: bottom;
}

.form_field
{
    font-size: 0;
}
.recaptcha,
.submit_part
{
    display: inline-block;
    vertical-align: top;
}
.recaptcha
{
    width: calc(100% - 130px);
    padding-right: 10px;
    height: 58px;
}
.submit_part
{
    width: 130px;
}

div.g-recaptcha {
    transform: scale(.7);
    -webkit-transform: scale(.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.submit_btn
{
    border-radius: 3px;
    padding: 15px 22px 15px 52px;
    height: auto;
    font-size: 16px;
    line-height: 16px;
    color: #161717;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    background: url(../images/submit-icon.png) no-repeat left 20px top 14px #fff;
    border: 0;
    display: inline-block;
     font-family: 'BrandonGrotesque-Medium';
    
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-appearance:none;
}
.submit_btn:hover
{
    background-color: #c4edfc;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
}


.form_textbox::-webkit-input-placeholder 
{ /* Chrome/Opera/Safari */
     color: #161717;
     font-family: 'BrandonGrotesque-Regular';
}
.form_textbox::-moz-placeholder 
{ /* Firefox 19+ */
     color: #161717;
     font-family: 'BrandonGrotesque-Regular';
}
.form_textbox:-ms-input-placeholder 
{ /* IE 10+ */
     color: #161717;
     font-family: 'BrandonGrotesque-Regular';
}
.form_textbox:-moz-placeholder 
{ /* Firefox 18- */
     color: #161717;
     font-family: 'BrandonGrotesque-Regular';
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
/* -webkit-animation: rotation 10s infinite linear; */
.hover_eff
{
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.hover_eff span
{
    position: relative;
    z-index: 1;
}
.hover_eff:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #12b4ef;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.hover_eff:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hover_eff.hover_gradient:before
{
background: rgb(3,50,109);
background: -moz-linear-gradient(left, rgba(3,50,109,1) 0%, rgba(72,170,219,1) 50%, rgba(3,50,109,1) 100%, rgba(3,50,109,1) 100%, rgba(72,170,219,1) 100%, rgba(3,50,109,1) 100%);
background: -webkit-linear-gradient(left, rgba(3,50,109,1) 0%,rgba(72,170,219,1) 50%,rgba(3,50,109,1) 100%,rgba(3,50,109,1) 100%,rgba(72,170,219,1) 100%,rgba(3,50,109,1) 100%);
background: linear-gradient(to right, rgba(3,50,109,1) 0%,rgba(72,170,219,1) 50%,rgba(3,50,109,1) 100%,rgba(3,50,109,1) 100%,rgba(72,170,219,1) 100%,rgba(3,50,109,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03326d', endColorstr='#03326d',GradientType=1 );
}

.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn:before
{
    background: rgb(3,50,109) !important;
    background: -moz-linear-gradient(left, rgba(3,50,109,1) 0%, rgba(72,170,219,1) 50%, rgba(3,50,109,1) 100%, rgba(3,50,109,1) 100%, rgba(72,170,219,1) 100%, rgba(3,50,109,1) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(3,50,109,1) 0%,rgba(72,170,219,1) 50%,rgba(3,50,109,1) 100%,rgba(3,50,109,1) 100%,rgba(72,170,219,1) 100%,rgba(3,50,109,1) 100%) !important;
    background: linear-gradient(to right, rgba(3,50,109,1) 0%,rgba(72,170,219,1) 50%,rgba(3,50,109,1) 100%,rgba(3,50,109,1) 100%,rgba(72,170,219,1) 100%,rgba(3,50,109,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03326d', endColorstr='#03326d',GradientType=1 ) ;
}
.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn{
    padding: 13px 20px !important;
    background: #12b4ef !important;
    display: block !important;
    border-radius: 3px !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 22px;
    font-family: 'BrandonGrotesque-Bold' !important;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    text-shadow: none !important;
    margin: 0 auto !important;
    z-index: 1;
}
.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn:before {
    background: #7a7a7a;
}
.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #12b4ef;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.services_wrap h2.innerpg_smallhead{
    font-size: 24px;
    line-height: 24px;
    font-family: 'BrandonGrotesque-Medium';
    padding-bottom: 10px;
    margin-top: 30px;
}
.services_wrap p a, 
.page-template-tpl-thank-you-page-template .pg_wrap p a, 
.error404 .pg_wrap p a,
.finish_details_inn p a{color: #004b70;text-decoration: underline;display: inline-block;}

.services_wrap p a:hover, 
.page-template-tpl-thank-you-page-template .pg_wrap p a:hover, 
.error404 .pg_wrap p a:hover,
.finish_details_inn p a:hover{
    color: #12b4f0;
}


.error_image {text-align: center;}
.page-template-tpl-thank-you-page-template .pg_wrap p , .error404 .pg_wrap p{text-align: center; font-family: 'BrandonGrotesque-Light';
    font-size: 18px;
    line-height: 20px;
    color: #191a1a;
    text-align: center;
    max-width: 1280px;
    margin: 0 auto 30px;}

.hm_gal_img{position: relative;}
.hm_gal_img  img{min-height: 684px;}

#sb_instagram .sbi_photo_wrap:before{
   content: "\f16d ";
    position: absolute;
    font-family: "FontAwesome";
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 20px;
}

.ft_follow_head {padding: 10px 0 6px;}
.get_btn {padding: 16px 20px;}
.ft_follow_part {padding-right: 60px;}
