/*
Theme Name: 9deers
Author: the WordPress team
Author URI: http://9deers.com/
Version: 1.0
Text Domain: 9deers.com
*/
body
{
	margin:0px; padding:0px;
	width:100%; height:auto;
	background:#FFF;
	font-family: 'Raleway', sans-serif; font-size:13px; color:#202124;
}
div,a,ul,li,section,input,select,textarea,img,p,h1,h2,h3,h4,h5,h6
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul,h1,h2,h3,h4,h5,h6,p{ margin:0px; padding:0px; }
li{ list-style:none; }
a
{
	text-decoration:none; color:#1a0dbd;
}
a:hover
{
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	text-decoration: none;
}
input,select,button
{
	outline:0px; border:0px;
}
select{ cursor:pointer; }
input[type='submit']{ border:0px; cursor:pointer }

textarea{ 
	font-family: 'Raleway', sans-serif;
}
a
{
	text-decoration:none; color:#0093DE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover
{
	text-decoration:underline;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0px; padding:0px; font-weight:inherit; }
img{ border:0px; }
div,li,span,a
{
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }



/* Form Fields */
input[type='text'],textarea,input[type='password'],select,input[type='date'],input[type='number']
{
	width:100%; height:27px; float:left; outline:0px;
	padding-left:5px; padding-right:5px;
	border:1px solid #CCC;
	font-size:13px; color:#212121; font-family:"Open Sans", Arial, sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    -webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;
	
    transition:border 0.7s;
}
input[type='text']:focus,input[type='number']:focus,input[type='password']:focus,textarea:focus,input[type='date']:focus,select:focus
{
	border:1px solid #198de3;
}
input[type="text"]:disabled{ cursor:not-allowed; }
input[type="submit"]{ border:0px; cursor:pointer; }
button
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
button:hover{ background:#51195e; }
button:active{ background:#5c5c5c; }

.btn
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
.btn:hover{ background:#51195e; }
.btn:active{ background:#5c5c5c; }


.error
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#f64b2f;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}
.error i
{
	font-size:21px; color:#9a1903;
	position:absolute; z-index:99; left:15px; top:12px;
}
.error ul{ margin-left:15px; }
.error li{ margin-bottom:4px; list-style:none; }

.success
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#7eb62e;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}

.success i
{
	font-size:21px; color:#598a10;
	position:absolute; z-index:99; left:15px; top:12px;
}
.success ul{ margin-left:15px; }
.success li{ margin-bottom:4px; list-style:none; }

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }
.container{ width:96%; height:auto; max-width:1450px; min-width:250px; margin:0 auto; position:relative; }

.pull-right{ float:right; }

#header
{
	width:100%; height:85px; position:fixed; left:0px; top:0px; z-index:999;
	background:#FFF; border-bottom:1px solid #EEE;
}

#logo
{
	width:auto; height: auto; float:left;
	margin-top:7px;
}
#logo a img{ width:100%; height:70px; }


#mob-nav
{
	width:49px; height:49px; position:absolute; right:0px; top:14px; display:none;
	border:3px solid #222;
	font-size:22px; color:#222; text-align:center;
}
#mob-nav i{ line-height:42px; }


#nav
{
	width:auto; height:auto; float: left;
	margin-left:55px; margin-top:17px;
}
#nav ul
{
	width:auto; height:auto; float:left;
}
#nav ul li
{
	width:auto; height:auto; float:left; position:relative;
}
#nav ul li a
{
	width:auto; height:auto; float:left;
	font-size:16px; color:#030104; font-weight:500;
	padding-bottom:15px; padding-top:15px; padding-left:20px; padding-right:20px;
}
#nav ul li a:hover{ text-decoration:none; background:#EEE; }




#nav ul ul
{
	width:230px; height:0px; position:absolute; top:50px; left:0px; z-index:999;
	overflow:hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nav ul ul:before
{
	display: none;
	position:absolute; top:-1px; left:0%; margin-top:-16px;
	margin-left:24px;
	font-size:26px; color:#222;
	font-family: FontAwesome;
	content: "\f0d8";
}
#nav ul ul li{ width:100%; height:auto; float:left; margin-left:0px; padding-bottom:0px; }
#nav ul ul li a
{
	width:100%; height:auto; float:left;
	font-size:13px; color:#c8c8c8; font-weight:100;
	padding-top:15px; padding-bottom:15px; padding-left:20px;
	border-bottom:1px solid #333;
	background:#222;
}
#nav ul ul li a:hover{ color:#FFF; text-decoration:none; background:#000; }

#nav ul li:hover > ul:before{ display:block; }
#nav ul li:hover > ul{ display:block; height:inherit; overflow:inherit; }



#header_start
{
	width:auto; height:49px; float:right;
	background:#fe0000;
	font-size:14px; line-height:49px; color:#FFF; font-weight:600;
	padding:0px 25px 0px 25px;
	margin-top:17px;
}
#header_start:hover{ background:#d60606; text-decoration:none; }



#home_slider
{
	width:100%; height:100vh; float:left; position:relative;
	overflow:hidden;
}

#home_slider video
{
	width:100%; height:auto; float:left;
}
#home_slider_in
{
	width:100%; height:100vh; position:absolute; left:0px; bottom:0px; z-index:99;
	background:rgba(144,0,0,0.7);
}
#home_slider_in_text
{
	width:100%; height: auto; position:absolute; left:0px; bottom:55px; z-index:99;
}
#home_slider_in_text_in
{
	width:70%; height:auto; float:left;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.48);
}
#home_slider_in_text h1
{
	font-size:42px; color:#FFF;
	font-weight:800;
	margin-bottom:25px;
}
#home_slider_in_text p
{
	font-size:24px; color:#FFF; line-height:32px;
}

#home_slider_in_scroll
{
	width:24px; height:45px; position:absolute; left:50%; bottom:15px;; z-index:99;
	cursor:pointer;
	margin-left:-10px;
	font-size:24px; line-height:42px;
	border:1px solid #FFF;
	text-align:center; color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-animation:bounce 1s infinite;
}
#home_slider_in_scroll:hover{ text-decoration:none; }

@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}

#home_banner_box
{
	width:100%; height:auto; float:left;
	margin-top:55px;
}
#home_banner_box ul
{
	width:100%; height:auto; float:left;
}
#home_banner_box ul li
{
	width:100%; height:auto; float:left;
	margin-left:1%; margin-right:1%;
	padding:25px;
	background: rgba(255,255,255,0.7); border:5px solid rgba(144,0,0,0.7);
}
#home_banner_box ul li h3
{
	width:100%; height:auto; float:left;
	font-size:24px; color:#000; font-weight:600;
	margin-bottom:25px;
}
#home_banner_box ul li p
{
	width:100%; height:100px; float:left;
	font-size:16px; color:#000; line-height:24px; text-align:justify;
	margin-bottom:25px;
}

#home_banner_box ul li a
{
	width:auto; height:49px; float:left;
	background:#000; border:2px solid #000;
	font-size:14px; line-height:49px; color:#FFF; font-weight:600;
	padding:0px 25px 0px 25px;
	margin-top:17px;
}
#home_banner_box ul li a:hover
{
	background:none; border:2px solid #000; text-decoration:none; color:#000;
}



#home_banner_box .owl-carousel{ margin:0px; display:block; background:none; }
#home_banner_box .owl-carousel .owl-buttons div{ opacity:1; }

#home_banner_box .owl-wrapper-outer
{
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


#home_banner_box .owl-controls
{
}

#home_banner_box .owl-theme .owl-controls .owl-buttons div{
	width:70px; height:50px;
	color: #c7c7c7;
	text-align:center;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	background:#FFF; border:1px solid #c7c7c7;
	line-height:56px;
}
#home_banner_box .owl-theme .owl-controls .owl-buttons div:hover
{
	color:#000; border:1px solid #000;
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
}


#home_banner_box .owl-controls .owl-buttons .owl-prev
{
	left:2%;
}
#home_banner_box .owl-next
{
	right:2%;
}
#home_banner_box .owl-theme .owl-controls .owl-buttons div i
{
	font-size:22px;
}
#home_banner_box ul{ margin:0px; padding:0px; }




#home_services
{
	width:100%; height:auto; float:left;
}

#home_services .owl-carousel{ margin:0px; display:block; }
#home_services .owl-carousel .owl-buttons div{ opacity:1; }

#home_services .owl-wrapper-outer
{
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


#home_services .owl-controls
{
}

#home_services .owl-theme .owl-controls .owl-buttons div{
	width:70px; height:50px;
	color: #c7c7c7;
	text-align:center;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	background:#FFF; border:1px solid #c7c7c7;
	line-height:56px;
}
#home_services .owl-theme .owl-controls .owl-buttons div:hover
{
	color:#000; border:1px solid #000;
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
}


#home_services .owl-controls .owl-buttons .owl-prev
{
	left:2%;
}
#home_services .owl-next
{
	right:2%;
}
#home_services .owl-theme .owl-controls .owl-buttons div i
{
	font-size:22px;
}
#home_services ul{ margin:0px; padding:0px; }

#home_services ul li
{
	list-style:none; position:relative;
	background:#923435;
}
#home_services ul li img{ width:100%; height:auto; border:2px solid #FFF; }

#home_services ul li a
{
	width:100%; height:auto; display:inline-block;
	background:#FFF;
	text-align:center;
}
#home_services ul li a h3
{
	width:100%; height:auto; position:absolute; left:0px; bottom:0px;
	background: rgba(144,0,0,0.7); border:2px solid #FFF; border-top:0px;
	padding-top:45px; padding-bottom:45px;
	font-size:18px; color:#FFF; font-weight:600;
}
#home_services ul li a:hover
{
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
}

#home_about
{
	width:100%; height:auto; float:left;
	background:#441b17;
	padding-top:75px; padding-bottom:50px;
}



#home_about_l
{
	width:50%; height:auto; float:left;
	margin-right:5%;
}

#home_about_l h2
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:42px; color:#FFF; font-weight:600; line-height:42px;
}

#home_about_l p
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:18px; line-height:34px; text-align:justify; color:#EEE;
}


#home_about img
{
	width:45%; height:auto; float:left;
}

#home_expert_with
{
	width:100%; height:auto; float:left;
	background:#165526;
	padding-top:75px; padding-bottom:75px;
	text-align:center;
}

#home_expert_with h2
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:42px; color:#FFF; font-weight:600; line-height:42px;
}

