
body{
    font-family: "Poppins"!important;
    margin:0;
}
*{
    box-sizing:border-box;
}
ul{
    padding:0px;
    list-style:none;
    margin: 0px!important;
}

.bg-banner{
    background-image:url(../image/background-banner.png);
    padding-top:50px;
    height:886px;
    position:relative;
}
.menu-logo{
    width:40%;
}
.menu-logo img{
    width:100%;
}

.header-section {
    width: 100%;
    z-index: 9999;
    transition: top 0.5s;
}
.full-width {
    width: 100%!important;
    box-shadow: 0px 0px 40px #00000052;
    background-color: white;
    top: 0%;
    left: 0;
    position:sticky;
    z-index: 2;
    padding: 2px 0;
}
.mobile_header.full-width {
    position: fixed;
}

.header-section .row{
    align-items:center;
    background-color:white;
}

.menu-title ul li{
    position: relative;
}
.dropdown-menu li a{
    font-size: 15px!important;
    padding: 8px 12px!important;
    display: block;
    color:black!important;
}
.dropdown-menu li a:hover{
    color:#1DA3A3!important;
}
.dropdown-menu::after{
    content: "";
    position: absolute;
    top: -9%;
    left: 10%;
    width: 15px;
    height: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #1DA3A3;
    transform: rotate(0deg);
}

.menu-title ul li .dropdown-menu{
    position: absolute;
    top: 45px;
    left: 0%;
    transform: translateY(50px);
    transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
    opacity: 0;
    z-index: 99;
    background: #FFFFFF;
    border-top: 3px solid #1DA3A3;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 11%);
    border-radius: 5px;
    width:450px;
    display: block;
    visibility:hidden;
}
.menu-title ul li:hover .dropdown-menu{
    visibility: visible;
    transform: translateY(0);
    opacity: 1;   
}

.menu-title{
    background-color:white;
}
.menu-title ul{
    display:flex;
    justify-content:end;

}
.menu-title ul li a{
    text-transform:capitalize;
    text-decoration:none;
    color:black;
    font-weight:600;
    font-size:17px;
    padding:24px 16px;
}
.menu-title ul li:hover a{
    color:#1DA3A3;
}
.active{
    color:#1DA3A3!important;
}
.mobile_header{
    display:none;
}
.mobile_header .item {
    display: none;
    align-items: center;
}
.mobile-title ul{
    padding-left:0px;
}
.mobile-title ul li{
    border-bottom:1px solid #80808038;
}
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: -2px;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: 0.5s;
}
.m_menu {
    position: relative;
    width: 55%;
    height: 100%;
    background-color: white;
    padding-top: 60px;
    overflow-x: hidden;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    z-index: 9999;
    float: right;

}

.drop-flex {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.drop-flex i{
    padding-right: 12px;
}
ul.mobi-menu a {
    font-size: 14px;
    padding: 8px 30px;
}

ul.mobi-menu{
    background-color:#f3f3f3;
    display:none;
}


.sidepanel a {
    padding: 15px 0px 15px 30px;
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    color: black;
    display: block;
    transition: 0.3s;
    text-align: left;
    text-transform:capitalize;
}
.sidepanel a:hover {
    color: #140958;
    text-decoration: none;
}
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right:15px;
    font-size: 24px;
}
.openbtn {
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    color: black;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 47px;
}

.banner-detail h2{
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.banner-detail p{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color:white;
    line-height:31px;
    padding:20px 0px 37px 0px;
}
.banner-detail button {
    border:none;
    border-radius:100px;
    width:166px;
    height:46px;
    background-color:#000000;
    display:flex;
    align-items:center;
    justify-content:center;
}
.banner-detail button a{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #1DA3A3;
    text-decoration:none;
    display:block;
}
.banner-detail button i{
    margin-left:12px;
    color:#1DA3A3;
}
.banner-image{
    width:500px;
    margin-left:auto;
}
.banner-image img{
    width:100%;
}
.banner-section{
    margin-top:125px;
}
.banner-section .row{
    align-items:center;
}

.strength-sction{
    padding:52px 0px 100px 0px;
}

.strength-head h3{
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    color: #000000;
    text-align:center;
    position: relative;
    text-transform:capitalize;
    line-height: 42px;
    width:30%;
    margin:auto;
}
.strength-head{
    position: relative;
    margin-bottom: 60px;
}
.strength-head::before{
    content:"";
    position: absolute;
    bottom:-12px;
    left:50%;
    border:2px solid #1DA3A3;
    width:75px;
    height:1%;
}
.strength-head::after{
    content:"";
    position: absolute;
    bottom:-12px;
    left:46%;
    border:2px solid #1DA3A3;
    width:35px;
    height:1%;
}
.strength-flex{
    display:flex;
    justify-content:space-between;
}
.strength-box{
    box-shadow:0px 4px 21px rgba(0, 0, 0, 8%);
    border-radius:15px;
    padding:20px;
    margin-right:20px;
    text-align:center;
    width:100%;
}

.strength-box:last-child{
    margin-right:0px;
}
.strength-icon{
    width:55px;
    margin:auto;
    position:relative;
}
.strength-icon::before {
    content: "";
    position: absolute;
    top: 25px;
    right: -15px;
    width: 33px;
    height: 33px;
    background-color: #1DA3A3;
    border-radius: 0px 0px 9px 0px;
    z-index: -1;
}

.strength-icon img{
    width:100%;
}
.strength-box h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    text-transform:capitalize;
    margin-top:23px;
}
.solution-detail{
    padding-right:115px;
}
.solution-detail h3{
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-transform:capitalize;
    line-height:1.5;
}
.solution-detail p{
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #000000;
    text-align:justify;
}
.solution-detail p a{
    text-transform:capitalize;
    color:#1DA3A3;
    font-weight: 700;
    font-size: 17px;
    text-decoration:none;
}
.solution-image{
    width:535px;
    margin-left:auto;
}
.solution-image img{
    width:100%;
}
.solution-section{
    background-image: linear-gradient(#ffffff, #F8F7FD);
    padding:100px 0px;
}
.solution-section .row{
    align-items:center;
    margin-left:auto;
    margin-bottom:50px;
}

.second-row .solution-image{
    margin-left:unset;
}
.second-row .solution-detail{
    padding-right:unset;
    padding-left:115px;
}

.team-section{
    padding:100px 0px;
}
.team-info{
    padding-right:42px;
}
.team-info h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-transform: capitalize;
    color: #000000;
}
.team-info p{
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
    text-align:justify;
}
.team-list{
    border-left:1px solid #E7E7E7;
    padding-left: 8px;
}

