@import url('Lato/latofonts.css');
@import url('font-awesome/css/font-awesome.css');

@import url('animate.css');
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	font-size: 16px;
}
.bold,.list-heading
{
	font-weight: bold;
}



.block,a, div, section,
.list-heading
{
	display:block;
	text-decoration: none;
}
.inline-b,.menu > li
{
	display: inline-block;
	text-decoration: none;
}
.not-show
{
	display: none;
}
.text-intend, .textbox
{
	text-indent: 10px;
}


/*---------- Float start -----------------*/
	
.float-l,.menu > li

{
	float: left;
}
.float-r
{
	float: right;
}
.float-n
{
	float:none;
}

/*---------- Float start -----------------*/



/*---------- Clear start -----------------*/
.clear
{
	clear:both;
}
.clear-r
{
	clear:right;
}
.clear-l
{
	clear:left;
}
/*---------- Clear end -----------------*/






/* ---------------- COLORS start ----------------*/

	.theme-b, .menu > li > a:hover,
	.menu-ul
	,
	.faq-ul li:nth-child(even) span
	{
		background-color: #28997C;
	}
	.theme-f,.list-heading
	{	
		color: #28997C;
	}
	.theme-d-b,.menu > li > a
	,.faq-ul li:nth-child(odd) span
	{
		background-color: #053F6D;
	}
	.theme-d-f,.menu-ul > li > a:hover
	{
		color:  #053F6D;
	}
	.theme-3-b
	{
		background-color: #38B3D5;
	}
	.theme-3-f
	{
		background-color: #38B3D5;
	}
	.theme-4-b
	{
		background-color:  #AAC672;
	}
	.theme-4-f
	{
		background-color: #AAC672;
	}
	.theme-4-y
	{
		background-color: #e5ce78;
	}	
	.theme-g
	{
		background-color: #fbee90;
	}	
	.white-b
	{
		background-color: #fff;
	}
	.white-f,.menu > li > a,
	.menu-ul > li > a
	{
		color: #fff;
	}
	.gray-l-b
	{
		background-color: #f9f9f9;
	}	
	.gray-b
	{
		background-color: #64605d;
	}
	.gray-f, .list-1
	{
		color: #64605d;
	}
	.black-b
	{
		background-color: #333;
	}
	.black-bl
	{
		color: #000;
	}
	.black-f
	{
		color: #333;
	}

/* ---------------- COLORS end ---------------*/







/* ---------------- Fonts Sizes start --------------*/

	.size8
	{
		font-size: 8px;
	}
	.size9
	{
		font-size: 9px;
	}
	.size10
	{
		font-size: 10px;
	}
	.size11
	{
		font-size: 11px;
	}
	.size12
	{
		font-size: 12px;
	}
	.size13,.list-1 li div i
	{
		font-size: 13px;
	}
	.size14
	{
		font-size: 14px;
	}
	.size15,.menu-ul > li > a
	{
		font-size: 15px;
	}
	.size16
	{
		font-size: 16px;
	}

	.size18,.menu > li > a,.list-1 li
	{
		font-size: 18px;
	}
	.size20
	{
		font-size: 20px;
	}
	.size22
	{
		font-size: 22px;
	}
	.size24,.list-heading
	{
		font-size: 24px;
	}
	.size26
	{
		font-size: 26px;
	}
	.size28
	{
		font-size: 28px;
	}
	.size30
	{
		font-size: 30px;
	}
	.size32
	{
		font-size: 32px;
	}
	.size34
	{
		font-size: 34px;
	}
	.size36
	{
		font-size: 36px;
	}
	.size38
	{
		font-size: 38px;
	}
	.size40
	{
		font-size: 40px;
	}
	.size42
	{
		font-size: 42px;
	}
	.size44
	{
		font-size: 44px;
	}
	.size46
	{
		font-size: 46px;
	}
	.size48
	{
		font-size: 48px;
	}
	.size50
	{
		font-size: 50px;
	}
/* ---------------- Fonts Sizes start --------------*/







