@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');

@font-face {
  font-family: 'Rockwell-Bold';
  src: url('../fonts/Rockwell-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Rockwell-Bold.woff') format('woff'), 
       url('../fonts/Rockwell-Bold.ttf')  format('truetype'), 
       url('../fonts/Rockwell-Bold.svg#Rockwell-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rockwell';
  src: url('../fonts/Rockwell.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Rockwell.woff') format('woff'), 
       url('../fonts/Rockwell.ttf')  format('truetype'), 
       url('../fonts/Rockwell.svg#Rockwell') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
 background: #fff;
  line-height: 24px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #222;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #e38c1b;
}
a:hover {
  text-decoration: none;
  color: #cf7b0e;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
p {
/* font-family: arial;*/
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
header {
  width: 100%;
  display: inline-block;
  margin: 0px auto;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
}
.contactInfo h5 {
    color: #fff;
    margin-left: 25px;
    font-size: 18px;
}
.contactInfo h5 a{
    color: #fff;
}
.contactInfo h5 span{
    color: #fff;
    padding-right: 10px;
}
h5.phone {
    font-size: 24px;
    color: #ffb350;
}
h5.phone a{
   color: #ffb350;
}
.socialIcon a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-size: 24px;
}

.bannerArea{
  position: relative;
}
.bannerArea:before {
    content: "";
    background: rgba(24, 7, 7, 0.5);
    width: 100%;
    height: 99%;
    position: absolute;
    z-index: 999;
    top: 0;
}
.bannercaption {
    position: absolute;
    top: 44%;
    text-align: center;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    color: #fff;
    z-index: 999;
}
.bannercaption h1 {
    font-size: 46px;
    margin-bottom: 14px;
    text-transform: capitalize;
    font-weight: normal;  
  font-family: 'Rockwell';
}
.bannercaption h2 {
    font-size: 18px;
    margin: 10px 0 18px;
    line-height: 26px;
}
.bannercaption ul li a {
    border: 2px solid #fff;
    color: #fff;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 16px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 6px;
}
section.weCanHelp {
    width: 100%;
    display: inline-block;
    margin: 50px auto;
}
.desPart ul li {
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}
.desPart a{
  border: 2px solid #e38c1b;
    color: #e38c1b;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 16px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 6px;
}
.desPart ul li:before {
    content: "\f046";
    position: relative;
    font-family: "FontAwesome";
    padding-right: 33px;
    color: #e38c1b;
    margin-left: -50px;
}
.heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    color: #010101;    
  font-family: 'Rockwell';
    text-transform: capitalize;
}
.heading:before{
  content: "";
  background: #010101;
  width: 360px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
   margin: 20px auto 0;
}
.heading:after{
  content: "";
  background: #e38c1b;
  width: 86px;
  height: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
   margin: 18px auto 0;
}

section.getStartedFree {
    background-color: #e38c1b;
    padding: 30px 0;
    width: 100%;
}
.workplace h3{
  font-size: 36px;
  color: #fff;  
  font-family: 'Rockwell';
}
.workplace{
  text-align: right;
}
.workplace p{
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
}
a.btnGet {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background-color: #70450e;
    border: 2px solid #fff;
    border-radius: 9px;
    margin-left: 30px;
    padding: 11px 38px;
    line-height: 30px;
    box-shadow: 0 3px 4px #000 inset;
}
.whiteBx {
    background-color: #fff;
    text-align: center;
    padding: 30px 23px;
    box-shadow: 0 0 7px 4px #e2e2e2;
}
.orangeBx {
    background-color: #e79c3b;
   
    padding: 30px 20px;
}
.orangeBx ul li {
    color: #fff;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: 300;
    padding-left: 20px;
}

.orangeBx ul li:last-child{
  margin-bottom: 0;
}
.orangeBx ul li:before {
    content: "\f0a9";
    position: relative;
    font-family: "FontAwesome";
    margin-left: -20px;
    padding-right: 10px;
}
section.serviceSec {
    width: 100%;
    display: inline-block;
    margin: 50px auto;
}
.whiteBx h3 {
    font-size: 24px;
    margin: 15px 0 10px;
    color: #111;
}
.whiteBx h3 a{
  color: #111;
}
.whiteBx p {
    font-size: 17px;
    margin: 0 0 10px;
    color: #111;
    line-height: 28px;
    font-weight: 300;
}
section.ourAwards {
    background-color: #f8f1f1;
    padding: 50px 0;
    width: 100%;
}
.logoBrand {

    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-top: 20px;
}
.logoBrand .itemBx{
  margin-top: 15px;
  margin-bottom: 15px;
}
.logoSlider{
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.ourAwards h3 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #010101;
    position: relative;

  font-family: 'Rockwell';
}

.ourAwards h3:before {
    content: "";
    background: #010101;
    width: 222px;
    height: 1px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 20px auto 0;
}
.ourAwards h3:after{
  content: "";
  background: #e38c1b;
  width: 86px;
  height: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
   margin: 18px auto 0;
}
.award{
  text-align: left;
}
.award:before{
margin: 18px 0 0 !important;
}
.award:after {
  margin: 16px 0 !important;
}
.ourAwards p {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.33px;
    line-height: 31px;
    font-weight: 300;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
/*.awardimages img{
  width: 100%;
}*/
.awardimages{
  margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e79c3b;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 4px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #2b2e38;
}
button.owl-dot{
  outline: none;
}
.blogSection{
  width: 100%;
  display: inline-block;
  margin: 50px auto;
}
.blogSection p{
  font-size: 18px;
  line-height: 31px;
  color: #000;
}
.blogBox{
  margin-top: 30px;
}
.blogTxt {
    text-align: center;
    background-color: #f8f1f1;
    padding: 20px;
}
.blogTxt p{
  font-size: 17px;
  line-height: 31px;
  margin-bottom: 5px;
  margin-top: 5px;  
  font-family: 'Rockwell';
}
.blogTxt p a{
  color: #e38c1b;
}

.blogTxt h6{

  font-size: 16px;
  line-height: 31px;
  margin-bottom: 5px;
  margin-top: 5px;  
  font-family: 'Rockwell';
}
.footertop {
    background-color: #0f0c0b;
    width: 100%;
    padding: 50px 0;
}
.fb_iframe_widget iframe {
    position: absolute;
    height: 400px !important;
}
.footerBottom {
    background-color: #000000;
    padding: 20px 0;
}
.footerBottom p{
  font-size: 14px;
  color: #fff;
}

.footerBottom p a{
  text-decoration: underline;
}
.footerBox h3 {
    font-size: 26px;
    color: #e1e1e1;    
  font-family: 'Rockwell';
    margin: 20px 0 12px;
    font-weight: bold;
}
.footerBox p {
    font-size: 16px;
    color: #e1e1e1;    
    margin-bottom: 15px;
    font-weight: 300;
}
.footerBox a{
  color: #fff;
}
.footerBox p span {
    float: left;
    padding-right: 10px;
}
.footerBox p span i.fa.fa-map-marker {
    margin-bottom: 20px;
}
.socialIcon a{
  font-size: 20px;
}
.socialIcon a:first-child{
  padding-left: 0;
}
.newsLetter .form-control {
    border: 0;
    border-radius: 0;
    padding: 12px 12px;
}
.newsLetter .cusBtn {
    border: 0;
    border-radius: 0;
    padding: 12px 24px;
    font-size: 14px;
    color: #0f0c0b;
    text-transform: uppercase;
    font-weight: bold;
    background: #feba29;
}
.footerBox ul li{
  color: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  padding: 3px 0;
}

.footerBox ul li:last-child{
  border-bottom: 0;
}
.footerBox ul li a{
  color: rgba(255, 255, 255, 0.58);
}
.bookMeeting {
    background-color: #e38c1b;
    display: inline-block;
    padding: 25px 0px 25px 12px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 100%;
    border-radius: 15px 0px 0px 15px;
    right: 0;
    border-right: 12px solid #fff;
}

.bookMeeting a {
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 28px;
    border-right-color: transparent;
    border-radius: 4px 0 0 4px;
}
.bookMeeting a i.fa.fa-calendar {
    margin-right: 10px;
}
input.form-control.send {
    background-color: #e38c1b;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    border: 1px solid #c37613;
}
form.bookMeetingForm .form-group{
  margin-bottom: 25px;
}
form.bookMeetingForm .form-control {
    padding: 10px 20px;
}
form.bookMeetingForm .form-control:focus{
  border-color: #c37613;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blogSection a.btnGet {
    display: table;
    text-align: center;
    margin: 0;
}
.btnGet2{

    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background-color: #70450e;
    border: 2px solid #fff;
    border-radius: 9px;
    margin-left: 30px;
    padding: 11px 38px;
    line-height: 30px;
    box-shadow: 0 3px 4px #000 inset;
}


#SubscribeModal .modal-content{
background-color: #382308;
}



/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
.whiteBx h3 {
  font-size: 22px;
}
.whiteBx p {
  font-size: 16px;
}
.awardimages img {
    margin: 0 3px;
}
.newsLetter .form-control {
    width: 57%;
}
.fb_iframe_widget {
  width: 100% !important;
}
.fb_iframe_widget span {
  width: 100% !important;
}
iframe {
    width: 100% !important;
}
.logoBrand .itemBx {
  text-align: center;
  margin: 0px auto;
}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
.contactInfo h5 {
    margin-left: 12px;
    font-size: 15px !important;
}
.socialIcon a {
  padding: 0 2px;
  font-size: 16px;
}
.bannercaption {
  width: 64%;
}
.bookMeeting a {
  padding: 9px 12px;
}
.bookMeeting {
  padding: 19px 0px 19px 9px;
  font-size: 20px;
}

.bannercaption h2 {
  font-size: 16px;
}
.bannerArea::before {
  height: 98.5%;
}
.desPart ul li::before{
  margin-left: 0;
  padding-right: 8px;
}
.desPart ul li {
  line-height: 21px;
  font-size: 15px;
  color: #000;
  padding-bottom: 5px;
}
.workplace {
    text-align: center;
}
.btnGet {
  display: table;
  margin: 20px auto 0 !important;
  text-align: center;
}
.whiteBx p {
  font-size: 15px;
  line-height: 26px;
}
.awardimages img {
  margin: 0 3px 20px;
  width: 100%;
}
.blogBox img{
  width: 100%;
}
.newsLetter .form-control {
  width: 100%;
}
.fb_iframe_widget iframe,.fb_iframe_widget span {

    height: 320px !important;

}
.footerBox {
  margin-top: 20px;
}
.logo {
  margin: 0px auto 20px;
  text-align: center;
}


}
@media (min-width: 767.99px) and  (max-width: 991.97px) {
.bannercaption { width: 95%; }
.bannercaption h1 {
  font-size: 38px;
  margin-bottom: 0;
}
.bannercaption h2 {
  font-size: 15px;
  line-height: 20px;
}
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
.contactInfo h5 {
  font-size: 20px !important;
  text-align: center;
  margin: 0 auto !important;
}
header {
  position: relative;
  background-color: #0f0c0b;
}
.socialIcon.float-right {
  float: none !important;
  margin: 20px auto 0;
  text-align: center;
}
.socialIcon a {
  padding: 0 6px;
  font-size: 20px;
}
.bannercaption h1 {
  font-size: 38px;
  margin-bottom: 0;
}
.bannercaption h2 {
  font-size: 15px;
  line-height: 20px;
}
.bannercaption {
  width: 100%;
  top: 22%;
}
.singalImg img{
  width: 100%;
  margin-bottom: 30px;
}
.footerBottom {
  text-align: center;
}
.footerBottom .float-left, .footerBottom .float-right{
  float: none!important;
  text-align: center;
}
.bookMeeting {
  margin-top: 18px;
}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.contactInfo {
  display: inherit !important;
}
.contactInfo h5{
  margin-bottom: 20px;
}
.bannercaption {
  /* visibility: hidden; */
}
.bannerArea::before {
  height: 96%;
}
.newsLetter .form-control {
  width: 57%;
}
.itemBx {
  margin-bottom: 20px !important;
}
.heading::before{
  width: 100%;
}
.awardimages {
  display: inherit !important;
}
.awardimages img {
  margin: 0;
  width: 100%;  
  margin-bottom: 20px;
}
.bookMeeting {
padding: 12px 0px 12px 5px;  
  margin-top: 20px;
  font-size: 16px;
  border-radius: 10px 0px 0px 10px;
}

.bookMeeting a {
  padding: 8px 8px;
}
.workplace h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 14px;
}
.workplace p {
  font-size: 15px;
  line-height: 22px;
}
.bigBx {
  margin-top: 20px;
}



}


@media only screen and (max-width: 600px) {
.bannerArea{ overflow:hidden !important; width:100% !important; }
.w-100{ 
  height: 75vh !important;
}
.video-fluid{ 
object-fit: cover;
}
.bannercaption h1 {
    font-size: 22px;
    margin-bottom: 14px;
    text-transform: capitalize;
    font-weight: normal;  
  font-family: 'Rockwell';
}
.bannercaption h2 {
    font-size: 18px;
    margin: 10px 0 18px;
    line-height: 22px;
}
.bannercaption ul li a {
    border: 2px solid #fff;
    color: #fff;
    width: auto;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 16px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 6px;
}

