body{
	margin:0;
	padding:0;
}

.row_menu {
    width: 100%;
    border-bottom: 3px solid #d9ced2;
    height: 42px;
	border-left: 1px solid #d9ced2;
	border-right: 1px solid #d9ced2;
}

.banner_section{
	background-image: url("../images/back_banner2.jpg");
	width: 100%;
	height: 600px;
}
.banner_container {
    height: 600px;
    box-shadow: 0px 2px 10px -3px #030303;
	background-image: url("../images/main-hero.png");
}
.banner_logo_dv {
    width: 100%;
    text-align: center;
	margin-top: 12px;
	margin-bottom: 158px;
}

.block-1 img {
    width: 100%;
	 transition:ease-in-out 1s;
	 transform:scale(0.98);
	 transform:scale(1);
}
.block-2 img {
    width: 100%;
	 transition:ease-in-out 1s;
	 transform:scale(1);
}
.block-3 img {
    width: 100%;
	 transition:ease-in-out 1s;
	 transform:scale(1);
}
.block-1 img:hover {
    opacity:0.8;
	transform:scale(0.98);
	transition:ease-in-out 0.4s;
	cursor:pointer;
}
.block-2 img:hover {
   opacity:0.8;
   cursor:pointer;
   transition:ease-in-out 0.4s;
   transform:scale(0.98);
}
.block-3 img:hover {
   opacity:0.8;
   cursor:pointer;
   transform:scale(0.98);
   transition:ease-in-out 0.4s;
}








.body_section{
	 background-image: url("../images/section_back2.jpg");
	 background-size: cover;
	 width: 100%;
}
.body_container {
    height: auto;
    box-shadow: 0px 2px 10px -3px #030303;
	background-color:#fff;
}
.hooked_heading {
    display: inline-block;
    width: 100%;
}
.hooked_heading h1 {
    font-size: 67px;
    color: #ff9933;
    font-weight: bold;
	margin-bottom: 9px;
    margin: 0px;
    margin-top: 35px;
}
.local_fishman h4 {
    color: #0066cc;
    font-size: 24px;
	margin-bottom: 1px;
    font-weight: bold;
}

.local_fishman p {
    font-size: 14px;
    font-weight: 500;
    max-width: 670px;
    line-height: 18px;
}
.call_us {
    display: inline-block;
    width: 100%;
}

.call_us h4 {
    font-size: 23px;margin-bottom: 0px;
    font-weight: bold;
}


.call_us p a {
    font-size: 45px;
    color: #0066cc;
	text-decoration:none;
    font-weight: bold;
	transition:ease-in-out 0.3s;
    margin-top: 0px;
}

.call_us p a:hover {
   
    color: #ff9933;
    font-weight: bold;
	cursor:pointer;
	transition:ease-in-out 0.3s;
   
}

.hooked_footer h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 26px 0px 16px 0px;
}


.coloroma_reports {
    display: inline-block;
	  transition: ease-in-out 0.3s;
 transform:scale(1);
 width: 100%;
}

.coloroma_reports:hover {
    box-shadow: 0px 0px 18px -11px gray;
    transition: ease-in-out 0.3s;
	cursor:pointer;
	transform:scale(0.99);
}

.report_image {
    display: inline-block;
    width: 100%;
}
.report_image img {
     width: 100%;
	   transform:scale(1);
	transition:ease-in-out 0.3s;
}
.report_image img:hover {
    transform:scale(0.98);
	opacity:0.9;
	transition:ease-in-out 0.3s;
	cursor:pointer;
}

.report_text {
    display: inline-block;
    width: 100%;
}

.report_text_inner {
    padding: 0px 15px;
}



.report_text h5 {
    font-size: 17px;
    font-weight: bold;
}

.report_text h5 span {
    font-size: 14px;
    font-weight: 500;
}


.report_text p {
font-size:12px;
}


.report_text p span {
    font-size: 13px;
    font-weight: bold;
}

.button_report_dv {
    text-align: center;
}

.btn_report {
    color: white;
    font-size: 21px;
    border-radius: 0px;
	background-color:#0070bb;
	border:1px solid transparent;
    transition: 0.8s ease-in-out;
	font-weight:bold;
	margin: 40px 0px 47px 0px;
	font-family: caption;
}