/* ---------------- Borders Start ----------------*/


	.border-t
	{
		border-top: 1px solid #eee;
	}
	.border-r
	{
		border-right: 1px solid #eee;
	}
	.border-b
	{
		border-bottom: 1px solid #eee;
	}
	.border-l
	{
		border-left: 1px solid #eee;
	}
	.border-all
	{
		border:1px solid #eee;
	
	}
	.border-w
	{
		border:1px solid #fff;
	}
	.border-z
	{
		border:0px solid #000;
	}
	.radius-2
	{
		border-radius: 2px;
		-webkit-border-radius:2px;
	}
	.radius-3
	{
		border-radius: 3px;
		-webkit-border-radius:3px;	
	}
	.radius-4
	{
		border-radius: 4px;
		-webkit-border-radius:4px;		
	}
	.radius-5
	{
		border-radius: 5px;
		-webkit-border-radius:5px;	
	}
	.radius-6
	{
		border-radius: 6px;
		-webkit-border-radius:6px;		
	}
	.radius-7
	{
		border-radius: 7px;
		-webkit-border-radius:7px;			
	}
	.radius-8
	{
		border-radius: 8px;
		-webkit-border-radius:8px;				
	}


/* ---------------- Borders End ----------------*/






/* ---------------- Width Start ----------------*/

	.width-100
	{
		width: 100%;
	}
	.width-90
	{
		width: 90%;
	}
	.width-80
	{
		width: 80%;
	}
	.width-70
	{
		width: 70%;
	}
	.width-60
	{
		width: 60%;
	}
	.width-50
	{
		width: 50%;
	}
	.width-45
	{
		width: 45%;
	}	
	.width-40
	{
		width: 40%;
	}
	.width-35
	{
		width: 35%;
	}	
	.width-30
	{
		width: 30%;
	}
	.width-25
	{
		width: 25%;
	}	
	.width-20
	{
		width: 20%;
	}
	.width-15
	{
		width: 15%;
	}	
	.width-10
	{
		width: 10%;
	}
	
	.width-0
	{
		width: 0px
	}
	.width-a
	{
		width:auto;
	}
/* ---------------- Width End ----------------*/





/* -----------------  Cursor Start ---------- */

	.pointer
	{
		cursor: pointer;
	}

/* -----------------  Cursor end ---------- */





/* ------------------- Case start  ------------*/

	.upper,.menu > li > a
	,.menu-ul > li > a
	{
		text-transform: uppercase;
	}
	.lower
	{
		text-transform: lowercase;
	}
	.caps
	{
		text-transform: capitalize;;
	}
	.case-none
	{
		text-transform: none;
	}

/* ------------------- Case  end  ------------*/





/* -------------- Lists stats --------------- */

	ul
	{
		padding: 0px;
		margin: 0px;
		list-style: none;
	}

	ol
	{
		padding: 0px;
		margin: 0px;
		list-style: none;
	}

/* -------------- Lists end --------------- */





/*--------------- spaces start -------------*/

	.spac-h-1
	{
		min-height: 1px;
	}
	.spac-h-2
	{
		min-height: 2px;
	}
	.spac-h-4
	{
		min-height: 4px;
	}
	.spac-h-6
	{
		min-height: 6px;
	}
	.spac-h-8
	{
		min-height: 8px;
	}
	.spac-h-10
	{
		min-height: 10px;
	}

	.spac-w-1
	{
		min-width: 1px;
	}
	.spac-w-2
	{
		min-width: 2px;
	}
	.spac-w-4
	{
		min-width: 4px;
	}
	.spac-w-6
	{
		min-width: 6px;
	}
	.spac-w-8
	{
		min-width: 8px;
	}
	.spac-w-10
	{
		min-width: 10px;
	}

/*--------------- spaces end -------------*/









/*------ Paddings start -------------*/

	.padding-t
	{
		padding-top: 10px;
	}
	.padding-b, .list-heading
	{
		padding-bottom: 10px;
	}
	.padding-r
	{
		padding-right: 10px;
	}
	.padding-l
	{
		padding-left: 10px;
	}
	.padding-all
	{
		padding: 10px;
	}
	.padding-two, .textbox, 
	.selectbox
	{
		padding: 10px 0px;
	}
	.padding-two-1
	{
		padding: 0px 10px;
	}
	.padding-t-5
	{
		padding-top: 5px;
	}
	.padding-all-5
	{
		padding: 5px;
	}

