/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */

/* ===================================== Basic CSS ==================================== */

@font-face {
    font-family: 'DroidKufi';
    src: url('../webfonts/DroidKufi-Regular.ttf') format('truetype'),
        url('../webfonts/DroidKufi-Regular.woff2') format('woff2'), 
        url('../webfonts/DroidKufi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
}
body{
	font-family: 'DroidKufi' !important;
}
.serv{
	text-align: right;
	direction: rtl;
}
.cont-row{
	text-align: right;
	direction: rtl;
}

* {
  margin: 0px;
  padding: 0px;
  list-style: none; 
  
  }

img {
  max-width: 100%; 
}
.image{ 
height: 185px;
}
.navbar-collapse ul{
	float: right;
	direction: rtl;
}
.navbar-collapse li{
padding: 0 10px;
font-weight: 600;
font-size: 1.2rem;
}
a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
	text-align: right;
  
  color: #545454; }

strong {
   }

body {
  background-color: #f9fbff !important;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden; }

.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    
    font-weight: 600; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .83rem; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  background-size: 100%;
  padding: 31px;
/*  padding-top: 180px;*/
  text-align: center;
  background-color: #015493; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav {
      padding-top: 163px; } }
  @media screen and (max-width: 575px) {
    .page-nav {
      padding-top: 200px; } }
  .page-nav h2 {
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-align: center !important;
     }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-size: .93rem;
    font-weight: 600;
    color: #fff;
    direction: rtl; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #fff; }
    .page-nav ul li a {
      color: #fff;
      font-size: .93rem;
      font-weight: 600; }

