body{
  margin: 0px;
  font-family: 'Montserrat', sans-serif !important;
}

.header1{
float: left;
width: 100%;
height: 55px;
border-bottom: solid 2px whitesmoke;
}
.header1-1 {
    float: left;
    width: 100%;
    padding: 17px 0px 0px 0px;
}
.header1-1 h3 {
    float: left;
    font-weight: 600;
    font-size: 14px;
    margin-top: 3px;
}
.header1-1 img {
    float: left;
    margin-left: 14px;
}
.header1-1-1{
float: left;
margin-top: 2px;
}
.fb{
width: 15px;
}

.header1-2 {
    float: left;
    width: 100%;
    padding-top: 17px;
}
.hd1{
float: right;
padding-right: 15px;
border-right: solid 2px whitesmoke;
bo
}
.hd1 a {
    float: left;
    font-weight: 500;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 0px;
    text-decoration: none;
    color: black;
}
.hd1 a:hover{
color: black;
text-decoration: none;

}

.hd2{
float: right;
}
.hd2 a {
    float: left;
    font-weight: 500;
    font-size: 14px;
    margin-top: 3px;
    padding-left: 15px;
    text-decoration: none;
    color: black;
}
.hd2 a:hover{
color: black;
text-decoration: none;
}

.header2 {
    float: left;
    width: 100%;
    height: 88px;
    border-bottom: solid 2px whitesmoke;
}
.logo {
float: left;
width: 100%;
}
.logo img {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    padding-top: 10px;
}
.logoheader{
width: 191px;
}
.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  
}
.hidden-input-field{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.header_menu_area > .mob_nav {
    display: none; 
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    
    padding-right: 0px;
    float: right;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
}
      
.header_menu_area > ul > li > a:hover {
          color: color: black;;
          /* background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158)); */
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
  
  color: black; !important;
  
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}


@media (max-width: 1024px) {

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}


.header_menu_area {
    position: inherit; 
}

.header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 28px;
      margin: 29px 15px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; 

}

.header_menu_area > .mob_nav > div {
        background: black;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px; 
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px; 
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    background: #0a0909;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #0a0909;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000000;
    
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 161px;
}

.header_menu_area > ul > li {
      width: 100%; 
}

.header_menu_area > ul > li > a {
        color: #fff;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        
}

.header_menu_area > ul > li > a::after {
    width: 0px;
    height: 100%!important;
    background: red; 
}

.header_menu_area > ul > li > a:hover::after {
    width: 4px; 
}

.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}

.header_user_area {
    right: calc(5% + 70px);
} 
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    width: auto;
    float: left;
    /* margin: 0 9px; */
    position: relative;
    font-size: 14px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 600;
    color: black;
    letter-spacing: 0px !important;
    padding: 35px 15px 33px 15px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}
.header_menu_area > ul > li > a:hover {
    background: black; !important;
    color: white;
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: black; !important;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 61px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: #201c1c;
    background: #fff;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: red;
    border-width: 6px;
    margin-left: -6px;
}

.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
    
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate( 
319deg);
}

.banner {
    float: left;
    width: 100%;
    background-image: url(../images/banner.svg);
    background-size: cover;
    height: 581px;
    padding-top: 115px;
    padding-bottom: 125px;
}

.b1 {
    float: left;
    width: 100%;
}

.b1 h1{
float: left;
width: 100%;
font-size: 55px;
font-weight: bold;
color: white;
text-align: center;
line-height: 65px;
}

.b1 p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding-top: 15px;
    line-height: 26px;
}

.b1btn {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 45px;
}
.b1btn a {
    background-color: white;
    color: black;
    padding: 27px 25px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b1btn a:hover{
color: white;
background-color: black;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}





.content1{
float: left;
width: 100%;
background-color: #f5f9fd;
}

.c1 {
    float: left;
    width: 100%;
    padding: 50px 190px;
}

.c1 h2{
color: black;    
float: left;
width: 100%;
font-weight: bold;
font-size: 40px;
text-align: center;
line-height: 55px;
margin-top: 0px;
}
.c1 p{
color: black;    
float: left;
width: 100%;
font-weight: 500;
font-size: 15px;
text-align: center;
line-height: 28px;
padding-top: 20px;
}

.c1-1{
float: left;
width: 100%;
border-top: solid 1px #ddeaf7;
}
.c1-2 {
    float: left;
    width: 100%;
    padding: 25px 0px;
    border-right: solid 1px #ddeaf7;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.c1-2 img {
    margin-top: 5px;
    float: left;
    width: 20px;
}
.c1-2img {
    margin-left: 50px;
}
.c1-2 img {
    margin-top: 5px;
    float: left;
    width: 20px;
}


.c1-2 h2 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-top: 10px;
    margin-left: 10px;
}


.c1-3 {
    float: left;
    width: 100%;
    padding: 25px 0px;
    border: none;    
}

.c1-3 img{
float: left;
}

.c1-3 h2 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-top: 10px;
    margin-left: 10px;
}

.c1-4 {
    float: left;
    width: 100%;
    padding: 25px 0px;
    border-right: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.c1-4 img {
    margin-top: 5px;
    float: left;
    width: 20px;
}
.c1-4 img {
    margin-top: 5px;
    float: left;
    width: 20px;
}


.c1-4 h2 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-top: 10px;
    margin-left: 10px;
}

