
@font-face {
    font-family: kalpurush;
    src: url('../../../fonts/Kalpurush.ttf');
}
@font-face {
    font-family: Bhasa52Unicode;
    src: url('../../../fonts/Bhasa52Unicode.ttf');
}
@font-face {
    font-family: BornoBikash;
    src: url('../../../fonts/BornoBikash.ttf');
}
@font-face {
    font-family: PotroSans;
    src: url('../../../fonts/PotroSans.ttf');
}

:root {
 --light_blue1: #dee9f0;
}

body {
    background: #fff;
    color: #082e53;
    font-family: "Open Sans", sans-serif, "PotroSans";
    font-size: 17px;
	overflow-x: hidden;
}

.tmLogo {
    background: url("../../../assets/images/footer-logo.png") no-repeat center center;
    background-size: contain;
    width: 125px;
    height: 100px;
}

.adv{
    color: #d5d5d5;
}

.service-card i {
    font-size: 3em;
}

.service-card h5 {
    font-weight: bold;
    font-size: 1.25rem;
    color: #082e53;
}

.service-card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

a {
    color: #9bc9f7;
}

a:hover, a:active, a:focus {
    color: #2dca98;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif, "PotroSans";
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}

.sys-name a{    
    font-family: "Bhasa52Unicode", "PotroSans", sans-serif;
    font-size: 28px;
}

.sys-slogan {
	font-size: 14px;
	margin-top: -13px;
	color: #d6dff9;
	margin-left: 22px;
}

.cus_thead{
    background-color: #E2E9F2;
    font-weight: bold;
}

/* header style */
#header {
  position: relative;
  padding-bottom: 10px; /* optional spacing */
  text-align: center;
  font-family: sans-serif;
  color: white;
  background-color: #111; /* for contrast */
}

/* Stylish animated glowing bottom border */
/* #header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: linear-gradient(90deg, #11FF36, #00cc88, #11FF36);
  box-shadow: 0 0 8px #11FF36;
  animation: glowingBorder 3s ease-in-out infinite;
  border-radius: 1px;
} */

@keyframes glowingBorder {
  0% {
    width: 0%;
    opacity: 0.2;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 0%;
    opacity: 0.2;
  }
}


/* end: header style */

/* start landing top styles */
.top-content {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
   /* padding: 20px 40px;
    margin-top: 30px;*/
}

.top-content div {
	flex-basis: 50%;
	padding: 13px 6px;
	margin: 5px;
	opacity: 0.76;
	border-radius: 8px;
	font-size: 19px;
	text-align: center;
	background-color: #E8F7FF;
	min-width: 480px;
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}

.top-content .fa {
    font-size: 48px;
    font-weight: normal;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #aeabff;
    border-radius: 20px;
    margin-bottom: 10px;
    color: #0086DC;
}

@media (min-width: 1367px) {
    .top-content div {               
        font-size: 21px;                   
    }
    .top-content .fa {    
        padding: 20px;  
        margin-bottom: 15px;      
    }
}
@media (min-width: 200px) and (max-width: 767px) {
    .sec-row-hmsg{
        margin-top: -35px !important;
    }
    .top-content {
        flex-direction: column;
        margin-top: 15px;
        padding: 10px;
    }
    .top-content div { 
        padding: 10px;
        margin: 6px;       
        font-size: 17px;  
        min-width: 95%;                 
    }
    .top-content .fa {    
        font-size: 32px;        
        padding: 12px;  
        margin-bottom: 5px;      
    }
}
/* end landing top styles */

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #e6e6e6;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--Start title style---*/
.section-header p {
    text-align: center;
    padding-bottom: 5px;
}
/*--end title style---*/
.btn-narrow{
    padding: 2px 10px 0px 10px !important;
}
.mar_top_10{
    margin-top: 10px;
}

.login-loader {
	margin-top: 150px;
	text-align: center;
}

.mar_top_15{
    margin-top: 15px;
}
._err{
    border:1px solid red;
}
.jconfirm-title{
    color: red;
}
/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

.show_if_mobile {
    display: none;
}

.hide_if_mobile {
    display: block;
}

