
/*----------------------------------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}
.m0a {
  margin: 0 auto;
}
.p0 {
  padding: 0;
}
body {
  position: relative;
}
/*Floating*/
.fleft {
  float: left;
}
.fright {
  float: right;
}
/*Section Fix*/
section.row,
header.row,
footer.row {
  margin: 0;
  position: relative;
  padding-bottom: 52px;
}
/*Ancore*/
a {
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
/*Modify Core CSS*/
.list-inline {
  margin: 0;
}
/*Section Title*/
.sectionTitles {
  margin-bottom: 40px;
}
.sectionTitles .sectionTitle {
      font-family: 'Rajdhani';
    font-size: 34px;
    line-height: 1;
    text-align: center;
    margin-top: 31px;
    font-weight: bold;
    color: #2c2a43;
    text-transform: uppercase;
}

.sectionTitles .sectionTitle.whiteTC {
  color: #FFF;
}
.sectionTitles .sectionSubTitle {
  font-family: 'Rajdhani';
  font-size: 17px;
  line-height: 1;
  color: #4c545f;
  text-align: center;
}
.sectionTitles .sectionSubTitle:before,
.sectionTitles .sectionSubTitle:after {
  width: 75px;
  height: 1px;
  background: #4c545f;
  content: '';
  display: inline-block;
  top: -4px;
  position: relative;
}
.sectionTitles .sectionSubTitle:before {
  margin-right: 20px;
}
.sectionTitles .sectionSubTitle:after {
  margin-left: 20px;
}
.sectionTitles .sectionSubTitle.whiteTC {
  color: #FFF;
}
.sectionTitles .sectionSubTitle.whiteTC:before,
.sectionTitles .sectionSubTitle.whiteTC:after {
  background: #FFF;
}
@media (max-width: 1024px) {
  .sectionTitles .sectionTitle {
    font-size: 30px;
  }
  .sectionTitles .sectionSubTitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
}
/*MixitUp*/
.mix {
  display: none;
}
/*----------------------------------------------------------------*/
/*Slider Shortcode Classes*/
.bb1 {
  background: #4182bf;
  color: #FFF;
}
.bb3 {
  background: #9c9c9c;
  color: #FFF;
}
.sidebar {
  margin-top: 30px;
  padding: 0 0 0 20px;
}
@media (max-width: 992px) {
  .sidebar {
    width: 100%;
    padding: 0;
  }
}
.widgetS {
  font-family: 'Rajdhani';
  padding: 20px;
  border: 1px solid rgba(156, 156, 156, 0.3);
  margin-bottom: 20px;
  color: #9c9c9c;
}
.widgetS h4 {
  color: #40434c;
  font-weight: bold;
  margin: 0 0 18px;
}
@media (max-width: 1024px) {
  .widgetS h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
/*Text Widget*/
.textWidget p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1024px) {
  .textWidget p {
    font-size: 13px;
  }
}
/*Conact Widget*/
.contactWidget ul {
  margin-bottom: 0;
}
.contactWidget ul li i {
  font-size: 16px;
  color: #4182bf;
  margin-right: 10px;
  width: 17px;
}
@media (max-width: 1024px) {
  .contactWidget ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .contactWidget ul li i {
    font-size: 14px;
    width: 10px;
  }
  .contactWidget ul li:last-child {
    margin-bottom: 0;
  }
}
/*Recent Post Widget*/
.recentPostWidget .recentblogs .recentblog {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid rgba(156, 156, 156, 0.3);
}
.recentPostWidget .recentblogs .recentblog:first-child {
  padding-top: 0;
}
.recentPostWidget .recentblogs .recentblog:last-child {
  border: 0;
  padding-bottom: 0;
}
.recentPostWidget .recentblogs .recentblog .media-left a {
  width: 50px;
  height: 50px;
  padding: 0;
  display: block;
}
.recentPostWidget .recentblogs .recentblog .media-left a img {
  width: 100%;
}
.recentPostWidget .recentblogs .recentblog .media-body a h5 {
  color: #9c9c9c;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .recentPostWidget .recentblogs .recentblog .media-left a {
    width: 40px;
    height: 40px;
  }
  .recentPostWidget .recentblogs .recentblog .media-body a h5 {
    font-size: 13px;
    line-height: 18px;
  }
}
/*----------------------------------------------------------------*/
/*Base Styles*/
/*----------------------------------------------------------------*/
/*PreLoader*/
#pageloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 99999;
  overflow: hidden;
}
#pageloader .loader-item {
  height: 130px;
  width: 130px;
  border-radius: 50px;
  left: -webkit-calc(50% - 65px);
  left: calc(50% - 65px);
  top: -webkit-calc(50% - 100px);
  top: calc(50% - 100px);
  text-align: center;
  position: absolute;
}