#home_expert_with p
{
	width:100%; height: auto; float:left;
	margin-bottom:45px;
	font-size:18px; line-height:34px; color:#EEE;
}

#home_expert_with ul
{
	width:100%; height: auto; float:left;
}

#home_expert_with ul li
{
	width:18%; height: auto; float:left;
	margin-left:1%; margin-right:1%;
	background:#093d16;
	font-size:18px; color:#FFF;
	padding:25px; padding-top:45px; padding-bottom:45px;
}

#footer
{
	width:100%; height: auto; float:left;
	background:#441b17;
}

#footer_white
{
	width:30%; height: auto; float:left;
	background:#FFF;
	padding:30px; margin-bottom:45px;
	text-align:center;
}
#footer_white img
{
	width:auto; height: auto;
	margin-bottom:25px;
}
#footer_white p
{
	width:100%; height: auto; float:left;
	font-size:16px; text-align:justify; color:#333; line-height:24px;
}
	
#footer_right
{
	width:70%; height: auto; float:left;
	padding-top:75px; padding-left:75px;
}
.footer_right_box
{
	width:30.33%; height:auto; float:left;
	margin-right:1%;
}
.footer_right_box h3
{
	width:100%; height:auto; float:left;
	font-size:22px; color:#FFF; font-weight:600;
	margin-bottom:25px;
}

