/*///////////////////////////////////////////////////////////////////////////////////////////*/
/*Hymaze HTML5 Template*/
/*-------This is the main style sheet for star template-------*/
/*author :- Gokul Raghu M Aka Aj for Pixelglimpse*/
/*Designer :- Gokul raghu m*/
/* Copyright: (C) Pixelglimpse 2014 */
/*Version : 1.0*/

/*////////////////////////////////////////////////////////////////////////////////////////////*/
.gap
{
	width: 100%;
	height: 500px;
}
/*body
{
	overflow-x:hidden;
}*/
/*----animation section------*/
.animated
{
    visibility: hidden;
}
    .stuck {
        -webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
         background: rgba(0,0,0,0.9);
    }
    .stuck .main-logo-bg
    {
    	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    	top: -160px;
    }    
    .stuck .main-logo img
    {
    	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
    	padding-top: 20px;    	
    }
    .stuck .container-menu
	{
		padding-top: 25px;
		padding-bottom: 25px;

	}
	.banner ul{ margin: 0; padding: 0; }

	
/*/////////////////////////////////////////////////////////////////////////////////////////////////////
                                         common classes 
/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*width and hight common classess*/
.mar-top-150
{
	margin-top: 150px;
}
.mar-bottom-150
{
	margin-bottom: 150px;
}
.mar-top-100
{
	margin-top: 100px;
}
.mar-bottom-100
{
	margin-bottom: 100px;
}
.mar-top-50
{
	margin-top: 50px;
}
.mar-bottom-15
{
	margin-top: 10px;
}
.mar-bottom-25
{
	margin-bottom: 25px;
}
.mar-bottom-50
{
	margin-bottom: 50px;
}
.pad-top-100
{
	padding-top: 100px;
}
.pad-top-150
{
	padding-top: 150px;
}
.pad-bottom-150
{
	padding-bottom: 150px;
}
.pad-top-50
{
	padding-top: 50px;
}
.pad-top-25
{
	padding-top: 25px;
}
.pad-bottom-100
{
	padding-bottom: 100px;
}
.pad-bottom-50
{
	padding-bottom: 50px;
}
.pad-left-30
{
	padding-left: 30px;
}
.main-page-bg
{
	width: 100%;
	background-color: #fff;	
}
.clear
{
	clear: both;
}
.bg-light
{
	background-color:#fff;	
}
a
{
   text-decoration: none !important;
   outline: 0 !important;
}
li
{
   list-style: none;
}
.stuck
{
  position: fixed;
  z-index: 1000;
  top:0;
  left: 0;
  width: 100%;
}
/*--------------mobile menu styles----------------*/
.slicknav_menu {
	display:none;
	background :rgba(0,0,0,0.0);
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.slicknav_menu ul
{
	font-family: "Open Sans";
	background :rgba(0,0,0,0.8);
}
.slicknav_menu ul li
{
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
	.js #menu {
		display:none;
	}
	.js .slicknav_menu {
		display:block;
	}
}

/*//////////////////////////////////////////////////////////////////////////////////
                              main bg section
//////////////////////////////////////////////////////////////////////////////////*/
.intro-bg
{
	   
	background:url('http://placehold.it/1920x1080')center top no-repeat;
	background-size: cover;
}
.main-ovl-bg
{
background: rgba(0,0,0,0.6);
}

/*background section finished*/
/*///////////////////////////////////////////////
           right navigation 
////////////////////////////////////////////////*/
.right-nav
{
	float: right;
}
.right ul
{
	list-style: none;
	text-decoration: none;
	padding-left: 0;
	margin-left: 0;
	
}
.right-nav ul li
{
	margin-right: 15px;
	width: 60px;
	height: 60px;
	background-color: #c2ac51;
	margin-bottom: 3px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
}
.right-nav ul li i
{
	
	padding-top: 18px;
	font-size: 22px;
	text-align: center;
	display: block;
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
}
.top-hover-nav 
{
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	top:0;
	left: -100%;
	-webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
}
.right-nav ul li:hover .top-hover-nav
{
	top: 0;
	left: 0;
}
.right-nav ul li:hover i
{
	opacity: 0;
}
.top-hover-nav a
{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 22px 0;
	display: inline-block;
}

/*-------right side nav completed----------------*/
/*/////////////////////////////////////////home heading//////////////////////////////////////*/
.home-content-main
{
	top: 55%;
	position: relative;
}
.home-logo
{
	position: absolute;
	top: 0;
	margin-left: 70px;
}
.home-logo img
{
	height: 60px;
	width: 50px;
}
.home-text
{
	font-family: "nexa_b";
	position: absolute;
	padding-top: 70px;
}
.home-text h1
{
	margin-top: 0;
	margin-left: 70px;
	color:#c2ac51;
	font-size: 60px;
	padding-bottom: 0;
	margin-bottom: 0px;
	letter-spacing: 2px;
}
.home-text h2
{
	color: #fff;
	margin-left: 70px;
	font-size: 50px;
	margin-top: 0;
	letter-spacing: 2px;
}
/*///////////////////////////////////////main navigation section ///////////////////////////////////*/
#navigation_right
{
	background-color: rgba(255,255,255,1);
	border-top: none;
	border-left: none;
	border-right: none;
	height: 81px;
	 -moz-box-shadow:    0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow:         0px 0px 10px 0px rgba(0,0,0,0.2);
}
.logo-main a img
{
	width: 60px;
	height: auto; 	
	margin-top: 20px;
}
.right-block
 {
	margin: 0 auto;
 }