@media (max-width: 995px) {
    .back-to-top {
        bottom: 15px;
    }
    .show_if_mobile {
        display: block;
    }

    .hide_if_mobile {
        display: none;
    }

    .nav-menu > li {
        margin-left: 1px !important;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #d19b3d;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header, #header.header-fixed {
	background: rgb(0, 112, 240);
	/* background-image: linear-gradient(to left,#248de4,#251E5E); */
	border-bottom: 1px solid #9C9BAC;
	padding: 20px 0;
	height: 70px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
	/* background-image: radial-gradient( circle 523px at 12% 19.3%, rgb(172, 14, 229) 5%, #0855db 100.7% ); */
	/* animation: border_anim 3s infinite; */
}

@keyframes border_anim {
    
    50% {border-bottom-color: #6CD205;}
    
}

#header #logo {
    float: left;
    margin-top: -8px;    
}

.con_addres td {
    border: 0px;
}

.home_title_1{
    color: #e1e1e1;
    font-family:BornoBikash
}

.home_title_2{
    color: #2BFF85 !important;
}

.pricing {
    font-size: 14px;
    color: #fff;
    padding: 5px 0px;
}

.pricing2 {
	font-size: 14px;
	color: #e12626;
	padding: 5px 0px;
}

.direct_contact {
    background-color: #fff;
    padding: 5px 5px 0px 5px;
    border: 1px solid #80BDFF;
    border-radius: 8px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.direct_contact table{
    margin: 11px 5px 15px 5px !important;
}

/*#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}*/

#header #logo h1 {
    font-size: 25px;
    line-height: 1;
    font-family: "Open Sans", sans-serif, "PotroSans";
    text-transform: uppercase;
}

@media (max-width: 800px) {
    #header #logo h1 {
        font-size: 21px;
    }
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 21px;
    }

    #header #logo img {
        max-height: 40px;
    }

    .direct_contact {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 85% !important;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(45deg, rgba(194, 97, 93, 1.000) 0.000%, rgba(194, 97, 93, 1.000) 7.692%, rgba(193, 98, 94, 1.000) 7.692%, rgba(193, 98, 94, 1.000) 15.385%, rgba(189, 103, 97, 1.000) 15.385%, rgba(189, 103, 97, 1.000) 23.077%, rgba(183, 111, 102, 1.000) 23.077%, rgba(183, 111, 102, 1.000) 30.769%, rgba(174, 121, 110, 1.000) 30.769%, rgba(174, 121, 110, 1.000) 38.462%, rgba(163, 132, 120, 1.000) 38.462%, rgba(163, 132, 120, 1.000) 46.154%, rgba(151, 145, 132, 1.000) 46.154%, rgba(151, 145, 132, 1.000) 53.846%, rgba(139, 157, 144, 1.000) 53.846%, rgba(139, 157, 144, 1.000) 61.538%, rgba(127, 169, 155, 1.000) 61.538%, rgba(127, 169, 155, 1.000) 69.231%, rgba(117, 179, 166, 1.000) 69.231%, rgba(117, 179, 166, 1.000) 76.923%, rgba(108, 186, 176, 1.000) 76.923%, rgba(108, 186, 176, 1.000) 84.615%, rgba(102, 191, 184, 1.000) 84.615%, rgba(102, 191, 184, 1.000) 92.308%, rgba(98, 192, 189, 1.000) 92.308% 100.000%);
    /* background: url(../img/tbg.png) top center; */
    /* background: url(../img/hero-bg.jpg) top center; */
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

#hero:before {
    content: "";
    background: rgba(2, 2, 43, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h1 {
    margin: 120px 0 10px 0;
    font-size: 33px;
    /*line-height: 56px;
    text-transform: uppercase;*/
    color: #fff;
}
.video-content{
    width: 60% !important;
}
@media (min-width: 1400px) {
    .video-content{
        width: 50% !important;
    }
}
.vid-howtouse-tm{
    width: 100% !important;
    height: 430px;
    border:2px #eee groove;
}
@media (min-width: 400px) and (max-width: 768px){
    #hero {
        height: 85vh;        
    }
}
@media (min-width: 361px) and (max-width: 399px){
    #hero {
        height: 115vh;
    }
}
@media (max-width: 360px){
    #hero {
        height: 113vh;
    }
}
@media (max-width: 768px) {   
    #hero h1 {
        font-size: 19px;
        line-height: 36px;
    }
    .video-content{
        width: 100% !important;
    }
    .vid-howtouse-tm{
        height: 240px;
    }
}
@media (min-width: 401px) and (max-width: 768px){
    #hero h1 {
        margin-top:70px;
    }
}
@media (max-width: 400px) {
    #hero h1 {
        margin-top:110px;
    }
}

#hero h2 {
    color: #eee;
    margin-bottom: 3px;
    font-size: 21px;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 3px;
    }
}

#hero .btn-get-started {
    font-family: "Open Sans", sans-serif, "PotroSans";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #d19b3d;
    border: 2px solid #d19b3d;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0px 0 7px 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 5px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Open Sans", sans-serif, "PotroSans";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    outline: none;
}

.nav-menu > li {
    margin-left: 1px;
}

.nav-menu > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -18px;
    left: 0;
    /*background-color: none;*/
    /*background-color: #f9f9f9;*/
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    /*transition: 0.3s;*/
    display: block;
    font-size: 13px;
    text-transform: none;
    opacity: 0;
    transition: all 0.2s ease-out;
}
/*
.nav-menu ul li a:hover {
    background: #d19b3d;
    color: #fff;
}*/

