:root {
    --color1: white;
    --color2: black;
    --color3: gray;
    --color4: rgb(247, 247, 247);
    --color5: rgb(51, 176, 51);
    --font1: 'Montserrat', sans-serif;
    --font2: 'Crimson Text', serif;
    --font3: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--font3);
}
h3{
    font-family: var(--font1);
    font-size: 17px;
    letter-spacing: 4px;
}
h5{
    font-family:var(--font2);
    font-size: 16px;
}
.desk-nav {
    display: none;
}

.sub-img-desk {
    display: none;
}
.sub-img-desk-n{
    display: none;
}

.hero-section {
    width: 100%;
    height: 100vh;
    padding: 40px 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/background/img1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.header-top{
    margin-bottom: 20px;
}
.mob-nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.logo-top {
    border: 2px solid var(--color1);
    padding-left: 15px;
    padding-right: 15px;
}

.icon-top{
    border: 1px solid var(--color1);
    border-radius: 5px;
    padding:5px;
    margin-right: 20px;
    
}
.icon-top i{
    font-size: 40px;
    color: var(--color1);
}

.logo-top a {
    text-decoration: none;
    color: var(--color1);
}
.logo-top a h1 {
    display: inline-block;
    font-size: 38px;
}
.hero-content{
    text-align: center;
    color: var(--color1);
}
.hero-content h3{
    margin-bottom: 10px;
}
.hero-content h5{
    margin-bottom: 10px;
    font-style: italic;
}
.arrow-align{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.hero-content p{
    width: 240px;
    display: inline-block;
    /* margin: 10px 40px; */
    line-height: 25px;
    font-size: 14px;
}
.hero-main{
    margin-top: 140px;
}
.align-1{
    display: inline-block;
    border: 1px solid var(--color1);
    padding: 0.5rem;
}
.circle-sec a{
    padding: 16px 10px;
    border: 2px solid var(--color1);
    border-radius: 50%;
    text-decoration: none;
    color: var(--color1);
}
.circle-sec{
    margin-top: 20px;
}
.three-dots{
    text-align: center;
    margin-top: 30px;
}
.three-dots i{
    font-size: 50px;
    color: var(--color1);
}
.main-img{
    margin-bottom: 2px;
}
.about-us-sec{
    padding: 30px;
}
.about-img-main{
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.about-img-main img{
    width: 100%;
}
.small-img{
    width: 130px;
    display: inline-block;
}
.adj2{
    margin: left -4px;;
}
.about-txt-main h3{
    margin-bottom: 10px;
}
.about-txt-main h5{
    margin-bottom: 10px;
}
.about-txt-main p{
    font-size: 14px;
    line-height: 25px;
    color:var(--color3);
}
.about-button{
    margin-top: 20px;
}
.about-button button{
    background: none;
    border: 1px solid var(--color2);
    padding: 8px 20px;
}
.about-button button a{
    text-decoration: none;
    color: var(--color2);
    font-size: 14px;
    letter-spacing: 8px;
}
.trading-sec-master{
    box-sizing: border-box;
    padding: 30px;
    background-color: var(--color4);
}
.trading-sec-main1 header{
    text-align: center;
}
.trading-sec-main1 h3{
    margin-bottom: 10px;
}
.trading-sec-main1 h5{
    margin-bottom: 10px;
}
.trading-sec-main2{
    width: 100%;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-evenly;
}
.trad-main-icon figure{
    margin-top: 20px;
    text-align: center; 
    padding: 20px 40px;
    border: 2px solid var(--color4);
    background-color: var(--color1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.fig-icon i{
    background-color: var(--color5);
    padding: 15px;
    color: var(--color1);
    font-size: 30px;
}
.fig-icon{
    margin-bottom: 10px;
}
.sub-icon figcaption p{
    color: var(--color3);
    font-size: 14px;
    line-height: 25px;
}
.services-sec-master{
    padding: 30px;
}
.content-services header{
    text-align: center;
}
.content-services header h3,h5{
    margin-bottom: 10px;
}
.sub-main{
    margin-bottom: 20px;
}
.inner-img{
    width: 100%;
    margin-bottom: 10px;
}
.inner-img,img{
    width: 100%;
}
.sub-main figure figcaption p{
    font-size: 14px;
    color: var(--color3);
    line-height: 20px;
}
.sub-main figure figcaption ul li{
    font-size: 14px;
    color: var(--color3);
}
.sub-main figure figcaption h6,p{
    margin-bottom: 10px;
}
.sub-main figure figcaption ul li{
    list-style-type: none;
    line-height: 28px;
}
.sub-main figure figcaption ul li i{
    font-size: 14px;
    color: var(--color3);
}
.service-img-info{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../images/background/service-bg.jpg);
    background-size: cover;
    color: var(--color1);
    padding: 30px;
    box-sizing: border-box;
    background-attachment: fixed;
}
.service-img-info img{
    width: 100%;
}
.img-content header{
    text-align: center;
}
.img-content header h3,h5{
    margin-bottom: 10px;
}
.imgtxt-sec figure img{
    width: 70px;
    border-radius: 50%;
    margin-right: 10px;
}
.imgtxt-sec figure figcaption {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}
.imgtxt-sec figure{
    text-align: center;
}
.round-1 , .round-3{
    opacity: 70%;
}
.inner-footer{
    text-align: center;
    margin-top: 10px;
}
.latest-blog-sec{
    padding: 30px;
}
.blog-content header{
    text-align: center;
}
.blog-content header h3{
    margin-bottom: 10px;
}
.blog-content header h5{
    margin-bottom: 20px;
}
.blog-pic{
    height: 160px;
    text-align:center;
    margin-bottom: 10px;
}
.blog-sec-1 figure figcaption h4,.blog-span{
    margin-bottom: 10px;
}
.blog-sec-1 figure figcaption h4 a,.blog-span span a{
    text-decoration: none;
    color: var(--color2);
}
.blog-sec-1 figure figcaption p{
    color: var(--color3);
    line-height: 25px;
}
.first{
    background-image: url(../images/background/blog-1.jpg);
    background-size: cover;
}
.second{
    background-image: url(../images/background/blog-2.jpg);
    background-size: cover;
}
.third{
    background-image: url(../images/background/blog-3.jpg);
    background-size: cover;
}
.blog-pic ul li{
    list-style-type: none;
    display: inline-block;
    border-radius: 25px;
    padding: 5px;
    color: var(--color1);
}
.blog-pic ul{
    margin-right: 5px;
    padding-top: 120px;
}
.chat{
    background-color: rgb(94, 184, 220);
}
.heart{
    background-color: red;
}
.share{
    background-color: rgb(73, 187, 73);
}
.touch-section{
    /* box-sizing: border-box; */
    padding: 30px;
}
.touch-sec-content header{
    text-align: center;
}
.touch-sec-content header h3,h5{
    margin-bottom: 10px;
}
.info-txt h3{
    margin-bottom: 10px;
}
.info-txt p{
    color: var(--color3);
    line-height: 25px;
}
.info-list ul{
    margin-top: 20px;
    list-style-type: none;
}
.info-list ul li{
    line-height: 25px;
    margin-bottom: 25px;
    
}
.info-list ul li a{
    text-decoration: none;
    color: var(--color3);
}
.icn{
    background-color: rgb(73, 187, 73);
    padding: 10px;
    border-radius: 50%;
}
.info-list ul li i{
    color: var(--color1);
    margin-right: 15px;
}
.info-form-sec{
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  
}
.info-form-sec form{
    box-sizing: border-box;
    
}
.info-form-sec form input{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid var(--color3);
    padding: 10px;
    box-sizing: border-box;
}
.adj-ip{
    width: 100%;
    height: 150px;
}
.head{
    margin-bottom: 10px;
}
.form-button button{
    background: none;
    border: 2px solid var(--color2);
    padding: 8px 20px;
}
.form-button button a{
    text-decoration: none;
    letter-spacing: 8px;
}
.map-section{
    padding:  20px;
    box-sizing: border-box;
}
.map-section header h3{
    margin-bottom: 10px;
}
.map-section iframe{
    width: 100%;
}
@media (min-width:768px){
    .mob-nav{
        display: none;
    }
    .sub-img-desk-n{
        display: none;
    }
    .desk-nav{
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
    }
    .logo-top{
        margin-left: 10px;
    }
    .desk-nav ul li a{
        text-decoration: none;
        color: var(--color1);
        font-size: 20px;
    }
    .desk-nav ul li a:hover{
        background-color: var(--color1);
        border-radius: 25px;
        padding: 10px;
        color: var(--color2);
    }
    .desk-nav ul{
        width: 60%;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 25px;
        padding-left: 20px;
        
    }
    .hero-content h3{
        font-size: 60px;
    }
    h3{
        font-family: 'Montserrat', sans-serif;
        font-size: 17px;
        letter-spacing: 4px;
    }
    h5{
        font-family: 'Crimson Text', serif;
        font-size: 16px;
        font-style: italic;

    }

    .arrow-align p{
        width: 50%;
        margin: 15px 150px;
    }
    .sub-img-mob{
        display: none;
    }
    .sub-img-desk-n{
        display: none;
    }
    .sub-img-desk{
        /* width: 100%; */
        display: flex;
    }
    .trading-sec-main1 header{
        margin: 40px 0px;
    }
    
    .sub-icon{
        display: flex;
    }
    .sub-icon figcaption{
        text-align: left;
        margin-left: 10px;
    }
    .sub-icon h5{
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 4px;
    }
    .content-services header{
        margin: 40px 0px;
    }
    .services-sec-master{
        margin: 50px auto;
    }
    .service-img-info{
        padding: 70px;
    }
    .imgtxt-sec figcaption{
        width: 440px;
        margin: auto;
    }
    .imgtxt-sec figure img{
        width: 90px;
        margin-top: 20px;
    }
    .blog-content header{
        margin: 40px 0px;
    }
    .blog-img-container{
        width: 100%;
        display: flex;
    }
    .blog-sec-1{
        margin-right: 10px;
    }
    .touch-sec-content header{
        margin: 40px 0px;
    }
    .info-list{
        margin: 40px 0px;
    }
    .info-form-sec .head{
        margin: 40px 0px;
    }
    .info-form-sec form input{
        margin-bottom: 20px;
        padding: 16px;
    }
    .info-form-sec form textarea{
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 15px 0px;
    }
    .map-section header{
        margin: 40px 0px;
    }
    .map-section{
        padding: 40px 10px;
        box-sizing: border-box;
    }
    .map,iframe{
        height: 300px;
    }
}
@media (min-width:992px){
    .sub-img-desk{
        display: none;
    }
    .sub-img-desk-n{
        display: flex;
    }
    .hero-sub{
        position: absolute;
        top: 350px;
    }
    .about-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .about-img-main{
        width: 40%;
    }
    .about-txt-main{
        width: 40%;
    }
    .trad-main-icon{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .trad-main-icon figure{
        width: 240px;
        padding: 15px;
        text-align: justify;
    }
    .fig-icon{
        height: 60px;
    }
    .img-services-main{
        display: flex;
    }
    .sub-main{
        margin-right: 20px;
    }
    .touch-sec-content header{
        margin: 60px 0px;
    }
    .info-sec{
        display: flex;
    }
    .info-content{
        width: 100%;
    }
    .info-txt h3{
        margin: 40px 0px;
    }
    .blog-pic{
        height: 180px;
    }
    .blog-pic ul{
        display: flex;
        justify-content: space-evenly;
        padding-top: 140px;
    }
    .align-1.align-1 {
        width: 60px;
        height: 50px;
    }
    .my-arrow{
        font-size: 50px;
    }
}