/**
* Template Name: BizLand - v3.6.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:Georgia, "Times New Roman", Times, serif;
	color:#1c2a3a;
	font-size:15px;
}

a {
  color: #ed5d23;
  text-decoration: none;
  	  transition: 0.3s;
}

a:hover {
  color: #c24a19;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
 position: relative;
}
.text-35{
	font-size:35px;
}
.text-22{
	font-size:22px;
}
.line-height-32{
line-height: 32px;
}
.themeColorText{
	color:#ed5d23;
}
.whiteColorText{
	color:#fff;
}
/*.smallsquare-before-text:before{
	content: "";
    position: absolute;
    height: 6px;
      top: -5px;
    background: #ed5d23;
    width: 6px;
    margin-left: -8px;
    transition: all 0.3s ease-in-out 0s;
}*/
.btn{
	    border: 0px solid transparent;
     padding: .5rem .75rem;
     border-radius: 0rem;
    line-height: 1.5;
	font-weight:bold;	font-size:15px;
}
.btn-primary{
	background:#ed5d23;
	text-transform:uppercase;
 
}
.btn-primary:hover {
    color: #fff;
    background-color: #1c2a3a;
    border-color: #1c2a3a;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c2a3a;
    border-color: #1c2a3a;
}
btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #1c2a3a;
    border-color: #1c2a3a;
    box-shadow:none !important;
}
.btn-secondary{
	background:#ffffff;
	text-transform:uppercase;
	color:#1c2a3a;
	font-weight:normal;
 
}
.btn-secondary:hover {
    color: #fff;
    background-color: #1c2a3a;
    border-color: #1c2a3a;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1c2a3a;
    border-color: #1c2a3a;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #1c2a3a;
    border-color: #1c2a3a;
    box-shadow:none !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ed5d23;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed5d23;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #1c2a3a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  position:relative;
 
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
	position:fixed;
 
}
#header .logo {
  font-size: 30px;
  margin: 0;
padding: 30px 0px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header.fixed-top  .logo{
	padding: 15px 0px;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #ed5d23;
}
#header.fixed-top  .logo img {
	height:45px;
 
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 30px 0px 0px 0px ;
}
#header.fixed-top .navbar{
	padding:0px;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 20px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
 
font-size: 16px;
    font-weight: normal;
  color: #1c2a3a;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
    height: 6px;
    top: 0px;
    left: -6px;
  background:#ed5d23;
 
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  
  width: 6px;
}
.navbar a:hover, .navbar .active,  .navbar li:hover > a {
  

} .navbar .active, .navbar .active:focus{  font-weight:bold;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  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;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.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: #ed5d23;
}
.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: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
	#header .logo img {
    height: 45px;
}
	#header .logo {
 
padding: 15px 0px;
 
}
.navbar {
  padding: 0px 0px 0px 0px ;
}
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ed5d23;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  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: #ed5d23;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/************* search **********/
.searchbardiv{
display: block;
    position: absolute;
    background: #ed5d23;
    bottom: 24px;
    right: 49px;
    z-index: 1001;
    /* width: 100%; */
    max-width: 100%;
   	    padding: 3px;
    margin: 0;
 
}
.buttonsearch{
 
  
 
	margin-left: 10px;
	background-color: transparent;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.buttonsearch i{
	color:#ed5d23;    font-size: 20px;
}
.buttonsearch:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;

}
.buttonsearch:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0px;

}
#formsearch{
	display: none;
}
.glyphicon.glyphicon-search {
	font-size: 18px;
}
#searchbox {
	
	box-shadow: none;
    padding: 8px 14px;
    border: 1px solid #fff;
    border-right: 1px solid #ed5d23;
    border-radius: 0;
}
#searchbox:hover {
	box-shadow: none;
}

.form-control:focus {
	border-color: #ccc;
	}
.fixed-top .searchbardiv{

    bottom: 15px;
}

/************* search end**********/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#heroInner {
  width: 100%;
  min-height: 41vw;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
 
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}#heroInner:before {
  content: "";