.content2 {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.c2-1 {
width: 15%;
margin-left: auto;
margin-right: auto;
display: block;
}

.c2-1 h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
    background-color: black;
    padding: 15px;
    border-radius: 25px;
    margin-top: 0px;
}

.c2-2{
float: left;
width: 100%;
}

.c2-2 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 55px;
    margin-bottom: 50px;
}


.c2-3 {
    float: left;
    width: 100%;
    padding: 5px 7px;
    border: solid 1px #cccccc;
    text-align: center;
    padding-bottom: 35px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.seo {
    float: none;
    width: 30%;
    padding: 13px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.c2-3 h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
.c2-3 p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 30px;
}


.c2-7 {
    float: left;
    width: 100%;
    padding: 5px 7px;
    border: solid 1px #cccccc;
    text-align: center;
    padding-bottom: 35px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.seo {
    float: none;
    width: 30%;
    padding: 13px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.c2-7 h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}
.c2-7 p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.c2-8{
width: 100%;
}

.c2-4 a {
    padding: 16px 35px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px black;
    float: none;
    border-radius: 9px;
    text-decoration: none;
    color: black;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.c2-4 a:hover{
color: white;
text-decoration: none;
background-color: black;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.c2-5{
float: left;
width: 100%;
}
.c2-6{
margin-left: auto;
margin-right: auto;
width: 769px;
}


.content3{
float: left;
width: 100%;
text-align: center;
}

.c3 {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.c3 h2{
float: left;
width: 100%;
font-size: 43px;
font-weight: 600;
color: white;
padding-bottom: 10px;
}

.c3 p{
float: left;
width: 100%;
font-size: 14px;
font-weight: 400;
color: white;
line-height: 25px;
}

.c3-1  {
float: left;
width: 100%;
}
.c3-1 img {
    float: left;
    border-right: solid 1px white;
    margin-right: 20px;
    padding-right: 15px;
    padding-top: 6px;
    padding-left: 14px;
    padding-bottom: 6px;
    margin-top: -57px;
}
.c3-1-1{
width: 468px;
margin-right: auto;
margin-left: auto;
}
.c3-1-1 input {
    float: left;
    width: 100%;
    border: solid 1px white;
    border-radius: 10px;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
    height: 67px;
    margin-top: 10px;
    background-color: transparent;
    padding-left: 80px;
    padding-right: 15px;
    text-align: left;
    color: white;
}
.c3-1-1 input::placeholder {
        color: white;
      }
.c3-1-1 input:focus::placeholder {
  color: transparent;
}      

.c3-1-1a {
float: left;
width: 100%;
}
.c3-1-1a a {
    float: none;
    width: 20%;
    background-color: white;
    color: black;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.c3-1-1a a:hover{
color: white;
text-decoration: none;
background-color: black;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.results {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.results1 h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 55px;
    margin-bottom: 15px;
    padding-top: 50px;
    margin-top: 0px;
}
.seoresult{
float: left;
width: 100%;
}

.seoresult img{
display: inline !important;
}


.content4{
float: left;
width: 100%;
background-color: white;
}

.c4-1 {
width: 15%;
margin-left: auto;
margin-right: auto;
display: block;
}

.c4-1 h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
    background-color: black;
    padding: 15px;
    border-radius: 25px;
    margin-top: 50px;
}

.c4-2{
float: left;
width: 100%;
}


.c4-2 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 55px;
    margin-bottom: 50px;
}
.c4-3 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    background-image: url(../images/c4bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 61px;
}
.c4-4{
float: left;
width: 100%;
padding-top: 150px;
}
.c4-4 h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-radius: 50%;
    border-color: #e6e6e6;
    padding: 38px 33px;
    width: 125px;
    height: 125px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background: white;
}
.c4-4 h4 {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    color: black;
    text-align: center;
    padding-top: 10px;
}

.c4-4 p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-align: center;
    line-height: 27px;
    padding-top: 10px;
}

.c4-5{
float: left;
width: 100%;
position: relative;
z-index: 1;
}
.c4-5 h3 {
    background: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-radius: 50%;
    border-color: #e6e6e6;
    padding: 38px 33px;
    width: 125px;
    height: 125px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.c4-5 h4 {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    color: black;
    text-align: center;
    padding-top: 10px;
}

.c4-5 p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-align: center;
    line-height: 27px;
    padding-top: 10px;
}

.quote{
float: left;
width: 100%;
background-color: black;
}

.quotes1 {
    float: left;
    width: 100%;
    padding: 80px 128px;
    padding-bottom: 0px;
}
.quotes1 img {
    float: none;
    width: 12% !important;
    opacity: 0.1;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.quotes1 p {
    float: left;
    width: 100%;
    color: white;
    font-size: 25px;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
    line-height: 43px;
    padding-left: 50px;
    padding-right: 50px;
}


.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.quotes .owl-dots {
  text-align: center;
  padding-bottom: 80px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: grey !important;
  margin: 0 3px;
  margin-bottom: 0px;
}
.owl-dots button.owl-dot.active {
  background-color: white !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}



.content5{
float: left;
width: 100%;
background-color: #f5f9fd;
}

.c5-1 {
width: 15%;
margin-left: auto;
margin-right: auto;
display: block;
}

.c5-1 h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
    background-color: black;
    padding: 15px;
    border-radius: 25px;
    margin-top: 50px;
}

.c2-2{
float: left;
width: 100%;
}

.c2-2 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 55px;
    margin-bottom: 50px;
}

.clientsimg {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.clientsimg img{
float: none;
width: auto !important;
margin-left: auto;
margin-right: auto;
display: block;
}
.clientsimg img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
} 

.clientsimg img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
}
.footer {
    float: left;
    width: 100%;
    background-color: black;
    padding: 40px 0px;
    padding-bottom: 0px;
}
.f1{
float: left;
width: 100%;
}

.f1 h2{
float: left;
width: 100%;
font-weight: 600;
font-size: 19px;
color: white;
}

.f1box {
    float: left;
    width: 15px;
    height: 3px;
    margin-top: -3px;
    background: #515651;
    margin-left: 0px;
}
.f1-1 {
    float: left;
    width: 50%;
    padding-top: 10px;
}
.f1-1 a {
    float: left;
    width: 100%;
    color: #a9a9a9;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.f1-1 a:hover{
color: white;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.f1-1-1 {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: white;
    line-height: 30px;
}

.footer2{
float: left;
width: 100%;
border-top: solid 1px #262827;
border-bottom: solid 1px #262827;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 20px;
}

.f2{
float: left;
}

.f2 h2{
float: left;
font-size: 19px;
font-weight: 600;
color: white;
}
.f2 a {
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin-top: 19px;
    padding-left: 25px;
    text-decoration: none;
    color: #a9a9a9;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.f2 a:hover{
color: white;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.footer3{
float: left;
width: 100%;
border-bottom: solid 1px #262827;
padding-top: 10px;
padding-bottom: 10px;
}

.fimg {
    float: right;
    margin-top: -146px;
    width: 13%;
}

.seo-align{
    float:left;
    width:100%;
    text-align:center;
}




.f3{
float: left;
}

.f3 h2 {
    float: left;
    font-size: 19px;
    font-weight: 600;
    color: white;
    padding-right: 25px;
}

.f3 a {
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin-top: 19px;
    padding-left: 25px;
    text-decoration: none;
    color: #a9a9a9;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.f3 a:hover{
color: white;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.copyright {
    background-color: black;
    float: left;
    width: 100%;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #a9a9a9;
}


.bannerdigitalpr {
    float: left;
    width: 100%;
    background-image: url(../images/bannerdigitalpr.svg);
    background-size: cover;
    height: 400px;
    padding-top: 60px;
}

.bdigitalpr {
    float: left;
    width: 100%;
}

.bdigitalpr h1{
float: left;
width: 100%;
font-size: 55px;
font-weight: bold;
color: white;
text-align: center;
}

.bdigitalpr p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding-top: 10px;
    line-height: 26px;
}

.digitalprbtn {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 45px;
}
.bdigitalpr a {
    background-color: white;
    color: black;
    padding: 27px 25px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin-top: 15px;
}
.bdigitalpr a:hover{
color: white;
background-color: black;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.dprcontent1 {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}


.dprcontent1-1 h2 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    color: black;
    margin-top: 0px;
    margin-bottom: 7px;
}

.dprcontent1-1 p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: black;
}

.dprcontent1-2 h2 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    color: black;
    margin-bottom: 7px;
    margin-top: 10px;
}

.dprcontent1-2 p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: black;
}

