@charset "utf-8";
/* CSS Document */



body{
	width:100%;
	margin:0 auto;
	background:#fff;
	font-family:Arial, Regular;
}
p
{
	font-size: 14px;
	font-family: Arial, Regular;
	text-align:justify;
	margin-bottom:10px;
	font-weight:normal;
	line-height:1.5;
}

.structure
{
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	padding-left:10px;
	padding-right:10px;
	background-image: url(images/bg1.jpg);
	background-repeat:repeat-x;
	z-index:-999;
	
}
	
.structure:before, .structure:after 
{
    display: table;
    content: " ";
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.structure:after {
    clear: both;
}
.top-area
{
	float:left;
	width:100%;
	background:#2f3249;
}
.top
{
	float:left;
	width:100%;
}
.top-left
{
	float:left;
	padding-top:10px;
}
.top h1
{
	float:left;
	margin-right:20px;
	padding-left:40px;
	background:url(../images/call.png) no-repeat left;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	font-family: myFirstFont;
}

.top h2
{
	float:left;
	padding-left:40px;
	background:url(../images/mail.png) no-repeat left;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	font-family: myFirstFont1;
	margin-top: -2px;
}
.flow
{
	float:right;
}
.flow p
{
	float:left;
	margin-right:20px;
	font-size:18px;
	color:#fff;
	margin-top:7px;
	font-family: myFirstFont1;
}
.flow img
{
	float:left;
	margin-right:5px;
}
.flow img:hover
{
	opacity:.5;
}
.header-area
{
	float:left;
	width:100%;
	border-bottom:1px solid #3f8e4d;
}
.header
{
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:15px;
}

.logo
{
	float:left;
}
.header-right
{
	float:right;
	width:700px;
	padding-top:10px;
}


li
{
list-style-type:none;
}


.menu
{
	float:right;
}
.menu ul {
    list-style-type: none;
    float:right;
	padding:0;
	margin:0;
}
.menu ul li
{
	float:left;
}
.menu ul li a {
    color: #2f3249;
    font-family: myFirstFont1;
    font-size: 18px;
    text-decoration: none;
	padding:4px 20px;
	font-weight:bold;
	float:left;
	border:1px solid #fff;
}
.menu ul li a.active,.menu ul li a:hover
{
	color:#000;
	border:1px solid #e03700;
}


.menu ul ul
{
	display:none;
}
.menu ul li:nth-child(3):hover ul
{
	display:block;
	position:absolute;
	background:#3f8e4d;
	margin-top:43px;
	max-width:235px;
	z-index:999;
}
.menu ul ul li
{
	width:100% !important;
}
.menu ul ul li a
{
	width:100% !important;
}
.social-icon
{
	float:right;
	width:48px;
	position:absolute;
	z-index:9999;
	right:0;
	margin-top:-36px;
}
.social-icon img
{
	width:100%;
}
.social-icon img:hover
{
	opacity:.5;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.banners-area
{
	float:none;
	width:100%;
	background:url(../images/banbg.jpg) no-repeat;
	display:inline-block;
	text-align:center;
}
.banners
{
	float:left;
	display:inline-block;
	text-align:center;
	width:100%;
}
.banners img
{
	max-width:100%;
	width:auto !important;
	padding-top:170px;
	display:inline-block !important;
	text-align:center;
	float:none;
}

.ban-text
{
	float:left;
	position:relative;
	z-index:999;
	width:100%;
	padding-top:46px;
	margin-top:-505px;
}
.ban-text p
{
	width:100%;
	text-align:center;
	font-size:30px;
	color:#fff;
	font-family:myFirstFont;
	margin-bottom:0px;
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;

}
.ban-text p a
{
	color:#000;
	background:#fff;
	border-radius:5px;
	padding:6px 30px;
	font-size:16px;
	text-decoration:none;
	margin-bottom:20px;
}

.welcome-area
{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.welcome
{
	float:left;
	width:100%;
}
.welcome h1
{
	font-size:30px;
	color:#000;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-bottom:15px;
	font-family:myFirstFont2;
	background:url(../images/line.png) no-repeat bottom center;
}
.welcome h1 a
{
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid #000;
	color:#000;
	padding-bottom:10px;
}
.welcome p
{
	font-size:14px;
	color:#2f3249;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-top:10px;
	font-family:myFirstFont3;
	line-height:1.5;
}
.welcome ul
{
	float:left;
	width:100%;
	margin-top:30px;
}
.welcome ul li
{
	float:left;
	width:37%;
	margin-right:2%;
}
.welcome ul li:nth-child(2)
{
	width:22%;
}
.welcome ul li:last-child
{
	margin-right:0;
	float:right;
}
.welcome ul li:nth-child(2) p
{
	padding-left:60px;
	padding-right:0px;
	text-align:right;
}
.welcome ul li:last-child p
{
	padding-left:60px;
	padding-right:0px;
	text-align:right;
}
.welcome ul li:nth-child(2) p a
{
	color:#e03700;
	text-decoration:none;
	background:url(../images/arw1.png) no-repeat left center;
	padding-right:0px;
	padding-left:20px;
}
.welcome ul li:last-child p a
{
	color:#e03700;
	text-decoration:none;
	background:url(../images/arw1.png) no-repeat left center;
	padding-right:0px;
	padding-left:20px;
}
.welcome ul li:nth-child(2) img
{
	position:absolute;
	max-width:100%;
	margin-left: -138px;
	margin-top:-15px;
}
.wel
{
	float:left;
	width:100%;
	margin-bottom:0px;
}
.wel-head
{
	float:left;
	width:100%;
	background:url(../images/line1.png) no-repeat right top;
	padding:13px 0px;
	position:relative;
	z-index:66;
}
.wel-heads
{
	float:left;
	width:100%;
	background:url(../images/line2.png) no-repeat left top;
	padding:13px 0px;
	position:relative;
	z-index:66;
}
.wel h2
{
	font-size:16px;
	color:#fff;
	font-weight:nolmal;
	font-family: myFirstFont4;
	
}
.wel h2 a
{
	color:#fff;
	text-decoration:none;
	padding:6px 30px;
	background:#2f3249;
}
.wel h3
{
	font-size:16px;
	color:#fff;
	float:right;
	font-weight:nolmal;
	font-family: myFirstFont4;
	
}
.wel h3 a
{
	color:#fff;
	text-decoration:none;
	padding:6px 30px;
	background:#2f3249;
}
.wel p
{
	font-size:14px;
	color:#2f3249;
	font-weight:normal;
	padding-bottom:4px;
	margin-top:0px;
	font-family:myFirstFont3;
	line-height:1.5;
	text-align:left;
	padding-right:60px;
}
.wel p a
{
	color:#e03700;
	text-decoration:none;
	background:url(../images/arw.png) no-repeat right center;
	padding-right:20px;
}
.log-area
{
	float:left;
	width:100%;
	background:#c0c1c8;
}
.log
{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.log img
{
	margin-right:25px;
	width: auto !important;
	max-width:100%;
}

.portfolio-area
{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.portfolio
{
	float:left;
	width:100%;
	background:#2f3249;
	padding:40px;
	margin-top:40px;
}
.portfolio-area h1
{
	font-size:30px;
	color:#000;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-bottom:15px;
	font-family:myFirstFont2;
	background:url(../images/line.png) no-repeat bottom center;
}
.portfolio-area h1 a
{
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid #000;
	color:#000;
	padding-bottom:10px;
}
.portfolio-area p
{
	font-size:14px;
	color:#2f3249;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-top:10px;
	font-family:myFirstFont3;
	line-height:1.5;
}
.portfolio img
{
	border:3px solid red;
	max-width:100%;
	width:100%;
}
.portfolio ul
{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.portfolio ul:last-child
{
	margin-bottom:0px;
}
.portfolio ul li
{
	float:left;
	width:23%;
	margin-right:2.666666%;
}

.portfolio ul li:last-child
{
	margin-right:0;
	float:right;
}
.portfolio ul li .zoom
{
	display:none;
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.portfolio ul li:hover .zoom
{
	display:block;
}
.image_title img
{
	width:auto !important;
	border:none !important;
	float:none;
	display:inline-block;
	text-align:center;
	margin-left:30%;
	margin-top:-49px;
}


.package-area
{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.package
{
	float:left;
	width:100%;
	background:url(../images/shadow.png) no-repeat bottom center;
	padding-bottom:30px;
}
.package h1
{
	font-size:30px;
	color:#000;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-bottom:15px;
	font-family:myFirstFont2;
	background:url(../images/line.png) no-repeat bottom center;
}
.package h1 a
{
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid #000;
	color:#000;
	padding-bottom:10px;
}
.package p
{
	font-size:14px;
	color:#2f3249;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-top:10px;
	font-family:myFirstFont3;
	line-height:1.5;
}
.package ul
{
	float:left;
	width:100%;
	margin-top:30px;
}
.package ul li
{
	float:left;
	width:24%;
	margin-right:1.33333336%;
	background:#e6e3df;
}

.package ul li:last-child
{
	margin-right:0;
	float:right;
}
.package ul li h2
{
	padding:15px;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	font-family: myFirstFont5;
	background:#3498db;
	text-transform:uppercase;
	margin-bottom:10px;
}
.package ul li h3
{
	background:#8e44ad;
	padding:15px;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	font-family: myFirstFont5;
	text-transform:uppercase;
	margin-bottom:10px;
}
.package ul li h4
{
	padding:15px;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	font-family: myFirstFont5;
	background:#e03700;
	text-transform:uppercase;
	margin-bottom:10px;
}
.package ul li h5
{
	padding:15px;
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	font-family: myFirstFont5;
	background:#27ae60;
	text-transform:uppercase;
	margin-bottom:10px;
}
.dollar
{
	float:none;
	width:100%;
	display:inline-block;
	text-align:center;
	border-bottom:5px solid #3498db;
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom: 5px;
}
.dollar1
{
	float:none;
	width:100%;
	display:inline-block;
	text-align:center;
	border-bottom:5px solid #8e44ad;
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom: 5px;
}
.dollar2
{
	float:none;
	width:100%;
	display:inline-block;
	text-align:center;
	border-bottom:5px solid #e03700;
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom: 5px;
}
.dollar3
{
	float:none;
	width:100%;
	display:inline-block;
	text-align:center;
	border-bottom:5px solid #27ae60;
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom: 5px;
}
.dollar h2
{
	border-radius:50%;
	font-size:15px;
	width:142px;
	float:none;
	display:inline-block;
	text-align:center;
	padding:58px 0px !important;
	font-size:20px !important;
}

.dollar h2 a
{
	color:#fff;
	text-decoration:none;
	border:1px dashed #fff;
	border-radius:50%;
	padding:50px 20px;
	font-size:20px !important;
}
.dollar1 h3
{
	border-radius:50%;
	font-size:15px;
	width:142px;
	float:none;
	display:inline-block;
	text-align:center;
	padding:58px 0px !important;
	font-size:20px !important;
}
.dollar1 h3 a
{
	color:#fff;
	text-decoration:none;
	border:1px dashed #fff;
	border-radius:50%;
	padding:50px 20px;
	font-size: 20px !important;
	font-size:20px !important;
}
.dollar2 h4
{
	border-radius:50%;
	font-size:15px;
	width:142px;
	float:none;
	display:inline-block;
	text-align:center;
	padding:58px 0px !important;
	
}
.dollar2 h4 a
{
	color:#fff;
	text-decoration:none;
	border:1px dashed #fff;
	border-radius:50%;
	padding:50px 20px;
	font-size:20px !important;
}
.dollar3 h5
{
	border-radius:50%;
	font-size:15px;
	width:142px;
	float:none;
	display:inline-block;
	text-align:center;
	padding:58px 0px !important;
	font-size:20px !important;
}
.dollar3 h5 a
{
	color:#fff;
	text-decoration:none;
	border:1px dashed #fff;
	border-radius:50%;
	padding:50px 20px;
	font-size:20px !important;
}
.dollar h2:hover
{
	background:#27ae60;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.dollar1 h3:hover
{
	background:#e03700;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.dollar2 h4:hover
{
	background:#8e44ad;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.dollar3 h5:hover
{
	background:#3498db;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.list
{
	float:left;
	width:100%;
	padding:10px;
	height:223px;
}
.list ul
{
	float:left;
	width:100%;
	margin-top:0px !important;
}
.list ul li
{
	float:left;
	width:100% !important;
	margin-right:0 !important;
	background:url(../images/list.png) no-repeat left !important;
	padding-left:20px;
	margin-bottom:10px;
}
.list ul li a
{
	color:#000;
	font-family: myFirstFont2;
	font-size:16px;
	text-decoration:none;
}
.list1
{
	float:left;
	width:100%;
	padding:10px;
	height:223px;
}
.list1 ul
{
	float:left;
	width:100%;
	margin-top:0px !important;
}
.list1 ul li
{
	float:left;
	width:100% !important;
	margin-right:0 !important;
	background:url(../images/list1.png) no-repeat left !important;
	padding-left:20px;
	margin-bottom:10px;
}
.list1 ul li a
{
	color:#000;
	font-family: myFirstFont2;
	font-size:16px;
	text-decoration:none;
}
.list2
{
	float:left;
	width:100%;
	padding:10px;
	height:223px;
}
.list2 ul
{
	float:left;
	width:100%;
	margin-top:0px !important;
}
.list2 ul li
{
	float:left;
	width:100% !important;
	margin-right:0 !important;
	background:url(../images/list2.png) no-repeat left !important;
	padding-left:20px;
	margin-bottom:10px;
}
.list2 ul li a
{
	color:#000;
	font-family: myFirstFont2;
	font-size:16px;
	text-decoration:none;
}

.list3
{
	float:left;
	width:100%;
	padding:10px;
	height:223px;
}
.list3 ul
{
	float:left;
	width:100%;
	margin-top:0px !important;
}
.list3 ul li
{
	float:left;
	width:100% !important;
	margin-right:0 !important;
	background:url(../images/list3.png) no-repeat left !important;
	padding-left:20px;
	margin-bottom:10px;
}
.list3 ul li a
{
	color:#000;
	font-family: myFirstFont2;
	font-size:16px;
	text-decoration:none;
}
.mores
{
	float:left;
	width:100%;
	background:#3498db;
	padding:10px;
	text-align:center;
}
.mores a
{
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-decoration:none;
	background:url(../images/arw2.png) no-repeat right !important;
	padding-right:20px;
	text-align:center;
	font-family: myFirstFont2;
}
.more11
{
	float:left;
	width:100%;
	background:#8e44ad;
	padding:10px;
	text-align:center;
}
.more11 a
{
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-decoration:none;
	background:url(../images/arw2.png) no-repeat right !important;
	padding-right:20px;
	text-align:center;
	font-family: myFirstFont2;
}
.more22
{
	float:left;
	width:100%;
	background:#e03700;
	padding:10px;
	text-align:center;
}
.more22 a
{
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-decoration:none;
	background:url(../images/arw2.png) no-repeat right !important;
	padding-right:20px;
	text-align:center;
	font-family: myFirstFont2;
}
.more33
{
	float:left;
	width:100%;
	background:#27ae60;
	padding:10px;
	text-align:center;
}
.more33 a
{
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-decoration:none;
	background:url(../images/arw2.png) no-repeat right !important;
	padding-right:20px;
	text-align:center;
	font-family: myFirstFont2;
}
.mockup-area
{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.mockup
{
	float:left;
	width:100%;
	background:url(../images/img1.jpg) no-repeat;
	background-size:100% 100%;
	margin-top:20px;
}
.mockup-area h1
{
	font-size:30px;
	color:#000;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-bottom:15px;
	font-family:myFirstFont2;
	background:url(../images/line.png) no-repeat bottom center;
}
.mockup-area h1 a
{
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid #000;
	color:#000;
	padding-bottom:10px;
}
.mockup-area p
{
	font-size:14px;
	color:#2f3249;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-top:10px;
	font-family:myFirstFont3;
	line-height:1.5;
}
.mockup-left
{
	width:66%;
	float:left;
}
.mockup-right
{
	width:32%;
	float:right;
	margin-top:35px;
}
iframe
{
	width:100% !important;
}
.enquirys {
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:30px;
}
.enq
{
	float:left;
	width:100%;
}

.enquirys h1 {
    color: #f89a1e;
    font-size: 30px;
	font-family:myFirstFont;
	padding-bottom:10px;
	padding-top:15px;
	background-color:#0a3957;
	text-align:center;
	font-weight:normal;
	background-image:url(images/line1.png);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom:2px solid #fff;
}
.enquirys-form p input {
    width: 100%;
    padding:12px 5%;
    background: none repeat scroll 0% 0% #fff;
    border-radius: 0px;
    border: medium none;
	margin-bottom:0px;
    color: #000;
	font-size:15px !important;
	border-radius:4px;
	float:left;
}

.enquirys-form #name {

	background-image:url(../images/men.jpg);
	background-repeat:no-repeat;
	background-position:left top ;
	padding-left:70px;
}
.enquirys-form #phone {

	background-image:url(../images/calls.jpg);
	background-repeat:no-repeat;
	background-position:left top ;
	padding-left:70px;
}
.enquirys-form #email {

	background-image:url(../images/message.jpg);
	background-repeat:no-repeat;
	background-position:left top ;
	padding-left:70px;
}
.enquirys-form #cntry {

	background-image:url(../images/city.jpg);
	background-repeat:no-repeat;
	background-position:left top ;
	padding-left:70px;
}
.enquirys-form #comnts {

	background-image:url(../images/cmnt.jpg);
	background-repeat:no-repeat;
	background-position:left top ;
	padding-left:70px;
}


.enquirys-form p textarea  {
    width: 100%;
    padding: 100px 5%;
    background: none repeat scroll 0% 0% #fff;
    border-radius: 5px;
    border: medium none;
    color: #000;
	margin-top: 10px;
	padding-top: 10px;
	font-size:15px !important
}
.enquirys-form p input.submit {
    text-transform: uppercase;
	background-color:#f88d21;
    color: #fff;
    border-radius:2px;
    width: inherit;
    cursor: pointer;
	float:right;
	font-size:24px !important;
	margin-top:5px;
	font-family: myFirstFont6;
	margin-bottom:0px !important;
	width:inherit;
    background:#e03700;
}

.enquirys-form p {
    margin-bottom: 10px;
	font-family:myFirstFont;
	font-size:13px !important;
}
input[placeholder], [placeholder], *[placeholder] {
   color:#636363 !important;
   font-family:myFirstFont3;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #636363;
	font-family:myFirstFont3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #636363;
   opacity:  1;
   font-family:myFirstFont3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #636363;
   opacity:  1;
   font-family:myFirstFont3;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #636363;
   font-family:myFirstFont3;
}
.ct
{
	float:left;
	width:49%;
}
.cts
{
	float:right;
	width:49%;
}



.contact-area
{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.contact
{
	float:left;
	width:100%;
}
.contact h1
{
	font-size:30px;
	color:#000;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-bottom:15px;
	font-family:myFirstFont2;
	background:url(../images/line.png) no-repeat bottom center;
}
.contact h1 a
{
	text-decoration:none;
	display:inline-block;
	border-bottom:1px solid #000;
	color:#000;
	padding-bottom:10px;
}
.contact p
{
	font-size:14px;
	color:#2f3249;
	font-weight:normal;
	text-align:center;
	padding-bottom:7px;
	margin-top:10px;
	font-family:myFirstFont3;
	line-height:1.5;
}
.contact ul
{
	float:left;
	width:100%;
	margin-top:20px;
}
.contact ul li
{
	float:left;
	width:24%;
	margin-right:1.33333336%;
}
.contact ul li:last-child
{
	margin-right:0;
}
.contact p
{
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-align:justify;
	padding-bottom:7px;
	margin-top:10px;
	font-family:myFirstFont2;
	line-height:1.5;
}
.contact ul li
{
	background:url(../images/contact.png) no-repeat left top 15px;
	padding-left:25px;
}
.contact ul li:nth-child(2)
{
	background:url(../images/contact.png) no-repeat left top 15px;
	padding-left:25px;
}
.contact ul li:nth-child(3)
{
	background:url(../images/contact2.png) no-repeat left top 15px;
	padding-left:25px;
}
.contact ul li:last-child
{
	background:url(../images/contact3.png) no-repeat left top 15px;
	padding-left:35px;
}



.footer-area
{
	float:left;
	width:100%;
	background:#2f3249;
	display:inline-block;
	text-align:center;
}

.footer
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	padding-top:20px;
	padding-bottom:10px;
}
.footer ul
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-bottom:10px;
}
.page-left strong
{
	font-size:16px;
}
.web ul
{
	margin-bottom:20px;
}
h11 a {
    color: #0b45c2;
	font-size:18px;
}
.more
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:20px;
}
.more a
{
	color:#2f3249;
	padding:10px 40px;
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	background:#fff;
	font-weight:bold;
	border-radius:5px;
}
.web ul li
{
	list-style-type:disc;
	margin-left:20px;
	font-family: myFirstFont3;
    line-height: 1.5;
	font-size: 14px;
    color: #2f3249;
	font-weight: normal;
    text-align: justify;
	font-size: 14px;
}

.footer ul li
{
	float:none;
	display:inline-block;
	text-align:center;
}
.footer ul li a {
    color: #fff;
    font-family: myFirstFont;
    font-size: 18px;
    text-decoration: none;
	padding:4px 10px;
	font-weight:normal;
	text-align:center;
	float:none;
}
.power
{
	float:none;
	width:100%;
	
}
.power p
{
	color:#fff !important;
	margin:0;
	font-size: 16px;
	font-family: myFirstFont;
	text-align:center;
}
.power a
{
	color:#fff;
	text-decoration:none;
	font-size: 16px;
	font-family: myFirstFont;
}
.power a:hover
{
	text-decoration:underline;
}




@font-face
{
font-family:myFirstFont;
src: url(../fonts/josefinsansregular.ttf);
}
@font-face
{
font-family: myFirstFont1;
src: url(../fonts/josefinsansbold.ttf);
}
@font-face
{
font-family: myFirstFont2;
src: url(../fonts/montserratsemibold.otf);
}
@font-face
{
font-family: myFirstFont3;
src: url(../fonts/montserratlight.otf);
}
@font-face
{
font-family: myFirstFont4;
src: url(../fonts/josefinsanssemibold.ttf);
}
@font-face
{
font-family: myFirstFont5;
src: url(../fonts/montserratblack.otf);
}
@font-face
{
font-family: myFirstFont6;
src: url(../fonts/montserrategular.otf);
}


























.page-area
{
	float:left;
	width:100%;
}
.page
{
	float:left;
	width:100%;
	background:#fff;
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
	padding-top:20px;
}
.page-right
{
	float:right;
	width:25%;
}
.page-left
{
	float:left;
	width:73%;
}
.page h1
{
font-size: 30px;
background: none;
color: #333;
font-family: myFirstFont2;
margin-bottom:20px;
padding-bottom:10px;
border-bottom:1px solid #333;
}
.jumbotron {
	float:left;
	width:100%;
    background: #53c4ff;
    background: -moz-linear-gradient(top, #53c4ff 14%, #0b45c2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#53c4ff), color-stop(100%,#0b45c2));
    background: -webkit-linear-gradient(top, #53c4ff 14%,#0b45c2 100%);
    background: -o-linear-gradient(top, #53c4ff 14%,#0b45c2 100%);
    background: -ms-linear-gradient(top, #53c4ff 14%,#0b45c2 100%);
    background: linear-gradient(to bottom, #53c4ff 14%,#0b45c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53c4ff', endColorstr='#0b45c2',GradientType=0 );
	border-bottom: 1px solid #2f3249;
}

.page h2
{
font-size: 16px !important;
}
.page h3
{
font-size: 16px !important;
}
.page h4
{
font-size: 16px !important;
}
.page h5
{
font-size: 16px !important;
}
.page ul li a
{
	font-size:13px;
}

.page p
{
    font-size: 14px;
    color: #2f3249;
    font-weight: normal;
    text-align:justify;
    padding-bottom: 7px;
    margin-top: 10px;
    font-family: myFirstFont3;
    line-height: 1.5;
}
.page img
{
	max-width:100%;
	margin-bottom:10px;
}
.pages
{
	float:left;
	width:100%;
	margin-bottom:10px;
}


.left
{
	float:left;
	width:50%;
}
.right
{
	float:right;
	width:50%;
}
.sidebar {
    margin-top: 10px;
	float:left;
	width:100%;
}
.widget {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.enquery-title {
    background: #2f3249;
    border-radius: 10px 10px 0 0;
}
.enquery-title h4 {
    font: normal 25px/1.3 "Myriad Pro", Helvetica, sans-serif !important;
    color: #fff;
    text-transform: inherit;
    padding: 3px 10px;
    margin: 0;
}
.widget-enquery .widget-content {
    background: #f6f6f6;
    border: 1px solid #d6d6d6;
    padding: 10px;
}
.form-group {
    margin-bottom: 10px;
}
label {
    display: inline-block;
    /* margin-bottom: 5px; */
    /* font-weight: bold; */
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-controls {
    display: block;
    width: 100%;
    height: 120px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.enquery-submit {
    background: #2f3249;
    padding: 5px 25px;
    border: none;
    border-radius: 5px;
    font: bold 21px "Myriad Pro", Helvetica, sans-serif;
    color: #fff;
    letter-spacing: -.5px;
}
.pull-right {
    float: right !important;
}

.pages-portfolio
{
	float:left;
	width:100%;
}
.pages-portfolio ul
{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.pages-portfolio ul li:last-child
{
	margin-right:0 !important;
}
.pages-portfolio ul li
{
	float:left;
	margin-right:2.6666666%;
	width:23%;
}
.pages-portfolio img
{
	width:100%;
	max-width:100%;
	border: 1px solid #000;
}
bold
{
	color:#000;
	font-size:15px;
}
.page-area img
{
	max-width:100%;
}

    



































/*.................................Responsive-Menu......................................*/








/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */



button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  
  .navbar {
    display: none;
  }
  
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0 !important;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  background:none;
}


.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}



@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}



.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}





.navbar {

}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {

  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}



@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {

  overflow-x: visible;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}



@media (min-width: 992px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top:8px;
  background-color:#971407;
  border: 1px solid #000;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
   background:#000;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
   /* float: left;*/
   float:right;
    margin: 0;
	margin-top:20px;
	
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}



.navbar-inverse {

}

.navbar-inverse .navbar-brand {
  color: #999999;
  width:100%;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #3f3f3f;
  text-transform:uppercase;
  font:bold 16px "Myriad Pro", Helvetica, sans-serif;

}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
background: -moz-linear-gradient(top, #3f3f3f 10%, #232323 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#3f3f3f), color-stop(100%,#232323)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3f3f3f 10%,#232323 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3f3f3f 10%,#232323 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3f3f3f 10%,#232323 100%); /* IE10+ */
background: linear-gradient(to bottom, #3f3f3f 10%,#232323 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color:#fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background: #3f3f3f; /* Old browsers */
background: -moz-linear-gradient(top, #3f3f3f 10%, #232323 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#3f3f3f), color-stop(100%,#232323)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3f3f3f 10%,#232323 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3f3f3f 10%,#232323 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3f3f3f 10%,#232323 100%); /* IE10+ */
background: linear-gradient(to bottom, #3f3f3f 10%,#232323 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
  background:#000;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
  .menu
  {
	  width:100%;
	  float:left;
  }
  .menu ul
  {
	  float:left;
	  width:100%;
	}
	.header-right
	{
		width: 100%;
        float: none;
        display: inline-block;
		margin-top:0;
		padding-top:0;
	}
  .menu ul li
  {
	  float:left;
	  width:100%;
  }
  .menu ul li a
  {
	  float:left;
	  width:100%;
	  background:none;
  }
  .menu .current-menu-item > a,
	.menu.current-menu-ancestor > a,
	.menu .current_page_item > a,
	.menu .current_page_ancestor > a {
	
	
	
		
}
	.menu li > li.active a {
	
}
.menu ul li a.active,.menu ul li a:hover
{
}
.menu ul li a {
padding: 10px 20px;
border:none;
text-align:left;

}

.menu ul li {
border:none;
float:left;
background:none;
}
.menu
{
	margin-top:0px;
}

.logo {
float: none;
display: block;
text-align: center;
}

	.power {
float: left;
width: 100%;
text-align: center;
}
.power p
{
	float:none;
	text-align:center;
}

.footer-menus
{
	float:none;
}
.footer-menus ul
{
	float:none;
	text-align:center;

}
.footer-menus ul li
{
	float:none;
	display:inline-block;
	text-align:center;
}
.follows p
{
	margin-left:0px;
}

.menu
{
	padding-top:0;
}


	.more
	{
		display:inline-block;
		text-align:center;
	}



.box ul li
{
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
}
.box img
{
	width:96%;
}
.box ul li:last-child
{
	margin-right:0;
}
.box ul li:nth-child(2)
{
	margin-right:0;
}
.text ul li
{
	width:100%;
	display:inline-block;
	text-align:center;
	margin-bottom:15px;
}
.row ul li
{
	width:49%;
	margin-right:2%;
	margin-bottom:10px;
}
.row ul li:nth-child(2)
{
	margin-right:0;
}

.foot-left ul li
{
	width:49%;
	margin-right:2%;
}
.foot-left ul li:nth-child(2)
{
	margin-right:0;
}
.foot-left ul li:last-child
{
	width:100%;
}
.follows
{
	margin-top:20px !important;
}

.col-2 ul li
{
	width:49% !important;
	margin-right:0;
}
.col-2 ul li:nth-child(4)
{
	margin-right:0;
}
.col-2 ul li:last-child
{
	display:inline-block;
	text-align:center;
	float:none;
	width:100% !important;
}
.submit
{
	width:20% !important;
}
.left
{
	width:100%;
	margin-bottom:10px;
}
.right
{
	width:100%;
	margin-bottom:10px;
}
.bottom ul li
{
	width:32%;
	margin-bottom:10px;
	margin-right:2%;
}

.bottom ul li img
{
	max-width:100%;
	width:100%;
}

.header-area
{

}
.follow
{
	width:100%;
	display:inline-block;
	text-align:center;
	float:none;
}
.follow img
{
	float:none;
}
.colum ul li
{
	width:49%;
	margin-bottom:15px;
}
.colum ul li a
{
	border-right:none;
}
.colum ul li:nth-child(2)
{
	margin-right:0;
	border-right:none;
}
.colum ul li:nth-child(2) a
{
	border-right:0;
}
.colum ul li:last-child
{
	margin-right:0;
}
.cd h2
{
	display:none;
}
.col-xs
{
	width:100%;
	margin-right:0;
}
.col-xs:nth-child(2)
{
	width:100%;
	float:left;
}
.col-xs:nth-child(2) p
{
	text-align:left;
	float:left;
}

.social
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:15px;
}
.social ul
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
}
.social ul li
{
	float:none;
	display:inline-block;
	text-align:center;
}
.banner-area
{
	margin-top:-41px;
}
.header
{
	display:inline-block;
	text-align:center;
	padding-bottom:10px;
}
.box img
{
	width:100%;
}
.header-right h1
{
	display:inline-block;
	text-align:center;
	margin-right:10px;
	float:none;
	margin-bottom:0px;
}
.header-right h2
{
	display:inline-block;
	text-align:center;
	margin-right:10px;
	float:none;
	margin-bottom:0px;
}
.logo img
{
	margin-bottom:10px;
}
.flex-direction-nav a 
{
	margin-left:0 !important;
	top:46% !important;
}
.flex-direction-nav .flex-next
{
	right:7% !important;
}
.flex-direction-nav .flex-prev
{
	left:7% !important;
}
.box-right
{
	display:none;
}
.box-left
{
	width:100%;
}
.service ul li
{
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
}
.service ul li:first-child
{

}
.bottom-left
{
	width:100%;
}
.bottom-right
{
	width:100%;
}
.footer-right
{
	padding-right:0;
	width:100%;
	display:inline-block;
	text-align:center;
	float:none;

}
.page-left
{
	width:100%;
}
.page-right
{
	width:100%;
}
.left
{
	width:100%;
	margin-bottom:10px;
}
.right
{
	width:100%;
}
.welcome ul li
{
	width:100%;
	margin-right:0;
}
.wel h2
{
	width:100%;
}
.wel h2 a
{
	width:100%;
	float:left;
}
.wel-head
{
	background:none;
}
.wel h3
{
	width:100%;
}
.wel h3 a
{
	width:100%;
	float:left;
}
.wel-heads
{
	background:none;
}
.welcome ul li:last-child p {
    padding-left: 0px;
    padding-right: 0px;
    text-align:justify;
}
.welcome ul li:nth-child(2)
{
	width:100%;
	float:none;
	display:inline-block;
	text-align:center;
}
.welcome ul li:nth-child(2) img
{
	float:none;
	display:inline-block;
	text-align:center;
	position:relative;
	margin-top:0px;
	margin-left:0;
	width:auto;
	max-width:100%;
}
.portfolio ul li
{
	width:49%;
	margin-right:2%;
	margin-bottom:10px;
}
.portfolio ul li:nth-child(2)
{
	margin-right:0;
}
.package ul li
{
	width:49%;
	margin-right:2%;
	margin-bottom:10px;
}
.package ul li:nth-child(2)
{
	margin-right:0;
}
.mockup-left
{
	width:100%;
	margin-bottom:10px;
}
.mockup-right
{
	width:100%;
	margin-bottom:10px;
}
.mockup-area
{
}
.mockup
{
	background:rgba(0, 0, 0, .5);
}
.contact ul li
{
	width:49%;
	margin-bottom:10px;
	margin-right:2%;
}
.contact ul li:nth-child(2)
{
	margin-right:0;
}
.package
{
	padding-bottom:20px;
}
.banners img
{
	padding-top:20px;
	padding-bottom:0px;
}
.pages-portfolio ul li
{
	width:49%;
	margin-right:2%;
}
.pages-portfolio ul li:nth-child(2)
{
	margin-right:0;
	margin-bottom:1%;
}
}
.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px)
{
	
.logo img
{
	max-width:100%;
}
.pages-portfolio ul li
{
	width:100%;
	margin-right:0%;
}
.top-area
{
	display:none;
}


.contact ul li
{
	width:100%;
	margin-right:0;
}
.package ul li
{
	width:100%;
	margin-bottom:10px;
	margin-right:0;
	text-align:center;
}
.social-icon
{
	display:none !important;
}

}

@media (max-width: 550px)
{
.portfolio ul li
{
	width:100%;
	margin-right:0%;
	margin-bottom:10px;
}
.jumbotron
{
	display:none;
}

}
@media (max-width: 1260px)
{
	.ban-text
	{
		display:none;
	}
}

/*..................................Responsive Menu....................................*/

