.footer_right_box ul
{
	width:100%; height: auto; float:left;
}


.footer_right_box ul li
{
	width:100%; height: auto; float:left;
	margin-bottom:10px;
}
.footer_right_box ul li a
{
	width:100%; height: auto; float:left;
	font-size:16px; color:#EEE;
}
.footer_right_box p
{
	width:100%; height: auto; float:left;
	font-size:16px; text-align:justify; color:#EEE;
	margin-bottom:15px;
}
	
#footer_copy
{
	width:100%; height: auto; float:left;
	padding-top:25px; margin-top:25px; margin-bottom:45px;
	border-top:1px solid #FFF;
	font-size:16px; text-align:justify; color:#FFF;
}
#footer_copy a{ color:#FFF; }

#about_header
{
	width:100%; height:auto; float:left; position:relative;
}
#about_header img
{
	width:100%; height:auto; float:left; position:relative;
}
#about_header_in
{
	width:100%; height:auto; position:absolute; left:0px; bottom:175px;
}
#about_header_in h1
{
	width:100%; height: auto; float:left;
	font-size:72px; color:#000;
	text-shadow: 2px 2px 2px rgba(210,210,210,0.48);
}

#about_header_bottom
{
	width:75%; height:auto; float:left; position:relative;
	padding-top:45px; padding-left:50px; margin-bottom:55px; margin-right:25%;
	font-size:36px;
	border-left:2px solid #DDD;
}

