@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {

    --montserrta-family: "Montserrat", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--montserrta-family);
    background: #fff;
    overflow-x: hidden;

}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #666;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}


a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

/*.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999;
    border-radius: 0px !important;
    background: #000 !important;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(106, 113, 124, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}*/

@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.header-main {

    padding: 10px 0;
    position: relative;
    background: #000;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header-main .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-main .logo-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.header-main .logo-wrapper .logo-box {
    background: #e3f7ff;
    padding: 20px 10px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -15px;
}

.header-main .logo-wrapper img {
    width: 220px;
}

.header-main .header-bottom .navbar {
    /*    padding-left: 30px !important;*/
    padding: 0px;
    /*    background: #00AEEF;*/
    /*    border-radius: 20px 0px 0px 0px;*/
}

.header-main .header-bottom .navbar .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 15px 0px;
    position: relative;
    font-weight: 500;
    position: relative;
}

.header-main .header-bottom .nav-link.active {
    color: var(--yellow-color);
}

.header-main .header-bottom .nav-link:hover,
.header-main .header-bottom .nav-link.active {
    color: var(--yellow-color);
}

.header-main .header-bottom .nav-item {
    position: relative;
    padding-right: 35px;
}

@keyframes swip_left {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: var(--theme-color);
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-color: var(--theme-color);
}

@media (992px <=width <=1199.98px) {
    .web-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        width: 100%;
        top: 0%;
        z-index: 99;
    }

    .mobile-header .logo img {
        width: 200px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
}

@media (768px <=width <=991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        top: 0%;
        width: 100%;
        z-index: 99;


    }

    .mobile-header .logo img {
        width: 220px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color:
            var(--theme-color);
        font-size: 40px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content:
            flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

}



@media (max-width: 991px) {

    .dis-n {
        display: none !important;
    }

    .dis-b {
        display: block !important;
    }

    
    .banner-main .banner-text p {
        font-size: 16px !important;
    }
.target-email{
    padding: 30px 0 !important;
}
    
    .brd-i{
        border: unset !important;
        padding: 0 !important;
        margin-bottom: 15px;
    }
    #counter .item{
        margin-bottom: 15px;
    }
    .built-result .built-result-inside ul{
    display: unset !important;
}
.built-result .built-result-inside li{
    margin-bottom: 15px !important;
}

}

@media(width <=767px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        /* background: #fff; */
        position: absolute;
        top: 0;
        width: 100%;
    }

    .mobile-header .logo img {
        width: 220px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 250px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 50px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #0071bc !important;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
.banner-main{
    padding: 100px 0 30px 0 !important;
}
.contact-detail-forms .contact-forms-only h3{
    margin-bottom: 18px !important;
}
.built-result,  .faq-section {
    padding: 30px 0 !important;
}
 .support-heading h3{
    font-size: 30px !important;
}
.built-result h4, .built-result .built-result-inside h5, .sample-download .sample-download-inside h4{
    font-size: 18px !important;
}
.built-result p,  .faq-section .accordion-box .block .content .text, .sample-download .sample-download-inside p, .sample-download .sample-download-inside li{
    font-size: 16px !important;
}


.sample-download-inside img{
    width: 100% !important;
}
.sample-download .sample-download-inside{
    margin-right: 0 !important;
}
.faq-section .accordion-box .block .acc-btn h4{
    font-size: 18px !important;
}
.faq-section .accordion-box .block .content .text{
    padding-right: 0 !important;
}
footer ul{
    display: inherit !important;
    margin-bottom: 10px;
}
}

.marg-btm-20 {
    margin-bottom: 20px !important;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .header-main .header-bottom .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-main .logo-wrapper .logo-box {
        margin-top: -40px;
    }

    .header-main .header-top .volunteer-logo {
        font-size: 18px !important;
    }
}

@media (max-width: 575px) {
    .wid-50 {
        width: 50% !important;
    }

    .contact-detail-forms {
        padding: 40px 20px !important;
    }

    .enq-btns {
        padding: 12px 13px !important;
    }

    
}

.w-100 {
    width: 100%;
}
/* .container {
        max-width: 90% !important;
    }
*/
.mean-container .mean-nav ul li ul li {
    padding: 8px 0;
}

.mean-container .mean-nav ul li ul li a {
    padding: 5px 15%
}

