/*!
 * REPORT PAGE
 */

/* font adding here */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamBlack.eot');
    src: url('fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamBlack.woff2') format('woff2'),
        url('fonts/GothamBlack.woff') format('woff'),
        url('fonts/GothamBlack.ttf') format('truetype'),
        url('fonts/GothamBlack.svg#GothamBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamMedium.eot');
    src: url('fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamMedium.woff2') format('woff2'),
        url('fonts/GothamMedium.woff') format('woff'),
        url('fonts/GothamMedium.ttf') format('truetype'),
        url('fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamThin.eot');
    src: url('fonts/GothamThin.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamThin.woff2') format('woff2'),
        url('fonts/GothamThin.woff') format('woff'),
        url('fonts/GothamThin.ttf') format('truetype'),
        url('fonts/GothamThin.svg#GothamThin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Light.woff2') format('woff2'),
        url('fonts/Gotham-Light.woff') format('woff'),
        url('fonts/Gotham-Light.ttf') format('truetype'),
        url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff'),
        url('fonts/Gotham-Bold.ttf') format('truetype'),
        url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ff8800;
    background-color: #ff8800;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #272727;
  outline: 1px solid #272727;
  border-radius: 30px; 
}
html {
font-size: 20px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Gotham';
}
p {
    margin: 0 0 0px;
    color: #000;
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: 300;
    line-height: 1.4;
}
.container{
  width: 1300px;
}
.blog-header-logo img {
    max-width: 100%;
    margin: 13px 0px;
}
.search-dk-md {
    display: block;
    margin: 24px 0;
}
.dk-md {
    display: block;
    margin: 33px 0;
    text-align: right;
}
ul.dk-md li {
    vertical-align: middle;
    display: inline-block;
    list-style: none;
    margin: 0 6px;
}
ul.dk-md li a{
  font-family: 'Gotham';
  font-weight: 500;
  font-size: 12px;
  color: #a03a36;
  text-decoration: none;
}
ul.dk-md li i {
    font-weight: 500;
    font-size: 12px;
    color: #a03a36;
    margin-right: 8px;
}

.box-con p span {
	font-weight: 600;
    display: block;
    margin: 0em 0px;
    text-transform: uppercase;
}
.box-con p, .box-con a {
    font-size: 20px;
    text-decoration: none;
    color: #000;
}
.us-al{
  float: right;
  padding-right: 0px !important; 
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent !important;
}
.dk-navbar .navbar-nav>li.active>a{
    background: transparent;
}
.dk-navbar .navbar-nav>li>a:hover:after, .dk-navbar .navbar-nav>li.active>a:after {
    width: 100%;
}
.dk-navbar{
  background: transparent;
  border-color: transparent;
  margin-bottom: 0px;
}
body .dk-navbar .navbar-nav>li.us-m>a {
    background: #ff8800;
    border-radius: 5px;
    color: #fff !important;
    padding: 1em 2em;
    font-weight: 500;
}
body .dk-navbar .navbar-nav>li>a{
  transition: all .3s ease-in-out;
  color: #00438b;
  font-size: 18px;
  font-family: 'Gotham';
  font-weight: 400;
  font-style: normal;
  padding: 1em 17px;
}
.dk-mid-level {
    padding: 3em 0px 1em 0px;
    border-bottom: 1px dashed #eee;
    display: block;
}

/* mainbanner */
.dk-col-color {
    background: #00438b;
    float: left;
    margin-left: -8em;
    width: 58%;
}
.h-mainb h1{
  color: #fff;
  font-size: 54px;
  font-weight: black !important;
}
.h-mainb p{
  color: #04c71e
}
a.button{
    background: #ff8800;
    border-radius: 5px;
    color: #fff !important;
    padding: 1em 2em;
    font-weight: 600;
    text-decoration: none;
}
a.button-sel{
    background: #04c71e;
    border-radius: 5px;
    color: #fff !important;
    padding: 1em 2em;
    font-weight: 600;
    text-decoration: none;
}
.h-mainb {
    text-align: center;
    margin-left: 3em;
    padding: 3em 0px;
}
.dk-about-us-hd{
  text-align: center;
}
.btn-us{
  margin: 3em 0px;
  display: block;
}
.dk-about-us-hd h3{
  font-size: 46px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #6d7b8a;
  line-height: 1;
}
.dk-about-us-hd h3 span{
  color: #a03a36;
  font-family: 'Poppins';
  font-weight: 600;
}
.dk-below {
    margin: 2em 0px;
    background: url(../img/tab-about.png);
    background-size: contain;
    background-position: center;
    height: 440px;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 9;
}
.col-sm-3.dk-col-2 {
    z-index: -5;
    margin-top: 8em;
}
.cus-serv img {
    width: 200px;
    margin-top: 1em;
}
.text-tab h2{
  color: #04c71e;
  font-size: 32px;
}
.dk-box-img.tab.text-tab {
    margin-top: 5em;
    text-align: center;
}