/*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(255,255,255,0) 100%);*/
    background: rgba(0,0,0,.5);
 /*background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgb(0 0 0 / 61%) 30%, rgba(33,33,33,0) 49%, rgba(255,255,255,0) 100%);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#heroInner .container {
  position: relative;
}
#hero h1 {
margin: 0;
    font-size: 37px;
    font-weight: normal;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    font-style: italic;
 
}
#heroInner h1 {
margin: 0;
    font-size: 37px;
    font-weight: normal;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    font-style: italic;
 
}
/*#hero h1:before{
content: "";
    position: absolute;
    height: 12px;
    top: 0px;
    background: #ed5d23;
    width: 12px;
    margin-left: -10px;
    transition: all 0.3s ease-in-out 0s;
}*/
/*
#heroInner h1:before{
content: "";
    position: absolute;
    height: 12px;
    top: 0px;
    background: #ed5d23;
    width: 12px;
    margin-left: -10px;
    transition: all 0.3s ease-in-out 0s;
}*/
#hero h1 span {
  color: #ed5d23;
}
#heroInner h1 span {
  color: #ed5d23;
}
#hero h2 {
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight:normal;
  text-align:center;
}
#heroInner h2 {
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight:normal;
  text-align:center;
}
 .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ed5d23;
}
 .btn-get-started:hover {
  background: #247cf0;
}
.btn-new-btn {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
 .btn-new-btn i {
  color: #ed5d23;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
 .btn-new-btn:hover {
  color: #ed5d23;
}
.btn-new-btn:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }  
  #heroInner {
    /*background-attachment: fixed;*/
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
   #heroInner {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }  
  #heroInner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }  
  #heroInner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
/*@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
 
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #ed5d23;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
 
}
.section-title h3 span {
  color: #fff;
  background:#ed5d23;
  padding:5px 5px;
}
.section-title h4{
	color:#1c2a3a;
	font-size:25px;
}
.section-title h4 span{
	display:block;font-size:20px;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}


.section-new-content {
 
  padding-bottom: 0px;
}

.section-new-content h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
 
}
.section-new-content h3 span {
  color: #fff;
  background:#ed5d23;
  padding:5px 5px;
}
.section-new-content p {
	margin-top:15px;
	font-size:18px;
 
  font-weight:normal;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
/*--------------------------------------------------------------
# blogsArticles
--------------------------------------------------------------*/
.blogsArticles{
}
.blog-box{
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
padding:20px;
}
.blog-box .blog-img{
	margin:-20px -20px 15px -20px;
	
}
.blog-box .blogDate{
 
    display: block;
}
.blogDate{
	color:#1c2a3a;
padding-bottom: 15px;
 
}
.blogDate i{
		color:#ed5d23;
		padding-right:10px;
}
.blog-box h4{	
font-size:18px;
	text-transform:uppercase;
	font-style:italic;
}
.blog-box h4 a{
	color:#1c2a3a;

}
.blog-box h4 a:hover{
	color:#ed5d23;
}
.blog-box p{
 
}
/*--------------------------------------------------------------
# firmGrid
--------------------------------------------------------------*/
.firmGrid{

}
.firmGridBig{
	background:#000;
	padding:30px;
}
.firm-img-big{
	margin:-30px -30px 0px -30px;
	    position: relative;
}
.firm-img-big:before{
	    content: "";
   background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
a:hover .firm-img-big:before{
	  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
}
.firm-con-big{
	padding-top:50px;
}
.firmGridSmall{
	background:#000;
	padding:0px;
}
.firm-img-small{
		
	    position: relative;
		    border-bottom: 5px solid #ed5d23;
			margin-bottom: 20px;
			overflow: hidden;
			    height: 217px;
}
.firm-img-small:before{
	    content: "";
   background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
a:hover .firm-img-small:before{
	  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
}
.firm-content-small{
    font-size: 18px;
    color: #fff;
    font-style: italic;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.firm-content-small:before{
	    content: "";
    position: absolute;
    height: 6px;
    top: -5px;
    background: #ed5d23;
    width: 6px;
    margin-left: -8px;
    transition: all 0.3s ease-in-out 0s;

}
.bottom-margin-0 div:last-child .firmGridSmall .firm-img-small{
	margin-bottom:0px;

 
}
.mini-box{
	background:red;
}
/*--------------------------------------------------------------
# principle
--------------------------------------------------------------*/
.principle{
	background:url(../img/principle-bg.jpg) no-repeat center;
	background-size:cover;
}
/*--------------------------------------------------------------
# activeClients
--------------------------------------------------------------*/
.activeClients{
		background:url(../img/activeClientBg.jpg) no-repeat center;
	background-size:cover;
}
.activeClients .nav-tabs{
	border:0px;
}
.activeClients .nav-tabs .nav-link{
		color: #fff;
		border: 0;
	border-radius:0;
 
    text-transform: uppercase;
	font-size:15px;
	    line-height: 1.5;
    font-weight: bold;
}
.activeClients .nav-tabs .nav-item.show .nav-link, .activeClients .nav-tabs .nav-link.active{
	color: #fff;
    background-color: #ed5d23;
    border: 0;
	border-radius:0;
	    background: #ed5d23;
    text-transform: uppercase;
	font-size:15px;
	    line-height: 1.5;
    font-weight: bold;
}
/*--------------------------------------------------------------
# philosophy
--------------------------------------------------------------*/
.philosophy{
	background:url(../img/philosophy-bg.jpg) no-repeat center;
	background-size:cover;
}
.philosophyContent{
    background: rgb(255 255 255 / 90%);
	padding:30px;
}
.philosophyContent h2{
	color:#1c2a3a;
	font-size:18px;
	    font-style: italic;
		margin-bottom:30px;
}
.philosophyContent h2 span{
	font-size:35px;
	color:#ed5d23;
	display:block;
	padding-left:50px;
	padding-top:10px;
}
.philosophyContentLi li{
	font-style:italic;
	font-weight:bold;
	margin:0px 0px 20px 0px;
	list-style:none;
}
.philosophyContentLi li:before{
	  content: "";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 6px;
  height:6px;
  margin-left: -1em;
  background:#ed5d23;
      position: relative;
    left: -10px;
    top: -2px;
}
.philosophyContentLi li li{
	font-style:normal;
	font-weight:normal;
	margin:5px 0px 5px 0px;
	line-height:17px;
	list-style:none;
}.philosophyContentLi li li:before{background:#1c2a3a;
}
/******* inner section ***********/
/*--------------------------------------------------------------
# philosophy
--------------------------------------------------------------*/
.innerSectionMain{
	background:url(../img/growth-ventures-bg.jpg) no-repeat center;
	background-size:cover;
}
.innerSectionMainCon{
    background: rgb(255 255 255 / 90%);
	padding:30px;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.innerSectionMain h2{
	color:#1c2a3a;
	font-size:18px;
 
		margin-bottom:30px;
}
.innerSectionMain h2 span{
	font-size:30px;
	color:#1c2a3a;
	display:block;
	 
	padding-top:0px;
}.innerSectionMain h2 .font-smallH2{
	font-size:24px;
}
.innerSectionMain h3{
	color:#ed5d23;
	    padding-left: 0px;
}
.innerSectionMain .section-title h3{
	 padding-left: 0px;
}
.innerSectionMain li{
	font-style:normal;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	list-style:none;
}
.innerSectionMain li:before{
	  content: "";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 17px;
  height:17px;
  margin-left: -1em;
 
      position: relative;
    left: -10px;
        top: 4px;
	background:url(http://j2capital.co/wp-content/uploads/2021/12/tick-li.png) no-repeat left;
}
.innerSectionMain li li{
	font-style:normal;
	font-weight:normal;
	margin:5px 0px 5px 0px;
	line-height:17px;
	list-style:none;
}.innerSectionMain li li:before{background:#1c2a3a;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  background: #15202d;
}
.fLink {
	display:block;
	padding-bottom:25px;
}
.fLink a{
	font-size:15px;
	font-style:italic;
	color:#ffffff;
	  transition: 0.3s;
	
}
.fLink a:hover{
	color:#ed5d23;
}
.contact-us-form .form-control{
	border:0px;
	border-bottom:1px solid #e3e3e3;
	border-radius:0px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ed5d23;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1c2a3a;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #ed5d23;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ed5d23;
  position: relative;
  padding-bottom: 5px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5d23;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  font-style:italic;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ed5d23;
}
#footer .footer-top .social-links a {
  font-size: 25px;
  display: inline-block;
 
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: left;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
 
  color: #ed5d23;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  float: left;
      position: relative;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}
.blogsArticlesDetails h2 span{
	color:#ed5d23;
}
.blogComment a, .blogShare a{
	 color:#1c2a3a;
}
.blogComment a:hover, .blogShare a:hover{ color:#ed5d23;
}
.blogsArticlesDetails p{
	font-size:18px;
}
/*********** blog comment default style chnage ********/
.comment-respond .comment-form-comment label, .comment-respond .comment-form-author label,  .comment-respond .comment-form-email label,   .comment-respond .comment-form-url label{
	display:none;
	
}
.comment-respond .comment-form-comment textarea, .comment-respond .comment-form-author  input, .comment-respond .comment-form-email input,  .comment-respond .comment-form-url input{
	width:100%;
	    border: 0px;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0px;
	    padding-left: 0;
}
.form-submit .submit{
	    background: #ed5d23;
    text-transform: uppercase;
	    border: 0px solid transparent;
    padding: 0.5rem 0.75rem;
    border-radius: 0rem;
    line-height: 1.5;
    font-weight: bold;
    font-size: 15px;
	color:#fff;
}
.form-submit .submit:hover{
	color: #fff;
    background-color: #1c2a3a;
    border-color: #1c2a3a;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: calc(2 * 1rem) 1rem;
  word-wrap: break-word;
  /* Add extra margin when the comments section is located immediately after the
	 * post itself (this happens on pages).
	 */
}

@media only screen and (min-width: 768px) {
  .comments-area {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .comments-area {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .comments-area {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.comments-area > * {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area > * {
    margin-top: calc(3 * 1rem);
    margin-bottom: calc(3 * 1rem);
  }
}

.entry + .comments-area {
  margin-top: calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
}

.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}

.comments-area .comments-title-wrap .comments-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

.comments-area .comments-title-wrap .comments-title.has-text-align-center:before {
  margin-left: auto;
  margin-right: auto;
}

.comments-area .comments-title-wrap .comments-title.has-text-align-right:before {
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .comments-title {
    flex: 1 0 calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .discussion-meta {
    flex: 0 0 calc(2 * (100vw / 12));
    margin-left: 1rem;
  }
}

#comment {
  max-width: 100%;
  box-sizing: border-box;
}

#respond {
  position: relative;
}

#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
  padding-left: 0;
}

#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: flex;
  flex-direction: column;
}

.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}

.comment-form-flex #respond {
  order: 2;
}

.comment-form-flex #respond + .comments-title {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 19.55556px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
}

.comment {
  list-style: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment {
    padding-left: calc(.5 * (1rem + calc(100vw / 12 )));
  }
  .comment.depth-1,
  .comment .children {
    padding-left: 0;
  }
  .comment.depth-1 {
    margin-left: calc(3.25 * 1rem);
  }
}

.comment .comment-body {
  margin: calc(2 * 1rem) 0 0;
}

.comment .comment-meta {
  position: relative;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
  width:60px;
  height:60px;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 1rem);
  }
}

