*{
    margin: 0;
    padding: 0;
}
:root {
    /* colors */
    --color1: black;
    --color2: white;
    --color3: red;
    --color4: rgba(0, 115, 255, 0.735);
    --color5: rgb(4, 255, 180);
    --color6: purple;
    --color7: orange;
    --color8: yellowgreen;
    --color9: rgb(156, 156, 156);
    --color10: tomato;
    --color11: skyblue;

    /* fonts */
    --font1: 'Aldrich', sans-serif;
}
h1,h2,h3,h4,h5,h6,a,p,span{
    font-family: 'Poppins', sans-serif;
}
p{
    color: var(--color9);
    font-weight: 300;
}
a{
    text-decoration: none;
    color: var(--color9);
    cursor: pointer;
}
ul{
    list-style-type: none;
    text-transform: uppercase;
}
.wrapper{
    padding: 0px 100px;
}
.desk-nav{
    /* vertical-align: middle; */
    position: relative;
    height: 80px;
}
.desk-nav nav .nav-logo{
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 50px;
}

.desk-nav nav .nav-logo img{
    height: 2.5rem!important;
}
.desk-nav nav .nav-menu{
    display: inline-block;
}
.desk-nav nav .nav-menu ul li{
    display: inline;
    margin: 0px 20px;
}
.desk-nav nav .nav-menu ul li a{
    font-size: 14px;
    font-weight: 600;
}
.desk-nav nav .nav-menu ul .nav-aft a::after{
    content: "•";
    margin-left: 10px;
    color: var(--color1);
    opacity: 0.6;
}
.desk-nav nav .nav-menu{
    position: absolute;
    right: 20px;
    top: 40px;
}
.desk-nav nav .nav-menu ul{
    text-align: center;
}
.desk-nav nav .nav-menu ul li .btn{
    border: 1px solid rgb(182, 215, 251);
    border-radius: 5px;
    padding: 10px 15px;
}
.desk-nav nav .nav-menu ul .nav-btn{
    margin-left: 80px;
}
.desk-nav nav .nav-menu ul .nav-btn a{
    font-size: 12px;
    padding: 10px 15px;
}
.desk-nav nav .nav-menu ul li .btn-2{
    background-color: var(--color4);  
    color: var(--color2);
}
.desk-nav nav .nav-menu ul li .btn-1{
    color: var(--color4);
}
.hero-section .hero-wrap .hero-child{
    display: inline-block;
}
.hero-section{
    height: 500px;
    position: relative;
    box-sizing: border-box;
}
.hero-section .hero-wrap .hero-child-1{
    position: absolute;
    top: 80px;
    left: 50px;
    width: 30%;
}
.hero-section .hero-wrap .hero-child-2{
    position: absolute;
    top: 0px;
    right: 220px;
    
}
.hero-section .hero-wrap .hero-child-2 .img-box img{
    height: 400px;
}
.hero-section .hero-wrap .hero-child-1 .text-box h1{
    font-size: 3rem;
    font-weight: 800;
    line-height: 60px;
}
.hero-section .hero-wrap .hero-child-1 .text-box .btn-sec{
    margin-top: 60px;
}
.hero-child-1 .text-box .btn-sec a{
    font-size: 12px;
    padding: 10px 30px;
    margin-left: 10px;
    border-radius: 5px;
    font-weight: 600;
}
.hero-child-1 .text-box .btn-sec .btn-1{
    background-color: var(--color4);
    color: var(--color2);
}
.hero-child-1 .text-box .btn-sec .btn-2{
    border:1px solid rgb(182, 215, 251) ;
    color: var(--color4);
}
.hero-section .hero-wrap .hero-child-2 .bg-ovrly{
    background:var(--color4) ;
    height: 550px;
    width: 600px;
    padding:0px 98px;
    position: absolute;
    top: -80px;
    opacity: 0.06;
    z-index: -99;
}
.hero-section .hero-wrap .hero-child-1 .text-box h1 span{
    color: var(--color4);
}
.hero-section .hero-wrap .hero-child-1 .text-box p{
    margin-top: 20px;
    color: var(--color9);
    font-weight: 300;
    font-size: 14px;
}
.hero-section .hero-wrap .hero-child-1 .text-box p span{
    color: var(--color4);
    font-weight: 600;
}
.sec-2{
    height: 500px;
    position: relative;
}
.sec-2 .sec2-wrap .sec2-c1 {
    height: 220px;
}
.sec-2 .sec2-wrap .sec2-c1 .sc{
    display: inline-block;
}
.sec-2 .sec2-wrap .sec2-c1 .c1-sc1{
    width: 35%;
    position: absolute;
    top: 60px;
    left: 50px;
}
.sec-2 .sec2-wrap .sec2-c1 .c1-sc2{
    width: 40%;
    top: 70px;
    right: 120px;
    position: absolute;
}
.sec-2 .sec2-wrap .sec2-c1 .c1-sc1 .text-box h2{
    font-size: 2.5rem;
    line-height: 50px;
}
.sec-2 .sec2-wrap .sec2-c1 .c1-sc1 .text-box h2 span{
    color: var(--color4);
}
.sec-2 .sec2-wrap .sec2-c1 .c1-sc1 .text-box p{
    font-size: 18px;
    line-height: 90px;
}
.sec2-c2{
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.sec2-c2 .sc{
    text-align: center;
    display: inline-block;
    width: 20%;
    margin-right: 20px;
    box-shadow: 0px 2px 10px rgba(0,0,0, 0.1);
    padding: 25px 10px;
    transition: all 0.6s;
}
.sec2-c2 .sc:hover{
    box-shadow: 0px 4px 10px rgba(0,0,0, 0.3);
    cursor: pointer;
}
.sec2-c2 .sc .text-sec h5{
    margin-bottom: 10px;
}
.sec2-c2 .sc .icn-sec{
    margin-bottom: 20px;
}
.sec2-c2 .sc .text-sec p{
    font-size: 14px;
}
.sec2-c2 .sc .icn-sec i{
    color: var(--color4);
    font-size: 25px;
    font-weight: bold;
}
.sec-3{
    height: 600px;
    padding: 80px 40px;
}

.sec-3 .sec3-c{
    display: inline-block;
}
.sec-3 .sec3-c1{
    margin-right: 20px;
    width: 45%;
}
.sec-3 .sec3-c1 .txt-box h2{
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.sec-3 .sec3-c1 .txt-box p{
    line-height: 35px;
}
.sec-3 .sec3-c1 .txt-box h2 span{
    color: var(--color4);
}
.sec-3 .sec3-c1 .txt-box .sec3-btn{
    margin-top: 40px;
}
.sec-3 .sec3-c1 .txt-box .sec3-btn a{
    background-color:var(--color4);
    padding: 12px 30px;
    border-radius: 5px;
    color: var(--color2);
    font-size: 12px;
}
.sec-3 .sec3-wrap2{
    position: relative;
}
.sec-3 .sec3-c2{
    position: absolute;
    right: 0;
    width: 50%;
    flex-direction: ;
}
.sec-3 .sec3-c2 .sec3-wrap2 .sc {
    margin-top: 50px;
}
.sec-3 .sec3-c2 .sec3-wrap2 .sc .icn-bx{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    background-color:rgba(182, 215, 251,0.2);
    color: var(--color4);
    padding: 15px 28px;
    text-align: center;
    border-radius: 50%;
}
.sec-3 .sec3-c2 .sec3-wrap2 .sc .icn-bx h4{
    font-size: 25px;
    font-weight: 700;
}
.sec-3 .sec3-c2 .sec3-wrap2 .sc .txt-bx{
    display: inline-block;
    width: 70%;
}
.sec-3 .sec3-c2 .sec3-wrap2 .sc .txt-bx h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.sec-3 .sec3-c2 .sec3-wrap2 .sc .txt-bx p{
    line-height: 30px;
}








