/*Jewel Sea main style*/
html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{margin:0;padding:0;font-family:'montserrat';background-image:url("../images/home-bg.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:cover;}
a{margin:0;padding:0;text-decoration:none!important;outline:none!important;}
:hover{}
a:hover{color:#fff;}
a:hover,a:focus{color:#fff;}
img{max-width:100%;height:auto;}
ul{margin:0;padding:0;list-style-type:none;}
li{margin:0;padding:0;}
p{padding:0;color:#555;font-size:14px;line-height:24px;font-family:'roboto';margin:0 0 15px 0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-family:'montserrat';color:#151515;font-weight:bold;}
input,select,button{outline:none!important;}

/*home page style*/
.ta_hm_cont{width:980px;margin:0 auto;display:table;background-color:rgba(255,255,255,0.85);}
.ta_tp_hd_beeding{width:100%;float:left;height:50px;background-color:#f5f5f5;padding:15px 15px;margin-bottom:30px;}
.ta_tp_hd_link_outer{float:left;padding-left:45px;position:relative;}
.ta_tp_hd_link_outer::before{width:23px;height:23px;content:'';background:transparent url(../images/ta-sprites.png) no-repeat 0px 0px;position:absolute;left:10px;top:-5px;}
.ta_tp_hd_link_outer a{float:left;margin-right:10px;color:#777;font-size:13px;font-family:roboto;font-weight:bold;letter-spacing:1px;}
.ta_tp_hd_email_outer{float:right;position:relative;padding-left:45px;font-size:13px;font-family:roboto;font-weight:bold;}
.ta_tp_hd_email_outer a{color:#777!important;letter-spacing:1px;}
.ta_tp_hd_email_outer:before{width:23px;height:23px;content:'';background:transparent url(../images/ta-sprites.png) no-repeat -31px 0px;position:absolute;left:10px;top:-5px;}
.ta_logo_wrapper{width:100%;float:left;clear:both;margin-bottom:30px;}
.ta_logo_inner{display:table;margin:0 auto;}
.ta_addr_wrap{width:100%;float:left;margin-bottom:40px;}
.ta_addr_wrap p{font-family:open_sans;font-size:24px;color:#333;line-height:35px;text-align:center;font-weight:700;}
.op_dys_txt{font-family:roboto;font-size:23px;text-align:center;width:100%;float:left;text-transform:uppercase;margin-bottom:40px;}
.ta_our_service_sec{width:100%;float:left;padding:35px 0px;background-color:rgba(19,183,38,0.6);}
.ta_our_service_sec h2{display:table;margin:0px auto 30px auto;padding-bottom:15px;text-transform:uppercase;font-family:open_sans;font-weight:bold;color:#fff;position:relative;}
.ta_our_service_sec h2::after{content:'';width:50px;height:3px;position:absolute;bottom:0px;left:50%;margin-left:-25px;background-color:#fff;}
.ta_serv_listwrap{list-style:none;margin:0px auto;width:500px;text-align:center;}
.ta_serv_listwrap li{display:inline-block;font-family:open_sans;color:#fff;font-size:19px;margin-right:15px;position:relative;padding-right:15px;margin-bottom:10px;}
.ta_serv_listwrap li::after{content:'';width:1px;height:17px;background-color:#fff;position:absolute;top:5px;right:0px;}
.ta_noln::after{display:none;}
.ta_footer_sec{width:100%;float:left;padding:20px 0px;font-family:open_sans;text-align:center;background-color:rgba(19,183,38,1);color:#fff;}
.ta_footer_sec a{color:#fff;font-weight:bold;}
@media (max-width:1328px){
}
@media (max-width:1199px){
}
@media (max-width:991px){
	.ta_hm_cont{width:100%;}
}
@media (max-width:767px){
	.ta_serv_listwrap{width:90%;}
	.ta_tp_hd_link_outer{display:table;margin:20px auto;float:none;}
	.ta_tp_hd_email_outer{display:table;margin:20px auto;float:none;}
	.ta_tp_hd_beeding{height:auto;}
	.ta_hm_cont{background-color:rgba(255,255,255,0.40);}
}
@media (max-width:479px){
	.ta_hm_cont{background-color:rgba(255,255,255,0.40);}
	.ta_tp_hd_link_outer a{text-align:center;padding:10px 0px;border-bottom:solid 1px #ddd;float:left;width:33.33%;margin-right:0px;}
	.ta_tp_hd_beeding{padding:0px;}
	.ta_tp_hd_link_outer{margin:0px;padding-left:0px;width:100%;}
	.ta_tp_hd_link_outer::before{display:none;}
	.op_dys_txt{color:#333;}
}