.team-list li{
    display:flex;
    align-items:center;
    margin-bottom:24px;
}
.team-list li:last-child{
    margin-bottom:unset;
}

.list-image{
    width:80px;
    height:80px;
    border-radius:50%;
    background-color:#1DA3A3;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:47px;
}
.list-image image{
    width:100%;
}
.team-list li h5{
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    color: #000000;
}
.technology-section{
    padding:100px 0px;
}
.techno-img{
    position:relative;
}
.techno-img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
} 
.techno-box{
    position: relative;
    margin-bottom: 50px;
}
.tech-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 5px 41px rgb(0 24 93 / 6%);
    border-radius: 0px 0px 8px 8px;
    padding: 14px 10px;
    background: #ffff;
    width: 100%;
    margin: auto;
    position: unset;
    transform:unset;
}


.tech-info h5{
    font-weight: 600;
    font-size:15px;
    line-height:1.5;
    color: #151515;
    width: 80%;
    text-transform:capitalize;
}
     
.tech-icon{
    width:15%;
    position:relative;
}
.tech-icon:after {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    width: 25px;
    height: 25px;
    background-color: #dff2f2;
    border-radius: 50%;
    z-index:0;
}

.tech-icon img{
    width:100%;
    position: relative;
    z-index: 1;
}
 .techno-block {
    border: 1px solid rgb(128 128 128 / 20%);
    width: 100%;
    background: white;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom:25px;
}
.techno-img {
    position: relative;
    width: 100%;
}

.number-section{
    background-image:unset;
}
    
.pricing-section{
    padding:100px 0px;
    background-image:url(/image/pricing-section.png);
    background-size:cover;
    background-repeat:no-repeat;
}
.pricing-detail h6{
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.pricing-detail h2{
    font-weight: 600;
    font-size: 46px;
    line-height: 57px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin:14px 0px 17px 0px;
}
.pricing-detail p{
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom:18px;
    color:white;
}
.pricing-detail button {
    border:none;
    border-radius:100px;
    width:166px;
    height:46px;
    background-color:#000000;
    display:flex;
    align-items:center;
    justify-content:center;
}
.pricing-detail button a{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #1DA3A3;
    text-decoration:none;
    display:block;
}
.pricing-detail button i{
    margin-left:12px;
    color:#1DA3A3;
}
.pricing-list ul li{
    display: flex;
    align-items:center;
    background-color:rgba(255, 255, 255, 10%);
    padding:17px 25px;
    margin-bottom:24px;
}
.pricing-list ul li i{
    font-size:26px;
    color:white;
}

.pricing-list li:last-child{
    margin-bottom:unset;
}
.pricing-list li h5{
    font-weight:500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #FFFFFF;
    text-transform:capitalize;
    margin-bottom:0px;
    margin-left:23px;
}
.pricing-image{
    position: relative;
    top:190px;
}
.pricing-image img{
    width:100%;
}

.expertise-section{
    padding: 100px 0px;
}
.expertise-img img{
    width:100%;
}
.expertise-detail h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:20px;
}
.expertise-detail p{
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
}
.expertise-section .row{
    align-items:center;
    justify-content:space-between;
}
.footer-section{
    padding-top:100px;
    background-color:#1E1E1E;
}
.footer-detail p{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.59);
    margin:20px 0px 28px 0px;
}
.footer-detail ul {
    display: flex;
    padding-left:0px;
}

.footer-detail ul li{
    margin-right:11px;
}
.footer-detail ul li a{
    text-decoration:none;
    color:white;
    border:1px solid white;
    display:block;
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    border-radius:50%;
    transition:all 0.5s ease;
}
.footer-detail ul li a:hover{
    background-color:#1DA3A3;
}
.footer-list h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom:25px;
}
.footer-list ul{
    padding-left:0px;
}
.footer-list li{
    margin:9px 0px;
}
.footer-list li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.59);  
    text-decoration:none;
}
.footer-list li a:hover{
    color:#1da3a3;
}
.footer-contact h3{
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom:25px;
}
.footer-contact ul{
    padding-left:0px;
}
.footer-contact ul li{
    display: flex;
}
.footer-contact ul li i{
    margin-right: 20px;
    font-size: 24px;
    color:#1DA3A3;
}
.footer-address h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer-address p{ 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.59);
}
.footer-address p a{
    text-decoration:none;
    color:white;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.59);
    font-size: 16px;
}
.copy-right-section{
    border-top:1px solid #383841;
    margin-top:40px;
}
.copy-text{
    padding:43px 0px 54px 0px;
}
.copy-text a{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.59)!important;
    margin-bottom:0px;
    text-align:center;
    text-decoration:none;
    display:block;
}
.footer-section .row{
    justify-content:space-between;
}

