*{
	margin:0;
	padding:0;
}
body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 22px;
    color: #232323;
}
p {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    text-align: unset !important;
}

#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	/*padding: 15px 0;*/
	top: 40px;
	box-shadow: -1px 27px 64px -24px rgba(0,0,0,0.39);
	-webkit-box-shadow: -1px 27px 64px -24px rgba(0,0,0,0.39);
	-moz-box-shadow: -1px 27px 64px -24px rgba(0,0,0,0.39);
}

#header.header-scrolled {
  top: 0;
}
.header_bg{
	margin-top:80px;
}
.header_bg img{
	width:100%;
}


/* Header Style For Scilkcy */
header {
	position: fixed;
	z-index: 99999;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 50px rgba(0,0,0,0.3);
	/*height: 80px;*/
	height:auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/*.background-header {
	top: 0;
	position: fixed;
	z-index: 99999;
	background-color: #fff!important;
	box-shadow: 0px 1px 50px rgba(0,0,0,0.3);
}*/
/* Header Style For Scilkcy */



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-bottom: 0px;
  position: static;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  float:right;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight:400;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
  text-decoration: none;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1977cc;
  border-color: #1977cc;
  text-decoration: none;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  text-decoration: none;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1977cc;
  text-decoration: none;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 42px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  float: right;
  margin-top: 4px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
.quality_section {
    padding:50px 15px !important;
}    
.footer p {
    text-align: center !important;
}    
.img-wapper {
    margin-bottom:30px;
}	
.m_menubar {
    width: 100%;
    height: 80px !important;
}*
.header_bg{
	margin-top:0px !important;
}	
.about_us{
	padding: 50px 0 50px 0 !important;
}
/*.generic_section{
	padding: 50px 0 50px 0 !important;
}*/
.profile{
	padding: 50px 0 !important;
	background-color:#F7F7F7 !important;
}
.products{
	padding: 50px 0 !important;
}
.contact_us {
	padding: 50px 0 !important;
	background-color:#F7F7F7 !important;
}
.popular {
	padding: 50px 0 !important;
	background-color:#f0f6ff !important;
}
/*header {
	position: inherit !important;
}*/
.breadcrumb_mb {
    margin-top: 10px !important;
}
/*.catego-info {
    padding: 15px 0px 42px 0px !important;
}*/
	
#header {
    top: 0px !important;
}	
.more-info .right-content h1 {
    font-size: 30px !important;
}
h1 {
    font-size: 30px !important;
}
.more-info .right-content h2 {
    font-size: 30px !important;
}
.section-heading h2 {
    font-size: 30px !important;
}
/*.pro_banner {
    padding: 20px 10px !important;
}*/	
.mobile-nav-toggle {
display: block;
}
.navbar ul {
display: none;
}
}

/*@media (max-width: 550px) {
.banner .item {
    margin-top: 25%;
}
}*/

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  border-radius:8px;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1977cc;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1977cc;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* Mobile Navigation */



.about_us{
	padding: 100px 0;
}
/*.generic_section{
	padding: 100px 0;
}*/
.profile{
	padding: 100px 0;
	background-color:#F7F7F7;
}
.products{
	padding: 100px 0;
}
.contact_us {
	padding: 100px 0;
	background-color:#f7f7f7;
}
.popular {
	padding: 100px 0;
	background-color:#f0f6ff;
}















.company_info{
	padding:10px 15px;
	display: block;
	border-bottom:1px #ebebeb solid;
	font-size:13px !important;
	font-weight:500;
	color:#FFFFFF;
	background-color:#eaebec;
	transition: all 0.5s;
	z-index: 996;
}
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}
.company_info span{
	display: inline-block;
	padding:0px 30px 0px 0px;
	font-size:12px !important;
	font-weight:400;
	color:#262626;
}
.company_info a{
	display: inline-block;
	font-size:12px !important;
	font-weight:400;
	color:#262626;
}
.company_info a:hover{
	text-decoration:none;
}
.company_info i{
	font-size:13px !important;
	color:#262626;
	padding-right:8px;
}
.company_info_m{
	display:none;
}

