
body {
  /*background-color: #f7f7f7;*/
  color: #656565;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
  color: #656565;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #bebebe;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

section{
  padding-top: 75px;
  padding-bottom: 75px;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.theme-bg-color{
  background: #2e3192;
}
.theme-bg-gray{
  background: #f5f5f5
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: #13335594;
}
.overly{
   background-color: rgb(0 0 0);
}

.navbut {
  position: relative;
  padding: 5px 10px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  color: #2d3290;
  text-transform: uppercase;
  font-weight: 600;
}


.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin: 0 0 35px;
  position: relative;
}

.title-a {
  /*font-size: 3rem;*/
  font-weight: bold;
  text-transform: uppercase;

}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 70px;
  height: 2px;
  background-color: #2e3094;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #dbb064;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: rgb(53 144 136 / 15%);
  border-top: 2px solid rgba(247,86,86,1);
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #dcb165;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #2e3094;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#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 #f2f2f2;
  border-top: 6px solid #0078ff;
  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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  /*transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;*/
    /*margin-top: 23px;*/
    transition: all .5s ease-in-out;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    /*width: 92%;
    margin-left: 4%;*/
    /*height: 90px;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0px 4px 10px #00000061;
    border-bottom: 2px solid #2571dc;*/

}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.37);

}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 40px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}
.navbar-b.navbar-trans .navbut:before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #7d5437;
  border-left-color: #7d5437;
}
.navbar-b.navbar-trans .navbut:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #7d5437;
  border-right-color: #7d5437;
}

.navbar-b.navbar-trans .navbut.active:after{
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #7d5437;
  border-right-color: #7d5437;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #171717;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  width: 100%;
  border-radius: 0px;
  border : 0px;
}

/*.navbar-b.navbar-reduce .nav-link {
  color: #797979;
}*/

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #c60021;
}





.navbar-b.navbar-reduce .nav-link:hover {
  color: #c60021;
}

/*.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #c60021;
}*/

.navbar-b.navbar-reduce .navbar-brand {
  color: #c60021;
}

/*.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}*/

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #0078ff;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #0078ff;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

/*.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}*/

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

/*.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}*/

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  /*height: 100vh;*/
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  /*background-color: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #daae62;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #0078ff;
}

/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #000;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 120px;
  width: 120px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #000000;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #f7f7f7;
  border: 1px solid #e7c97f;
  border-radius: 10px;
  /*box-shadow: 0px 0px 10px #353535;*/
}


.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
  border-radius: 9px;
  border-radius: 10px 10px 0px 0px;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 1rem 4% 1rem 4%;
  border-radius: 0px 0px 10px 10px;
  background-size: cover;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .product-dtl {
  color: #1e1e1e;
  margin: 0px;
}

.work-content .w-like {
  font-size: 1.5rem;
  color: #c60021;
  float: right;
  padding-right: 44px;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (max-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
    /*border-radius: 10px;*/
    /*box-shadow: 0px 13px 19px -4px #343434;*/
  }
  

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
    /*margin-top: 10px;*/
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 3.0rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
  .logo1{
    display: none;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 769px) {
  .back-to-top {bottom: 15px;}
  .navbar-b{padding: 13px 18px;}
  .logo{width: 138px;}
  .navManu{
    margin-top: 9px;
    border-top: 1px solid #030102;
    padding-top: 10px;
  }
  .navManuUi{
  /*border-top: 2px solid rgba(41, 40, 40, 0.31);*/
  border-bottom: 1px solid rgb(44 49 146);
  }
  #navbarDefault li{padding: 10px;} 
  
}

@media (max-width: 415px){
  
  .hidebg {display: none !important;}
  .showbg{ height: 600px; }
  .figure1{margin-left: 10px !important;}
}
@media (min-width: 1025px){
  .showbg {display: none !important;}
  .hidebg {background: none !important;}
}
@media (max-width: 1024px){
  .hidebg {display: none !important;}
  .showbg{ height: 600px;}
  
  
}




.aline{
  margin: 0px !important;
}
.format{
  padding-top: 46px;
}
.product-ad{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(178 195 198) 42%, rgba(178 195 198) 60%, rgba(255,255,255,1) 100%);
  /*background-color: #0a0a0a;*/ 
  /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(225 158 76) 42%, rgb(225 158 76) 42%, rgba(255,255,255,1) 100%);*/
}
.box {
  /*width: 300px;*/
  margin: 20px auto;
  background: #f5f5f5;
  padding: 20px;
  /*text-align: center;*/
  /*font-weight: 900;*/
  color: #7d7979;
  /*font-family: arial;*/
  position: relative;
  border-radius: 8px;
  border: 3px solid #94c5e2;
  box-shadow: 0px 7px 9px #25252fab;
}
.sb3:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #3b7090;;
  border-right: 10px solid transparent;
  /*border-top: 10px solid #00bfb6;*/
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}
.sb3 p{
  font-size: 14px;
}
.sb13{
  background-color: #d9eef9;
  padding: 55px;
}
.figure1{
  margin: 0px;
  /*margin-left: 94px;*/
}
.happy_silver{
    width: 160px;
   box-shadow: none;
   /* margin: 22% 25% 2%;*/
    /* margin-left: 67.8%; */
    /* position: absolute; */
    background: none;
    border: none;
    
    margin-right: auto;
}
.happy_silver_w{
  width: 140px;
  margin: auto;
  display: block;
 /* margin: 22% 25% 2%;*/
  background: none;
  /*padding-top: 20%;*/
  border: none;
  /*margin-right: auto;*/
      border-radius: 0px;
  box-shadow: none;
}

