:root{
    --dark-blue: #0F0F0F;
    --light-blue: #008170;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    
}
a{
    text-decoration:none !important;
}

.techno-vertical-center img {
    height: 80px;
}

.techno-vertical-center {
    align-items: center;
}

.techno-bg-color {
    background-color: #fff;
}

.techno-font-poppins {
    font-family: 'Poppins', sans-serif;
}
.techno-text-typography{
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color:#f4f4f4;
}
.techno-secondly-heading{
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}
/* Hero-section CSS START */
.hero-background-image {
    width: 100%;
    background-image: url("../images/hero-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 15px 0px 15px;
    position: relative;
}

.techno-background-overlay {
    /*background-color: var(--dark-blue);*/
    background-color: #000;
    opacity: 0.65;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.techno-hero-section-content {
    min-height: 750px;
    max-width: 750px;
    z-index: 1;
    position: relative;
}

.techno-hero-section-content h3 {
    font-size: 43px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1em;
    color: #052730;
    background-color: #fff;
    padding: 0px 10px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 5px;
    display: inline-block;
}

.techno-hero-section-content h4 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    margin: 0px 0px 0px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1em;
}

.techno-heading-left-right-border
{
    font-family: "Poppins", Sans-serif;
    display:inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #fff;
    margin: auto;
    margin: 40px 0px;
    position: relative;


}
.techno-heading-left-right-border::before{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 30px;
    left: -40px;
    top: 8px;

}
.techno-heading-left-right-border::after{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 30px;
    right: -40px;
    top: 8px;
}

.techno-button
{
    background-color: transparent;
    background-image: linear-gradient(180deg, #B09F81 0%, #524335 100%);
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    padding: 16px 25px 16px 25px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    margin-top: 40px;
    display: inline-block;
}
/* Hero-section CSS END */



/* Learn More Section CSS START */
.techno-learn-more-section
{
    background-color: var(--light-blue);
    padding: 5% 0%;
}
.techno-learn-more-section h6
{
    font-family: "Poppins", Sans-serif;
    display:inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    color: #555555;
    margin: 20px 0px;
    position: relative;    
}
.techno-learn-more-section h6::after{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    width: 50px;
    right: -60px;
    top: 8px;

}
.techno-learn-more-section h2
{
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
}
.techno-text-background
{
    background-color: #fff;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
}

.techno-learn-more-section img{
    width: 65%;
    margin: auto;
    display: block;
    border-radius: 10px;
}
/* Learn More Section CSS END */




/* Our Blog Section CSS START */
.techno-blog-section
{
    margin: 100px 0px;
}
.techno-text-background-blog
{
    color:#fff;
    padding: 5px 10px 5px 10px;
    background-color: transparent;
    /*background-image: radial-gradient(at top left, #B09F81 0%, #524335 100%);*/
    background: var(--dark-blue);
    border-radius: 5px 5px 5px 5px;   
    display: inline-block; 
}
.techno-blog-section h6
{
    font-family: "Poppins", Sans-serif;
    display:inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.6px;
    color: #555555;
    margin: 20px 0px;
    position: relative;
}
.techno-blog-section h6::before{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #555555;
    width: 50px;
    right: -60px;
    top: 8px;

}
.techno-blog-section h6::after{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #555555;
    width: 50px;
    left: -60px;
    top: 8px;

}

.techno-blog-cards
{
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.techno-blog-cards h3
{
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #000000;    
}
.techno-blog-cards p{
    color: #555555;
    margin: 15px 0px;
}
.techno-blog-cards a{
    /*color: #B09F81;*/
    color: var(--dark-blue);
    font-size: 12px;
    font-weight: 700;
}
/* Our Blog Section CSS END */




/* Footer CSS START */
.techno-footer-section
{
    padding: 80px;
    background-color: var( --e-global-color-ad41708 );
    background-image: url("../images/footerbg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.techno-footer-bg-overlay{
    /*background-color: #052730;*/
    background-color: var(--dark-blue);
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.techno-footer-section h6
{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    display:inline-block;
    font-weight: 500;
    line-height: 17.6px;
    color: #ffffff;
    margin: 20px 0px;
    position: relative;
}
.techno-footer-section h6::before{
    content: '';
    position: absolute;
    height: 1px;
    /* background-color: #B09F81; */
    background-color: #fff;
    width: 50px;
    right: -60px;
    top: 8px;

}
.techno-list-main
{
 display: inline-block;
 margin-bottom: 15px;
}
.techno-list-icon i{
    /*color: #B09F81;*/
    color: var(--light-blue);
    padding-right:10px ;
}
.techno-icon-list-text
{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    color: #ffffff;   
}

/* Footer CSS END */

@media screen and (max-width:572px) {
 h3{
font-size: 28px !important;
 } 
 .techno-blog-cards h3
 {
font-size: 20px !important;
line-height: 28px;
 }
 h4
 {
    font-size: 25px !important;
 }
 .techno-footer-section
 {
    padding: 25px !important;
 }
}


















.background-light-blue{
    background:var(--light-blue) !important;
    border-color:var(--light-blue) !important;
}
.background-dark-blue{
    background:var(--dark-blue) !important;
    border-color:var(--dark-blue) !important;
}
.btn-dark-blue{
    background:#fff !important;
    border-color:#fff !important;
    color:#000 !important;
    font-weight: 700;
    transition:0.3s;
}
.btn-dark-blue:hover{
    background:var(--light-blue) !important;
    border-color:var(--light-blue) !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    color:#000 !important;
}

.btn-light-blue{
    background:var(--light-blue) !important;
    border-color:var(--light-blue) !important;
    color:#000 !important;
    transition:0.3s;
}
.btn-light-blue:hover{
    background:var(--dark-blue) !important;
    border-color:var(--dark-blue) !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    color:#fff !important;
}

.main-heading{
    background-color: #398ecf;
    padding-top: 170px;
    padding-bottom: 170px;
    background-position: center;
    background-image: url(jason-goodman-bzqU01v-G54-unsplash.jpg);
    opacity: 50%;
    background-size: cover;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    color: white;
    font-style: normal;
    font-family: sans-serif;
}
/*.techno-background-overlay {*/
/*  background-color: var(--dark-blue);*/
/*  opacity: 0.65;*/
/*  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  position: absolute;*/
/*}*/
.about-hero{
  background-image: url(../images/about-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}



/* Contact */
.contact-hero{
  background-image: url(../images/contact-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.who-we-are .img-top, .who-we-are .img-bottom {
  border: 8px solid #fff;
  border-radius: 5px;
}
.icon-box .icon-icon i{
    border-radius: 50%;
    padding: 15px;
    background: var(--light-blue);
    color:#fff;
    font-size: 26px;
    margin-bottom: 12px;
}



/* opt-in */
.opt-hero{
  background-image: url(../images/opt-in-hero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}

.contact-form-sec {
    color: #555555;
}

/* Single Blog */
.blog-hero{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}

ol, ul {
    margin-left: 15px;
}
::marker {
    font-weight: 700;
}

@media screen and (max-width:786px){
    .navbar-collapse{
        position:absolute;
        background-color: #f8f9fa!important;
        z-index: 99;
        top: 75px;
        left: 0px;
        width: 100%;
    }
}
@media screen and (max-width:572px){
    .techno-secondly-heading, .techno-learn-more-section h2{
        font-size:32px;
    }
    .techno-text-background-blog, .techno-text-background{
        padding: 2px 10px 2px 10px;
    }
    
}
.Copyright{
    background-color: var(--dark-blue);;
    height: 60px;
    text-align: center;
    padding: 20px;
}
.footer-copyright{
    color: whitesmoke;
}
.form-overlay {
    position: relative;
}
.form-overlay:before {
    content: ".";
    display: flex;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 9;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border-radius: 50%;
    background: #ccc;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    padding-bottom: 30px;
    color: #fff;
    animation: spin linear 0.7s infinite;
}
.form-overlay:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
}
@keyframes spin{
    100% {
        transform: rotate(0deg);
    }
    0% {
        transform: rotate(360deg);
    }
}