/* main navigation*/

.navmenu ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 -3px 0 -2px;
}
.navmenu ul li a {
	position:relative;
	z-index:2;
	display:block;
	font-family: "Open Sans";
	margin: 0 0 1px 2px;
	padding:32px 20px 29px;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight:600;
	line-height:20px;
	font-size:11px;
	color:#888;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.stick-right
{
	float: right;
	clear: both;
}
.navmenu ul li a:hover
{
	color: #fff; 
}
.navmenu ul li a:before {
	content:'';
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	top:100%;
	bottom:0;
	background-color:#c2ac51;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}

.navmenu ul li:hover > a
{
	color: #FFF;
}
.navmenu ul li a:hover:before,
.navmenu ul li.active a:before {
	top: 0px;
}
.navmenu ul li.dropdown a:before {
	top:0;
	bottom:100%;
}
.navmenu ul li.dropdown:hover a:before,
.navmenu ul li.dropdown.active a:before {
	bottom: 0px;
}
/* Sub menu */
.navmenu ul li.dropdown {
	position:relative;
}
.navmenu ul li.dropdown ul {
	visibility: visible;
	position: absolute;
	z-index: 999;
	width: 180px;
	left: 2px;
	top: 100%;
	padding: 0;
	margin:0;
	opacity:0;
	transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
    transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
    
	-webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}
.navmenu ul li.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}
.navmenu ul li.dropdown:last-child ul {
	left:auto;
	right:0;
}
.navmenu ul li.dropdown ul li  {
	margin:0;
	padding:0;
	width:100%;
	border-top: 0;
}
.navmenu ul li.dropdown ul li a {
	position:relative;
	margin:0;
	padding: 10px 5px 10px 20px;
	text-align:left;
	font-family: "Open Sans";
	letter-spacing: 1px;
	font-size:11px;
	color:#fff;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.navmenu ul li.active a
{
	color: #fff;
}
.dropdown ul:hover > 
.navmenu ul li.dropdown ul li a:before {display:none !important;}

.navmenu ul li.dropdown ul li.active a,
.navmenu ul li.dropdown ul li a:hover {
	color: #fff;
	letter-spacing: 3px;
}
.navmenu ul li.dropdown ul li
{
	margin-top:1px;
}
.navmenu ul li.dropdown ul li a:before
{
	background-color: #c2ac51;
}
.navmenu ul li.dropdown ul li:hover a:before
{
	background-color: #2b2b2b;
}
/*/////////////////////////////////////// highlight section///////////////////////////////////////////*/
#highlight
{
	background-color: #fff;
}
.highlight-main-section
{
	min-height: 600px;
	display: block;
}
/*----------left top main box (1)--------*/
.hi-left-main
{
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 130px;
	left: 12px;
	top: 12px; 
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-left-main-box
{
	position: absolute;
	width: 100%;
	height: 130px;
	border: solid 1px #e2e2e2;
	border-left: none;
	border-top: none;
}
.hi-left-content h4
{
	text-align: right;
	padding-right: 140px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #555;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-left-content p
{
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding-right: 140px;
}
.hi-left-icon-ring
{
	position: absolute;
	/*background-color: #c2ac51;*/
	height: 262px;
	width: 262px;
	border-radius: 50%;
	right: -30%;
	top: 0;
	border: solid 1px #e2e2e2;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-left-icon-ring img
{
	height: 48px;
	width: 48px;
	margin-left: 45px;
	margin-top: 50px;
	display: inline-block;
}
/*---------right top main box (2)------------*/
.hi-right-main
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 130px;
	left:-12px;
	top: 12px;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-right-main-box
{
	position: absolute;
	width: 100%;
	height: 130px;
	border: solid 1px #e2e2e2;
	border-right: none;
	border-top: none;
}
.hi-right-content h4
{
	text-align: left;
	padding-left: 140px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #555;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-right-content p
{
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding-left: 140px;
}
.hi-right-icon-ring
{
	position: absolute;
	/*background-color: #c2ac51; */
	height: 262px;
	width: 262px;
	border-radius: 50%;
	left: -30%;
	top: 0;
	border: solid 1px #e2e2e2;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-right-icon-ring img
{
	height: 45px;
	width: 45px;
	margin-left: 160px;
	margin-top: 50px;
	display: inline-block;
}
/*----------left bottom main box (3)--------*/
.hi-left-down-main
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 130px;
	margin-top: 17px;
	margin-left: 12px;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-left-down-main-box
{
	position: absolute;
	width: 100%;
	height: 128px;
	border: solid 1px #e2e2e2;
	border-bottom: none;
	border-left: none;
}
.hi-left-down-content h4
{
	text-align: right;
	padding-right: 140px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #555;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-left-down-content p
{
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding-right: 140px;
}
.hi-left-down-icon-ring
{
	position: absolute;
	/*background-color: #c2ac51;*/
	height: 262px;
	width: 262px;
	border-radius: 50%;
	right: -30%;
	top: -106%;
	border: solid 1px #e2e2e2;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-left-down-icon-ring img
{
	height: 45px;
	width: 45px;
	margin-left: 45px;
	margin-top: 160px;
	display: inline-block;
}
/*---------right top main box (4)------------*/
.hi-right-down-main
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 130px;
	margin-top: 17px;
	margin-left: -12px;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-right-down-main-box
{
	position: absolute;
	width: 100%;
	height: 128px;
	border: solid 1px #e2e2e2;
	border-bottom: none;
	border-right: none;
}
.hi-right-down-content h4
{
	text-align: left;
	padding-left: 140px;
	font-family: "Open Sans";
	font-weight: 600;
	color: #555;
}
.hi-right-down-content p
{
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding-left: 140px;
}
.hi-right-down-icon-ring
{
	position: absolute;
	/*background-color: #c2ac51;*/
	height: 262px;
	width: 262px;
	border-radius: 50%;
	left: -30%;
	top: -106%;
	border: solid 1px #e2e2e2;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.hi-right-down-icon-ring img
{
	height: 45px;
	width: 45px;
	margin-left: 160px;
	margin-top: 160px;
	display: inline-block;
}
/*-===-===-===-====-hover section-===-==-==--==--*/
/* 1st block*/
.hi-left-main:hover
{
	left: 0;
	top: 0; 
}
.hi-left-main:hover .hi-left-content h4 
{
	color: #c2ac51;
}
.hi-left-main:hover .hi-left-icon-ring
{
	background-color: #e2e2e2; 

}
/*2nd block (top-right)*/
.hi-right-main:hover
{
	left: 0;
	top: 0; 
}
.hi-right-main:hover .hi-right-content h4 
{
	color: #c2ac51;
}
.hi-right-main:hover .hi-right-icon-ring
{

	background-color: #e2e2e2; 

}
/*3rd blcok {bottom-left)*/
.hi-left-down-main:hover
{
	margin-left: 0;
	margin-top: 26px;
}
.hi-left-down-main:hover .hi-left-down-content h4 
{
	color: #c2ac51;
}
.hi-left-down-main:hover .hi-left-down-icon-ring
{

	background-color: #e2e2e2; 
}
/*4th block (bttom-right) */
.hi-right-down-main:hover
{
	margin-left: 0;
	margin-top: 26px;
}
.hi-right-down-main:hover .hi-right-down-content h4 
{
	color: #c2ac51;
}
.hi-right-down-main:hover .hi-right-down-icon-ring
{
	background-color: #e2e2e2; 
}
/*/////////////////////////////////multilevel parallax section//////////////////////////////////*/
.parallax-main article
{   position:absolute;
    top:300px;
    right:100px;
    width:380px;
    z-index:4;
}
.parallax-item
{   position:absolute;
    z-index:5;
    top:40px;
    left:400px;
}
.mlt-text-main
{
display: inline-block;
}
.mlt-img-main img
{
    height: 20px;
    width: 20px;
    float: left;
    display: inline-block;
    margin-top: 8px;
    margin-right: 20px;
}
.parallax-main h1
{
    color:#c2ac51;
    font-family:"Open Sans";
    font-weight:200;
    width:300px;
    font-size:30px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 2px;
    display: inline-block;
    float: left;
}
.parallax-main h1 span
{
    color:#fff;
}
.parallax-main p
{
    font-family: "Open Sans";
    color:#fff;
    width:350px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 200;
    letter-spacing: 1px;
    padding-top: 50px;
    padding-left: 40px;
}

/*mlt btn section*/
.mlt-btn-min
{
 margin-left: 40px;
}
.mlt-btn
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 130px;
	height: 40px;
	margin-top: 30px;
	margin-right: 20px;
	border: solid 1px #fff;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.mlt-btn-left
{
	position: absolute;
	top: 0;
	left: -100%;
	width: 130px;
	height: 40px;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.mlt-btn-center
{
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 40px;
	text-align: center;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;

	
}
.mlt-btn-center span
{
	display: inline-block;
	padding-top: 8px;
	color: #fff;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 14px;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
}
.mlt-btn:hover .mlt-btn-left
{
	left: 0;
	background-color: #fff;
}
.mlt-btn:hover .mlt-btn-center span
{
	color: #c2ac51;
} 

/*////////////////////////////////////////service section///////////////////////////////////////////*/
#service
{
	background-color: #fff;
}
.main-head
{
	font-family: "Montserrat";
}
.main-head h1
{
	color: #c2ac51;
	font-size: 45px;
	letter-spacing: 2px;
	font-weight: 700;
}
.main-head h2
{
	color: #333;
	font-size: 30px;
	letter-spacing: 2px;
	margin-top: 0px;
	font-weight: 700;
}
.main-head p
{
	font-family: 'Vollkorn', serif;
	color: #888;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
	padding-top: 20px;
}
/*--------------------service content area---------------------------------*/
.ser-content-main
{
	margin-left: 100px;
	border: solid 2px #e2e2e2;
	height: 140px;
	margin-bottom: 50px;
	-webkit-transition: all 600ms ease-in-out;
       -moz-transition: all 600ms ease-in-out;
         -o-transition: all 600ms ease-in-out;
            transition: all 600ms ease-in-out;
}
.ser-box
{
	height: 139px;
	width:100px;
	border: solid 2px #e2e2e2;
	text-align: center;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
.ser-box img
{
	width: 45%;
	height: auto;
	color: #fff;
	font-size:25px;
	display: inline-block;
	padding-top: 42px;
	margin-left: -18px;
}
.ser-content-main h2
{
	font-family: "Raleway";
	color: #c2ac51;
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	-webkit-transition: all 600ms ease-in-out;
       -moz-transition: all 600ms ease-in-out;
         -o-transition: all 600ms ease-in-out;
            transition: all 600ms ease-in-out;
}
.ser-content-main p
{
	font-size: 14px;
	font-family: "Open Sans";
	color: #888;
	letter-spacing: 1px;
	line-height: 24px;
	padding-bottom: 50px;
	text-align: left;
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.ser-content-main:hover
{
	margin-left: 50px;
}
.ser-content-main:hover p
{
	padding-right: 40px;
}
.ser-content-main:hover h2
{
	color: 	#c2ac51;
}
/*----------------------------------------price boxes----------------------------------------------*/
.price-main
{
	height: 700px;
	width: 100%;
}
/*--------PRICE HEADING----------*/
.price-head
{
	font-family: "Montserrat";
}
.price-head h1
{
	color: #c2ac51;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0px;
	/*margin-top: 300px;*/
}
.price-head h2
{
	color: #fff;
	font-size: 35px;
	margin-top: 0;
}
.price-head p
{
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
	font-style: italic;
	padding-top: 10px;

}
/*-------------price content---------------*/
.price-content-main
{
	position: relative;
	overflow: hidden;
	width: 320px;
	/*cursor:url(../images/drag.png) ,auto;*/
}
/*background items*/
.bg-price-box
{
	z-index: 999;
	height: 500px;
	width: 320px;
	background-color: #c2ac51;
	padding-top: 100px;
}
.bg-price-ring
{
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border: solid 3px #fff;
	border-radius: 50%;
	text-align: center;
}
.bg-price-ring a
{
	font-size: 45px;
	font-family: "Roboto Slab";
	padding-top: 25px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.bg-price-box p
{
	text-align: center;
	padding: 50px 50px 0 50px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 28px;
}
.bg-price-box h2
{
	font-family: "Montserrat";
	color: #fff;
	padding-top: 40px;
	font-size: 35px;
	font-weight: 400;
	text-align: center;
	/*text-transform: lowercase;*/
}
/*forground items*/
.fg-right-hover
{
	position: absolute;
	overflow: hidden;
	z-index: 99;
	height: 500px;
	top: 0;
	width: 100%;
	right: -100%;
	background-color: #626262;
	-moz-transition: all 600ms ease-in-out;
     -webkit-transition: all 600ms ease-in-out;
      -o-transition: all 600ms ease-in-out;
         transition: all 600ms ease-in-out;
}
.price-content-main:hover .fg-right-hover
{
	right:0;
	top: 0;
}
.fg-price-ring
{
	margin-left: 220px;
	margin-top: 25px;
	width: 70px;
	height: 70px;
	border: solid 3px #fff;
	border-radius: 50%;
	text-align: center;
}
.fg-price-ring a
{
	font-size: 28px;
	font-family: "Roboto Slab";
	padding-top: 12px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.fg-right-hover ul
{
	font-family: "nexa_r";
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	margin-top: 40px;
}
.fg-right-hover ul li
{
	list-style: square;
	color: #fff;
	font-size: 18px;
	padding-left: 10px;
	text-align: left;
	margin-left: 60px;
	padding-bottom: 10px;

}
.fg-right-hover ul li span
{
	color: #888;
}
/*price button*/
.price-btn
{
	height: 35px;
	width: 100px;
	border:solid 2px #fff;
	text-align: center;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	position: absolute;
	display: inline-block;
	margin-left: 33%;
	overflow: hidden;
}
.fg-btn-hover
{
	width: 101px;
	height: 35px;
	background-color: #fff;
	position: absolute;
	z-index: 25;
	left: -100px;
	top: 0;
	-moz-transition: all 600ms ease-in;
     -webkit-transition: all 600ms ease-in;
      -o-transition: all 600ms ease-in;
         transition: all 600ms ease-in;
}
.price-btn:hover .fg-btn-hover
{
	left: 0; 
	top: 0;
}
.price-btn:hover a
{
	opacity: 0;
	-moz-transition: all 600ms ease-in;
     -webkit-transition: all 600ms ease-in;
      -o-transition: all 600ms ease-in;
         transition: all 600ms ease-in;
}
.price-btn:hover .fg-btn-hover a
{
	opacity: 1;
}
.price-btn a
{
	padding: 6px 12px;
	display: inline-block;
	color: #fff;
	font-family: "nexa_b";
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 10;
}
.fg-btn-hover a
{
	padding: 6px 12px;
	display: inline-block;
	color: #333;
	font-family: "nexa_b";
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 10;
}
/*price owl pagenation*/
.owl_price .owl-controls .owl-page span
{ 
	height: 12px !important;
	width: 12px !important;
	background-color: #c2ac51 !important;
}
.owl_price .owl-controls .owl-page.active span
{
	background-color: #c2ac51 !important;
	height: 12px !important;
	width: 12px !important;
}
.owl_price .owl-controls 
{
	padding-top: 40px;
	display: inline-block;
	margin-left: 43%;
	
}
/*------------------------------PORTFOLIO SECTION STRATED------------------------------------*/
#portfolio
{
	background-color: #fff;
}
/*---ajax trigger close----*/
.ajax_close
{
	position: absolute;
	height: 30px;
	width: 30px;
	margin-top: 20px;
	color: #cfcfcf;
	right: 15px;
	z-index: 999;
}
.ajax_close span
{
	/*background-color: #c2ac51;*/
	/*padding-top: 5px;*/

}
.ajax_close span a
{
	color: #c2ac51;
	font-size: 18px;
	/*border: solid 1px #c2ac51;
	padding: 4px 6px;*/
	
	
	
}
.port-head
{
	font-family:"Montserrat";
}
.port-head h1
{
	letter-spacing: 2px;
	font-size: 50px;
	color: #c2ac51;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px;
}
.port-head h2
{
	font-size: 32px;
	color: #555;
	font-weight: 700;
	margin-top: 0;
}
/*----------sub menu-----------*/
.port-nav
{
	float: right;
	clear: both;
	padding-top: 30px;
}
.port-nav ul
{
}
.port-nav ul li
{
	list-style: none;
	display: inline;
	padding: 0 10px;
}
.port-nav ul li span
{
	color: #888;
}
.port-nav ul li a
{
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 14px;
	letter-spacing: 2px;
	color: #888;
	-webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
         -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
}
.port-nav ul li a:hover
{
	color: #c2ac51;
}
/*-------portfolio content area--------*/

.port-ico-img
{
	display: inline-block;
	margin-right: 10px;
	float: left;
	clear: both;
}
.icon-color-active
{
	color: #c2ac51 !important;
}
.port-ico-img i
{
	font-size: 30px;
	margin-top: 2px;
	color: #e2e2e2;
	display: inline-block;
	-webkit-transition: all 600ms ease-in-out;
       -moz-transition: all 600ms ease-in-out;
         -o-transition: all 600ms ease-in-out;
            transition: all 600ms ease-in-out;
}
.port-row
{
	width: 100%;
}
.port-tile-main
{
	width: 25%;
	height: 310px;
	float: left;
	display: block;
}
.port-tile
{
	height: 310px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	webkit-transition: all 400ms ease-in-out;
      -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
           transition: all 400ms ease-in-out;
}
.fg-port-left
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	right: -100%;
	top: 0;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.port-tile-main:hover .fg-port-left
{
	right: 0;
	top: 0;
}
.port-img
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.port-img img
{
	-webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.port-tile-main:hover .port-img img
{
	-webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.fg-port-sland-left
{
	position: absolute;
	background-color: #c2ac51;
	left: -120%;
	width: 80%;
	height: 160%;
	top: 0;
	-webkit-transform: rotate(-46deg);
       -moz-transform: rotate(-46deg);
        -ms-transform: rotate(-46deg);
         -o-transform: rotate(-46deg);
            transform: rotate(-46deg);
    -webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
}
.port-tile:hover .fg-port-sland-left
{
	left: -18%;
	top: 0%;
}
.fg-port-sland-left-content
{
	position: absolute;
	width: 70%;
	height: 100px;
	bottom: 15px;
	left: -70%;
	-webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
}
.fg-port-sland-left-content h2
{
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	margin-top: 0;
}
.fg-port-sland-left-content h1
{
	font-family: "Montserrat";
	color: #fff;
	margin-top: 0;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 10px;	
}
.port-tile:hover .fg-port-sland-left-content
{
	left: 5%;
}
.port-btn
{
	position: absolute;
	top:15px;
	right: -100%;
	width: 40px;
	-webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
}
.port-btn a
{
	text-decoration: none;
	color: #fff;
	background-color: #c2ac51;
	padding: 10px ;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: all 600ms ease-in-out;
       -moz-transition: all 600ms ease-in-out;
         -o-transition: all 600ms ease-in-out;
            transition: all 600ms ease-in-out;

}
.port-btn a i
{
	font-size: 18px;
}
.port-btn a:hover
{
	background-color: #888;
}
.port-tile:hover .port-btn
{
	right: 5%;
} 
/*------------------------------------CLIENT SECTION STARTED---------------------------------------*/
#clients
{
	background-color: #fff;
}
.client-main
{	
	height: 500px;
}
.member-content
{
	margin-top :30px;
}
.member-content h1
{
	font-family: "Open Sans";
	color: #c2ac51;
	font-size: 24px;
	padding-bottom: 10px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
}
.member-content p
{
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 26px;
	color: #888;
	letter-spacing: 1px;
	padding-right: 15px;
}
/*-------member btn section------*/
.member-btn-main
{
	padding-top: 30px;
	display: inline-block;
}
.member-img-main
{
	position: relative;
}
.member-img-main img
{
	position: absolute;
	overflow: hidden;
	top: -50px;
}
.mem-btn-box
{
	position: absolute;
	overflow: hidden;
	border-radius: 1px;
	height: 40px;
	width: 130px;
	background-color: #D4C6A7;
	text-align: center;
	-webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
}
.mem-btn-box a
{
	padding: 7px 50px;
	display: inline-block;
	text-decoration: none;
	color: #c2ac51;
	font-family: "Open Sans";
	font-size: 16px;
}
.mem-btn-ovl
{
	position: absolute;
	background-color: #c2ac51; 
	width: 130px;
	height: 40px;
	left: 0;
	top: 0;
	-webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
}
.mem-btn-ovl a
{
	padding: 7px 20px;
	display: inline-block;
	color: #fff;
	font-family: "Open Sans";
	font-size: 16px;
}
.mem-btn-box:hover .mem-btn-ovl
{
	left: -102%;
	top: 0;
}
/*------2nd btn--------*/
.mem-btn-box-2
{
	margin-left: 150px;
	position: absolute;
	overflow: hidden;
	border-radius: 1px;
	height: 40px;
	width: 130px;
	background-color: #D4C6A7;
	text-align: center;
	-webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
}
.mem-btn-box-2 a
{
	padding: 7px 50px;
	display: inline-block;
	text-decoration: none;
	color: #c2ac51;
	font-family: "Open Sans";
	font-size: 16px;
}
.mem-btn-ovl-2
{
	position: absolute;
	
	background-color: #c2ac51; 
	width: 130px;
	height: 40px;
	left: 0;
	top: 0;
	-webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
}
.mem-btn-ovl-2 a
{
	padding: 7px 20px;
	display: inline-block;
	color: #fff;
	font-family: "Open Sans";
	font-size: 16px;
}
.mem-btn-box-2:hover .mem-btn-ovl-2
{
	left: 102%;
	top: 0;
}
/*-------------------------------- ---figures section-----------------------------------------*/
.fig-content
{
	margin: 0 auto;
	margin-top: 100px;
}
.fig-icon
{
	width: 64px;
	height: 64px;
	float: left;
}
.fig-text
{
	float: left;
	padding-left: 30px;
}
.fig-text h2
{
	font-family: "Montserrat";
	font-size: 50px;
	color: #fff;
	margin-top: -10px;
}
.fig-text h4
{
	font-family: "Open Sans";
	font-size: 18px;
	color: #c2ac51;
}
/*------------------------------------------team section-----------------------------------------*/
#team
{
	background-color: #fff;
}
/*-------------1st type box--------------------*/
.team-box-main
{
	position: relative;
	height: 400px;
	width: 100%;
}
.team-fg-area
{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.team-fg-area path
{
	fill: #c2ac51;
    stroke: #c2ac51; 
    stroke-width: 0;
}
svg.sland-bottom {
    top : 0;
    height: 400px;
    left: -1px;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.team-img-area
{
	position: absolute;
	top: 0;
	right: 50px;
	padding-top: 30px;
}
.team-img-area img
{
	height: auto;
	width: 100%;
}
.team-content
{
	padding-top: 20px;
}
.team-content h2
{
	font-family: "Open Sans";
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.team-content h5
{
	font-family: "nexa_r";
	color: #fff;
	letter-spacing: 1px;
}

.team-content p
{
	font-family: "Open Sans";
	color: #fff;
	letter-spacing: 1px;
	padding-top:10px;
	line-height: 24px;
	font-size: 14px;
}
.team-btn
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-top: 15px;
	margin-right: 10px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: solid 1px #fff; 	
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.team-btn-left
{
	position: absolute;
	text-align: center;
	height: 40px;
	width: 40px;
	background-color: #fff;
	border-radius: 50%;
	left: -110%;
	top: 0;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.team-btn-left i
{
	display: inline-block;
	padding-top: 10px;
}
.team-btn-right
{
	position: absolute;
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	right: 0;
	top: 0;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.team-btn-right i
{
	text-align: center;
	display: inline-block;
	padding-top: 12px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.team-btn:hover
{
	border: solid 1px rgba(0,0,0,0.0); 
}
.team-btn:hover .team-btn-left
{
	top:0;
	left: 0;
}
.team-btn:hover .team-btn-right i
{
	color: #c2ac51;
}
/*-------------2nd type box--------------------*/
.team-box-main-2
{
	position: relative;
	height: 400px;
	width: 100%;
	display: block;
}
.team-fg-area-2
{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.team-fg-area-2 path
{
	fill: #c2ac51;
    stroke-width: 0;
}
svg.sland-bottom-2 {
    
    height: 400px;
    left: -1px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    top: 0;
}
.team-img-area-2
{
	position: absolute;
	top: 0;
	left: 50px;
	padding-top: 30px;
}
.team-img-area-2 img
{
	height: auto;
	width: 100%;
}
.team-content-2
{
	padding-top: 20px;
}
.team-content-2 h2
{
	font-family: "Open Sans";
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.team-content-2 h5
{
	font-family: "nexa_r";
	color: #fff;
	letter-spacing: 1px;
}

.team-content-2 p
{
	font-family: "Open Sans";
	color: #fff;
	letter-spacing: 1px;
	padding-top:10px;
	line-height: 24px;
	font-size: 14px;
}
/*-------------------------------testimonial section started------------------------------------*/
.testi-content
{
	text-align: center;
}
.testi-content p
{
	font-family: "Open Sans";
	color: #888;
	font-size: 16px;
	line-height: 32px;
	padding-top: 70px;
	padding-left: 15px;
	font-weight: 400;
	text-align: left;
	/*font-style: italic;*/
}
.testi-left-box
{
	width: 50%;
	float: left;

}
.testi-right-box
{
	width: 50%;
	float: right;
	clear: both;
}
.testi-img-box
{
	padding-top: 50px;
}
.testi-img-box img
{
	height: 140px;
	width:140px;
	float: right;
	border-radius: 50%;
	border: solid 4px #fff;
	clear: both;
}
.testi-name-section
{
	text-align: left;
	padding-top: 50px;
}
.testi-name-section h2
{
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 28px;
	color: #c2ac51;
	letter-spacing: 2px;
}
.testi-name-section h4
{
	font-family: "Raleway";
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	color: #555;
	letter-spacing: 1px;
}
.testi-rating
{
	display: inline;
}
.testi-rating i
{
	color: #c2ac51;
	font-size: 18px;
	padding-right: 5px;
}
/*owl navigation*/
.testimonials_owl .owl-controls .owl-page span
{ 
	height: 12px !important;
	width: 12px !important;
	background-color: #c2ac51 !important;
	
}
.testimonials_owl .owl-controls .owl-page.active span
{
	background-color: #c2ac51 !important;
	height: 12px !important;
	width: 12px !important;
}
.testimonials_owl .owl-controls 
{
	padding-top: 100px;
}
/*------------------------------------social linke section----------------------------------*/
.social-main
{
	font-family: "Raleway";
	color: #fff;
	text-align: center;
	font-weight: 200;
}
.social-main h2
{
	letter-spacing: 2px;
	margin-top: 0;
	font-size: 36px;
	font-weight: 300;
	padding-bottom: 10px;	
}
.social-main h3
{
	font-size: 22px;
	font-weight: 200;
}
.social-main span
{
	color: #c2ac51;
}
/*-----------main social ring button styles---------------*/
.inter-btn
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	/*margin-top: 15px;*/
	margin: 0 8px;
	margin-top: 50px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: solid 1px #fff; 	
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.inter-btn-left
{
	position: absolute;
	text-align: center;
	height: 40px;
	width: 40px;
	background-color: #fff;
	border-radius: 50%;
	left: -110%;
	top: 0;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.inter-btn-right
{
	position: absolute;
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	/*background-color: #fff;*/
	right: 0;
	top: 0;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.inter-btn-right i
{
	text-align: center;
	display: inline-block;
	padding-top: 12px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.inter-btn:hover
{
	border: solid 1px rgba(0,0,0,0.0);
}
.inter-btn:hover .inter-btn-left
{
	top:0;
	left: 0;
}
.inter-btn:hover .inter-btn-right i
{
	color: #c2ac51;
}
/*-------------------------owl added contact section-----------------------------------------*/
#contact
{
	background-color: #fff;
}
.con-main-section
{
	height: 700px;
	width: 100%;
}
.con-owl-slide-1
{
	width: 100%;
	/*height: 700px;*/

}
.con-owl-slide-2
{
	width: 100%;
	/*height: 700px;*/
}
.con-owl-slide-3
{
	width: 100%;
	/*height: 700px;*/
	background-color: #e2e2e2;
}
.con-details-main
{
	width: 100%;
	height: inherit;
}
/*CONTACT HEAD SECTION*/
.con-head-main
{
	font-family: "Montserrat";
}
.con-head-main h1
{
	color: #c2ac51; 
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 2px;
}
.con-head-main h2
{
	color: #555; 
	margin-top: 0;
	font-weight: 35px;
	letter-spacing: 3px;
}
/*contact form section*/
.con-in-box
{
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
.con-in-box input
{
	float: left;
	width: 100%;
	height: 40px;
	border: solid 1px #cfcfcf;	
	padding: 10px 20px;
	color: #555;
	font-family: "Open Sans";
	font-size: 12px;
}
/*text area boxes*/
.con-in-box-text
{
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
}
.con-icon-box-text
{
	float: left;
	width: 6%;
	height: 100px;
	background-color: #c2ac51; 
	text-align: center;
}
.con-icon-box-text i
{
	color: #fff;
	padding-top: 13px;
	display: inline-block;
}
.con-in-box-text textarea
{
	float: left;
	width: 100%;
	height: 90px;
	border: solid 1px #cfcfcf;	
	padding: 15px 20px;
	color: #555;
	font-family: "Open Sans";
	font-size: 12px;
}
/*contact btn*/
.con-in-box-btn
{
	width: 100%;
	height: 30px;
	border: solid 1px #cfcfcf;
	color: #555;
	text-align: center;
	padding: 4px 0;
	font-family: "Open Sans";
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0 auto
	-webkit-transition: all 600ms ease-in-out;
        -moz-transition: all 600ms ease-in-out;
        -o-transition: all 600ms ease-in-out;
        transition: all 600ms ease-in-out;
}
.con-in-box-btn:hover
{
	background-color: #cfcfcf;
	color: #c2ac51;
}
/*---address section---*/
.con-add-main
{
	margin-top: 10px;
	margin-left: 50px;
}
.con-add-img
{
	float: left;
	clear: both;
    padding-top: 40px;
    padding-left: 25px;
}
.con-add-img img
{
	height: 25px;
	width: 25px;
}
.con-add-conent
{
	float: left;
	font-family: "Open Sans";
	padding-left: 20px;
	padding-top: 30px;
}
.con-add-conent h4
{
	color: #888;
	letter-spacing: 2px;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 10px;
}
.con-add-conent h5
{
	color: #888;
	letter-spacing: 1px;
	font-size: 16px;
}
/*additional*/
.con-add-img-sub
{
	float: left;
	clear: both;
    padding-top: 10px;
    padding-left: 20px;
}
.con-add-img-sub img
{
	height: 40px;
	width: 40px;
}
.con-add-conent-sub
{
	float: left;
	font-family: "Open Sans";
	padding-left: 10px;
	padding-top: 0px;
}
.con-add-conent-sub h5
{
	color: #888;
	letter-spacing: 1px;
	font-size: 16px;
	padding-top: 7px;
}
/*---------------------------------------------------------------------
Validation 
-----------------------------------------------------------------------*/
.theme-error
{
  padding: 5px;
  font-family: "Open Sans";
  color: #FC3232;
  width:50%;
  margin: 0 auto 10px 5%;
}
.theme-success
{
  padding: 5px;
  font-family: "Open Sans";
  color: #3AFC53;
  width:50%;
  margin: 0 auto 10px 5%;
}
/*------------------*/
.gmap3
{
    width: 100%;
    height: 700px;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
}
/*---------contact navigation--------------------*/
/*owl pagenation*/
.contact_owl .owl-controls .owl-page span
{ 
	height: 25px !important;
	width: 70px !important;
	background-color: #c2ac51 !important;
	color: #fff;
	font-family: "Open Sans";
	border-radius: 0 !important;
	font-size: 10px;
	padding-top: 5px;
	text-transform: uppercase;
}
.contact_owl .owl-controls .owl-page.active span
{
	background-color: #c2ac51 !important;
	height: 25px !important;
	width: 70px !important;
	font-family: "Open Sans";
	border-radius: 0 !important;
	font-size: 10px;
	text-transform: uppercase;
}
.contact_owl .owl-controls
{
	position: absolute;
    bottom: 30px;
    z-index: 9999999999999999;
    left: 50%;
    -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
         -o-transform:translateX(-50%);
            transform:translateX(-50%);
}
/*-----------------------------------twitter area started-----------------------------------*/
.twitter-main
{
/*	background: url(../images/bg/twitter-bg.jpg)top center;
	
	background-size: cover;*/
}
.twitter-main 
{
	height: 700px;
    background: url('../images/bg/twitter-bg.jpg') center top repeat-x #F53655;
    background-size: cover;
    background-position: 0 0;
    animation: animatedBackground 120s linear infinite;
    -webkit-animation: animatedBackground 120s linear infinite;
}
.tweet-ovl
{  	
	background: rgba(0,0,0,0.9);
	height: 700px;
}
.tweet-logo 
{
	text-align: center;
	padding-top: 200px;
	padding-bottom: 50px;

}
.tweet-logo i
{
	font-size: 20px;
	text-align: right;
	background-color: #c2ac51; 
	color: #fff;
	display: inline-block;
	padding: 30px 30px;
}
.wide_callaction {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
#ticker {
    cursor: e-resize;
    text-align: center;
}
.wide_callaction #ticker a {
    color: #FFF;
    font-style: italic;
    font-family:"Open Sans";
    padding-left: 0;
    margin-left: 0;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}
.tweet_outro
{
	font-family:"nexa_b" !important;
	font-size: 25px !important;
	letter-spacing: 1px !important;
	margin-top: 30px;
	font-weight: 300 !important;
}
.tweet_time a
{
	font-family:"Open Sans" !important;
	text-decoration: none !important;
	text-transform: none !important;
	padding: 00px !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
	font-weight: 300 !important;
	margin-top: 80px;
}
/*---------------------------footer section started----------------------------------*/
.footer-main
{
	width: 100%;
	background-color: #c2ac51;
	height: 80px;
}
.foot-img
{
	width: 61%;
	height: 80px;
	margin: 0 auto;
	padding-top: 12px;
}
.foot-img img
{
	text-align: center;
	margin: 0 auto;
}
.foot-text
{
	text-align: center;
	padding-top: 33px;
}
.footer-social-main
{
	text-align: right;
	margin-top: 25px;
}
.footer-copy
{
	text-align: center;
	padding-top: 30px;
}
.footer-copy p
{
	color: #000;
	font-size: 12px;
	font-family: "Open Sans";
	text-align: left;
}
.footer-main a
{
	color: #fff;
}
.footer-copy p span
{
	color: #c2ac51;	
	font-size: 14px;
}

/*-----------footer social ring button styles---------------*/
.footer-btn
{
	position: relative;
	overflow: hidden;
	display: inline-block;
	/*margin-top: 15px;*/
	margin: 0 5px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: solid 1px #656565; 	
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.footer-btn-left
{
	position: absolute;
	text-align: center;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border-radius: 50%;
	left: -110%;
	top: 0;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.footer-btn-right
{
	position: absolute;
	text-align: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	/*background-color: #fff;*/
	right: 0;
	top: 0;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.footer-btn-right i
{
	text-align: center;
	display: inline-block;
	padding-top: 9px;
	font-size: 10px;
	color: #656565;
	-webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
}
.footer-btn:hover
{
	border: solid 1px rgba(0,0,0,0.0);
}
.footer-btn:hover .footer-btn-left
{
	top:0;
	left: 0;
}
.footer-btn:hover .footer-btn-right i
{
	color: #c2ac51;
}