/*
Author       : themes_mountain
Template Name: Inspinia - Personal Portfolio HTML Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START ABOUT DESIGN
    05. START FEATURES DESIGN
    06. START PORTFOLIO DESIGN
    07. START ADDRESS & CONTACT FORM DESIGN
    08. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Lato', sans-serif;
    background: #fff;
    color: #777;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}
a {
    font-family: "Montserrat",sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #4884b6;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
	line-height:32px;
	
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.row{margin-left:0px
	;margin-right:0px
}
.justify {text-align: justify;}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding { padding: 60px 0 }
/*START SECTION TITLE DESIGN*/
.section-title { margin-bottom: 50px }
.section-title  h2 {
font-size: 18px;
font-weight: 700;
letter-spacing: 6px;
margin-top: 0;
text-transform: uppercase;
}
.section-title span {
    background: #4884b6 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 70px;
    position: relative;
}



.toggle	{
	color: #4884b6;
	cursor:pointer;
	padding:0;
}

.toggle_welcome	{
	color: #4884b6;
	cursor:pointer;
	padding:0;
}
.toggle_tours	{
	color: #4884b6;
	cursor:pointer;
	padding:0;
}
.toggle_intro	{
	color: #4884b6;
	cursor:pointer;
	padding:0;
}
.toggle_lessons	{
	color: #4884b6;
	cursor:pointer;
	padding:0;
}
.toggle_instruction	{
	color: #4884b6;
	cursor:pointer;
	padding:0;
}

.pb50 {
	padding-bottom:50px;
}