.breadcrumb {
    background-color: transparent;
	padding: 8px 0px;
	margin-bottom: 0px;
}
.scp-breadcrumb {
	font-size:13px !important;
	color:#FFFFFF;
 }
.breadcrumb > li > a {
    color:#FFFFFF;
} 
.breadcrumb > li {
    display: inline !important;
}
.breadcrumb > .active {
    color: #FFFFFF;
}
.breadcrumb_mb {
    margin-top: 90px;
} 
.img-wapper {
    width:100%;
	height:auto;
	/*min-height: 525px;*/
	padding:30px;
	border:4px solid #eeeeee;
	background-color:#FFFFFF;
	text-align:center;
}
.img-wapper img {
    margin:auto;
}
.icon-box {
	display:flex;
	min-height: 100px;
	margin: 0px auto;
	width: 256px;
}

.description {
	margin-left: 15px;
	line-height: 22px;
	font-size: 16px;
	margin-top: 4px;
}

.description span {
	font-weight: 600 !important;
	font-size: 16px !important;
	margin-top: 4px;
	letter-spacing: 0px !important;
	margin-bottom: 6px !important;
} 

.custom-icon {
  font-size:24px;
  /*background:#fff;*/
  background:#eaeaea;
  padding:16px;
  -webkit-border-radius:1100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border-radius:100%;
  color:#d82b1d;
  /*border:6px solid #ccc;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);*/
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  width:56px;
  height:56px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}
.custom-icon:hover {
  background:#d82b1d;
  color:#FFF;
}
.fix-editor {
  display:none;
}
.icon-wrapper {
  display:inline-block;
}

.service-item{
	margin-bottom:30px;
	border: 1px solid #e3e3e3;
}

.social a{
	display: table-cell;
	padding:0px 20px 0px 0px;
}
.social i{
	font-size:13px !important;
	font-weight:500;
	color:#262626 !important;
}
.social i:hover {
    color: #adadad !important;
}
.logo{
	/*width:112px;
	height:55px;
	background:url(../images/lawfirm-logo.svg) no-repeat;*/
	z-index: 125;
	position: relative;
	float:left;
}

