html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
}
@font-face {
    font-family: 'CormorantRegular';
    src: url('font/CormorantRegular.eot');
    src: url('font/CormorantRegular.eot') format('embedded-opentype'),
         url('font/CormorantRegular.woff2') format('woff2'),
         url('font/CormorantRegular.woff') format('woff'),
         url('font/CormorantRegular.ttf') format('truetype'),
         url('font/CormorantRegular.svg#CormorantRegular') format('svg');
}
@font-face {
    font-family: 'CormorantBold';
    src: url('font/CormorantBold.eot');
    src: url('font/CormorantBold.eot') format('embedded-opentype'),
         url('font/CormorantBold.woff2') format('woff2'),
         url('font/CormorantBold.woff') format('woff'),
         url('font/CormorantBold.ttf') format('truetype'),
         url('font/CormorantBold.svg#CormorantBold') format('svg');
}
@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans.woff') format('woff'),
		 url('font/OpenSans.ttf')  format('truetype'),
		 url('font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-light-webfont.woff2') format('woff2'),
         url('font/opensans-light-webfont.woff') format('woff'),
         url('font/opensans-light-webfont.ttf') format('truetype'),
         url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OpenSansLight-Italic';
	src: url('font/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSansLight-Italic.woff') format('woff'),
		 url('font/OpenSansLight-Italic.ttf') format('truetype'),
		 url('font/OpenSansLight-Italic.svg#OpenSansLight-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Italic';
	src: url('font/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Italic.woff') format('woff'),
		 url('font/OpenSans-Italic.ttf')  format('truetype'),
		 url('font/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Semibold.woff') format('woff'),
		 url('font/OpenSans-Semibold.ttf') format('truetype'),
		 url('font/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Bold.woff') format('woff'),
		 url('font/OpenSans-Bold.ttf')  format('truetype'),
		 url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-BoldItalic';
	src: url('font/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-BoldItalic.woff') format('woff'),
		 url('font/OpenSans-BoldItalic.ttf') format('truetype'),
		 url('font/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-BoldCond';
	src: url('font/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),
	     url('font/MyriadPro-BoldCond.otf') format('opentype'),
	     url('font/MyriadPro-BoldCond.woff') format('woff'), 
		 url('font/MyriadPro-BoldCond.ttf') format('truetype'),
		 url('font/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
a:hover{
	outline:none;
}
#wrapper{
	width:auto;
	height:auto;
}
.wrapper_container_gsd{
	max-width:1230px;
	height:auto;
	margin:auto;
}
.wrapper_full_gsd{
	max-width:1600px;
	height:auto;
	margin:auto;
}
.wrapper_small_gsd{
	max-width:830px;
	height:auto;
	margin:auto;
}
/*============================================ Page PreLoader Start ============================================*/
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999999999999999;
	background:url(images/preloader.gif) center no-repeat #fff;
}
/*============================================ Header Start ============================================*/
.header_container_gsd{
	background:#FFF;
	padding:14px 15px;
}
.logo_gsd{
	float:left;
	padding-top:3px;
}
.logo_ico_gsd{
	float:left;
	margin-right:28px;
}
.right_nav_menu_gsd{
	float:right;
	width:73%;
	z-index:3;
	position:relative;
}
.herd_phone_gsd{
	float:right;
}
.herd_phone_gsd h1{
	font-family: 'OpenSans-Bold';
	color:#e5936b;
	font-size:31px;
	font-weight:normal;
	line-height:24px;
}
.herd_phone_gsd h1,
.herd_phone_gsd h1 a,
.herd_phone_gsd h1 a:hover,
.herd_phone_gsd h1 a:focus{
	color:#e5936b;
	text-decoration:none;
	outline:none;
}
.herd_phone_gsd h3{
	color:#4f5151;
	font-size:14px;
	font-weight:normal;
	font-family: 'OpenSans';
	clear:both;
	padding-top:6px;
}
.herd_phone_gsd h1 img,
.herd_phone_gsd h3 img{
	float:left;
	margin-right:10px;
}
.ctec_logo{
	float:right;
	margin-right:15px;
	margin-top:10px;
}
/*========================== Navigation*/
.navigation_gsd{
	float:left;
	padding:53px 20px 0px 0px;
	margin-bottom:-15px;
}
.menu_but_gsd{
	float:right;
	border:none!important;
	min-height:inherit !important;
	margin-bottom:0px;
}
.navigation_gsd ul{
	margin-bottom:0px;
}
.navigation_gsd ul li{
	list-style:none;
	display:inline-block;
	padding:0px 25px;
}
.navigation_gsd ul li a{
	font-family: 'OpenSans';
	color:#222222;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
}
.navigation_gsd ul li a:hover{
	text-decoration:underline;
	color:#165153;
	font-family: 'OpenSans';
	font-weight:normal;
	outline:none;
	font-size:14px;
	text-decoration:none;
	border-bottom:5px solid #e5936b;
	text-decoration:none;
	padding-bottom:7px;
}
.navigation_gsd ul li a.active{
	text-decoration:underline;
	color:#165153;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	outline:none;
	border-bottom:5px solid #e5936b;
	text-decoration:none;
	padding-bottom:7px;
}
/*====================================================================== Home Banner*/
.banner_container_gsd{
	position:relative;
	border-top:2px solid #fcf1ec;
}
.banner_left_gsd{
	float:left;
	width:57%;
}
.banner_left_gsd h1{
	color:#2c3135;
	font-size:62.54px;
    font-family: 'CormorantBold';
	font-weight:normal;
	padding-top:84px;
}
.banner_left_gsd h2{
	color:#2c3135;
	font-size:62.54px;
    font-family: 'CormorantRegular';
	font-weight:normal;
}
.banner_left_gsd h3{
	color:#585959;
	font-size:19px;
	font-family: 'OpenSansLight-Italic';
	font-weight:normal;
	padding-top:35px;
}
.banner_left_gsd h3 strong{
	font-family: 'OpenSans-BoldItalic';
	color:#585959;
	font-size:19px;
}
.banner_right_gsd{
	float:right;
	width:43%;
	z-index:1;
}
.banner_right_gsd img{
	margin-top:-70px;
}
.proudly_conti_gsd{
	background:url(images/bg_1_gsd.png) repeat;
	padding:15px;
	position:absolute;
	width:100%;
	bottom:0px;
	color:#FFF;
	font-size:23px;
    font-family: 'CormorantRegular';
	font-weight:normal;
	text-align:left;
}
.text_right_gsd{
	letter-spacing: 4px;
    font-family: 'open_sanslight';
	font-weight:normal;
	font-size:16.33px;
	line-height:32px;
	padding-left:6%;
}
/*============================================ Body Start ============================================*/

/*====================== Home Page*/
.why_choose_container_gsd{
	background:#eff3f3;
	padding:55px 15px;
	border-bottom:14px solid #e5936b;
}
.why_choose_container_gsd h1{
	color:#3f3f3f;
	font-size:34px;
	font-weight:normal;
    font-family: 'CormorantRegular';
	text-align:center;
	padding-bottom:20px;
}
.whychoose_box_gsd{
	text-align:center;
	margin-top:20px;
}
.whychoose_box_gsd h1{
	color:#165153;
	font-size:34px;
	font-weight:normal;
    font-family: 'CormorantRegular';
	text-align:center;
	padding-top:10px;
}
.whychoose_box_gsd p{
	color:#626666;
    font-family: 'open_sanslight';
	font-weight:normal;
	font-size:16px;
	text-align:center;
}
.inyour_current_gsd{
	padding:70px 15px;
}
.current_left_gsd{
	float:left;
	width:54%;
}
.current_left_gsd h1,
.service_left_gsd h1{
	color:#515050;
	font-weight:normal;
    font-family: 'CormorantRegular';
	font-size:34px;
}
.current_left_gsd ul,
.service_left_gsd ul{
	margin-bottom:0px;
	padding-left:40px;
}
.current_left_gsd ul li,
.service_left_gsd ul li{
	list-style:none;
	color:#165153;
	font-size:17px;
	font-family: 'OpenSans-Italic';
	background:url(images/libg_gs_d.jpg) no-repeat left 7px;
	padding-left:30px;
	margin-top:20px;
}
.current_left_gsd p,
.service_left_gsd p{
	color:#545353;
	font-weight:normal;
	font-family: 'OpenSans';
	font-size:17px;
	padding-top:20px;
}
.current_left_gsd p strong,
.service_left_gsd p strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.current_right_gsd{
	float:right;
	width:45%;
	text-align:right;
}
.simplyfy_box_gsd{
	-moz-border-radius: 0px 20px 0px 0px;
	-webkit-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 20px 0px 0px;
	-khtml-border-radius: 0px 20px 0px 0px;
	position:relative;
	margin-bottom:20px;
	-moz-box-shadow: 1px 1px 6px 1px rgb(0, 0, 0 ,0.35);
	-webkit-box-shadow: 1px 1px 6px 1px rgb(0, 0, 0 ,0.35);
	box-shadow: 1px 1px 6px 1px rgb(0, 0, 0 ,0.35);
	max-width:473px;
	display:inline-block;
	text-align:left;
}
.simplyfy_box_gsd img{
	-moz-border-radius: 0px 20px 0px 0px;
	-webkit-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 20px 0px 0px;
	-khtml-border-radius: 0px 20px 0px 0px;
}
.simplyfy_box_gsd h1{
	position:absolute;
	bottom:0px;
	background:url(images/bg_2_gsd.png) repeat;
	padding:6px 10px;
	width:100%;
	bottom:0px;
	color:#FFF;
	font-size:34px;
    font-family: 'CormorantRegular';
	font-weight:normal;
}
.areyouready_container_gsd{
	background:url(images/hm_bottom_bg_gs_d.jpg) no-repeat center top;
	/*background-size:100% auto;*/
	max-width:1600px;
	margin:auto;
	padding:80px 15px;
}
.areyouready_wrapper_gsd{
	max-width:1064px;
	margin:auto;
	border:1px solid #FFF;
	padding:24px;
}
.ready_box_gsd{
	background:url(images/bg_3_gsd.png) repeat;
	padding:50px 15px;
	text-align:center;
}
.ready_box_gsd h1{
	color:#515050;
	font-size:34.74px;
    font-family: 'CormorantRegular';
	font-weight:normal;
	line-height:40px;
}
.ready_box_gsd h3{
	padding-top:20px;
	color:#545353;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
	line-height:25px;
}
.ready_box_gsd h3 strong{
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.ready_box_gsd h3 a{
	color:#165153;
	text-decoration:underline;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
}
.ready_box_gsd h3 a:hover,
.ready_box_gsd h3 a:focus{
	color:#e5936b;
	outline:none;
}
.contact_btn_gsd{
	text-align:center;
	padding-top:30px;
}
.contact_btn_gsd a{
	background:#165153;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	font-family: 'OpenSans-Bold';
	font-size:17px;
	text-transform:uppercase;
	display:inline-block;
	padding-left:40px;
	line-height:58px;
}
.contact_btn_gsd a img{
	margin-left:40px;
}
.contact_btn_gsd a:hover,
.contact_btn_gsd a:focus{
	background:#e5936b;
	text-decoration:none;
	outline:none;
	color:#FFF;
}
/*============================================ Inner Pages Start ============================================*/
.innerTitle_gsd{
	background:#165153;
	padding:15px;
	color:#FFF;
	font-size:34px;
    font-family: 'CormorantRegular';
	font-weight:normal;
	text-align:left;
}
.text_gsd{
	letter-spacing: 4px;
    font-family: 'open_sanslight';
	font-weight:normal;
	font-size:16.33px;
	line-height:32px;
	padding-left:2%;
}
/*=============================== Services*/
.service_left_gsd{
	float:left;
	width:50%;
}
.service_left_gsd ul{
	padding-top:40px;
}
.service_left_gsd ul li{
	height:50px;
	line-height:20px;
	margin-top:10px;
}
.service_left_gsd ul li:nth-child(odd){
	width:45%;
	float:left;
}
.service_left_gsd ul li:nth-child(even){
	width:48%;
	float:right;
}
.bookingservice_gsd{
	background:#edf1f2;
	padding:20px 15px;
}
.bookleft_gsd{
	float:left;
	width:45%;
}
.bookright_gsd{
	float:right;
	width:51%;
}
.bookright_gsd h2{
	color:#515050;
	font-size:36px;
    font-family: 'CormorantRegular';
	font-weight:normal;
	padding-top:35px;
}
.bookright_gsd p{
    font-family: 'OpenSans';
	font-weight:normal;
	font-size:17px;
	color:#545353;
	padding-top:40px;
}
/*=============================== About*/
.about_banner_gsd{
	background:url(images/about_banner_gsd.jpg) no-repeat center bottom;
/*	background-size:100% auto;*/
    max-width:1600px;
	margin:auto;
	padding:30px 15px 40px;
}
.about_content_gsd{
	max-width:666px;
}
.about_content_gsd h2{
    font-family: 'OpenSans-Bold';
	font-weight:normal;
	font-size:26px;
	color:#545353;
	line-height:34px;
}
.about_content_gsd p{
    font-family: 'OpenSans';
	font-weight:normal;
	font-size:17px;
	color:#545353;
	padding-top:30px;
}
.about_content_gsd p em{
    font-family: 'OpenSans-Italic';
	font-weight:normal;
}
.about_content_gsd p strong{
    font-family: 'OpenSans-Bold';
	font-weight:normal;
}
/*=============================== Contact*/
.contact_conti_gsd{
}
.contact_title_gsd{
	background:#FFF;
	color:#515050;
	font-size:34px;
    font-family: 'CormorantRegular';
	font-weight:normal;
	text-align:center;
	padding:30px 15px;
	line-height:40px;
}
.contact_map_gsd{
	background:url(images/googlemap_gsd.jpg) no-repeat center top;
/*	background-size:100% auto;*/
    max-width:1600px;
	margin:auto;
	padding:70px 15px;
}
.con_map_adr_box_gsd{
	max-width:640px;
	margin:auto;
	padding:25px;
	position: relative;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-khtml-border-radius:20px;
	background:url(images/bg_3_gsd.png) repeat;
	-moz-box-shadow: 1px 1px 6px 1px rgb(0, 0, 0 ,0.35);
	-webkit-box-shadow: 1px 1px 6px 1px rgb(0, 0, 0 ,0.35);
	box-shadow: 1px 1px 6px 1px rgb(0, 0, 0 ,0.35);
}
.con_map_adr_box_gsd:after {
	left: 100%;
	top:11%;
	border: solid transparent;
	content: " ";
	height: 22px;
	width: 20px;
	position: absolute;
	background:url(images/arow.png) no-repeat;
	margin-left:-4px;
}
.con_box_gsd{
	border-bottom:1px solid #dddcdc;
	padding:24px 0px;
}
.con_boxlast_gsd{
	padding:24px 0px 0px;
}
.conleft_gsd{
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
	width:80px;
}
.conright_gsd{
	display:table-cell;
	padding-left:20px;
}
.conright_gsd h1{
	color:#e5936b;
	font-size:44px;
	font-weight:normal;
    font-family: 'OpenSans-Bold';
	line-height:35px;
}
.conright_gsd h2{
	color:#165153;
	font-size:29px;
    font-family: 'CormorantRegular';
	font-weight:normal;
}
.conright_gsd p{
	color:#4f4d4d;
	font-size:15px;
    font-family: 'open_sanslight';
	font-weight:normal;
	text-transform:uppercase;
	padding-top:5px;
}
/*============================================ Footer Start ============================================*/
.footer_container_gsd{
	background:#165153;
	padding:40px 15px 30px;
	text-align:center;
}
.footer_logo_gsd{
	text-align:center;
}
.footer_logo_gsd img{
	display:inline-block;
}
.ftr_ph_ad_box_gsd{
	max-width:560px;
	margin:auto;
	padding:30px 0px;
}
.ftr_ph_ad_box_gsd h1{
	font-family: 'OpenSans-Bold';
	color:#fff;
	font-size:31px;
	font-weight:normal;
	line-height:24px;
	float:left;
	text-align:left;
}
.ftr_ph_ad_box_gsd h1,
.ftr_ph_ad_box_gsd h1 a,
.ftr_ph_ad_box_gsd h1 a:hover,
.ftr_ph_ad_box_gsd h1 a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.ftr_ph_ad_box_gsd h3{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	font-family: 'OpenSans';
	float:right;
	text-align:left;
}
.ftr_ph_ad_box_gsd h1 img,
.ftr_ph_ad_box_gsd h3 img{
	float:left;
	margin-right:10px;
}
.footer_navi_gsd{
	padding-bottom:30px;
}
.footer_navi_gsd uk{
	margin-bottom:0px;
}
.footer_navi_gsd ul li{
	display:inline;
	list-style:none;
}
.footer_navi_gsd ul li a{
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
	font-family: 'OpenSans';
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	text-transform:uppercase;
}
.footer_navi_gsd ul li a:hover,
.footer_navi_gsd ul li a:focus,
.footer_navi_gsd ul li a.active{
	text-decoration:none;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.cpy_gsd{
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	font-family: 'OpenSans-Italic';
	padding-top:30px;
	text-align:center;
	
}
.clear{
	clear:both;
}