.hand-picked{
    width: 320px;
    margin: auto;
    display: block;
    /*margin: 1% 13% 5%;*/
    /* margin-top: 24%; */
    /* margin-left: 64%; */
    /* position: absolute; */
    margin-bottom: 3rem;
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
  }
  .walnut_banner{
    width: 360px;
    /*margin: 1% 13% 5%;*/
    padding-top: 20px;
    margin: auto;
    display: block;
    /* margin-top: 24%; */
    /* margin-left: 64%; */
    /* position: absolute; */
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
  }
  .pista_banner{
    width: 500px;
    /*padding-top: 40px;*/
    margin: auto;
    display: block;
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
  }
  .oil_banner{
    width: 360px;
    margin: auto;
    display: block;
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
  }
  .ALMOND{
    /* width: 365px;*/
    margin: auto;
    display: block;
    /* margin-top: 33%; */
   /* margin: 4% 8% 1%;*/
    /* margin-left: 820px; */
    /* position: absolute; */
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;

}
.pista{
  /*width: 365px;*/
  padding-top: 40px;
   margin: auto;
    display: block;
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
}
.walnut{
  background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    /*width: 250px;*/
    padding-top: 40px;
    margin: auto;
    display: block;
}
.oil{
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    /*width: 406px;*/
    /*margin: 0px;*/
    margin: auto;
    display: block;
}

.without_shell{
  width: 300px;
  background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    width: 290px;
    padding-top: 40px;
    margin: 0px;
}
.product_cl
{
      color: #daad61;

}
/*animation logo */
center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
}
center.row {
  flex-direction: row;
}

