*{margin:0px;padding:0px;}
a{text-decoration:none !important;}
@font-face{font-family:"Century Gothic";font-style:normal;font-weight:normal;src:url("../fonts/breeserif-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/breeserif-regular-webfont.woff") format("woff"), url("../fonts/Century Gothic.ttf") format("truetype"), url("../fonts/breeserif-regular-webfont.svg#bree_regular") format("svg");}
body{font-family: 'Open Sans', sans-serif; margin:0px; padding:0px; overflow-x:hidden;}


header{
    float: left;
    width: 100%;
    height: auto;
}
.hedtop{
    float: left;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 9px;
}
.logo{
    float: left;
    width: 100%;
}
.logo a{}
.logo a img{
    max-height: 75px;
}
.logo a:hover img{}
.toprigt{
    float: right;
    width: auto;
    text-align: right;
    padding-top: 14px;
}
.toprigt a{
    font-size: 15px;
    color: #333;
}
.toprigt a:hover{}
.toprigt span{display: block;margin-bottom: 2px;}
.toprigt span a{
    font-size: 20px;
	    font-weight: 600;
}

.botmenu{
    float: left;
    width: 100%;
    background-color: #f72311;
}
.manu01{
    float: left;
    width: 80%;
    text-align: left;
}

.menusocal{float: left;    width: 20%;}
.menusocal ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.menusocal ul li{
    display: inline-block;
    margin: 10px 14px;
}
.menusocal ul li a{
    color: #fff;
    font-size: 19px;
}
.menusocal ul li a i{}
.menusocal ul li a:hover{
    color: #000;
}


.grt-mobile-button {
	display:none;
}

.grt-mobile-button:focus {
	border:0;
	outline:0;
}



ul.grt-menu {
	display: block;
	float:right;
	margin: 0 0px 0 0;
	padding:0;
	list-style-type: none;
	width: 100%;
}

ul.grt-menu:after {
	content:"";
	clear:both;
	display:block;
}

