/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Caladea:400,700");
/*========================================*/
/*-------- [_Imported_CSS_Plugins] -------*/
/*========================================*/
@import url("../css/bootstrap.min.css");
@import url("../fonts/webexflaticon/flaticon.css");
@import url("../fonts/fontawesome/css/all.css");
@import url("../fonts/webexicon/style.css");
@import url("../fonts/icomoon/style.css");
@import url("../css/owl.carousel.min.css");
@import url("../css/magnific-popup.css");
@import url("../css/animate.css");
@import url("../css/custom-animation.css");
@import url("../css/meanmenu.min.css");
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
    font-family: "Poppins", sans-serif;
    color: rgb(49, 49, 49);
    background: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
}

::-moz-selection {
    background: #682E66;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #682E66;;
    color: #fff;
    text-shadow: none
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html {
    -webkit-text-size-adjust: none;
}


.video iframe {
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

h1, h2, h3, h4, h5, h6 {
    color: #151a33;
    margin: 0;
    font-family: "Poppins", sans-serif;
  }

h1 {
    font-size: 36px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

h6 {
    font-weight: 600;
    color: #000;
}

h1, h2 {
  font-weight: 700;
}

h3, h4 {
  font-weight: 600;
}

h5, h6 {
  font-weight: 500;
}

p {
    color: #333;
}

a {
    color: #17B3E8;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    color: #666;
    text-decoration: none;
}

input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="search"],
textarea,
.form-control,
select {
    border: 2px solid #E7E7E7;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 1.2;
    margin: 10px 0;
    outline: medium none;
    padding: 5px 10px 0;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
    background-color: transparent;
    border: 2px solid #444444;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.t-center {
    text-align: center;
    margin: 0 auto;
}

.t-right {
    text-align: right;
}

.t-left {
    text-align: left;
}



.post:after,
.post:before,
article:after,
article:before,
section:after,
section:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:after,
.clearfix:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.text-primary {
    color: #c3986b;
}

hr {
    max-width: 50px;
    border-color: #c3986b;
    border-width: 5px;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}


/*========================================*/
/*-------------- [_Typography] -----------*/
/*========================================*/
/*Margin Top */
.mrt-0 {
    margin-top: 0px;
  }
  
  .mrt-5 {
    margin-top: 5px;
  }
  
  .mrt-10 {
    margin-top: 10px;
  }
  
  .mrt-15 {
    margin-top: 15px;
  }
  
  .mrt-20 {
    margin-top: 20px;
  }
  
  .mrt-24 {
    margin-top: 24px;
  }
  
  .mrt-25 {
    margin-top: 25px;
  }
  
  .mrt-26 {
    margin-top: 26px;
  }
  
  .mrt-30 {
    margin-top: 30px;
  }
  
  .mrt-35 {
    margin-top: 35px;
  }
  
  .mrt-40 {
    margin-top: 40px;
  }
  
  .mrt-45 {
    margin-top: 45px;
  }
  
  .mrt-50 {
    margin-top: 50px;
  }
  
  .mrt-55 {
    margin-top: 55px;
  }
  
  .mrt-60 {
    margin-top: 60px;
  }
  
  .mrt-65 {
    margin-top: 65px;
  }
  
  .mrt-70 {
    margin-top: 70px;
  }
  
  .mrt-75 {
    margin-top: 75px;
  }
  
  .mrt-80 {
    margin-top: 80px;
  }
  
  .mrt-85 {
    margin-top: 85px;
  }
  
  .mrt-90 {
    margin-top: 90px;
  }
  
  .mrt-95 {
    margin-top: 95px;
  }
  
  .mrt-100 {
    margin-top: 100px;
  }
  
  .mrt-105 {
    margin-top: 105px;
  }
  
  .mrt-110 {
    margin-top: 110px;
  }
  
  .mrt-115 {
    margin-top: 115px;
  }
  
  .mrt-120 {
    margin-top: 120px;
  }
  
  .mrt-125 {
    margin-top: 125px;
  }
  
  .mrt-130 {
    margin-top: 130px;
  }
  
  .mrt-135 {
    margin-top: 135px;
  }
  
  .mrt-140 {
    margin-top: 140px;
  }
  
  .mrt-145 {
    margin-top: 145px;
  }
  
  .mrt-150 {
    margin-top: 150px;
  }
  
  .minus-mrt-130 {
    margin-top: -130px;
  }
  
  /*Margin Right */
  .mrr-0 {
    margin-right: 0px;
  }
  
  .mrr-5 {
    margin-right: 5px;
  }
  
  .mrr-10 {
    margin-right: 10px;
  }
  
  .mrr-15 {
    margin-right: 15px;
  }
  
  .mrr-20 {
    margin-right: 20px;
  }
  
  .mrr-25 {
    margin-right: 25px;
  }
  
  .mrr-30 {
    margin-right: 30px;
  }
  
  .mrr-35 {
    margin-right: 35px;
  }
  
  .mrr-40 {
    margin-right: 40px;
  }
  
  .mrr-45 {
    margin-right: 45px;
  }
  
  .mrr-50 {
    margin-right: 50px;
  }
  
  .mrr-55 {
    margin-right: 55px;
  }
  
  .mrr-60 {
    margin-right: 60px;
  }
  
  .mrr-65 {
    margin-right: 65px;
  }
  
  .mrr-70 {
    margin-right: 70px;
  }
  
  .mrr-75 {
    margin-right: 75px;
  }
  
  .mrr-80 {
    margin-right: 80px;
  }
  
  .mrr-85 {
    margin-right: 85px;
  }
  
  .mrr-90 {
    margin-right: 90px;
  }
  
  .mrr-95 {
    margin-right: 95px;
  }
  
  .mrr-100 {
    margin-right: 100px;
  }
  
  .mrr-105 {
    margin-right: 105px;
  }
  
  .mrr-110 {
    margin-right: 110px;
  }
  
  .mrr-115 {
    margin-right: 115px;
  }
  
  .mrr-120 {
    margin-right: 120px;
  }
  
  .mrr-125 {
    margin-right: 125px;
  }
  
  .mrr-130 {
    margin-right: 130px;
  }
  
  .mrr-135 {
    margin-right: 135px;
  }
  
  .mrr-140 {
    margin-right: 140px;
  }
  
  .mrr-145 {
    margin-right: 145px;
  }
  
  .mrr-150 {
    margin-right: 150px;
  }
  
  /*Margin Bottom */
  .mrb-0 {
    margin-bottom: 0px;
  }
  
  .mrb-5 {
    margin-bottom: 5px;
  }
  
  .mrb-10 {
    margin-bottom: 10px;
  }
  
  .mrb-15 {
    margin-bottom: 15px;
  }
  
  .mrb-20 {
    margin-bottom: 20px;
  }
  
  .mrb-25 {
    margin-bottom: 25px;
  }
  
  .mrb-30 {
    margin-bottom: 30px;
  }
  
  .mrb-35 {
    margin-bottom: 35px;
  }
  
  .mrb-40 {
    margin-bottom: 40px;
  }
  
  .mrb-45 {
    margin-bottom: 45px;
  }
  
  .mrb-50 {
    margin-bottom: 50px;
  }
  
  .mrb-55 {
    margin-bottom: 55px;
  }
  
  .mrb-60 {
    margin-bottom: 60px;
  }
  
  .mrb-65 {
    margin-bottom: 65px;
  }
  
  .mrb-70 {
    margin-bottom: 70px;
  }
  
  .mrb-75 {
    margin-bottom: 75px;
  }
  
  .mrb-80 {
    margin-bottom: 80px;
  }
  
  .mrb-85 {
    margin-bottom: 85px;
  }
  
  .mrb-90 {
    margin-bottom: 90px;
  }
  
  .mrb-95 {
    margin-bottom: 95px;
  }
  
  .mrb-100 {
    margin-bottom: 100px;
  }
  
  .mrb-105 {
    margin-bottom: 105px;
  }
  
  .mrb-110 {
    margin-bottom: 110px;
  }
  
  .mrb-115 {
    margin-bottom: 115px;
  }
  
  .mrb-120 {
    margin-bottom: 120px;
  }
  
  .mrb-125 {
    margin-bottom: 125px;
  }
  
  .mrb-130 {
    margin-bottom: 130px;
  }
  
  .mrb-135 {
    margin-bottom: 135px;
  }
  
  .mrb-140 {
    margin-bottom: 140px;
  }
  
  .mrb-145 {
    margin-bottom: 145px;
  }
  
  .mrb-150 {
    margin-bottom: 150px;
  }
  
  /*Margin Left */
  .mrl-0 {
    margin-left: 0px;
  }
  
  .mrl-5 {
    margin-left: 5px;
  }
  
  .mrl-10 {
    margin-left: 10px;
  }
  
  .mrl-15 {
    margin-left: 15px;
  }
  
  .mrl-20 {
    margin-left: 20px;
  }
  
  .mrl-25 {
    margin-left: 25px;
  }
  
  .mrl-30 {
    margin-left: 30px;
  }
  
  .mrl-35 {
    margin-left: 35px;
  }
  
  .mrl-40 {
    margin-left: 40px;
  }
  
  .mrl-45 {
    margin-left: 45px;
  }
  
  .mrl-50 {
    margin-left: 50px;
  }
  
  .mrl-55 {
    margin-left: 55px;
  }
  
  .mrl-60 {
    margin-left: 60px;
  }
  
  .mrl-65 {
    margin-left: 65px;
  }
  
  .mrl-70 {
    margin-left: 70px;
  }
  
  .mrl-75 {
    margin-left: 75px;
  }
  
  .mrl-80 {
    margin-left: 80px;
  }
  
  .mrl-85 {
    margin-left: 85px;
  }
  
  .mrl-90 {
    margin-left: 90px;
  }
  
  .mrl-95 {
    margin-left: 95px;
  }
  
  .mrl-100 {
    margin-left: 100px;
  }
  
  .mrl-105 {
    margin-left: 105px;
  }
  
  .mrl-110 {
    margin-left: 110px;
  }
  
  .mrl-115 {
    margin-left: 115px;
  }
  
  .mrl-120 {
    margin-left: 120px;
  }
  
  .mrl-125 {
    margin-left: 125px;
  }
  
  .mrl-130 {
    margin-left: 130px;
  }
  
  .mrl-135 {
    margin-left: 135px;
  }
  
  .mrl-140 {
    margin-left: 140px;
  }
  
  .mrl-145 {
    margin-left: 145px;
  }
  
  .mrl-150 {
    margin-left: 150px;
  }
  
  /*Padding Top */
  .pdt-0 {
    padding-top: 0px;
  }
  
  .pdt-5 {
    padding-top: 5px;
  }
  
  .pdt-10 {
    padding-top: 10px;
  }
  
  .pdt-15 {
    padding-top: 15px;
  }
  
  .pdt-20 {
    padding-top: 20px;
  }
  
  .pdt-25 {
    padding-top: 25px;
  }
  
  .pdt-30 {
    padding-top: 30px;
  }
  
  .pdt-35 {
    padding-top: 35px;
  }
  
  .pdt-40 {
    padding-top: 40px;
  }
  
  .pdt-45 {
    padding-top: 45px;
  }
  
  .pdt-50 {
    padding-top: 50px;
  }
  
  .pdt-55 {
    padding-top: 55px;
  }
  
  .pdt-60 {
    padding-top: 60px;
  }
  
  .pdt-65 {
    padding-top: 65px;
  }
  
  .pdt-70 {
    padding-top: 70px;
  }
  
  .pdt-75 {
    padding-top: 75px;
  }
  
  .pdt-80 {
    padding-top: 80px;
  }
  
  .pdt-85 {
    padding-top: 85px;
  }
  
  .pdt-90 {
    padding-top: 90px;
  }
  
  .pdt-95 {
    padding-top: 95px;
  }
  
  .pdt-100 {
    padding-top: 100px;
  }
  
  .pdt-105 {
    padding-top: 105px;
  }
  
  .pdt-110 {
    padding-top: 110px;
  }
  
  .pdt-115 {
    padding-top: 115px;
  }
  
  .pdt-120 {
    padding-top: 120px;
  }
  
  .pdt-125 {
    padding-top: 125px;
  }
  
  .pdt-130 {
    padding-top: 130px;
  }
  
  .pdt-135 {
    padding-top: 135px;
  }
  
  .pdt-140 {
    padding-top: 140px;
  }
  
  .pdt-145 {
    padding-top: 145px;
  }
  
  .pdt-150 {
    padding-top: 150px;
  }
  
  /*Padding Right */
  .pdr-0 {
    padding-right: 0px;
  }
  
  .pdr-5 {
    padding-right: 5px;
  }
  
  .pdr-10 {
    padding-right: 10px;
  }
  
  .pdr-15 {
    padding-right: 15px;
  }
  
  .pdr-20 {
    padding-right: 20px;
  }
  
  .pdr-25 {
    padding-right: 25px;
  }
  
  .pdr-30 {
    padding-right: 30px;
  }
  
  .pdr-35 {
    padding-right: 35px;
  }
  
  .pdr-40 {
    padding-right: 40px;
  }
  
  .pdr-45 {
    padding-right: 45px;
  }
  
  .pdr-50 {
    padding-right: 50px;
  }
  
  .pdr-55 {
    padding-right: 55px;
  }
  
  .pdr-60 {
    padding-right: 60px;
  }
  
  .pdr-65 {
    padding-right: 65px;
  }
  
  .pdr-70 {
    padding-right: 70px;
  }
  
  .pdr-75 {
    padding-right: 75px;
  }
  
  .pdr-80 {
    padding-right: 80px;
  }
  
  .pdr-85 {
    padding-right: 85px;
  }
  
  .pdr-90 {
    padding-right: 90px;
  }
  
  .pdr-95 {
    padding-right: 95px;
  }
  
  .pdr-100 {
    padding-right: 100px;
  }
  
  .pdr-105 {
    padding-right: 105px;
  }
  
  .pdr-110 {
    padding-right: 110px;
  }
  
  .pdr-115 {
    padding-right: 115px;
  }
  
  .pdr-120 {
    padding-right: 120px;
  }
  
  .pdr-125 {
    padding-right: 125px;
  }
  
  .pdr-130 {
    padding-right: 130px;
  }
  
  .pdr-135 {
    padding-right: 135px;
  }
  
  .pdr-140 {
    padding-right: 140px;
  }
  
  .pdr-145 {
    padding-right: 145px;
  }
  
  .pdr-150 {
    padding-right: 150px;
  }
  
  /*Padding Bottom */
  .pdb-0 {
    padding-bottom: 0px;
  }
  
  .pdb-5 {
    padding-bottom: 5px;
  }
  
  .pdb-10 {
    padding-bottom: 10px;
  }
  
  .pdb-15 {
    padding-bottom: 15px;
  }
  
  .pdb-20 {
    padding-bottom: 20px;
  }
  
  .pdb-25 {
    padding-bottom: 25px;
  }
  
  .pdb-30 {
    padding-bottom: 30px;
  }
  
  .pdb-35 {
    padding-bottom: 35px;
  }
  
  .pdb-40 {
    padding-bottom: 40px;
  }
  
  .pdb-45 {
    padding-bottom: 45px;
  }
  
  .pdb-50 {
    padding-bottom: 50px;
  }
  
  .pdb-55 {
    padding-bottom: 55px;
  }
  
  .pdb-60 {
    padding-bottom: 60px;
  }
  
  .pdb-65 {
    padding-bottom: 65px;
  }
  
  .pdb-70 {
    padding-bottom: 70px;
  }
  
  .pdb-75 {
    padding-bottom: 75px;
  }
  
  .pdb-80 {
    padding-bottom: 80px;
  }
  
  .pdb-85 {
    padding-bottom: 85px;
  }
  
  .pdb-90 {
    padding-bottom: 90px;
  }
  
  .pdb-95 {
    padding-bottom: 95px;
  }
  
  .pdb-100 {
    padding-bottom: 100px;
  }
  
  .pdb-105 {
    padding-bottom: 105px;
  }
  
  .pdb-110 {
    padding-bottom: 110px;
  }
  
  .pdb-115 {
    padding-bottom: 115px;
  }
  
  .pdb-120 {
    padding-bottom: 120px;
  }
  
  .pdb-125 {
    padding-bottom: 125px;
  }
  
  .pdb-130 {
    padding-bottom: 130px;
  }
  
  .pdb-135 {
    padding-bottom: 135px;
  }
  
  .pdb-140 {
    padding-bottom: 140px;
  }
  
  .pdb-145 {
    padding-bottom: 145px;
  }
  
  .pdb-150 {
    padding-bottom: 30px;
  }
  
  .pdt-195 {
    padding-top: 195px;
  }
  
  .pdb-180 {
    padding-bottom: 180px;
  }
  
  .pdb-210 {
    padding-bottom: 210px;
  }
  
  .pdb-300 {
    padding-bottom: 300px;
  }
  
  /*Padding Left */
  .pdl-0 {
    padding-left: 0px;
  }
  
  .pdl-5 {
    padding-left: 5px;
  }
  
  .pdl-10 {
    padding-left: 10px;
  }
  
  .pdl-15 {
    padding-left: 15px;
  }
  
  .pdl-20 {
    padding-left: 20px;
  }
  
  .pdl-25 {
    padding-left: 25px;
  }
  
  .pdl-30 {
    padding-left: 30px;
  }
  
  .pdl-35 {
    padding-left: 35px;
  }
  
  .pdl-40 {
    padding-left: 40px;
  }
  
  .pdl-45 {
    padding-left: 45px;
  }
  
  .pdl-50 {
    padding-left: 50px;
  }
  
  .pdl-55 {
    padding-left: 55px;
  }
  
  .pdl-60 {
    padding-left: 60px;
  }
  
  .pdl-65 {
    padding-left: 65px;
  }
  
  .pdl-70 {
    padding-left: 70px;
  }
  
  .pdl-75 {
    padding-left: 75px;
  }
  
  .pdl-80 {
    padding-left: 80px;
  }
  
  .pdl-85 {
    padding-left: 85px;
  }
  
  .pdl-90 {
    padding-left: 90px;
  }
  
  .pdl-95 {
    padding-left: 95px;
  }
  
  .pdl-100 {
    padding-left: 100px;
  }
  
  .pdl-105 {
    padding-left: 105px;
  }
  
  .pdl-110 {
    padding-left: 110px;
  }
  
  .pdl-115 {
    padding-left: 115px;
  }
  
  .pdl-120 {
    padding-left: 120px;
  }
  
  .pdl-125 {
    padding-left: 125px;
  }
  
  .pdl-130 {
    padding-left: 130px;
  }
  
  .pdl-135 {
    padding-left: 135px;
  }
  
  .pdl-140 {
    padding-left: 140px;
  }
  
  .pdl-145 {
    padding-left: 145px;
  }

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Header------------------------------------ */
/* ---------------------------------------------------------------------------- */
header {
    background: url(../images/banner02.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 350px;
    z-index: -2;
}

.back1 {
    background: url(../images/banner033.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 350px;
}

.back2 {
  background: url(../images/banner066.jpg) no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 350px;
}

.back3 {
  background: url(../images/banner055.jpg) no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 350px;
}

.Team-WHC{
    text-align: left;padding-left: 100px;
}

@media all and (max-width: 660px) {

    /* =Header
  -------------------------------------------------------------- */
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }

    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }

    header.smaller {
        height: 75px;
    }

    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }

    header.smaller nav {
        height: 35px;
    }

    header.smaller nav a {
        line-height: 35px;
    }


    .navbar-default .navbar-collapse {
        background-color:#c3986b;
    }

    .loading {
        background: url(../images/banner03.jpg) no-repeat scroll center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        height: 100%;
    }

    .loading-text .text-center h1{
        font-size:28px;
    }

    .header-text .text-center h1{
        font-size:28px;
        z-index: 2;
    }
    #CompanyBackground .intro{
        text-align:left;
    }

    .Team-WHC{
        text-align: left;padding-left: 0px;
    }
    #team .comment p{
        text-align: left;
    }
    #lastest_new .intro{
        text-align: left;
        padding:0px 20px;
    }
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
}