.c1box4 {
    float: left;
    border: solid 2px #e6e6e6;
    width: 100%;
    height: 435px;
    margin-top: 26px;
    border-radius: 10px;
    padding: 37px 10px;
    margin-bottom: 30px;
}

.c1box4 h2 {
    text-align: center;
    color: black;
    font-size: 25px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 64px;
}
.qeicon img {
    float: right;
    width: 50px;
    margin-top: -65px;
    margin-right: 51px;
}

.qeicon{
float: left;
width: 100%;
text-align: center;
}

.formbox1 input {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    border-style: none;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #e6e6e6;
}
.formbox1 input:focus::placeholder {
  color: transparent;
}
.formsubmit button {
    float: left;
    height: 50px;
    width: 100%;
    text-align: center;
    color: black;
    padding: 13px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #e6e6e6;
    text-decoration: none;
}

.formsubmit button:hover{
color: white;
background-color: black;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.formsubmit a {
    float: left;
    height: 50px;
    width: 100%;
    text-align: center;
    color: black;
    padding: 13px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #e6e6e6;
    text-decoration: none;
}

.formsubmit a:hover{
color: white;
background-color: black;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.dprcontent1-3{
float: left;
width: 100%;
margin-top: 9px;
}

.dprcontent1-3 img {
    border-radius: 10px;
    margin-top:0px;
    max-width: fit-content;
}

.dprcontent2 {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 35px;
}

.dprcontent2 h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: black;
    padding-bottom: 20px;
    margin-top: 0px;
}

.dprcontent2 h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-radius: 50%;
    border-color: #e6e6e6;
    border-width: 1px;
    padding: 38px 33px;
    width: 125px;
    height: 125px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.dprcontent2 h4 {
    float: left;
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    color: black;
    text-align: center;
    padding-top: 10px;
}

.dprcontent2 p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-align: center;
    line-height: 27px;
    padding-top: 10px;
}