/*------ Paddings End -------------*/





/*------ Margins start -------------*/


	.margin-t
	{
		margin-top: 10px;
	}
	.margin-b, .list-heading
	{
		margin-bottom: 10px;
	}
	.margin-r
	{
		margin-right: 10px;
	}
	.margin-l
	{
		margin-left: 10px;
	}
	.margin-all
	{
		margin: 10px;
	}
	.margin-two, .list-1 li
	{
		margin: 10px 0px;
	}
	.margin-two-1
	{
		margin: 0px 10px;
	}
	.margin-a
	{
		margin: auto;
	}
	.margin-z
	{
		margin: 0px;
	}


/*------ margins End -------------*/





/************* POSITIONS START ***************/

	.position-r
	{
		position: relative;
	}
	.position-a
	{
	position: absolute;

	}
.row-inner-1 .clear #top-text {
}



	.position-f
	{
		position: fixed;
	}

/************* POSITIONS END *****************/




/* transition start */

	.transition1
	{
		transition:all .1s ease-out;
	}
	.transition2
	{
		transition:all .2s ease-out;
	}
	.transition3
	{
		transition:all .3s ease-out;
	}
	.transition4,.menu > li a,
	.menu-ul > li > a:hover,
	.circle-ul li span
	{
		transition:all .4s ease-out;
	}
	.transition5
	{
		transition:all .5s ease-out;
	}

/* transition end */


/* Text align start*/


	.text-c, .menu > li > a
	{
		text-align: center;
	}
	.text-l
	{
		text-align: left;
	}
	.text-r
	{
		text-align:right;
	}
	.text-j
	{
		text-align:justify;
	}

/* Text align end*/


/* Background Image start*/



	.bg-rept
	{
		background-repeat: repeat;
	}
	.bg-rept-n
	{
		background-repeat: no-repeat;
	}	
	.bg-rept-x
	{
		background-repeat: repeat-x;
	}		
	.bg-rept-y
	{
		background-repeat: repeat-y;
	}

	.bg-p-t
	{
		background-position: top;
	}
	.bg-p-b
	{
		background-position: bottom;
	}
	.bg-p-l
	{
		background-position: left;
	}	
	.bg-p-r
	{
		background-position: right;
	}
	.bg-p-c
	{
		background-position: center;
	}
	.bg-p-cc
	{
		background-position: center center;
	}
	.bg-opty-7
	{
		opacity: 0.7;
		-webkit-opacity: 0.7;
	}
	.ourofferdetail{font-size: 14px;
    line-height: 19px;}