.clr-fff {
    color: #fff;
}

.banner-main {
  background: linear-gradient(180deg, #6049CD -1.56%, #091E42 75.21%);
    padding: 50px 0 30px 0;
}

.banner-main .banner-text {
    margin-right: 40px;
}

.banner-main .banner-text h1 {
   color: #FFF;

font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 15px;
}
.banner-main .banner-text p {
    color: #FFF;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.9%;
    /* 25.542px */
    margin-bottom: 20px;
}
#counter{
  
}
.brd-i{ border-right: 1px solid #fff;
    position: relative;
    padding: 0 10px;
}

#counter .item .count{
  color: #FFF;

font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 141.9%; /* 42.57px */
}

#counter .item p{
  color: #FFF;

font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 141.9%; 
margin-bottom: 0;
}

.padd-0 {
    padding: 0;
}

.padd-r-o {
    padding-right: 0;
}

.contact-detail-forms {
   
   
}
.bg-cnt{
  border-radius: 10px;
background: rgba(0, 0, 0, 0.51); 
 padding: 40px 30px; 
}.bg-cnt-1{
  
 padding: 0 40px; 
}
::placeholder{
    color: #000;
}
.contact-detail-forms hr {
    color: #fff;
}

.contact-detail-forms p {
    color: #fff;
}

.contact-detail-forms .contact-forms-only h3 {
    color: #fff;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.contact-detail-forms .contact-forms-only p {
    color: #FFF;
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-bottom: 30px;
}

.contact-detail-forms .contact-forms-only .form-inner .form-group input[type='text'],
.contact-detail-forms .contact-forms-only .form-inner .form-group input[type='email'],
.contact-detail-forms .contact-forms-only .form-inner .form-group textarea,
.contact-detail-forms .contact-forms-only .form-inner .form-group select,
.contact-detail-forms .contact-forms-only .form-inner .form-group input[type='date'] {
    position: relative;
    width: 100%;
    height: 48px;
    background: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    border-radius: 5px;
    box-shadow: unset;
    transition: all 500ms ease;
    margin-bottom: 20px;
    border: unset;
}
.contact-detail-forms .contact-forms-only .form-inner .form-group textarea {
  height: 100px;
  resize: none;
  border-radius: 5px;
}
.contact-detail-forms .contact-forms-only .form-inner .form-group input:focus,
.contact-detail-forms .contact-forms-only .form-inner .form-group textarea:focus {
    border-color: unset;
}