.nav-menu a:hover, .nav-menu a:active, .nav-menu a:focus, .nav-menu a:target, .active_link {
	background: #034083 !important;
    color:#fff !important;
	padding: 19px 8px !important;
	margin-top: -19px;
    opacity: 1;
    transition: all 0.2s ease-in;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 10px !important;
    top: 0;
    z-index: 999;
    margin: 12px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
    .nav-menu a:hover, .nav-menu a:active, .nav-menu a:focus, .nav-menu a:target, .active_link {
        padding: 10px 8px !important;
        margin-top: 0px;       
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(20, 44, 100, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #d19b3d;
}

#mobile-nav ul .menu-item-active {
    color: #d19b3d;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: #082e53;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header, .section-description {
    text-align: center;
    padding-bottom: 10px;
    color: #56626f;
    font-size: 18px;
}

/* About Us Section
--------------------------------*/
#login {
    background-color: #F3F9F8;
	background-image: url(../../assets/img/dot-bg.png) !important;
    padding: 100px 0;
    margin-top: 50px;
}

#about {
    background: #fff;
    padding: 80px 0;
}

#about .about-container .background {
    min-height: 300px;
    background: url(../img/about-img.jpg) center top no-repeat;
    margin-bottom: 10px;
}

#about .about-container .content {
    background: #fff;
}

#about .about-container .title {
    color: #332d26;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 768px) {
    #about .about-container .title {
        padding-top: 15px;
    }
}

#about .about-container p {
    line-height: 26px;
}

#about .about-container p:last-child {
    margin-bottom: 0;
}

#about .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #d19b3d;
}

#about .about-container .icon-box .icon i {
    color: #d19b3d;
    font-size: 24px;
}

#about .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#about .about-container .icon-box .title a {
    color: #111;
}

#about .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
    background: #f7f7f7;
    padding: 80px 0 60px 0;
}

#facts .counters span {
    font-size: 48px;
    display: block;
    color: #d19b3d;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Open Sans", sans-serif, "PotroSans";
    font-size: 14px;
}

/* Services Section
--------------------------------*/
#features {
    background: #F3F9F8;
    padding: 50px 0 25px 0;
    background-image: url(../../assets/img/dot-bg.png) !important;
    background-repeat: repeat;
}
#features .card{  
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}

#pricing {
    background: #F3F9F8;
    padding: 0px 0 50px 0;
    background-image: url(../../assets/img/dot-bg.png) !important;
    background-repeat: repeat;
}

#pricing .card {
	background-image: linear-gradient(to top, #f3e7e9 0%, #afdfd9 99%, #e3eeff 100%);
	border: 1px solid #b5b5b5 !important;
}

#pricing .card:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#features .box, #pricing .box {
    padding: 20px 20px 17px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    position: relative;
    background: #fbfbfb;
    font-size: 17px;
    box-shadow: 1px 9px 18px rgba(62, 85, 120, 0.45);
}

#packages {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0px 10px;
}

#packages .box1,
#packages .box2,
#packages .box3 {
    border-radius: 6px;
    flex: 1 1 calc(33.333% - 20px); /* Adjusts box width and maintains equal spacing */
    margin: 5px 6px; /* Add vertical margin if needed */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#features .table th {
    border-top: 0px;
}

#features .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #d19b3d;
}

#features .icon a {
    display: inline-block;
}

#features .icon i {
    color: #fff;
    font-size: 24px;
}

.inner_title_1 {
	padding: 8px 0px;
	margin: 0 0 20px 0;
	background-color: #E2E9F2;
}

#features .box:hover .icon {
    background: #fff;
    border: 2px solid #d19b3d;
}

#features .box:hover .icon i {
    color: #d19b3d;
}

#features .box:hover .icon a {
    color: #d19b3d;
}

#features .title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: up5percase;
}

#features .title a {
    color: #111;
}

#features .description {
    font-size: 14px;
    line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

@media (max-width: 1024px) {
    #call-to-action {
        background-attachment: scroll;
    }
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Open Sans", sans-serif, "PotroSans";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #d19b3d;
    border: 2px solid #d19b3d;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
    background: #f7f7f7;
    padding: 80px 0;
}

#portfolio #portfolio-wrapper {
    padding-right: 15px;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
    background: #d19b3d;
    color: #fff;
}

#portfolio .portfolio-item {
    position: relative;
    height: 200px;
    overflow: hidden !important;
    margin-bottom: 15px;
    transition: all 350ms ease;
    transform: scale(1);
}

#portfolio .portfolio-item a {
    display: block;
    margin-right: 15px;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
    height: 50px;
    background: #d19b3d;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 8px 0 2px 8px;
    margin: 0;
}

