/* Custom Font */

@font-face {
 font-family: "FontBold";
 src: url('../fonts/opensans-bold.ttf');
}

@font-face {
 font-family: "FontLight";
 src: url('../fonts/open-sans.regular.ttf');
}


/* Common CSS */

*,
*::after,
*::before {
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,
html {
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: auto;
 overflow: auto;
 font-size: 100%;
}

html * {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

a,
a:focus {
 text-decoration: none !important;
 outline: none !important;
}

.bs-banner {
 border-bottom: 1px solid rgb(235, 235, 235);
}


/* Header CSS */

header {
 position: relative;
 overflow: hidden;
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
 z-index: 99999;
}

header .top-bar {
 background-color: rgb(250, 250, 250);
 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 20%, rgba(245, 245, 245, 1));
 background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(245, 245, 245, 1));
}

header .top-bar .logo img {
 display: block;
 width: 160px;
 margin: 10px 0px;
}

header .top-bar .header-txt {
 text-align: right;
 margin-top: 25px;
}

header .top-bar .header-txt .fa {
 font-size: 16px;
 margin-right: 5px;
 color: rgb(225, 0, 35);
}

header .top-bar .header-txt .header-email {
 height: 30px;
 line-height: 30px;
 color: rgb(75, 75, 75);
 font-size: 16px;
 font-family: "FontLight";
}

header .top-bar .header-txt .header-phone {
 height: 30px;
 line-height: 30px;
 color: rgb(75, 75, 75);
 font-size: 16px;
 font-family: "FontLight";
}

.navbar-default {
	border-radius: 0px !important;
	border: 0px;
	background-color: rgb(255,0,0);
	margin-bottom: 0px;
	z-index: 999999;
}

.navbar-right .dropdown-menu {
 left: 0 !important;
 right: auto !important;
}

.dropdown-menu {
 padding: 0px;
 margin: 0px;
}

.dropdown-menu li a {
 text-align: left;
 font-size: 14px !important;
 color: rgb(35, 35, 35);
 text-transform: uppercase;
 font-family: "FontLight";
 padding: 10px 12px;
 cursor: pointer;
}

.navbar-default .navbar-nav > li > a {
 text-align: center;
 font-size: 14px !important;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 font-family: "FontLight";
 cursor: pointer;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: rgb(255, 255, 255);
 background-color: rgba(200, 5, 35, 0.5);
 border-radius: 0px;
}

.navbar-default .navbar-nav > li > a.active {
 color: rgb(255, 255, 255);
 background-color: rgb(200, 5, 35);
 font-weight: 600;
 font-family: "FontBold";
}

.navbar-default .navbar-toggle {
 margin-top: 24px;
 border-radius: 0;
 background-color: rgba(255, 255, 255, 1) !important;
 border: 0px;
}

.navbar-default .navbar-toggle:hover {
 background-color: rgb(225, 0, 35);
}

.navbar-default .navbar-toggle * {
 background-color: rgb(225, 0, 35) !important;
}


/* Footer CSS */

footer {
 position: relative;
 overflow: hidden;
 background-color: rgb(245, 245, 245);
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
 z-index: 99999;
}

.footer-bg {
 display: block;
 width: 300px;
 height: auto;
 position: absolute;
 right: 100px;
 bottom: 60px;
 transform: rotate(-15deg);
}

footer .footer {
 padding-top: 40px;
 margin-bottom: 40px;
}

.footer .logo {
 width: 120px;
 margin-top: 10px;
}

.footer h4 {
 text-align: left;
 padding-top: 5px;
 color: rgb(20, 40, 60);
 font-weight: 600;
 font-family: "FontBold";
}

.footer p {
 color: rgb(75, 75, 75);
 margin: 0px 0px 20px 0px;
 font-size: 14px;
 text-align: justify;
 padding-right: 60px;
 line-height: 22px;
 font-family: "FontLight";
}

.footer p.white {
 color: rgb(255, 255, 255);
 font-size: 14px !important;
 margin: 0px 0px 5px 0px !important;
}

.footer-nav {
 padding: 0px;
 margin: 0px;
}

.footer-nav {
 list-style: none;
}

.footer-nav li a {
 line-height: 26px;
 text-align: center;
 font-size: 14px !important;
 color: rgb(75, 75, 75);
 text-transform: capitalize;
 font-family: "FontLight";
 cursor: pointer;
}