.navbar-default {
    border-color: transparent;
    background-color: rgb(255, 255, 255);
}

.navbar-default .navbar-brand {
    font-family: Helvetica, Arial, cursive;
    color: #c3986b;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ffdbbe;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}


.navbar-default .navbar-toggle {
    border: none;
    background-color: #c3986b;
}

.navbar-default .navbar-toggle span.icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #c3986b;
}

.navbar-default .nav li a {
    text-transform: capitalize;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #c3986b;
}

.navbar-default .nav li a:last-child {
    color: #000000;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #c3986b !important;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #c3986b;
    background: none;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 20px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default.navbar-shrink {
        padding: 0;
        background-color: #fff;
        border-bottom: 2px solid #c3986b;
    }

    .navbar-default.navbar-shrink .nav li a {
        color: #444;
    }

    .navbar-default.navbar-shrink .nav li a:hover,
    .navbar-default.navbar-shrink .nav li a:focus {
        color: #c3986b;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 16%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 70px;
}

.header-text hr {
    margin: 10px auto;
}

.header-text p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.header-text .btn-header-1 {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 18px 45px;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #fff;
    border-radius: 4px;
}

.header-text .btn-header-1:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.header-text .btn-header-2 {
    background-color: #c3986b;
    border: none;
    padding: 18px 45px;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #c3986b;
    border-radius: 4px;
}

.header-text .btn-header-2:hover {
    background-color: rgba(255, 222, 0, 0.9);
    color: #fff;
    border: 3px solid rgba(241, 210, 4, 0.9);
}


/*========================================*/
/*-------------- [_Page_Title] -----------*/
/*========================================*/
.page-title-section {
    background-color: #f8f8f8;
    background-image: url(../images/bg/page-title-bg.jpg);
    color: #fff;
  }
  
  .page-title-section-2 {
    background-color: #f8f8f8;
    background-image: url(../images/bg/page-title-bg-2.jpg);
    color: #fff;
  }
  .page-title-content {
    display: flex;
    align-items: center;
    position: relative;
    height: 225px;
  }
  
  .page-title-content .title {
    font-size: 54px;
    letter-spacing: 1px;
  }
  
  .page-title-content nav {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .page-title-content nav ol {
    margin: 0;
    border-radius: 0;
    background: rgba(11, 18, 30, 0.6);
  }
  
  .page-title-content .breadcrumb-item a {
    color: #FDE428;
  }
  
  .page-title-content .breadcrumb-item.active {
    color: #ffffff;
  }
  
  .page-title-content .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
  }

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Content------------------------------------ */
/* ---------------------------------------------------------------------------- */

/* ---HomePage--- */
.box-content {
    padding: 50px 0;
}

.box-content .heading {
    margin-bottom: 50px;
    text-align: center;
}

.box-content.box-style-1 {
    background-color: #ececec;
}

.box-content.box-style-2 {
    background-color: #fff;
}

.box-content.box-style-3 {
    background: url(../images/front-page-counter.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.box-content.box-style-4 {
    background-color: #DDA06F;
}

.box-content.box-2 .service-box {
    margin: 20px auto 0;
}

.box-content.box-2 .service-box h3 {
    font-size: 22px;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 20px;

}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.portfolio-box:hover .tmm {
    color: rgb(255, 255, 255);
    position: center;
    opacity: 1;
    z-index: 2;
    transition: 0.5s;
    text-shadow:2px 2px rgba(0, 0, 0, 0.712);
  }

  .portfolio-box:hover .tmd {
    color: rgb(255, 255, 255);
    position: center;
    opacity: 1;
    z-index: 2;
    transition: 0.5s;
    text-shadow:2px 2px rgba(0, 0, 0, 0.712);
  }

.box-content.box-2 {
    text-align: center;
    background: #552559;
    color: #fff;

   
}

.tmm {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 38px;
	  margin-top:-20px;
    opacity: 0.5;
    z-index: 2;
}

.tmd {
  position: absolute;
  color: rgb(255, 255, 255);
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 28px;
  margin-top:-20px;
  opacity: 0.9;
  z-index: 2;
  text-shadow:2px 2px rgba(0, 0, 0, 0.712);
}

.pdtitle {
  margin-bottom:0px;
  margin-top: 20px;
  text-align: left;
  color: white;
  opacity: 0.8;
}

.pddetail {
  line-height: 22px;
  margin-top:20px;
  margin-bottom:20px;
  text-align: left;
  opacity: 0.5;
}

.box-content.box-2 img {
    max-width: 100%;
    height: auto;
    transition: 0.5s;
   
}

.box-content.box-2 img:hover {
opacity: 0.5;
   
}

.box-content.box-3 {
    text-align: center;
    background: #552559;
    color: #fff;
}

.box-content.box-3 img {
    max-width: 120px;
    margin: auto;
    margin-bottom: 15px;
    margin-bottom: 30px;
}

.box-content.box-3 .comment {
    color: #fff;
    margin-bottom: 50px;
    background:#682E66;
    padding: 40px 40px;
    min-height: 346px;
}

.box-content.box-3 p {
    color: #fff;
}

.box-content.box-3 span {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    text-shadow: none;
}


.box-content.box-4 .service-box {
    margin: 20px auto 0;
}

.box-content.box-4 .service-box h3 {
    font-size: 22px;
}


.box-content.box-5 .box-item {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.box-content.box-5 .box-item .content {
    padding: 10px 30px 30px;
}

.box-content.box-5 .box-item .content h3 {
    font-weight: bold;
    color: #111;
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.box-content.box-5 .box-item .content p {
    color: #666;
}

.box-content.box-5 .box-item .content span {
    color: #bbb;
    font-size: 15px;
}


.box-content.box-6 .box-item {
    color: #fff;
    text-align: center;
}

.box-content.box-6 .box-item p {
    color: #fff;
}

.box-content.box-6 blockquote {
    position: relative;
    padding: 50px 100px 20px;
    text-align: center;
    font-size: 40px;
    border: none;
    line-height: 1.2;
}

.box-content.box-6 blockquote:before,
.box-content.box-6 blockquote:after {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 100px;
    line-height: 1;
}

.box-content.box-6 blockquote:before {
    top: 0;
    left: 0;
    content: "\201C";
}

.box-content.box-6 blockquote:after {
    top: 0;
    right: 0;
    content: "\201D";
}

@media only screen and (max-width: 1100px) {
    .box-content.box-6 blockquote {
        font-size: 30px;
    }
}

@media only screen and (max-width: 960px) {
    .box-content.box-6 blockquote {
        padding: 30px 60px;
        font-size: 22px;
    }

    .box-content.box-6 blockquote:before,
    .box-content.box-6 blockquote:after {
        width: 30px;
        height: 30px;
        font-size: 70px;
    }
}

@media only screen and (max-width: 690px) {
    .box-content.box-6 blockquote {
        padding: 10px 30px;
        font-size: 20px;
    }

    .box-content.box-6 blockquote:before,
    .box-content.box-6 blockquote:after {
        font-size: 35px;
    }
}

.box-content.box-7 .box-item {
    margin-bottom: 40px;
    display: inline-block;
}

.box-content.box-7 span {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.box-content.box-7 img {
    margin: 5px;
    border-radius: 50%;
}

.box-content.box-8 {
    color: #eee;
}

.box-content.box-8 p {
    color: #eee;
}

.box-content.box-8 .heading h2 {
    color: #fff;
}

.box-content.box-8 h3 {
    margin-bottom: 13px;
    font-size: 35px;
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
}

.box-content.box-8 input {
    background: #DF955B;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #c76b23;
    color: #fff !important;
}

.box-content.box-8 textarea {
    background: #DF955B;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 240px;
    border: 1px solid #c76b23;
    color: #fff;
}

.box-content.box-8 input::-webkit-input-placeholder,
.box-content.box-8 textarea::-webkit-input-placeholder {
    color: #fff;
}

.service-section-content {
  margin-top: -180px;
}

.service-box1 {
  background: rgba(255, 255, 255, 0.185);
  padding: 0px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  border-radius: 5px;
}


.service-box1:hover {
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.center {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-top:-15px;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 1px rgba(1, 81, 255, 0.863); 
  z-index: 2;
}

.center-en {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top:0px;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 1px rgba(1, 81, 255, 0.863); 
  z-index: 2;
}

.service-box1 .service-content .title11 {
  position:relative;
}
.service-box1 .service-content .title11 h3 {
  position:relative;
  font-size: 18px;
  top: 50%;
  margin-bottom: 0px;
}

.service-box1:before {
  content: "";
  background: rgba(24, 49, 95, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.5;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.service-box1:hover:before, .service-box:hover:after {
  opacity: 0;
}

.service-box1:hover .center {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0 1px rgba(0, 58, 248, 0.0); 
  z-index: 2;
}

.service-box1:hover .center-en {
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 1px rgba(0, 58, 248, 0.0); 
  z-index: 2;
}
/* ----------------- */
/* ---MainContent--- */

@media(max-width:767px) {
    #main-content {
        margin-top: 80px;
    }
}

.project-details-content {
    font-size: 20px;
    text-align:justify;
  }

.project-details-page {
    width:100%;
  }

.img-full {
  width: 100%;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

.sidebar-widget {
    padding: 30px;
    margin-bottom: 30px;
    background: #edf0fa;
    border-radius: 8px;
  }


.widget-title {
  position: relative;
}

.widget-title:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 58px;
  left: 0;
  bottom: -15px;
  background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
  border-radius: 6px;
}

  
article:after,
article:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

article .info {
    margin: 5px 0 10px 0;
}

article .info span {
    display: block;
}

article .info a {
    color: #17B3E8;
    text-decoration: none;
}

article .info a:hover {
    color: #000;
}

article h1 {
    font-size: 30px;
}

article h2 {
    font-size: 22px;
}

article img {
    width: auto;
}

/*=================================================*/
/*---------- [_Section_Single_Project] ------------*/
/*=================================================*/
.project-info-list li {
  padding: 8px 0;
  color: #677286;
  display: inherit;
  text-align:left;
}
.project-info-list {
  margin-left: -40px;
}

.project-info-list li span {
  color: #233d63;
  font-weight: 600;
  margin-right: 5px;
  font-size: 16px;
}
.project-info-list li span i {
  color: #0c59db;
  font-size: 18px;
  margin-right: 10px;
}
.project-info-list li a {
  color: #677286;
  font-size: 16px;
}
.project-details-content {
  font-size: 20px;
  text-align:justify;
}
.brand__title {
  position: relative;
  margin-bottom: 20px;
}
.brand__title::before {
  position: absolute;
  content: "";
  background: #74a0ff;
  width: 100%;
  height: 2px;
  bottom: 45%;
  left: 0;
  right: 0;
  z-index: -1;
}
.brand__title span {
  font-size: 24px;
  font-weight: var(--tp-fw-sblod);
  color: #000000;
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
}

/* ----------------- */
/* -----SideBar----- */

.widget {
    margin: 0 0px 30px 0px;
}

.widget:after,
.widget:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.widget ul li {
    list-style: none;
}

.widget .heading {
    border-bottom: 1px solid #333333;
    margin: 20px 0;
}

.widget .heading h4 {
    font-size: 25px;
}

.widget .content {
    margin-top: 30px;
}


.widget.wid-about img {
    max-height: 350px;
    width: 100%;
    margin-bottom: 30px;
}


.widget.wid-posts .post:after,
.widget.wid-posts .post:before {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.widget.wid-posts img {
    float: left;
    margin: 15px 10px;
    width: 100px;
}

.widget.wid-posts .wrapper {
    vertical-align: middle;
    text-align: left;
    padding-bottom: 7px;
    margin-top: 5px;
    display: inline-block;
}

.widget.wid-posts .wrapper h5 {
    font-size: 20px;
    font-weight: 500;
}


.widget.wid-gallery img {
    margin-bottom: 30px;
    max-width: 100%;
}

.widget.wid-related {
    background-color: #fff;
    margin: 20px 0;
}

.widget.wid-related img {
    max-width: 243px;
    width: 100%;
}

.widget.wid-related h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Footer------------------------------------ */
/* ---------------------------------------------------------------------------- */
footer {
    color: #999999;
    background-color: #222222;
    font-size: 13px;
}

footer p {
    color: #666
}

footer ul {
    padding: 0;
    margin-top: 10px;
}

footer ul li {
    list-style: none;
}

footer a {
    color: #999;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .col-footer {
    margin: 10px 0 30px;
}

footer .wrap-footer {
    padding-top: 40px;
    background-color: #222;
}

footer .bottom-footer {
    background-color: #29282E;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

footer ul.social-buttons li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 20px;
    color: #222;
    background-color: #fff;
    transition-duration: 0.4s;
}

footer ul.social-buttons li a:hover {
    background-color: #17B3E8;
    color: #fff;
}

footer ul.social-buttons li a i {
    margin-top: 7px;
}

.footer-title:before {
    background-color: #c3986b;
    content: "";
    height: 1em;
    left: 0;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    width: 3px;
}

.footer-title {
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: -5px;
    padding-left: 13px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.footer-tags a {
    color: #999;
    border: 1px solid #999;
    padding: 4px 10px;
    line-height: 2.2;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-tags a:hover {
    color: #fff;
    text-decoration: none;
}

.widget_recent_entries li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #999999;
    font-size: 11px;
    margin-bottom: 0;
    padding: 15px 0 16px;
    text-transform: uppercase;
}

.widget_recent_entries li a:before {
    content: "";
    font-family: "FontAwesome";
    left: 0;
    line-height: 1;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.widget_recent_entries li a {
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(153, 153, 153, 1.0);
    display: inline-block;
    position: relative;
    padding-left: 14px;
    letter-spacing: 1px;
    font-size: 10px;
}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2 {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 20px;
    text-align: center;
}

#contact_form {
    padding: 25px;
}

#ff label {
    cursor: pointer;
    margin: px 0;
    display: block;
    font-weight: bold;
}

#ff input {
    display: block;
    width: 100%;
    color: #000;
    padding: 10px;
    margin: 5px 0 25px 0;
}

#ff textarea {
    display: block;
    width: 100%;
    height: 200px;
    background-color: #fff;
    color: #000;
    padding: 10px;
    margin: 5px 0 25px 0;
}

#ff .sendButton {
    border: none;
    cursor: pointer;
    background-color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    ;
    width: 100px;
    color: #ffffff;
}

#ff .sendButton:hover {
    background-color: #333;
}

.message {
    text-align: center;
    margin: 50px 0;
}

.message .wrap {
    padding: 50px;
    background: #ffffff;
    border: 1px solid #333333;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.message .back {
    margin-top: 30px;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 13px;
}

a.btn:focus {
    outline: 0;
}

.btn-skin {
    padding: 7px 25px;
    line-height: 26px;
    font-weight: bold;
}

.btn-skin.blue {
    color: #fff;
    background-color: #17B3E8;
}

.btn-skin.white {
    color: #17B3E8;
    background-color: #fff;
}

.btn-skin.orange {
    color: #E69F67;
    background-color: #fff;
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Carousel---------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-controls .owl-buttons div {
    position: absolute;
    color: #777;
    opacity: 0.7;
}

.owl-carousel:hover .owl-buttons div {
    color: #000;
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 50%;
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 50%;
}

.owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0;
}