/*impact window section css */
#impactwindow {
    border-top: 1px dashed #eee;
    padding: 2em 0px;
    background-image: url(../../image/new/impactwin-bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    border-bottom: 1px dashed #eee;
}
.impact-lap{
    text-align: center;
}
.impact-lap img {
    width: 60%;
}
.impact-lap h2{
  font-weight: 600;
   margin-top: -10px;
}
.box-ad {
    text-align: left;
    margin-left: 2em;
}
.box-ad .add div.add {
    font-weight: 600;
    display: block;
    margin: 0em 0px;
    text-transform: uppercase;
    font-size: 20px;
}
.box-ad .add p, .box-ad .add a{
  font-weight: 300;
  color: #000;
  font-size: 20px;
}
.bxo {
    margin-bottom: 1em;
}
.impactside-tw h2 {
    color: #00438b;
    line-height: 1;
    margin-bottom: 1em;
}
.impactside-tw p {
    margin-bottom: 1em;
    font-size: 22px;
}
span.grn {
    color: #04c71e;
    font-weight: 600;
}
span.red {
    color: #d82638;
    font-weight: 600;
}

/* Complaint report section */
#complaintre {
    padding: 2em 0px;
    border-bottom: 2px solid #eee;
}
.complaint-tw>h4 {
    color: #d82638;
    font-weight: 500;
    line-height: 1;
    margin: 0px;
}
.complaint-tw h2 {
    color: #d82638;
    line-height: 1;
    margin: 0px;
    font-weight: 500;
}
.complaint-tw p {
    margin-bottom: 1em;
    font-size: 22px;
}
.complaint-tw>h5 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
}
.btn-us.tw{
    margin: 2em 0px;
    display: block;
}
.green a{
    background: #04c71e;
}
.yellow a{
    background: #d82638;
}

/* Positive Review section */
#positiver {
    padding: 2em 0px;
    border-bottom: 2px solid #eee;
}
.positive-tw p {
    margin-bottom: 1em;
    font-size: 19px;
}
.positive-tw>h4 {
    color: #00438b;
}
.positive-tw>h2 {
    color: #00438b;
}
.page-nam {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
   /* position: absolute;
    top: 22.7em;*/
}
.impctwinds{
  position: relative;
}
.pag {
    display: inline-block;
}
.pag.btn-us {
    background: #fff;
    padding: 0px 5px;
}
.pag.btn-us a.button{
  font-weight: 500;
}
.green a, .yellow a {
    padding: 1em 79px;
    display: block;
    text-align: center;
}

/* Positive servey section */
#positivese{
  padding: 3em 0px;
   border-bottom: 2px solid #eee;
}
.green p {
    margin: 0;
    font-size: 15px;
}
.page-nam.servey {
   /* top: 41em;*/
}
.positive-tw.green>h2,.positive-tw.green>h4 {
    color: #04c71e;
}
.complaint-tw img {
    max-width: 100%;
    width: 418px;
    padding: 1em 0px;
}
.dataser h2 {
    color: #000;
}

/* ImpactWindow section */
#ImpactWindow {
  padding: 3em 0px 1em 0px;
}
.ImpactWindow {
    text-align: center;
}
.ImpactWindow p{
    margin-bottom: 1em;
    font-size: 22px;
}

/* NotFound section */
#NoneFound{
  padding: 1em 0px;
  background: #00438b;
  }
  .nonefound{
    text-align: center;
  }
  .nonefound h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }
  .nonefound h2 span.med{
    font-weight: 500;
    max-width: 100%;
    display: block;
  }
  .nonefound img {
    margin: 2em 0px;
    width: 700px;
    max-width: 100%;
  }
  .nonefound p{
    margin-bottom: 1em;
    font-size: 18px;
    color: #fff;
    line-height: 1;
  }

/* Licensed section */
#Licensed{
  padding: 2em 0px;
}
span.blue{
  color: #00438b;
  font-weight: 600;
}
.licensed a{
  padding: 1em 25px;
  font-size: 13px;
}
.licend h2 {
    color: #04c71e;
    font-weight: 660;
    font-size: 35px;
    text-transform: uppercase;
}
.licend p {
    color: #00438b;
}
.licend p a{
  font-weight: 600;
  color: #00438b;
}
.licend img {
    max-width: 100%;
    margin: 1em 0px;
}
.Licensed h2 {
    margin-bottom: 10px;
    font-size: 34px;
}

/* Articales section */
#articales{
  padding: 2em 0px;
}
.col-article{
    width: 20%;
}
.article img {
    max-width: 100%;
}
.article p {
    color: #00438b;
    font-weight: 500;
}
.articl img {
    max-width: 100%;
    padding: 0em 0px;
}

