@charset "utf-8";
@import url("menu.css");
@import url("slider.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700');
@font-face { font-family:"revicons"; src:url(../fonts/revicons/revicons90c6.ttf); }

/* CSS Document */
body { padding:0; margin:0; }
h1,h2,h3,h4,h5,h6 { padding:0px; margin:0px; }
hr { margin:3px 0px 15px 0px; padding:0px; border-top:0px; border-bottom:1px solid #eee; height:0px; }
img { border:none; vertical-align:middle; }
.cl {clear:both;}
.img_left { background:#FFF; float:left; margin:5px 10px 10px 0; padding:3px; border:1px solid #CCC; -webkit-box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.04); -moz-box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.04); box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.04); }
.float_left { float:left;}

/*scroll to top start*/
.totop { position:fixed; bottom:60px; right:10px; z-index:104400; }
.totop a i { display:block; width:40px; height:40px; line-height:40px; text-align:center; font-size:25px; background:rgba(60,60,60,0.7); }
.totop a:hover i { background:rgba(60,60,60,1); }
.totop a, .totop a:visited { color:#FFF; }
.totop a:hover { color:#eee; text-decoration:none; }
/*scroll to top end*/ 

/*top links css start*/
.top { background:#333; padding:10px 0 10px 0; }
.left_text { text-align:left; font-family:'Roboto', sans-serif; color:#FFF; font-size:13px; text-decoration:none; font-weight:400; }
.left_text a { color:#FFF; text-decoration:none; }
.left_text a:hover { color:#FFF; text-decoration:none; }
.left_text i { margin-right:5px; }

.social ul { margin:0px; padding:0px; list-style:none; }
.social li i { float:right; width:22px; height:22px; line-height:22px; text-align:center; -webkit-border-radius:10%; -moz-border-radius:10%; border-radius:10%; margin-right:10px; color:#FFF; } 
.social ul li a i:hover { color:#3AE000; }
/*top links css end*/

/*header css start*/
.header { padding:20px 0px; }
.logo { }
.phone { float:right; font-family:'Roboto', sans-serif; font-size:24px; color:#000000; text-align:center; text-decoration:none; }
.phone a { color:#000000; text-decoration:none; }
.phone a:hover { color:#3e9d09; text-decoration:none; }
.phone span { color:#3e9d09; font-size:18px; font-weight:700; }
/*header css end*/

/*content css start*/
.content { background:url(../images/process_bg.jpg) no-repeat; background-attachment:fixed; position:relative; z-index:1; background-size:cover; padding:50px 0px 50px 0px; }
.content::before { background:rgba(0, 0, 0, 0.85) none repeat scroll 0 0; content:""; width:100%;   height:100%; position:absolute; left:0; top:0;z-index:-1; }
/*content css end*/

/*weldiv css start*/
.weldiv {}
.weldiv h1 { font-family:'Roboto', sans-serif; font-weight:400; color:#3e9d09; font-size:28px; margin-bottom:10px; text-transform:uppercase;}
.weldiv .text { font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#FFF; line-height:1.7em; text-align:justify; }
/*weldiv css end*/

/*callback form css start*/
.callback {}
.callback h3 { background:#000; font-family:'Roboto', sans-serif; font-size:20px; color:#FFF; font-weight:400; padding:12px 0; text-align:center; text-transform:uppercase; }
.callback_inner { padding:10px; overflow:hidden; background:#3e9d09; border:#3e9d09 1px solid; }
.form-group { margin:10px 0 10px 0;}
.callback_inner ::-webkit-input-placeholder { font-family:'Open Sans', arial, sans-serif; font-size:13px; color:#000; font-weight:400; }
.callback_inner .form-group input { width:100%; border-radius:0px; border:none; } 
.callback_inner .form-group textarea { width:100%; border-radius:0px; border:none; } 
.callback_inner .form-group input.code { float:left; width:60%; border-radius:none; border:none; margin-right:10px; }
.callback_inner .captcha { padding:9px; background:#FFF; border-radius:4px; border:none; }
.callback_inner input[type=text]:focus { box-shadow:0px 0px 1px #3e9d09 !important; border:1px solid #3e9d09 !important; outline:none; }
.callback_inner textarea:focus { box-shadow:0px 0px 1px #3e9d09 !important; border:1px solid #3e9d09 !important; outline:none; }
.submit { font-family:'Open Sans', sans-serif; font-size:16px; color:#FFF; font-weight:400; padding:7px 26px 7px 26px; background:#000; cursor:pointer; outline:none; border-radius:none; border:none; }
.submit:hover { background:#FF0004; color:#FFF; outline:none; border-radius:none; }
/*callback form css end*/

/*advbox css start*/
.advbox { margin:50px 0px 30px 0px; }
.advbox .box1 { margin-bottom:20px; border:1px solid #f4f4f4; padding:17px 19px 12px; text-align:center; }
.advbox .box1 .img_box { display:block; overflow:hidden;position:relative; }
.advbox .box1 .img_box img {-webkit-transition:all 0.7s ease; transition:all 0.7s ease; width:100%; border:#3e9d09 1px solid; }
.advbox .box1 .img_box .overlay .box .content1 a i { background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0; border-radius:3%;
 color:#FFFfff; display:inline-block; font-size:20px; height:45px; line-height:48px; transition:all 500ms ease 0s; width:45px;  }
.advbox .box1  h5 { font-family:'Roboto', sans-serif; color:#3d3d3d; font-size:16px; text-transform:uppercase; font-weight:700; margin:0 0 16px;  transition:all 500ms ease; }
.advbox .box1 .text { margin:18px 0 0; }
.advbox .box1 .text p { font-family:'Open Sans', sans-serif; font-size:14px; color:#333; line-height:26px; font-weight:400; margin-top:15px; }
.advbox .box1:hover .img_box .overlay { -webkit-transform:scale(1); transform:scale(1); }
.advbox .box1:hover .img_box img { -webkit-transform:scale(1.3); transform:scale(1.3);}
.advbox .box1 .img_box .overlay .box .content1 a:hover i { background:#000; color:#3e9d09; }
.advbox .overlay {  width:100%; height:100%; position:absolute; top:0;left:0; -webkit-transform:scale(0); transform:scale(0); border:3px solid #2C7C00;
background-color:rgba(62,157,9,0.8); -webkit-transition:all 0.7s ease; transition:all 0.7s ease; }
.advbox .overlay .box { display:table; height:100%; width:100%;}
.advbox .overlay .box .content1 { display:table-cell; text-align:center; vertical-align:middle;}
/*advbox css end*/

/*our services css start*/
.our_services { }
.our_services .col-md-6 { margin:0; padding:0; }

.our_services p { font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#FFF; line-height:1.7em; text-align:justify; }

.service_box1 { background:#3e9d09; padding:30px; }
.service_box1 h2 { font-family:'Roboto', sans-serif; font-size:28px; color:#FFF; font-weight:400; margin:20px 0 10px 0; text-transform:uppercase; }
.service_box1 .more { font-family:'Open Sans', sans-serif; font-size:16px; color:#FFF; font-weight:400; padding:7px 26px 7px 26px; background:#000; text-decoration:none; margin-top:20px; display:inline-block; }
.service_box1 .more:hover { background:#FFF; color:#000; text-decoration:none; }

.service_box2 { background:#333; padding:30px; }
.service_box2 h2 { font-family:'Roboto', sans-serif; font-size:28px; color:#3e9d09; font-weight:400; margin:20px 0 10px 0; text-transform:uppercase; }
.service_box2 .more { font-family:'Open Sans', sans-serif; font-size:16px; color:#FFF; font-weight:400; padding:7px 26px 7px 26px; background:#3e9d09; text-decoration:none; margin-top:20px; display:inline-block; }
.service_box2 .more:hover { background:#FFF; color:#000; text-decoration:none; }
/*our services css end*/

/*testimonial css start*/
.testimonial_main { margin-top:40px; }
.testimonial_main h2 { font-family:'Roboto', sans-serif; font-weight:400; color:#3e9d09; font-size:28px; text-align:center; padding-bottom:10px; text-transform:uppercase; }
.testimonial_main .theme_title_center { text-align:center; }
.testimonial_main .theme_title_center span { width:70px; height:3px; display:block; margin:5px auto 20px auto; background:#333; }
#testimonials { width:70%; margin:0px auto; position:relative; margin-top:10px; }
#testimonials .testimonial { width:100%; left:0px; top:0px; z-index:1; padding:0 10px 0px 10px; position:absolute; }
#test_container { position:relative; overflow:hidden; }
#testimonials .testimonial_text { font-family:'Open Sans', sans-serif; font-size:16px; color:#333; text-align:center; line-height:2em; }
#testimonials .testimonial_name { font-family:'Open Sans', sans-serif; font-size:3px;  color:#000; font-weight:bold; text-align:center;  margin:10px auto 3px; text-align:right; }
#testimonials .testimonial_designation { font-size:14px; line-height:14px; font-family:'Open Sans', sans-serif; font-weight:bold; text-align:center; color:#000; margin-top:12px; }
#t_pagers { text-align:center; z-index:2; }
#t_pagers .pager { display:inline-block; text-decoration:none; width:10px; min-height:10px; margin-right:5px; background:#ccc; border-radius:50%; cursor:pointer;}
#t_pagers .pager.active { background:#3e9d09; }
/*testimonial css end*/

/*paging css start*/
.paging { font-family:'Open Sans', sans-serif; font-size:11px; color:#fff; font-weight:700; font-style:italic; margin:15px 0 20px 0; }
.paging a { text-decoration:none; color:#fff; }
.paging a:hover { text-decoration:none; color:#FF0000; }
.paging span { margin:0 5px; }
.paging i { font-size:16px; }
.paging .right_f { float:right; }

.phone1 { font-family:'Open Sans', sans-serif; font-size:27px; color:#fff; margin-bottom:30px; }
.phone1 a { text-decoration:none; color:#fff; }
.phone1 a:hover { text-decoration:none; color:#5BB12F; }
.phone1 i { margin:0 5px;  color:#fff; }
/*paging css end*/


/*bottom css start*/
.bottom { background:#333; margin-top:20px; padding:15px 0px 15px 0px; font-family:'Open Sans', sans-serif; }
.bottom h3 { font-family:'Roboto',sans-serif; font-size:20px; color:#FFF; padding-bottom:20px; font-weight:700; }
.bottom h3 span {  color:#3e9d09; }
.bottom h3:after { display:block; width:15%; margin-top:18px; border-top:2px solid #3e9d09; content:''; }

.bottom .bott1 { }
.bottom .bott1 .text { color:#ebebeb; }
.bottom .bott1 .text strong{ color:#FFF; }

.bottom .bott2 ul { margin:0px; padding:0px; list-style-type:none;}
.bottom .bott2 li {  font-size:14px; color:#FFF; border-bottom:#c9cbce 1px solid;}
.bottom .bott2 li a { text-decoration:none; color:#ebebeb; line-height:3em; padding-left:10px; }
.bottom .bott2 li a:hover { text-decoration:none; color:#3e9d09;}
.bottom .bott2 li i { margin-right:10px; }

.bottom .bott3  { font-size:13px; color:#ebebeb; text-decoration:none; }
.bottom .bott3 a  { color:#ebebeb; text-decoration:none; }
.bottom .bott3 a:hover  { color:#ebebeb; text-decoration:none; }
/*bottom css end*/

/*footer css end*/
.footer { background:#3e9d09; padding:15px 0 15px 0; }

.copy { font-family:'Open Sans', sans-serif; font-size:12px; color:#FFF; font-weight:400; }
.copy a { color:#000; text-decoration:underline; padding:0 5px 0 5px; }
.copy a:hover { color:#FFF; text-decoration:underline;} 

.powered_by { font-family:'Open Sans', sans-serif; font-size:12px; color:#FFF; font-weight:400; }
.powered_by a { text-decoration:none; color:#FFF; }
.powered_by a:hover { color:#000; text-decoration:none; }
/*footer css end*/

/*web banner css start*/
.web_banner { background:#eff0f2; margin:0px auto; padding:20px 0; }
/*web banner css end*/

/*whatsapp css start*/
.whatsapp_main{ position:fixed; width:60px; height:60px; bottom:40px; left:40px; background-color:#25d366; color:#FFF; border-radius:50px;
text-align:center; font-size:30px; box-shadow: 2px 2px 3px #999; z-index:100; }
.whatsapp_icon { margin-top:16px; }
.whatsapp_main:hover { color:#FFF;}
/*whatsapp css end*/