.btn_report:hover {
    color: #0070bb;
		border:1px solid orange;
background-color:orange;
cursor:pointer;
    transition: 0.4s ease-in-out;
}





.social_bar{
	 border-top:4px solid #d07926;
	height:auto;
	width:100%;
	background-color:#101010;
}

.header_bar{
	border-bottom: 4px solid #d07926;
	height:auto;
	width:100%;
	background-color:#101010;
	text-align: center;
	color: #9d9d9d;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.5em;
	font-weight: bold;
}



.social_bar_ul ul {
    list-style: none;
    padding-left: 0px;
	margin-bottom:0px;
}
.social_bar_ul ul li {
	margin: 6px 1px;
    display: inline-block;
}
.social_bar_ul ul li a{
   color: #9d9d9d;
font-size: 21px;
transition:ease-in-out 1s;
font-weight: 600;
text-decoration:none;
vertical-align: middle;
}

.social_bar_ul ul li a:hover{
   color: orange;
transition:ease-in-out 0.4s;
cursor:pointer;
}


.footer_section{
	
	width:100%;
	background-color:#0070bb;
	height:auto;
}

.foot_high_txt{
	transition:0.3s ease-in-out;
	color:#00c7ee;
}
.foot_high_txt:hover{
	color:#d07926;
	cursor:pointer;
	transition:0.3s ease-in-out;
}

.footer_logo {
    display: inline-block;
    width: 100%;
}

.footer_logo img {
    display: inline-block;
    width: auto;
	margin-top:25px;
}

.footer_text p {
font-size: 11px;
color: white;
letter-spacing: 0px;
line-height: 16px;
margin-left: 35px;
}

.footer_text {
    padding-top: 105px;
	max-width: 640px;
}
.padd_p{
	
	margin-bottom:0px;
}
.footer_links {
    margin-top: 26px;
}




.footer_links h3 {
    color: white;
}
.footer_links ul {
    padding-left: 0px;
    text-align: left;
    list-style: none;
}



.footer_links ul li a {
    color: #00ccff;
    font-size: 13px;
    letter-spacing: -0.3px;
transition:1.5s ease-in-out;   
   font-weight: 500;
    text-decoration: none !important;
}

.footer_links ul li a:hover {
   color:orange;
       font-size: 13px;
    letter-spacing: -0.3px;
transition:0.3s ease-in-out;   
   font-weight: 500;
   transition:0.3s ease-in-out;
}


.foot_content {
    display: inline-block;
    width: 100%;
    margin-bottom: 137px;
}






@media screen and (min-width:320px) and (max-width:480px){
		.xs_li_a{
		background-color:#ededed;
	}
	
	.no-padd{
		padding:0px;
	}
	
	.coloroma_reports {
    display: inline-block;
 
    width: 85%;
    margin: 0 auto;
	}
	.block-3_xs{
		
		width:100% !important;
	}
	.block-3{
		width:100%;
		text-align:center;
	}
	.block-3 img{
		width:45%;
	}
	
	.banner_block_xs {
    width: 50%;
}
	.footer_xs{
		width:100%;
	}
	
	.hooked_xs{
		width:100%;
	}
	 .body_sec_xs{
		 text-align:center;
		 margin-bottom:20px;
		 width:100%
	 }
	#cssmenu{
		text-align:center !important;
	}
	.row_menu {
    width: 100%;
    border-bottom: 3px solid #d9ced2;
    height: auto;
    border-left: 1px solid #d9ced2;
    border-right: 1px solid #d9ced2;
}
#cssmenu > ul {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0px solid #ece6e8 !important;
    border-bottom: 0px solid #d9ced2 !important;
}
	.block-1 {
    margin-bottom: 40px;
}
.block-2 {
    margin-bottom: 40px;
}
.block-3 {
    margin-bottom: 40px;
}
	
	.banner_section {
    background-image: url("../images/back_banner.jpg");
    width: 100%;
	background-repeat: round;
    height: auto;
}
.banner_container {
    height: auto;
    box-shadow: 0px 2px 10px -3px #030303;
	background-repeat: round;
    background-image: url("../images/main-hero.png");
}


	#cssmenu > ul li a {
    display: block;
    padding: 12px 13px 11px 13px !important;
	}