/*read section */
#read{
  padding: 1em 0px 2em 0px;
  background-color: #04c71e;
}
.read a {
    display: block;
    text-align: left;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.reads h2 {
    font-size: 46px;
    letter-spacing: 2px;
}
/* back to top button */
.footer {
    background: #212121;
}
#return-to-top {
    position: absolute;
    bottom: -22px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    background: rgb(160, 58, 54);
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
     background: rgb(160, 58, 54);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* footer css start from here */
.dk-foot-txt p, .dk-foot-txt p a{
    padding: 1em 0px;
    text-decoration: none;
    text-align: left;
    font-size: 20px;
    color: #636466;
}
.dk-foot-txt ul {
    display: flex;
    float: right;
    text-align: right;
    margin: 7px 0px;
}
.dk-foot-txt ul li{
    padding: 1em 2em;
    list-style: none;
}
.dk-foot-txt ul li a{
  font-size: 18px;
  color: #636466;
  text-decoration: none;
  font-weight: 300; 
}


/* ---------------------------
RESPONSIVE CSS START FROM HERE
-----------------------------*/

/* ipad 1024 */
@media (max-width: 1024px){
  .container{
    width: auto;
  }
  .reads h2 {
    font-size: 40px;
    letter-spacing: 2px;
}
.licensed a {
    padding: 1em 13px;
    font-size: 10px;
}
.page-nam.servey {
  /*  top: 53em;*/
}
.green a, .yellow a {
    padding: 1em 10px;
}
.page-nam {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  /*  position: absolute;
    top: 26.6em;*/
}
.dk-foot-txt p, .dk-foot-txt p a {
    padding: 1em 0px;
    text-decoration: none;
    text-align: left;
    font-size: 15px;
    color: #636466;
}
}

/* ipad 768 */
@media (max-width: 768px){
  .search-dk-md form {
    min-width: 260px;
    max-width: 260px;
  }
  .green a, .yellow a {
    padding: 1em 15px;
    font-size: 7px;
}
.page-nam {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
 /*   position: absolute;
    top: 23.5em;*/
}
.Licensed h2 {
    margin-bottom: 10px;
    font-size: 28px;
}
  .h-mainb h1 {
    color: #fff;
    font-size: 28px;
  }
  .h-mainb {
    text-align: center;
    margin-left: 7em;
    padding: 3em 0px;
}
.impactside-tw p {
    margin-bottom: 1em;
    font-size: 16px;
}
.complaint-tw p {
    margin-bottom: .3em;
    font-size: 16px;
}
.page-nam.servey {
   /* top: 67.7em;*/
}
.reads h2 {
    font-size: 28px;
    letter-spacing: 2px;
}
p {
    margin: 0 0 0px;
    color: #000000;
    font-size: 14px;
    font-family: 'Gotham';
    font-weight: 300;
    line-height: 1.4;
}
.text-tab h2 {
    color: #04c71e;
    font-size: 20px;
}
  .container{
    width: auto;
  }
  body .dk-navbar .navbar-nav>li>a {
    transition: all .3s ease-in-out;
    color: #00438b;
    font-size: 12px;
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;;
    padding: 1em 8px;
}
  .dk-md {
    display: block;
    margin: 23px 0;
    text-align: right;
  }
 /* .menu-dk {
    width: 86%;
    margin: 0 auto;
    text-align: center;
    float: unset;
  }*/
  .carousel-caption {
    position: absolute;
    top: 7em;
    left: 27em;
    right: unset;
    padding-bottom: unset;
  }
  .carousel-caption h3 {
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 500;
  }
  .carousel-caption h3 span {
    font-size: 40px;
  }
  .dk-about-us-hd h3 {
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #6d7b8a;
    line-height: 1;
  }
  .dk-below {
    height: 290px;
  }
  .dk-box-img.tab.text-tab {
    margin-top: 2em;
    text-align: center;
  }
  .dk-box-img.tab.text-tab p {
    line-height: 1.4;
    font-size: 10px;
  }
  .col-sm-3.dk-col-2 {
    z-index: -5;
    margin-top: 5em;
  }
  .product-6.dk-product img {
    width: 100%;
    height: 100%;
    min-height: 365px;
    max-height: 364px;
  }
  .dk-product p {
    color: #010101;
    font-size: 6.2px;
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 2;
  }
  #contact-form {
    background-position:center;
  }
}

