/*============= Common CSS goes here ===========*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul,ol{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
    line-height: 0.8;
}
h1,h2,h3,h4,h5,h6,a{
    font-family: 'Open Sans', sans-serif;
}
h2 {

}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
body {
    position: relative;
    background-color: #000;
  }


/*============= Navbar CSS goes here ===========*/
#top-nav{
    background-color: rgb(161, 12, 12);
}

.top-nav-main h1{
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.nav {
    border-radius: 50px;
    background-color: rgb(255, 193, 0);
    padding: 20px 20px;
}
.nav span {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 24px;
    font-size: 20px;
    color: rgb(45, 50, 58);
    font-weight: 400;
}

.nav-main {
    margin-left: 50px;
}
.video {
    background-color: #fff;
    border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
    padding-bottom: 50px;

}
.video-titile h2 {
    padding-top: 30px;
    font-size: 22px;
    font-weight: 700;
}
.video-main img {
    width: 95%;
}
.offer-img {
    background-image: url(../images/tag.png);
    background-size: cover;
    background-position: center;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
}

#banner{

    background-image: url(../images/bg-buildings.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
}
.first-info h2 {
    line-height: 38px;
    font-size: 32px;
    color: rgb(153,22,22);
    font-family: 'Antic Slab', serif;
    background-color: rgb(255, 255, 255);
    font-weight: 700;
    font-style: italic;
    padding: 10px 20px;
}
.sec-info h2 {
    font-size: 57px;
    line-height: 74px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}
.sec-info h6 {
    color: #fff;
    font-size: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
}






.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
  }
  .form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: #fff;
  }
  .close-button {
    background: none;
    color: black;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #fff;
  }
  
  .form-popup-bg:before {
    content: "";
    background-color: #fff;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .form-popup-bg h1 {
    padding-bottom: 40px;
    font-size: xx-large;
    color: #D00808;
    line-height: 45px;
}
.form-popup-bg h5 {
    line-height: 28px;
    padding-bottom: 10px;
}

.privacy-policy {
    background-color: #ffffff;
    padding: 14px 10px 16px;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04) inset;
    clear: both;
    border-radius: 0 0 6px 6px;
    font-size: 15px;
    color: #818181;
}
.modal-body center{
    color: #818181;
    font-size: 20px;
}
.sec-info p {
    color: #000;
    font-size: 20px;
    /* padding-top: 80px; */
    /* padding-bottom: 40px; */
    text-align: start;
    background: #e2e6e8;
    padding: 11px;
    font-size: 15px;
    font-weight: 700;

}
#chack {
    text-align: start;
    font-size: 12px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
form .btn {
    border: none;
    margin-top: 25px;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 6px 84px;
}
form .btn a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
form .btn a:hover {
    color: #fff;
}
#btnOpenForm {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgba(26, 173, 85, 0.7);
    border: none;
    padding: 20px 50px;
}
.a {
    text-align: start;
    font-size: 13px;
    padding-top: 5px;
}

  .social .play-btn {
    width: 100%;
    height: 400px;
    /* background: radial-gradient(#FFD76E 50%, rgba(101, 111, 150, 0.15) 52%); */
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .social .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translateX(-40%) translateY(-50%);
    -moz-transform: translateX(-40%) translateY(-50%);
    -ms-transform: translateX(-40%) translateY(-50%);
    -o-transform: translateX(-40%) translateY(-50%);
}
  .speaker {
      position: relative;
  }
  .speaker .details {
    /* background: rgba(6, 12, 34, 0.76); */
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 10px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.free-img{
    position: relative;
}
.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlay h3 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(255, 255, 255);

    line-height: 35px;
    padding-bottom: 30px;
}
.free span {

    font-size: 15px;
    font-weight: normal;

}
.free a {
    font-size: 12px;
    color: #f3f3f3;
    font-weight: 700;
}
.box a{
    color: #fff;
    margin-bottom: 20px;
    background-color: #105B63;
    padding: 20px 150px;
    justify-content: center;
    font-size: 20px;
  }

.footer a{
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
    
}
.footer{
    padding-top: 50px;padding-bottom: 20px;
}
.email-btn a{
   
    background-color: #1B6B19;

    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding: 20px;
}
.project-restart-main a{
   
    background-color: #3498DB;

    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 20px;
}
.af a{
   
    background-color: #3498DB;

    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 20px;
}

#project-restart {
    background-image: url(../images/project-restart.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.projectt-img img{
    width: 100%;
    height: 240px;
}

.projec-color-btn a{
    background-color: #137E26!important;
}
#am {
    background-color: #000;
}
.af a{
    font-size: 20px;
}
#email-download{
    background-image: url(../images/email-download.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
#lead-source {
    background-image: url(../images/Lead-source.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
#plr-product {
    background-image: url(../images/plr-product.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
#top h1{
    color: #000;
}