*
 {
     padding:0px;
     margin:0px;
     box-sizing: border-box;
 }
 body
  {
    font-family: 'Nunito', sans-serif;
    color:#110D0C;
    font-size: 16px;
    background-color: #fff;
  }
header {
    background: #fff;
    top: 0;
    position: absolute;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 99;
   /* padding: 10px 0;*/
    width: 100%;
    border-bottom: 1px solid #f2f5f8;
    box-shadow: 0 0 5px 0 #7d7d7d;
}
 header.fixed{
     position: fixed;
     left: 0;
 -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
 -webkit-animation-duration: .4s; /* Safari 4.0 - 8.0 */
 animation-name: example;
 animation-duration: .4s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
 from {top:-50px}
 to {top:0;}
}

/* Standard syntax */
@keyframes example {
    from {top:-50px}
    to {top:0;}
}

 .logo_main{
     height: 50px;
     display: block;
 }
 .logo_main img{
    max-width: 100%;
    max-height: 100%;
}
.nav_det{
    margin-left: auto;
    display: table;
}
.nav_det ul{
    display: flex;
    margin: 0;
    padding: 15px 0;
}
.nav_det ul li{
    list-style: none;
} 
.nav_det ul li a{
    color:#110D0C;
    padding:10px; 
    display: inline-block;
    transition: .3s ease-in-out;
    font-weight: bold;
    
}
    .nav_det ul li:last-child a i {
        transform: rotate(90deg);
    }
.nav_det ul li a:hover{
    color:#ffe152;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.nav_det ul li.list_btn a{
    background: #ffe152;
    /*color:#fff;*/
    margin-left: 15px;
    transition: .3s ease-in-out;
    padding:15px 25px;
}
.nav_det ul li.list_btn a:hover{
    background: #7ed957;
    color:#fff;
    transition: .3s ease-in-out;
}
.sec_det{
    position: relative;
    padding: 150px 0;
}

.sec_det h1{
    color: #2e3e50;
    font-weight: 800;
}
.sec_det p{
    font-size: 20px;
    color: #7d7d7d;
    margin: 20px 0;
    line-height: 25px;
}
.topsec {
    
    padding: 10px 0;
    background: #fbc1bd52;
    position: relative;
    margin-top: 80px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    background-image: url('../img/tosec_bg.jpg');
    background-size: cover;
}

    .topsec .row {
        align-items: center;
    }
/*.topsec {
    margin-top: 70px;
    padding: 10px 0;
    background: #f2f5f8;
    position: relative;
    margin-top: 99px;
    z-index: 1;
    overflow: hidden;
    width: 100%;*/
    /*     background-image: url('../img/tosec_bg.jpg');
    background-size: cover; */
/*}*/
    .topsec::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: #ffe15247;
        z-index: -1;
        top: 0;
        left: 0;
    } 
