body{
    padding: 0;
    margin:0;
    font-family: 'Poppins', sans-serif;
}
:root{
    --white:#fff;
    --green:#51933c;
    --black:#000;
    --lightgray:#d7d7d7;
    --yellow:#ffb505;
    --darkgray:#424a4c;
    --mediumgray:#d8e1e3;
    --copytxt:#a9b1b3;
    --close:#dc3545;
}
nav.navbar{
    padding: 15px 0;
    margin:0;
    background:var(--white);
}
.navbar ul{
    list-style: none;
    display:flex;
}
.navbar ul li{
    padding: 0 38px;
    margin:0;
    display:flex;
    border-right: 1px solid #dfdfdf;
}
.navbar ul li:last-child{
    border:0;
    padding-right: 0;
}
.navbar ul li span.nav_icon{
    margin-right:15px;
    font-size: 36px;
    color:var(--lightgray);
}
.navbar ul li h4{
    padding: 0;
    margin:0;
    font-size: 14px;
    font-weight: 500;
    color:var(--green);
}
.navbar ul li a{
    padding: 0;
    margin:0;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color:var(--black);
}
.container{
    max-width:1200px;
}
.home_banner .container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    min-height:474px;
}
.home_banner h3{
    padding: 0;
    margin:0;
    font-size:25px;
    font-weight: 600;
    color:var(--white);
    position: relative;
}
.home_banner h3:after{
    content:'';
    position: absolute;
    top:-20px;
    left:0;
    width:160px;
    height:3px;
    background: var(--white);
}
.home_banner h2{
    padding: 0;
    margin:0;
    font-size:56px;
    font-weight: 600;
    color:var(--white);
}
a.demo_btn{
    padding: 0 14px 0 25px;
    margin:30px 0 0 0;
    border-radius: 4px;
    font-size:24px;
    font-weight: 700;
    line-height: 68px;
    text-decoration: none;
    text-transform: uppercase;
    color:var(--white);
    background: var(--yellow);
    display: inline-flex;
    align-items: center;
}
a.demo_btn .fa{
    margin-left:20px;
    font-size: 35px;
}
.searc_txt{
    padding: 60px 0 0 0;
    margin: 0;
    background: var(--darkgray);
}
.searc_txt h4{
    max-width:64%;
    margin:0 auto;
    padding: 0 0 15px 0;
    font-size:18px;
    font-weight: 500;
    line-height:29px;
    text-align: center;
    color:var(--white);

}
.search_area {
    max-width: 64%;
    margin: 0 auto;
    padding: 10px 18px 10px 88px;
    background: var(--white);
    position: relative;
    bottom: -20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: var(--darkgray);
}
.searc_btn{
    border:0;
    background:none;
    position: absolute;
    top:10px;
    left:18px;
    font-size: 30px;
    color:var(--darkgray);
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.search_area .form-control{
    border:0;
    background: none;
    font-size:18px;
    font-weight: 500;
    line-height:30px;
    text-align: left;
    color:var(--darkgray);
    padding: 0;
    margin:0;
}
.search_area .form-control:focus, .search_area .form-control:focus-visible{
    border: 0;
    outline: none;
    box-shadow: none;
}
.stand_for{
    padding: 70px 0 12px 0;
    margin:0;
}
.stand_for h3{
    padding: 0;
    margin:0;
    font-size:25px;
    font-weight:600;
    text-align: left;
    text-transform: uppercase;
    color:var(--darkgray);
}
.stand_for h2{
    padding: 0  0 32px 0;
    margin:0;
    font-size:44px;
    font-weight:700;
    text-align: left;
    text-transform: uppercase;
    color:var(--darkgray);
    position: relative;
}
.stand_for h2 span{
    color:var(--green);
}
.stand_for h2:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0px;
    width:160px;
    height:3px;
    background: var(--mediumgray);
}
.stand_for p{
    padding: 25px 0 50px 0;
    margin:0;
    font-size:17px;
    font-weight:400;
    line-height: 27px;
    text-align: left;
    color:var(--darkgray);
}
.success_elements{
    padding:30px 15px;
    margin:0 0 30px 0;
    border-radius: 3px;
    display:flex;
    align-items: center;
    position: relative;
}
.success_elements h6{
    padding: 0;
    margin:0;
    font-size:21px;
    font-weight:400;
    text-align: left;
    color:var(--white);
}
.success_elements h5{
    padding: 0;
    margin:0;
    font-size:24px;
    font-weight:600;
    text-align: left;
    color:var(--white);
}
.elm_icon{
    margin-right:15px;
}
.elm_01{
background: #a77bbf; /* Old browsers */
background: -moz-linear-gradient(left,  #a77bbf 0%, #5258a5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a77bbf 0%,#5258a5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a77bbf 0%,#5258a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a77bbf', endColorstr='#5258a5',GradientType=1 ); /* IE6-9 */

}
.elm_02{
background: #e24e9c; /* Old browsers */
background: -moz-linear-gradient(left,  #e24e9c 0%, #a32d86 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e24e9c 0%,#a32d86 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e24e9c 0%,#a32d86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24e9c', endColorstr='#a32d86',GradientType=1 ); /* IE6-9 */   
}
.elm_03{
background: #ef9830; /* Old browsers */
background: -moz-linear-gradient(left,  #ef9830 0%, #d54f2c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ef9830 0%,#d54f2c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ef9830 0%,#d54f2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9830', endColorstr='#d54f2c',GradientType=1 ); /* IE6-9 */

    
}
.elm_04{
background: #f4c231; /* Old browsers */
background: -moz-linear-gradient(left,  #f4c231 1%, #f59d15 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f4c231 1%,#f59d15 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f4c231 1%,#f59d15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c231', endColorstr='#f59d15',GradientType=1 ); /* IE6-9 */

}
.elm_05{
background: #5199d6; /* Old browsers */
background: -moz-linear-gradient(left,  #5199d6 1%, #156aae 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #5199d6 1%,#156aae 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #5199d6 1%,#156aae 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5199d6', endColorstr='#156aae',GradientType=1 ); /* IE6-9 */  
}
.elm_06{
background: #89cfa5; /* Old browsers */
background: -moz-linear-gradient(left,  #89cfa5 1%, #0c9eba 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #89cfa5 1%,#0c9eba 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #89cfa5 1%,#0c9eba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89cfa5', endColorstr='#0c9eba',GradientType=1 ); /* IE6-9 */

}
.elm_07{
background: #8bc154; /* Old browsers */
background: -moz-linear-gradient(left,  #8bc154 1%, #239c4d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #8bc154 1%,#239c4d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #8bc154 1%,#239c4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc154', endColorstr='#239c4d',GradientType=1 ); /* IE6-9 */

}
.elm_08{
background: #dadf45; /* Old browsers */
background: -moz-linear-gradient(left,  #dadf45 1%, #8ab83e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #dadf45 1%,#8ab83e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #dadf45 1%,#8ab83e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadf45', endColorstr='#8ab83e',GradientType=1 ); /* IE6-9 */
}
.elm_09{
background: #f0ba6c; /* Old browsers */
background: -moz-linear-gradient(left,  #f0ba6c 1%, #b46350 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f0ba6c 1%,#b46350 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f0ba6c 1%,#b46350 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ba6c', endColorstr='#b46350',GradientType=1 ); /* IE6-9 */

}
.elm_10{
background: #f261a0; /* Old browsers */
background: -moz-linear-gradient(left,  #f261a0 1%, #eb2862 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f261a0 1%,#eb2862 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f261a0 1%,#eb2862 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f261a0', endColorstr='#eb2862',GradientType=1 ); /* IE6-9 */

}
.elm_11{
    
background: #7e7ab9; /* Old browsers */
background: -moz-linear-gradient(left,  #7e7ab9 1%, #6763a8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #7e7ab9 1%,#6763a8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #7e7ab9 1%,#6763a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7ab9', endColorstr='#6763a8',GradientType=1 ); /* IE6-9 */

}
.elm_12{
background: #457ea1; /* Old browsers */
background: -moz-linear-gradient(left,  #457ea1 0%, #29516d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #457ea1 0%,#29516d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #457ea1 0%,#29516d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#457ea1', endColorstr='#29516d',GradientType=1 ); /* IE6-9 */

}
.success_elements:after{
    content:'';
    position: absolute;
    right:15px;
    font-size:76px;
    font-weight:600;
    color:var(--white);
    opacity:0.1;
}
.elm_01:after{
    content:'01';
}
.elm_02:after{
    content:'02';
}
.elm_03:after{
    content:'03';
}
.elm_04:after{
    content:'04';
}
.elm_05:after{
    content:'05';
}
.elm_06:after{
    content:'06';
}
.elm_07:after{
    content:'07';
}
.elm_08:after{
    content:'08';
}
.elm_09:after{
    content:'09';
}
.elm_10:after{
    content:'10';
}
.elm_11:after{
    content:'11';
}
.elm_12:after{
    content:'12';
}
.copy_right{
    padding: 20px 0;
    margin: 0;
    font-size:16px;
    font-weight:400;
    text-align: center;
    color:var(--copytxt);
    background:var(--darkgray);
}
.video_close{
    position: absolute;
    top:5px;
    right:5px;
    z-index: 2;
    color:var(--close)!important;
}

@media (max-width: 1024px) and (min-width: 768px){
    .success_elements h6{
        font-size: 18px;
    }
    .success_elements h5{
        font-size:20px;
    }
    .searc_txt h4, .search_area{
        max-width:75%;
        padding-left: 50px;
    }

}
@media (max-width: 767px){
    .home_banner h3{
        font-size: 17px;
    }
    .home_banner h2{
        font-size: 30px;
    }
    .searc_txt h4, .search_area{
        max-width:90%;
        
    }
    .search_area{
        padding-left: 50px;
    }
    .stand_for h3{
        font-size: 20px;
    }
    .stand_for h2{
        font-size: 24px;
    }
    .success_elements h6{
        font-size:18px;
    }
    .success_elements h5{
        font-size: 20px;
    }
    .copy_right{
        font-size: 12px;
    }
    .navbar ul{
        flex-direction: column;
    padding: 0;
    margin: 0!important;
    }
    .navbar ul li{
        border:0;
        padding: 0;
    }
    .navbar ul li span.nav_icon{
        width:36px;
    }
    .navbar ul li a{
        font-size: 18px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-brand{
  max-width:250px;
}
.navbar-brand img{
  max-width:100%;
}
.navbar ul li a{
  font-size: 14px;
}
.home_banner h2{
  font-size: 24px;
}
a.demo_btn{
  font-size: 12px;
}

}
@media only screen and (max-width: 420px) {

    a.demo_btn {
        font-size: 14px;
    }
    .searc_txt h4 {
        max-width: 85%;
        margin: 0 auto;
        padding: 0 0 15px 0;
        font-size: 11px;
        font-weight: 500;
        line-height: 29px;
        text-align: center;
        color: var(--white);
    }
    .stand_for h3 {
        font-size: 14px;
    }

    .stand_for h2 {
        font-size: 20px;
    }
}