.consultation {
	float:right;
	padding:10px 20px;
	background: #DB2C1F;
	font-size:10pt;
	text-transform:uppercase;
	font-weight:600;
	color:#FFFFFF;
	text-align:center;
	border-radius:4px;
	border:1px #DB2C1F solid;
	transition:ease-in-out .3s;
	margin-left:15px;
}
.consultation:hover {
	background: #031F4F;
	text-decoration:none;
	border:1px #031F4F solid;
	color:#FFFFFF;
}
.free_consultation {
	float:left;
	padding:10px 20px;
	background: #FFFFFF;
	font-size:10pt;
	text-transform:uppercase;
	font-weight:600;
	color:#303545;
	text-align:center;
	border-radius:4px;
	border:1px #303545 solid;
	transition:ease-in-out .3s;
	margin:50px 15px 50px 0px;
}
.free_consultation:hover {
	background: #cdba6d;
	text-decoration:none;
	border:1px #cdba6d solid;
	color:#FFFFFF;
}
.caption-va .carousel-caption {
   /* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
	color: #303345;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h2 {
	font-size:18px;
	text-decoration:underline;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	margin:0;
	line-height:50px;
	text-transform:uppercase;
}
.carousel-caption h3 {
	font-size:46px;
	font-weight:700;
	line-height:50px;
	text-transform:uppercase;
}


.request-form {
    background-color: #323a43;
    padding: 40px 0px;
    color: #fff;
	text-align:left;
}
.request-form h4 {
    font-size: 22px;
    font-weight: 600;
	margin:0;
}
.request-form span {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}
.request-form a.border-button {
    margin-top: 12px;
    float: right;
}
a.border-button {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
}
a.border-button:hover {
	border: 2px solid #cdba6d;
    background-color: #cdba6d;
    color: #FFF;
	text-decoration: none;
}



/*.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
 background:0 0;
 color:inherit;
 border:1px solid !important; 
 padding:0!important;
 font:inherit
}  
  
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	width:10px;
	height:10px;
	padding:0px 10px !important;
    color: #F00 !important;
    font: inherit;
}  */
  
	
.mt-4 {
    margin-top: 50px !important;
}
.mb-4 {
    margin-bottom: 50px !important;
}
	
.services {
   /* margin-top: 5%;*/
	padding:120px 0px;
	
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading h2 {
	color:#031f4f;
    font-size: 36px;
    font-weight: 700;
	line-height: 44px;
	margin-top: 10px;
}
.section-heading em {
    font-style: normal;
    color: #cdba6d;
}
.section-heading span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #d82b1d;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.service-item img {
    width: 100%;
    overflow: hidden;
}


.box-w {
	background-color: #FFF;
	/*box-shadow: 0px 10px 25px rgba(151, 109, 0, 0.2);*/
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	margin: 0px auto;
	border-style: solid;
	border-width: 0px 0px 8px 0px;
	border-color: #0090F1;
	overflow:hidden;
	margin-bottom: 30px;
    border: 0px solid #f7f7f7;
}
.zoom {
	width:100%;
	height:278px;
  overflow:hidden;
}
.zoom img {
  display: block;
  transition: transform .4s;   /* smoother zoom */
  overflow:hidden;
}
.zoom:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
/*.box-w h3 {
    margin: 0;
}*/
.box-w h3 a {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    color: #192436;
    text-transform:capitalize;
    padding: 0 0 0 0;
    margin-top: 0;
	display: block;
    min-height: 50px;
}
.box-w h3 a:hover {
   text-decoration: none !important;
}
.box-w h3 {
    margin: 0 0 0 0;
	
}
.box-image {
    height: 190px;
   width: 100%;
   position: relative;
   border: 0px solid #000;
}
.box-image img {
	 /*height: 200px;
   width: 150px;*/
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.box-text{
	padding: 30px 10px 0px 10px;
    /*min-height: 70px;*/
}
.owl-carousel .owl-item img {
    display: block !important;
    width: auto !important;
}
.box-gray {
	background-color: #F7F7F7;
	border-radius: 24px;
	margin: 40px auto;
	padding: 25px;/*min-height: 368px;*/
}
.box-gray-text {
	text-align: center;
}

/* Load More CSS */
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .content {
    display: none;
  }
  .noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
  }
  /* Load More CSS End */





.service-item .down-content {
    background-color: #8bfbff;
    padding: 24px 8px;
}
.service-item .down-content h4 {
	min-height: 60px;
	text-align:center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
	color:#0a5c5e;
}
.service-item .down-content h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
	color:#cdba6d;
}
.service-item .down-content p {
    margin-bottom: 20px;
}
/*a.filled-button {
    background-color: #031F4F;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 34px;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s;
}
a.filled-button:hover {
    background-color: #DB2C1F;
    color: #FFF;
}*/

.contact {
    margin:0 0 30px 0;
}
.contact .info i {
    font-size: 20px;
    color: #FFFFFF;
    float: left;
    width: 44px;
    height: 44px;
    background: #da3d30;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964;
}
.contact .info span {
	display: flex;
    padding: 0 0 0 17px;
    margin-bottom: 0px !important;
    /*font-size: 14px;*/
    color: #606060;
}
/*.contact .info .address .email, .contact .address .info .phone {
    margin-top: 40px;
}*/
.contact .info .address .email, .contact .address .info .phone {
    margin-top: 40px;
	margin-bottom: 40px;
}