.pt50 {
	padding-top:50px;
}
/*END SECTION TITLE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #4884b6 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #171717 !important;
    background-color: transparent;
}
.navbar-brand {
color: #333 !important;
float: left;
font-size: 24px;
line-height: 20px;
padding: 15px;
text-transform: uppercase;
 }
.navbar-brand img {
    width: 150px;
    margin-left: 10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff }
.menu-top { margin-top:-90px}
.menu-top li a {
    color: #333 !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-top li a:hover { color: #171717!important }
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #313131  !important }
}
.navbar-default.menu-shrink {
background-color: #fff;
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
padding: 10px 0;
width: 100%;
margin-top:0px;


}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
/*START DROPDOWN MENU*/
.menu_dropdown  ul { list-style-type: none; padding-left: 20px; }
.menu_dropdown  li ul.sub-menu,
.menu_dropdown  ul li ul.sub-menu li ul.sub-menu {
    background: #fff;
    left: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 15px;
    position: absolute;
    top: 115%;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -99;
}
.menu_dropdown  ul li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.menu_dropdown  ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
}
.menu_dropdown  ul li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
    visibility: visible;
}
.menu_dropdown  ul.nav > li ul li:hover ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.menu_dropdown  ul li ul.sub-menu li a {
/*border-bottom: 1px solid #eee;*/
color: #333 !important;
cursor: pointer;
display: block;
font-size: 12px;
font-weight: 400;
padding: 13px 10px 12px;
text-transform: uppercase;
}
.menu_dropdown  ul li ul.sub-menu li:last-child a{border-bottom:none;}
.menu_dropdown  ul li:hover ul.sub-menu li a:hover {
    color: #4884b6!important;
    text-decoration: none;
}
/*END DROPDOWN MENU*/
.navbar-default.menu-shrink li a { color: #333!important }
.navbar-default.menu-shrink li a:hover { color: #4884b6 !important }
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #4884b6 }
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.welcome-area,
.welcome-slider-area,
.welcome-slider-area div { height: 700px }
.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div { height: auto }
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}
.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item {
    position: relative;
    z-index: 1;
}
.single-slide-item:after {
    position: absolute;
    background: rgba(0,0,0,0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.banner-small-text {

    text-transform: uppercase;
    color: #fff;
    margin-top: -15px;
    font-weight: bold;
    text-shadow: 2px 2px 2px darkslategrey;
    /*letter-spacing: 5px;*/
}

.slide-1 {
    background: url(../img/bg/alpine-golf-club-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}
.slide-2 {
    background: url(../img/bg/thai-country-club-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}
.slide-3 { 
    background: url(../img/bg/bana-hills-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}
.slide-4 {
    background: url(../img/bg/macleod-house2-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}
.slide-5 {
    background: url(../img/bg/the-bluffs-s-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}

.slide-6 {
    background: url(../img/bg/vietnam-skyline-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}
.slide-7 {
    background: url(../img/bg/black-mountain-golf-club-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}

.slide-8 {
    background: url(../img/bg/trump-international-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}

.slide-9 {
    background: url(../img/bg/okura-hotel-bkk-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}

.slide-10 {
    background: url(../img/bg/dumbarnie-links-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}

.slide-11 {
    background: url(../img/bg/edinburgh-castle.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}

.slide-12 {
    background: url(../img/bg/krabi.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}

.slide-13 {
    background: url(../img/bg/the-bluffs4-1920x384px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}

.slide-14 {
    background: url(../img/bg/thai-country-club2-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}


.slide-15 {
    background: url(../img/bg/dumbarnie-links2-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
}


.scaling-logo {
    width: 30vw; /* 30% of the viewport width */
    height: auto; /* Maintain aspect ratio */
  }

.banner-text {
        margin-top: -280px;
    }

.partner-logo {
        width:100px;
}

.partner-logo-height {
        height:100px;
}

.partner-logo-div {
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* For 1920 Resolution Laptop*/  
@media only screen   
and (min-device-width : 1366px)   
and (max-device-width : 1920px)  
{ .banner-text {
	margin-top:-280px;
}} 

/* For 1366 Resolution Laptop*/  
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px)  
{ .banner-text {
	margin-top:-330px;
}


.fontsize13 {
    font-size:13px;
}

.single_promotion {
    padding: 30px 5px !important;
}
}  



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
and (orientation : portrait) { 	
	
	.banner-text {
	margin-top:-330px;
}
	.slide-4 {
    background: url(../img/bg/macleod-house2-1920x834px.webp) scroll 0 0;
    /*background: url(../img/bg/slide4_tablet_portrait.jpg) scroll 0 0;*/
    background-size: cover;
    background-position: center;
		
}
	.slide-1 {
    /*background: url(../img/bg/slide1_tablet_portrait.jpg) scroll 0 0;*/
    background: url(../img/bg/alpine-golf-club-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
		
}

.fontsize13 {
    font-size:9px;
}

.single_promotion {
    padding: 30px 5px !important;
}
}

/* For ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	
	.banner-text {
	margin-top:-320px;
}
	.slide-4 {
    background: url(../img/bg/macleod-house2-1920x834px.webp) scroll 0 0;
   /* background: url(../img/bg/slide4_tablet_landscape.jpg) scroll 0 0;*/
    background-size: cover;
    background-position: center;
}
	.slide-1 {
    /*background: url(../img/bg/slide1_tablet_landscape.jpg) scroll 0 0;*/
    background: url(../img/bg/alpine-golf-club-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: center;
		
}

.fontsize13 {
    font-size:9px;
}

.single_promotion {
    padding: 30px 5px !important;
}

}

/* For phones*/
@media only screen and (max-device-width: 599px) {
	
	.banner-text {
	margin-top:-300px;
}

.banner-small-text {
    margin-top: -10px;
    font-size: 11px;
}

.fontsize13 {
    font-size:13px;
}


.scaling-logo {
    width: 50vw; /* 30% of the viewport width */
    height: auto; /* Maintain aspect ratio */
  }
/*.slide-1 {
    background: url(../img/bg/slide1_phone.jpg) scroll 0 0;
    background-size: cover;
}
.slide-2 {
    background: url(../img/bg/slide2_phone.jpg) scroll 0 0;
    background-size: cover;
}
.slide-3 {
    background: url(../img/bg/slide3_phone.jpg) scroll 0 0;
    background-size: cover;
}
	.slide-4 {
    background: url(../img/bg/slide4_phone.jpg) scroll 0 0;
    background-size: cover;
		
}*/
.slide-1 {
    background: url(../img/bg/alpine-golf-club-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 65%;
}
.slide-2 {
    background: url(../img/bg/thai-country-club-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 33%;
}
.slide-3 {
    background: url(../img/bg/bana-hills-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 70%;
}
.slide-4 {
   /* background: url(../img/bg/slide3_phone.jpg) scroll 0 0; */
    background: url(../img/bg/macleod-house2-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 65%;
		
}
.slide-5 {
    background: url(../img/bg/the-bluffs-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 58%;
}

.slide-6 {
    background: url(../img/bg/vietnam-skyline-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 55%;
}
.slide-7 {
    background: url(../img/bg/black-mountain-golf-club-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 50%;
}

.slide-8 {
    background: url(../img/bg/trump-international-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 55%;
}
.slide-9 {
    background: url(../img/bg/okura-hotel-bkk-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 55%;
}

.slide-10 {
    background: url(../img/bg/dumbarnie-links-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 43%;
}

.slide-11 {
    background: url(../img/bg/edinburgh-castle.webp) scroll 0 0;
    background-size: cover;
    background-position: 50%;
}

.slide-12 {
    background: url(../img/bg/krabi.webp) scroll 0 0;
    background-size: cover;
    background-position: 60%;
}

.slide-13 {
    background: url(../img/bg/the-bluffs4-1920x384px.webp) scroll 0 0;
    background-size: cover;
    background-position: 30%;
}

.slide-14 {
    background: url(../img/bg/thai-country-club2-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 40%;
}

.slide-15 {
    background: url(../img/bg/dumbarnie-links2-1920x834px.webp) scroll 0 0;
    background-size: cover;
    background-position: 50%;
}
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.single-slide-item h2 {
color: #f8f8f8;
font-size: 75px;
margin-bottom: 0px;
margin-top: 0;
text-transform: capitalize;
text-shadow: 2px 2px 2px darkslategrey;
font-weight:500;
}
.single-slide-item h3 {
color: #f8f8f8;
font-size: 40px;
/*margin-bottom: 20px;*/
margin-top: 0;
text-transform: capitalize;
text-shadow: 2px 2px 2px darkslategrey;
font-weight:500;
}
@media only screen and (max-width:480px) { 
.single-slide-item h2 {font-size: 30px;}
.single-slide-item h3 {font-size: 25px;}

}
@media only screen and (max-width:360px) { 
.single-slide-item h2 {font-size: 25px;}
.single-slide-item h3 {font-size: 15px;}

}
.btn-home-bg{
background-color: #4884b6;
border: medium none;
border-radius: 3px;
/*box-shadow: 0 3px 0 #970837;*/
color: #fff;
font-size: 17px;
font-weight: 700;
letter-spacing: 1px;
padding: 10px 20px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.btn-home-bg:hover,
.btn-home-bg:focus {background: #35648B;color:#fff;}

/*OTHER HOME VERSION*/
.index_parallax { position: relative; height: 700px  }
.index_parallax:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    width: 100%;
}
.hero-text {
  padding-top: 250px;
}
.hero-text h2 {
color: #f8f8f8;
font-size: 75px;
margin-bottom: 20px;
margin-top: 0;
text-transform: capitalize;
}
@media only screen and (max-width:480px) { 
.hero-text h2 {font-size: 40px;}
}
@media only screen and (max-width:360px) { 
.hero-text h2 {font-size: 30px;}
}
/*OTHER HOME VERSION*/
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width:480px) { 
.about_me_img img {width: 100%;}
}
.about_me_img h4{
background: #f5f5f5 none repeat scroll 0 0;
font-weight: normal;
letter-spacing: 2px;
margin: 0;
padding: 12px 0;
text-align: center;
text-transform: uppercase;
}

@media only screen and (max-width:480px) { 
.about_me_content {
  padding-top: 40px;
}
}
.about_me_content h3{
font-size: 30px;
font-weight: 400;
margin-bottom: 30px;
margin-top: 0;
text-transform: uppercase;
text-align:center;
}
.about_me_content p {
  margin-bottom: 15px;
	text-align:justify;
}
.basic_info{margin-top: 30px;}
.basic_info h4{
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 20px;
margin-top: 0;
}
.basic_info table tr td span{
line-height: 26px;
margin-right: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.template_feature{
    /*padding-top:80px;*/
    padding-bottom:10px;
}


.single_feature {   
margin-bottom: 50px;
padding-right: 30px;
transition: all 0.3s ease 0s;
}
@media only screen and (max-width:480px) { 
.single_feature {   
  /*  padding:0 30px;*/
}
}
.single_feature i {
    background: #4884b6 none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
	text-align:center;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    width: 55px;
}
.single_feature h4 {
font-size: 14px;
font-weight: 400;
letter-spacing: 4px;
margin-top: 0;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.single_feature p {
	text-align:justify;
    margin-bottom: 0;
	line-height:32px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.single_feature:hover i {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    background: #35648B;
    color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 06.START PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.works_area{padding-top:60px;padding-bottom:30px;}
.work_all_item .mix {
  display: none;
}
.our_work_menu {
  margin-bottom: 50px;
}

.our_work_menu ul{
	list-style-type: none;
	padding: 0;
}
.work_all_item .col-md-3{
	padding: 0;
}
.our_work_menu ul li{
cursor: pointer;
display: inline-block;
font-family: montserrat,sans-serif;
font-size: 12px;
letter-spacing: 2px;
padding: 8px 15px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.our_work_menu ul li:hover, .our_work_menu ul li.active{
color: #4884b6;
}
.single_project {
  padding-bottom: 40px;
}
.single_our_work{
	margin-bottom:30px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sing_work_photo{
	position: relative;
}

.single_our_work img{
	width: 100%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.single_our_work figure{
	margin-bottom: 0;	
}
.sing_work_text_link{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background: rgba(0,0,0, 0.6);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
.sing_work_content_wrap{
	display: table;
	height: 100%;
	width: 100%;
}
.sing_work_content{
	display: table-cell;
	vertical-align: middle;
}
.sing_work_text_link h5{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase;
}

.sing_link_img a i.fa{
	font-size: 14px;	
}
.sing_link_img a{
	background: #4884b6 none repeat scroll 0 0;
	border: 1px solid #4884b6;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;	
}
.sing_link_img a:hover{	
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #4884b6;
}
.sing_link_img a.search{
	margin-right: 16px;
}
.single_our_work:hover  .sing_link_img a.search{
	-webkit-animation: slideInDown 800ms ease-in-out;
	        animation: slideInDown 800ms ease-in-out;
}
.single_our_work:hover  .sing_link_img a.link{
	-webkit-animation: slideInDown 800ms ease-in-out;
	        animation: slideInDown 800ms ease-in-out;
}
.single_our_work:hover{
	background: #4884b6;
	color: #fff;
}
.single_our_work:hover .sing_work_text_link{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
/*
 * ----------------------------------------------------------------------------------------
 * 06.END PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */


/*
* ----------------------------------------------------------------------------------------
* 07.START ADDRESS & CONTACT FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*START CONTACT ADDRESS*/
.single_promotion{
height: 269px;
border: 1px solid rgba(204, 204, 204, 0.5);
padding: 30px 20px;
transition: all 0.2s ease 0s;
}
@media only screen and (max-width:480px) { 
    .single_promotion {margin-bottom:30px; }
}
.single_promotion i {
color: #4884b6;
font-size: 30px;
margin-bottom: 10px;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.single_promotion h4{
	font-weight: 400;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
/*END CONTACT ADDRESS*/

.contact {
padding-top: 60px;
}
.contact input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: rgba(204, 204, 204, 0.5);
border-radius: 4px;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #333;
height: 52px;
padding: 10px;
width: 100%;
}
.contact textarea {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: rgba(204, 204, 204, 0.5);
border-radius: 4px;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #333;
padding: 10px;
width: 100%;
}
.contact input:focus {
border-color: -moz-use-text-color -moz-use-text-color #4884b6;
border-style: none none solid;
border-width: 0 0 1px;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:focus {
border-color: -moz-use-text-color -moz-use-text-color #4884b6;
border-radius: 4px;
border-style: none none solid;
    box-shadow: none;
    outline: 0 none;
}

.btn-contact {
    border: 2px solid rgba(255, 255, 255) !important;
    border-radius: 50px !important;
    box-shadow: none;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    margin-top: 20px;
}


.btn-contact-bg {
border: 1px solid rgba(204, 204, 204, 0.5) !important;
border-radius: 50px !important;
box-shadow: none;
color: #fff;
font-family: montserrat,sans-serif;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
width: 200px !important;
}
.btn-contact-bg:hover,
.btn-contact:hover,
.btn-contact-bg:focus,
.btn-contact:focus {
    background: #4884b6!important;
    color: #fff;
    border: 1px solid #4884b6!important;
}
/*
* ----------------------------------------------------------------------------------------
* 07.END ADDRESS & CONTACT FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.footer {
  border-top: 1px solid #e8e8e9;
}
.footer_social { margin-bottom: 10px }
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li { display: inline-block }
.footer_social ul li a {
background-color: #f1f1f1;
border: 1px solid #f1f1f1;
border-radius: 4px;
box-shadow: 0 3px 0 #f8f8f8;
color: #555;
display: block;
font-size: 20px;
height: 48px;
line-height: 48px;
margin: 2px;
transition: all 0.2s ease 0s;
width: 48px;
}
@media only screen and (max-width:480px) { 
.footer_social ul li a{margin:5px;}
}
.footer_social ul li a:hover { color: #4884b6 }
/*END FOOTER SOCIAL DESIGN*/
.copyright p {
font-size: 14px;
margin-bottom: 0;
padding-top: 20px;
}
/*
* ----------------------------------------------------------------------------------------
* 08.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 14.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
.testimonial{
    background: #eeeeee;
    padding: 20px 40px 20px 70px;
    margin: 0 10px 60px;
    position: relative;
}
.testimonial:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #eee;
    border-left: 50px solid #fff;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial .testimonial-title{
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
}

.testimonial .post{
color: #4884b6;
display: inline-block;
font-weight: 400;
margin-top: 10px;
margin-left: 10px;

}
.testimonial .pic{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -35px;
    right: 13px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls {
  display: block!important;
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-buttons div{
background: #4884b6 none repeat scroll 0 0;
border-radius: 0;
opacity: 1;
padding: 5px 15px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 767px){
    .owl-theme .owl-controls{ margin-top: 20px; }
}
@media only screen and (max-width: 480px){
    .testimonial{
        margin: 0 10px 60px;
        text-align: center;
        padding: 20px 30px 20px 40px;
    }
}
@media only screen and (max-width: 479px){
    .testimonial{
        padding: 20px 25px 20px 25px;
    }
}
/*
 * ----------------------------------------------------------------------------------------
 * 14.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/

.topcontrol {
    background: #4884b6 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 5px;
    box-shadow: 0 5px 40px 0 rgba(42, 111, 199, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    position: fixed;
    right: 5px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 50px;
}

/* Prestige Golf Asia Classic — in-page link (Our Experiences) */
.pga-classic-prompt {
    margin: 0;
    padding: 0 10px 50px 10px;
}
.pga-classic-prompt-line {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.35;
}
a.pga-classic-prompt-link,
a.pga-classic-prompt-link:hover,
a.pga-classic-prompt-link:focus {
    color: #4884b6;
    font-weight: 700;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.4em 0.55em;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    outline: none;
}
a.pga-classic-prompt-link:hover,
a.pga-classic-prompt-link:focus {
    color: #3a6d97;
    text-decoration: none;
    outline: none;
}
.pga-classic-prompt-cup {
    color: #b0b0b0;
    font-size: 1.1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 480px) {
    .pga-classic-prompt-line {
        font-size: 1.05em;
    }
    a.pga-classic-prompt-link {
        gap: 0.35em 0.45em;
    }
    .pga-classic-prompt-cup {
        font-size: 1em;
    }
}

/* Prestige Golf Asia Classic (modal, triggered at Our Experiences) */
.pga-classic-modal .modal-dialog {
    display: table;
    width: auto;
    max-width: calc(100vw - 1.5rem);
    margin: 1.5rem auto;
    float: none;
}
.pga-classic-modal .modal-content {
    background: #fff;
    color: #333;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 12px 48px rgba(0, 0, 0, 0.38);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.38);
    overflow: hidden;
    max-width: calc(100vw - 1.5rem);
}
.pga-classic-modal .modal-header {
    border: none;
    min-height: 0;
    padding: 6px 4px 0 4px;
    background: #fff;
}
.pga-classic-modal .modal-header .close {
    color: #333;
    opacity: 0.75;
    font-size: 34px;
    font-weight: 300;
    line-height: 0.8;
    margin-top: 0;
    text-shadow: none;
}
.pga-classic-modal .modal-header .close:hover,
.pga-classic-modal .modal-header .close:focus {
    color: #4884b6;
    opacity: 1;
    outline: none;
}
.pga-classic-modal .modal-body.pga-classic-modal-body {
    padding: 0 0 4px 0;
    max-height: none;
    overflow: hidden;
    background: #fff;
    display: block;
}
a.pga-classic-to-contact {
    display: block;
    line-height: 0;
    text-decoration: none;
    outline: none;
}
a.pga-classic-to-contact:hover,
a.pga-classic-to-contact:focus {
    text-decoration: none;
    outline: none;
}
a.pga-classic-to-contact:focus .pga-classic-hero-img {
    opacity: 0.96;
    -webkit-box-shadow: 0 0 0 3px #4884b6;
    box-shadow: 0 0 0 3px #4884b6;
}
.pga-classic-hero-img {
    max-width: calc(100vw - 1.5rem);
    width: auto;
    max-height: 70vh;
    max-height: min(70vh, calc(100vh - 7.5rem));
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    -ms-interpolation-mode: bicubic;
}
@media (max-width: 991px) and (min-height: 700px) {
    .pga-classic-hero-img {
        max-height: min(65vh, calc(100vh - 8rem));
    }
}
@media (min-width: 992px) {
    .pga-classic-hero-img {
        max-height: 78vh;
        max-height: min(78vh, calc(100vh - 5.5rem));
    }
}
@media (min-width: 1200px) {
    .pga-classic-hero-img {
        max-height: 82vh;
        max-height: min(82vh, calc(100vh - 5rem));
    }
}
.pga-classic-modal.fade .modal-dialog {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.45s cubic-bezier(0.34, 1.35, 0.64, 1);
    -o-transition: transform 0.45s cubic-bezier(0.34, 1.35, 0.64, 1), opacity 0.35s ease;
    transition: transform 0.45s cubic-bezier(0.34, 1.35, 0.64, 1), opacity 0.35s ease;
}
.pga-classic-modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}