﻿p{
    color:#000 !important;
}
.font-size{
    font-size:20px;
}
.table-box .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 10px;
}

.table-box .table-bordered th {
    background:#007cc5;
    color:#fff;
    font-style:normal;
}
.custome-heading h2{
    margin-bottom:20px;
    text-align:center;
}

.bg-pattern{
    background-color: #f1f1f1;
/*background-image: url("https://www.transparenttextures.com/patterns/brick-wall.png");*/
background-image: url("../../www.transparenttextures.com/patterns/climpek.png");
padding:40px 0;
/*margin: 40px 0 0 0;*/
}

.body-ptext ul li{
    border-bottom:1px dashed #7b7b7b;
    padding:10px 30px;
    color:#000;
    position:relative;
}
.body-ptext ul li:before{
   position: absolute;
    content: "\f178";
    font-size: 18px;
    display: block;
    color: #007cc5;
    font-family: fontawesome;
    padding-right: 11px;
    left: 4px;
}
.bold-text{
    font-weight:bold;
    color:#000;
    font-size:18px;
    margin-top:20px;
    display:block;
}
.bg-pattern p{
    color:#000;
}
.bg-pattern .trademark p{
    text-align:center;
    color:#fff !important;
}
.bg-pattern .trademark span{
     color:#fff;
     text-align:center;
}

.trademark{
    background: rgb(0,114,181);
    background: linear-gradient(0deg, rgba(0,114,181,1) 0%, rgba(0,124,197,1) 0%, rgba(0,212,255,1) 100%);
    padding:10px 25px;
    min-height: 300px;
    margin-bottom:20px;
    border-radius: 10px;
}
.mark1{
    min-height: 240px;
    border-radius: 10px;
}

.trademark .fa{
    text-align:center;
    background:#fff;
    font-size:40px;
    box-shadow: 0px 4px 7px #00618f;
    height:100px;
    width:100px;
    padding:30px;
    margin:0 auto;
    display:block;
    border-radius:50px;
}
.sub-title1{
    text-align: center !important;
    display: block;
    margin: 24px 0 10px 0;
    font-size: 22px;
}

.bottom-border-text{
    border-bottom: 4px solid #007cc5;
    box-shadow: 0px 2px 4px #ccc;
    padding: 20px;
    background:#f9f9f9;
    width:100%;
}

.bottom-border-text p{
    font-size:15px;
}

.bottom-border-text span {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.llp ul li{
    background: #007cc5;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
ul.sub-li{
    padding-left:30px;
}
ul.sub-li li{
    padding:5px 0;
    list-style-type: disc;
}

/*popup*/

.form-box1{}
.form-heading{
    text-align: center;
    margin-bottom: 25px;
}

.enquiry-form .form-group textarea{
    height:100px;
}

.enquiry-form .form-group {
    margin-bottom: 5px;
}

.popup { position: fixed; background: rgba(0,0,0,0.80); left: 0px; right: 0px; bottom: 0px; top: 0px; z-index: 999; display: none; }
.popup-inner { 
    border: 5px solid;
    padding: 25px;
    background: #039ffb; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
     border-radius: 4px; 
     width: 900px; 
     position:relative; 
     display: table;
      margin: auto; 
      border-radius: 10px;
      top: 10px; 
      box-sizing: border-box; 
      max-width: 100%;
}

.request-bg{
    color: #fff;
    padding: 40px 25px 0 25px;
    background: #039ffb;
    display: block;
    overflow: hidden;

}

.requset-img{
    padding:0 !important;
    margin:0 !important;
}

.requset-img img{
   background-size:100%;
   width: 100%;
height:100%;
}

.about-section .skill h6{
    margin-bottom:10px;
    font-weight:600;
}

.about-section .skill{
    margin-bottom:30px;
}
.popup .close { 
        height: 36px;
    width: 34px;
    position: absolute;
    right: 0px;
    top: 7px;
    color: #000;
    font-size: 30px;
    font-family: monospace;
    font-weight: 600;
    z-index: 1;

}


.form-box1 {
    background: #fff;
    padding: 20px;
}

.enquiry-img img{
   border: 4px solid #fff;
    width: 100%;
}

.popup .close:hover { }

.popup-content {  box-sizing: border-box; }

 @media only screen and (max-width:768px) {
       .popup-inner  {width: 100% !important}
   }

/*popup end*/

.incorportation .body-ptext ul li {
    border-bottom: 1px dashed #c5c5c5;
    padding: 10px 0 0 30px;
}