.our-facts {
    margin-top: 7%;
    background-image: url(../images/our-facts.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0px;
    color: #fff;
}
.our-facts .left-content {
    margin-right: 45px;
}
.our-facts span {
    text-transform: uppercase;
    font-size: 15px;
    color: #bcbcbc;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.our-facts h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}
.our-facts em {
    font-style: normal;
    color: #cdba6d;
}
.our-facts p {
    color: #fff;
    margin-bottom: 20px;
}
.our-facts ul {
    list-style: outside;
	margin-left: 16px;
	margin-bottom: 30px;
	float:left;
}
.our-facts ul li{
    width:50%;
	float:left;
	font-size:14px;
	line-height: 30px;
}
.quality_section {
    margin-top:0px;
    padding:50px;
    background-color:#FFF;
}
.contentlist ul li {
	margin-left: 6px;
	line-height: 30px;
	list-style: none;
	display: flex;
}
.contentlist ul li::before {
	content: "\f00c";
	color: #3399FF;
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 1.0em;
	width: 1.0em;
}
.catego-info {
    padding: 70px 0px;
}
.catego-info:nth-child(odd) {
    background: #edf7fe;
}
.catego-info:nth-child(even) {
    background-color: #FFFFFF;
}
.pro-info h5 {
    font-size: 20px;
    font-weight: 600;
    color: #031f4f;
    margin-bottom: 20px;
	border-bottom: 1px solid #ccc;	
	text-align:left;
	padding-bottom: 12px;
}
.pro-info ul {
    margin-left: 35px !important;
}
.light_bg {
    background-color:#f3ffff;
}
.img-wapper {
    height: 400px;
   width: 100%;
   position: relative;
	/*min-height: 525px;*/
	padding:30px;
	border:4px solid #eeeeee;
	background-color:#FFFFFF;
	text-align:center;
}
.img-wapper img {
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

a.filled-button {
    background-color: #031F4F;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s;
}
a.filled-button:hover {
    background-color: #DB2C1F;
    color: #FFF;
    text-decoration: none;
}

a.interested-button {
    background-color: #fb0d0d;
	border:1px solid #fb0d0d;
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
	line-height: 36px;
    padding: 12px 20px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
	margin: 15px 0;
}
a.interested-button i {
    font-size: 34px;
	padding-right:14px;
	float:left;
}
a.interested-button:hover {
   text-decoration: none;
	background-color: #FFFFFF;
    color: #fb0d0d;
	border:1px solid #fb0d0d;
}
a.more-button {
    background-color: #FFFFFF;
	border:1px solid #fb0d0d;
    color: #fb0d0d;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
	line-height: 36px;
    padding: 12px 20px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
	margin-bottom:10px;
}
a.more-button i {
    font-size: 34px;
	padding-right:14px;
	float:left;
}
a.more-button:hover {
   text-decoration: none;
	background-color: #fb0d0d;
    color: #FFFFFF;
	border:1px solid #fb0d0d;
}
.align-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
	padding-top:5%;
}
.count-area-content {
    text-align: center;
    background-color: #323a43;
    padding: 25px 30px 35px 30px;
    margin: 15px 0px;
}
.count-digit {
    margin: 22px 0px;
    color: #cdba6d;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}


.more-info .more-info-content {
    background-color: #f7f7f7;
}
.more-info .left-image img {
    width: 100%;
    overflow: hidden;
}
.more-info .right-content {
    /*padding: 35px 15px 35px 15px;*/
}
.more-info .right-content span {
    text-transform: uppercase;
    font-size: 15px;
    color: #d82b1d;
	font-weight:500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.more-info .right-content h1 {
	color:#031f4f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}
.blue{
	color:#031f4f;
}
h1 {
	color:#FFFFFF;
    font-size: 36px;
    font-weight: 700;
	margin-top: 0px;
}
.more-info .right-content h2 {
	color:#031f4f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}
h3 {
	color:#FF0000;
    font-size: 20px;
	font-weight: 600;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
	font-weight: 600;
    margin-bottom: 20px;
}
h5 {
    font-size: 22px;
	font-weight: 600;
	color: #031F4F;
    margin-bottom: 20px;
}

b, strong {
    font-weight: bolder;
    color: #000;
    font-weight: 500 !important;
  }
  
.sticky_div {
    position: sticky;
    top: 100px;
}
@media (max-width:991px){
    .sticky_div {
        position: relative;
        top: 0;
    }
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
/*th {
	background: #ccc;
	}*/
th, td {
	width:50%;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 1px solid #dfdfdf;
}
td:first-child {
	font-style: bold;
	font-weight: 500;
}
tr:nth-child(odd) {
	background: #f4f4f4;;
}
tr:nth-child(even) {
	background: #FFFFFF;
}



th {
    font-weight: 500 !important;
}
.more-info .right-content em {
    font-style: normal;
    color: #cdba6d;
}
.more-info .right-content p {
   /* margin-bottom: 20px;*/

}
.more-info ul {
	/*width: 100%;*/
    list-style: none;
	margin-left: 34px;
	margin-bottom: 30px;
	float:left;
}
.more-info ul li{
	content:icon;
    width:100%;
	float:left;
	color: #777777;
	font-size:14px;
	line-height: 30px;
}

.more-info ul li:before {
    content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #111;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
}
.more-info ul li a{
	color: #FFFFFF;
}
.more-info ul li a:hover{
	color: #CCCCCC;
	text-decoration:none;
}



.our-social {
    margin-top: 7%;
    background-image: url(../images/social-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0px;
    color: #fff;
}
.our-social span {
    text-transform: uppercase;
    font-size: 15px;
    color: #c8c8c8;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.social-heading {
    text-align: center;
    margin-bottom: 80px;
}
.social-heading h2 {
	color:#323a43;
    font-size: 36px;
    font-weight: 700;
    color: #323a43s;
}
.social-heading em {
    font-style: normal;
    color: #cdba6d;
}
.social-heading span {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #bcbcbc;
    letter-spacing: 1px;
}



.callback-form .contact-form {
    text-align: center;
}
.callback-form .contact-form {
    /*background-color: #f1f7fd;*/
    padding: 30px 0px;
    border-radius: 5px;
    text-align: center;
}
fieldset {
    padding: 0px !important;
}
.callback-form .contact-form input {
    border-radius: 3px;
	border: 1px solid #ced4da !important;
    height: 54px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 15px;
    color: #6a6a6a;
    font-size: 13px;
    text-transform: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.callback-form .contact-form textarea {
     border-radius: 3px;
	border: 1px solid #ced4da !important;
    height: 120px;
    max-height: 200px;
    min-height: 120px;
    display: inline-block;
    padding: 15px;
    color: #6a6a6a;
    font-size: 13px;
    text-transform: none;
    box-shadow: none;
    border: none;
    margin-bottom: 35px;
}
.callback-form .contact-form button.border-button {
    background-color: #da3d30;
    color: #fff;
    border: 2px solid #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}
.callback-form .contact-form button.border-button:hover {
    background-color: #FFFFFF;
    color: #da3d30;
}

.partners {
    background-color: #f0f1f4;
    padding: 100px 0px;
}


.footer {
	padding: 60px 0px 60px 0px;
    background-color: #1a273c;
}
.footer_pro ul {
	columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
   border-top: 1px solid #446169;
}

.rb{
	
	border-right:1px #50575f solid;
    font-style: normal;
    color: #909da3;
}
.footer-heading i {
	color:#cdba6d;
	margin-right:10px;
    font-size: 16px;
}
.footer-heading h2 {
	padding: 20px 0px;
	margin:0;
	color:#db2c1f;
    font-size: 24px;
    font-weight: 600;
    color: #323a43s;
}
.footer-heading em {
    font-style: normal;
    color: #909da3;
}
.footer-heading a {
    font-style: normal;
    color: #909da3;
}
footer {
    width: 100%;
    height: auto;
    float: left;
    background: #f7f7f7;
}
.get-touch {
    width: 100%;
    height: auto;
    float: left;
    color: #FFF;
    text-align: center;
    padding: 40px 0px;
}
.footer p {
    color:#818986;
	font-size:12px;
    line-height: 18px;
	text-align: center;
}
.social-footer {
    width: auto;
    height: auto;
    margin: 10px auto !important;
}
.social-footer a {
    padding: 0px 6px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
}
.social-footer i:hover {
    color: #adadad;
}
.social-footer i {
    padding: 0px 0px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 25px;
}

/* About Us Style */

a.top1 {
	display: none;
	position: fixed;
	right: 0;
	right: 5px;
    z-index: 999;
	bottom: 9.5em;
	/*background: #005aaa;
	border: 1px solid #005aaa;
  	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 20px;
	text-decoration: none*/
}
a.top {
	display: none;
	width: 90px;
	position: fixed;
	right: -27px;
	bottom: 4.5em;	
	z-index: 999;
	cursor: pointer
}
.bottomButton {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0!important;
	display: none;
	z-index:1;
}

.page-heading {
    text-align: center;
    background-image: url(../images/anoutus-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0px 6% 0px;
    color: #fff;
}
.page-heading h1 {
    text-transform: capitalize;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}
.page-heading span {
    font-size: 12px;
	font-weight:600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    display: block;
}


.our-services {
    margin-top: 7%;
}
.services-heading {
    text-align: left;
    margin-bottom: 40px;
}
.services-heading h2 {
	color:#323a43;
    font-size: 36px;
    font-weight: 700;
    color: #323a43s;
}
.services-heading em {
    font-style: normal;
    color: #cdba6d;
}
#tabs ul {
    margin: 0;
    padding: 0;
}
#tabs ul li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
#tabs ul .ui-tabs-active a {
    color: #fff;
}
#tabs ul li a {
    text-transform: capitalize;
    width: 100%;
    padding: 30px 30px;
    display: inline-block;
    background-color: #cdba6d;
    font-size: 20px;
    color: #121212;
    letter-spacing: 0.5px;
    font-weight: 700;
    transition: all 0.3s;
}
#tabs ul li a:hover {
    text-decoration:none;
}
#tabs ul li a i {
    float: right;
    margin-top: 5px;
}
.tabs-content {
    /*margin-left: 30px;*/
    text-align: left;
    display: inline-block;
    transition: all 0.3s;
}
.tabs-content img {
    max-width: 100%;
    overflow: hidden;
}
.tabs-content h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.tabs-content p {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 0px;
}


.contact-information {
    margin-top: 7%;
}
.contact-information .contact-item {
    padding: 60px 30px;
    background-color: #f7f7f7;
    text-align: center;
}
.contact-information .contact-item i {
    color: #cdba6d;
    font-size: 48px;
    margin-bottom: 40px;
}
.contact-information .contact-item h4 {
    font-size: 20px;
    font-weight: 700;
	color:#323a43;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
}
.contact-information .contact-item p {
    margin-bottom: 20px;
}
.contact-information .contact-item a {
    font-weight: 600;
    color: #cdba6d;
    font-size: 18px;
}



@media (max-width:767px) {
.footer_pro ul {
	columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}	
.company_info{ display:none;}	
.logo {
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 2;
}
.logo img{
	width:230px;
}	
/*.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: ;
    height: 500px;
}*/
.consultation{ display:none;}		
.request-form {
	text-align: center;
}
.request-form a.border-button {
    float: none;
    margin-top: 30px;
}
.services .service-item {
    margin-bottom: 30px;
}
.section-heading {
    margin-bottom: 30px;
}
.services {
    /*padding-top: 20%;
	padding-bottom: 20%;*/
}
.our-facts {
    margin-top: 12%;
}
.our-facts {
    padding: 88px 0px;
}
.our-facts .left-content {
    margin-right: 0px;
}
.more-info .right-content {
    /*padding: 25px 15px 0px 15px;*/
}
/*.more-info {
	padding: 46px 0px;
}*/
.our-social {
    margin-top: 24%;
}
.our-social {
    padding: 88px 0px;
}
.callback-form {
    /*padding-top: 20%;*/
}
.partners {
    margin-top: 12%;
    padding: 16px 0px;
}
.get-touch {
    padding: 16px 0px;
}
.our-social .service-item {
    margin-bottom: 30px;
}
.footer {
	text-align:left;
}
.footer-heading h2 {
	padding: 20px 0px;
	/*float: left;*/
}
.rb{
	border-right:0px #50575f solid;
}
.info_m{
	background-color:#f6f6f6; padding:25px 0px; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;
}
.consultation {
	float:right;
	padding:10px 20px;
	background: #FFFFFF;
	font-size:10pt;
	text-transform:uppercase;
	font-weight:600;
	color:#303545;
	text-align:center;
	border-radius:4px;
	border:1px #303545 solid;
	transition:ease-in-out .3s;
	margin-left:15px;
}
.consultation:hover {
	background: #cdba6d;
	text-decoration:none;
	border:1px #cdba6d solid;
	color:#FFFFFF;
}
.consultation_m {
	width:250px;
	display:inherit;
	padding:16px 20px !important;
	background: #FFFFFF;
	font-size:10pt !important;
	text-transform:uppercase;
	font-weight:600;
	color:#303545 !important;
	text-align:center;
	border-radius:4px;
	border:1px #303545 solid;
	transition:ease-in-out .3s;
	margin:15px auto !important;
}
.consultation_m:hover {
	background: #cdba6d;
	text-decoration:none;
	border:1px #cdba6d solid;
	color:#FFFFFF !important;
}
.company_info_m{
	display:inherit;
	font-size:14px !important;
	color:#666;
}
.company_info_m a{
	padding:13px 0px 12px 15px;
	font-size:14px !important;
	color:#666;
}
.company_info_m i{
	font-size:12px !important;
	color:#cdba6d;
	padding-right:8px;
}
.page-heading {
    padding: 10% 0px 10% 0px;
}
.page-heading h1 {
    font-size: 36px;
}
.more-info .pb0 {
    padding: 45px 30px 0px 30px;
}
.more-info .ptb0 {
    padding: 0px 30px 0px 30px;
}
.contact-information .contact-item {
    margin-bottom: 30px;
}
}

@media (min-width:768px) and (max-width:991px) {
.company_info{ display:none;}	

/*.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: ;
    height: 500px;
}*/

.consultation{ display:none;}	
.info_m{
	background-color:#f6f6f6; padding:25px 0px; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;
}
.consultation {
	float:right;
	padding:10px 20px;
	background: #FFFFFF;
	font-size:10pt;
	text-transform:uppercase;
	font-weight:600;
	color:#303545;
	text-align:center;
	border-radius:4px;
	border:1px #303545 solid;
	transition:ease-in-out .3s;
	margin-left:15px;
}
.consultation:hover {
	background: #cdba6d;
	text-decoration:none;
	border:1px #cdba6d solid;
	color:#FFFFFF;
}
.consultation_m {
	width:250px;
	display:inherit;
	padding:16px 20px !important;
	background: #FFFFFF;
	font-size:10pt !important;
	text-transform:uppercase;
	font-weight:600;
	color:#303545 !important;
	text-align:center;
	border-radius:4px;
	border:1px #303545 solid;
	transition:ease-in-out .3s;
	margin:15px auto !important;
}
.consultation_m:hover {
	background: #cdba6d;
	text-decoration:none;
	border:1px #cdba6d solid;
	color:#FFFFFF !important;
}
.company_info_m{
	display:inherit;
	font-size:14px !important;
	color:#666;
}
.company_info_m a{
	padding:13px 0px 12px 15px;
	font-size:14px !important;
	color:#666;
}
.company_info_m i{
	font-size:12px !important;
	color:#cdba6d;
	padding-right:8px;
}

.request-form {
	text-align: center;
}
.request-form a.border-button {
    float: none;
    margin-top: 30px;
}
.services .service-item {
    margin-bottom: 30px;
}
.our-social .service-item {
    margin-bottom: 30px;
}
.our-facts .left-content {
    margin-right: 0px;
}
.partners {
    padding: 15px 0px;
}
.get-touch {
    padding: 16px 0px;
}
.page-heading {
    padding: 10% 0px 10% 0px;
}
.page-heading h1 {
    font-size: 36px;
}
.contact-information .contact-item {
    margin-bottom: 30px;
}
}

@media (min-width:992px) and (max-width:1199px) {
    
}

@media (min-width:1200px) {

}