.btn-success {
  background-color: #51be78;
  border-color: #51be78; }
  .btn-success:hover {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:active {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:focus {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #1965fd;
  border-color: #1965fd; }
  .btn-primary:hover {
    background-color: #1965fd !important;
    border-color: #1965fd !important; }
  .btn-primary:active {
    background-color: #1965fd !important;
    border-color: #1965fd !important; }
  .btn-primary:focus {
    background-color: #1965fd !important;
    border-color: #1965fd !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 0px; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 0px; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

.slick-dots {
  margin-top: 20px; }

/* ===================================== Login Page Design CSS ==================================== */
/* ===================================== Home Slider CSS ==================================== */
header {
  position: absolute;
  background-color: #eaeaea;
  z-index: 999; }
   .navbar-dark .navbar-nav .nav-link {
     color: #075594 !important; 
}
  header::after {
    content: '';
    position: absolute;
    background: #eaeaea;
    height: 100%;
    width: 100%;
    top: 0;
   
    right: 0;
    z-index: -1; }
    #main_nav{
    float: right;
    margin-top: 40px;
    }
    @media screen and (max-width: 1360px) {
      header::after {
      width: 72%;
       } }
      @media screen and (max-width: 1200px) {
      header::after {
      width: 75%;
       } }
    @media screen and (max-width: 1068px) {
      header::after {
         } }
    @media screen and (max-width: 974px) {
      header::after {
        } }
    @media screen and (max-width: 876px) {
      header::after {
         } }
    @media screen and (max-width: 824px) {
      header::after {
         } }
    @media screen and (max-width: 767px) {
      header::after {
        display: none; } }
  header .header-top {
    padding: 16px;
    background-color: #071c35; }
    header .header-top .contacthd p {
      color: #FFF;
      font-size: .95rem; }
      header .header-top .contacthd p i {
        margin-right: 10px; }
    header .header-top .email {
      float: right;
      border-right: 1px solid #CCC; }
      header .header-top .email li {
        color: #FFF;
        float: left;
        padding: 0px 10px;
        font-size: .95rem; }
        header .header-top .email li i {
          margin-right: 10px; }
      @media screen and (max-width: 392px) {
        header .header-top .email {
          display: none; } }
    header .header-top .social-login {
      float: right; }
      header .header-top .social-login li {
        color: #FFF;
        float: left;
        padding: 0px 10px; }
  header .header-bottom .logo {
     }
    header .header-bottom .logo img {
      width: 75%;margin: auto;display: block;height: 135px; padding: 2%;}
  header .header-bottom .navs ul {
    float: right; }
    header .header-bottom .navs ul li {
      float: left;
      padding: 21px 25px;
      font-weight: 600;
      font-size: .96rem; }
      header .header-bottom .navs ul li a {
        color: #fff; }
      @media screen and (max-width: 974px) {
        header .header-bottom .navs ul li {
          padding: 20px 20px; } }
      @media screen and (max-width: 824px) {
        header .header-bottom .navs ul li {
          padding: 20px 13px; } }
      @media screen and (max-width: 767px) {
        header .header-bottom .navs ul li {
          float: none;
          color: #071c35;
          padding: 10px;
          font-weight: 600; }
          header .header-bottom .navs ul li a {
            color: #071c35; } }
    @media screen and (max-width: 767px) {
      header .header-bottom .navs ul {
        width: 100%; } }

.small-menu {
  float: right;
  color: #071c35;
  font-size: 1.8rem;
  position: absolute;
  right: 18px;
  top: 18px; }

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .scroll-to-fixed-fixed .navs ul li a {
    color: #071c35 !important; }
  @media screen and (max-width: 767px) {
    .scroll-to-fixed-fixed {
      padding-bottom: 10px; } }

/* ===================================== Slider CSS ==================================== */
.slider-container {
  padding-top: 20px;
  padding-top: 120px; }
  .slider-container .carousel-control-prev-icon {
    margin-left: -60px; }
  .slider-container .carousel-control-next-icon {
    margin-left: 60px; }

.slider {
  background-image: url('../../../assets/images/Home.png');
  height: 640px;
  padding: 0px; }
  .slider .layye {
    background-color: rgba(1, 29, 86, 0.63);
    padding-top: 91px;
    position: absolute;
    width: 100%;
    height: 640px; }
  .slider .detail {
    padding-top: 70px;
    padding-bottom: 90px;
    color: #FFF; }
    .slider .detail h2 {
      margin-bottom: 30px;
      font-size: 2.0rem;
      color: #FFF;
      font-weight: 600;
      /* height: 150px;
      min-height: 150px;
      overflow: hidden; */}
    .slider .detail p {
      margin-bottom: 40px;
      max-width: 600px; }
    .slider .detail .btn {
      box-shadow: none;
      font-weight: 500;
      border-radius: 50px;
      padding-right: 20px;
      padding-left: 20px; }
  .slider .image {
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .slider .image {
        padding-top: 0px; } }

/* ===================================== Keyfeatures Style CSS ==================================== */
.key-features .key-row {
  margin-top: -120px; }
  .key-features .key-row .sec-det {
    padding: 50px 50px 30px;
    box-shadow: 0 30px 60px #071c350d;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px; }
    .key-features .key-row .sec-det i {
      font-size: 26px;
      width: 60px;
      height: 60px;
      background-color: #1965fd;
      color: #FFF;
      text-align: center;
      border-radius: 5px;
      padding-top: 15px;
      margin-bottom: 30px; }
    .key-features .key-row .sec-det h4 {
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 1.2rem; }
    .key-features .key-row .sec-det p {
      font-size: .92rem; }

/* ===================================== About US Style CSS ==================================== */
.about-us {
  padding: 50px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 30px 10px; } }
  .about-us .about-row {
    box-shadow: 0 30px 60px #ccc;
  background-color: #FFF;
  border-radius: 10px; }
    .about-us .about-row .details {
      padding: 30px;
      margin: auto;text-align: right; direction: rtl; }
      .about-us .about-row .details h2 {
       /* font-weight: 600;*/
        margin-bottom: 50px;
        border-bottom: 3px solid #1965fd;
        width: auto;
        padding-bottom: 15px;
        text-align: center;
        /*width: 250px; */}
      .about-us .about-row .details p {
        margin-bottom: 20px; }
      .about-us .about-row .details a {
        padding: 10px 20px;
        background-color: #1965fd;
        color: #FFF;
        font-weight: 500;
        border-radius: 50px; }
      .about-us .about-row .details ul li {
        padding: 4px; }
        .about-us .about-row .details ul li i {
          margin-right: 5px;
          color: #1965fd; }
    .about-us .about-row .iamge {
      padding: 0px; }
      .about-us .about-row .iamge img {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px; }

/* ===================================== Our Services Style CSS ==================================== */
.ourservices {
  @incude big-padding(); }
  .ourservices .service-row {
    margin-top: 20px; }
    .ourservices .service-row .servicescol .ercider {
      box-shadow: 0 30px 60px #071c350d;
      padding: 50px 30px;
      margin-bottom: 30px;
      text-align: center; }
      .ourservices .service-row .servicescol .ercider i {
        font-size: 26px;
        width: 60px;
        height: 60px;
        background-color: rgba(25, 101, 253, 0.1);
        color: #1965fd;
        text-align: center;
        border-radius: 5px;
        padding-top: 15px;
        margin-bottom: 30px; }
      .ourservices .service-row .servicescol .ercider h4 {
        /*font-weight: 600;*/
        font-size: 0.9rem;
        text-align: center; }
      .ourservices .service-row .servicescol .ercider:hover {
        background-color: #FFF; }
        .ourservices .service-row .servicescol .ercider:hover i {
          background-color: #1965fd;
          color: #FFF; }

/* ===================================== Professional Details Style CSS ==================================== */
.professional-details {
  background-image: url('../../../assets/images/slide-1.jpg');
  background-size: cover; }
  .professional-details .layy {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    width: 100%;
    height: 100%;
    padding: 50px;
    padding-bottom: 120px;
    padding-top: 60px; }
    @media screen and (max-width: 940px) {
      .professional-details .layy {
        padding: 30px 10px; } }
    .professional-details .layy .succss-row .cuscol {
      text-align: center;
      margin-bottom: 30px; }
      .professional-details .layy .succss-row .cuscol i {
        color: #1965fd;
        background-color: #FFF;
        width: 80px;
        height: 80px;
        text-align: center;
        padding: 23px;
        font-size: 32px;
        border-radius: 50px;
        margin-bottom: 30px; }
      .professional-details .layy .succss-row .cuscol h1 {
        font-weight: 700;
        color: #FFF;
        margin-bottom: 20px; }
      .professional-details .layy .succss-row .cuscol h6 {
        font-weight: 600;
        color: #FFF;
        font-size: 1.2rem; }
    .professional-details .layy .session-title {
      margin-bottom: 70px; }
      .professional-details .layy .session-title h2 {
        color: #FFF; }

/* ===================================== Our Team Style CSS ==================================== */
.out-team {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .out-team {
      padding: 30px 10px; } }
  .out-team .team-row .team-col .teamdiv .image-part {
    text-align: center; }
    .out-team .team-row .team-col .teamdiv .image-part img {
      width: 90px;
      border-radius: 50px;
      margin-bottom: -40px;
     /* margin-left: 30%;*/ }
  .out-team .team-row .team-col .teamdiv .detail-part {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    padding-top: 60px;
    text-align: center;
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35); }
    .out-team .team-row .team-col .teamdiv .detail-part h3 {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 0px; }
    .out-team .team-row .team-col .teamdiv .detail-part span {
      color: #1965fd;
      font-weight: 600; }
    .out-team .team-row .team-col .teamdiv .detail-part p {
      margin-top: 20px;
      margin-bottom: 20px; }
    .out-team .team-row .team-col .teamdiv .detail-part .social-links a i {
      width: 30px;
      text-align: center;
      font-size: .9rem; }

.slick-slide .team-col .teamdiv .detail-part {
  margin-right: 15px;
  margin-left: 15px; }

/* ===================================== Our Blog Style CSS ==================================== */
.our-blog {
  padding: 50px;
  background-color: #fff; }
  @media screen and (max-width: 940px) {
    .our-blog {
      padding: 30px 10px; } }
  .our-blog .blog-row .blogcol {
    margin-bottom: 30px; }
    .our-blog .blog-row .blogcol .blogdiv {
      background-color: #FFF;
      border-radius: 5px; 
      padding: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      }
      .our-blog .blog-row .blogcol .blogdiv img {
        width: 100%;height: 250px; }
      .our-blog .blog-row .blogcol .blogdiv .blog-detail {
        padding: 30px;
        text-align: center; }
        .our-blog .blog-row .blogcol .blogdiv .blog-detail h4 {
          /*font-weight: 600;*/
          font-size: 1.1rem;
          text-align: center;
          margin-bottom: 20px;
          height: 66px;
  overflow: hidden; }
        .our-blog .blog-row .blogcol .blogdiv .blog-detail span {
          color: #1965fd; }
        .our-blog .blog-row .blogcol .blogdiv .blog-detail p {
          margin-top: 20px; height: 165px;
  overflow: hidden;}
        .our-blog .blog-row .blogcol .blogdiv .blog-detail ul {
          margin-top: 20px; }
          .our-blog .blog-row .blogcol .blogdiv .blog-detail ul li {
            float: left;
            width: 33.33%;
            text-align: center;
            font-size: .85rem; }
            .our-blog .blog-row .blogcol .blogdiv .blog-detail ul li i {
              margin-right: 5px;
              font-size: 14px; }

.slick-slide .blogcol .blogdiv {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 5px; }

/* ===================================== Footer Cover Style  ================================== */
.footer-ablove {
  padding: 30px;
  background-color: #5cb400;
  color: #FFF;
  font-size: 1.5rem; }

.footer-ablove .btn {
  float: right;
  background-color: #FFF;
   }

footer {
  padding: 80px 50px;
  background-color: #071c35eb;
  color: #FFF; }

@media screen and (max-width: 940px) {
  footer {
    padding: 50px 10px; } }
footer h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-align: right;
  direction: rtl; }

footer .about p {
  font-size: .9em;
  margin-bottom: 20px;
  text-align: right;
  direction: rtl; }

footer .about .foot-address {
  display: flex;
  text-align: right;
  direction: rtl; }

footer .about .foot-address .icon {
  padding: 20px 10px; }

footer .about .foot-address .addet {
  font-size: .9rem;
  margin: auto 0px; }

footer .fotblog .blohjb {
  margin-bottom: 10px;
  text-align: right;
  direction: rtl; }

footer .fotblog .blohjb p {
  font-size: .9rem; }

footer .fotblog .blohjb span {
  font-size: .9rem; }

footer .glink ul li {
  padding: 10px;
  direction: rtl;
  text-align: right; }

footer .glink ul li i {
  margin-right: 10px; }

footer .glink ul li a {
  color: #FFF; }

footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #CCC; }

.copy {
  padding: 20px;
  background-color: #071c35;
  color: #FFF; }

.copy a {
  color: #FFF;
  font-size: .85rem; }

.copy span {
  float: right; }

.copy span i {
  margin-right: 20px; }

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd; }
  .cop-ck h2 {
    font-size: 1.2rem;
    margin-bottom: 20px; }

/* ===================================== Products Page Style  ================================== */
.our-products {
  padding: 50px;
  background-color: #eaeaea;
  padding-top: 0px; }
  @media screen and (max-width: 940px) {
    .our-products {
      padding: 30px 10px; } }
  .our-products .product-cover {
    background-color: #FFF;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 30px; }
    .our-products .product-cover .detail .name h4 {
      margin-bottom: 0px;
      font-size: 1.1rem;
     /* font-weight: 600; */
      text-align: center;
      height: 55px;
  overflow: hidden;
      }
    .our-products .product-cover .detail .name p {
      font-size: .9rem;
      text-align: right; }
    .our-products .product-cover .detail .price {
      padding-top: 12px;
      font-weight: 600; }

/* ===================================== Responsive Style CSS ==================================== */
@media screen and (max-width: 767px) {
  .detailsh {
    padding-top: 0px; }

  .form-login-body .login-desk .loginform .login-det {
    padding-bottom: 45px; } }
    
    .whatsapp-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-align: center;
  z-index: 100;
}

/**********************/
.sticky-container{
		/*background-color: #333;*/
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -150px;
		top: 50%;
		width: 200px;
		z-index: 2;
	}

	.sticky li{
		list-style-type: none;
		/*background-color: #fff;*/
		color: #efefef;
		height: 43px;
		padding: 0px;
		margin: 10px 0px 2px 0px;
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		cursor: pointer;
		/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
                filter: gray; 
                -webkit-filter: grayscale(100%); */
				/*border: 1px solid #ddd;*/
	}

	.sticky li:hover{
		margin-left: -115px;
		/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
                -webkit-filter: grayscale(0%);
	}

	.sticky li img{
		float: left;
		/*margin: 4px 4px;
		margin-right: 10px;*/

	}

	.sticky li p{
		padding: 0px;
		margin: 0px;
		text-transform: uppercase;
		line-height: 43px;
	}
/*# sourceMappingURL=style.css.map */

.product-filter-menu li a.activetab {
	background: #ed1b24;
	color: #fff;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #005493;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}
.header-search-form {
	width: 100%;
	position: relative;
	padding: 0 10px;
}
.header-search-form input {
  width: 100%;
  height: 44px;
  font-size: 14px;
  border-radius: 50px;
  border: none;
  padding: 0 19px;
  background: #f0f0f0;

}
.header-search-form button {
  position: absolute;
  height: 100%;
  right: 18px;
  font-size: 26px;
  color: #000;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.carousel-item img{
width: 250px;
height: 250px;
}
.carousel-inner{
margin-top: 85px;
}

.blogcol{
box-shadow: none !important;
}