.footer-logo {
    margin-bottom: 25px;
}

.scrollTop{
    position: fixed;
    right: 5%;
    z-index: 5;
    bottom:5%;
    height:50px;
    width: 50px;
    border-radius:6px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    background-color:#1da3a3;
    transition: all 0.4s ease-in-out 0s;
    animation: top 2s linear infinite;
}


@keyframes top{
  0%{
    bottom:5%;
  }
  50%{
    bottom:3%;
  }
  100%{
    bottom:5%;
  }
}
.scrollTop a{
    display:block;
}
.scrollTop a i{
  color:white;
  font-size:16px;
}



 /*................ rate page css .............*/
 
 
    .rates-section{
        padding:100px 0px;
    }
    .rates-section .row .col-lg-6{
        display:flex;
    }

   .rates-box{
        border:1px solid rgba(0, 0, 0, 0.163);
        border-radius:15px;
        margin-bottom:50px;
        width:100%;
   }
   .rates-box:hover{
        box-shadow: 0px 0px 16px #1da3a32b;
        border:1px solid transparent;
   }
   .rates-title{
        padding: 1.2em 2em 1.2em 2em;
        background-color: transparent;
        background-color:#1DA3A3;
        border-radius: 15px 15px 0px 0px;
        text-align:center;
   }
   .rates-title h4{
        text-transform:capitalize;
        font-weight:600;
        letter-spacing:0.2px;
        color: white;
        margin-bottom:0px;
   }
   .rate-info{
        padding: 2em 1.5em 2em 1.5em;
   }
   .inner-rates-head{
        display:flex;
        justify-content:space-between;
   }
   .inner-rates-head h5,.inner-rates-head h6{
        font-size:20px;
        font-weight:500;
        text-transform:capitalize;
        letter-spacing:0.5px;
   }
   .rates-list ul{
        padding-left:0px!important;
   }
   .rates-list li{
        list-style-type: circle!important;
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin:28px 0px;
   }
   .rate-name h5{
        text-transform:capitalize;
        color:#1E1E1E;
        font-size:17px;
        margin-bottom:5px;
        line-height:1.5;
   }
   .rate-name span{
        font-size:12px;
        font-weight:400;
        color:rgba(0, 0, 0, 0.863);
   }
   .rate-cost h4{
        font-weight:600;
        font-size:17px;
   }
   .rate-name{
        width:67%;
   }


    /*..............................experiance page css................................. */

.experiance-section{
    padding:100px 0px;
}

.exp-img{
    position: relative;
}
.inner-exp-img{
    width:70%;
    margin-left:auto;
}
.inner-exp-img img{
    width:100%;
    border-radius:8px;
    filter: grayscale(1);
    transition:all 0.5s ease;
}
.inner-exp-img img:hover{
    filter:unset;
}

.inner-exp-img::after{
    content:"";
    position: absolute;
    left:15%;
    top:0%;
    width:17px;
    height:42%;
    background-color:#1DA3A3;
    border-radius:8px;
}
.sub-image{
    position: absolute;
    bottom: 0%;
    width: 45%;
    left: 10%;
}

.sub-image img{
    width:100%;
    border-radius:8px 0px 0px 8px;
}
.exp-info{
    padding-left:20px;
}

.exp-inner h4{
    font-size:28px;
    text-transform:capitalize;
    font-weight:800;
    letter-spacing:0.5px;
    margin-bottom:0px;
    color:#1DA3A3;
}
.exp-inner p{
    text-align:justify;
    line-height:1.5;
    font-weight:400;
    font-size:14px;
    margin-top:20px;
}
.exp-inner{
    border-bottom:1px solid #cccccc;
}
.exp-bottom{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}
.exp-box1,.exp-box2{
    width:48%;
    box-shadow:0px 3px 60px 0px rgb(29 162 162 / 10%);
    border-radius:8px;
    padding:12px 18px;
}
.exp-box1 p,.exp-box2 p{
    font-size:14px;
    font-weight:400;
    text-align:justify;
    padding-top:12px;
}
.exp-icon{
    width:15%;
}
.exp-icon img{
    width:100%;
}


.number-box{
    padding-left:20px;
}
.number-box p{
    text-align:justify;
    line-height:1.8;  
    word-spacing:5px; 
    padding-top:25px;
}
.over-box1{
    border-radius:12px;
    padding:2em 1.5em;
    background-color:rgba(29, 163, 163, 0.2);
    margin-bottom: 16px;

}
.over-box1:hover{
   box-shadow:0px 3px 60px 0px rgb(29 162 162 / 10%);
   background-color:white;
}
.over-box1 h5{
    font-size:34px;
    font-weight:800;
}
.over-box1 p{
    text-align:justify;
    font-size:14px;
    padding-top:15px;
}
.number-row .col-lg-6{
    display:flex;
}
.team-image{
    width:100%;
    position: relative;
    transition:all 0.5s ease;
}
.team-image::after{
    content:"";
    position: absolute;
    right:0%;
    top:0%;
    width:17px;
    height:100%;
    background-color:#1DA3A3;
    border-radius:0px 8px 8px 0px;
}
.team-image:hover{
    transform:scale(1.05);
}
.team-image img{
    width:100%;
    border-radius:8px;
}
.techno-sticky{
    position: relative;
}
.techno-bg{
    position:sticky;
    top:30px;
    right: 0%;
    width:100%;
    z-index:1;
    overflow-y:scroll;
    
    scrollbar-width: none;
    padding: 100px 0px;
}
.techno-bg::-webkit-scrollbar{
    display:none;
}
        


/*-------------contact page-----------------*/