.dprcontent3 {
    float: left;
    width: 100%;
    background-image: url(../images/c3form.svg);
    background-size: cover;
    text-align: center;
}
.dprcontent3-1 h2 {
    float: left;
    width: 100%;
    font-size: 43px;
    font-weight: bold;
    color: white;
    margin-top: 30px;
}

.dprcontent3-1 p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 22px;
}

.dprcontent3form {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.dprcontent3form form {
    max-width: 700px;
    display: block;
    margin: 40px auto;
}

.input-area {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.input-area input {
    width: 100%;
    height: 52px;
    border-radius: 5px;
    background: #fff;
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
}

.input-area textarea {
    width: 100%;
    height: 132px;
    border-radius: 5px;
    background: #fff;
    border: 0;
    padding: 15px 10px;
    font-size: 14px;
}
textarea:focus, input:focus{
    outline: none;
}
.input-area {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.input-area button {
    background: black;
    border: 0;
    width: 100%;
    padding: 15px 0;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.input-area button:hover{
color: black;
background-color: white;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.dprcontent4{
float: left;
width: 100%;
}


.dprcontent4-2{
float: left;
width: 100%;
}

.dprcontent4-2 h2 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: black;
}

.dprcontent4-3 {
    float: left;
    width: 50%;
    padding-right: 30px;
}
.dprcontent4-3 p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: black;
    line-height: 29px;
    padding-bottom: 30px;
}


.contact1{
float: left;
width: 100%;
}
.box1{
float: left;
width: 100%;
}
.box1 h1{
float: left;
text-align: center;
width: 100%;
font-weight: 700;
margin-top: 30px;
color: black;
font-size: 25px;
margin-bottom: 0px;
}
.box1 p {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 500;
    margin-top: 17px;
    color: grey;
    font-size: 14px;
    line-height: 18px;
    padding-left: 330px;
    padding-right: 330px;
}


.box2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.box2 img {
    width: 25px;
    display: block;
    margin: auto;
}
.box2 h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-top: 10px;
    color: black;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}
.box2 h4 {
    float: left;
    width: 100%;
    font-weight: 500;
    margin-top: 10px;
    color: black;
    font-size: 13px;
    text-align: center;
    margin-left: 0px;
    line-height: 22px;
    margin-bottom: 0px;
}

.clientsimgprtf{
float: left;
width: 100%;
margin-bottom: 40px;
}
.clientsimgprtf img{
float: none;
width: auto !important;
margin-left: auto;
margin-right: auto;
display: block;
margin-top: 20px;
}


.formcareer {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
.cnt-frm {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.frm-title {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
}

.label-contact {
    float: left;
    width: 100%;
    padding-top: 3px;
}

.career-forms {
    color: #000000;
    display: block;
    font-size: 13px;
    height: 50px;
    font-weight: 400;
    margin-bottom: 18px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 12px;
    margin-top: 8px;
    border-radius: 10px;
    border: solid 1px rgb(0 0 0 / 33%);
}

.contact-submit {
    color: #fff;
    height: 50px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    background: black;
    padding-top: 0px;
    cursor: pointer;
    padding-bottom: 0px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}

.contact-submit:hover{
color: black;
background-color: white;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.dprcontent2-1 {
    width: 100%;
    float: left;
    text-align: center;
    border: solid 1px #e6e6e6;
    padding: 15px;
    border-radius: 10px;
    height: 460px;
}
.dprcontent2-1seo {
    width: 100%;
    float: left;
    text-align: center;
    border: solid 1px #e6e6e6;
    padding: 15px;
    border-radius: 10px;
    height: 460px;
}

.call-action {
    padding: 50px;
    float: left;
    width: 100%;;
    height: 472px;
    margin-bottom: 0px !important;
    background-image: url(../images/c3image.svg);
    background-size: cover;
    text-align: center;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
}

.quality{
float: left;
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
background-color: #f5f9fd;
}

.quality1{
float: left;
width: 100%;
}

.quality1 img {
    display: inline-block;
    width: 20px;
    margin-top: -2px;
}

.quality1 h2 {
    float: left;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    color: black;
}

.quality1 h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding-left: 15px;
    color: black;
}
.quality1-1 {
    text-align: center;
    margin-top: 10px;
}

.calltoaction {
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
    height: 300px;
    margin-bottom: 0px !important;
    background-image: url(../images/calltoaction.svg);
    background-size: cover;
    text-align: center;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
}

.cta1 h2{
    float: left;
    width: 100%;
    font-size: 46px;
    font-weight: 600;
    color: white;
    margin-top: 0px;
    line-height: 60px;
    padding-top: 5px;
}

.aboutus{
float: left;
width: 100%;
padding: 30px;
}

.aboutus1-1 {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.aboutus1-1 h2 {
    text-align: center;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    color: black;
    margin-bottom: 7px;
    margin-top: 0px;
}

.aboutus1-1 p {
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: black;
}

.aboutuscontent1 {
    float: left;
    width: 100%;
    border: solid 1px black;
    margin-left: 40px;
    padding: 15px;
    border-radius: 10px;
}
.aboutuscontent1 h2 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    color: black;
    margin-bottom: 7px;
    margin-top: 10px;
    padding-left: 10px;
}

.aboutuscontent1 p {
    float: left;
    width: 80%;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: black;
    padding-left: 10px;
}

.aboutuscimg {
    margin-right: 10px;
    float: right;
    width: 15%;
}


.aboutuscontent2 {
    float: left;
    width: 100%;
    border: solid 1px black;
    margin-left: 40px;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.aboutuscontent2 h2 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    color: black;
    margin-bottom: 7px;
    margin-top: 10px;
    padding-left: 10px;
}

.aboutuscontent2 p {
    float: left;
    width: 80%;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: black;
    padding-left: 10px;
}

.dprcontent1-5 h2 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    color: black;
    margin-bottom: 7px;
    margin-top: 10px;
    padding-left: 50px;
}

.dprcontent1-5 p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: black;
    padding-left: 50px;
    margin-bottom: 0px;
}

.dprcontent1-6 h2 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    color: black;
    margin-bottom: 10px;
    padding-left: 50px;
    margin-top: 0px;
}

.dprcontent1-6 p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: black;
    padding-left: 50px;
}
.dprcontent1-4 img {
    max-width: fit-content;
    border-radius: 10px;
}
.abtcontent1 {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
}

