@charset "utf-8";
/*----------intial declartaion of css----------*/
*{ /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,select,input,option,textarea{margin: 0; padding: 0; border: 0;	outline: 0; /* list-style:none;*/ box-sizing:border-box;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none; height:0;}
pre{white-space:pre; white-space:pre-wrap; word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:''; content:none}
small{font-size:80%}
sub,sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em;}
sub{bottom:-0.25em}
nav ul,nav ol{list-style:none; list-style-image:none;}
button,input,select,textarea{margin:0; vertical-align:baseline;}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
button,html input[type="button"],input[type="reset"],input[type="submit"],textarea{-webkit-appearance:none; border-radius:0}
/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {/*list-style: none;*/}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a{text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table {	border:0 none; border-collapse:collapse; border-spacing:0;}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
.clear{ clear:both;}  
img{ max-width:100%;}
/* For modern browsers */ 
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
/* For IE 6/7 (trigger hasLayout) */
a,button,.btn{ outline: none !important; transition:all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration:none !important;}
body{font-size:62.5%;  -webkit-font-smoothing: antialiased; font-family: 'Droid Serif', serif;}
::-webkit-input-placeholder {
   opacity: 1;
	color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
   opacity: 1; 
	color: inherit;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
   opacity: 1;
	color: inherit;
}

/*--------sticky footer or vertical footer------------*/
/*--------sticky footer or vertical footer------------*/

/*-----------------------main styles starts here-----------------------------------------------*/
.main {max-width: 942px; margin: 0 auto}
/*.wrapper :-moz-placeholder {color:#a2a2a2;}
.wrapper ::-webkit-input-placeholder {color:#a2a2a2;}
.wrapper ::-moz-placeholder {color:#a2a2a2; opacity:1;}
.wrapper :-ms-input-placeholder {opacity:1; color:#a2a2a2;}*/
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #11391d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/**:focus {outline: 1px dotted #000 !important;}*/




/*-----------header section styles goes here---------------*/
header {}
.header-top {display: block; background: url(../images/header.png); background-size: cover; min-height: 138px;}
.sm-top {text-align: center;}
.sm-top a {height: 60px; width: 60px; color: #ceb552; margin: 29px 9px 0 0; float: left; text-align: center; border: 2px solid #ceb552; border-radius: 100px;}
.sm-top a:hover,.sm-top a:focus {color: #fff; border: 2px solid #fff; transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1);}
.sm-top a em {font-size: 4.0rem;  line-height: 60px;}
.sm-top a:nth-child(4) {margin: 29px 0 0 0;}
.sm-top p {display: inline-block; margin: 4px 0 0 7px; font-size: 1.8rem; color: #f8f1b8; text-align: center; font-style: italic;}
.top-tells {text-align: right; padding-top: 27px; padding-bottom: 24px;}
.top-tells p {color: #ceb552; font-size: 1.8rem; font-style: italic; margin: 0 0 -3px 0;}
.top-tells p a {color: #fff; font-style: normal; font-family: 'Roboto', sans-serif; margin: 0 0 0 5px;}
.top-tells p a:hover,.top-tells p a:focus {color: #ceb552;}
.logo {display: block; margin: 41px 0 0 0;}
.navbar {background: #172010; z-index: 10; border: 0px; width: 100%; text-align: center; border-bottom: 4px solid #ceb552; border-radius: 0px; margin: 0px; box-shadow: 0px 2px 7.52px 0.48px rgba(34, 31, 31, 0.35);}
.stickyHeader .navbar {position: fixed; top: 0px; left: 0px;}
.stickyHeader .header-top {border-bottom: 54px solid #0e2e17;}
.menu-icon {
    display: none;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
    font-size: 2.2rem;
    padding: 10px 0;
}
.menu-icon .menu-box {
    width: 50px;
    height: 38px;
    padding: 5px;
    /*position: absolute;*/
	display: inline-block;
	
}
.menu-icon .menu-box span {
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #fff;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
.menu-icon.hover:not(.active) span:nth-child(1) {
    transform: rotate(90deg) translateX(8px);
    -webkit-transform: rotate(90deg) translateX(8px);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
.menu-icon.hover:not(.active) span:nth-child(3) {
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg)  translateX(6px);
}
.enumenu_ul .caret {
    color: #fff;
    margin-left: 7px;
}
.enumenu_ul {
    padding: 0px;
    list-style: none;
}
.enumenu_ul > li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
    position: relative;
	text-align: left;
	margin: 0 26px;
}
.enumenu_ul li a {
    font-size: 1.8rem;
    color: #fff;
    padding: 16px 16px 15px;
	font-style: italic;
	display: block;
}
.enumenu_ul > li:hover > a,
.enumenu_ul > li.active > a,.enumenu_ul > li > a:focus {
    color: #ceb552;
}
.enumenu_ul > li ul {
    display: none
}
.enumenu_ul ul li {
    width: 100%;
    margin: 0;
    list-style: none;
    position: relative;
}
.enumenu_ul ul li.has-children > a:after {content: ">"; font-size: 1.4rem; position: absolute; top: 5px; right: 15px;}
.enumenu_ul.desk ul {
    top: 100%;
    z-index: 999;
    list-style: none;
    left: 0px;
    background: rgba(234,212,126,0.75);
    position: absolute;
    min-width: 172px;
	padding: 4px 0 0 0;
}
/*Sub menu styles*/

.menu.submenu-ul-level1 li a {
    background: rgba(31, 26, 107, 0.8);
    color: #fff;
    padding-left: 90px;
}
.enumenu_ul.desk li:hover > ul {
    /*display: block;*/
    /*opacity: 1;*/
}
.enumenu_ul.desk .sb-menu .sb-menu {
    left: 100%;
    top: 0;
	background: rgba(16, 53, 27, 0.80);
	padding: 0px;
}
.enumenu_ul.desk ul li a {
    padding: 5px 19px 5px 17px;
    display: block;
    color: #11391d;
    font-size: 1.4rem;
	font-style: normal;
	white-space: nowrap;
	margin: 0px;
	letter-spacing: 0.3px;
}
.enumenu_ul.desk ul li:hover > a {
    background: #10351b;
    color: #fff;
}
.enumenu_ul.desk .sb-menu .sb-menu a {
	color: #fff;
	padding: 3px 23px;
}
.enumenu_ul.desk .sb-menu .sb-menu a:hover {
	background: none;
	color: #ceb552;
}
.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
	text-align: center;
	line-height: 30px;
}
.enumenu_ul .arrow.up {
}



/*-----------header section styles ends here----------------*/

/*-----------mid section styles goes here-----------*/
.btn {font-size: 2.2rem; border: 0px; color: #172010; padding: 0px; line-height: 50px; font-style: italic; background-color: #ceb552; border-radius: 0px; min-width: 171px; height: 50px;}
.btn:hover,.btn:focus {background: #11391d; color: #fff;}
.slider {border-bottom: 4px solid #ceb552; background-color: #49533b; box-shadow: 0px 2px 7.52px 0.48px rgba(34, 31, 31, 0.35); position: relative;}
.slider .item {background-position: center top; padding: 0 55px; background-repeat: no-repeat; background-size: cover; height: 648px; text-align: center; width: 100%;}
.slider .item .container {max-width: 100%;}
.slider-caption {position: absolute; right: 0px; text-align: center; top: 50%; margin: 0 6px 0; padding: 60px 0 33px; transform: translateY(-50%);}
.slider-caption p {font-size: 5.6rem; opacity: 0; color: #fff; letter-spacing: 1px; margin: 0 0 11px 0; line-height: 69px; text-shadow: 0px 2px 7.52px rgba(34, 31, 31, 0.73); transition: opacity 0.8s ease 0.4s; -ms-transition: opacity 0.8s ease 0.4s; -moz-transition: opacity 0.8s ease 0.4s; -webkit-transition: opacity 0.8s ease 0.4s;}
.owl-item.active .slider-caption p {opacity: 1;}
.slider-caption p span {color: #ceb552; font-style: italic; }
.slider-caption strong {display: block; opacity: 0; transition: opacity 0.8s ease 0.8s; -ms-transition: opacity 0.8s ease 0.8s; -moz-transition: opacity 0.8s ease 0.8s; -webkit-transition: opacity 0.8s ease 0.8s;}
.owl-item.active .slider-caption strong {opacity: 1;}
.slider-caption .btn {padding: 0 23px; box-shadow: 0px 2px 7.52px 0.48px rgba(34, 31, 31, 0.73); }
.caption-main {display: block; position: relative; width: 100%; height: 648px; display: table; vertical-align: middle;}
.slider .owl-controls {/*left: 0; margin-top: -27px; position: absolute; top: 50%;*/ width: 100%;}
.slider .owl-controls .owl-prev {margin-top: -35px !important; position: absolute; top: 50%; left: 0; background: url("../images/left.png") no-repeat center top ; background-size: 100%; float: left; height: 70px; margin: 0 0 0 21px; overflow: hidden; text-indent: -999px; width: 25px; z-index: 101;}
.slider .owl-controls .owl-next {margin-top: -35px !important; position: absolute; top: 50%; right: 0; background: url("../images/right.png") no-repeat center top ; background-size: 100%; float: right;    height: 70px; margin: 0 21px 0 0; overflow: hidden; text-indent: -999px; width: 25px; z-index: 101;}

.practice-area {text-align: center; background: url(../images/practice-area.jpg) no-repeat center top; background-size: cover; background-attachment: fixed; }
.practice-area-container {position: relative; padding: 70px 0 61px; z-index: 2; border-bottom: 4px solid #ceb552; box-shadow: 0px 2px 7.52px 0.48px rgba(34, 31, 31, 0.35);}
.touch .practice-area {background-attachment: fixed; background-position: center top !important; background-size: cover !important;}
.practice-area-container:before {content: ""; left: 0px; top: 0px; height: 100%; width: 100%; position: absolute; z-index: -1; background: url(../images/patern1.jpg) ; opacity:0.35; }  
.practice-area h1 {font-size: 4.8rem; padding: 0 93px; color: #11391d; font-style: italic; position: relative; display: table; margin: 0px auto;}
.practice-area h1:after {content: ""; width: 69px; height: 2px; background: #ceb552; position: absolute; right: 0px; top: 50%;}
.practice-area h1:before {content: ""; width: 69px; height: 2px; background: #ceb552; position: absolute; left: 0px; top: 50%;}
.practice-area-main {display: block; margin: 57px 0 0 0;}
.area-box {min-height: 150px; margin-bottom: 27px;}
.area-box .boxes { overflow: hidden; display: block; height: 100%; width: 100%; background: #1c3f26; position: relative; transition:all 0.4s ease-in-out 0s;  -moz-transition: all 0.4s ease-in-out 0s;  -ms-transition: all 0.4s ease-in-out 0s;  -webkit-transition: all 0.4s ease-in-out 0s;}
.area-box .boxes:before {content: ""; position: absolute; background: url(../images/patern2.png); left: 0px; top: 0px; height: 100%; width: 100%;}
.area-box .boxes p {display: table; height: 100%; width: 100%;}
.area-box .boxes p:before {content: ""; opacity: 0; width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; background: url(../images/whiteshadow.png) no-repeat center center; transition:all 0.4s ease-in-out 0s;  -moz-transition: all 0.4s ease-in-out 0s;  -ms-transition: all 0.4s ease-in-out 0s;  -webkit-transition: all 0.4s ease-in-out 0s;}
.area-box .boxes span {display: table-cell; line-height: 33px; font-style: italic; vertical-align: middle; position: relative; color: #fff; font-size: 2.8rem; transition:all 0.4s ease-in-out 0s;  -moz-transition: all 0.4s ease-in-out 0s;  -ms-transition: all 0.4s ease-in-out 0s;  -webkit-transition: all 0.4s ease-in-out 0s;}
.area-box .boxes span:after {content: ""; /*transform: scale(1.3);*/ position: absolute; left: 0; /*right: 0; bottom: 0;*/ top: 0; border: 0 solid transparent; box-shadow: 0 0 0 2px #1f492b inset; height: 151px; width: 100%; transition:all 0.4s ease-in-out 0s;  -moz-transition: all 0.4s ease-in-out 0s;  -ms-transition: all 0.4s ease-in-out 0s;  -webkit-transition: all 0.4s ease-in-out 0s;}
.box-bg {background-size: cover; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; opacity: 0; transition:all 0.5s ease-in-out 0s;  -moz-transition: all 0.5s ease-in-out 0s;  -ms-transition: all 0.5s ease-in-out 0s;  -webkit-transition: all 0.5s ease-in-out 0s;}
.area-box .boxes:hover,.area-box .boxes:focus {background: #eedd99;}
.area-box .boxes:hover .box-bg,.area-box .boxes:focus .box-bg {opacity: 1; transform: scale(1.3); -webkit-transform: scale(1.3); -ms-transform: scale(1.3); -moz-transform: scale(1.3);}
.area-box .boxes:hover span,.area-box .boxes:focus span {color: #1f492b; /*text-shadow: 0 0 67px #fff, 0 0 67px #fff, 0 0 67px #fff, 0 0 67px #fff, 0 0 67px #fff, 0 0 67px #fff,0 0 100px #fff,0 0 100px #fff;*/}
.area-box .boxes:hover span:after,.area-box .boxes:focus span:after {/*transform: scale(1);*/ border: 13px solid transparent; /*left: 13px; right: 13px; bottom: 13px; top: 13px;*/}
.area-box .boxes:hover p:before,.area-box .boxes:focus p:before {opacity: 0.8;}

.home-text {text-align: center; background: url(../images/patern1.jpg); padding: 61px 0 50px 0;}
.home-text-main {}
.home-text h2 {font-size: 4.8rem; color: #11391d; font-style: italic;}
.home-text h2 br {display: none;}
.home-text span {font-size: 3.0rem; letter-spacing: -0.3px; font-family: 'Roboto', sans-serif; font-style: italic; color: #ceb552; display: block; margin: -7px 0 27px 0;}
.home-text span strong {background: #ceb552; content: ""; display: table; height: 2px; margin: 22px auto 0; width: 0; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s;}
.home-text span strong.animate {width: 168px;}
.home-text p {color: #172010; font-size: 1.8rem; font-family: 'Roboto', sans-serif; line-height: 22px; margin: 0 5px 21px;text-align: justify;}
.home-text a.btn {font-size: 1.8rem; line-height: 53px;}
.home-text a.btn:hover {background: #ceb552;}

.contact {background: url(../images/contact.png) no-repeat center top #32513b; background-size: cover; color: #fff; padding: 65px 0 50px 0;}
.contact h3 {font-size: 4.8rem; color: #fff; font-style: italic; text-align: center; position: relative; display: table; padding: 0 85px; margin: 0px auto 28px;}
.contact h3 span {font-size: 3.0rem; font-family: 'Roboto', sans-serif; font-style: italic; color: #ceb552; display: block;}
.contact h3:after {content: ""; width: 69px; height: 2px; background: #ceb552; position: absolute; right: 0px; top: 55%;}
.contact h3:before {content: ""; width: 69px; height: 2px; background: #ceb552; position: absolute; left: 0px; top: 55%;}
.text-box {color: #000; width: 100%; border-radius: 0px; -webkit-appearance: none; font-size: 1.8rem; height: 50px; padding: 14px 17px; font-family: 'Droid Serif', serif; font-style: italic; }
.text-box:focus {box-shadow: inset 0 0 0 2px #1c2d21;}
.contact ul li {list-style: none; float: left; width: 100%; margin: 0 0 28px 0; position: relative;}
.contact ul li.li-left {padding: 0 15px 0 0; width: 50%;}
.contact ul li.li-right {padding: 0 0 0 15px; width: 50%;}
.contact ul li.textarea-li {margin: 0 0 0px 0;}
.contact ul li label { font-size: 0rem; height: 0; margin: 0; overflow: hidden; padding: 0; width: 0; display: none;}
textarea.text-box  {height: 98px; margin: -4px 0 0 0; padding: 9px 14px;}
.contact ul li p {text-align: center; margin: 20px 0 0 0;}
.contact ul li p span {font-size: 1.8rem; font-style: italic;}
.contact ul li p strong {margin: 8px 12px 0 0; display: inline-block; vertical-align: top; position: relative;}
.contact ul li p strong em {height: 14px; width: 14px; top: -3px; left: 0px; background: url(../images/checkbox1.png); background-size: 100%; position: absolute; left:0px;}
.contact ul li p strong input[type=checkbox] {display: block !important; opacity: 0; position: relative; z-index: 1; height: 14px; width: 14px; margin: -2px 0 0 0; /*opacity: 0;*/ cursor: pointer;}
.contact ul li p strong [type="checkbox"]:checked ~ em {background: url(../images/checkbox1.png) center bottom; background-size: 100%;}
.contact ul li p strong:focus {outline: 1px dotted #fff;}
.contact ul li p span a {color: #fff; border-bottom: 1px solid #bec6c0;}
.contact ul li p span a:hover,.contact ul li p span a:focus {color: #ceb552; border-bottom: 1px solid #ceb552;}
.styledCheckbox.checkbox {background-size: 100%; display: inline-block; vertical-align: top; margin: 5px 0 0 0;}
.contact ul li.buttons {text-align: center; }
.contact ul li.buttons .btn {min-width: 370px; margin: -7px 0 0 0; font-size: 1.8rem; line-height: 54px;}
.contact ul li legend  {display: none;}
.contact ul li p {margin: -8px 0 -6px 0;}
.contact ul li p label {display: inline-block; font-size: 1.8rem; height: auto;  width: auto; font-weight: normal;}
form li .text-box.error { background: #fc878b; border: 1px solid #df0000;; color: #000; }
div.error {font-size: 1.3rem; position: absolute; top: 100%;} 
.contact ul li p strong div.error {white-space: nowrap; position: absolute; font-style: normal; font-weight: normal; margin: -14px 0 0;}
.contact ul li p strong [type="checkbox"].error {margin: -2px 0 16px;}

.bottom-logos {background: url(../images/patern1.jpg); text-align: center; padding: 45px 0 40px 0;}
.logo-main {display: inline-block; vertical-align: middle; margin: 0 15px;}
/*----------------mid section styles ends here-------*/

/*----------------footer section  styles goes here-----------*/
.footer-menu {background: #172010; z-index: 10; border: 0px; text-align: center; border-bottom: 4px solid #ceb552; border-radius: 0px; margin: 0px; box-shadow: 0px 2px 7.52px 0.48px rgba(34, 31, 31, 0.35);}
.footer-menu ul li { display: inline-block; margin: 0 26px; padding-bottom: 0; position: relative; text-align: left; vertical-align: top;}
.footer-menu ul li a {color: #fff; display: block; font-size: 1.8rem; font-style: italic; padding: 16px 16px 15px;}
.footer-menu ul > li:hover > a,.footer-menu ul > li > a:focus {color: #ceb552;}
.footer-menu ul ul {display: none; background: rgba(234, 212, 126, 0.75); left: 0; list-style: outside none none; min-width: 172px; padding: 0 0 0; position: absolute; bottom: 100%; z-index: 999;}
.footer-menu ul > li:hover > ul {/*display: block;*/}
.footer-menu ul ul li {list-style: outside none none; margin: 0; position: relative; width: 100%;}
.footer-menu ul ul li a {color: #11391d; display: block; font-size: 1.4rem; font-style: normal; letter-spacing: 0.3px; margin: 0; padding: 5px 19px 5px 17px; white-space: nowrap;}
.footer-menu ul ul li.has-children > a:after {content: ">"; font-size: 1.4rem; position: absolute; top: 5px; right: 15px;}
.footer-menu ul ul li:hover > a {background: #10351b; color: #fff;}
.footer-menu ul ul ul {background: rgba(16, 53, 27, 0.8); bottom: inherit; left: 100%; padding: 0; top: 0;}
.footer-menu ul ul ul li a {color: #fff; padding: 3px 23px;}
.footer-menu ul ul ul li:hover > a { background: none; color: #ceb552;}
.footer-menu ul li .arrow {display: none;}
.preloader{ display:none;}

.footer-bottom {background: url(../images/footer-bg.png) no-repeat center top; background-size: cover; }
.footer-middle .sm-top {margin: 27px 0 0 0;}
.footer-middle .logo {margin: 59px 0 0 0;}
.footer-middle .top-tells {padding-top: 48px;}
.footer-middle .top-tells p:last-child {font-size: 1.6rem;}

.footer-bottom-links {padding: 0 0 55px 0;}
.locations {display: inline-block; text-align: center; margin: -31px 0 0 43px;}
.locations h4 {font-size: 1.8rem; color: #fff; font-style: italic;}
.locations li a {color: #ceb552; font-size: 1.8rem; display: block; margin: 0 0 -4px 0;}
.locations li a:hover,.locations li a:focus {color: #fff;}
.footer-menu2 {text-align: center;}
.footer-menu2 p {color: #fff; font-size: 1.8rem; font-style: italic; margin: 11px 0 -3px 0;}
.footer-menu2 ul {padding: 0px; margin: 0px;}
.footer-menu2 ul li {display: inline-block;}
.footer-menu2 ul li a {color: #ceb552; font-size: 1.8rem; font-style: italic;}
.footer-menu2 ul li a:hover,.footer-menu2 ul li a:focus {color: #fff;}
.footer-menu2 ul li:after {content: "|"; color: #ceb552; font-size: 1.8rem; margin: 0 3px;}
.footer-menu2 ul li:last-child:after {display: none;}
.lightbox { display: none; }
.featherlight .featherlight-content {max-width: 750px;}
.featherlight .featherlight-content h2 {font-size: 30.rem; margin-bottom: 20px;}
.featherlight .featherlight-content p {font-size: 1.8rem;}
.featherlight .featherlight-close-icon {font-size: 2.0rem; width: 30px; padding: 5px;}

.hide-show {display: none; font-size: 3.0rem;}
/*----------------footer section styles ends here--------*/
.attorney {margin:5px auto; display:block;}
.attorney img {-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.15);
box-shadow: 0 0 10px 2px rgba(0,0,0,.15); border-radius:50%;transition:all 0.4s ease-in-out 0s;  -moz-transition: all 0.4s ease-in-out 0s;  -ms-transition: all 0.4s ease-in-out 0s;  -webkit-transition: all 0.4s ease-in-out 0s;}
.attorney img:hover {-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.5);
box-shadow: 0 0 10px 2px rgba(0,0,0,.5); border-radius:50%;transition:all 0.4s ease-in-out 0s;  -moz-transition: all 0.4s ease-in-out 0s;  -ms-transition: all 0.4s ease-in-out 0s;  -webkit-transition: all 0.4s ease-in-out 0s;}
.d-flex.justify-content-center { clear: both; justify-content: center; display: flex; }
iframe { height: 455px;}

.attorney h3 {color: #11391d!important;}
.attorney h3:hover {color: #ceb552!important;}

.teamimg {
    min-height: 470px;
}
.textparts {
    padding-left: 95px;
    max-width: 770px;
	text-align:left!important;
	padding-top:50px;
   
}
.textparts p {text-align:left!important;}
.textparts a {color: #11391d!important;}
.textparts a:hover {color: #ceb552!important;}
.img_lft {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: top center!important;
    height: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

.right-image-logo { display: flex;
    justify-content: space-between;
    padding-right: 80px;
}

@media (max-width: 1400px){
.teamimg {
    background-repeat: no-repeat;
    background-size: cover;
}}

@media (max-width: 1200px){
    .right-image-logo {padding-right: 0;}
}
@media (max-width: 991px){
    .right-image-logo {flex-wrap: wrap;}
}
@media (max-width: 480px){
	.textparts {
    padding-left: 50px;
    max-width: 100%;
	text-align:left;
	padding-top:50px;
   
}
.teamimg {
    min-height: 235px;
}}

.gold {color: #ceb552!important;}
h4
{
	font-size: 2.5rem;
    letter-spacing: -0.3px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #ceb552;
    display: block;
    margin: -7px 0 10px 0;
}
.home-text-main p a {
    color: #ceb552;
}
.home-text-main p a:hover {
    color: #172010;
}
.home-text ul {
    color: #172010;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    margin: 0 5px 21px;
	list-style:none;
}
.sliderint {height:450px;}

@media (max-width: 480px){
	.sliderint {height:220px;}
	
	.sliderint .caption-main {
    display: block;
    position: relative;
    width: 100%;
    height: 220px;
    display: table;
    vertical-align: middle;
}
.sliderint .item {
    background-position: center top;
    
    background-repeat: no-repeat;
    background-size: 112%;
    height: 220px;
    text-align: center;
    width: 100%;
}

	}
	.office img
	{
		border: 4px solid #ceb552;
	}
	@media (max-width: 992px){
		.office{
			display:none;
		}
	}
@media (max-width: 610px){
iframe { height: 680px; }
}

	.text-center
	{
		text-align:center !important;
	}
	.slider-caption {position: absolute; right: 0px; text-align: center; top: 90%; margin: 0 6px 0; padding: 60px 0 33px; transform: translateY(-50%);}