.banner_logo_dv {
width: 100%;
text-align: center;
margin-top: 18px;
margin-bottom: 65px;
}
.banner_logo_dv img {
    width: 35%;
}
.call_us {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.hooked_heading h1 {
   font-size: 21px;
margin-top: 25px;
}

.local_fishman h4 {
 color: #0066cc;
font-size: 13px;
margin-bottom: 5px;
margin-top: 0px;
}
.local_fishman p {
    font-size: 11px;
    font-weight: 500;
    max-width: 670px;
    line-height: 16px;
}

.call_us h4 {
font-size: 14px;
margin-top: 0px;

}
.call_us p{
	margin:0px;
}
.call_us p a {
    font-size: 18px;
 
}
.hooked_footer h4 {
font-size: 17px;
font-weight: bold;
margin: 15px 0px 12px 0px;
text-align: center;
}

.report_text h5 {
    font-size: 15px;
    font-weight: bold;
}
.report_text h5 span {
    font-size: 14px;
    font-weight: 500;
}

.btn_report {
color: white;
font-size: 8px;
margin: 9px 0px 15px 0px;
}

.body_section {
    background-image: url("../images/section_back.jpg");
    width: 100%;
    height: auto !important;
}
.body_container {
    height: auto;
    box-shadow: 0px 2px 10px -3px #030303;
    background-color: #fff;
}
.report_text p {
    font-size: 12px;
    margin: 0;
}
.hooked_fishing {
    display: inline-block;
}
.foot_content {
    display: inline-block;
    width: 100%;
	text-align:center;
    margin-bottom: 40px;
}

.social_bar_ul ul li a {
    color: #9d9d9d;
    font-size: 13px;
	
}
.footer_logo img {
    display: inline-block;
    width: 30%;
    margin-top: 25px;
}
.footer_text {
    padding-top: 22px;
    max-width: 653px;
}
.footer_links h3 {
    color: white;
    font-size: 15px;
}
.footer_text p {
    font-size: 11px;
    color: white;
    letter-spacing: 0px;
    line-height: 18px;
    margin-left: 0px;
}
.footer_links ul {
    padding-left: 0px;
    text-align: center;
    list-style: none;
}
.footer_links ul li {
    padding-left: 0px;
    list-style: none;
display: inline-block;}

.footer_links ul li a {
    color: #00ccff;
    font-size: 13px;
    letter-spacing: 0px;
    transition: 1.5s ease-in-out;
    font-weight: 500;
    text-decoration: none !important;
    padding: 0px 4px;
}
.footer_links ul li a:hover {
    color: orange;
    font-size: 13px;
    letter-spacing: 0px;
    transition: 0.5s ease-in-out;
    font-weight: 500;
    text-decoration: none !important;
    padding: 0px 4px;
}
.footer_links {
    margin-top: 15px;
}

}	









@media screen and (min-width:481px) and (max-width:580px){
	
	.xs_li_a{
		background-color:#ededed;
	}
	.no-padd{
		padding:0px;
	}
	
	.footer_xs{
		width:100%;
	}
	
	.hooked_xs{
		width:100%;
	}
	 .body_sec_xs{
		 
		 margin-bottom:20px;
		 width:50%
	 }
	#cssmenu{
		text-align:center !important;
	}
	.row_menu {
    width: 100%;
    border-bottom: 3px solid #d9ced2;
    height: auto;
    border-left: 1px solid #d9ced2;
    border-right: 1px solid #d9ced2;
}
#cssmenu > ul {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0px solid #ece6e8 !important;
    border-bottom: 0px solid #d9ced2 !important;
}
	.block-1 {
    margin-bottom: 40px;
}
.block-2 {
    margin-bottom: 40px;
}
.block-3 {
    margin-bottom: 40px;
}
	
	.banner_section {
    background-image: url("../images/back_banner.jpg");
    width: 100%;
	background-repeat: round;
    height: auto;
}
.banner_container {
    height: auto;
    box-shadow: 0px 2px 10px -3px #030303;
	background-repeat: round;
    background-image: url("../images/main-hero.png");
}


	#cssmenu > ul li a {
    display: block;
    padding: 12px 13px 11px 13px !important;
	}