#portfolio .portfolio-item .details span {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
    bottom: 0;
}

#portfolio .portfolio-item:hover img {
    top: -30px;
}

/* Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 80px 0 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: #b3b3b3;
}

#team .member .social a:hover {
    color: #d19b3d;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
	padding: 15px 0 2px 0;
	margin-top: -70px;
	background-color: #F3F9F8;
	background-image: url(../../assets/img/dot-bg.png) !important;
	background-repeat: repeat;
}
#contact .box {
	padding: 40px 40px 0px 40px;
	margin-bottom: 50px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 4px;
	position: relative;
	background: #fbfbfb;
	font-size: 17px;
	min-height: 321px;
	/* box-shadow: 1px 9px 18px rgba(62, 85, 120, 0.45); */
	/* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

#contact .cbox {
	background-image: url(../img/tiny_bg.png) !important;
}

#contact .c_row {    
    background-color: #fff;
	text-align: left;	
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 13px;
    display: inline-block;
    width: 100%;
}

#contact .c_row:hover, #contact .c_row:focus {
	border: 1px solid #2192f4;
	transition-delay: .5ms;
	background: #eef4ff;
}

#contact .c_row a{
    color: #868e95;
    display: block;
    padding: 2px 10px 4px 15px;
}

#contact .c_row a:hover, #contact .c_row a:focus{
    color: #2192f4;    
}

#contact .c_row span{
    font-size: 25px;
    margin-right: 20px;
}

#contact .cicon1{
    color:#00AAE9;
}

#contact .cicon2{
    color:#13A801;
}

#contact .cicon3{
    color:#44C054;
}

#contact .cicon4{
    color:#E94438;
    font-size: 23px !important;
}

#contact #google-map {
    height: 300px;
    margin-bottom: 20px;
}

/* #contact .cicon1,
#contact .cicon2,
#contact .cicon3,
#contact .cicon4{
    border-right: 1px solid #ddd;
    padding-right: 15px;
} */

#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #d19b3d;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

#contact .info .email p {
    padding-top: 5px;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#contact .social-links a:hover {
    background: #d19b3d;
    color: #fff;
}

#contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
}

#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.off_day {
    color: #ed3c0d;
}

#contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 6px;
	font-weight: 600;
	border-radius: 4px;
}

#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

#contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
    background-color: #009ADC;
}

#contact .php-email-form button[type="submit"] {
    background: #009ADC;
    border: 0;
    padding: 6px 20px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

#contact .php-email-form button[type="submit"]:hover {
    background: #0279BC;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /* background: #09263C; */
    background: #28497b;
    /* border-top: 1px solid #343a3f; */
    padding: 30px 0 0px 0px;
    color: #d5d5d5;
    font-size: 15px;
    /* background-image: url(../../assets/img/bg-texture-px.svg); */
}

#footer hr {
    border-top: 1px groove #4a4a86 !important;
    margin: 1px 0px 15px 0px;
}

#footer ul {
    list-style-type: none;
    /*padding-left: 0px;*/
}

#footer ul li {
    padding: 5px 1px;
}

#footer .copy-right {
	background: #1c3b6a;
	padding: 15px 0px;
}

#footer ul li i {
	border: 1px solid #9bc9f7;
	border-radius: 8px;
	font-size: 16px;
	padding: 5px;
	width: 27px;
	margin: 0 auto;
}

#footer .copyright {
    text-align: left;
    font-size: 13px;
}

#footer .credits {
    padding-top: 0px;
    text-align: right;
    font-size: 13px;
    color: #ccc;
}

#footer a{
    font-weight: normal;
}

/*----Customize Styles----*/
#contact .info div {
    margin: 10px 0px;
}  

.input-group-addon {
    padding: 9px 12px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ans_input {
    border-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.table td, .table th {
    padding: 0.5rem !important;
}

.price_list {
    margin-top: 60px;
}

table th, .panel-title, b {
    color: #082e53 !important;
    font-weight: 600;
}

b, .title {
    color: #3f3a34 !important;
    font-weight: 400 !important;
}

.con_addres a {
    color: #0B6FDD;
}

.con_addres a:hover {
    color: #2dca98;
}

.contact-btn {
    text-align: right;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .03);
}

/* Customized styles*/
.alert {
    padding: .48rem 1.25rem;
    width: 100%;
}

.h3, h3 {
    font-size: 1.5rem;
}

/*End Customized styles*/

@media (max-width: 768px) {
    #login {
        margin-top: 0px;
    }

    .price_list {
        margin-top: 0px;
    }

    #contact .box {
        margin-bottom: 22px;  
        padding: 20px 20px 0px 20px;     
    }

    .contact-btn {
        text-align: left;
    }

    #footer .col-lg-6, #footer .copyright, #footer .credits {
        text-align: center !important;
    }
}