/*----------------------------------------------------------------*/
/*Blogs*/
#blogs {
  padding-top: 10px;
  margin-bottom: 10px;
}
.blog {
  margin-top: 30px;
}
.tag{
        font-size: 21px;
    color: #fff;
    background:linear-gradient(60deg, #2c2a43, #337ab7);
    border-radius: 50%;
    text-align: center;
    margin-top: 14px;
    font-family: 'Rajdhani';
    text-transform: uppercase;
    padding: 31px;
}
.blog .blogInner {
  border: 1px solid rgba(156, 156, 156, 0.3);
  overflow: hidden;
}
.blog .blogInner .blogDateTime {
    line-height: 60px;
    color: #2C2A43;text-align: center;
    background: #cccccc9e;
    /* font-family: 'Rajdhani'; */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height: 107px;
    /* background: #cccccc54; */
    font-weight: bold;
}
.blog .blogInner .blogDateTime i {
  line-height: 60px;
    width: 31px;
    background: #2c2a43;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #FFF;
    margin-right: 11px;
    float: left;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog .blogInner .blogDateTime i:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2c2a43;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  right: -10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner .featureImg {
  max-height: 320px;
  position: relative;
}
.blog .blogInner .featureImg a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.blog .blogInner .featureImg a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 250px;
}
.blog .blogInner .postExcerpts {
  background: #2c2a43;
  padding: 0 22px 40px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
      height: 790px;
}
.latest-blog h3{
      color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}
.blog .blogInner .postExcerpts .postExcerptInner {
  margin-top: -40px;
  padding: 20px;
  font-family: 'Rajdhani';
  background: #FFF;
  position: relative;
  height: 803px;

}
.blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
           font-size: 12px;
    text-transform: uppercase;
    color: #2c2a43;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    font-weight: bold;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.blog .blogInner .postExcerpts .postExcerptInner p {
     color: #000;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
        text-align: justify;
}
.blog .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #4182bf;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog .blogInner:hover .blogDateTime i {
  background: #4182bf;
}
.blog .blogInner:hover .blogDateTime i:after {
  border-left-color: #4182bf;
}
.blog .blogInner:hover .featureImg a img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.blog .blogInner:hover .postExcerpts {
  background: #4182bf;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.postTitle h4 {
  color: #4182bf;
}
.blog .blogInner:hover .postExcerpts .postExcerptInner a.readMore {
  color: #9c9c9c;
}
.blog.row {
  padding: 0 15px;
}
.blog.row .blogInner .featureImg a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts {
  padding: 40px;
}
.blog.row .blogInner .postExcerpts .postExcerptInner {
  margin-top: 0;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 17px;
  color: #000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.row .blogInner .postExcerpts .postExcerptInner p {
  font-size: 16px;
  color: #9c9c9c;
}
.blog.row .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #4182bf;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.sinlge-blog {
  margin-bottom: 40px;
  padding-right: 20px;
}
.blog.sinlge-blog .blogInner .featureImg {
  max-height: 100%;
}
.blog.sinlge-blog .blogInner .featureImg a {
  height: 100%;
}
.blog.sinlge-blog .blogInner .featureImg a img {
  width: 100%;
}
.blog.sinlge-blog .blogInner .postExcerpts {
  padding-top: 0;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
  margin-top: -40px;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
  font-size: 16px;
  color: #9c9c9c;
}
.blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.readMore {
  display: inline-block;
  float: right;
  color: #4182bf;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1024px) {
  .blog .blogInner .blogDateTime {
    line-height: 50px;
    font-size: 13px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 50px;
    width: 50px;
    font-size: 18px;
    margin-right: 20px;
  }
  .blog .blogInner .postExcerpts {
    background:#326ba1e0;
    padding: 0 25px 25px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: auto;
  }
  .blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
    padding: 18px;
  }
  .blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 10px;
    font-weight: bold;
  }
  .blog .blogInner .postExcerpts .postExcerptInner {
   
    height: auto;
}
.blog .blogInner .postExcerpts .postExcerptInner {
   
    height: auto;
}
  .blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 34px;
  }
  .blog .blogInner .postExcerpts .postExcerptInner a.readMore {
    font-size: 13px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 33px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #blogs .col-sm-9 {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .blog .blogInner .blogDateTime {
    line-height: 40px;
    font-size: 12px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 30px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog {
       max-width: 356px;
    margin: 0;
  }
  .blog .blogInner .blogDateTime {
    line-height: 40px;
    font-size: 15px;
  }
  .blog .blogInner .blogDateTime i {
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
  .blog.row {
    padding: 0 15px;
  }
  .blog.row .blogInner .postExcerpts {
    padding: 33px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner {
    margin-top: 0;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 15px;
  }
  .blog.row .blogInner .postExcerpts .postExcerptInner p {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .blog.sinlge-blog {
    max-width: 100%;
    padding: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts {
    padding: 25px;
    padding-top: 0;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner {
    margin-top: -25px;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner a.postTitle h4 {
    font-size: 20px;
    font-weight: normal;
  }
  .blog.sinlge-blog .blogInner .postExcerpts .postExcerptInner p {
    font-size: 14px;
  }
}

/*----------------------------------------------------------------*/
/*Elements*/
#elements {
  padding: 50px 0;
}
.leftAlignedTap {
  border: 1px solid rgba(156, 156, 156, 0.3);
}
.leftAlignedTap ul.nav-tabs {
  float: left;
  width: 232px;
  border: 0;
  border-right: 1px solid rgba(156, 156, 156, 0.3);
}
.leftAlignedTap ul.nav-tabs li {
  width: 100%;
}
.leftAlignedTap ul.nav-tabs li a {
  color: rgba(156, 156, 156, 0.9);
  font-family: 'Rajdhani';
  font-size: 15px;
  text-align: center;
  line-height: 120px;
  height: 120px;
  padding: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid rgba(156, 156, 156, 0.3);
}
.leftAlignedTap ul.nav-tabs li a i {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}
.leftAlignedTap ul.nav-tabs li:last-child a {
  border: 0;
}
.leftAlignedTap ul.nav-tabs li.active,
.leftAlignedTap ul.nav-tabs li:hover {
  border: 0;
}
.leftAlignedTap ul.nav-tabs li.active a,
.leftAlignedTap ul.nav-tabs li:hover a {
  background: #4182bf;
  color: #FFF;
  border: 0;
}
.leftAlignedTap .tab-content {
  width: -webkit-calc(100% - 232px);
  width: calc(100% - 232px);
  height: 100%;
  float: left;
}
.leftAlignedTap .tab-content .tab-pane {
  padding: 20px;
  color: rgba(156, 156, 156, 0.9);
  font-family: 'Rajdhani';
  font-size: 14px;
  line-height: 24px;
}
/*Accordion*/
#hAccordion {
  border: 1px solid rgba(156, 156, 156, 0.3);
  border-width: 0 1px;
}
#hAccordion .panel {
  border-radius: 0;
  border: 0;
  margin: 0;
}
#hAccordion .panel .panel-heading {
  border-top: 1px solid rgba(156, 156, 156, 0.3);
  padding: 0;
  background: none;
}
#hAccordion .panel .panel-heading .panel-title a {
  display: block;
  line-height: 47px;
  font-family: 'Rajdhani';
  color: #414141;
  font-weight: 300;
}
#hAccordion .panel .panel-heading .panel-title a i {
  color: #4182bf;
  display: inline-block;
  width: 38px;
  text-align: center;
}
#hAccordion .panel .panel-heading .panel-title a .sign {
  text-align: center;
  color: #000;
  width: 45px;
  float: right;
  line-height: 47px;
  border-left: 1px solid rgba(156, 156, 156, 0.3);
}
#hAccordion .panel .panel-heading .panel-title a .sign:before {
  content: "\f068";
}
#hAccordion .panel .panel-heading .panel-title a.collapsed .sign:before {
  content: "\f067";
}
#hAccordion .panel .panel-collapse .panel-body {
  padding: 20px;
}
#hAccordion .panel .panel-collapse .panel-body .icon {
  width: 68px;
  line-height: 68px;
  background: #4182bf;
  color: #FFF;
  border-radius: 100%;
  text-align: center;
  float: left;
}
#hAccordion .panel .panel-collapse .panel-body .texts {
  width: -webkit-calc(100% - 88px);
  width: calc(100% - 88px);
  float: right;
  font-family: 'Rajdhani';
  font-size: 15px;
  color: rgba(156, 156, 156, 0.9);
  line-height: 25px;
}
#hAccordion .panel:last-child {
  border-bottom: 1px solid rgba(156, 156, 156, 0.3);
}
@media (max-width: 1024px) {
  .leftAlignedTap ul.nav-tabs {
    width: 200px;
    float: left;
  }
  .leftAlignedTap ul.nav-tabs li a {
    font-size: 15px;
    line-height: 126px;
    height: 126px;
  }
  .leftAlignedTap ul.nav-tabs li a i {
    font-size: 22px;
    margin-right: 5px;
  }
  .leftAlignedTap .tab-content {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    height: 100%;
    float: left;
  }
  .leftAlignedTap .tab-content .tab-pane {
    padding: 20px;
    color: rgba(156, 156, 156, 0.9);
    font-family: 'Rajdhani';
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 990px) {
  #elements .col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .leftAlignedTap {
    border: 1px solid rgba(156, 156, 156, 0.3);
  }
  .leftAlignedTap ul.nav-tabs {
    float: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(156, 156, 156, 0.3);
  }
  .leftAlignedTap ul.nav-tabs li a {
    line-height: 50px;
    height: 50px;
    text-align: left;
    padding: 0 20px;
  }
  .leftAlignedTap ul.nav-tabs li a i {
    font-size: 18px;
  }
  .leftAlignedTap .tab-content {
    width: 100%;
    height: 100%;
    float: left;
  }
  .leftAlignedTap .tab-content .tab-pane {
    padding: 20px;
    color: rgba(156, 156, 156, 0.9);
    font-family: 'Rajdhani';
    font-size: 14px;
    line-height: 24px;
  }
}