.footer-nav li a:hover {
 color: rgb(35, 35, 35);
 font-family: "FontBold";
}

.footer .form-group .label {
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
 color: rgb(75, 75, 75);
 font-size: 14px;
 padding: 4px 2px;
 display: block;
 text-align: left;
}

.footer .form-group .form-control {
 display: block;
 width: 100%;
 height: 38px;
 padding: 6px 12px;
 font-size: 14px;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 0px;
 box-shadow: none;
}

.footer .form-group .form-control:hover,
.footer .form-group .form-control:focus {
 background-color: rgb(255, 250, 250);
 border: 1px solid rgba(225, 0, 35, 0.4);
}

.footer .btn {
 border-radius: 0px;
 padding: 10px 25px;
 background-color: rgb(225, 0, 35);
 border: 0px;
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
}

.footer .btn:hover {
 background-color: rgba(225, 0, 35, 0.9);
}

/* Footer Social Media */

.social-footer {
 padding-top: 40px;
 padding-bottom: 40px;
}

.social-footer #social-media ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 text-align: center;
}

.social-footer #social-media li,
.social-footer #social-media a {
 position: relative;
 display: inline-block;
 left: 0px;
 width: 40px;
 height: 40px;
 line-height: 40px;
 border-radius: 100%;
 color: rgb(255, 255, 255);
 background-color: rgb(205, 4, 35);
 font-size: 18px;
 text-decoration: none;
 -webkit-transition: all 1s ease;
 transition: all 1s ease;
 -webkit-transition: 1s ease;
 -moz-transition: 1s ease;
 -o-transition: 1s ease;
 -ms-transition: 1s ease;
}

.social-footer #social-media li {
 margin: 0px 10px;
}

.social-footer #social-media a:hover {
 animation: swing 1s infinite;
 -webkit-animation: swing 1s infinite;
 -moz-animation: swing 1s infinite;
 -o-tanimation: swing 1s infinite;
 -ms-animation: swing 1s infinite;
}

.bluebar {
 height: auto;
 background-color: rgb(205, 4, 35);
 font-size: 13px;
 color: rgb(255, 255, 255);
}

.bluebar a {
 color: rgb(255, 255, 255);
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 text-decoration: none;
}

.bluebar a:hover {
 color: rgb(255, 255, 255);
}

.bluebar .b-left {
 text-align: left;
 padding: 15px 0px 15px 0px;
}

.bluebar .b-right {
 text-align: right;
 padding: 15px 0px 15px 0px;
}


/* Responsive Header */

@media (max-width:767px) {
 .navbar-default {
  background-color: rgb(250, 250, 250);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 20%, rgba(245, 245, 245, 1));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(245, 245, 245, 1));
 }
 .container-fluid>.navbar-collapse,
 .container-fluid>.navbar-header,
 .container>.navbar-collapse,
 .container>.navbar-header {
  padding: 10px 0px;
 }
 .navbar-default .navbar-toggle {
  margin-top: 10px;
  margin-right: 0px;
  border-radius: 2px;
  background-color: rgba(205, 4, 35, 1) !important;
 }
 .navbar-default .navbar-toggle * {
  background-color: rgb(255, 255, 255) !important;
 }
 .navbar-collapse {
  background-color: rgb(205, 4, 35);
  margin: 0px -30px !important;
  padding: 0px !important;
 }
 .navbar-default .navbar-nav > li > a:hover,
 .navbar-default .navbar-nav > li > a:focus {
  background-color: rgb(255, 255, 255);
  color: rgba(200, 5, 35, 1);
  border-radius: 0px;
 }
 .navbar-brand {
  float: left;
  height: 50px;
  padding: 0px;
 }
 .navbar-brand img {
  width: 100px;
  height: auto;
 }
}


/*******************************************/


/* About Div*/

.about-div {
 padding-top: 50px;
 padding-bottom: 50px;
 margin-top: 0px;
 margin-bottom: 0px;
 background-color: rgb(255,255,255);
 text-align: center;
}

.about-div .about-head {
 color: rgb(20, 40, 60);
 font-family: "FontLight";
 text-transform: uppercase;
 text-align: center;
 font-size: 34px;
 padding: 20px 0px;
}