.banner_logo_dv {
  width: 100%;
text-align: center;
margin-top: 20px;
margin-bottom: 90px;
}
.banner_logo_dv img {
    width: 27%;
}

.hooked_heading h1 {
   font-size: 28px;
margin-top: 25px;
}

.local_fishman h4 {
 color: #0066cc;
font-size: 16px;
margin-bottom: 5px;
margin-top: 0px;
}
.local_fishman p {
    font-size: 13px;
    font-weight: 500;
    max-width: 670px;
    line-height: 16px;
}

.call_us h4 {
font-size: 14px;
margin-top: 0px;

}
.call_us p a {
    font-size: 21px;
 
}
.hooked_footer h4 {
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0px 12px 0px;
}

.report_text h5 {
    font-size: 15px;
    font-weight: bold;
}
.report_text h5 span {
    font-size: 14px;
    font-weight: 500;
}

.btn_report {
color: white;
font-size: 8px;
margin: 9px 0px 15px 0px;
}

.body_section {
    background-image: url("../images/section_back.jpg");
    width: 100%;
    height: auto !important;
}
.body_container {
    height: auto;
    box-shadow: 0px 2px 10px -3px #030303;
    background-color: #fff;
}
.report_text p {
    font-size: 12px;
    margin: 0;
}
.hooked_fishing {
    display: inline-block;
}
.foot_content {
    display: inline-block;
    width: 100%;
	text-align:center;
    margin-bottom: 40px;
}

.social_bar_ul ul li a {
    color: #9d9d9d;
    font-size: 13px;
	
}
.footer_logo img {
    display: inline-block;
    width: 30%;
    margin-top: 25px;
}
.footer_text {
    padding-top: 22px;
    max-width: 653px;
}
.footer_links h3 {
    color: white;
    font-size: 15px;
}
.footer_text p {
    font-size: 11px;
    color: white;
    letter-spacing: 0px;
    line-height: 18px;
    margin-left: 0px;
}
.footer_links ul {
    padding-left: 0px;
    text-align: center;
    list-style: none;
}
.footer_links ul li {
    padding-left: 0px;
    list-style: none;
display: inline-block;}

.footer_links ul li a {
    color: #00ccff;
    font-size: 13px;
    letter-spacing: 0px;
    transition: 1.5s ease-in-out;
    font-weight: 500;
    text-decoration: none !important;
    padding: 0px 4px;
}
.footer_links ul li a:hover {
    color: orange;
    font-size: 13px;
    letter-spacing: 0px;
    transition: 0.5s ease-in-out;
    font-weight: 500;
    text-decoration: none !important;
    padding: 0px 4px;
}
.footer_links {
    margin-top: 15px;
}

}	















@media screen and (min-width:581px) and (max-width:767px){
	#cssmenu{
		text-align:center !important;
	}
	.row_menu {
    width: 100%;
    border-bottom: 3px solid #d9ced2;
    height: auto;
    border-left: 1px solid #d9ced2;
    border-right: 1px solid #d9ced2;
}
#cssmenu > ul {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0px solid #ece6e8 !important;
    border-bottom: 0px solid #d9ced2 !important;
}
	.block-1 {
    margin-bottom: 40px;
}
.block-2 {
    margin-bottom: 40px;
}
.block-3 {
    margin-bottom: 40px;
}
	
	.banner_section {
    background-image: url("../images/back_banner.jpg");
    width: 100%;
	background-repeat: round;
    height: auto;
}
.banner_container {
    height: auto;
    box-shadow: 0px 2px 10px -3px #030303;
	background-repeat: round;
    background-image: url("../images/main-hero.png");
}


	#cssmenu > ul li a {
    display: block;
    padding: 12px 13px 11px 13px !important;
	}

.banner_logo_dv {
  width: 100%;
text-align: center;
margin-top: 20px;
margin-bottom: 90px;
}
.banner_logo_dv img {
    width: 27%;
}

.hooked_heading h1 {
   font-size: 28px;
margin-top: 25px;
}