.pro_banner1{
    background-image: url('../image/inner-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height:350px;
    z-index: 1;
    position: relative;
    background-position: bottom;
}
.pro_banner1 span{
    color: white;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
}

.pro_banner11 {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:1;
}


.pro_banner1:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.pro_banner1 h1{
    font-size:34px;
    margin-bottom: 20px;
    color: white;
    text-transform: capitalize;
}
.pro_banner1 p{
    color: white;
    font-size: 16px;
    letter-spacing: 0.3px;
}


.breadcrumb1{
    display: flex;
    padding: 0;
    justify-content: center;
    list-style: none;
}
.breadcrumb1 li {
    margin-right: 10px;
    font-size: 20px;
    color: #212529;
    font-weight:600;
    text-transform:capitalize;
}
.breadcrumb1 a {
    color: white;
    text-decoration: none;
}
.breadcrumb1 a:hover{
    color: white;
    text-transform: none;
}
.contact-section {
    padding:50px 0;
}
.contact-map {
    width: 93%;
}
.contact-image img {
    width: 100%;
}
.left-section{
    position: relative;
}
.contact-patten1 {
    position: absolute;
    content: " ";
    width:40%;
    height: 100%;
    left: -11%;
    top: -10%;
    z-index: -1;
}
.contact-patten1 img, .contact-patten2 img {
    width: 100%;
}
.contact-patten2 {
    position: absolute;
    content: " ";
    width: 40%;
    height: 100%;
    left: 51%;
    bottom: -46%;
    z-index: -1;
}
.contact-image {
    width: 80%;
}
.co-input {
    border-bottom: 2px solid #dee2e6;
    padding: 15px 20px;
    display: flex;
    margin-bottom: 20px;
}
.co-input:hover {
    border-bottom:2px solid #1da3a3;
}
.cont-head h2 {
    color: #000;
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 0;
    margin-bottom: 50px;
}
.co-input input.as-required {
    border: none;
    font-size: 17px;
    font-weight: 600;
}
.co-input i {
    color: #1da3a3;
    padding-right: 16px;
    padding-top: 6px;
}
:focus-visible {
    outline:unset !important;
}
textarea.as-required {
    border: none;
    width: 100%;
}
.contact-main .shop_btn{
    margin-top:30px;
    text-align: center;
}
.pro-address{
    position: relative;
    background-color: #343a40;
    padding: 200px 30px 50px;   
}

.extra-contact{
    padding: 40px 20px;
    text-align: center;
    background: #f8f9fd;
    box-shadow: 0px 1.6px 3.6px 0px rgb(51 77 114 / 15%);
    transition: all 500ms ease;
}
.con_icon {
    width: 70px;
    margin: auto;
    height: 70px;
    line-height: 78px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 50%;
    position: relative;
    transition: all 300ms ease;
    margin-bottom:20px;
}
.con_icon i{
    font-size: 24px;
}
.contact-form button {
    border: none;
    border-radius: 100px;
    width: 166px;
    height: 46px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form button a {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #1DA3A3;
    text-decoration: none;
    display: block;
}

.adress-section{
    padding:50px 0px;
}
.adress-section .row .col-xxl-4{
    display:flex;
}
.address-box{
    padding:30px;
    display:flex;
    align-items:center;
    border:1px solid rgba(128, 128, 128, 0.2);
    border-radius:6px;
    transition:all 0.5s ease;
    width: 100%;
}
.address-box:hover{
    /* background-color:rgba(29, 163, 163, 0.2); */
    border:1px solid transparent;    
    background-color:#1DA3A3;
    color:white;
}
.address-box:hover .address-icon i {
    background-color:white;
    color:black;
}
.address-box:hover .address-detail span a{
    color:white;
}


.address-icon{
    margin-right:30px;
}
.address-icon i {
    width: 64px;
    height: 64px;
    background: #1da3a3;
    text-align: center;
    line-height: 64px;
    display: inline-block;
    border-radius: 6px;
    font-size: 28px;
    color: white;
    transition:all 0.5s ease-out;
}


.address-detail h4{
    text-transform:capitalize;
    font-size:20px;
    font-weight:600;
}
.address-detail span{
    font-size:16px;
    letter-spacing:0.3px;
}


.address-detail span a{
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.3px;
    display:block;
    transition:all 0.5s ease;
}
.f-phone p{
    margin-bottom:0.2rem;
}




/*-------------service page----------------*/
.service-section {
    padding: 100px 0;
}
.serivce-head h3 {
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 50px;
}
.service-main {
    padding: 50px 30px 40px 30px;
    border-radius: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgb(12 21 41 / 10%);
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}
.service-section .col-lg-3 {
    flex: 0 0 auto;
    display: flex;
}
.service-main:before {
    content: "";
    width:145%;
    height: 30%;
    transform: rotate(-15deg);
    border-radius: 0px 0px 50px 50px;
    background-color: #000;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -60px;
    transition: .5s ease;
    background: rgb(29 163 163 / 32%);
}
.service-main:after {
    content: "";
    width: 0%;
    height: 0%;
    transform: rotate(-15deg);
    border-radius: 0px 0px 50px 50px;
    background-color: #000;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -60px;
    transition: .5s ease;
    background: #1da3a3;
}
.service-main:hover:after {
    width:145%;
    height: 30%;
}
figure.box-img {
    width: 50%;
}
.box-img img {
    width: 100%;
}
.service-inner p {
    font-size:17px;
}
a.service-main:hover{
    color:#1da1a1;
}
a.service-main {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

/*-----------------------about page--------------------------*/
.about-section {
    padding: 50px 0 100px;
    background-image: url("../image/bg-shape-2.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.about-title h3 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1da3a3;
    margin-bottom: 30px;
}
.about-img{
    position: relative;
}
.about-img img {
    width: 100%;
}
p.advocate {
    font-size: 20px;
    font-weight: 500;
    font-style: oblique;
}
.about-img {
    width: 80%;
}
.profile-details{
    position: relative;
}
.pro-details {
    background-color: #aeaeae;
    padding: 15px;
    color: #f8f9fac4;
    width: 47%;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 70%;
    z-index:1;
    font-weight: 600;
    font-size: 15px;
}
.pro-details p{
    margin: 0;
}
.pro-details h6 {
    font-size: 20px;
    font-weight: 600;
    color: #0a8181;
}
.organization {
    padding: 100px 0;
}
.organization-details {
    padding:0 0 80px 0;
}
.about-box {
    background-color: white;
    padding: 20px;
    box-shadow: 0px 2px 20px rgb(24 16 16 / 7%);
    border-left: 8px solid #1da3a3;
}
.organization-details .col-lg-6 {
    display: flex;
}
.about-more {
    width:95%;
    margin: 0 auto;
}
.about-more img {
    width: 100%;
}
.ab-details P {
    TEXT-ALIGN: JUSTIFY;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
}
.conferances-head h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-transform: capitalize;
    color: #000000;
}
.inner-co-list{
    padding-left: 3rem;
    list-style: disc;
}

.conferances-para ul li{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
    list-style: disc;
    text-align:justify;
}
.conferances-para p{
    TEXT-ALIGN: JUSTIFY;
    margin-bottom:16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
}

.about-details{
    position: relative;
}
.pattern1 img {
    width: 60%;
}
.pattern1 {
    position: absolute;
    right: 0;
    width: 60%;
    opacity: 0.2;
}


/*.............modal css.................*/


        .m-btn{
            width: 70px;
            height: 70px;
            border-radius: 50%!important;
            background-color: #1DA3A3!important;
            position: fixed;
            right: 4%;
            bottom: 13%;
            z-index: 2;
        }
        .m-btn:hover{
            background-color:#1DA3A3;
        }
        .m-btn img{
            width: 100%;
        }
       #exampleModal .modal-content{
            width:85%!important;
            z-index: 99999;
        }
        .m-close{
             border: none;
             width: 30px;
             height: 30px;
             line-height: 30px;
             text-align: center;
             font-size: 20px;
             color: white;
             border-radius: 6px;
             background-color: #1da3a3;
             position: absolute;
             right: -8%;
             top: -4%;
             z-index:2;
        }
        .m-close:hover{
            background-color:white;
            color:black;
        }
        
        .form-header {
            position: relative;
            background-color: #1DA3A3;
            border-radius: 0.75rem;
            color: #fff;
            padding: 25px 16px;
            height: 6rem;
            margin-bottom: 20px;
            text-align: center;
            line-height: 1.7;
        }
        .form-header small{
            font-size:13px;
            font-weight:500;
         }
        .form-header h3{
            text-transform:capitalize;
            letter-spacing:0.3px;
            font-size:20px;
            font-weight:600;
            margin-bottom:0px; 
        }
        .inquiry-form{
            border-radius:6px;
        }
        .form-name{
           margin-bottom:20px;
        }
        .form-name label{
            text-transform:capitalize;
            font-weight:500;
            font-size:17px;
            word-spacing:3px;
            display:block;
            margin-bottom:5px;
        }
        .form-name input{
            width:100%;
            height:40px;
            border-radius:6px;
            background-color:rgba(29, 163, 163, 0.2);
            border:none;
            padding:0px 16px;
        }
        .form-btn{
            text-align:center;
        }
        .form-btn button{
            border:none;
            width:50%;
            height:45px;
            border-radius:6px;
            background-color:black;
            color:white;
            font-size:18px;
            text-transform:capitalize;
            letter-spacing:0.5px;
        }
        .modal-open {
            padding-right: 0 !important;
            overflow: auto !important;
        }
    
    /*............................search page css............................*/
    
    .search-box-section {
        padding: 100px 0px;
    }    
    .search-box-section .row .col-xxl-3{
        display:flex;
    }
    
    .search-box {
        border-radius: 6px;
        padding: 40px 25px;
        text-align: center;
        margin-bottom: 30px;
        border:1px solid rgba(128, 128, 128, 0.3);
        transition:all 0.5s ease;
        width:100%;
        cursor:pointer;
    }
    .search-box:hover {
        border: 1px solid transparent;
        box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.4);
        background-color: rgb(29 163 163 / 30%);
    }
    .box-name h3 {
        text-transform: capitalize;
        font-size: 20px;
        letter-spacing: 0.5px;
        font-weight:600;
        margin:25px 0px 0px 0px;
    }
    .box-icon{
        width:18%;
        margin:auto;
    }
    .box-icon img{
        width: 100%;
        transition:all 0.5s ease;
    }
    .search-box:hover img{
        transform:rotateY(360deg);
    }
    .s-btn{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
        border: none;
        background-color: white;
        border-radius: 6px;
        box-shadow: 0px 0px 8px #80808059;
        position: absolute;
        right: 3%;
        top: 3%;
        z-index:1;
        
    }

    
    .sa-modal{
        padding:25px 20px;
        background: #1da3a3;
        color: white;
    }
    .sa-modal h4{
        text-align: center;
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 700;
        margin: 0px 30px;
    }
    .sa-para{
        height: 350px;
        overflow: auto;
        padding:15px 20px;
    }
    .sa-body{
        padding:0px!important;
    }
    
    .sa-para p{
        font-size: 14px;
        line-height: 1.7;
        text-align:justify;
    }
    
        .bg-search{
        padding:100px 0px;
    }
    .search-head h4 {
        text-transform: capitalize;
        font-size: 26px;
        text-align: center;
        position: relative;
        margin: 0;
    }
    .search-head {
        display: flex;
        background: #b8b8b85c;
        padding: 10px;
    }
    
    .search-head h4:before {
        content: "";
        background: #1da3a3;
        height: 10px;
        width: 10px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
    }
    
    .search-para{
        margin-top:30px;
    }
    .search-para p{
        font-size: 16px;
        text-align: justify;
        line-height: 1.6;
    }
     .search-para p a{
         text-decoration:none;
         color:black;
         font-size:16px;
         font-weight:600;
     }
     .search-inner {
        margin-bottom: 50px;
    }
    .search-para ul{
        padding-left:20px;
        list-style:disc;
    }
    .search-para ul li{
        font-size: 17px;
        font-weight: 500;
        margin: 8px;
    }



/*............responsive of index page css....................*/

@media only screen and (min-width:1367px) and (max-width:1400px){
    .pro-details {
        width: 55%;
        font-size: 15px;
}
.about-img {
    width: 90%;
}
}



@media only screen and (min-width:1024px) and (max-width:1366px){
    .menu-title ul li a{
        font-size:14px;
        padding:14px;
    }
    .banner-detail h2{
        font-size:36px;
    }
    .banner-image{
        width:100%;
    }
    .header-section{
        width:100%;
        top:0%;
    }

  
    .menu-title ul{
        padding-left:0%;
    }
    
    .banner-section{
        margin-top:60px;
    }
    .bg-banner{
        height: 750px;
        background-size: cover;
        background-position: 20% 0%;
    }
    .banner-detail p{
        margin-bottom:0px;
    }
    .strength-head h3{
        width:50%;
    }
    .solution-image{
        width:100%;
    }
    .team-section .row{
        align-items:center;
    }
    .team-info p{
        font-size:13px;
        line-height:30px;
    }
    .tech-info{
        width:100%;
        padding: 22px 18px;
    }
    .tech-info h5{
        font-size:14px;
        line-height:24px;
    }
    .team-icon{
        width:38%;
    }
    .pricing-detail h2{
        font-size:36px;
        line-height:45px;
    }
    .strength-flex{
        /*flex-wrap:wrap;*/
        justify-content:unset;
    }
    .strength-box{
        width:29%;
        margin-bottom:25px;
    }
    .strength-box h5{
        font-size:17px;
    }
    .strength-head::after{
        left:44%;
    }
    .list-image{
        margin-right:30px;
    }

    .team-list li h5{
        font-size:18px;
    }
    .strength-sction{
        padding:50px 0px;
    }
    .solution-section{
        padding:50px 0px;
    }
    .team-section{
        padding:50px 0px;
    }
    .technology-section{
        padding:50px 0px;
    }
    .expertise-section{
        padding:50px 0px;
    }
    .pro-details{
        width:60%;
    }
    .about-img {
        width: 85%;
    }

}

@media only screen and (min-width:768px) and (max-width:1023px){

    .header-section{
        display:none;
    }
    .mobile_header{
        background-color:white;
        display:block;
    }
    .mobile-menu{
        display:block;
        text-align:end;
    }
    .full-width{
        transform:unset!important;
    }
    .banner-section {
        margin-top: 30px;
    }
    .banner-detail h2 {
        font-size:36px;
    }
    .banner-detail p{
        margin-bottom:0px;
        padding:20px 0px 25px 0px;
        font-size:14px;
        text-align:justify;
    }
    .banner-image{
        width:100%;
    }
    .bg-banner {
        background-image: url(../image/background-banner.png);
        height: 750px;
        background-size: cover;
        background-position: 18% 0%;
    }
    .strength-flex{
        flex-wrap:wrap;
        justify-content:unset;
    }
    .strength-box{
        width:30%;
        margin-bottom:25px;
        margin-right:22px;
    }
    .strength-head::after{
        left:42%;
    }
    .strength-sction{
        padding:50px 0px;
    }
    .solution-section{
        padding:50px 0px;
    }
    .team-section{
        padding:50px 0px;
    }
    .technology-section{
        padding:50px 0px;
    }
    .expertise-section{
        padding:50px 0px;
    }
    .strength-head h3{
        width:75%;
    }
    .solution-detail{
        margin-top:50px;
        padding-right:unset;
    }
    .solution-section .row .col-lg-7{
        order:2;
    }
    .solution-section .row .col-lg-5{
        order:1;
    }
    .second-row .solution-detail{
        padding-right: unset;
        padding-left:unset;
    }
    .team-info{
        margin-bottom:50px;
        padding-right:unset;
    }
    .tech-info h5{
        font-size:14px;
        line-height:24px;
    }
    .tech-info{
        width:100%;
    }
    .pricing-detail h2{
        font-size:36px;
        line-height:44px;
    }
    .pricing-image{
        top: 100px;
    }
    .pricing-list {
        margin-top: 50px;
    }
    .pricing-list ul{
        padding-left:0px;
    }
    .expertise-detail{
        padding-left:20px;
    }
    .expertise-detail p {
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .footer-contact{
        margin-top:30px;
    }
    .sidepanel a{
       font-size:18px;
   }
}
@media only screen and (max-width: 767px){
    .header-section{
        display:none;
    }
    .mobile_header{
        background-color:white;
        display:block;
    }
     .full-width{
        transform:unset!important;
    }
    .mobile-menu{
        display:block;
        text-align:end;
    }
    .banner-section{
        margin-top:25px;
    }
    
    .banner-detail h2{
        font-size:28px;
    }
    .banner-detail p{
        font-size:14px;
        line-height:24px;
        margin-bottom:0px;
    }
    .banner-image{
        width:75%;
        margin:auto;
    }
    .banner-detail{
        margin-top:30px;
    }
    .m-order{
        order:2;
    }
    .bg-banner{
        padding-top: 25px;
        height: 900px;
        background-size: cover;
        background-position-x: 12%;
    }
    .strength-sction{
        padding:50px 0px;
    }
    .solution-section{
        padding:50px 0px;
    }
    .team-section{
        padding:50px 0px;
    }
    .technology-section{
        padding:50px 0px;
    }
    .expertise-section{
        padding:50px 0px;
    }
    .strength-head h3{
        width:100%;
        font-size:20px;
        line-height:30px;
    }
    .strength-head::before{
        left:47%;
    }
    .strength-head::after{
        left:32%;
    }
    .strength-flex{
        flex-wrap:wrap;
        justify-content:unset;
    }
    .strength-box{
        margin-bottom: 25px;
        margin-right: unset;
    }
    .solution-detail{
        margin-top:50px;
        padding-right:unset;
    }
    .solution-detail h3{
        font-size:18px;
    }
    .solution-section .row .col-lg-7{
        order:2;
    }
    .solution-section .row .col-lg-5{
        order:1;
    }
    .second-row .solution-detail{
        padding-right: unset;
        padding-left:unset;
    }
    .solution-image{
        width:100%;
    }
    .team-info{
        padding-right:unset;
        margin-bottom: 50px;
    }
    .list-image {
        width: 60px;
        height: 60px;
        margin-right:30px;
    }
    .team-list li h5{
        font-size:14px;
    }

    .techno-box{
        margin-bottom:80px;
    }
    .tech-info h5{
        font-size:16px;
        line-height:24px;
    }
    .pricing-detail h2{
        font-size:28px;
        line-height:30px;
    }
    .pricing-list{
        margin-top:50px;
    }
    .pricing-list ul{
        padding-left:0px;
    }
    .pricing-detail p{
        font-size:13px;
    }
    .pricing-image{
        top:140px;
    }
    .expertise-detail{
        margin-top:50px;
    }
    .footer-list{
        margin:50px 0px;
    }
    .m_menu{
        width:100%;
    }
    .mobile-title ul{
        padding-left:0px;
    }
    .sidepanel a{
        font-size:18px;
    }
    .m-close{
        right: -3%;
        top: -8%;        
    }
    #exampleModal .modal-content{
        width: 90%!important;
        margin: auto;
    }
    .form-header{
        height:5rem;
    }
    .form-header h3{
        font-size:16px;
    }
}
@media only screen and (max-width:320px){
    .inquiry-form{
        padding:30px 0px;
    }
    .m-close {
        right: 1%;
        top: 1%;
    }
    .modal-content {
        width: 100%!important;
        margin: auto;
    }
     #exampleModal .modal-content{
        width: 100%!important;
        margin: auto;
    }
     #exampleModal{
         padding-right:0px!important;
     }
    
    .form-header{
        height:7rem;
    }
    .form-header h3{
        font-size:14px;
    }
    .form-header small{
        font-size:12px;
    }
    
}