.visiondt {
    float: right;
    width: 15%;
    margin-right: 10px;
}



.package{
float: left;
width: 100%;
margin-top: 10px;
}
.pricing{
  margin:0px 0px;
}
.pricing .table{
  border-top:1px solid #ddd;
  background:#fff;
}
.pricing .table th,
.pricing .table {
  text-align: center;
}
.pricing .table th,
.pricing .table th, .pricing .table td {
    padding: 8px 10px;
    border: 1px solid #000;
    border: 1px solid rgb(0 0 0 / 12%);
    padding-bottom: 15px;
}
.pricing .table th {
    width: 25%;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0;
    background: white;
    color: black;
    text-transform: uppercase;
}
.pricing .table th.highlight{
  border-top: 4px solid #4caf50 !important;
}
.pricing .table tr:nth-child(odd){
  background: #f0f8ff;
}
.pricing .table td:first-child {
    text-align: center;
    padding-top: 17px;
    background: white;
}
.pricing tr td .ptable-title {
  font-size: 15px;
  font-weight:400;
  color: black;
}
.pricing tr td .ptable-title i {
  width: 23px;
  line-height: 25px;
  text-align: right;
  margin-right: 5px;
}
.pricing .ptable-star {
  position: relative;
  display: block;
  text-align: center;
}
.pricing .ptable-star.red{
  color: #e91e63;
}
.pricing .ptable-star.green{
  color: #4caf50;
}
.pricing .ptable-star.lblue{
  color: #03a9f4;
}
.pricing .ptable-star i {
  width: 8px;
  font-size: 13px;
}
.pricing .ptable-price {
  display: block;
}
.pricing tr td {
  font-size: 15px;
  line-height:32px;
  text-align: center;
}
.pricing tr td.bg-red{
  background: #e91e63;
}
.pricing tr td.bg-green{
  background: #4caf50;
}
.pricing tr td.bg-lblue{
  background: #03a9f4;
}
.pricing tr td.bg-red a,
.pricing tr td.bg-green a,
.pricing tr td.bg-lblue a{
  color: #fff;
}
.pricing tr td i {
  display: block;
  margin-bottom: 12px;
  font-size: 30px;
}
.pricing tr td i.red{
  color: #e91e63;
}
.pricing tr td i.green{
  color: #4caf50;
}
.pricing tr td i.lblue{
  color: #03a9f4;
}
.pricing tr td:first-child i{
  display:inline;
  margin-bottom:0px;
  font-size:22px;
}
.pservices {
float: left;
margin-top: 20px;
}
.package h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 55px;
    margin-bottom: 40px;
    padding-top: 0px;
    margin-top: 7px;
}

.auditchecklist {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.ac1{
float: left;
width: 100%;
text-align: center;
}
.ac1 h2{
float: left;
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    color: black;
    margin-top: 20px;
    text-align: center;
} 
.ac1 p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: black;
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
}
.ac2 h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: black;
    margin-top: 30px;
    margin-bottom: 0px;
}

.ac3 {
    float: left;
    width: 100%;
    border: solid 1px #e6e6e6;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 40px;
    border-radius: 8px;
}
.ac3 h2 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin-top: 10px;
}
.ac3 p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: black;
    margin-top: 10px;
}
.ac3 img {
    float: left;
    width: 20px;
    margin-right: 20px;
}

.resultimg {
    width: 87% !important;
}






@media(min-width: 576px){
.visionmob{
display: none;
}
}
@media(min-width:576px) and (max-width:767px){
    .content2 .col-md-2{
        display:none;
    }
 .dprcontent1 .container {
    max-width: 625px;
} 
}
@media(min-width: 576px) and (max-width: 767px){
.dprcontent2-1 {
    height: auto !important;
}
.dprcontent2-1seo {
    height: auto !important;
}
    }