.about-div .about-head span {
 font-family: "FontBold";
}

.about-div p {
 color: rgb(75, 75, 75);
 font-family: "FontLight";
 font-size: 16px;
 text-align: justify;
 margin: 20px auto;
}

.about-div .more-btn a{
 position: relative;
 display: inline-block;
 padding: 10px 20px;
 margin: 20px auto;
 text-align: center;
 border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 border: 1px solid rgb(205, 4, 35);
 color: rgb(205, 4, 35);
 font-family: "FontBold";
 text-transform: uppercase;
 cursor: pointer;
}

.about-div .more-btn:hover a{
 background-color: rgb(205, 4, 35);
 color: rgb(255, 255, 255);
}


/* Core Values */

.core-values {
 margin-bottom: 50px;
 background-color: rgb(255, 255, 255);
 text-align: center;
}

.core-values .core-values-head {
 color: rgb(20, 40, 60);
 font-family: "FontLight";
 text-transform: uppercase;
 text-align: center;
 font-size: 34px;
 padding: 20px 0px 60px 0px;
}

.core-values .core-values-head span {
 font-family: "FontBold";
}

.core-values .core-main {
 display: flex;
 flex: auto;
}

.core-values .core-values-image {
 background-image: url("../images/core-values.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 border: 10px solid rgba(255, 255, 255, 0.5);
 box-sizing: border-box;
}

.core-values .core-values-details .core-values-tittle {
 color: rgb(20,40,60);
 font-family: "FontBold";
 text-transform: uppercase;
 border-bottom: 0px dashed rgb(225, 0, 35);
 text-align: left;
 font-size: 16px;
}

.core-values .core-values-details .core-values-tittle .fa {
 float: left;
 width: 50px;
 height: 50px;
 line-height: 50px;
 margin-top: 2px;
 margin-right: 20px;
 border-radius: 100%;
 text-align: center;
 background-color: rgb(225, 0, 35);
 color: rgb(255,255,255);
 font-size: 24px;
}

.core-values .core-values-details p {
 color: rgb(75, 75, 75);
 font-family: "FontLight";
 font-size: 16px;
 text-align: justify;
 margin: 5px auto;
}

.core-div {
 padding: 15px;
}


/* Vision and Mission */

.vision-mission {
 padding: 0px;
 margin-bottom: 50px;
 background-color: rgb(225, 0, 35);
 text-align: center;
  overflow: hidden;
}

.vision-mission .row {
 display: flex;
 flex: auto;
 flex-wrap: wrap;
}

.vision-text,
.mission-text {
 position: relative;
 display: inline-block;
 width: 50%;
 height: auto;
 padding: 100px 40px;
}

.vision-mission .vision-head,
.vision-mission .mission-head {
 color: rgb(255, 255, 255);
 font-family: "FontBold";
 text-transform: uppercase;
 text-align: center;
 font-size: 34px;
 padding: 0px 0px;
}

.vision-mission p {
 color: rgb(255, 255, 255);
 font-family: "FontLight";
 font-size: 16px;
 text-align: center;
 margin: 20px auto;
}

.vision-mission .mission-image,
.vision-mission .vision-image {
 position: relative;
 display: inline-block;
 width: 50%;
 height: auto;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 overflow: hidden;
}

.vision-mission .mission-image {
 background-image: url("../images/vision.jpg");
}

.vision-mission .vision-image {
 background-image: url("../images/mission.jpg");
}


/* clients-div */

.clients-div {
 position: relative;
 background-color: rgb(255, 255, 255);
 margin-top: 50px;
 padding-top: 20px;
 padding-bottom: 20px;
}

.clients-div .clients-head {
 padding-bottom: 60px;
 text-align: center;
 font-size: 38px;
 color: rgb(30, 60, 90);
 text-transform: uppercase;
 font-family: "FontLight";
}

.clients-div .clients-head span {
 font-family: "FontBold";
}

.clients-div .client-logo img {
 width: 100%;
 height: auto;
}


/* Contact Us */

.ctc-div .ctc-head {
 padding: 10px 0px 60px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 line-height: 1.2;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.address p {
 text-align: justify;
 font-weight: 300;
 font-style: normal;
 font-family: "FontLight";
 color: rgb(75, 75, 75);
}

.address-icon {
 text-align: center;
 font-size: 16px;
 color: rgb(225, 0, 35);
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
}

.address-icon .fa {
 font-size: 28px;
}

.ctc-form {
 margin-top: -10px;
}

.ctc-form .form-group {
 margin-bottom: 20px;
}

.ctc-form .form-group .label {
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
 color: rgb(75, 75, 75);
 font-size: 14px;
 padding: 4px 2px;
 display: block;
 text-align: left;
}

.ctc-form .form-group .form-control {
 display: block;
 width: 100%;
 height: 38px;
 padding: 6px 12px;
 font-size: 14px;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 0px;
 box-shadow: none;
}

.ctc-form .form-group .form-control:hover,
.ctc-form .form-group .form-control:focus {
 background-color: rgb(255, 250, 250);
 border: 1px solid rgba(225, 0, 35, 0.4);
}

.ctc-form .form-group #textarea {
 height: 120px;
}

.ctc-form .btn {
 border-radius: 0px;
 padding: 10px 25px;
 background-color: rgb(225, 0, 35);
 border: 0px;
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
}

.ctc-form .btn:hover {
 background-color: rgba(225, 0, 35, 0.9);
}



/* Team CSS */

.team-div .team-head {
 padding: 10px 0px 40px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.team-div ul {
 list-style: none;
 padding: 0px;
 margin-bottom: 50px;
 text-align: center;
}

.team-div ul li {
 position: relative;
 display: inline-block;
 width: auto;
 height: 40px;
 line-height: 40px;
 padding: 0px 20px 0px 60px;
 margin: 10px 15px;
 border-radius: 20px;
 background-color:rgb(220,220,220);
 color: rgb(75,75,75);
 font-family: "FontBold";
 font-size: 14px;
 text-transform: uppercase;
 text-align: center;
}

.team-div ul li::before {
 position: absolute;
 top: -5px;
 left: 0px;
 width: 50px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 border-radius: 50px;
 font-family: "FontAwesome";
 font-size: 20px;
 content: "\f046";
 background-color: rgb(225, 0, 35);
 color: rgb(255,255,255);
}



/* About Us */

.aboutpage-div .about-head {
 padding: 10px 0px 60px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 line-height: 1.2;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.aboutpage-div p {
 text-align: justify;
 font-weight: 300;
 font-style: normal;
 font-family: "FontLight";
 color: rgb(75, 75, 75);
}

.aboutpage-div .about-image {
 display: block;
 width: 240px;
 margin: 20px auto;
 box-shadow: 5px 5px 100px rgba(0, 0, 0, 0.35);
 transform: rotate(-5deg);
 box-sizing: border-box;
}

.group-head {
 padding: 10px 0px 60px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 line-height: 1.2;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.group-div  {
 display: flex;
 flex: auto;
}

.group-div .group-image {
 background-image: url("../images/group-image.jpg");
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center center;
}

.group-div .group-area {
 font-family: "FontBold";
 text-transform: uppercase;
 color: rgb(20,40,60);
 padding: 10px 0px;
 font-size: 18px;
}

.group-div .group-activities {
 margin-bottom: 20px;
 font-family: "FontLight";
}

.group-div .group-activities ul {
 list-style: none;
 padding: 0px;
}

.group-div .group-activities ul li::before {
  font-family: "FontAwesome";
 font-size: 18px;
 content: "\f046";
 color: rgb(225, 0, 35);
 margin-right: 10px;
}

/* Our Products */

.services-div .services-head2 {
 padding: 10px 0px 0px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.services-div .services-head3 {
 padding: 0px 0px 60px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 28px;
 letter-spacing: 0px;
 font-family: "FontBold";
 text-transform: uppercase;
}

.services-div .services {
 margin-bottom: 50px;
}

.services-div .services .services-tittle {
 color: rgb(75, 75, 75);
 font-family: "FontBold";
 text-transform: uppercase;
 text-align: center;
 font-size: 26px;
}

.services-div .services .services-text {
 text-align: justify;
 font-weight: 300;
 font-style: normal;
 font-family: "FontLight";
 color: rgb(75, 75, 75);
 padding: 10px 20px;
}

.services-div .services .services-image {
 margin: 10px 20px;
 overflow: hidden;
 box-sizing: border-box;
}

.services-div .services .services-image img {
 width: 100%;
 height: auto;
}