/*............responsive of contact page css....................*/

@media only screen and (min-width:1024px) and (max-width:1366px){
    .co-input input.as-required {
        width: 80%;
    }
    .pro_banner1 {
        height:300px;
    }
    .address-icon i {
        width: 50px;
        height: 50px;
        font-size:22px;
        line-height: 50px;
    }
    .address-box {
        padding: 20px 14px;
    }
    .address-icon {
        margin-right: 25px;
    }
    .address-detail span{
        font-size:14px;
        letter-spacing:unset;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px){
    .contact-image {
        margin: 0 auto;
    }
    .contact-form {
        margin-top: 40px;
    }
    /*.pro_banner11{*/
    /*    top:35%;*/
    /*}*/
    .co-input input.as-required {
        width: 80%;
    }
    .address-box{
         margin-bottom:20px;
    }
     .address-box {
        padding: 20px;
    }
    .address-icon {
        margin-right: 25px;
    }
    .address-detail span{
        font-size:15px;
    }
    .techno-bg{
        padding:60px 0px;
    }
    .exp-icon {
        width: 20%;
    }
    .exp-box1 p, .exp-box2 p{
        font-size:13px;
    }
    .over-box1{
        padding:1em 1em;
    }
    
   
}
@media only screen and (max-width: 767px){
    .co-input input.as-required {
        width: 80%;
    }
    .contact-form{
        margin-top: 80px;;
    }
    .pro_banner11{
        /*top: 35%;*/
        width:100%;
    }
    .pro_banner1 h1{
        font-size: 28px;
    }
    .breadcrumb1 li{
        font-size: 14px;
    }
    .address-box{
        margin-bottom:20px;
    }
    .address-box{
        padding:20px;
    }
    .address-icon i{
        width:55px;
        height:55px;
        line-height:55px;
        font-size:24px;
    }
}
@media only screen and (max-width:320px){
    .address-box {
        padding: 20px 12px;
    }
    .address-icon {
        margin-right: 25px;
    }
    .address-detail span{
        font-size:14px;
    }
    .address-detail span a{
        font-size:14px;
    }
    
}

/* .......................organization page responsive css.......................... */

@media only screen and (min-width:1024px) and (max-width:1366px){
    .pro_banner11{
        top: 50%;
    }
    .about-details p{
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }
    .ab-details p{
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }
    .about-box p{
        font-size: 14px;
        line-height: 1.6;
        text-align: justify;
    }
    .organization {
        padding: 60px 0;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px){
    .pro-details{
        width:70%;
    }
    .about-details{
        margin-top:40px;
    }
    .pattern1 {
        width: 40%;
    }
    .order{
        order:2;
    }
    .ab-details{
        margin-top:40px;
    }
    .about-box{
        margin:12px 0px;
    }
    .organization {
        padding: 60px 0;
    }
}
@media only screen  and (max-width:767px){
    .pro-details{
        width: 70%;
        font-size:12px;
    }
    .pro-details h6{
        font-size:16px;
    }
    .about-details{
        margin-top:30px;
    }
    .about-title h3{
        font-size: 28px;
        margin-bottom: 18px;
    }
    .pattern1 img{
        width: 70%;
    }
    .order{
        order:2;
    }
    .ab-details{
        margin-top: 30px;
    }
    .ab-details p{
        text-align:justify;
        font-size:14px;
    }
    .about-box{
        margin:20px 0px;
    }
    .about-box p{
        font-size:14px;
        text-align:justify;
    }
    .organization {
        padding: 60px 0;
    }
}
@media only screen  and (max-width:320px){
    .pro-details{
        width: 80%;
        font-size: 12px;
    }
    .pro-details h6{
        font-size:14px;
    }
    .about-img{
        width: 100%;
    }
    .about-more{
        width: 100%;
    }
    .organization {
        padding: 60px 0;
    }
}


@media only screen and (min-width:1024px) and (max-width:1366px){

    rates-section{
        padding:60px 0px;
    }
    .inner-rates-head h5, .inner-rates-head h6{
        font-size:16px;
    }
    .rate-name h5{
        font-size:15px;
    }
}

@media only screen  and (max-width:767px){
    .inner-rates-head h5, .inner-rates-head h6{
        font-size:14px;
    }
    .rate-name h5{
        font-size:13px;
    }
    .rate-cost h4{
        font-size:14px;
        text-align:end;
    }
}







/*............responsive of service page css....................*/

@media only screen and (min-width:1024px) and (max-width:1366px){
   .service-section {
        padding: 60px 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px){
  .service-section {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 767px){
   .service-section {
        padding: 60px 0;
    }
    .service-main:after{
        top:-68px;
    }
    .service-main:before{
        top:-68px;
    }
    figure.box-img{
        width:30%;
    }
    
}
@media only screen and (max-width: 320px){
   .service-section {
        padding: 60px 0;
    }
    .m-btn {
    width: 60px;
    height: 60px;
    right: 3%;
    bottom: 16%;
    }
}


/*.........................experiance page css.............................. */


@media only screen and (min-width:1024px) and (max-width:1366px){

    .experiance-section{
        padding:60px 0px;
    }
    .inner-exp-img::after {
        height: 45%;
        left: 8%;
    }
    .sub-image {
        left: 4%;
        width: 50%;
    }
    .inner-exp-img {
        width: 80%;
    }
    .exp-inner h4{
        font-size:24px;
    }
    .exp-inner p {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .exp-box1 p, .exp-box2 p {
        font-size: 12px;
        padding-top: 10px;
    }
    .exp-box1, .exp-box2 {
        width: 49%;
        padding: 12px 8px;
    }
    .number-section{
       padding: 60px 0px;
    }
    .techno-bg{
        padding:50px 0px;
    }
    .exp-icon {
        width: 22%;
    }
    .exp-info {
        padding-left: 8px;
    }
    .number-box {
        padding-left: 8px;
    }
    .over-box1 p{
        font-size:13px;
    }
    .over-box1{
        padding: 1em 0.8em;
    }
    .number-box p{
        font-size:13px;
    }
    .expertise-detail p{
        font-size:13px;
        line-height:25px;
    }
    .techno-bg{
        padding:60px 0px;
    }
    
    
    
}
@media only screen and (min-width:768px) and (max-width:1023px){
    .pro_banner1{
        height:250px;
    }
    
    .sub-image{
        width:45%;
        left:8%;
    }
    .exp-info{
       margin-top: 50px;
    }
    .exp-box1, .exp-box2{
        margin-top: 25px;
    }
    .experiance-section{
        padding: 60px 0px;
    }
    .number-section{
        padding: 60px 0px;
     }
    .number-box{
        margin-bottom: 50px;
     }
     
}
@media only screen  and (max-width:767px){
    .inner-exp-img{
        width:80%;
    }
    .sub-image{
        width: 45%;
    }
    .inner-exp-img::after{
        left: 5%;
    }
    .exp-img{
        margin-bottom: 30px;
    }
    .exp-inner h4{
        font-size: 24px;
    }
    .exp-info{
        padding-left: 0px;
    }
    .exp-box1, .exp-box2 {
        width: 49%;
        padding: 12px 8px;
    }
    .exp-box1 p, .exp-box2 p{
        font-size: 12px;
    }
    .experiance-section{
        padding:60px 0px;
    }
    .number-section{
        padding:60px 0px;
    }
    .number-box{
        padding-left: 0px;
    }
    .over-box1 h5{
        font-size:26px;
    }
    .pro_banner1{
        height:250px;
    }
    .pro_banner1 p{
        font-size:12px;
    }
    
    
    
    
}   



/*........................search page responsive css......................*/


@media only screen and (min-width:1024px) and (max-width:1366px){
    .search-box{
        padding:40px 15px;
    }
    .box-name h3{
        font-size:16px;
        letter-spacing:unset;
    }
}
@media only screen and (max-width:767px){
    .search-head h4{
        font-size:16px;
    }
    .search-para p{
        font-size:14px;
    }
    
}

@media only screen and (max-width:320px){
.sa-modal h4{
    font-size:14px;
}
  .search-head h4{
        font-size:16px;
    }
    .search-para p{
        font-size:14px;
    }
}


























