/* -----  Google Font  -----*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900');
@import url("ionicons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* =====  INDEX OF STYLES ===== */


/*
couleurs: #243885 rgb(36, 56, 133)
		  #fbbd12 rgb(251, 189, 18)
		  #ffbb0c rgb(255, 187, 12)
===== BASIC STYLE =====
  + General
  + Typography
  + Spacing
  + Button
  + Elements
  + Accordions
  + Tabs
  + Input


===== HEADER =====
  + Header
  + Navbar

===== CONTANT =====
  + Banner
  + Breadcrumb
  + Portfolio
  + Blog
  + Client
  + About Us Page
  + Team
  + pricing
  + Contact Us
  + Shop


===== FOOTER =====


*/


/* =====  GENERAL STYLE =====*/

.loder {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loder.gif) center no-repeat #fff;
}

::-moz-selection {
    background-color: #1A1A1A;
    color: #FFF;
}

::selection {
    background-color: #1A1A1A;
    color: #FFF;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

ul li {
    list-style: none;
}

br {
    font-size: 0;
    line-height: 0;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.bg-dark-gray {
    background: #ededed;
}

.bg-dark {
    background: #000000;
    color: #fff;
}

.bg-dark-90 {
    background: #1a1a1a;
    color: #fff;
}

.bg-light {
    background: #ffffff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.light {
    color: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.dark {
    color: #000;
}

.yellow {
    color: #f1cb2a;
}

.text_blue {
    color: #243885;
}

.text_yellow {
    color: #f1cb2a;
}

.text-bold {
    font-weight: bold;
}

.bg-yellow {
    background: #243885;
}

.service {
    padding: 0 10px;
}


/* =====  TYPOGRAPHY =====*/

a {
    cursor: pointer;
    text-decoration: none;
    color: #999999;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:hover,
a:focus {
    color: #f1cb2a;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a,
a:focus,
a:active,
a:link,
img {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
    font-family: 'Raleway', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 {
    font-size: 36px;
    line-height: 45px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 18px;
}

h5 {
    font-size: 16px;
    line-height: 16px;
}

h6 {
    font-size: 14px;
    line-height: 22px;
}

.uppr {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}


/* =====  SPACING =====*/

.box {
    padding: 0 15px;
}

.box-holder {
    margin-left: 15px;
    margin-right: 15px;
}


/* =====  margin top  ===== */

.mtblr_20 {
    margin: 20px;
}

.mt_0 {
    margin-top: 0;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_70 {
    margin-top: 70px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_90 {
    margin-top: 90px;
}

.mt_100 {
    margin-top: 100px;
}


/* =====  margin bottom  ===== */

.mb_0 {
    margin-bottom: 0;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_100 {
    margin-bottom: 100px;
}


/* =====  margin top bottom ===== */

.mtb_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb_60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb_70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mtb_80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mtb_90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mtb_100 {
    margin-top: 100px;
    margin-bottom: 100px;
}


/* =====  padding  ===== */

.no-padding {
    padding: 0;
}


/* =====  padding top ===== */

.pt_10 {
    padding-top: 10px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_70 {
    padding-top: 70px;
}

.pt_80 {
    padding-top: 80px;
}

.pt_90 {
    padding-top: 90px;
}

.pt_100 {
    padding-top: 100px;
}


/* =====  padding bottom ===== */

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_70 {
    padding-bottom: 70px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pb_90 {
    padding-bottom: 90px;
}

.pb_100 {
    padding-bottom: 100px;
}


/* =====  padding top bottom ===== */

.ptb_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* =====  button  =====*/

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #999;
    text-decoration: none;
}

.btn-link {
    color: #000;
    border-bottom: 1px solid;
    padding: 0 0 10px;
    letter-spacing: 0;
}

.btn-link:hover,
.btn-link:focus,
.btn-link.light:hover,
.btn-link.light:focus {
    text-decoration: none;
    border-bottom: 1px solid;
}

.btn-dark {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.btn-light {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.btn-border {
    border: 1px solid;
    background-color: transparent;
}

.custom-btn {
    padding: 10px 40px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    z-index: 0;
    color: #000;
}


/**** BTN No. 1 ****/

.btn-1 {
    border: 2px solid #000;
}

.btn-1:hover {
    background: #000;
    color: #fff;
}

.btn-1:active {
    top: 2px;
}

.btn-1.light {
    border: 2px solid #fff;
    color: #fff;
}

.btn-1.light:hover {
    background: #fff;
    color: #000 !important;
}


/**** BTN No. 2 ****/

.btn-2 {
    border: none;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.btn-2.light {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    color: #fff;
}

.btn-2:before,
.btn-2:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-2.light:before,
.btn-2.light:after {
    background: #fff;
    color: #fff;
}

.btn-2:before {
    height: 0%;
    width: 2px;
}

.btn-2:after {
    width: 0%;
    height: 2px;
}

.btn-2:hover:before {
    height: 100%;
}

.btn-2:hover:after {
    width: 100%;
}


/**** BTN No. 3 ****/

.btn-3 {
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-3.light {
    color: #fff;
}

.btn-3.light:before,
.btn-3.light:after {
    background: #fff;
}

.btn-3:before {
    height: 0%;
    width: 2px;
}

.btn-3:after {
    width: 0%;
    height: 2px;
}

.btn-3:hover:before {
    height: 100%;
}

.btn-3:hover:after {
    width: 100%;
}

.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-3.light span:before,
.btn-3.light span:after {
    background: #fff;
}

.btn-3 span:before {
    width: 2px;
    height: 0%;
}

.btn-3 span:after {
    width: 0%;
    height: 2px;
}

.btn-3 span:hover:before {
    height: 100%;
}

.btn-3 span:hover:after {
    width: 100%;
}


/**** BTN No. 4 ****/

.btn-4 {
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-4 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}

.btn-4:before,
.btn-4:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-4:before {
    height: 50%;
    width: 2px;
}

.btn-4:after {
    width: 20%;
    height: 2px;
}

.btn-4:hover:before {
    height: 100%;
}

.btn-4:hover:after {
    width: 100%;
}

.btn-4 span:before,
.btn-4 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-4 span:before {
    width: 2px;
    height: 50%;
}

.btn-4 span:after {
    width: 20%;
    height: 2px;
}

.btn-4:hover span:before {
    height: 100%;
}

.btn-4:hover span:after {
    width: 100%;
}

.btn-4.light {
    color: #fff;
}

.btn-4.light:before,
.btn-4.light:after {
    background: #fff;
}

.btn-4.light span:before,
.btn-4.light span:after {
    background: #fff;
}


/**** BTN No. 5 ****/

.btn-5 {
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-5 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}

.btn-5:before,
.btn-5:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-5:before {
    height: 50%;
    width: 2px;
}

.btn-5:after {
    width: 20%;
    height: 2px;
}

.btn-5:hover:before {
    height: 100%;
}

.btn-5:hover:after {
    width: 100%;
}

.btn-5 span:before,
.btn-5 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000;
    transition: all 0.3s ease;
}

.btn-5 span:before {
    width: 2px;
    height: 50%;
}

.btn-5 span:after {
    width: 20%;
    height: 2px;
}

.btn-5 span:hover:before {
    height: 100%;
}

.btn-5 span:hover:after {
    width: 100%;
}

.btn-5.light {
    color: #fff;
}

.btn-5.light:before,
.btn-5.light:after {
    background: #fff;
    color: #fff;
}

.btn-5.light span:before,
.btn-5.light span:after {
    background: #fff;
}


/**** BTN No. 6 ****/

.btn-6 {
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-6 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px;
}

.btn-6:before,
.btn-6:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 2px;
    background: #000;
}

.btn-6.light {
    color: #fff;
}

.btn-6.light:before,
.btn-6.light:after {
    background: #fff;
    color: #fff;
}

.btn-6:before {
    right: 0;
    top: 0;
    transition: all 0.1s ease;
}

.btn-6:after {
    left: 0;
    bottom: 0;
    transition: all 0.1s 0.2s ease;
}

.btn-6:hover:before {
    transition: all 0.1s 0.2s ease;
    height: 100%;
}

.btn-6:hover:after {
    transition: all 0.1s ease;
    height: 100%;
}

.btn-6 span:before,
.btn-6 span:after {
    position: absolute;
    content: "";
    background: #000;
}

.btn-6.light span:before,
.btn-6.light span:after {
    background: #fff;
}

.btn-6 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    transition: all 0.1s 0.1s ease;
}

.btn-6 span:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.btn-6 span:hover:before {
    width: 100%;
}


/**** BTN No. 7 ****/

.btn-7 {
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.btn-7:before {
    position: absolute;
    content: ' ';
    z-index: -1;
    width: 25%;
    top: 50%;
    left: -15%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}

.btn-7:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    padding-left: 30px;
    padding-right: 20px;
}

.btn-7:hover:before {
    left: -10%;
}

.btn-7.light {
    border-color: #fff;
    color: #fff;
}

.btn-7.light:before {
    background: #fff;
}

.btn-7.light:hover {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
}


/**** BTN No. 8 ****/

.btn-8 {
    padding-left: 30px;
    padding-right: 20px;
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.btn-8:before {
    position: absolute;
    content: ' ';
    z-index: -1;
    width: 25%;
    top: 50%;
    left: -10%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}

.btn-8:hover {
    background: #000;
    color: #fff;
    border-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-8:hover:before {
    left: -15%;
}

.btn-8.light {
    border-color: #fff;
    color: #fff;
}

.btn-8.light:before {
    background: #fff;
}

.btn-8.light:hover {
    background: #fff;
    color: #000 !important;
    border-color: #fff;
}


/**** BTN No. 9 ****/

.btn-9 {
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.btn-9:before,
.btn-9:after {
    position: absolute;
    content: ' ';
    z-index: -1;
    width: 25%;
    top: 50%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}

.btn-9:before {
    left: -10%;
}

.btn-9:after {
    right: -10%
}

.btn-9:hover {
    background: #000;
    color: #fff;
}

.btn-9:hover:before {
    left: -15%;
}

.btn-9:hover:after {
    right: -15%;
}

.btn-9.light {
    border-color: #fff;
    color: #fff;
}

.btn-9.light:before,
.btn-9.light:after {
    background: #fff;
}

.btn-9.light:hover {
    background: #fff;
    color: #000 !important;
}


/**** BTN No. 10 ****/

.btn-10 {
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.btn-10:before,
.btn-10:after {
    position: absolute;
    content: ' ';
    z-index: -1;
    width: 25%;
    top: 50%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}

.btn-10:before {
    left: -15%;
}

.btn-10:after {
    right: -15%
}

.btn-10:hover {
    background: #000;
    color: #fff;
}

.btn-10:hover:before {
    left: -10%;
}

.btn-10:hover:after {
    right: -10%;
}

.btn-10.light {
    border-color: #fff;
    color: #fff;
}

.btn-10.light:before,
.btn-10.light:after {
    background: #fff;
}

.btn-10.light:hover {
    background: #fff;
    color: #000 !important;
}


/**** BTN No. 11 ****/

.btn-11 {
    border: 2px solid #000;
    transition: all 0.3s ease;
}

.btn-11:before,
.btn-11:after {
    position: absolute;
    content: ' ';
    z-index: -1;
    width: 25%;
    top: 50%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
}

.btn-11:before {
    left: -10%;
}

.btn-11:after {
    right: -10%
}

.btn-11:hover {
    background: #000;
    color: #fff;
}

.btn-11:hover:before {
    left: 0%;
}

.btn-11:hover:after {
    right: 0%;
}

.btn-11.light {
    border-color: #fff;
    color: #fff;
}

.btn-11.light:before,
.btn-11.light:after {
    background: #fff;
}

.btn-11.light:hover {
    background: #fff;
    color: #000 !important;
}


/**** BTN No. 12 ****/

.btn-12 {
    border: 2px solid #000;
    z-index: 1;
}

.btn-12.light {
    border: 2px solid #fff;
    color: #fff;
}

.btn-12:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.btn-12.light:after {
    background: #ffbc0e;
}

.btn-12:hover {
    color: #fff;
}

.btn-12.light:hover {
    color: #000 !important;
}

.btn-12:hover:after {
    top: 0;
    height: 100%;
}

.btn-12:active {
    top: 2px;
}


/* =====  Elements  =====*/

.alert {
    border-radius: 0px;
    padding: 10px 15px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    top: 0;
    right: 0;
}


/* =====  Icon  =====*/

i.left {
    margin-right: 10px;
}

i.right {
    margin-left: 10px;
}

.icon-top i,
.icon-right i,
.icon-left i {
    font-size: 50px;
}

.feature-i-left {
    padding-left: 80px;
}

.feature-i-right {
    padding-right: 80px;
}

.feature-i-left,
.feature-i-right {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative;
}

.icon-left,
.icon-right {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 60px;
    height: 100%;
}

.icon-left {
    right: 0;
}

.icon-right {
    left: 0;
}


/* =====  Accordian  =====*/

.panel-default {
    width: 100%;
}

.panel-group .panel {
    border-radius: 0;
}


/* =====  Tabs  =====*/

.tab-pane {
    padding: 10px;
}

.nav>li>a {
    padding: 7px 15px;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #243885;
    color: #fff !important;
}

.nav-tabs>li>a {
    border-radius: 0;
}

#exTab2 .tab-content {
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
}

#exTab3 .nav-tabs>li,
#exTab4 .nav-tabs>li {
    float: none;
}

#exTab3 .nav-tabs,
#exTab4 .nav-tabs {
    border-bottom: none;
}

#exTab3 .nav-tabs>li>a,
#exTab4 .nav-tabs>li>a {
    border: none;
    background: #f5f5f5;
    margin: 5px 0;
}

#exTab3 .nav-tabs>li.active>a,
#exTab3 .nav-tabs>li.active>a:hover,
#exTab3 .nav-tabs>li.active>a:focus,
#exTab4 .nav-tabs>li.active>a,
#exTab4 .nav-tabs>li.active>a:hover,
#exTab4 .nav-tabs>li.active>a:focus {
    background: #243885;
    color: #fff !important;
}

#exTab5 .tab-pane {
    padding: 10px 0;
}


/* =====  Progress Bars  =====*/

.progress-title {
    font-size: 16px;
    font-weight: 700;
    color: #011627;
    margin: 0 0 20px;
}

.progress {
    height: 10px;
    background: #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}

.progress .progress-bar {
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-bar::after {
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px 6px 14px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -26px;
}

.progress .progress-value {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -40px;
    right: 0;
}

.progress.pink .progress-bar:after {
    border-bottom-color: #ff4b7d;
}

.progress.green .progress-bar:after {
    border-bottom-color: #5fad56;
}

.progress.yellow .progress-bar:after {
    border-bottom-color: #243885;
}

.progress.blue .progress-bar:after {
    border-bottom-color: #3485ef;
}

.circle {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.2
}

.circle strong {
    line-height: 40px;
    position: absolute;
    text-align: center
}

.circle strong {
    left: 0;
    top: 30px;
    width: 100%;
    font-size: 30px
}

.circle strong i {
    font-style: normal;
    font-size: .6em;
    font-weight: 400
}

.circle span {
    display: block;
    margin-top: 12px
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

#p_line .progress {
    position: relative;
    height: 25px;
    box-shadow: none;
    border-radius: 0;
    background-color: #ddd;
}

#p_line .progress>.progress-type {
    position: absolute;
    left: 0px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
}

#p_line .progress>.progress-completed {
    position: absolute;
    right: 0px;
    padding: 0px 10px;
    color: #000;
}


/* =====  Inputs  =====*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
input[type="file"],
textarea,
select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    background-color: transparent;
    color: #888;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    transition: all 0.2s ease 0s;
    padding: 10px 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1
}

input:focus,
textarea:focus {
    border-color: #000;
}

.full-with-form {
    width: 100%;
    max-width: 100%;
}


/* =====  Select  =====*/

.form-control {
    border-radius: 0px;
    box-shadow: none;
    max-width: 100%;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000;
}


/* =====  HEADER CSS START =====*/


/* ===== Header Style ===== */

header {
    background: #fff none repeat scroll 0 0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}

#header.top-fix {
    transition: 2s;
}

.top-fix {
    position: fixed;
    width: 100%;
    top: 0;
}

.header_top {
    border: 1px solid #eee;
    margin: 0;
    padding: 8px 0;
}

.header_top .social-links .fa {
    padding: 0 10px;
}


/* ===== Navbar Style ===== */

.navbar {
    margin-bottom: 0;
}


/* ===== Search Style ===== */

.search-box {
    position: absolute;
    top: 32px;
    margin: 0 0 0 -10px;
}

.search-box input.input-text {
    border: 1px solid #CCC;
    width: 0;
    opacity: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.search-box:hover input.input-text,
.search-box input.input-text:focus {
    width: 250px;
    opacity: 1;
}

.search-box button.search-btn {
    background: url("../images/sprite.png") no-repeat scroll 0px 0px transparent;
    border: none;
    height: 30px;
    width: 25px;
    position: relative;
    right: 0;
    top: 10px;
}

.search-box button.search-btn:hover {
    background-position: 0 -30px;
}

.header-search .search-box input {
    background-color: #fff;
}


/* =====  HEADER CSS END =====*/


/* =====  CONTANT CSS START =====*/


/* ===== story CSS Start===== */

.story_detail {
    max-width: 820px;
    margin: 0 auto;
}


/* ===== story CSS End===== */


/* ===== service CSS Start===== */

.service_item {
    padding: 50px 30px;
    border: 3px solid #eee;
    transition: all 0.5s ease;
}

.service_item:hover {
    border: 3px solid #243885;
    transition: all 0.5s ease;
}

.service_item h4 {
    font-weight: 700;
}


/* ===== service CSS End===== */


/* ===== Breadcrumb CSS Start===== */

.breadcrumb {
    background-color: #243884;
    /* background-image: url("../images/mainbanner01.jpg"); */
    border-radius: 0;
    margin-top: 12%;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumb h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    float: left;
}

.breadcrumb li {
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
}

.breadcrumb li::after {
    content: "/";
    display: inline-block;
    height: 15px;
    margin: 0;
    width: 30px;
}

.breadcrumb li:last-child::after {
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0;
    width: auto;
}

.breadcrumb li a:hover {
    color: #fff!important;
}


/* ===== End Breadcrumb CSS ===== */


/* ===== Portfolio css ===== */

.heading-part {
    max-width: 650px;
    margin: 0 auto;
}

.main_title {
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
}

.project-title {
    color: #fff;
}

.portfolio-filter.nav.navbar-nav {
    float: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.tab-bar ul {
    list-style: none;
    text-align: center;
    display: inline-block;
}

.tab-bar ul li {
    display: block;
}

.tab-bar ul li a {
    padding: 5px 15px;
}

.tab-bar ul li.active a,
.tab-bar ul li:hover a {
    color: #000000;
}

.isotope {
    display: inline-block;
    width: 100%;
}

.grid {
    margin: 0 -15px;
}

.no-space .grid-item {
    padding: 0px;
}

.grid-item {
    display: block;
    position: relative;
    padding: 15px;
}

.grid-item a {
    background: #000;
    overflow: hidden;
    display: block;
    position: relative;
}

.blog-item {
    padding: 0;
}

.four-col-work .grid-item,
.fout-col-blog .blog-item {
    width: 25%;
    min-height: 1px;
}

.three-col-work .grid-item,
.three-col-blog .blog-item {
    width: 33.33%;
    min-height: 1px;
}

.two-col-work .grid-item,
.two-col-blog .blog-item {
    width: 50%;
    min-height: 1px;
}

.three-col-blog,
.two-col-blog,
.four-col-work,
.three-col-work,
.two-col-work {
    display: inline-block;
}

.grid .two-col-work .grid-item,
.grid .three-col-work .grid-item,
.grid .four-col-work .grid-item {
    float: left;
    position: relative;
}

.isotope .grid-item.filtered {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.grid-item a:hover img {
    opacity: 0.3;
    filter: alpha(opacity=60);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.grid-item .work-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.grid-item a:hover .work-detail {
    opacity: 1;
    bottom: 20px;
}

#portfolio .isotope,
#portfolio .masonry-brick,
#portfolio .grid-item img {
    max-width: 100%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.two-col-work .grid-item>a,
.three-col-work .grid-item>a,
.four-col-work .grid-item>a {
    position: relative;
}


/* =====  End Portfolio css  ===== */


/* =====  Blog css  ===== */

.post-type {
    background: #243885 none repeat scroll 0 0;
    color: #000;
    cursor: default;
    font-size: 20px;
    height: 40px;
    left: 7%;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 2%;
    width: 40px;
}

.post-info {
    display: inline-block;
}

.blog .date i {
    margin-right: 10px;
}


/* =====  Single Blog css  ===== */

article,
.author {
    display: inline-block;
    width: 100%;
}

.author-avatar,
.comment-avatar {
    float: left;
    margin-right: 20px;
    width: 80px;
}

.author-name {
    display: inline-block;
    margin-top: 0;
}

blockquote {
    border-color: #000;
}


/* =====  End Single Blog css  ===== */


/* =====  End Blog css  ===== */


/* =====  Client css  ===== */

#client .type-01 {
    margin: 0 20px;
}

.client .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

.client .owl-nav>div {
    height: 300px;
    width: 300px;
    font-size: 0px;
    position: absolute;
}

.client .owl-nav .owl-next {
    cursor: url(../images/right_arrow.png), auto !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.client .owl-nav .owl-prev {
    cursor: url(../images/left_arrow.png), auto !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.client .owl-nav .owl-prev {
    left: -200px;
}

.client .owl-nav .owl-next {
    right: -200px;
}

.client .type-01 h2 {
    margin-left: 30px;
    margin-right: 30px;
}

.client .fa.fa-quote-left {
    color: #243885;
    font-size: 50px;
}

.client-designation {
    display: inline-block;
}

.owl-item .client-avatar>img {
    border-radius: 50%;
    width: auto !important;
}


/* =====  End Client css  ===== */


/* =====  Parallax css  ===== */

.parallax {
    height: auto;
    overflow: hidden;
    position: relative;
}

.parallax::before {
    content: "";
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* =====  End Parallax css  ===== */


/* =====  Project counter css  ===== */

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 80px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: #000000;
}

.projectFactsWrap .item:nth-child(2) {
    background: #1a1a1a;
}

.projectFactsWrap .item:nth-child(3) {
    background: #262626;
}

.projectFactsWrap .item:nth-child(4) {
    background: #333333;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 30px 0;
    font-weight: bold;
    color: #243885;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0;
    padding: 20px;
    font-family: 'Raleway', sans-serif;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}


/* =====  End Project counter css  ===== */


/* =====  Aboutus css  ===== */

.about-heading {
    border-bottom: 2px solid #243885;
    display: inline-block;
    font-weight: bold;
}

.about-heading span {
    font-weight: 300;
}

.about-text>p::first-letter {
    font-size: 18px;
    color: #000;
}

.about-text {
    margin: 0 40px;
}


/* =====  End Aboutus css  ===== */


/* =====  Team css  ===== */

.team3col .owl-nav,
.team4col .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

.team3col .owl-nav>div,
.team4col .owl-nav>div {
    font-size: 0;
    height: 360px;
    position: absolute;
    width: 200px;
}

.team3col .owl-nav .owl-next,
.team4col .owl-nav .owl-next {
    cursor: url(../images/right_arrow.png), auto !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.team3col .owl-nav .owl-prev,
.team4col .owl-nav .owl-prev {
    cursor: url(../images/left_arrow.png), auto !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.team3col .owl-nav .owl-prev,
.team4col .owl-nav .owl-prev {
    left: 0px;
}

.team3col .owl-nav .owl-next,
.team4col .owl-nav .owl-next {
    right: 0px;
}

.team-detail {
    padding: 0 15px;
}

.team-designation,
.team-title {
    text-transform: uppercase;
}

.team .social>li,
.team_grid .social>li {
    background: #dfdfdf none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0 5px;
    width: 40px;
}

.team_grid .social>li,
.team4col .social>li {
    background: #fff;
    margin: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.team-item-img:hover {
    opacity: 0.3;
}

.team-detail:hover .social>li {
    background: #243885;
}

.team-detail:hover .social>li a {
    color: #000;
}

.social li a i {
    margin: 5px;
}


/* =====  End Team css  ===== */


/* =====  Pricing css  ===== */

.price {
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
}

.shop-detail .price {
    border: none;
}

.plan li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.main-price {
    font-size: 50px;
    line-height: 40px;
}

sub,
sup {
    font-size: 100%;
}

sup {
    top: -1.8em;
}

sub {
    bottom: 0em;
}


/* =====  Pricing 2 css  ===== */

.pricing-table2 .plan {
    border: 1px solid #ccc;
}

.pricing-table2 .plan h3 {
    background: #243885 none repeat scroll 0 0;
}


/* =====  End Pricing css  ===== */


/* =====  Contact us css  ===== */

.contact .fa {
    margin-right: 10px;
}


/* =====  End Contact us css  ===== */


/* =====  Shop css  ===== */

.smart-cart-icon {
    position: fixed;
    right: 20px;
    text-align: right;
    top: 91px;
    width: 79px;
    z-index: 1;
    color: #000;
    font-size: 18px;
}

.smartcart .list-group-item {
    padding: 10px;
}

.smartcart {
    position: fixed;
    right: 10px;
    top: 80px;
}

.smart-cart-icon::before {
    font-family: fontawesome;
}

.sc-cart-heading {
    text-align: right;
    padding-right: 30px;
}

.panel-heading.sc-cart-heading::before {
    content: "\f07a";
    font-family: fontawesome;
}

.sc-cart-item-list {
    display: none;
}

.open .sc-cart-item-list {
    display: block;
    min-width: 300px;
    max-height: 290px;
    overflow-y: auto;
}

.sc-toolbar {
    display: none;
}

.open .sc-toolbar {
    display: block;
}

#smartcart.panel {
    border-radius: 0px!important;
}

a.thumbnails {
    border: 1px solid #ddd;
    display: block;
}

a.thumbnail {
    border-radius: 0px;
    margin: 10px 5px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #000;
}

.product-thumb {
    overflow: hidden;
    text-align: center;
}

.product-thumb a img+img {
    display: none;
}

.product-thumb:hover a img {
    display: none;
}

.product-thumb:hover a img+img {
    display: block;
}

.image.product-imageblock>a {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb .button-group .wishlist,
.product-thumb .button-group .quickview,
.product-thumb .button-group .compare,
.product-thumb .button-group .add-to-cart {
    background: #000 none repeat scroll 0 0;
    margin: 2px 0;
    overflow: hidden;
    border-radius: 50px;
    padding: 10px;
    height: 45px;
    width: 45px;
    ;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.product-thumb .button-group .wishlist:hover,
.product-thumb .button-group .quickview:hover,
.product-thumb .button-group .compare:hover,
.product-thumb .button-group .add-to-cart:hover {
    background: #243885 none repeat scroll 0 0;
    color: #000 !important;
}

.button-group .wishlist span,
.button-group .quickview span,
.button-group .compare span,
.button-group .add-to-cart span {
    margin: 0 0 0 10px;
}

.product-name {
    font-weight: bold;
}

.product-thumb .button-group a {
    color: #fff;
}

.product-thumb .button-group {
    bottom: 190px;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
}

.product-thumb:hover .button-group {
    display: block;
    transition: all 2s ease 0s;
}

.product-thumb .button-group span {
    display: none;
}

.price .price-tax {
    margin-left: 10px;
}

.category-page-wrapper {
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    width: 100%;
}

.product-grid .product-desc {
    display: none;
}

.btn.btn-default.grid-view {
    background: rgba(0, 0, 0, 0) url("../images/gridlist.png") no-repeat scroll 5px 0;
}

.btn.btn-default.grid-view.active {
    background: rgba(0, 0, 0, 0) url("../images/gridlist.png") no-repeat scroll 5px -35px;
}

.product-layout-right .product-list .product-thumb .image,
.product-layout-left .product-list .product-thumb .image {
    margin: 0;
}

.product-list .product-thumb .image {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin: 0 20px 0 0;
}

.product-list .product-thumb .caption {
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: left;
    width: 60%;
    position: relative;
}

.col_3r .product-list .product-thumb .caption,
.col_3l .product-list .product-thumb .caption {
    width: 40%;
}

.col_4 .product-list .product-thumb .caption {
    width: 70%;
}

.product-list .product-thumb .button-group {
    display: block;
    transition: all 2s ease 0s;
    bottom: -80px;
}

.product-list .product-desc {
    display: block;
}

.btn.btn-default.list-view {
    background: rgba(0, 0, 0, 0) url("../images/gridlist.png") no-repeat scroll -28px 0;
}

.btn.btn-default.list-view.active {
    background: rgba(0, 0, 0, 0) url("../images/gridlist.png") no-repeat scroll -28px -35px;
}

.btn.btn-default.list-view,
.btn.btn-default.grid-view {
    padding: 8px 16px;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 0;
}

.control-label {
    float: left;
}

.sort-inner,
.limit {
    float: left;
}

.sort-inner .form-control,
.limit .form-control {
    background: transparent none repeat scroll 0 0;
    border: 0;
    box-shadow: none;
    padding: 3px;
    height: auto;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.pagination-nav ul li a {
    background-color: #f7f7f7;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

.pagination-nav ul li.active a {
    background: #243885 none repeat scroll 0 0;
    color: #000;
}

.pagination-nav ul li {
    display: inline-block;
    margin: 0 2px;
}

.fa-stack {
    height: 1em;
    line-height: 1em;
    width: 1em;
}

.fa-stack-1x {
    font-size: 1em;
}


/* =====  left sidebar css  ===== */

.special.left-sidebar-widget li {
    display: inline-block;
}

.list-group-item {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    overflow: hidden;
    padding: 0px;
}


/* =====  End left sidebar css  ===== */


/* =====  Shopdetail css  ===== */

#product-thumbnail .owl-nav {
    display: none;
}

#product-thumbnail:hover .owl-nav {
    display: block;
}

#product-thumbnail .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

#product-thumbnail .owl-nav>div:before {
    height: 30px;
    width: 30px;
    font-size: 0px;
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 25px;
    font-weight: normal;
    padding: 2px 10px;
    color: #fff;
    background-color: #000;
}

#product-thumbnail .owl-nav>div {
    position: absolute;
}

#product-thumbnail .owl-prev {
    left: 0;
}

#product-thumbnail .owl-next {
    right: 0;
}

#product-thumbnail .owl-nav div.owl-next:before {
    content: '\f105';
}

#product-thumbnail .owl-nav div.owl-prev:before {
    content: '\f104';
}

.related-pro .product-thumb {
    margin: 15px;
}

.rates {
    display: inline-block;
    margin: 7px 20px;
}


/* =====  End Shopdetail css  ===== */


/* =====  End Shop css  ===== */

.map_right #map {
    height: 530px;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}


/* =====  FOOTER CSS START=====*/

.footer {
    background: #000;
    text-align: center;
    border-top: solid 3px #243885;
}

.footer-logo a img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.footer-logo a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

.footer-link li {
    display: inline-block;
}

.footer-link li a {
    border-left: 1px solid #808080;
    padding: 0 10px;
    display: inline-block;
    line-height: 1;
}

.footer-link li:first-child a {
    border: none;
}

.social_icon li {
    display: inline-block;
    height: 25px;
    width: 25px;
}

.social_icon ul li i.fa {
    background-color: transparent;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.social_icon ul li a i.fa:hover {
    color: #fff;
}

.footer input {
    border-width: 1px;
    background-color: #808080;
    color: #fff;
    width: 100%;
    padding: 6px 10px;
    border-color: #808080;
}

.footer input:focus,
.footer textarea:focus {
    border-color: #fff;
}

.darna-icon-box.style1 .ibox-icon i,
.darna-icon-box.style2 .ibox-icon i {
    font-size: 32px;
    line-height: 60px;
    color: #ffffff;
}

.flaticon-nail3:before {
    content: "\e053";
}


/* =====  FOOTER CSS END=====*/


/* =====  RESPONSIVE CSS START  =====*/

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/*-----------------------------------*/

@media (max-width:1199px) {
    .four-col-work .grid-item {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-title {
        font-size: 40px;
        line-height: 55px;
    }
    #menu>ul>li>a {
        padding: 33px 13px;
    }
}


/*----------------------------------*/

@media (max-width:991px) {
    .three-col-work .grid-item,
    .three-col-blog .blog-item,
    .four-col-work .grid-item {
        width: 50%;
    }
    .client .owl-nav {
        display: none;
    }
}

.about-text {
    margin: 0;
}


/*-----------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {}


/*-----------------------------------*/

@media (max-width: 767px) {
    .portfolio-filter.nav.navbar-nav {
        display: inline;
    }
    .portfolio-filter.nav.navbar-nav>li {
        background: #f5f5f5 none repeat scroll 0 0;
        margin: 2px 0;
    }
    .three-col-work .grid-item,
    .three-col-blog .blog-item,
    .two-col-work .grid-item,
    .two-col-blog .blog-item,
    .four-col-work .grid-item {
        width: 100%;
    }
}


/*-----------------------------------*/

@media (max-width:650px) {}


/*-----------------------------------*/

@media (max-width:480px) {}


/* =====  END RESPONSIVE CSS  =====*/


/* new by modou */

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.darna {
    text-align: center;
}

.darna-button {
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase;
    border: 2px solid;
    margin-top: 15ypx;
}

.darna-button.size-xs {
    padding: 1px 18px;
    font-size: 12px;
}

.darna-button.style1 {
    background-color: #f1cb2a;
    border-color: #f1cb2a;
    color: #fff;
}

.darna-button.style1 {
    color: #11185C !important;
}

.darna-button.style1 {
    color: #11185C !important;
}

.darna-button.style1:hover,
.entry-content input[type="submit"]:hover,
.comment-text input[type="submit"]:hover {
    color: #FFF !important;
}

.darna-button.style1:hover,
.entry-content input[type="submit"]:hover,
.comment-text input[type="submit"]:hover {
    color: #FFF !important;
}

.darna-button.style1:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.arpenteur::after {
    content: '';
    display: block;
    border-bottom: 5px solid #f1cb2a;
    width: 57px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}

.sommenous::before {
    content: '';
    display: inline-block;
    width: 57px;
    height: 15px;
    border-color: #f1cb2a;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}

.sommenous::after {
    content: '';
    display: block;
    border-bottom: 5px solid #f1cb2a;
    width: 57px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
}

.darna-icon-box.style1,
.darna-icon-box.style2 {
    text-align: center;
}

.darna-icon-box.style1,
.darna-icon-box.style2 {
    text-align: center
}

.darna-icon-box.style1 .ibox-icon,
.darna-icon-box.style2 .ibox-icon {
    display: block;
    height: 68px;
    width: 68px;
    background-color: #f1cb2a;
    border: 4px solid #f1cb2a;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.darna-icon-box.style1 .ibox-icon i,
.darna-icon-box.style2 .ibox-icon i {
    font-size: 32px;
    line-height: 60px;
    color: #ffffff
}

.darna-icon-box.style1 .ibox-icon img,
.darna-icon-box.style2 .ibox-icon img {
    width: 60px;
    height: 60px
}

.darna-icon-box.style1:hover .ibox-icon,
.darna-icon-box.style2:hover .ibox-icon {
    background-color: #ffffff;
    text-decoration: none
}

.darna-icon-box.style1:hover .ibox-icon i,
.darna-icon-box.style2:hover .ibox-icon i {
    color: #222
}

.darna-icon-box.style1 h3,
.darna-icon-box.style2 h3 {
    font-family: 'Oswald';
    font-size: 21px;
    padding-top: 19px;
    margin: 0
}

.darna-icon-box.style1 h3 a,
.darna-icon-box.style2 h3 a {
    font-family: inherit;
    font-size: inherit;
    color: #222;
    line-height: 1;
    text-transform: uppercase
}

.darna-icon-box.style1 h3 a:hover,
.darna-icon-box.style2 h3 a:hover {
    text-decoration: none
}

.darna-icon-box.style1 p,
.darna-icon-box.style2 p {
    font-family: 'Lato';
    font-size: 14px;
    color: #8f8f8f;
    line-height: 1.71;
    padding-top: 10px
}

.darna-icon-box.style2 .ibox-icon {
    background-color: transparent;
    border: 4px solid transparent
}

.darna-icon-box.style2 .ibox-icon i {
    color: #f1cb2a;
    font-size: 40px
}

.darna-icon-box.style2:hover .ibox-icon {
    background-color: #ffffff;
    border-color: #f1cb2a
}

.darna-icon-box.style2 h3 {
    font-size: 18px;
    padding-top: 10px
}

.darna-icon-box.style2 p {
    padding-top: 18px
}

.darna-icon-box.style3 .ibox-icon {
    display: block;
    height: 57px;
    width: 62px;
    text-align: center;
    float: left;
    background-color: #f1cb2a;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.darna-icon-box.style3 .ibox-icon i {
    font-size: 26px;
    line-height: 57px;
    color: #ffffff
}

.darna-icon-box.style3 .ibox-icon img {
    height: 100%;
    width: 100%
}

.darna-icon-box.style3:hover .ibox-icon {
    text-decoration: none
}

.darna-icon-box.style3:hover .ibox-icon i {
    color: #222
}

.darna-icon-box.style3 h3 {
    font-family: 'Oswald';
    font-size: 32px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding-left: 21px;
    padding-top: 16px
}

.darna-icon-box.style3 h3 a {
    font-family: inherit;
    font-size: inherit;
    color: #222;
    text-transform: uppercase
}

.darna-icon-box.style3 h3 a:hover {
    text-decoration: none
}

.darna-icon-box.style3 p {
    font-family: 'Lato';
    font-size: 14px;
    color: #8f8f8f;
    line-height: 1.71;
    padding-top: 25px;
    clear: both
}

.darna-icon-box.style4 {
    text-align: center
}

.darna-icon-box.style4 .ibox-icon {
    display: block;
    height: 110px;
    width: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #222;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.darna-icon-box.style4 .ibox-icon i {
    font-size: 32px;
    line-height: 110px;
    color: #ffffff
}

.darna-icon-box.style4 .ibox-icon img {
    width: 110px;
    height: 110px
}

.darna-icon-box.style4:hover .ibox-icon {
    background-color: #f1cb2a;
    text-decoration: none
}

.darna-icon-box.style4:hover .ibox-icon i {
    color: #ffffff
}

.darna-icon-box.style4 h3 {
    font-family: 'Oswald';
    font-size: 18px;
    color: #222;
    padding-top: 30px;
    margin: 0;
    line-height: 1.11
}

.darna-icon-box.style4 h3 a {
    font-family: inherit;
    font-size: inherit;
    color: #222;
    line-height: 1;
    text-transform: uppercase
}

.darna-icon-box.style4 h3 a:hover {
    text-decoration: none
}

.darna-icon-box.style4 p {
    font-family: 'Lato';
    font-size: 14px;
    color: #8f8f8f;
    line-height: 1.86;
    padding-top: 10px
}

.darna-icon-box.style5 {
    margin-bottom: 35px
}

.darna-icon-box.style5 .ibox-icon {
    display: block;
    height: 68px;
    width: 68px;
    float: left;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.darna-icon-box.style5 .ibox-icon i {
    font-size: 30px;
    line-height: 66px;
    color: #DDDDDD
}

.darna-icon-box.style5 .ibox-icon img {
    height: 100%;
    width: 100%
}

.darna-icon-box.style5:hover .ibox-icon {
    background-color: #f1cb2a;
    text-decoration: none
}

.darna-icon-box.style5:hover .ibox-icon i {
    color: #ffffff
}

.darna-icon-box.style5 h3 {
    padding-left: 100px;
    font-family: 'Oswald';
    font-size: 21px;
    color: #222;
    margin: 0;
    line-height: 0.95;
    padding-top: 5px
}

.darna-icon-box.style5 h3 a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: 0.02em;
    text-transform: uppercase
}

.darna-icon-box.style5 h3 a:hover {
    text-decoration: none
}

.darna-icon-box.style5 p {
    padding-left: 100px;
    font-family: 'Lato';
    font-size: 14px;
    color: #8f8f8f;
    line-height: 1.71;
    padding-top: 15px
}

.darna-icon-box.style6 .ibox-icon {
    float: left;
    display: block;
    line-height: 1
}

.darna-icon-box.style6 .ibox-icon i {
    font-size: 40px;
    color: #f1cb2a
}

.darna-icon-box.style6 .ibox-icon img {
    height: 40px;
    width: 40px
}

.darna-icon-box.style6:hover .ibox-icon {
    text-decoration: none
}

.darna-icon-box.style6:hover .ibox-icon i {
    color: #222
}

.darna-icon-box.style6 h3 {
    font-family: 'Oswald';
    font-size: 18px;
    line-height: 1.11;
    overflow: hidden;
    margin: 0;
    padding-left: 21px;
    padding-top: 11px
}

.darna-icon-box.style6 h3 a {
    font-family: inherit;
    font-size: inherit;
    color: #222;
    text-transform: uppercase
}

.darna-icon-box.style6 h3 a:hover {
    text-decoration: none
}

.darna-icon-box.style6 p {
    font-family: 'Lato';
    font-size: 14px;
    color: #8f8f8f;
    line-height: 1.71;
    padding-top: 10px;
    clear: both
}

.flaticon-34:before {
    content: "\e000";
}

.flaticon-airplane47:before {
    content: "\e001";
}

.flaticon-airplane48:before {
    content: "\e002";
}

.flaticon-airplane49:before {
    content: "\e003";
}

.flaticon-astronaut:before {
    content: "\e004";
}

.flaticon-atom6:before {
    content: "\e005";
}

.flaticon-atom7:before {
    content: "\e006";
}

.flaticon-axe3:before {
    content: "\e007";
}

.flaticon-barrels:before {
    content: "\e008";
}

.flaticon-barrel:before {
    content: "\e009";
}

.flaticon-battery79:before {
    content: "\e00a";
}

.flaticon-battery80:before {
    content: "\e00b";
}

.flaticon-battery81:before {
    content: "\e00c";
}

.flaticon-battery82:before {
    content: "\e00d";
}

.flaticon-battery83:before {
    content: "\e00e";
}

.flaticon-battery84:before {
    content: "\e00f";
}

.flaticon-battery85:before {
    content: "\e010";
}

.flaticon-battery86:before {
    content: "\e011";
}

.flaticon-beaker4:before {
    content: "\e012";
}

.flaticon-beaker5:before {
    content: "\e013";
}

.flaticon-bicycle10:before {
    content: "\e014";
}

.flaticon-binoculars8:before {
    content: "\e015";
}

.flaticon-bottle21:before {
    content: "\e016";
}

.flaticon-bucket8:before {
    content: "\e017";
}

.flaticon-bulldozer:before {
    content: "\e018";
}

.flaticon-bus21:before {
    content: "\e019";
}

.flaticon-bus22:before {
    content: "\e01a";
}

.flaticon-cactus1:before {
    content: "\e01b";
}

.flaticon-caliper:before {
    content: "\e01c";
}

.flaticon-car80:before {
    content: "\e01d";
}

.flaticon-car81:before {
    content: "\e01e";
}

.flaticon-car82:before {
    content: "\e01f";
}

.flaticon-closed41:before {
    content: "\e020";
}

.flaticon-cloud113:before {
    content: "\e021";
}

.flaticon-cloud114:before {
    content: "\e022";
}

.flaticon-cloud119:before {
    content: "\e023";
}

.flaticon-cloud122:before {
    content: "\e024";
}

.flaticon-cloud123:before {
    content: "\e025";
}

.flaticon-compass43:before {
    content: "\e026";
}

.flaticon-construction7:before {
    content: "\e027";
}

.flaticon-control10:before {
    content: "\e028";
}

.flaticon-control9:before {
    content: "\e029";
}

.flaticon-cooling1:before {
    content: "\e02a";
}

.flaticon-cooling:before {
    content: "\e02b";
}

.flaticon-cow4:before {
    content: "\e02c";
}

.flaticon-crane2:before {
    content: "\e02d";
}

.flaticon-cube10:before {
    content: "\e02e";
}

.flaticon-cube9:before {
    content: "\e02f";
}

.flaticon-cutter:before {
    content: "\e030";
}

.flaticon-delivery13:before {
    content: "\e031";
}

.flaticon-dump:before {
    content: "\e032";
}

.flaticon-emergency6:before {
    content: "\e033";
}

.flaticon-equalizer15:before {
    content: "\e034";
}

.flaticon-excavator:before {
    content: "\e035";
}

.flaticon-factory6:before {
    content: "\e036";
}

.flaticon-fish14:before {
    content: "\e037";
}

.flaticon-fish16:before {
    content: "\e038";
}

.flaticon-fish17:before {
    content: "\e039";
}

.flaticon-flashlight6:before {
    content: "\e03a";
}

.flaticon-flower77:before {
    content: "\e03b";
}

.flaticon-folding1:before {
    content: "\e03c";
}

.flaticon-fuel5:before {
    content: "\e03d";
}

.flaticon-gauge5:before {
    content: "\e03e";
}

.flaticon-gear6:before {
    content: "\e03f";
}

.flaticon-gearwheels:before {
    content: "\e040";
}

.flaticon-hammer38:before {
    content: "\e041";
}

.flaticon-jackhammer:before {
    content: "\e042";
}

.flaticon-jerrycan:before {
    content: "\e043";
}

.flaticon-knife13:before {
    content: "\e044";
}

.flaticon-landing4:before {
    content: "\e045";
}

.flaticon-leaf32:before {
    content: "\e046";
}

.flaticon-magnet3:before {
    content: "\e047";
}

.flaticon-magnifying37:before {
    content: "\e048";
}

.flaticon-measuring6:before {
    content: "\e049";
}

.flaticon-microscope4:before {
    content: "\e04a";
}

.flaticon-minibus:before {
    content: "\e04b";
}

.flaticon-moon20:before {
    content: "\e04c";
}

.flaticon-moon21:before {
    content: "\e04d";
}

.flaticon-mosquito2:before {
    content: "\e04e";
}

.flaticon-motor2:before {
    content: "\e04f";
}

.flaticon-motorbike2:before {
    content: "\e050";
}

.flaticon-moving1:before {
    content: "\e051";
}

.flaticon-mushroom6:before {
    content: "\e052";
}

.flaticon-nail3:before {
    content: "\e053";
}

.flaticon-newtons:before {
    content: "\e054";
}

.flaticon-odometer:before {
    content: "\e055";
}

.flaticon-paint49:before {
    content: "\e056";
}

.flaticon-plant23:before {
    content: "\e057";
}

.flaticon-power30:before {
    content: "\e058";
}

.flaticon-pressure3:before {
    content: "\e059";
}

.flaticon-pylon:before {
    content: "\e05a";
}

.flaticon-radar5:before {
    content: "\e05b";
}

.flaticon-radiation1:before {
    content: "\e05c";
}

.flaticon-rain17:before {
    content: "\e05d";
}

.flaticon-rain18:before {
    content: "\e05e";
}

.flaticon-remote6:before {
    content: "\e05f";
}

.flaticon-road17:before {
    content: "\e060";
}

.flaticon-rocket20:before {
    content: "\e061";
}

.flaticon-screwdriver16:before {
    content: "\e062";
}

.flaticon-sedan1:before {
    content: "\e063";
}

.flaticon-snow20:before {
    content: "\e064";
}

.flaticon-snowflake126:before {
    content: "\e065";
}

.flaticon-spider3:before {
    content: "\e066";
}

.flaticon-spirit:before {
    content: "\e067";
}

.flaticon-sportive27:before {
    content: "\e068";
}

.flaticon-square73:before {
    content: "\e069";
}

.flaticon-steering4:before {
    content: "\e06a";
}

.flaticon-submarine2:before {
    content: "\e06b";
}

.flaticon-sun35:before {
    content: "\e06c";
}

.flaticon-sun36:before {
    content: "\e06d";
}

.flaticon-switch10:before {
    content: "\e06e";
}

.flaticon-switch11:before {
    content: "\e06f";
}

.flaticon-switch12:before {
    content: "\e070";
}

.flaticon-switch13:before {
    content: "\e071";
}

.flaticon-switch8:before {
    content: "\e072";
}

.flaticon-switch9:before {
    content: "\e073";
}

.flaticon-tank:before {
    content: "\e074";
}

.flaticon-tape:before {
    content: "\e075";
}

.flaticon-thermometer28:before {
    content: "\e076";
}

.flaticon-toolbox3:before {
    content: "\e077";
}

.flaticon-tools6:before {
    content: "\e078";
}

.flaticon-tower11:before {
    content: "\e079";
}

.flaticon-tractor:before {
    content: "\e07a";
}

.flaticon-tree36:before {
    content: "\e07b";
}

.flaticon-truck19:before {
    content: "\e07c";
}

.flaticon-truck20:before {
    content: "\e07d";
}

.flaticon-truck21:before {
    content: "\e07e";
}

.flaticon-truck22:before {
    content: "\e07f";
}

.flaticon-ufo1:before {
    content: "\e080";
}

.flaticon-umbrella17:before {
    content: "\e081";
}

.flaticon-van14:before {
    content: "\e082";
}

.flaticon-water29:before {
    content: "\e083";
}

.flaticon-weight8:before {
    content: "\e084";
}

.flaticon-wheel13:before {
    content: "\e085";
}

.flaticon-wheel14:before {
    content: "\e086";
}

.flaticon-wind17:before {
    content: "\e087";
}

.flaticon-windmill2:before {
    content: "\e088";
}

.flaticon-windsock1:before {
    content: "\e089";
}

.flaticon-windup:before {
    content: "\e08a";
}

.flaticon-wrench44:before {
    content: "\e08b";
}


/* neeew by  modou */

.hoverImg:hover {
    content: "Text";
}


/* new for slide */


/* external css: flickity.css */

.slider {
    max-width: 500px;
    max-height: 200px;
    border: 3px solid #f1cb2a;
    /* margin: 80px auto; */
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 #11185C, 3px 6px 20px 0 #11185C;
}

.slider .left-slide,
.slider .right-slide {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #11185C;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    top: 50%;
    cursor: pointer;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
}

.slider .left-slide:hover,
.slider .right-slide:hover {
    box-shadow: 0px 0px 10px #f1cb2a;
    background-color: #f1cb2a;
}

.slider .left-slide {
    left: 30px;
}

.slider .right-slide {
    right: 30px;
}

.slider .slider-items .item img {
    max-width: 100%;
    display: block;
    animation: zoom 1s ease;
}

@keyframes zoom {
    0% {
        transform: scale(2);
        opacity: 0
    }
    50% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.slider .slider-items .item {
    display: none;
    position: relative;
}

.slider .slider-items .item .caption {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .5);
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}

.slider .slider-items .item.active {
    display: block;
}

/* slide in footer*/
/*
header {
   max-width: 1024px;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
  }
*/
.rowfooter {
    display: flex;
    overflow: hidden;
   }

 .imagegroup {
    display: flex;
    width: 100%;
   }

 .imagegroup img{
    width: 25%;
    height: 75px;
    /* object-fit:cover; */
   border: 3px solid rgb(14, 14, 14);
 }

 .imagegroup img:hover {
    transform: scale(1);
    height: 100%;
  }

 .imagegroup {
    animation: travel 20s ease-in-out infinite;
   }

 @keyframes travel {
    0%, 100% {
       transform: translate3d(0,0,0);
     }
    75% {
       transform: translate3d(-100%,0,0);
     }
  }
  h3#slide-color {
    color: #F1CB2A;
  }