.comment .comment-author .fn {
  position: relative;
  display: block;
}

.comment .comment-author .fn a {
  color: inherit;
}

.comment .comment-author .fn a:hover {
  color: #005177;
}

.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #008fd3;
  right: calc(100% - 2.5rem);
  top: -3px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .post-author-badge {
    right: calc(100% + 0.75rem);
  }
}

.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}

.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  color: #767676;
  vertical-align: baseline;
}

.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}

.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
  color: #005177;
  text-decoration: none;
}

.comment .comment-metadata > * {
  display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
  color: #767676;
  margin: 0 0.2em;
  vertical-align: baseline;
}

.comment .comment-metadata .edit-link {
  color: #767676;
}

.comment .comment-metadata .edit-link svg {
  transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}

.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  margin-left: -1rem;
  z-index: 1;
}

.comment .comment-metadata .comment-edit-link:hover {
  color: #0073aa;
}

.comment .comment-content {
  margin: 1rem 0;
}

@media only screen and (min-width: 1168px) {
  .comment .comment-content {
    padding-right: 1rem;
  }
}

.comment .comment-content > *:first-child {
  margin-top: 0;
}

.comment .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment .comment-content blockquote {
  margin-left: 0;
}

.comment .comment-content a {
  text-decoration: underline;
}

.comment .comment-content a:hover {
  text-decoration: none;
}

.comment-reply-link,
#cancel-comment-reply-link {
  font-weight: 500;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #005177;
}

.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}

.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

.comment-form .comment-notes,
.comment-form label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  color: #767676;
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc(50% - 0.5rem);
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    margin-left: 1rem;
  }
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
}
.comments-inner{
	    margin-left: 25px;
		 
}
.comments-inner p{	    font-size: 15px;
			    line-height: 20px;
}
#comments{
	margin-top: 50px;
}
/*********** commentend *******/
/*********** blog comment default style chnage ********/

@media (max-width: 768px) {
	.comments-inner{
	    margin-left: 0px;
}
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
  .searchbardiv{
	  width: 100%;
	  bottom: -40px;
    right: 0;
  }
  .fixed-top .searchbardiv {
    bottom: -40px;
}
}