.enq-btns {
    background: linear-gradient(92deg, #e416e5 6.33%, #7e04d5 93.75%);
    border: none;
    color: #fff !important;
    padding: 12px 40px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    white-space: normal;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container label {
    margin-left: 10px;
    margin-bottom: 0;
    cursor: pointer;
    color: #fff;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.error-message {
    color: red;
    display: none;
    margin-top: 5px;
    margin-left: 28px;
}

.honeypot {
    display: none !important;
}

:placeholder {
    color: #000;
    font-weight: 500;
}


.built-result{
    padding: 50px 0;
}
.built-result h2{
color: #000;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 20px;
}
.built-result h3{
color: #000;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
.built-result p{
  color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150.9%; /* 27.162px */ 
margin-bottom: 20px; 
}
.built-result .built-result-inside {
border-radius: 10px;
background: #F9F2FF;
padding: 30px 30px;
margin-bottom: 30px;
}
.built-result .built-result-inside h5 {
  color: #000;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150.9%; /* 30.18px */ 
margin-bottom: 20px; 
}
.built-result .built-result-inside .bult-inside-icon{
 display: flex;

gap: 15px;   
}
.built-result .built-result-inside .bult-inside-icon p{

font-weight: 600;
font-size: 16px;
}
.audience-targeting {
   padding: 25px;
   background: #072352;
   border-radius: 16px;
   margin-bottom: 20px;
   text-align: center;
   flex: 1;
   transition: all 0.3s ease; /* Smooth transition for all properties */
}

.audience-targeting:hover {
   background: #0e4c89; /* Change background color on hover */
   transform: scale(1.05); /* Slightly scale the element */
}

.audience-targeting svg {
   margin-bottom: 20px;
}

.audience-targeting h3 {
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 20px;
   color: #fff;
   transition: color 0.3s ease; /* Smooth transition for color */
}

.audience-targeting:hover h3 {
   color: #fff; /* Change text color on hover */
}

.bg-unset{
    background: unset !important;
    box-shadow: unset !important;
}

.target-email{
    padding: 50px 30px;
    background: #fbfbfb;
    border-radius: 16px;
    box-shadow: 0 0 4px #00000026;

}
.target-email .target-email-inside
{
    padding-right: 40px;
}
.target-email .target-email-inside-1
{
    padding-right: inherit;
}
.target-email .target-email-img
{
    padding-right: 40px;
}
.target-email h2{
color: #000;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 25px;
}
.target-email p{
color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 20px;
line-height: 150.1%;
}


.target-email .target-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
   
}

.target-email .target-list li {
    position: relative;
    padding-left: 1.3em; /* Space for the icon */
    margin-bottom: 15px; /* Optional spacing between items */
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.target-email .target-list li::before {
    content: "\f0da"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #000; 
}

.bord-16{
    border-radius: 16px;
}
.custom-popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

.popup-content {
  background: linear-gradient(180deg, #6049CD -1.56%, #091E42 75.21%);
 padding: 20px;
  border-radius: 5px;
  width: 500px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

.close-icon {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

.close-icon:hover,
.close-icon:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.sample-download{
    background: linear-gradient(117deg, #6D08BE 34.92%, #01284C 95.81%);
    padding: 50px 0 0 0;
    margin-top: 100px;
}
.sample-download .sample-download-inside{
margin-right: 40px;
}
.sample-download  h2{
 color: #FFF;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 140.9%; /* 36.216px */ 
margin-bottom: 35px; 
}
.sample-download .sample-download-inside h3{
    color: #FFF;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 20px;
}
.sample-download  .sample-list{
    position: relative;
}
.main-paraxx h2{
color: #fff;
text-align: center;
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
}
.main-paraxx p{
    color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 20px;
line-height: 150.1%;

color: #fff;
text-align: center;
}
.main-paraxx {
padding: 60px 0;
}
.parallax-bg{

  clear: both;
  width: 100%;
 
  background-image: linear-gradient(0deg, #0000008c 106%, rgb(0 0 0 / 68%) 100%), url(../images/applicant-tracking-system-bg.webp);
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
    background-size: cover;
}

.sample-download  .sample-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
   
}
.sample-download  .sample-list li{
    color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
padding-left: 1.3rem;
margin-bottom: 15px;
}
.sample-download  .sample-list li::before {
    content: "\f0da"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #fff; 
}

.sample-download .sample-download-inside p{
    color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150.9%; /* 27.162px */
margin-bottom: 20px;
}
.faq-section {
  position: relative;
  padding: 50px 0px 50px 0px;
}
.support-heading h3{
color: #000;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
margin-bottom:20px;
}

.cmm-bx{
    background: #091e42;
  padding: 40px 30px;
  border-radius: 16px;
  margin-bottom: 20px;
  flex: 1;
 ;
}

.pad-50{
    padding: 50px 0 120px 0;
}

.speci-bg{
    border-radius: 10px;
  background: rgba(0, 0, 0, 0.51);
  padding: 40px 30px;
}

.hei-550{
    height: 500px;
}

.cmm-bx svg{
margin-bottom: 15px;

}
.cmm-bx h3{

font-size: 18px;
  
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
.faq-section .accordion-box{
  position:relative;
  padding-left: 0;
}

.faq-section .accordion-box .block{
  position:relative;
  margin-bottom: 15px;
  
  border-radius: 0px;
  padding: 0px 20px 0 0;
  list-style: none;
  border-bottom: 1px solid #A7A7A7;
}

.faq-section .accordion-box .block:last-child{
  margin-bottom: 0px;
  border-bottom: unset !important;
}
    
.faq-section .accordion-box .block .acc-btn h4{
  position:relative;
  display: block;
  font-size:20px;
  font-weight: 600;
  color:#000;
  
  padding: 20px 30px 19px 0px;
  cursor:pointer;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h4{
  color: #000;
  padding-top: 20px;
 
}

.faq-section .accordion-box .block .acc-content{
  position:relative;
  display:none; 
  padding-top: 6px;
  padding-bottom: 27px;
}

.faq-section .accordion-box .block .acc-content.current{
  display:block;  
}

.faq-section .accordion-box .block .content .text{
  position:relative;
  display: block;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  padding-right: 40px;
  
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 21px;
  right: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer{
  color: #fff;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer i{
background: #ECECEC;
    padding: 5px;
    border-radius: 50%;
}
.faq-section .accordion-box .block .acc-btn .icon-outer i{
  background: #ECECEC;
  padding: 5px;
  border-radius: 50%;
   font-size: 12px;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  background: #ECECEC;
  font-size: 12px;
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0px;
  content: "\f068";
}

footer{
    background: #000;
  padding: 20px 0;
}
footer ul{
    display: inline-flex;
    gap: 20px;
    margin-bottom: 0;
}
footer ul li a{
    color: #fff !important;margin-bottom: 0;
}



.des-portfolio-item img {
            width: 100%;
            border-radius: 20px;
        }

        .des-portfolio-thumb {
            position: relative;
            border-radius: 20px;
        }

        .des-portfolio-thumb::after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 20px;
            background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.4) 100%);
        }

        .des-portfolio-category {
            position: absolute;
            top: 45px;
            left: 50px;
            z-index: 2;
        }

        @media (max-width: 767px) {
            .des-portfolio-category {
                top: 15px;
                left: 15px;
            }
        }

        .des-portfolio-category.portfolio-meta {
            left: auto;
            right: 50px;
        }

        @media (max-width: 767px) {
            .des-portfolio-category.portfolio-meta {
                right: 15px;
            }
        }

        .des-portfolio-category span {
            font-weight: 500;
            font-size: 14px;
            line-height: 1;
            border-radius: 20px;
            padding: 7px 12px;
            transition: 0.3s;
            letter-spacing: 0.4px;
            display: inline-block;
            text-transform: uppercase;
            color: var(--tp-common-white);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        @media (max-width: 767px) {
            .des-portfolio-category span {
                font-size: 12px;
                padding: 7px 7px;
            }
        }

        .des-portfolio-category span:hover {
            color: var(--tp-common-black);
            border-color: var(--tp-common-white);
            background-color: var(--tp-common-white);
        }

        .des-portfolio-content {
            position: absolute;
            bottom: 50px;
            left: 0;
            right: 0;
            display: inline-block;
            text-align: center;
        }

        @media (max-width: 767px) {
            .des-portfolio-content {
                bottom: 5px;
            }
        }

        
.des-portfolio-area {
                padding-bottom: 120px;
            }
        @media only screen and (min-width: 1200px) and (max-width: 1399px) {
            .des-portfolio-area {
                padding-bottom: 120px;
            }
        }

        @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
            .des-portfolio-area {
                padding-bottom: 110px;
            }
        }

        @media (max-width: 767px) {
            .des-portfolio-area {
                padding-bottom: 0px;
            }
        }

       


        .des-project-top-text p {
            font-weight: 400;
            font-size: 20px;
            line-height: 1.5;
            margin-bottom: 0;
            padding-right: 35px;
            color: rgba(249, 244, 232, 0.7);
        }

        @media (max-width: 767px) {
            .des-project-top-text p {
                padding-right: 0;
            }
        }

        

        @media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
            .des-project-area {
                padding-bottom: 120px;
            }
        }

        @media (max-width: 767px) {
            .des-project-area {
                padding-bottom: 80px;
                padding-top: 70px;
            }
        }

        @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
            .des-project-title-box {
                margin-bottom: 30px;
            }
        }



@media (max-width: 991px) {
.banner-main .banner-text h1,.built-result h2,.built-result h3,.target-email h2,.sample-download h2,.main-paraxx h2{
    font-size: 25px;
}
.target-email .target-email-inside{
    padding-right: 0;
}
.target-email-img, .target-email .target-email-img{
    padding-right: 0;
}

.target-email-img img, .target-email{
    margin-bottom: 25px;
}
.banner-main .banner-text{
    margin-right: 0;
}
.pad-50{
    padding: 30px 0;
}
}

@media (max-width: 767px) {

.sample-download{
    margin-top: 20px;
}
.hei-550{
    height: unset !important;
}
.popup-content
{
    width: 100%;
}
}




@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}


.fnt-we-700{
    font-weight: 700;
}


/* Popup style */


.txt-align-left{
    text-align: left;

}