@media (max-width: 767px) {
  /* line 2, ../sass/screen.scss */
  .padding-none {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 6, ../sass/screen.scss */
  .mob-header-img {
    width: 100%;
    margin-top: 4px;
  }
  

  /* line 10, ../sass/screen.scss */
  .mob-header {
    background: #2d364c !important;
    padding: 0px 15px;
    position: relative;
    top: 0px;
  }

  /* line 16, ../sass/screen.scss */
  .menu-icon-size i {
    font-size: 25px;
    color: #feffff;
  }

  /* line 20, ../sass/screen.scss */
  .navbar-brand {
    height: 65px;
    padding: 0px;
  }

  /* ================== */
  /* line 28, ../sass/screen.scss */
  .about-bg {
    background: url(../images/about-bg.png);
    background-repeat: none;
    background-size: cover;
    max-height: 530px;
    min-height: 530px;
    display: table;
    width: 100%;
    margin-bottom: 0em;
  }
  /* line 37, ../sass/screen.scss */
  .about-bg h1 {
    background: url(../images/red-border.png) bottom center;
    text-align: center;
    font-weight: bold;
    color: #3d474a;
    font-size: 25px;
    display: block;
    background-repeat: no-repeat;
    padding: 0px 0px 25px 0px;
    margin-top: 2em;
    line-height: 20px;
  }
  /* line 50, ../sass/screen.scss */
  .about-bg .white-box-in {
    margin: 3em 0em;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    max-height: 685px;
    min-height: 685px;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 63, ../sass/screen.scss */
  .about-bg .white-box-in p {
    line-height: 24px;
    color: #7f7f7f;
    text-align: justify;
    font-family: Raleway-Medium;
  }
  /* line 69, ../sass/screen.scss */
  .about-bg .white-box-in .btn-primary {
    background-color: #273447;
    border: 0px;
    border-radius: 0px;
    padding: 10px 30px;
    border-left: 4px solid #ffbc13;
    color: #ffbc13;
    margin-bottom: 20px;
  }
  /* line 77, ../sass/screen.scss */
  .about-bg .white-box-in .btn-primary:hover {
    color: #fff;
  }

  /* ============= Service Section ====== */
  /* line 85, ../sass/screen.scss */
  .white-section {
    padding: 0em 0em 5em 0em;
  }
  /* line 89, ../sass/screen.scss */
  .white-section .service-section h1 {
    text-align: center;
    font-weight: bold;
    color: #3d474a;
    font-size: 25px;
    display: block;
    background-repeat: no-repeat;
    padding: 0px 0px 25px 0px;
    margin-top: 1em;
    margin-bottom: 1.5em;
    line-height: 20px;
  }
  /* line 101, ../sass/screen.scss */
  .white-section .service-section .service-img {
    border-bottom: 4px solid #ffbc13;
  }
  /* line 103, ../sass/screen.scss */
  .white-section .service-section .service-img img {
    margin: 0 auto;
  }
  /* line 108, ../sass/screen.scss */
  .white-section .service-section .service-in {
    background: #fff;
    min-height: 227px;
    padding-bottom: 0px;
    border-bottom: 4px solid #ffbc13;
  }
  /* line 113, ../sass/screen.scss */
  .white-section .service-section .service-in p {
    text-align: left;
    padding: 25px;
    color: #7f7f7f;
    font-family: Raleway-Medium;
  }
  /* line 120, ../sass/screen.scss */
  .white-section .service-section a {
    padding: 0px 0px 0px 15px;
  }
  /* line 123, ../sass/screen.scss */
  .white-section .service-section .btn-primary {
    background-color: #273447;
    border: 0px;
    font-size: 17px;
    border-radius: 0px;
    color: #ffbc13;
    text-align: right;
    float: right;
    position: absolute;
    /* top: -29px; */
    bottom: 4px;
    right: 15px;
  }
  /* line 137, ../sass/screen.scss */
  .white-section .service-section .btn-primary:hover {
    color: #fff;
  }
  /* line 140, ../sass/screen.scss */
  .white-section .service-section .btn-primary i {
    background: #ffbc13;
    background: #ffbc13;
    padding: 6px 12px;
    margin: 0px;
    color: #273447;
  }

  /* =========================== */
  /* line 156, ../sass/screen.scss */
  .brands {
    margin-top: 30px;
  }
  /* line 159, ../sass/screen.scss */
  .brands .left {
    background-color: #f8c954;
    width: 80%;
    float: left;
    padding: 11px 0px;
    min-height: 150px;
    margin-bottom: 30px;
  }
  /* line 167, ../sass/screen.scss */
  .brands .left .brand-img {
    margin: 22px 0px;
  }
  /* line 172, ../sass/screen.scss */
  .brands .right {
    background-color: #273447;
    float: left;
    width: 20%;
    min-height: 150px;
  }
  /* line 178, ../sass/screen.scss */
  .brands .right h2 {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 63px 0px;
  }

  /* line 191, ../sass/screen.scss */
  .footer-bg {
    background: #1a1f27;
    padding-top: 30px;
    border-top: 20px solid #ffbc13;
    margin-top: 2em;
  }
  /* line 196, ../sass/screen.scss */
  .footer-bg h1 {
    text-align: left;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    display: block;
    background-repeat: no-repeat;
    padding: 0px 0px 25px 0px;
    margin-top: 1em;
    line-height: 20px;
    text-transform: uppercase;
  }
  /* line 209, ../sass/screen.scss */
  .footer-bg .quick-links {
    margin: 0px 0px;
    padding: 0px 0px;
  }
  /* line 212, ../sass/screen.scss */
  .footer-bg .quick-links ul {
    margin: 0px 0px;
    padding: 0px 0px;
  }
  /* line 215, ../sass/screen.scss */
  .footer-bg .quick-links ul li {
    margin: 0px 0px;
    padding: 0px 0px;
    display: block;
  }
  /* line 219, ../sass/screen.scss */
  .footer-bg .quick-links ul li a {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
  }
  /* line 225, ../sass/screen.scss */
  .footer-bg .quick-links ul li a:hover {
    text-decoration: none;
    color: #ffbc13;
  }
  /* line 233, ../sass/screen.scss */
  .footer-bg img {
    float: left;
    padding: 0px 10px 0px 0px;
  }
  /* line 237, ../sass/screen.scss */
  .footer-bg p {
    color: #7f7f7f;
    text-align: left;
    font-weight: 700;
  }
  /* line 242, ../sass/screen.scss */
  .footer-bg .footer-bottom-section {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  /* line 246, ../sass/screen.scss */
  .footer-bg .footer-bottom-section .footer-box {
    border: 1px solid #333333;
    padding: 15px;
    display: inline-block;
    height: 195px;
    width: 270px;
  }
  /* line 252, ../sass/screen.scss */
  .footer-bg .footer-bottom-section .footer-box img {
    float: left;
    display: inline-block;
  }
  /* line 256, ../sass/screen.scss */
  .footer-bg .footer-bottom-section .footer-box .footer-bottom-in {
    padding: 0px 15px 0px 0px;
  }
  /* line 259, ../sass/screen.scss */
  .footer-bg .footer-bottom-section .footer-box .footer-bottom-in h3 {
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    font-family: Raleway-Bold;
    margin-bottom: 10px;
  }
  /* line 267, ../sass/screen.scss */
  .footer-bg .footer-bottom-section .footer-box .footer-bottom-in p {
    color: #6c6d70;
    text-align: left;
    padding: 0px 5px 0px 0px;
    float: left;
    font-size: 14px;
    font-weight: bold;
  }
  /* line 274, ../sass/screen.scss */
  .footer-bg .footer-bottom-section .footer-box .footer-bottom-in p a {
    color: #7b7c7e;
  }
  /* line 277, ../sass/screen.scss */
  .footer-bg .footer-bottom-section .footer-box .footer-bottom-in p a:hover {
    color: #f9b713;
    text-decoration: none;
  }
  /* line 286, ../sass/screen.scss */
  .footer-bg .footer-bottom-bg {
    height: 30px;
  }
  /* line 289, ../sass/screen.scss */
  .footer-bg .copy-right-section {
    text-align: center;
    margin-top: 20px;
  }
  /* line 292, ../sass/screen.scss */
  .footer-bg .copy-right-section p {
    text-align: center;
    color: #7b7c7e;
    font-weight: bold;
    font-size: 14px;
  }
  /* line 297, ../sass/screen.scss */
  .footer-bg .copy-right-section p a {
    color: #ffbc13;
  }
}




@media screen and (max-width: 1200px) {
	.certificate{
	  margin: -90px 0px 0px 69em;
  }
}



@media screen and (max-width: 991px) {
	.certificate{
	  margin: -90px 0px 0px 43em;
  }
}

@media screen and (max-width: 1199px) {
	.certificate{
	  margin: -90px 0px 0px 57em;
  }
}

@media screen and (max-width: 870px) {
	.certificate{
	  margin: -90px 0px 0px 42em;
  }
}

@media screen and (max-width: 990px) {
	.certificate{
	  margin: -90px 0px 0px 43em;
  }
}