ul.grt-menu li {
	display: inline-block;
	margin: 0 15px;
	padding:0;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

ul.grt-menu li a {
	padding: 12px 25px;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	line-height: 1.1em;
	box-shadow: inset 0 0 0 0 #FFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	position:relative;
	text-decoration: none;
	text-transform: capitalize;
}


ul.grt-menu li.active a:after  {
    position: absolute;
    bottom: 1px;
    content: "";
    left: 12px;
    right: 12px;
    border-bottom: 0px solid #ee2b34;
}

ul.grt-menu li.active a{
        box-shadow: inset 150px 0 0 0 #000000;
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

ul.grt-menu li.grt-dropdown:hover {
	cursor:pointer;
}

ul.grt-menu li.grt-dropdown:hover a {
	box-shadow: none;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
	display:none;
	position:absolute;
	background:#ee2b34;
	margin: 0;
	padding: 0;
	min-width:150px;
	animation: fadeIn 0.8s;
	z-index: 999;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
	display:block;
	font-size:18px;
	color: #FFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	padding: 9px 12px;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li:last-child a {
	padding-bottom:15px;
}

ul.grt-menu li.grt-dropdown.active-dropdown {
	background: #ee2b34;
}

ul.grt-menu li.grt-dropdown.active-dropdown ul.grt-dropdown-list {
	display:block !important;
}

ul.grt-menu li.grt-dropdown.active-dropdown a {
	color:#FFF;
}


/* Desktop only style */
@media (min-width:768px) {

	ul.grt-menu li.grt-dropdown:hover > a + ul.grt-dropdown-list {
		display:block;
		top: calc(100% - 17px);
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li {
		display:block;
	}

	ul.grt-menu li.grt-dropdown:hover > a {
		color:#FFF;
		box-shadow: inset 150px 0 0 0 #ee2b34;
	}

	ul.grt-menu li a:hover {
		color:#FFF;
		box-shadow: inset 150px 0 0 0 #000000;
	}
}

/* Tablet only style */
@media (min-width:768px) and (max-width:991px) {
	ul.grt-menu li a {
		font-size:18px;
	}
}

/* Mobile only style */
@media (max-width:767px) {

	.menu-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.grt-mobile-button {
		display:inline-block;
		position:absolute;
		right:0;
		top:10px;
		background:#FFF;
		color:#3d3d3d;
		margin:0;
		padding:0;
		cursor:pointer;
		border: 0;
		width:35px;
	}

	.grt-mobile-button .line1, .grt-mobile-button .line2, .grt-mobile-button .line3 {
		width: 35px;
		height: 4px;
		background-color: #333;
		margin: 6px 0;
		transition: 0.4s;
		display:block;
	}

	ul.grt-menu {
		display:none;
		margin:0;
  		height: 0;
	}  

	ul.open-grt-menu {
		position: fixed;
		background: #FFF;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		height:100%;
		float: none;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}

	.grt-mobile-button-open {
		position: fixed;
		z-index:99999;
		right:25px;
		top:25px;
	}

	.grt-mobile-button-open .line1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 5px);
		transform: rotate(-45deg) translate(-8px, 5px);
	}

	.grt-mobile-button-open .line2 {opacity: 0;}
	
	.grt-mobile-button-open .line3 {
		-webkit-transform: rotate(45deg) translate(-8px, -7px);
		transform: rotate(45deg) translate(-8px, -7px);
	}

	ul.grt-menu li {
		display: block;
		line-height: 3.5em;
	}

	ul.grt-menu li a {
		padding: 6px 10px;
		font-size:30px;
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
		width:100%;
		position: relative;
		display:none;
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
		display: block;
		font-size: 17px;
	}
}


.banner01{
    width: 100%;
    position: relative;
    height: auto;
    float: left;
}
.banner01 img{width: 100%;position: relative;}
.bnrtxt{
    position: absolute;
    top: 15%;
    left: 10%;
    width: 100%;
    max-width: 500px;
}
.bnrtxt h3{
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 53px;
    margin-bottom: 16px;
}
.bnrtxt p{
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 34px;
}
.bnrtxt a{
    background-color: #02b84b;
    padding: 11px 30px;
    color: #fff;
    font-size: 18px;
}
.bnrtxt a:hover{
    background-color: #f72311;
}
.abtsec{
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.abtsectxt{
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.abtsectxt h3{
    color: #f72311;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px;
}
.abtsectxt p{
    font-size: 15px;
    line-height: 26px;
}
.abtsectxt a{
    background-color: #02b84b;
    color: #fff;
    padding: 9px 18px;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}
.abtsectxt a:hover{
    background-color: #000;
}

.parlex{width:100%;height:auto;float:left;background-image:url(../images/parlex.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding: 100px 0px;position: relative;background-attachment: fixed;}
.parlex:after{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.58);}
.icon01{width:100%;height:auto;float:left;text-align:center;position: relative;z-index: 1;}
.icon01 img{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 20px;
}

.sectis{}
.sectis .row{ margin:0px; padding:0px;}
.sectis .col-md-4{ margin:0px; padding:0px;}
.sectisimg{ width:100%; height:auto; float:left;}
.sectisimg img{width: 100%;}
.sectistxt{
    padding: 10% 10% 1%;
}
.sectistxt h3{
    font-size: 30px;
    font-weight: 700;
    color: #f72311;
    margin-bottom: 13px;
}
.sectistxt p{
    font-size: 15px;
    line-height: 26px;
}
.sectistxt ul{
    margin-left: 20px;
}
.sectistxt ul li{
    font-size: 15px;
    line-height: 26px;
}

.calaction{background-image:url(../images/bg1.jpg);width:100%;height:auto;float:left;padding: 50px 0px;}
.calactiontxt{float: none;height:auto;max-width: 1028px;text-align: center;margin: auto;}
.calactiontxt p{
    color: #fff;
    font-size: 23px;
    line-height: 40px;
}
.calactiontxt a{
    color: #fff;
    font-size: 33px;
    font-weight: 800;
    text-decoration: underline !important;
}
.calactiontxt a:hover{
    color: #000;
}

.homegal{ float:left; height:auto; float:left;}
.homegal .row{ margin:0px; padding:0px;}
.homegal .row .col-md-3{ margin:0px; padding:0px;}
.homegal img{ max-width:100%;     border: 3px solid #fff;}
.map01{ float:left; width:100%; height:auto;}

.fotcontact{
    background-color: #f9f9f9;
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0px;
}
.fontbox{
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.fontbox h4{
    font-size: 17px;
    margin-bottom: 10px;
    color: #333;
}
.fontbox input{
    width: 100%;
    height: 36px;
    border: 1px solid #828282;
    margin-bottom: 15px;
}
.fontbox textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #828282;
    margin-bottom: 20px;
}
.fontbox input[type="submit"]{
    width: 100%;
    float: right;
    max-width: 270px;
    background-color: #02b84b;
    border: 1px solid #02b84b;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    height: 40px;
}
.fontbox input[type="submit"]:hover{
    background-color: #000;
    border: 1px solid #000000;
}

.footer{
    float: left;
    width: 100%;
    background-color: #000;
    padding: 30px 0px;
}
.fot01{
    float: left;
    width: 100%;
}
.fot01 h3{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.fot01 p{
    font-size: 16px;
    color: #fff;
    line-height: 31px;
    margin-bottom: 10px;
}
.fot01 p a{
    color: #fff;
    text-decoration: underline !important;
}
.fot01 p a:hover{
    color: #f72311;
}
.fot01 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.fot01 ul li{
    display: block;
    margin-bottom: 11px;
    font-size: 16px;
}
.fot01 ul li a{
    color: rgba(255, 255, 255, 0.82);
}
.fot01 ul li a:hover{
    color: #f72311;
}
.fot02{
    float: left;
    width: 100%;
    height: auto;
    max-width: 183px;
    padding-top: 10px;
}
.fot02 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.fot02 ul li{
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 14px;
}
.fot02 ul li a{}
.fot02 ul li a img{}
.fotcopy{
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: 16px;
    margin-top: 16px;
    text-align: center;
    color: #fff;
}

.conpge{width:100%;height:auto;float:left;background-color: #dad9d9;}
.conbox{
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px;
}
.conbox i{
    font-size: 43px;
}
.conbox h3{
    font-weight: 700;
    font-size: 20px;
}
.conbox p{
    color: #000;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0px;
}
.conbox p a{
    color: #000;
    text-decoration: underline !important;
}
.conbox p a:hover{}

.serparlex{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 60px 0px;
}
.serparlex:after{content:'';background-color: rgba(0, 0, 0, 0.45);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.serparlextxt{
    background-color: rgba(255, 255, 255, 0.78);
    padding: 10%;
    min-height: 433px;
    position: relative;
    z-index: 1;
}
.serparlextxt h3{    margin-top: 0px;  font-size: 24px;  line-height: 32px;}


.thank{
    text-align: center;
    float: left;
    width: 100%;
    padding: 50px 20px;
}
.thank h1{
    font-weight: 700;
}
.thank h2{
    font-size: 28px;
    margin-bottom: 30px;
}
.thank img{
    max-height: 170px;
}
.thank a{
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.thank a:hover{
    background-color: #ec1c24;
}

.review{
    z-index: 1;
    position: relative;
}


@media (max-width:360px){
    
}