/* Background Image end*/
#top-text {
    font-size: 33px;
    line-height: 34px;
    font-weight: 800;
    left: 16%;
    top: 302px;
    font-family: arial;
    padding: 10px;
    background-color: rgba(227, 224, 215, 0.63);
    border-radius: 8px;
}
.mgn-t,.list-heading
{
	margin-top: 25px;
}
.mgn-t-
{
	margin-top: -70px;
}
.mgn-t-1
{
	margin-top: 70px;
}
.mgn-t-2
{
	margin-top: 20px;
}
.mgn-t-3
{
	margin-top: 30px;
}
.mgn-t-25
{
	margin-top: 25px;
}
.mgn-r-3
{
	margin-right: 30px;
}
.mgn-r-2
{
	margin-right: 20px;
}
.mgn-l-4
{
	margin-left: 40px;
}
.mgn-l-3
{
	margin-left: 30px;
}
.mgn-c
{
	margin:50px 290px;
}
.pdng-b-4
{
	padding-bottom: 40px;
}
.pdng-b-2
{
	padding-bottom: 0;
}
.pdng-b-5
{
	padding-bottom: 50px;
}
.bck-bg
{
	background-image:url('../images/bg-1.jpg');
	background-color:#DEDCD0;
	 
	min-height: 470px;
}
.frm-mn
{
	width: 330px;
	background: url('../images/form-bg.png');
}
.textbox
{

}
.selectbox
{
	text-indent: 5px;
}
.balun
{
	height: 414px;
	margin-right: 170px;
	animation-duration: 5s;
	-webkit-animation-delay: 0s;
}
.balun-1
{
    margin-top: 165px;
    margin-left: -50px;
    animation-duration: 10s;
	-webkit-animation-delay: 3s;
}
.balun-2
{
	margin-top: 100px;
    margin-left: 315px;
	animation-duration: 7s;
	-webkit-animation-delay: 3s;    
}
.menu
{
	margin-left:90px;
}
.menu > li
{
}
.menu > li > a
{
	padding:20px 47px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1.2px;
}
.menu > li > a:hover
{
}
.menu-ul
{
	display: none;
	margin-top: 1px;
	z-index: 2;
}
.menu-ul > li
{
}
.menu-ul > li > a
{
	padding: 8px 18.2px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1.2px;
}
.menu-ul > li > a:hover
{
}
.list-heading
{

}
.list-1
{
	letter-spacing: 1px;
	padding: 0px 10px;
}
.list-1 li
{
	word-spacing: 3px;
}
.list-1 li div i
{
	float: left;
	width: 5%;
}
.list-1 li div div
{
	float: left;
	width: 95%;
}

.section-heading
{
	height: 95px;
	padding-top: 60px;
	
}
.circle
{

}
.circle-ul
{

}
.circle-ul li
{
	width: 25%;
float: left;
}
.circle-ul li span
{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	margin: auto;
	transform: scale(1,1);
}
.circle-ul li span:hover
{
	transform: scale(1.1,1.1);
}
.our-offer-ul
{

}
.our-offer-ul li
{
	height: 350px;
}
.faq-ul
{

}
.faq-ul li:nth-child(odd) span
{
	
}
.faq-ul li:nth-child(even) span
{
	
}
.faq-ul li span
{
	margin-bottom: 2px;
	padding-left: 10px;
	text-indent: 0px;
	font-size: 14px;
}
.faq-ul li > div
{
	display: none;
}
.contact-ul
{

}
.contact-ul li
{
	float: left;
	width: 33.3%;
}
.contact-ul li div
{
	padding-right: 20px;
}
.city-names
{

}
.city-names li
{
	float: left;
	width: 14.28%;
}

.city-names li div
{
	border-left: 1px solid #fff;
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
}
.city-names li:nth-child(1) div
{
	border-left: 0px solid #fff;	
}
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 37px;
    height: 39px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(167, 24, 24);
    padding-top: 5px;
    padding-left: 7px;
    margin-bottom: 51px;
    margin-right: 5px;
    border-radius: 5px;
    display: inline;
    font-size: 35px;
}
.mob-menu
{
	display: none;
}



.m-menu-mn
{
	left: 0px;
	padding: 10px;
	background-color:rgba(68, 68, 68, 0.96);
	display: none;
	z-index: 1000;
}
.mob-menu-ul
{

}
.mob-menu-ul li
{
	background-color:rgba(68, 68, 68, 0);
	margin: 1px 0px;
	border-bottom: 1px solid #555;
}
.mob-menu-ul li:last-child
{
	margin: 0px;
	border:0px;
}
.mob-menu-ul li a
{
	color: #fff;
	text-transform: capitalize;
	padding: 3px 0px;
	padding-left: 5px;
	font-size: 11px;
}
.mob-nested-mnu
{
}
.mob-nested-mnu li
{
	background-color: rgba(102, 102, 102, 0.59);
	margin: 1px 0px;
}
.mob-nested-mnu li:last-child
{
	margin: 0px 0px;
}
.mob-nested-mnu li a
{
	font-size: 11px;
	margin-left: 25px;
	color: #ccc;
}
.m-menu-image
{

}
.m-menu-close
{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 5px 0px;	
	margin-top: 15px;
}

.mob-form-trigger
{
	display:none;
}