#about_content
{
	width:100%; height:auto; float:left; position:relative;
	margin-bottom:50px;
}

#about_content h3
{
	width:100%; height:auto; float:left; position:relative;
	margin-bottom:30px;
	font-size:28px; font-weight:600;
}
#about_content p
{
	width:100%; height:auto; float:left;
	margin-bottom:35px;
	font-size:22px; line-height:39px; text-align:justify;
}



#news_cont
{
	width:100%; height:auto; float:left;
	margin-bottom:75px; margin-top:75px;
}
.news_cont_box
{
	width:31.33%; height:auto; float:left; position:relative; overflow:hidden;
	margin-bottom:25px; margin-left:1%; margin-right:1%;
	background:#441b17;
}
.news_cont_box:hover img
{
	opacity:0.5;
	transform: scale(1.3);
	transform-origin: 50% 50%;
}
.news_cont_box img
{
	width:100%; height:auto; float:left;
	opacity:0.8;
		transition: transform .4s;   /* smoother zoom */
}
.news_cont_box h3
{
	width:94%; height:auto;
	position:absolute; left:3%; bottom:20px;
	font-size:18px; color:#FFF; font-weight:600;
}

#service_view
{
	width:100%; height:auto; float:left;
	margin-top:75px; margin-bottom:75px;
}
#service_view_l
{
	width:45%; height:auto; float:left;
	margin-right:5%;
}
#service_view_l img
{
	width:100%; height:auto; float:left;
}
#service_view_r
{
	width:50%; height:auto; float:left;
}
#service_view_r h2
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
	font-size:26px; font-weight:600; color:#002e5c;
}
#service_view_r p
{
	width:100%; height:auto; float:left;
	margin-bottom:25px;
	font-size:18px; text-align:justify; line-height:32px;
}
#service_view_r ol
{
	width:100%; height:auto; float:left;
}
#service_view_r ol li
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
	font-size:18px;
}
#service_view_r ul
{
	width:100%; height:auto; float:left;
}
#service_view_r ul li
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
	font-size:18px;
}



#contact_l
{
	width:40%; height: auto; float:left;
	margin-right:5%;
}
#contact_l h1
{
	width:100%; height: auto; float:left;
	margin-bottom:5px;
	font-size:32px;
}
#contact_l h2
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:26px; font-weight:600;
}
#contact_l p
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-size:18px;
}
#contact-r
{
	width:55%; height: auto; float:left;
	margin-bottom:60px;
}
#contact-r h2
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:26px; font-weight:600;
}

.contact-r-row{ width:100%; height:auto; float:left; margin-bottom:20px; }
.contact-r-row-td
{
	width:48%; height:auto; float:left;
	margin-right:2%;
}

.contact-r-row label{ width:100%; height:auto; float:left; margin-bottom:10px; font-size:16px; }
.contact-r-row input[type='text']
{
	width:100%; height:38px; float:left;
	font-size:14px;
}
.contact-r-row select
{
	width:100%; height:38px; float:left; cursor:pointer;
	font-size:14px;
}
.contact-r-row textarea
{
	width:100%; height:150px; float:left;
	font-size:14px;
}
.contact-r-row input[type='submit']
{
	width:130px; height:37px; float:left; cursor:pointer;
	font-size:14px; color:#FFF;
	background:#fe0000;
}