@media(min-width: 576px) and (max-width: 991px){
 .header_menu_area > ul{
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ac1 p {
    padding-left: 0px;
    padding-right: 0px;
}
 .logo img {
    margin-top: 5px;
    margin-bottom: 0px;
}    
.header1{
display: none;
}    
.hd1 {
    display: none;
}
.hd2 {
    display: none;
}
.header1-1 {
    display: none;
}
.b1 {
    padding-top: 22px;
    padding-bottom: 0px;
}
.b1 h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}
.b1 p {
    margin-bottom: 0px;
}
.b1 p br{display: none;}
.banner {
    padding: 15px;
    height: 314px;
}

.b1btn a {
    padding: 15px;
}
.c1 {
    padding: 15px 15px;
}
.c1-1 {
    border-top: none;
    text-align: center;
}
.c1 h2 {
    font-size: 26px;
    line-height: 40px;
}
.c1box4 {
    padding: 30px 20px;
    margin-bottom: 0px;
}
.c1 p br{
display: none;
}
.c1-2 {
    padding: 15px 0px;
    border-right: none;
    text-align: center;
}
.c1-2 h2 {
    float: none;
}
.c1-4 h2 {
    float: none;
}
.c1-2 img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.c1-4 img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.c1-2img {
    margin-left:0px;
}
.c1 p {
padding-top: 0px;
margin-bottom: 0px;
}
.c1-3 {
    display: none;
}
.content2 {
    padding-top: 30px;
}
.c2-1 {
    width: 65%;
}
.c2-2 h2 {
    line-height: 40px;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.c2-3 {
    margin-bottom: 30px;
    height: 444px;
}
.c2-6{
display: none;
}
.c2-6 {
    width: 100%;
}
.c2-7 {
    margin-bottom: 30px;
}
.c2-3dt{
display: none;
}
.c2-3 p br {
    display: none;
}
.c2-7 p br {
    display: none;
}
.dprcontent2 p br{
    display: none;
}
.c3 {
    padding-top: 0px;
}
.c3 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}
.c3-1-1 {
    width: 100%;
}
.c3-1-1a a {
    width: 30%;
    padding: 15px;
    margin-top: 30px;
}

.content4 {
    padding: 15px;
}
.c4-1 {
    width: 65%;
}
.c4-1 h3 {
    margin-top: 15px;
}
.c4-2 h2 {
font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.c4-3 {
    background-image: none;
    background-repeat: no-repeat;
    padding-top: 0px;
    margin-bottom: 0px;
}
.c4-4 {
    padding-top: 15px;
}
.c4-4 p {
    margin-bottom: 15px;
}
.quotes1 p {
    padding-left: 0px;
    padding-right: 0px;
}
.quotes1 {
    padding: 80px 0px;
}
.clientsimg {
   margin-top: 0px;
   margin-bottom: 0px;
}
.clientsimg img {
    float: none;
}
.content5 {
    padding-bottom: 20px;
}
.c5-1 {
    width: 65%;
}
.c5-1 h3 {
    margin-top: 30px;
}
.footer {
    padding: 20px 0px;
}
.f2 h2{
width: 100%;
}
.f2 a {
    padding-left: 0px;
    padding-right: 14px;
}
.f3 h2{
width: 100%;
}
.f3 a {
    padding-left: 0px;
    padding-right: 14px;
}
.copyright {
    padding: 15px;
}
.fimg {
display: none;
}

.bdigitalpr h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}
.bannerdigitalpr {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
}
.digitalprbtn {
    margin-bottom: 30px;
}
.dprcontent1-1 h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
    margin-top: 0px;
    
}
.dprcontent1-2 p {
    margin-bottom: 0px;
}
.dprcontent1-3 img {
    margin-top: 87px;
    display:none;
}