/* Animations */
@-webkit-keyframes backToFront {
  from {
    z-index: 0;
  }
  to {
    z-index: 1;
  }
}
@keyframes backToFront {
  from {
    z-index: 0;
  }
  to {
    z-index: 1;
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes orbit {
  from {
    -webkit-transform: translate(0, -1em);
            transform: translate(0, -1em);
  }
  to {
    -webkit-transform: translate(10em, 1em);
            transform: translate(10em, 1em);
  }
}
@keyframes orbit {
  from {
    -webkit-transform: translate(0, -2em);
            transform: translate(0, -2em);
  }
  to {
    -webkit-transform: translate(18em, 1em);
            transform: translate(18em, 1em);
  }
}
/* Shapes */
.globe {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  
  overflow: hidden;
}
.globe:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /*border: solid 1em rgba(0, 0, 0, 0.2);*/
  border-radius: inherit;
  bottom: -.1em;
  right: -.5em;
}
.globe:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.moon {
  /*width: 2em;*/
  margin-left: -9em;
  /*background: #eea;*/
  -webkit-animation: orbit 3s ease-in-out alternate infinite;
          animation: orbit 3s ease-in-out alternate infinite;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
  z-index: 0;
}
.moon:before {
  bottom: -.5em;
  right: -.7em;
}

.shadow {
  display: flex;
  position: absolute;
  margin-left: -4em;
  margin-top: .6em;
  -webkit-animation: orbit 3s ease-in-out alternate infinite;
          animation: orbit 3s ease-in-out alternate infinite;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.shadow:after {
  /*content: '';*/
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeInOut 3s ease-in-out alternate infinite;
          animation: fadeInOut 3s ease-in-out alternate infinite;
}

.earth {
  /*width: 6em;*/
  /*background: #0af;*/
  -webkit-animation: backToFront 3s ease-in-out alternate infinite;
          animation: backToFront 3s ease-in-out alternate infinite;
  animation-steps: 2;
}
/*end animation logo*/
.img_left{
  width: 48%;
  float: left;
  text-align: right;
  margin: 2px 10px;
  display: inline
}
.img_right{
  float: left;
  text-align: left;
  margin: 2px 10px;
  display: inline;
  width: 48%;
}
.img_cnt{
  position: absolute;
}
.side_logo{
  margin: 50%;
}
.slide_cnt{
   position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 100%;
}
.slide_in{
  height: 100%;
}
.div_scn{
  margin-top: 50px;
}

.company a{
  color: #656565;
}
.company a:hover {
  color: rgba(247,86,86,1);
}
.custmers h2{
  color: #000;
}
.info p{
  padding: 0px;
  margin: 0px;
}

#homebg{
background: rgba(212,7,58,1);
background: -moz-linear-gradient(left, rgba(212,7,58,1) 0%, rgba(87,27,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,7,58,1)), color-stop(100%, rgba(87,27,41,1)));
background: -webkit-linear-gradient(left, rgba(212,7,58,1) 0%, rgba(87,27,41,1) 100%);
background: -o-linear-gradient(left, rgba(212,7,58,1) 0%, rgba(87,27,41,1) 100%);
background: -ms-linear-gradient(left, rgba(212,7,58,1) 0%, rgba(87,27,41,1) 100%);
background: linear-gradient(to right, rgba(212,7,58,1) 0%, rgba(87,27,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4073a', endColorstr='#571b29', GradientType=1 );
}

.btn_color{

      background: white!important;
}

#homebg1{
  background: rgba(135,135,135,1);
background: -moz-linear-gradient(left, rgba(135,135,135,1) 0%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,135,135,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(left, rgba(135,135,135,1) 0%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(left, rgba(135,135,135,1) 0%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(left, rgba(135,135,135,1) 0%, rgba(19,19,19,1) 100%);
background: linear-gradient(to right, rgba(135,135,135,1) 0%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#131313', GradientType=1 );
}

#homebg2{
  background: rgba(114,147,182,1);
background: -moz-linear-gradient(left, rgba(114,147,182,1) 0%, rgba(34,45,56,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(114,147,182,1)), color-stop(100%, rgba(34,45,56,1)));
background: -webkit-linear-gradient(left, rgba(114,147,182,1) 0%, rgba(34,45,56,1) 100%);
background: -o-linear-gradient(left, rgba(114,147,182,1) 0%, rgba(34,45,56,1) 100%);
background: -ms-linear-gradient(left, rgba(114,147,182,1) 0%, rgba(34,45,56,1) 100%);
background: linear-gradient(to right, rgba(114,147,182,1) 0%, rgba(34,45,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7293b6', endColorstr='#222d38', GradientType=1 );
}

#homebg3{
  background: rgba(247,86,86,1);
background: -moz-linear-gradient(left, rgba(247,86,86,1) 0%, rgba(143,2,34,1) 70%, rgba(109,0,25,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,86,86,1)), color-stop(70%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
background: -webkit-linear-gradient(left, rgba(247,86,86,1) 0%, rgba(143,2,34,1) 70%, rgba(109,0,25,1) 100%);
background: -o-linear-gradient(left, rgba(247,86,86,1) 0%, rgba(143,2,34,1) 70%, rgba(109,0,25,1) 100%);
background: -ms-linear-gradient(left, rgba(247,86,86,1) 0%, rgba(143,2,34,1) 70%, rgba(109,0,25,1) 100%);
background: linear-gradient(to right, rgba(247,86,86,1) 0%, rgba(143,2,34,1) 70%, rgba(109,0,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75656', endColorstr='#6d0019', GradientType=1 );
}


.preload{
  text-align: center;
}

#overlayer {
  width:100%;
  height:100%;  
  position:absolute;
  z-index:1;
  background:#ffffff;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index:3;
  border: 4px solid #c60021;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #f0d690;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}


.card{
  border-radius: 1.25rem;
}

.card:hover {
  box-shadow: 0px 10px 40px #929292;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.font-color
{
  color: #2e3094;
}

.product-card{
  box-shadow: 0px 0px 50px #dedede;
}
     
/*.mobi-menu{
  display: block;
}  */

@media (min-width: 991px){
  .mobi-menu{
      display: none !important;
    }
}    

@media (max-width: 992px) {
    .dsk-menu{
      display: none;
    }

    .mobi-menu{
      display: block;
    }
}

/**************** gallery_part css start ****************/
/* line 2, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* ---- grid-item ---- */
}

/* line 6, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .col-xl-12 {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  /* line 6, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .col-xl-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter {
  margin-bottom: 32px;
}

/* line 20, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter ul li {
  display: inline-block;
  margin-right: 45px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  color: #182028;
  position: relative;
}

@media (max-width: 991px) {
  /* line 20, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .portfolio-filter ul li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}

/* line 36, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 0;
  height: 2px;
  background-color: #282828;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 50, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter .active {
  color: #ff4800 !important;
}

/* line 52, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .portfolio-filter .active:after {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 50px;
  height: 2px;
  background-color: #282828;
}

/* line 63, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/* line 91, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #282828c2;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0.7);
  background-size: 200% auto;
}

/* line 106, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
}

/* line 121, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 128, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text p {
  color: #ff4800;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 10px;
}

/* line 135, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text p:after {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 31%;
  height: 1px;
  background-color: #4b5153;
  z-index: -1;
}

/* line 145, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item .single_gallery_item_iner .gallery_item_text p:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 13px;
  width: 31%;
  height: 1px;
  background-color: #4b5153;
  z-index: -1;
}

/* line 160, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item:hover .gallery_item_text {
  opacity: 1;
  visibility: visible;
}

/* line 165, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .single_gallery_item:hover .single_gallery_item_iner:after {
  opacity: 1;
  transform: scale(1);
}

/* line 175, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .img-gal {
  width: 33.33%;
}

@media (max-width: 576px) {
  /* line 175, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 175, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 175, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    width: 50%;
  }
}

/* line 193, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .img-gal {
  height: 300px;
  float: left;
  background-position: center;
}

@media (max-width: 991px) {
  /* line 193, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    height: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 193, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .img-gal {
    height: 300px;
  }
}

/* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .width-1 {
  width: 33.33%;
}

@media (max-width: 576px) {
  /* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-1 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-1 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 203, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-1 {
    width: 50%;
  }
}

/* line 219, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .width-2 {
  width: 33.33%;
  border-right: 0 solid #fff;
}

@media (max-width: 576px) {
  /* line 219, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-2 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 219, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-2 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 219, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .width-2 {
    width: 50%;
  }
}

@media (max-width: 991px) {
  /* line 236, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
  .gallery_part .sm_weight {
    width: 100%;
  }
}

/* line 245, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_gallery_part.scss */
.gallery_part .bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}     

/**************** services css start ****************/
/* line 4, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_img img {
  width: 100%;
}

/* line 8, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text {
  background-color: #fcf7f7;
  height: 100% !important;
}

/* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text span {
  font-size: 60px !important;
  margin-bottom: 27px;
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 17, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .single_offer_text span {
    margin-bottom: 10px;
  }
}

/* line 28, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text h4 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  /* line 28, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .single_offer_text h4 {
    margin-bottom: 10px;
  }
}

/* line 40, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text p {
  margin-bottom: 40px;
}

/* line 43, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1 {
  color: #182028;
}

/* line 45, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1:after {
  background-color: #182028;
}

/* line 49, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1:before {
  background-color: #182028;
}

/* line 53, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1:hover:after {
  background-color: #ff4800;
}

/* line 57, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .single_offer_text .btn_1:hover:before {
  background-color: #ff4800;
}

/* line 63, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .wedding {
  margin-bottom: 30px;
  padding: 56px 30px 65px;
}

@media (max-width: 991px) {
  /* line 63, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .wedding {
    padding: 25px 15px 30px;
  }
}

/* line 73, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
.our_service .nature {
  margin-top: 30px;
  padding: 43px 109px 60px;
}

@media (max-width: 991px) {
  /* line 73, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .nature {
    padding: 25px 15px 30px;
  }
}

@media (max-width: 991px) {
  /* line 84, ../../01 cl html template/187 Shotgear Photography/187 Shotgear Photography Html/sass/_services.scss */
  .our_service .single_offer_img {
    margin-bottom: 30px;
  }
}      

.btn_1{
  display: inline-block;
    background-color: transparent;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}

.btn_1:before {
    position: absolute;
    content: "";
    right: -50px;
    top: 11px;
    width: 40px;
    height: 1px;
    background-color: #fff;
}

.btn_1:after {
    position: absolute;
    content: "";
    left: -50px;
    top: 11px;
    width: 40px;
    height: 1px;
    background-color: #fff;
}

.btn_1:hover {
    color: #2d3290 !important;
}


.specifcation .table td, .specifcation .table th {
  padding: .25rem !important;
}


.owl-theme .owl-dots .owl-dot span {
  border-radius: 8px;
  width: 7px;
  height: 7px;
  margin: 6px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.details-sec{
    margin-right: 0px !important;
    margin-left: 0px !important;
}


.btn-outline-primary {
    color: #2e3094 !important;
    background-color: transparent;
    background-image: none;
    border-color: #2e3094 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #2e3094;
    border-color: #2e3094;
}

.grid-broder{
    border: 1px solid #c5c5c5;
}

.table-secondary-light{
  background-color: #f7f7f7;
}

.line-1{
  line-height: 1;
}

.font-12{
  font-size: 12px;
}

.footer-sec{
  background: whitesmoke;
  border-top: 5px solid #2e3192;
}


.card-why{
    padding: 40px 20px;
    background: white;
    border-radius: 15px;
}