*{
	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;
}
b, strong {
    font-weight: 500 !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:78px;
}
.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 */

.mb {
  margin-bottom:30px;
}






.gal {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#gallery {
  padding-top: 20px;
}

@media screen and (min-width: 991px) {
#gallery {
    padding: 20px 0px 0 0px;
    display: inline-block;
  }
}

.img-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
#overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {

  #exitButton {
    font-size: 3em;
  }
}


@media screen and (max-width: 768px) {
.gal {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
}

}






/*--------------------------------------------------------------
# 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) {
.footer p {
    text-align:center !important;
}	
.img-wapper {
    margin-bottom:30px;
}	
.m_menubar {
    width: 100%;
    height: 78px;
}	
.header_bg{
	margin-top:0px !important;
}	
.about_us{
	padding: 60px 0 60px 0 !important;
}
.profile{
	padding: 60px 0;
	background-color:#F7F7F7 !important;
}
.products{
	padding: 60px 0 !important;
}
.contact_us {
	padding: 60px 0;
	background-color:#F7F7F7 !important;
}
.popular {
	padding: 60px 0;
	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;
}
.heading-title {
    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: 75px 0 75px 0;
}
.profile{
	padding: 100px 0;
	background-color:#F7F7F7;
}
.products{
	padding: 75px 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 > .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;
}

.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;
}  */
  
	
	
.services {
   /* margin-top: 5%;*/
	padding:120px 0px;
	
}
.section-heading {
    text-align: left;
    margin-bottom: 25px;
}
.section-heading h2 {
	color:#031f4f;
    font-size: 36px;
    font-weight: 700;
	line-height: 44px;
	margin-top: 10px;
}
.heading-title {
    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;

}
.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 a {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    color: #192436;
    text-transform:uppercase;
    padding: 0 0 0 0;
    margin-top: 0;
	display: block;
/*min-height: 59px;*/
}
.box-w h3 a:hover {
   text-decoration: none !important;
}
.box-image {
	height: 250px;
   width: 100%;
   position: relative;
}
.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:10px 0px 5px 0px;
	min-height: 152px;
}*/
.box-gray {
	background-color: #F7F7F7;
	border-radius: 24px;
	margin: 40px auto;
	padding: 25px;/*min-height: 368px;*/
}
.box-gray-text {
	text-align: center;
}























.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: #323a43;
    color: #cdba6d;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
}
a.filled-button:hover {
    background-color: #cdba6d;
    color: #FFF;
}

.contact {
    margin:0 0 30px 0;
}
.contact .info i {
    font-size: 20px;
    color: #FFFFFF;
    float: left;
    width: 44px;
    height: 44px;
    background: #414141;
    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;
}



.catego-info {
    padding: 5% 0px;
}
.light_bg {
    background-color:#f3ffff;
}

a.filled-button {
     background-color: #FFFFFF;
    color: #0c7c7f;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
}
a.filled-button:hover {
   text-decoration: none;
	background-color: #0c7c7f;
    color: #FFFFFF;
}
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-bottom:10px;
}
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:#6e6e6e;
    margin-bottom: 20px;
}


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;

}*/
ul {
	/*width: 100%;*/
    list-style: inside;
	margin-left: 24px;
    margin-top: 20px;
	margin-bottom: 20px;
	float:left;
}
ul li{
	content:icon;
    width:100%;
	float:left;
	color: #777777;
	font-size:16px;
	line-height: 30px;
}
.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: #FFFFFF;
	font-size:14px;
	line-height: 30px;
}

.more-info ul li:before {
    content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  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: #323a43;
}
.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: 200px;
    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: #000;
}
.footer_pro ul {
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
   border-top: 1px solid #333;
}

.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:#FFFFFF;
	text-align:center;
    font-size: 24px;
    font-weight: 600;
    color: #323a43;
}
.footer-title {
	padding: 20px 0px;
	margin:0;
	color:#FFFFFF;
	text-align:center;
    font-size: 24px;
    font-weight: 600;
    color: #323a43;
}
.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;
}
.social-footer {
    width: 199px;
    height: auto;
    margin: 10px auto !important;
    text-align: center;
}
.social-footer a {
    padding: 0px 6px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
}
.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;
	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: #323a43;
}
.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;
}
.card-row{
    display: flex;
}
/* .card-column{
    min-height: 575px;
    height: 100%;
} */

.card-box{
    width: 100%;
    height: 100%;
    min-height: 375px;
    background: #021a4d;
    padding: 25px 20px;
/*
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    overflow: hidden;
*/
}
.card-iconbox{
    width: 100%;
    height: 80px;
}
.card-iconbox img{
    width: auto;
    height: 100%;
}
.card-box-title{
    color: #fafe05;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
}
/*
.card-box-body {
    padding: 25px 20px;
}
*/
.card-box-details{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.mb-30{
    margin-bottom: 30px !important;
}


@media (max-width:991px){

    .card-box{
        width: 100%;
        height: 100%;
        min-height: 100% !important;
    }    


}
@media (min-width:992px) and (max-width:1199px){

    .card-box{
        width: 100%;
        height: 100%;
        min-height: 580px !important;
    } 

}









@media (max-width:767px) {
.footer_pro ul {
	columns: 1;
  -webkit-columns: 2;
  -moz-columns: 2;
}	
.company_info{ display:none;}	
.logo {
    padding: 8px 0px 0px 0px;
    position: relative;
    z-index: 2;
}
.logo img{
	width:200px;
}	
/*.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: 25px;
}
 /*.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) {

}