.igmtop{
    position: relative;
    width: 100%;
    height: 100%;
}
.igmtop img{
    position:absolute;
    bottom: 0;
    right: 0;
}
.sec_det ul{
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
.sec_det ul li{
    list-style: none;
    display: inline-block;
}
.sec_det ul li a{
    display: block;
    background: #ffe152;
    color:#000;
    transition: .3s ease-in-out;
    padding:15px 25px;
    font-weight: 700;
}
.sec_det ul li a:hover{
    background: #7ed957;
    transition: all .2s;
    color:#fff;
    text-decoration: none;
}
.sec_det ul li:last-child a{
    background: transparent;
    margin-left: 10px;
    color:#7ed957;
    padding: 15px;
}
.sec_det ul li:last-child a:hover{
    color: #ffe152;   
}
.sec_padding{
    padding:60px 0;
}
.sec_heading h2{
    text-align: center;
    font-weight: 700;
}
.sec_heading p{
    text-align: center;
    color: #a3a3a3;
    margin-top:10px;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 1.2em;
}

.services_box{
    background: #fff;
    box-shadow: 0 0 45px 0 rgba(34,34,34,.1);
    padding: 20px;
    margin-top: 30px;
}
.services_box img{
    height: 100px;
    width: 100px;
}

.services_box h4{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 ;
}
.services_box p{
    color: #747373;
    font-size: 16px;
    line-height: 25px;
}

    .services_box a {
        font-weight: bold;
        transition: .3s all;
        color: #ffe152;
    }
.services_box a:hover{
    text-decoration: none;
    color:#7ed957;
    transition: .3s all;
}
.services_box a i{
    font-size: 14px;
    padding-left: 5px;
    transition: .3s all;
}
.services_box a:hover i{
    padding-left: 10px;
    transition: .3s all;
}
.explore_btn{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.explore_btn a{
    border: 2px solid #ffe152;
    color: #000;
    transition: .3s ease-in-out;
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    padding: 15px 20px;
}
    .explore_btn a:hover {
        text-decoration: none;
        background: #7ed957;
        color: #fff;
        transition: .3s ease-in-out;
        border: 2px solid #7ed957;
    }

.sec_wht{
    background: #fff;
}

.industry{
    background-image: url('../img/industries.jpg');
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
}
.indust_box{
    flex:0 0 50%;
    padding:20px 15px;
    max-width: 50%;
    position: relative;
    z-index: 1;
 /*   color:#fff;*/
}
.indust_box h4{
    font-weight: 600;
}
.indust_box p{
    line-height: 25px;
    margin-bottom: 0;
}
.indust_box::after{
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #ffe152;
    top: 0;
    opacity: .6;
    left: 0;
}
.indust_box:nth-child(2):after, .indust_box:nth-child(3):after{
    opacity: .9;
}
.indust_sec .row{
    align-items: center;
}
.more_industry .indust_box{
    flex: 0 0 25%;
    max-width: 25%;
}
.more_industry{
    margin-top: 20px;
    display: none;
}
.contact_sec{
    background-image: url('../img/contact_secbg.png');
    background-position: center;
    background-color:#fff;
    background-repeat: no-repeat;
}
.modal-body.contact_sec{
    padding: 30px 20px;
}
.modal-header .close {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #ffe152;
    color: #fff;
    padding: 0 !important;
    opacity: 1;
    margin-top: -5px !important;
    margin-right: 0px !important;
}
.explore_btn a.more_industrybtn{
    position: relative;
    padding-right: 60px;
}
    .explore_btn a.more_industrybtn span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        background: #ffe152;
        color: #fff;
        padding: 10px 14px;
        border-radius: 50px;
    }
    .explore_btn a.more_industrybtn:hover span {
        color: #7ed957;
        background: #ffff;
    }

.contact_sec .form-control, .topsec_form .form-control {
    width: 100%;
    height: 50px;
    line-height: 51px;
    border-radius: 4px;
    color: #000;
    outline: none;
    padding: 0 20px;
    transition: all .2s;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #fbfbfb;
}

    .contact_sec .form-control:active, .contact_sec .form-control:focus, .contact_sec .form-control.field, .topsec_form .form-control:active, .topsec_form .form-control:focus {
        border-color: #265b61;
        box-shadow: none;
        background: #fff;
    }

.contact_sec button, .topsec_form button {
    width: 100%;
    height: 50px;
    line-height: 51px;
    border-radius: 4px;
 /*   color: #fff;*/
    font-weight: bold;
    background: #ffe152;
    border: none;
    padding: 0 20px;
    transition: all .2s;
}

    .contact_sec button:hover, .topsec_form button:hover {
        background: #7ed957;
        transition: all .2s;
        color:#fff;
    }

.contact_sec .form-control{
    width: 100%;
    height: 50px;
    line-height: 51px;
    border-radius: 0;
    color: #000;
    outline: none;
    padding: 0 20px;
    transition: all .2s;
    box-shadow: none;
    border: 0;
    background: #f2f2f2;
}
.contact_sec .form-control:active, .contact_sec .form-control:focus, .contact_sec .form-control.field{
 
    box-shadow: none;
    background: #f2f2f2;
}
.contact_sec button{
    width: 100%;
    height: 50px;
    line-height: 51px;
    
  /*  color: #fff;*/
    font-weight: bold;
    background: #ffe152;
    border: none;
    padding: 0 20px;
    transition: all .2s;
}
.contact_sec button:hover{
    background: #7ed957;
    transition: all .2s;
}
footer{
    background: #2e3e50;
}
footer img{
    height: 50px;
}
.cont_info{
    margin-left: auto;
    display: table;
    margin-bottom: 0;
    padding: 0;
}
.cont_info li{
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 50px;
}
.cont_info li a{
    display: block;
    color:#fff;
    font-weight: 600;
}
.cont_info li i{
    position: absolute;
    top: 5px;
    color:#fff;
    height: 40px;
    font-size: 22px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff;
    right: 0;
    transition: .3s all;
}
.cont_info li:last-child i{
    transform: rotate(90deg);
}
.cont_info li a:hover i{
    background: #fff;
    color:#ffe152;
    transition: .3s all;
}
.cont_info li p{
    opacity: .5;
    font-weight: 500;
}
.cont_info li a:hover{
    text-decoration: none;
}
.footer_bottom{
    border-top: 1px solid #292929;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.footer_bottom p{
    font-size: 14px;
    color: #999;
    margin: 0;
}
.footer_bottom p a{
    color:#fff;
    text-decoration: none;
}
.footer_bottom ul{
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
}
.footer_bottom ul li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.footer_bottom ul li a{
    color:#999;
    transition: .3s all;
}
.footer_bottom ul li a:hover{
    color:#fff;
    transition: .3s all;
}
.more_indusbtn_after{
    display: none;
}
.sec_crm .services_box{
    flex:0 0 100%;
    border-right: 0;
    max-width:100%;
    text-align: center;
    padding: 20px 5px;
}
.sec_crm .services_box p{
    margin-bottom: 0;
}
.sec_crm .row .col-lg-3:nth-last-child(-n+4) .services_box{
    margin-bottom: 0;
}
.sec_demo {
    background-color: #ffe1528f;
}
.sec_demo .sec_det h1, .sec_demo .sec_det p{
   /* color: #fff;*/
}
.sec_demo .sec_det ul li a{
    background: #fff;
    /*color: #ffe152;*/
}
.sec_demo .sec_det ul li:last-child a{
    background: transparent;
    /*color: #fff;*/
}
.topsec_form {
    padding: 40px 30px;
    z-index: 1;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3686274509803922);
    position: relative;
}

    .topsec_form::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .topsec_form h2 {
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

.mob_menubtn {
    background: none;
    border: 0;
    font-size: 22px;
}
.mob_menubtn:active, .mob_menubtn:focus{
    outline: 0;
}
.mob_menu{
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 9999;
    min-height: 100vh;
    width: 200px;
    transition: .3s ease-in-out;
    background: #fff;
}
.mob_menu.slide{
    right: 0;
}
.mob_menu ul li{
    list-style: none;
    padding: 0 20px;
}

.mob_menu ul li a{
    color:#110D0C;
    padding:15px 0; 
    display: block;
    transition: .3s ease-in-out;
    font-weight: bold;
    
}
.mob_menu ul li a:hover{
    color:#ffe152;
    text-decoration: none;
    transition: .3s ease-in-out;
}
.mob_menu ul li.list_btn a{
    background: #ffe152;
    color:#fff;
    transition: .3s ease-in-out;
    padding:15px 20px;
    display: inline-block;
}
.mob_menu ul li.list_btn a:hover{
    background: #7ed957;
    color:#fff;
    transition: .3s ease-in-out;
}
/*responsive css*/
@media(max-width:1199px){
    .sec_det{
        padding: 70px 30px;
    }
    .services_box{
        padding: 20px 10px;
    }
}

@media(max-width:991px){
    .sec_det{
        padding:50px 30px;
    }
    .sec_det h1{
        line-height: 27px;
        font-size: 1.6rem;
    }
    .sec_det p{
        margin: 10px 0;
    }
    .sec_det p{
        font-size: 18px;
    }
    .sec_det ul{
        margin: 20px 0;
        margin-bottom: 0;
    }
    .sec_heading h2{
        font-size: 1.5rem;
        line-height: 27px;
    }
    .sec_heading p{
        font-size: 18px;
    }
    .services_box{
        padding: 20px;
    }
    .industry{
        margin-top: 30px ;
    }
    .more_industry .indust_box{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .more_indusbtn{
        display: none;
    }
    .more_indusbtn_after{
        display: block;
    }
    .sec_crm .row .col-lg-3:nth-last-child(-n+4) .services_box{
        margin-bottom: 20px;
    }
    .sec_crm .row .col-lg-3:nth-last-child(-n+2) .services_box{
        margin-bottom: 0;
    }
}

@media(max-width:767px){
   
    .igmtop img{
        position: relative;
        margin-top: 20px;
    }
    .cont_info{
        margin-top: 20px;
        margin-left: 0;
    }
    .cont_info li:first-child{
        padding-left: 0;
    }
   /* .topsec{
        margin-top: 91px;
    }*/
    

    .nav_det ul li a span {
        display: none;
    }

    .nav_det ul li a {
        position: relative;
        color: #ffff;
        display: block;
        height: 30px;
        width: 30px;
        z-index: 1;
        transition: .3s ease-in-out;
        line-height: 30px;
        padding: 0;
        text-align: center;
    }

    .nav_det ul li + li {
        padding-left: 10px;
    }

    .nav_det ul li a::before {
        content: "";
        border-radius: 50px;
        height: 100%;
        z-index: -1;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #ffe152;
        transition: .5s ease-in-out;
    }

    .nav_det ul li a:hover:before {
        transform: rotate3d(1, 1, 1, 120deg);
        background: #ffe152;
    }

    .topsec {
        padding: 30px 0;
    }
}

@media(max-width:575px){
    .topsec .col-lg-5{
        padding-left: 0;
        padding-right: 0;
    }
    .nav_det ul li:nth-child(1){
        display: none;
    }
 
    .indust_box, .more_industry .indust_box{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .indust_box:nth-child(3):after{
        opacity: .6;
    }
    .indust_box:nth-child(4):after{
        opacity: .9;
    }
    .sec_crm .services_box{
        border-bottom: 0;
    }
    .sec_crm .row .col-lg-3:nth-last-child(-n+2) .services_box{
        margin-bottom: 20px;
    }
    .sec_crm .row .col-lg-3:last-child .services_box{
        margin-bottom: 0;
    }
}

@media(max-width:506px){
    .cont_info li, .cont_info li:first-child{
        display: block;
        padding-left:50px;
        padding-right: 0;
    }
    .cont_info li i{
        left: 0;
    }
    .footer_bottom{
        display: block;
    }
    .footer_bottom ul{
        margin-top: 10px;
    }
    .footer_bottom ul li:first-child{
        margin-left: 0;
    }
}

.whatsapp_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

    .whatsapp_btn a {
        background: #128C7E;
        color: #fff;
        transition: all .2s;
        border: 2px solid #128C7E;
        border-radius: 0px;
        display: block;
        font-weight: 700;
        padding: 16px 50px;
    }

        .whatsapp_btn a:hover {
            text-decoration: none;
            background: #075E54;
            color: #fff;
            transition: .3s ease-in-out;
        }

.telegram_btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

    .telegram_btn a {
        background: #0088cc;
        color: #fff;
        transition: all .2s;
        border: 2px solid #0088cc;
        border-radius: 0px;
        display: block;
        font-weight: 700;
        padding: 16px 50px;
    }

        .telegram_btn a:hover {
            text-decoration: none;
            background: #0088cc;
            color: #fff;
            transition: .3s ease-in-out;
        }
