
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

.fxt-template-layout3{padding: 80px 0 !important;}
.logo img{height:75px;}
.fxt-header button.btn.btn-outline-light {
    background: #fff !important;
    color: #333;
}

.fxt-header button.btn.btn-outline-light:hover {
    background: #4a8cea !important;
    color: #fff !important;
  border:1px solid #4a8cea;
}
.fxt-template-layout3{min-height: auto !important;}
.fxt-template-layout3 .fxt-content {
    padding: 24px 17px 0px ;
    width: 100%;
    background-color: #d9d9d9;
  border-radius: 12px;
}


.fxt-template-layout3 .fxt-form h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.fxt-template-layout3 .fxt-form .form-group {
   position: relative; */
   z-index: 1; */
    margin-bottom: 0px !important; */
}

.fxt-template-layout3 .fxt-form .form-group .nav-tabs{display: inline-flex;}

.find-bgproject {background:#eaedef; border-radius:6px;}
.find-bgproject .card {
    padding: 22px 10px;
    margin: 0 18px 15px 18px;
}
.find-bgproject label.input-label {
    font-weight: 500;
    color: #333;
    margin: 9px 0px 5px 0px;
    font-size: 14px;
}

.find-bgproject textarea.form-control.search-articals {
    font-size: 11px;
}

.fxt-template-layout3 .fxt-btn-fill{    
    padding: 6px 20px;
    margin-bottom: 0;
    width: auto;}
.find-bgproject div#nav-tabContent {
    background: #fff !important;
} 

h2.find-projecthead {
    background: #4a8cea;
    padding: 13px 0;
    color: #fff;
    font-size: 17px;
    border-radius: 6px 6px 0 0;
}

.find-bgproject .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    font-weight: 500 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #333 !important;
    padding: 5px 12px !important;
    margin-bottom: 10px;
    width: auto !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  margin-bottom:0 !important;
}

.find-bgproject .fxt-btn-fill:hover {
    background-color: #000 !important;
    border-color: #666;
}
.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 3px 9px;
}

.find-bgproject .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background:#134ea0; color:#fff;} 
.icon-match {
    padding: 0 6px 0 0;
}
.find-icon {
    padding-right: 2px;
}

section, .section {
    color: #333;
    background-color: #f1f1f1;
    padding: 20px 0;
    overflow: clip;
}

.features .features-item h3 {
    font-weight: 500;
    font-size: 22px;
  margin-bottom: 0;
}

.features .features-item .image-stack .stack-front {
    grid-row: 1;
    grid-column: 1 / span 8;
    margin-top: 5%;
    width: 100%;
    z-index: 2;
}

.features .features-item .btn-get-started {
    background-color: #ffff;
    color: #333;
    padding: 2px 3px 4px 6px;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 7px;
}

.features .features-item .btn-get-started:hover{background:#2068b1; color:#fff;}

.features .features-item img {
    border: 6px solid #fff;
    box-shadow: 0 15px 30px -10px;
  border-radius:4px;

}
.main-menu ul li a{text-transform: uppercase; font-size: 14px !important;
    font-weight: 500 !important;}
.main-menu ul li a:hover{color:#333;}

.main-menu ul.right-nav li a {
    width: auto !important;
    height: auto !important;
    border-radius: 4px;
    background-color: #d92827 !important;
    text-align: center;
    color: #fff !important;
    border: solid 1px #d92827 !important;
    vertical-align: middle;
    display: table-cell;
    font-size: 13px;
    padding: 4px 4px;
    text-transform: capitalize;
}
.main-menu ul.nav{padding-top: 3px !important;}

.main-menu ul.right-nav li a:hover{background:#134ea0 !important; color:#f1f1f1 !important; border: 1px solid #fff !important;}
.section-title h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 13px;
    position: relative;
    color: #37517e;
    text-align: center;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #4a8cea;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p{text-align:center;}

#features .content h2, p, div {
    margin: 0;
    padding: 0;
    font-weight: 100;
  font-size:13px;
}

.clientBgBox {
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.clientBgBox a img {
  border-radius: 4px;
  padding: 0px;
  filter: grayscale(0);
  border: 1px solid #ccc !important;
  background:#fff;
}

.clientBgBox .owl-carousel.clientSlider .owl-nav {
  position: absolute;
  width: 100%;
  top: 25%;
}
.clientBgBox .owl-carousel.clientSlider .owl-nav .owl-prev {
  position: absolute;
  left: -18px;
  right: auto;
 
  border-radius: 5px 0 0 5px;
}
.clientBgBox .owl-carousel.clientSlider .owl-nav .owl-next,
.clientBgBox .owl-carousel.clientSlider .owl-nav .owl-prev {
  padding: 5px 5px !important;
  font-size: 37px;
  line-height: 37px;
 
}
.clientBgBox .owl-carousel.clientSlider .owl-nav .owl-next span,
.clientBgBox .owl-carousel.clientSlider .owl-nav .owl-prev span {
  display: block;
  line-height: 19px;
  height: 26px;
}
.clientBgBox .owl-carousel.clientSlider .owl-nav .owl-next {
  position: absolute;
  right: -18px;
  left: auto;
  border-radius: 0 5px 5px 0;
}


.lightbox-gallery {
    background: #e6e7eb;
    color: #000;
    overflow-x: hidden;
    padding: 0 15px;
}
.lightbox-gallery .item {
    padding-bottom: 23px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 4px 8px;
}

figure.snip0013 {
  position: relative;
  overflow: hidden;
  margin: 0px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
  border-radius:6px 6px 0 0;
}
.lightbox-gallery .item img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 178px;
}

figure.snip0013 img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0013 > div {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
}
figure.snip0013 > div a {
  color: #ffffff;
}
figure.snip0013 > div a i {
  font-size: 50px;
  opacity: 0;
  top: 50%;
  position: relative;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
}
figure.snip0013 > div a i.left-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.snip0013 > div a i.right-icon {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
figure.snip0013 > div::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0013:hover img {
  opacity: 0.35;
}
figure.snip0013:hover > div i {
  opacity: 0.9;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0013:hover > div i.left-icon {
  -webkit-transform: translate3d(1%, -50%, 0);
  transform: translate3d(1%, -50%, 0);
}
figure.snip0013:hover > div i.right-icon {
  -webkit-transform: translate3d(25%, -50%, 0);
  transform: translate3d(25%, -50%, 0);
}
figure.snip0013:hover > div::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
h4.gallery-head {
    text-align: center;
    background: #4a8cea;
    padding: 10px 0;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px 0px 6px 6px;
    color: #fff;
}
i.fa.fa-eye.left-icon.eye-icons {
    font-size: 22px;
}

.audio-bgdms {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 14px 21px;
    border-radius: 6px;
}

footer {
    background: #333 !important;
    color: #fff;
    border-top: 3px solid #fff;
}

footer .content p a {
    padding-left: 14px;
    color: #fff;
}

footer .footerBtn{background:none !important; color:#fff !important; font-size: 12px;}
footer .content p{margin-bottom:0 !important;}
footer .content p a:hover{color:#4a8cea;}
footer .footerBtn:hover{color:#4a8cea !important;}


/*@media (min-width: 320px) and (max-width: 768px) {
.logo img {
    height: 36px;
} 
.logo{padding-top:5px !important;}
.mob-menu span{display:flex !important; padding: 3px 7px !important; float:right; margin-top: 10px; font-size: 24px !important; width:auto !important;}
.main-menu ul li a{text-align:left !important;}
.main-menu ul.right-nav li a{font-size:14px !important}
figure.snip0013{max-width:100%;}

}
*/
