@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

* {margin : 0; padding : 0; outline: none !important;}
.clear, .clr { clear : both;}
.gap { clear : both; height : 15px;}
.frt {float : right;}
.flt {float : left;}
img {border : 0;}
form {margin : 0;}
/*ol, ul {list-style:none;}*/
ul {list-style-position: inside;}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a:link, a:visited {text-decoration : none;}
a:hover {color:#c00;}

/*a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color:#c00;
}

a:hover {
	color: #1f201f;
}*/

/*****
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
*****/

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

.result {width:100px; text-align:left;margin-left:10px; display:inline-block;}
.captcha { float:left; padding-top:2px;}
form em { color:#FF0000;}

.map-content  {height:400px; position:relative; overflow:hidden; margin-top:10px; }
.map-content iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}
.map-content figure iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}

.breadcrumb { background:none; border-radius:0; margin-left:0; float: right;
    margin-bottom: 10px;
    padding: 5x 0;}
.breadcrumb li a { color:#666;}
.breadcrumb li a:hover { color:#000;}

h1, h2, h3, h4, h5 {font-family: 'Roboto', sans-serif; margin-top:5px;}

h1 { font-size:46px; font-weight: 700; line-height:56px; color:#fff; }
h2 { font-size:46px; font-weight: 500; line-height:56px; color:#fff;}
h3 { font-size:30px; font-weight: 500; line-height:40px; color:#fff;}
h4 { font-size:26px; font-weight: 500; line-height:36px; color:#fff;}
h5 { font-size:22px; font-weight: 400; line-height:28px; color:#999999;}

body { font-family: 'Open Sans', Helvetica, sans-serif; font-size:16px; color:#999999; line-height:22px; background-color: #000;}

section { overflow: hidden; }

/*Back to Top*/
#back-top {position: fixed; bottom:40px;z-index:99; right:25px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#333; }
#back-top span {width:41px;height:41px; display: block;	background:url(../images/up-arrow.gif) no-repeat center center #333;border-radius: 0; opacity:0.4; filter:alpha(opacity=40); }
#back-top a:hover span { background-color:#333; opacity:1; filter:alpha(opacity=1);}

.limit { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.shortlimit {overflow: hidden; margin-bottom: 10px; height: 88px;}
.minilimit {overflow: hidden; margin-bottom: 10px; height: 26px;}
.limit2 {overflow: hidden; margin-bottom: 10px; height: 76px;}

/* List Style */

ul.listing { list-style:none; margin:0; padding:0; margin-bottom:10px;  list-style: outside disc;}
ul.listing li:before {    
font-family: 'FontAwesome';
content: '\f0da';
position:absolute; 
top:0; left:0;
}
ul.listing li { position:relative; padding-left:14px; overflow: hidden; margin-bottom: 7px;}

ul.list { list-style:none; margin-left:0; padding-left:0;}
ul.list li { background:url(../images/sqr.jpg) no-repeat 0 7px; padding-left:16px;}
ul.list li a { color:#333;}
ul.list li a:hover { color:#3399cc;}
ul.list li li {list-style:none; padding-left:15px; margin-left:-20px; background:url(../images/subsqr.jpg) no-repeat 0 7px;}

ul.list li+li {
    margin-top: 7px;
}

ul.list-unstyled li { margin-bottom: 10px; }

main ul {margin-left:12px;}

main ol {margin-left:14px;}
main ol li { padding-left:5px;}

.btn {font-family: 'Roboto', sans-serif; font-size: 18px; padding:10px 25px; border-radius: 0;}

.btn-default, a.btn-default { background:#000; color:#fff; border-color:#343434;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-default:hover { background-color:#33c7f7; color:#fff; border-color:#000}

.btn-default.btndark, a.btn-default.btndark { background:#343434; color:#fff; border-color:#343434;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.btn-default.btndark:hover { background-color:#000000; color:#fff; border-color:#000}


.banner { position:relative; margin-bottom:0; min-height: 60px;}

main { margin:0 0 10px;}

.socialmedia {white-space:nowrap; text-align:right; margin:10px 0;  line-height:0;}
.socialmedia li {  display:inline-block; padding-left:2px; vertical-align:middle;}
.socialmedia li img { width:32px;}

footer {background:#000; color:#ccc; }
.footer {padding:45px 0 10px;}
.footer, .footer a {  color:#cccccc;  }
.footer a:hover { color:#fff;}

.footlist{ text-align:center }                      
.footlist li{ display: inline; list-style-type: none; padding: 0; margin:0; color:#cccccc;}
.footlist a { padding: 0px 2px; }
.footlist a:link, .footlist a:visited {color: #cccccc; text-decoration: none;}
.footlist a:hover{color: #2cafe5; text-decoration: none;}

.footlt { float:left;}
.footrt { float:right;}

.navigation { position:relative; z-index:99;}

.thumb { margin-bottom:7px;}
.thumb img { max-width:100%;}
.thumblt { float:left; width:350px; margin:2px 15px 5px 0;}
.thumbrt { float:right; width:350px; margin:2px 0 5px 15px;}
.thumblt img, .thumbrt img { max-width:100%;}

.search { display:inline-block; margin-left:10px; float:right; margin-top:7px; }

.searchpanel { margin:0; padding:0 10px 0 0; clear:right; margin:7px 0 7px;}
.searchpanel { }
.searchpanel .btn-default { background:#fff; border:1px solid #ccc;}
.searchpanel .input-group .form-control { float:right;}
.searchpanel .input-group-btn .fa { color:#1b4279;}


/*** Carousel Fade Effect ***/
.carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity;  overflow:hidden;}
.carousel-fade.zoomin .carousel-inner .item.active img { transition: transform 5000ms linear 0s; transform: scale(1.05, 1.05);}
.carousel-fade .carousel-inner .active { opacity: 1;}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1;}
.carousel-fade .carousel-control { z-index: 2;}
.carousel-control { padding-top:30%;}
/* Carousel Fade Effect */

.header  {  margin-bottom:15px;}
.header::after { display: block; content: ""; background: #000;	width: 100px; height: 2px; margin:5px 0 5px; }
.header span { display: block; font-size: 24px; line-height: 24px; }

.midlinetxt {}
.midlinetxt { position: relative; text-align: left;}
.midlinetxt span { background: #fff; padding: 0 15px 0 0; position: relative; z-index: 1;}
.midlinetxt:before { background: #4277d3; content: ""; display: block; height: 1px; position: absolute; top: 50%; width: 100%;}
.midlinetxt:before { left: 0; }



.blockdetail .thumb {  width:350px; float:left; overflow:hidden; margin:5px 15px 5px 0;}
.blockdetail .thumb img { max-width:100%;}
.blockdetail ul.thumb li { display:none; position:relative;}
.blockdetail ul.thumb li:first-child { display:block;}

.blockdetail ul.thumb li span { padding:5px; position:absolute; z-index:999; width:100%; left:0; bottom:0; background:rgba(0,0,0,0.70); color:#fff; text-align:center; font-size:12px;}
.blockdetail .date { font-weight:bold; font-size:16px; padding-top:5px; color:#949494}
.date { font-weight:bold; font-size:16px; padding-top:5px; color:#949494}

.clr-rt { clear:right;}
.clr-lt { clear:left;}


/*Float Button Left*/
.floatbtn a{ position:fixed; z-index:999; top:100px; margin-left:-10px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn a:hover{ margin-left:0px;}

/*Float Button Right*/
.floatbtn-rt a{ position:fixed; z-index:999; top:200px; right:0; margin-right:-10px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn-rt a:hover{ margin-right:0px;}

/*Float Button Social Media*/
.floatbtn {}
.floatbtn-social a{ position:fixed; z-index:999; top:170px; margin-left:-25px; text-align:right; transition: width 0.4s; -webkit-transition: width 0.4s; /* Safari */
transition-property:margin;
-moz-transition-property: margin; /* Firefox 4 */
-webkit-transition-property:margin; /* Safari and Chrome */
-o-transition-property:margin; /* Opera */
}
.floatbtn-social a:hover{ margin-left:0px;}
.floatbtn-social.btn01 a{top:170px;}
.floatbtn-social.btn02 a{top:220px;}
.floatbtn-social.btn03 a{top:270px;}
.floatbtn-social.btn04 a{top:320px;}

.service-box { text-align: center; margin:10px; }
.service-box .thumb { }

.speech {
  background: #f9f9f9;
  padding:10px 0;
}
.speech:before {
  color: #999;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.20em;
  vertical-align: -0.4em;
}
.speech:after {
  color: #999;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.20em;
  vertical-align: -0.5em;
}

/* Gallery */
.gallery { margin-bottom:25px;}

.galblock { margin-bottom:25px; list-style:none; overflow:hidden; background:#fff; position:relative; text-align:center; overflow:hidden; 
/*height:170px;*/}

.galblock .video { position:absolute; top:50%; left:50%; z-index:999; transform: translateX(-50%) translateY(-50%);}
.galblock span.video { background:url(../images/video.png) no-repeat; height:64px; width:64px;}

.galblock img{  max-width: 100%; /*max-height:100%;*/
-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.galblock img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
.galblock a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.galblock_image a .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;

	background: linear-gradient(to bottom, transparent, black) ;

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 1;
	/* -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2); */
}
.galblock_image a .overlay h5{
	color: #FFF;
	position: absolute;
	height: 46px; overflow:hidden; vertical-align: bottom;
	bottom: 0;
	left: 0px;
	right: 0px;
	margin-top: -25px;
	line-height: 24px;
	text-align:center;
	letter-spacing:1px;
}
.galblock_image a:hover .overlay { opacity: 1;
-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);}



blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

a.more { font-size:18px; color:#33c7f7;}
a.more:after { font-family: 'FontAwesome'; content: '\f105'; padding-left:5px; }
a.more:hover { color:#cc0000}

a.more.btn-default { color: #fff; }


/*new css start*/
.umbrell { background:#1ca1aa; padding: 9px 0 9px; font-size: 15px; color: #fff;  font-family: Oswald, sans-serif; }
.umbrell a { color: #fff; }
.umbrell li a i { padding: 0 10px 0 0 }
.umbrell .list-inline li a { padding: 0 20px 0 0 }
.search { width: 300px; margin-top:0px; }
.searchpanel {margin: 0;padding: 0 10px 0 0; clear: right;}
.search .form-control { height: 30px;border-radius: 0px;  }
.search .btn { padding: 4px 12px; border-radius: 0px; border-left: 2px solid #1ca1aa }

.product_div { width: 100%; background: #eee; padding: 50px 0 50px; font-family: Oswald, sans-serif;  }
.product_box {min-height: 397; background: #fff;box-shadow: 1px 5px 15px #CCC;margin: 0 0 30px 0; overflow: hidden;
position: relative; }
.product_box h4 {text-align: center;}
.product_box .thumb img { width: 100%; overflow: hidden;}
.prize_div span { color: #999; padding:0 10px 0 0   }
.prize_div {text-align: center; font-size: 16px; color: red; }
.add_to_cart { width: auto; padding:17px 15px; background: #f9f9f9; color: green; font-size: 16px; font-weight: bold;
margin:17px 0 0 0 }
.add_to_cart i { font-size: 18px; padding:0 3px 0 0  }
.add_to_cart span { float: right; color: red }
.add_to_cart button { background: none; border: none; }
.add_to_cart button {transition: background ease-in .25s;}
.add_to_cart button:hover {background: white;color: #2B2D42;}
.add_to_cart button:hover:before { color: #2B2D42;}
.product_overlay {background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;position: absolute;
 top: 0;left:0px;right:0;-webkit-transform: translateY(-500px);transform: translateY(-500px);opacity: 0;
 display: flex;flex-flow: column wrap;justify-content: center;align-items: center;}
.product_overlay h2 {color: rgba(43, 45, 66, 0.7);font-size: 1.2em; margin: 1em 0;}
.product_overlay i {color: rgba(43, 45, 66, 0.7);font-size: 1.5em;}

.slider-wave { position: absolute; bottom: -3px; z-index: 99;left: 0; right: 0; }


.slider_div { position: relative;  }
.slider_div .owl-nav { position: absolute; width:100%; top: 34%; font-size: 30px; color: #fff;}
.slider_div .owl-prev { position: absolute; left:0; display: block !important; background: red;   }
.slider_div .owl-next { position: absolute; right:0 } 
.slider_div .owl-theme .owl-nav [class*="owl-"] {  padding: 10px !important; opacity: 0.3; transition: all 0.3s ease-in-out;}
.slider_div .owl-theme .owl-nav [class*="owl-"]:hover{ background: none; padding: 10px !important; opacity: 1.0}

.slider_div .owl-theme .owl-nav.disabled + .owl-dots { position: absolute; bottom: 60px; left: 0; right: 0; }
.slider_div .owl-theme .owl-dots .owl-dot span {transition: all 0.3s ease; width: 10px; background: #000; }
.slider_div .owl-theme .owl-dots .owl-dot.active span { background: #000; width: 40px; }

.caption {  display: block; }
.caption-content {  position: absolute; top: 24%; z-index: 2; color: #000; left: 0; right: 0; width: 84%; margin: auto;  }
.caption .title {font-size: 70px; line-height: 60px; font-weight: 700;}
.caption .title small { font-size: 28px; margin-bottom: 10px; display: block; font-weight: 400;}
.caption .slidedesc { margin: 10px 0 20px; font-size: 16px; line-height: 24px; }
.caption .slidebtn a { background: #cfdb1f; color: #000;
    padding: 15px 35px; font-size: 16px; border-radius: 40px;
} 
.slidebtn { display: inline-block; }
.slidebtn a { display:block; }

.slider_div .owl-item.active .caption .title { animation: 0.8s 0.2s fadeInDown both; }
.slider_div .owl-item.active .caption .slidedesc {animation: 0.8s 0.4s fadeInDown both; }
.slider_div .owl-item.active .caption .slidebtn { animation: 0.8s 0.4s fadeInRight both; }


.practice_areas { position: relative; padding: 20px 0 20px 0; text-align: center;}
.practice_areas .owl-nav { position: absolute; width:100%; top: 30%; font-size: 25px; color: #fff;}
.practice_areas .owl-prev { position: absolute; left:-27px;display: block !important; background: red;   }
.practice_areas .owl-next { position: absolute; right:-27px; } 
.practice_areas .owl-theme .owl-nav [class*="owl-"] { background: #333; padding: 5px 7px !important; }
.practice_areas .owl-theme .owl-nav [class*="owl-"]:hover{ background: #000; padding: 5px 7px !important; }
.practice_areas .owl-theme .owl-nav .owl-prev { border-radius: 4px 0 0 4px;  }
.practice_areas .owl-theme .owl-nav .owl-next { border-radius: 0 4px 4px 0; }

.practice_areas h4 { font-size: 22px; }


.gallery_owl { position: relative; padding: 20px 0 20px 0; text-align: center;}
.gallery_owl .owl-nav { position: absolute; width:100%; top: 30%; font-size: 25px; color: #fff;}
.gallery_owl .owl-prev { position: absolute; left:-27px;display: block !important; background: red;   }
.gallery_owl .owl-next { position: absolute; right:-27px; } 
.gallery_owl .owl-theme .owl-nav [class*="owl-"] { background: #333; padding: 5px 7px !important; }
.gallery_owl .owl-theme .owl-nav [class*="owl-"]:hover{ background: #000; padding: 5px 7px !important; }
.gallery_owl .owl-theme .owl-nav .owl-prev { border-radius: 4px 0 0 4px;  }
.gallery_owl .owl-theme .owl-nav .owl-next { border-radius: 0 4px 4px 0; }



/*latest New */
.lastenew_area { width: 100%; }
.post_block_style4{width: 100%;float: left;margin: 0;padding: 0;position: relative;min-height: 410px;}
.post_block_style4_thumb{width: 50%;box-sizing: border-box;height: 420px;overflow: hidden;position: relative;
position: absolute;left: 0;}
.posts4content {position: absolute;right: 0px;width: 50%;padding: 4%;font-weight: 400;overflow: hidden;} 
.posts4content h6 { text-transform: uppercase; font-size: 16px; font-weight: bold; }
.infopostmeta {  font-size: 13px; margin:20px 0; }
.infopostmeta span a { color:orange }
.post_block_style4 p {line-height: 26px;}
.style4read { background: #282828; padding: 10px 20px; color: #fff; font-weight: bold; margin-top: 65px;
display: inline-block; }
.style4read:hover { background: #531000; color: #fff; }
.lastenew_area h2 { text-align: center; margin:0 0 40px  0  }
.lastenew_area {padding: 35px 0 35px 0}
.second_right .post_block_style4_thumb {right: 0;left: inherit;}
.second_right .posts4content {left: 0;right: inherit;}
/*latest New */

.info h4 { margin-bottom: -5px; }



.top-bar { padding: 5px 0; background: #dfdfdf; }
ul.toplink { list-style: none; margin: 0; }
ul.toplink li { display: inline-block; margin-right: 15px; font-size: 16px; padding:5px 0; }
ul.toplink li .fa { font-size: 18px; }
.toprt { text-align: right }
.toprt .social-icons a {
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	margin-right: 3px; margin-bottom: 5px;
	text-align: center;
	width: 32px;
    background-color:#151515;
	color: #fff;
	transition: all 0.3s ease;
}
.toprt .social-icons a:hover { background: #ff8400; }


.rowfooter {clear: both; padding: 25px 0;}
.rowfooter h4 { color: #fff; position: relative;}

.social-icons { margin-top: 15px; }
.social-icons a {
	display: inline-block;
	font-size: 22px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
	margin-right: 3px;
	text-align: center;
	width: 42px;
    background-color:#131316;
	color: #fff;
	transition: all 0.3s ease;
}
.social-icons a:hover { background: #fff; color: #000;}


.mid-bar { background: #000; }

#logo { float: left; }
.nav_right { float: right; }


.aboutbg { position: relative; }


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed; overflow-y: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/logo.png) center no-repeat #000;
	animation: 2s example infinite;
}






.topright { text-align:right; margin-top: 15px;}
.logo { margin-bottom:5px;}

.topcontact { display:inline-block; margin:10px 15px 5px 0; font-family: 'Roboto', sans-serif; vertical-align: top;}
.topcontact .hthumb { float:left; font-size:48px; margin:5px 10px 5px 0; width:47px;}
.topcontact .hthumb img { max-width:100%}
.topcontact .htxt { overflow:hidden; text-align:left; float:left; color: #fff;}
.topcontact .htxt h5 { margin-bottom:2px; color: #fff;}

.topcontact.book .btn-default { background: #fff; border-color: #ccc; color: #000; text-align: center; }
.topcontact.book .btn-default:hover { background-color:#333; color:#fff; border-color:#000}

.topcontact.location { }
.mobshow { display: none }
.mobshow a { color: #000; }
.mobshow a:hover { color: #2461b2;}


.navbox { position: relative; }
.navbg { position: absolute; right: 0; }
.innerbanner .navbg { position: relative; }

.graybg { background: #eeeeee; padding: 25px 0; }
.whitebg { background: #fff; padding: 25px 0; }

.whowearebg { background: #000 url('../images/darkbg.jpg') no-repeat left center;  padding: 45px 0;}
.whowearebg h2 { color: #fff; margin-top: 15px; }
.whowearebg h4 { color: #fff; }
.whowearebg p { color: #fff; }
.rtbrdbtn { float: right; margin-top: 15px; }
.rtbrdbtn a.btn-default { background:#000; color:#fff; border-color:#fff;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.rtbrdbtn .btn-default:hover { background-color:#fff; color:#000; border-color:#ccc}

.advice { margin-top: 25px; }

.feedback .form-control { min-height: 44px; border-radius: 0; background: #2b2b2b; color: #ccc; }
.form-control-feedback { color:#ccc;}
.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2;
}
.required-field {
    color: #f45858;
    display: inline;
    font-size: 18px;
    line-height: 12px;
}

img.conthumb { width:20px; margin-right:5px; }
.gcaptcha { margin-bottom:10px; text-align:left; display:inline-block;}

.partnerbox { margin-bottom: 25px; border-bottom: 1px dashed #ccc; }
.partnerbox .thumblt { float: left; margin: 0 15px 10px 0; }

.hbox {
		height:150px; margin-bottom: 15px;
		overflow:hidden;
	}
.practice { background: #efefef; position: relative; margin-bottom: 15px;}
.practice::after { clear: both; display: table; content: "" }
.practice .thumblt { overflow: hidden; margin-bottom: 0; width: 250px; }
.practice h4 { padding: 5px 5px 7px; }
.practice .short { padding: 10px; overflow: hidden; }
.practice .short h4 { margin-top: -5px; }

.practicerightblock {background: #efefef; position: relative; margin-bottom: 15px}
.practicerightblock::after { clear: both; display: table; content: "" }
.practicerightblock .thumblt { overflow: hidden; margin-bottom: 0; width: 100px; }
.practicerightblock .short { overflow: hidden; height: 62px; }
.practicerightblock h4 { padding: 5px 5px 7px; font-size: 18px; line-height: 26px; 
overflow: hidden; /* text-overflow: ellipsis; white-space: nowrap; */}

.newsblockright {}
.newsblockright:after { clear:both; display:table; content:""}
.newsblockright .thumb{ float:left; margin:0 15px 10px 0; width:100px;}
.newsblockright .info h4 { font-size:16px;}

.fixedlogo { position: absolute; z-index: 99; width: 268px; left: 10px; top: 10px; }
.fixedlogo img {max-width: 100%;}
.fixedlogo2 { position: absolute; z-index: 99; width: 310px; left: 10px; top: 10px; 
background: #000;}
.fixedlogo2 img {max-width: 100%;}

.fixedlogo2.mob { position: absolute; z-index: 99; width: 240px; left: 10px; top: 10px; display: none; }
.fixedlogo2.mob img {max-width: 100%;}

.blackpanel { background: #000; position: relative; }


.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	position: relative; top: 200px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid #ccc;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ccc;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}



/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal1 {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal1 {
    display: block;
}
.loadtxt{
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-27%);
}



@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.aboutbg {     background-position: 100% !important;
    background-color: #272727;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    display: table;
    height: 100vh;
    width: 100%;
}
.mobview.aboutbg { display: none; }

.hero_content {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 100%;
    width: 100%;}

.hero_content h2 { font-size: 60px; line-height: 82px; color: #ccc; max-width: 70%;
	margin: 0 auto; }

.team_content { position: relative;
    margin: 50px 0 20px 0;
    padding: 10px 0 50px 0;
}

.team_content.sml {position: relative;
    margin: 20px 0 50px 0;
    padding: 100px 0 20px 0;}

.team_content .thumb img { border-radius: 02%; overflow: hidden; }

.largettla { font-size: 80px;
	line-height: 80px;
	color: rgb(53, 53, 53);
	top: 0;
	z-index: -1; }

.column2 {-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;}

.footlogo { padding-top: 10px;}
footer .ft_bx {
    border-top: 1px solid #676767;
    padding-top: 10px;
}
.footer hr {border-top: 1px solid #676767;}

.newsblock { background:#fff; margin-bottom:10px;}
.newsblock.gray { background: #e2e2e2; margin-bottom: 15px;
-webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.75); }
.newsblock .thumb { position:relative; overflow:hidden}
.gdate {position: absolute;
bottom: -20px;
left: 0;
right: 0;
height: 30%;
padding: 5%;
color: #fff; font-size:18px; font-weight:600;
background: rgba(184,19,4,0);
background: -moz-linear-gradient(top, rgba(184,19,4,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,19,4,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(184,19,4,0) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(184,19,4,0) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(184,19,4,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(184,19,4,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81304', endColorstr='#000000', GradientType=0 );
}
.newsblock .detail { padding:0 10px 5px;}
.newsblock .detail h4 { color: #333; font-size: 22px; line-height: 32px; }

.newsblock .short { height: 72px; margin-bottom: 10px; overflow: hidden; }

.invisibleline {border-bottom: 0px dashed #999; padding-bottom: 15px; margin-bottom: 15px; clear: both;}

.downloadbox { border-bottom: 1px dashed #999; padding-bottom: 15px; margin-bottom: 15px; pointer-events:none;}
.downloadbox:after { clear: both; display: table; content: "" }
.downloadbox .thumb { width: 60px; height: 60px; float: left; margin:10px 15px 5px 0; }
.downloadbox .details { overflow: hidden; }
.downloadbox .details h4 { margin-bottom: 5px; font-size: 16px; line-height: 26px; color: #333; }
.downloadbtn a { color: #33c7f7 }
.downloadbox .downloadrt { float: right; margin-top: 15px; }

.downloadbox { position: relative; }

/*.downloadbox::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -1px;
  background: #33c7f7;
  height:3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.downloadbox:hover::before{
  right: 0;
}*/


#basicExample a {}

#basicExample a img {border: 2px solid #2b2b2b;}
#basicExample:hover a img {opacity: 0.8; transition: all 0.3s ease; }
#basicExample:hover a img { opacity: 1 ; border: 2px solid #fff; }

#basicExample a span { position: absolute; bottom: -50px; left: 0px; width: 100%; padding:10px; text-align: center; background: rgba(0,0,0,0.5); color: #fff; 
opacity: 0; transition: 0.5s;}
#basicExample a:hover span {bottom: 0; opacity: 1}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
justify-content: space-between;
align-items: center;
	position: relative;
top: 50%;
transform: translateY(-50%);
}

.flex-item-left {
 display: flex;
 justify-content: center;
	align-items: center;
	flex: 50%;

}

.flex-item-right {
  display: flex;
  justify-content: center;
	align-items: center;
	flex: 50%;
	flex-direction: column;

}

.privacy { position: absolute; left: 50%; }

.hblock, .nblock { display:none;}

.padlt {padding-left: 50px;}
.bluetxt { color: #33c7f7; }
.sectors {padding: 50px; background: #fff; color: #333;}


ul.bigtxtlist {}
ul.bigtxtlist li { font-size: 16px; line-height: 24px; position:relative; padding-left:15px; overflow: hidden; margin-bottom: 10px; list-style: none;}
ul.bigtxtlist li:before {    
font-family: 'FontAwesome';
content: '\f0da';
position:absolute; 
top:0; left:0;
}

.whiteback {  background: #fff; color: #333; }
.whiteback .largettla { color: rgba(53, 53, 53, 0.3) }
.whiteback h2, .whiteback h4 { color: #333; }
.whiteback .hero_content h2 { color: #ccc; }
.whiteback .flex-item-right p { color: #999999; }


.card { position: relative; display: flex; background: #fff; margin-bottom: 25px;  /*flex-direction:row-reverse;*/
box-shadow: 1px 1px 4px 2px #ccc;}
.card.rev {flex-direction:row-reverse;}
.card .imgBx { width: 50%;
	position: relative;
	height: 250px;
	background: #000;
}
.card .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.card .contentBx {
	position: relative;
	padding:20px; 
	width: 50%;
}
.card .contentBx h4 { color: #333; font-size: 22px; }

.insights { position: relative; }
.insights .card { width: 48%; float: left; margin-right: 4%;}
.insights .card:nth-child(2n) {margin-right: 0;}

.backrt { position: relative; float: right; z-index: 99; }

.peoplebox { display: flex; align-items: center; margin-bottom: 15px; }

h2.blacktxt { color: #000; }


/* Responsive Media Query */

/* Large desktops and laptops */
@media (min-width: 1200px) {
	.wrapper { background:#F50B0B /*red*/}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.wrapper { background:#0B6EF5 /*blue*/}
	.style4read { margin-top: 0px; }
	.post_block_style4_thumb { height:auto; }
	.post_block_style4 { min-height:339px; }
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.wrapper { background:#32F50B /*green*/}
	.posts4content p { height: 80px;overflow-x: hidden;}
	.style4read { margin-top: 0px; }
	.post_block_style4_thumb { height:auto; }
	.post_block_style4 { min-height:259px; }
	.rtbrdbtn { float: none; text-align: left; }
	.advice { margin-top: 5px; }
	.padlt {padding-left: 0%;}

	.insights .card { width: 100%; float: none; margin-right: 0;}
	.insights .card:nth-child(2n) {margin-right: 0;}

	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.wrapper { background:#F5800C /*orange*/}
	.footlt, .footrt { float:none; text-align:center;}
	.thumblt { float:left; width:300px; margin:2px 15px 5px 0;}
	.thumbrt { float:right; width:300px; margin:2px 0 5px 15px;}
	.blockdetail .thumb {  width:100%; float:none; overflow:hidden; margin:5px 0 10px 0;}
	.post_block_style4_thumb {height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }
	
	ul.toplink { text-align: center; margin-bottom: 10px; }
	.toprt { text-align: center; }

	#logo { float: none; text-align: center; }
	.nav_right { float: none; }

	.mobshow { display: block }
	.topcontact.location, .topcontact.email, .topcontact.telephone, .topcontact.book { width: 100%; display: none;}

	.topright { text-align:center; margin-top: 5px;}

	.topcontact .hthumb { float:none; display: inline-block; vertical-align: top;}
	.topcontact .htxt { float:none; display: inline-block; vertical-align: top;}

	.navbg { position: relative; right: 0; }
	.practice_areas .owl-prev { position: absolute; left:0;  }
	.practice_areas .owl-next { position: absolute; right:0; } 

	.advice { margin-top: 10px; }
	.breadcrumb { display: none; }
	.partnerbox .thumb { float: none; text-align: center; margin: 0 0px 10px 0; }

	.team_content { position: relative;
    margin: 50px 0 50px 0;
    padding: 70px 0 50px 0;
	}

	.largettla { display: none; }

	.fixedlogo2.mob { display: block; }
	.fixedlogo2 { display: none; }
	.hero_content h2 { font-size: 42px; line-height: 52px; color: #ccc; }
	.hero_content h2.blacktxt { color: #000; }

	.flex-item-right, .flex-item-left {
    flex: 100%;
  	}
  	.flex-item-right { display: none; }
  	.privacy { position: relative; left: auto; text-align: center; }
  	.downloadbox .downloadrt { float: none; margin-top: 5px; text-align: left; }
  	.padlt {padding-left: 0%;}

  	.insights .card { width: 100%; float: none; margin-right: 0;}
	.insights .card:nth-child(2n) {margin-right: 0;}

	h2 { font-size:36px; font-weight: 500; line-height:46px; color:#fff;}

	.peoplebox { display: block; align-items: center; margin-bottom: 15px; }
	
	.aboutbg {/**display: none**/}
	.mobview.aboutbg { 
	     background-position: center !important;
	    background-color: #fff !important;
	    background-repeat: no-repeat !important;
	    background-size: contain !important;
	    position: relative;
	    display: table;
	    height: 100vh;
	    width: 100%;
	}

	
}

@media (min-width: 480px) and (max-width: 767px) {
	.wrapper { background:#F54D0B /*dark orange*/}
	.post_block_style4_thumb { height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.wrapper { background:#F5E50B /*yellow*/}
	.col-xs-6 { width:100%; float:none;}
	.thumblt, .thumbrt { float:none; width:100%; margin:2px 0 7px 0;}
	.frt, .flt {float : none; text-align:center;}
	.post_block_style4_thumb {height: inherit !important;position: relative !important;width: 100% !important;}
    .posts4content { position: relative; width: 100%; }
    .practice .thumblt { margin-bottom: 7px; width:100%; }
	
	.newsblockright .thumb{ float:none; margin:0 0x 10px 0; width:100%;}

	.practicerightblock .thumblt { float: left; width: 100px; margin-bottom: 0; }

	.column2 {-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;}

	.downloadbox .thumb { display: none; }

	.card, .card.rev {flex-direction: column;}
	.card .imgBx,
	.card .contentBx {
		width: 100%;
	}

	.backrt { position: relative; float: none; z-index: 99; }

	
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  font-size: 14px;
  flex-wrap: wrap;
}

.cookie-buttons button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 16px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.cookie-buttons button:hover {
  background-color: #45a049;
}

a.service-title {
    cursor: pointer !important;
    color: #333;
}