/* for all mobile */
@media (max-width: 767px){
 .container {
    width: auto;
}
.dk-foot-txt ul {
    display: block;
    float: unset;
    text-align: center;
    margin: 0px 0px;
    font-size: 12px;
    padding: 0;
}
.btn-us.tw {
    margin: 1em 0px;
    display: block;
}
.h-mainb h1 {
    color: #fff;
    font-size: 25px;
}
.dk-foot-txt ul li {
    padding: 1em 0em;
    list-style: none;
}
.text-tab h2 {
    color: #04c71e;
    font-size: 18px;
}
.impact-lap h2 {
    font-weight: 600;
    margin-top: 0px;
    font-size: 22px;
}
.impactside-tw h2 {
    color: #00438b;
    line-height: 1;
    margin-bottom: 1em;
    font-size: 22px;
}
.impactside-tw p {
    margin-bottom: 1em;
    font-size: 16px;
}
.complaint-tw p {
    margin-bottom: 1em;
    font-size: 16px;
}
.green a, .yellow a {
    padding: 1em 5px;
    font-size: 6px;
}
.col-article {
    width:50%;
}
.read a {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}
.dk-foot-txt p, .dk-foot-txt p a {
    padding: 2em 0px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #6d7b8a;
}
.complaint-tw h2 {
    margin: 0px;
    font-weight: 500;
    font-size: 22px;
    padding-top: 10px;
}
.positive-tw p{
}
.positive-tw.green>h2, .positive-tw.green>h4{
	padding-top: 10px;
}
.h-mainb {
    text-align: center;
    margin-left: unset;
    padding: 3em 0px;
}
.dk-col-color {
    background: #00438b;
    float: unset;
    margin-left:unset;
    width: unset;
}
.complaint-tw>h4 {
    color: #d82638;
    font-weight: 500;
    line-height: 1;
    margin: 0px;
    font-size: 16px;
}
.product-6.dk-product img {
    width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }
  .complaint-tw>h5 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
}
.page-nam {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
 /*   position: absolute;
    top: 51.7em;*/
}
.page-nam.servey {
  /*  top: 133.5em;*/
}
.ImpactWindow h2 {
    font-size: 21px;
}
.ImpactWindow p {
    margin-bottom: 1em;
    font-size: 16px;
}
.nonefound h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
}
 .navbar-toggle {
    position: absolute;
    right: 0;
    padding: 9px 10px;
    margin-top: -4em;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: #ff8800;
    background-image: none;
    border: 1px solid #ff8800;
    border-radius: 4px;
}
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .us-al {
    float: unset;
    padding-right: 0px !important;
}
  body .navbar-default .navbar-toggle:focus, body .navbar-default .navbar-toggle:hover {
     background-color: #ff8800 !important;
}
.navbar-default .navbar-toggle {
    border-color: #ff8800;
}
  .dk-top-bar .top-b p, .dk-top-bar .top-b a {
    font-size: 7px;
    text-align: center;
  }
.dk-mid-level {
    height: unset;
    display: block;
    padding: 1em 0px 0em 0em;
}
 .blog-header-logo img {
    max-width: 100%;
    width: 66%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
  .dk-md {
    display: block;
    margin: 13px 0;
    text-align: center;
  }
  a.blog-header-logo {
    margin-bottom: .5em;
    display: block;
  }
  ul.dk-md {
    margin: 0;
    padding: 0;
  }
  .search-dk-md {
    display: block;
    margin: 8px 0;
  }
  .navbar {
    position: relative;
    min-height: 6px;
    border-top: 0px solid #e7e7e7 !important;
  }
  .dk-box-img.tab.text-tab {
    margin-top: 2em;
    text-align: center;
}
a.button.bt {
    padding: 13px 21px;
    font-size: 15px;
    margin: 0em 0px;
    display: inline-block;
}
 #articales {
    padding: 0em 0px 2em 0px;
}
#Licensed {
    padding: 2em 0px 0px 0px;
}
}

/* for mobile 420*/
@media (max-width: 420px){
  .page-nam {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
 /*   position: absolute;
    top: 41.7em;*/
}
.page-nam.servey {
 /*   top: 115.4em;*/
}
.green a, .yellow a {
    padding: 1em 2px;
    font-size: 9px;
  }
}

/* for mobile 375*/
@media (max-width: 375px){
  .page-nam {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
/*   position: absolute;
    top: 47em;*/
}
.page-nam.servey {
 /*   top: 116em;*/
}
.green a, .yellow a {
    padding: 1em 5px;
    font-size: 7px;
  }
  #articales {
    padding: 0em 0px 2em 0px;
}
#Licensed {
    padding: 2em 0px 0px 0px;
}
}

@media (max-width: 360px){
 .page-nam {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
 /*   position: absolute;
    top: 49.8em;*/
}
.page-nam.servey {
  /*  top: 122em;*/
}
}

/* for mobile 375*/
@media (max-width: 320px){
  .page-nam {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
 /*   position: absolute;
    top: 53em;*/
}
.page-nam.servey {
 /*   top: 138.5em;*/
}
.green a, .yellow a {
    padding: 1em 5px;
    font-size: 6px;
  }
}