.local_fishman h4 {
 color: #0066cc;
font-size: 16px;
margin-bottom: 5px;
margin-top: 0px;
}
.local_fishman p {
    font-size: 13px;
    font-weight: 500;
    max-width: 670px;
    line-height: 16px;
}

.call_us h4 {
font-size: 14px;
margin-top: 0px;

}
.call_us p a {
    font-size: 21px;
 
}
.hooked_footer h4 {
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0px 12px 0px;
}

.report_text h5 {
    font-size: 15px;
    font-weight: bold;
}
.report_text h5 span {
    font-size: 14px;
    font-weight: 500;
}

.btn_report {
color: white;
font-size: 8px;
margin: 9px 0px 15px 0px;
}

.body_section {
    background-image: url("../images/section_back.jpg");
    width: 100%;
    height: auto !important;
}
.body_container {
    height: auto;
    box-shadow: 0px 2px 10px -3px #030303;
    background-color: #fff;
}
.report_text p {
    font-size: 12px;
    margin: 0;
}
.hooked_fishing {
    display: inline-block;
}
.foot_content {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.social_bar_ul ul li a {
    color: #9d9d9d;
    font-size: 15px;
	
}
.footer_logo img {
    display: inline-block;
    width: 165%;
    margin-top: 25px;
}
.footer_text {
    padding-top: 22px;
    max-width: 653px;
}
.footer_links h3 {
    color: white;
    font-size: 15px;
}


.footer_links {
    margin-top: 15px;
}

}	















@media screen and (min-width:768px) and (max-width:991px){
	
	.banner_section {
    background-image: url("../images/back_banner.jpg");
    width: 100%;
    height: 500px;
}
.banner_container {
    height: 500px;
    box-shadow: 0px 2px 10px -3px #030303;
    background-image: url("../images/main-hero.png");
}


	#cssmenu > ul li a {
    display: block;
    padding: 12px 13px 11px 13px !important;
	}

.banner_logo_dv {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 130px;
}
.banner_logo_dv img {
    width: 30%;
}

.hooked_heading h1 {
    font-size: 40px;
}

.local_fishman h4 {
    color: #0066cc;
    font-size: 20px;
    margin-bottom: 5px;
}

.call_us h4 {
    font-size: 19px;

}
.call_us p a {
    font-size: 30px;
 
}
.hooked_footer h4 {
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0px 12px 0px;
}

.report_text h5 {
    font-size: 15px;
    font-weight: bold;
}
.report_text h5 span {
    font-size: 14px;
    font-weight: 500;
}

.btn_report {
    color: white;
    font-size: 12px;
    margin: 30px 0px 35px 0px;
}

.body_section {
    background-image: url("../images/section_back.jpg");
    width: 100%;
    height: auto !important;
}
.body_container {
    height: auto;
    box-shadow: 0px 2px 10px -3px #030303;
    background-color: #fff;
}
.report_text p {
    font-size: 12px;
    margin: 0;
}
.hooked_fishing {
    display: inline-block;
}
.foot_content {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.social_bar_ul ul li a {
    color: #9d9d9d;
    font-size: 15px;
	
}
.footer_logo img {
    display: inline-block;
    width: 139%;
    margin-top: 25px;
}
.footer_text {
    padding-top: 62px;
    max-width: 653px;
}
.footer_links h3 {
    color: white;
    font-size: 20px;
}


.footer_links {
    margin-top: 15px;
}

}	












@media screen and (min-width:992px) and (max-width:1199px){

.banner_logo_dv {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 151px;
}
.banner_logo_dv img {
    width: 30%;
}

.hooked_heading h1 {
    font-size: 51px;
}
.local_fishman h4 {
    color: #0066cc;
    font-size: 23px;
    margin-bottom: 5px;

}
.call_us h4 {
    font-size: 22px;

}
.call_us p a {
    font-size: 36px;
 
}
.hooked_footer h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 24px 0px 14px 0px;
}
.btn_report {
    color: white;
    font-size: 16px;
}

.social_bar_ul ul li a {
    color: #9d9d9d;
    font-size: 18px;
	
}
.footer_logo img {
    display: inline-block;
    width: 139%;
    margin-top: 25px;
}
.footer_text {
    padding-top: 96px;
    max-width: 653px;
}


.footer_links {
    margin-top: 15px;
}

}	