.dprcontent1 {
    padding-top: 30px;
    padding-bottom: 0px;
}
.qeicon img {
    margin-top: -62px;
    margin-right: 112px;
}
.dprcontent1-2 h2 {
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}
.dprcontent1-1 p {
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}
.dprcontent1-2 p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 27px;
}
.img-fluid{
width: 100%;
}
.dprcontent1-4 img {
   display:none;
}
.dprcontent2 {
    padding-top: 30px;
    padding-bottom: 0px;
}
.dprcontent2 h2 {
    font-size: 30px;
}
.dprcontent2-1 {
    float: left;
    margin-bottom: 30px;
    height: 640px;
}
.dprcontent2-1seo {
    float: left;
    margin-bottom: 30px;
    height: auto;
}
.dprcontent3 {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.dprcontent3-1 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}
.dprcontent4-2 h2 {
    font-size: 30px;
    text-align: center;
}
.dprcontent4-3 {
    float: left;
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
.box1 p {
    width: 100%;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 500;
    margin-top: 17px;
    color: grey;
    font-size: 12px;
    line-height: 18px;
padding-left: 0px;
padding-right: 0px;
}
.clientsimgprtf img {
    width: auto !important;
    margin-top: 10px;
    margin-bottom: 40px;

}
.call-action {
    padding: 60px;
    padding-top: 30px;
    padding-bottom: 35px;
    height: auto;
}

.dprcontent1-4{
float: left;
width: 100%;
margin-top: 12px;
padding-left: 0px;
}
.seo {
    width: 33%;
}
.dprcontent1-6 h2 {
    padding-left: 0px;
    text-align: center;
    margin-top: 0px;
}
.dprcontent1-6 p {
    padding-left: 0px;
    text-align: center;
}
.dprcontent1-5 h2 {
    padding-left: 0px;
    text-align: center;
}
.dprcontent1-5 p {
    padding-left: 0px;
    text-align: center;
    padding-bottom: 30px;
}
.calltoaction {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
}
.cta1 h2 {
    font-size: 35px;
    margin-top: 0px;
    line-height: 45px;
    padding-top: 0px;
}
.aboutus {
    padding: 10px;
}
.aboutuscontent1 {
    margin-left: 0px;
    padding: 10px;
    margin-top: -5px;
}
.aboutuscontent1 h2 {
    font-size: 22px;
}
.visiondt {
    float: right;
    width: 15%;
    margin-right: 10px;
    margin-top: 0px;
}
.aboutuscontent2 {
    margin-left: 0px;
    padding: 10px;
    margin-top: 30px;
}
.aboutuscontent2 h2 {
    font-size: 22px;
}
.aboutuscontent1 p {
    font-size: 13px;
}
.aboutuscontent2 p {
    font-size: 13px;
}
.abtcontent1 {
    padding-bottom: 30px;
}
.clientsimgprtf {
    margin-bottom: 0px;
}
}

@media(max-width: 400px){
.b1 h1 {
    font-size: 23px!important;
}
.c1 h2 {
    font-size: 23px !important;
}
.c2-2 h2 {
    font-size: 23px !important;
}
.c3 h2 {
    font-size: 23px !important;
}
.c4-2 h2 {
    font-size: 23px !important;
}
}

@media(max-width: 575px){
     .content2 .offset-3 {
    margin-left: 0% !important;
}
.package h2 {
        font-size: 30px;
}
.results1 h2 {
    font-size: 32px;
    line-height: 40px;
}
.quotes1 {
    padding: 40px 0px;
}
.quotes .owl-dots {
    padding-bottom: 40px;
}
.quotes1 p {
    font-size: 19px;;
    padding-left: 0px;
    padding-right: 0px;
}
.content5 {
    padding-bottom: 20px;
}
 .c1 p br{display: none;} 
.visiondt{
display: none;
}

.ac3 {
    padding-right: 20px;
}
.ac3 img {
    margin-right: 10px;
}
.ac3 h2 {
    text-align: center;
}
.ac2 h3 {
    text-align: center;
    line-height: 30px;
}
.ac1 h2 {
    font-size: 30px;
}
.ac1 p {
    padding-left: 0px;
    padding-right: 0px;
}
.header_menu_area > ul{
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
}    
.logo img {
    margin-top: 5px;
    margin-bottom: 0px;
}    
.header1{
display: none;
}    
.hd1 {
    display: none;
}
.hd2 {
    display: none;
}
.header1-1 {
    display: none;
}
.b1 h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 25px;
}
.b1 p {
    padding-top: 10px;
}
.b1 p br{
    display: none;
}
.b1btn {
    margin-top: 20px;
}
.banner {
    padding: 15px;
    height: 340px;
}
.b1btn a {
    padding: 15px;
}
.c1-2 img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c1-4 img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c1-2 h2 {
    float: none;
    text-align: center;
}
.c1-4 h2 {
    float: none;
    text-align: center;
}
.c1 {
    padding: 15px 15px;
}
.c1-1 {
    padding: 15px;
    border-top: none;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.c1 h2 br{
    display: none;
}
.c1 h2 {
    font-size: 26px;
    line-height: 40px;
}
.c1 p{
padding-top: 0px;
}
.c1-2 {
    padding: 15px 0px;
    border-right: none;
    text-align: center;
}
.content2 {
    padding-top: 30px;
}
.c1-3 {
    display: none;
}
.c2-1 {
    width: 65%;
}
.c2-2 h2 br{
    display: none;
}
.c2-2 h2 {
    line-height: 40px;
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.c2-3 {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.c2-3 p br{
    display: none;
}
.c2-3mob{
display: none;
}
.c2-6 {
    width: 100%;
}
.c3 h2 {
    font-size: 30px;
    line-height: 40px;
}
.c3 p br{
    display: none;
}
.c3-1-1 {
    width: 100%;
}
.c3-1-1a a {
    width: 45%;
    padding: 12px;
    margin-top: 35px;
}
.calltoaction {
    padding: 15px;
    float: left;
    width: 100%;
    height: auto;
    }
.content4 {
    padding: 15px;
}
.c4-1 {
    width: 65%;
}
.c4-1 h3 {
    margin-top: 15px;
}
.c4-2 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.c4-3 {
    background-image: none;
    background-repeat: no-repeat;
    padding-top: 0px;
    margin-bottom: 15px;
}
.c4-4 {
    padding-top: 0px;
}
.c4-4 p {
  margin-bottom: 0px;
}
.clientsimg {
    margin-top: 0px;
    margin-bottom: 00px;
}
.clientsimg img {
    float: none;
}
.c5-1 {
    width: 65%;
}
.c5-1 h3 {
    margin-top: 30px;
}
.footer {
    padding: 0px 0px;
}
.f2 h2{
width: 100%;
}
.f2 a {
    padding-left: 0px;
    padding-right: 14px;
}
.f3 h2{
width: 100%;
}
.f3 a {
    padding-left: 0px;
    padding-right: 14px;
}
.copyright {
    padding: 15px;
}
.fimg {
display: none;
}
.bdigitalpr h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}
.bannerdigitalpr {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
}
.bdigitalpr p br{
    display: none;
}
.digitalprbtn {
    margin-bottom: 30px;
}
.dprcontent1-1 h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 40px;
}
.dprcontent1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.dprcontent1-2 h2 {
    font-size: 26px;
    text-align: center;
    line-height: 40px;
}
.dprcontent1-1 p {
    text-align: center;
}
.dprcontent1-2 p {
    text-align: center;
    margin-bottom: 0px;
}
.img-fluid{
width: 100%;
}

.c1box4 {
    padding: 30px 10px;
    margin-bottom: 0px;
}
.dprcontent2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.dprcontent2 h2 {
    font-size: 30px;
    margin-top:30px;
}
.dprcontent3 {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.dprcontent3-1 h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 0px;
}
.dprcontent3-1 p br{
    display: none;
}
.dprcontent4-2 h2 {
    font-size: 30px;
    text-align: center;
}
.dprcontent4-3 {
    float: left;
    width: 100%;
    padding-right: 0px;
    text-align: center;
}
.box1 p {
    width: 100%;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 500;
    margin-top: 17px;
    color: grey;
    font-size: 12px;
    line-height: 18px;
padding-left: 0px;
padding-right: 0px;
}
.clientsimgprtf img {
    width: auto !important;
    margin-top: 10px;
    margin-bottom: 40px;

}
.call-action {
    padding: 20px;
    height: 385px;
}
.aboutus {
    padding: 10px;
}
.aboutuscontent1 h2 {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.aboutuscontent1 p {
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.abtcontent1 {
    padding-bottom: 0px;
}

.aboutuscontent2 h2 {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.aboutuscontent2 p {
    margin-bottom: 0px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.abtcontent2 {
    padding-bottom: 0px;
}
.visionmob {
    float: none;
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.aboutuscontent1 {
    border: none;
    margin-left: 0px;
    text-align: center;
}
.aboutuscontent2 h2 {
    padding-left: 0px;
    text-align: center;
}
.aboutuscontent2 p {
    padding-left: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.aboutuscontent2 {
    border: none;
    margin-left: 0px;
    text-align: center;
}
.aboutuscimg {
    float: none;
    padding-right: 0px;
}
.seo {
    width: 30%;
}
.dprcontent1-6 h2 {
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
}
.dprcontent1-6 p {
    padding-left: 0px;
    text-align: center;
}
.dprcontent1-5 h2 {
    padding-left: 0px;
    text-align: center;
}
.dprcontent1-5 p {
    padding-left: 0px;
    text-align: center;
}
.quality1-1 {
    margin-top: 40px;
}
.cta1 h2 {
    font-size: 30px;
    margin-top: 0px;
    line-height: 39px;
    padding-top: 0px;
}
.aboutuscontent2 {
    border: none;
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
}
.dprcontent2-1 {
    margin-bottom: 35px;
    height: auto;
}
.dprcontent2-1seo {
    margin-bottom: 35px;
    height: auto;
}
.clientsimgprtf {
    margin-bottom: 0px;
}
}




@media (max-width: 1024px){
.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: black;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 100px;
}
.header_menu_area > ul > li > a {
    width: auto;
    float: left;
    margin-top: 0px;
    position: relative;
    font-size: 14px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 600;
    color: white;
    letter-spacing: 0px !important;
    padding: 10px 15px 10px 23px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
    text-align: center;
}
.menu ul li a {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 12px 10px;
    display: block;
    color: #201c1c;
    background: #fff;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
.menu ul:after{
display: none;
}
.mob_nav {
    margin: 35px 15px;
}
}

@media(min-width: 1024px) and (max-width: 1200px){
.header_menu_area > ul > li > a {
    padding: 37px 5px 30px 5px;
}
}
@media(min-width:768px){
     .content2 .offset-3 {
    margin-left: 0% !important;
}
}
@media(min-width: 768px) and (max-width: 991px){
    .qeicon img{
        margin-right:0 !important;
    }
    .c1box4 h2 {
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 35px;
    text-align: left;
}
.c1-3 img {
    float: none;
    display: inline-block;
}
.c1-3 h2 {
    float: none;
    font-size: 14px;
    font-weight: 600;
    color: black;
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;
    display: inline;
}
.c1-2 {
    padding: 15px 0px;
    border-right: none;
    display: inline;
    margin: auto;
}
}



@media(min-width: 991px) and (max-width: 2560px){
.c2-3mob{
display: none;
}
.c1-3 {
    display: none;
}
}
