@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans/OpenSans-VariableFont_wdth\,wght.ttf')
        format('truetype-variations'),
        url('../fonts/OpenSans/static/OpenSans/OpenSans-Regular.ttf') format('truetype-variations');
    font-weight: 200 800;
    font-display: swap;
}
  


/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #283034;
    font-weight: 300;
}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.mt-100 { margin-top: 100px; }
.mt-95 { margin-top: 95px; }
.mt-90 { margin-top: 90px; }
.mt-85 { margin-top: 85px; }
.mt-80 { margin-top: 80px; }
.mt-75 { margin-top: 75px; }
.mt-70 { margin-top: 70px; }
.mt-65 { margin-top: 65px; }
.mt-60 { margin-top: 60px; }
.mt-55 { margin-top: 55px; }
.mt-50 { margin-top: 50px; }
.mt-45 { margin-top: 45px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px!important; }
.mt-0 { margin-top: 0; }

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 { margin-bottom: 100px; }
.mb-95 { margin-bottom: 95px; }
.mb-90 { margin-bottom: 90px; }
.mb-85 { margin-bottom: 85px; }
.mb-80 { margin-bottom: 80px; }
.mb-75 { margin-bottom: 75px; }
.mb-70 { margin-bottom: 70px; }
.mb-65 { margin-bottom: 65px; }
.mb-60 { margin-bottom: 60px; }
.mb-55 { margin-bottom: 55px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px!important; }
.mb-0 { margin-bottom: 0; }

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/

.ml-100 { margin-left: 100px; }
.ml-95 { margin-left: 95px; }
.ml-90 { margin-left: 90px; }
.ml-85 { margin-left: 85px; }
.ml-80 { margin-left: 80px; }
.ml-75 { margin-left: 75px; }
.ml-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.ml-55 { margin-left: 55px; }
.ml-50 { margin-left: 50px; }
.ml-45 { margin-left: 45px; }
.ml-40 { margin-left: 40px; }
.ml-35 { margin-left: 35px; }
.ml-30 { margin-left: 30px; }
.ml-25 { margin-left: 25px; }
.ml-20 { margin-left: 20px; }
.ml-15 { margin-left: 15px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px!important; }

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.mr-100 { margin-right: 100px; }
.mr-95 { margin-right: 95px; }
.mr-90 { margin-right: 90px; }
.mr-85 { margin-right: 85px; }
.mr-80 { margin-right: 80px; }
.mr-75 { margin-right: 75px; }
.mr-70 { margin-right: 70px; }
.mr-65 { margin-right: 65px; }
.mr-60 { margin-right: 60px; }
.mr-55 { margin-right: 55px; }
.mr-50 { margin-right: 50px; }
.mr-45 { margin-right: 45px; }
.mr-40 { margin-right: 40px; }
.mr-35 { margin-right: 35px; }
.mr-30 { margin-right: 30px; }
.mr-25 { margin-right: 25px; }
.mr-20 { margin-right: 20px; }
.mr-15 { margin-right: 15px; }
.mr-10 { margin-right: 10px; }
.mr-5 { margin-right: 5px!important; }

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.pt-100 { padding-top: 100px; }
.pt-95 { padding-top: 95px; }
.pt-90 { padding-top: 90px; }
.pt-85 { padding-top: 85px; }
.pt-80 { padding-top: 80px; }
.pt-75 { padding-top: 75px; }
.pt-70 { padding-top: 70px; }
.pt-65 { padding-top: 65px; }
.pt-60 { padding-top: 60px; }
.pt-55 { padding-top: 55px; }
.pt-50 { padding-top: 50px; }
.pt-45 { padding-top: 45px; }
.pt-40 { padding-top: 40px; }
.pt-35 { padding-top: 35px; }
.pt-30 { padding-top: 30px; }
.pt-25 { padding-top: 25px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }
.pt-5 { padding-top: 5px!important; }

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.pb-100 { padding-bottom: 100px; }
.pb-95 { padding-bottom: 95px; }
.pb-90 { padding-bottom: 90px; }
.pb-85 { padding-bottom: 85px; }
.pb-80 { padding-bottom: 80px; }
.pb-75 { padding-bottom: 75px; }
.pb-70 { padding-bottom: 70px; }
.pb-65 { padding-bottom: 65px; }
.pb-60 { padding-bottom: 60px; }
.pb-55 { padding-bottom: 55px; }
.pb-50 { padding-bottom: 50px; }
.pb-45 { padding-bottom: 45px; }
.pb-40 { padding-bottom: 40px; }
.pb-35 { padding-bottom: 35px; }
.pb-30 { padding-bottom: 30px; }
.pb-25 { padding-bottom: 25px; }
.pb-20 { padding-bottom: 20px; }
.pb-15 { padding-bottom: 15px; }
.pb-10 { padding-bottom: 10px; }
.pb-5 { padding-bottom: 5px!important; }

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.pl-100 { padding-left: 100px; }
.pl-95 { padding-left: 95px; }
.pl-90 { padding-left: 90px; }
.pl-85 { padding-left: 85px; }
.pl-80 { padding-left: 80px; }
.pl-75 { padding-left: 75px; }
.pl-70 { padding-left: 70px; }
.pl-65 { padding-left: 65px; }
.pl-60 { padding-left: 60px; }
.pl-55 { padding-left: 55px; }
.pl-50 { padding-left: 50px; }
.pl-45 { padding-left: 45px; }
.pl-40 { padding-left: 40px; }
.pl-35 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-25 { padding-left: 25px; }
.pl-20 { padding-left: 20px; }
.pl-15 { padding-left: 15px; }
.pl-10 { padding-left: 10px; }
.pl-5 { padding-left: 5px!important; }

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.pr-100 { padding-right: 100px; }
.pr-95 { padding-right: 95px; }
.pr-90 { padding-right: 90px; }
.pr-85 { padding-right: 85px; }
.pr-80 { padding-right: 80px; }
.pr-75 { padding-right: 75px; }
.pr-70 { padding-right: 70px; }
.pr-65 { padding-right: 65px; }
.pr-60 { padding-right: 60px; }
.pr-55 { padding-right: 55px; }
.pr-50 { padding-right: 50px; }
.pr-45 { padding-right: 45px; }
.pr-40 { padding-right: 40px; }
.pr-35 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-25 { padding-right: 25px; }
.pr-20 { padding-right: 20px; }
.pr-15 { padding-right: 15px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px!important; }

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-70 { padding-right: 70px; padding-left: 70px; }
.pc-65 { padding-right: 65px; padding-left: 65px; }
.pc-60 { padding-right: 60px; padding-left: 60px; }
.pc-55 { padding-right: 55px; padding-left: 55px; }
.pc-50 { padding-right: 50px; padding-left: 50px; }
.pc-45 { padding-right: 45px; padding-left: 45px; }
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }
.pc-10 { padding-right: 10px; padding-left: 10px; }

.pc-09 { padding-right: 9%; padding-left: 9%; }
.pc-08 { padding-right: 8%; padding-left: 8%; }
.pc-07 { padding-right: 7%; padding-left: 7%; }
.pc-06 { padding-right: 6%; padding-left: 6%; }
.pc-05 { padding-right: 5%; padding-left: 5%; }
.pc-04 { padding-right: 4%; padding-left: 4%; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.bg-fixed,
.bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-scroll {
    background-attachment: fixed!important;
}

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.bg-primary-color { background-color: #319ed7!important; }

.bg-white { background-color: #fff; }
.bg-lightcyan { background: #f4f9ff; }
.bg-dark { background-color: #2b2e37!important; }
.bg-silver { background-color: #c0c0c0; }
.bg-lightgrey { background-color: #f6f6f6; }
.bg-steelgrey { background-color: #6a7685; }
.bg-darkgrey { background-color: #82919b; }
.bg-dimgrey { background-color: #384450; }
.bg-brick { background-color: #ab481c; }
.bg-blue { background-color: #0063ff; }
.bg-navy { background-color: #1a2d80; }
.bg-deepblue { background-color: #184772; }
.bg-darkblue { background-color: #112030; }
.bg-royalblue { background-color: #37517e; }
.bg-skyblue { background-color: #319ed7; }
.bg-stateblue { background-color: #5256d0; }
.bg-steelblue { background-color: #4682b4; }
.bg-green { background-color: #05a63f; }
.bg-lightgreen { background-color: #2ed06e; }
.bg-dimgreen { background-color: #5cb85c; }
.bg-indigo { background-color: #522f67; }
.bg-red { background-color: #f71735; }
.bg-orangered { background-color: #ff5607; }
.bg-violet { background-color: #dd5cfa; }
.bg-yellow { background-color: #ffb000; }

/*------------------------------------------*/
/*  Background Images for Sections
/*------------------------------------------*/

.bg-01,
.bg-02,
.bg-03,
.bg-04,
.bg-05,
.tra-map,
.tra-lines,
.tra-pattern {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed!important;
}

.bg-01 { background-image: url(../images/bg-01.jpg); }
.bg-02 { background-image: url(../images/bg-02.jpg); }
.bg-03 { background-image: url(../images/bg-03.jpg); }
.bg-04 { background-image: url(../images/bg-04.jpg); }
.bg-05 { background-image: url(../images/bg-05.jpg); }
.tra-map { background-image: url(../images/tra-map.png); }
.tra-pattern { background-image: url(../images/tra-pattern.png); }
.tra-lines { background-image: url(../images/tra-lines.png); background-attachment: scroll!important;}

/*------------------------------------------*/
/*  Background Overlays for Sections
/*------------------------------------------*/

.inclined-line,
.white-overlay-top,
.white-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.inclined-line {
    background-image: url(../images/inclined-line.png);
    height: 200px;
}

.bg-fixed.inclined-line {
    background-position: left center;
}

.white-overlay-top {
    background-image: url(../images/white-overlay-top.png);
    height: 48px;
}

.white-overlay-bottom {
    background-image: url(../images/white-overlay-bottom.png);
    height: 100px;
}

/*------------------------------------------*/
/*  Grey Border for Sections
/*------------------------------------------*/

.gb-wrapper { text-align: center; }
.grey-border { margin: 0 auto; width: 100%; height: 1px; background-color: #e5e5e5; }

/*------------------------------------------*/
/*   BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/

.b-top { border-top: 1px solid #e5e5e5; }
.b-bottom { border-bottom: 1px solid #e5e5e5; }
.b-left { border-left: 1px solid #e5e5e5; }
.b-right { border-right: 1px solid #e5e5e5; }




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Header H6 */
h6.h6-xs { font-size: 1.0625rem; }   /* 17px */
h6.h6-sm { font-size: 1.125rem; }    /* 18px */
h6.h6-md { font-size: 1.15625rem; }  /* 18.5px */
h6.h6-lg { font-size: 1.1875rem; }   /* 19px */
h6.h6-xl { font-size: 1.21875rem; }  /* 19.5px */

/* Header H5 */
h5.h5-xs { font-size: 1.25rem; }    /* 20px */
h5.h5-sm { font-size: 1.375rem; }   /* 22px */
h5.h5-md { font-size: 1.5rem; }     /* 24px */
h5.h5-lg { font-size: 1.625rem; }   /* 26px */
h5.h5-xl { font-size: 1.75rem; }    /* 28px */

/* Header H4 */
h4.h4-xs { font-size: 1.875rem; }   /* 30px */
h4.h4-sm { font-size: 2rem; }       /* 32px */
h4.h4-md { font-size: 2.125rem; }   /* 34px */
h4.h4-lg { font-size: 2.25rem; }    /* 36px */
h4.h4-xl { font-size: 2.375rem; }   /* 38px */

h3.h3-xs { font-size: 2.5rem; }     /* 40px */
h3.h3-sm { font-size: 2.625rem; }   /* 42px */
h3.h3-md { font-size: 2.75rem; }    /* 44px */
h3.h3-lg { font-size: 2.875rem; }   /* 46px */
h3.h3-xl { font-size: 3rem; }       /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.125rem; }   /* 50px */
h2.h2-sm { font-size: 3.25rem; }    /* 52px */
h2.h2-md { font-size: 3.375rem; }   /* 54px */
h2.h2-lg { font-size: 3.5rem; }     /* 56px */
h2.h2-xl { font-size: 3.75rem; }    /* 60px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 1rem; }        /* 16px */
p { font-size: 1.0625rem; }        /* 17px */
p.p-md { font-size: 1.125rem; }    /* 18px */
p.p-lg { font-size: 1.1875rem; }   /* 19px */
p.p-xl { font-size: 1.25rem; }     /* 20px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

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

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

.txt-list li i {
    position: relative;
    font-size: 1.05rem;
    line-height: 1.5rem;
    float: left;
    margin-right: 10px;
    top: 2px;
}

.txt-list li p {
    overflow: hidden;
    margin-bottom: 10px;
}

ul.simple-list {
    list-style: disc;
    margin-left: 15px;
}

/*------------------------------------------*/
/*  NUMBER LIST
/*------------------------------------------*/

ol.num-list {
    margin-left: -20px;
}

ol.num-list li p {
    padding-left: 5px;
    margin-bottom: 5px;
}

/*------------------------------------------*/
/*  OPTION LIST
/*------------------------------------------*/

.option-list {
    position: relative;
}

.option-list::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 10px;
    width: 2px;
    z-index: 3;
}

.list-box {
    margin-bottom: 20px;
}

.list-box-txt {
    overflow: hidden;
    padding-left: 45px;
}

.list-box-txt h6,
.list-box-txt h5 {
    margin-top: -3px;
}

.list-box-txt p {
    margin-bottom: 0;
}

.list-box i {
    width: 22px;
    height: 22px;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    font-size: 0.75rem;
    line-height: 22px;
    text-align: center;
    z-index: 999!important;
}

.primary-list .list-box i,
.option-list.primary-list::after,
.option-list.primary-list::before {
    background-color: #319ed7;
}

.brick-list .list-box i,
.option-list.brick-list::after,
.option-list.brick-list::before {
    background-color: #ab481c;
}

.blue-list .list-box i,
.option-list.blue-list::after,
.option-list.blue-list::before {
    background-color: #0063ff;
}

.navy-list .list-box i,
.option-list.navy-list::after,
.option-list.navy-list::before {
    background-color: #1a2d80;
}

.stateblue-list .list-box i,
.option-list.statebluee-list::after,
.option-list.stateblue-list::before {
    background-color: #5256d0;
}

.skyblue-list .list-box i,
.option-list.skyblue-list::after,
.option-list.skyblue-list::before {
    background-color: #319ed7;
}

.green-list .list-box i,
.option-list.green-list::after,
.option-list.green-list::before {
    background-color: #05a63f;
}

.lightgreen-list .list-box i,
.option-list.lightgreen-list::after,
.option-list.lightgreen-list::before {
    background-color: #2ed06e;
}

.dimgreen-list .list-box i,
.option-list.dimgreen-list::after,
.option-list.dimgreen-list::before {
    background-color: #5cb85c;
}

.indigo-list .list-box i,
.option-list.indigo-list::after,
.option-list.indigo-list::before {
    background-color: #522f67;
}

.red-list .list-box i,
.option-list.red-list::after,
.option-list.red-list::before {
    background-color: #f71735;
}

.orangered-list .list-box i,
.option-list.orangered-list::after,
.option-list.orangered-list::before {
    background-color: #ff5607;
}

.violet-list .list-box i,
.option-list.violet-list::after,
.option-list.violet-list::before {
    background-color: #dd5cfa;
}

/*------------------------------------------*/
/*   TOOLS LIST
/*------------------------------------------*/

.tools-list h5 {
    font-size: 1rem;
    margin-bottom: 15px;
}

.tools-list i {
    color: #888;
    font-size: 2.5rem;
    line-height: 1;
    padding-right: 10px;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 13px 26px;
    border: 2px solid transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.btn i {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.btn.btn-tra i {
    font-size: 23px;
    line-height: 1;
    vertical-align: -1px;
    margin-left: 3px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.btn span {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.btn-ico [class*="flaticon-"]:before,
.btn-ico [class*="flaticon-"]:after { font-size: 20px; line-height: 1!important; }

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-sm {
    font-size: 14px;
    padding: 12px 24px;
}

.btn.btn-md {
    font-size: 18px;
    padding: 14px 34px;
}

.btn.btn-lg {
    font-size: 20px;
    padding: 14px 42px;
}

/*------------------------------------------*/
/*  Buttons Group
/*------------------------------------------*/

.btns-group p {
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  Primary Color Button
/*------------------------------------------*/

.btn-primary,
.scroll .btn-primary,
.white-color .btn-primary,
.primary-hover:hover,
.scroll .primary-hover:hover,
.white-color .primary-hover:hover {
    color: #fff!important;
    background-color: #319ed7;
    border-color: #319ed7!important;
}

.btn-tra-primary,
.scroll .btn-tra-primary,
.white-color .btn-tra-primary,
.tra-primary-hover:hover,
.scroll .tra-primary-hover:hover,
.white-color .tra-primaryhover:hover {
    color: #319ed7!important;
    background-color: transparent;
    border-color: #319ed7!important;
}

/*------------------------------------------*/
/*  Transparent Button
/*------------------------------------------*/

.btn-tra {
    color: #333!important;
    background-color: transparent;
}

.white-color .btn-tra {
    color: #fff!important;
    background-color: transparent;
}

.btn-tra-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.scroll .btn-tra-white {
    color: #333!important;
    background-color: transparent;
    border-color: #333;
}

.btn-tra-black,
.white-color .btn-tra-black {
    color: #333;
    background-color: transparent;
    border-color: #333!important;
}

.btn-tra-grey,
.white-color .btn-tra-grey {
    color: #333;
    background-color: transparent;
    border-color: #ddd!important;
}

.btn-tra-brick,
.scroll .btn-tra-brick,
.white-color .btn-tra-brick,
.tra-brick-hover:hover,
.scroll .tra-brick-hover:hover,
.white-color .tra-brick-hover:hover {
    color: #ab481c!important;
    background-color: transparent;
    border-color: #ab481c!important;
}

.btn-tra-blue,
.scroll .btn-tra-blue,
.white-color .btn-tra-blue,
.tra-blue-hover:hover,
.scroll .tra-blue-hover:hover,
.white-color .tra-blue-hover:hover {
    color: #0063ff!important;
    background-color: transparent;
    border-color: #0063ff!important;
}

.btn-tra-navy,
.scroll .btn-tra-navy,
.white-color .btn-tra-navy,
.tra-navy-hover:hover,
.scroll .tra-navy-hover:hover,
.white-color .tra-navy-hover:hover {
    color: #1a2d80!important;
    background-color: transparent;
    border-color: #1a2d80!important;
}

.btn-tra-stateblue,
.scroll .btn-tra-stateblue,
.white-color .btn-tra-stateblue,
.tra-stateblue-hover:hover,
.scroll .tra-stateblue-hover:hover,
.white-color .tra-stateblue-hover:hover {
    color: #5256d0!important;
    background-color: transparent;
    border-color: #5256d0!important;
}

.btn-tra-skyblue,
.scroll .btn-tra-skyblue,
.white-color .btn-tra-skyblue,
.tra-skyblue-hover:hover,
.scroll .tra-skyblue-hover:hover,
.white-color .tra-skyblue-hover:hover {
    color: #319ed7!important;
    background-color: transparent;
    border-color: #319ed7!important;
}

.btn-tra-green,
.scroll .btn-tra-green,
.white-color .btn-tra-green,
.tra-green-hover:hover,
.scroll .tra-green-hover:hover,
.white-color .tra-green-hover:hover {
    color: #05a63f!important;
    background-color: transparent;
    border-color: #05a63f!important;
}

.btn-tra-lightgreen,
.scroll .btn-tra-lightgreen,
.white-color .btn-tra-lightgreen,
.tra-lightgreen-hover:hover,
.scroll .tra-lightgreen-hover:hover,
.white-color .tra-lightgreen-hover:hover {
    color: #2ed06e!important;
    background-color: transparent;
    border-color: #2ed06e!important;
}

.btn-tra-dimgreen,
.scroll .btn-tra-dimgreen,
.white-color .btn-tra-dimgreen,
.tra-dimgreen-hover:hover,
.scroll .tra-dimgreen-hover:hover,
.white-color .tra-dimgreen-hover:hover {
    color: #5cb85c!important;
    background-color: transparent;
    border-color: #5cb85c!important;
}

.btn-tra-indigo,
.scroll .btn-tra-indigo,
.white-color .btn-tra-indigo,
.tra-indigo-hover:hover,
.scroll .tra-indigo-hover:hover,
.white-color .tra-indigo-hover:hover {
    color: #522f67!important;
    background-color: transparent;
    border-color: #522f67!important;
}

.btn-tra-red,
.scroll .btn-tra-red,
.white-color .btn-tra-red,
.tra-red-hover:hover,
.scroll .tra-red-hover:hover,
.white-color .tra-red-hover:hover {
    color: #f71735!important;
    background-color: transparent;
    border-color: #f71735!important;
}

.btn-tra-orangered,
.scroll .btn-tra-orangered,
.white-color .btn-tra-orangered,
.tra-orangered-hover:hover,
.scroll .tra-orangered-hover:hover,
.white-color .tra-orangered-hover:hover {
    color: #ff5607!important;
    background-color: transparent;
    border-color: #ff5607!important;
}

.btn-tra-pink,
.scroll .btn-tra-pink,
.white-color .btn-tra-pink,
.tra-pink-hover:hover,
.scroll .tra-pink-hover:hover,
.white-color .tra-pink-hover:hover {
    color: #fd007c!important;
    background-color: transparent;
    border-color: #fd007c!important;
}

.btn-tra-violet,
.scroll .btn-tra-violet,
.white-color .btn-tra-violet,
.tra-violet-hover:hover,
.scroll .tra-violet-hover:hover,
.white-color .tra-violet-hover:hover {
    color: #dd5cfa!important;
    background-color: transparent;
    border-color: #dd5cfa!important;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-white, .white-color .btn-white {
    color: #333;
    background-color: #fff;
    border-color: #fff!important;
}

.btn-black,
.white-color .btn-black {
    color: #fff;
    background-color: #333;
    border-color: #333!important;
}

.btn-brick,
.scroll .btn-brick,
.white-color .btn-brick,
.brick-hover:hover,
.scroll .brick-hover:hover,
.white-color .brick-hover:hover {
    color: #fff!important;
    background-color: #ab481c;
    border-color: #ab481c!important;
}

.btn-blue,
.scroll .btn-blue,
.white-color .btn-blue,
.blue-hover:hover,
.scroll .blue-hover:hover,
.white-color .blue-hover:hover {
    color: #fff!important;
    background-color: #0063ff;
    border-color: #0063ff!important;
}

.btn-navy,
.scroll .btn-navy,
.white-color .btn-navy,
.navy-hover:hover,
.scroll .navy-hover:hover,
.white-color .navy-hover:hover {
    color: #fff!important;
    background-color: #1a2d80;
    border-color: #1a2d80!important;
}

.btn-stateblue,
.scroll .btn-stateblue,
.white-color .btn-stateblue,
.stateblue-hover:hover,
.scroll .stateblue-hover:hover,
.white-color .stateblue-hover:hover {
    color: #fff!important;
    background-color: #5256d0;
    border-color: #5256d0!important;
}

.btn-skyblue,
.scroll .btn-skyblue,
.white-color .btn-skyblue,
.skyblue-hover:hover,
.scroll .skyblue-hover:hover,
.white-color .skyblue-hover:hover {
    color: #fff!important;
    background-color: #319ed7;
    border-color: #319ed7!important;
}

.btn-green,
.scroll .btn-green,
.white-color .btn-green,
.green-hover:hover,
.scroll .green-hover:hover,
.white-color .green-hover:hover {
    color: #fff!important;
    background-color: #05a63f;
    border-color: #05a63f!important;
}

.btn-lightgreen,
.scroll .btn-lightgreen,
.white-color .btn-lightgreen,
.lightgreen-hover:hover,
.scroll .lightgreen-hover:hover,
.white-color .lightgreen-hover:hover {
    color: #fff!important;
    background-color: #2ed06e;
    border-color: #2ed06e!important;
}

.btn-dimgreen,
.scroll .btn-dimgreen,
.white-color .btn-dimgreen,
.dimgreen-hover:hover,
.scroll .dimgreen-hover:hover,
.white-color .dimgreen-hover:hover {
    color: #fff!important;
    background-color: #5cb85c;
    border-color: #5cb85c!important;
}

.btn-indigo,
.scroll .btn-indigo,
.white-color .btn-indigo,
.indigo-hover:hover,
.scroll .indigo-hover:hover,
.white-color .indigo-hover:hover {
    color: #fff!important;
    background-color: #522f67;
    border-color: #522f67!important;
}

.btn-red,
.scroll .btn-red,
.white-color .btn-red,
.red-hover:hover,
.scroll .red-hover:hover,
.white-color .red-hover:hover {
    color: #fff!important;
    background-color: #f71735;
    border-color: #f71735!important;
}

.btn-orangered,
.scroll .btn-orangered,
.white-color .btn-orangered,
.orangered-hover:hover,
.scroll .orangered-hover:hover,
.white-color .orangered-hover:hover {
    color: #fff!important;
    background-color: #ff5607;
    border-color: #ff5607!important;
}

.btn-pink,
.scroll .btn-pink,
.white-color .btn-pink,
.pink-hover:hover,
.scroll .pink-hover:hover,
.white-color .pink-hover:hover {
    color: #fff!important;
    background-color: #fd007c;
    border-color: #fd007c!important;
}

.btn-violet,
.scroll .btn-violet,
.white-color .btn-violet,
.violet-hover:hover,
.scroll .violet-hover:hover,
.white-color .violet-hover:hover {
    color: #fff!important;
    background-color: #dd5cfa;
    border-color: #dd5cfa!important;
}

.btn-yellow,
.scroll .btn-yellow,
.white-color .btn-yellow {
    color: #000!important;
    background-color: #ffb000;
    border-color: #ffb000!important;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.black-hover:hover,
.scroll .black-hover:hover,
.white-color .black-hover:hover {
    color: #fff!important;
    background-color: #333!important;
    border-color: #333!important;
}

.tra-black-hover:hover,
.scroll .tra-black-hover:hover,
.white-color .tra-black-hover:hover {
    color: #333!important;
    background-color: transparent;
    border-color: #333!important;
}

.tra-yellow-hover:hover,
.scroll .tra-yellow-hover:hover,
.white-color .tra-yellow-hover:hover {
    color: #000!important;
    background-color: transparent;
    border-color: #ffb000!important;
}

.white-hover:hover,
.white-color .white-hover:hover {
    color: #333!important;
    background-color: #fff;
    border-color: #fff!important;
}

.tra-white-hover:hover,
.white-color .tra-white-hover:hover {
    color: #fff!important;
    background-color: transparent;
    border-color: #fff!important;
}

.scroll .tra-white-hover:hover {
    color: #333!important;
    background-color: transparent;
    border-color: #333!important;
}

.yellow-hover:hover,
.scroll .yellow-hover:hover,
.white-color .yellow-hover:hover {
    color: #505050!important;
    background-color: #ffb000;
    border-color: #ffb000!important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-black:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-tra-black:focus,
.btn.btn-tra-grey:focus {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
    position: relative;
    text-align: center;
}

.video-block {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
}

/*------------------------------------------*/
/*  Video Button Icon
/*------------------------------------------*/

.video-btn {
    width: 100px;
    height: 100px;
    position: absolute!important;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 100px!important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.imac .video-btn {
    top: 42%;
}

.video-btn i {
    font-size: 3rem;
    line-height: 100px!important;
    margin-left: 11px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.video-btn:hover i {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/*------------------------------------------*/
/*  Video Icon Text
/*------------------------------------------*/

p.play-btn-txt {
    display: block;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 400;
    margin-top: 18px;
}

/*------------------------------------------*/
/*  VIDEO POPUP LINK
/*------------------------------------------*/

.modal-video {
    position: relative;
    margin-top: 35px;
}

.modal-video a i {
    font-size: 2.75rem;
    line-height: 1;
    margin-right: 6px;
    opacity: .25;
}

.modal-video span {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    top: 0;
}

.modal-video span.video-duration {
    font-weight: 300;
    top: 0;
}

/*------------------------------------------*/
/*  STORE BADGE ICONS
/*------------------------------------------*/

.stores-badge {
    display: inline-block;
}

.txt-block .stores-badge {
    margin-top: 20px;
}

.store {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.footer-store-badges .store {
    text-align: right;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}

.store:last-child {
    margin-right: 0;
}

.footer-store-badges .store img {
    display: inline-block;
}

img.googleplay-original { display: block; width: 163px; height: 50px; }
img.appstore-original { display: block; width: 163px; height: 50px; }
img.amazon-original { display: block; width: 160px; height: 50px; }
img.mac-appstore { display: block; width: 158px; height: 50px; }
img.microsoft-original { display: block; width: 142px; height: 50px; }

.footer img.appstore-original, .footer img.googleplay-original { width: 146px; height: 45px; }
.footer img.googleplay-original { width: 146px; height: 45px; }
.footer img.amazon-original { width: 144px; height: 45px; }
.footer img.mac-appstore { width: 143px; height: 45px; }
.footer img.microsoft-original { width: 128px; height: 45px; }

span.os-version {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-top: 20px;
}

/*------------------------------------------*/
/*  Reviews Rating
/*------------------------------------------*/

.store-rating {
    font-size: 0.925rem;
    display: inline-block;
    margin-top: 15px;
}

.store-rating .rating i {
    color: #ffc832;
    font-size: 0.9rem;
    line-height: 1;
    margin-right: 0;
}

/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/

.ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.25rem; }    /* 20px */
.ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.5625rem; }  /* 25px */
.ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.875rem; }   /* 30px */
.ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 2.1875rem; }  /* 35px */
.ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.5rem; }     /* 40px */
.ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.8125rem; }  /* 45px */
.ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 3.125rem; }   /* 50px */
.ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 3.4375rem; }  /* 55px */
.ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.75rem; }    /* 60px */
.ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.0625rem; }  /* 65px */
.ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.375rem; }   /* 70px */
.ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.6875rem; }  /* 75px */
.ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 5rem; }       /* 80px */
.ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 5.3125rem; }  /* 85px */
.ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 5.625rem; }   /* 90px */

/*------------------------------------------*/
/*   PNG ICONS SETTINGS
/*------------------------------------------*/

.img-30 { width: 30px; height: 30px; }
.img-35 { width: 35px; height: 35px; }
.img-40 { width: 40px; height: 40px; }
.img-45 { width: 45px; height: 45px; }
.img-50 { width: 50px; height: 50px; }
.img-55 { width: 55px; height: 55px; }
.img-60 { width: 60px; height: 60px; }
.img-65 { width: 65px; height: 65px; }
.img-70 { width: 70px; height: 70px; }
.img-75 { width: 75px; height: 75px; }
.img-80 { width: 80px; height: 80px; }
.img-85 { width: 85px; height: 85px; }
.img-90 { width: 90px; height: 90px; }
.img-95 { width: 95px; height: 95px; }
.img-100 { width: 100px; height: 100px; }
.img-105 { width: 105px; height: 105px; }
.img-110 { width: 110px; height: 110px; }
.img-115 { width: 115px; height: 115px; }
.img-120 { width: 120px; height: 120px; }
.img-125 { width: 125px; height: 125px; }
.img-130 { width: 130px; height: 130px; }
.img-135 { width: 135px; height: 135px; }
.img-140 { width: 140px; height: 140px; }
.img-145 { width: 145px; height: 145px; }
.img-150 { width: 150px; height: 150px; }

/*------------------------------------------*/
/*  FONT WEIGHT
/*------------------------------------------*/

.txt-300 { font-weight: 300; }
.txt-400 { font-weight: 400; }
.txt-500 { font-weight: 500; }
.txt-600 { font-weight: 600; }
.txt-700 { font-weight: 700; }
.txt-800 { font-weight: 800; }
.txt-900 { font-weight: 900; }

.txt-upcase { text-transform: uppercase; }

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.section-title {
    text-align: center;
}

.section-title h3,
.section-title h2 {
    letter-spacing: -0.75px;
}

.section-title p {
    color: #888;
    padding: 0 15%;
    margin: 15px 0 0;
}

/*------------------------------------------*/
/*  TEXT COLOR
/*------------------------------------------*/

.primary-color,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
.primary-color p,
.primary-color a,
.primary-color li,
.primary-color i,
.primary-color span { color: #319ed7; }

.white-color,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color a,
.white-color li,
.white-color i,
.white-color span { color: #fff; }

.grey-color,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6,
.grey-color p,
.grey-color a,
.grey-color li,
.grey-color i,
.grey-color span,
.white-color .grey-color { color: #757575; }

.lightgrey-color,
.lightgrey-color h2,
.lightgrey-color h3,
.lightgrey-color h4,
.lightgrey-color h5,
.lightgrey-color h6,
.lightgrey-color p,
.lightgrey-color a,
.lightgrey-color li,
.lightgrey-color i,
.white-color .lightgrey-color,
.lightgrey-color span { color: #ccc; }

.steelgrey-color,
.steelgrey-color h2,
.steelgrey-color h3,
.steelgrey-color h4,
.steelgrey-color h5,
.steelgrey-color h6,
.steelgrey-color p,
.steelgrey-color a,
.steelgrey-color li,
.steelgrey-color i,
.white-color .steelgrey-color,
.steelgrey-color span { color: #6a7685; }

.brick-color,
.brick-color h2,
.brick-color h3,
.brick-color h4,
.brick-color h5,
.brick-color h6,
.brick-color p,
.brick-color a,
.brick-color li,
.brick-color i,
.white-color .brick-color,
.brick-color span { color: #ab481c; }

.blue-color,
.blue-color h2,
.blue-color h3,
.blue-color h4,
.blue-color h5,
.blue-color h6,
.blue-color p,
.blue-color a,
.blue-color li,
.blue-color i,
.white-color .blue-color,
.blue-color span { color: #0063ff; }

.deepblue-color,
.deepblue-color h2,
.deepblue-color h3,
.deepblue-color h4,
.deepblue-color h5,
.deepblue-color h6,
.deepblue-color p,
.deepblue-color a,
.deepblue-color li,
.deepblue-color i,
.white-color .deepblue-color,
.deepblue-color span { color: #184772; }

.royalblue-color,
.royalblue-color h2,
.royalblue-color h3,
.royalblue-color h4,
.royalblue-color h5,
.royalblue-color h6,
.royalblue-color p,
.royalblue-color a,
.royalblue-color li,
.royalblue-color i,
.white-color .royalblue-color,
.royalblue-color span { color: #37517e; }

.skyblue-color,
.skyblue-color h2,
.skyblue-color h3,
.skyblue-color h4,
.skyblue-color h5,
.skyblue-color h6,
.skyblue-color p,
.skyblue-color a,
.skyblue-color li,
.skyblue-color i,
.white-color .skyblue-color,
.skyblue-color span { color: #319ed7; }

.green-color,
.green-color h2,
.green-color h3,
.green-color h4,
.green-color h5,
.green-color h6,
.green-color p,
.green-color a,
.green-color li,
.green-color i,
.white-color .green-color,
.green-color span { color: #05a63f; }

.dimgreen-color,
.dimgreen-color h2,
.dimgreen-color h3,
.dimgreen-color h4,
.dimgreen-color h5,
.dimgreen-color h6,
.dimgreen-color p,
.dimgreen-color a,
.dimgreen-color li,
.dimgreen-color i,
.white-color .dimgreen-color,
.dimgreen-color span { color: #5cb85c; }

.lightgreen-color,
.lightgreen-color h2,
.lightgreen-color h3,
.lightgreen-color h4,
.lightgreenn-color h5,
.lightgreenen-color h6,
.lightgreen-color p,
.lightgreen-color a,
.lightgreen-color li,
.lightgreen-color i,
.white-color .lightgreenreen-color,
.lightgreen-color span { color: #2ed06e; }

.red-color,
.red-color h2,
.red-color h3,
.red-color h4,
.red-color h5,
.red-color h6,
.red-color p,
.red-color a,
.red-color li,
.red-color i,
.white-color .red-color,
.red-color span { color: #f71735; }

.orangered-color,
.orangered-color h2,
.orangered-color h3,
.orangered-color h4,
.orangered-color h5,
.orangered-color h6,
.orangered-color p,
.orangered-color a,
.orangered-color li,
.orangered-color i,
.white-color .orangered-color,
.orangered-color span { color: #ff5607; }

.indigo-color,
.indigo-color h2,
.indigo-color h3,
.indigo-color h4,
.indigo-color h5,
.indigo-color h6,
.indigo-color p,
.indigo-color a,
.indigo-color li,
.indigo-color i,
.white-color .indigo-color,
.indigo-color span { color: #522f67; }

.pink-color,
.pink-color h2,
.pink-color h3,
.pink-color h4,
.pink-color h5,
.pink-color h6,
.pink-color p,
.pink-color a,
.pink-color li,
.pink-color i,
.white-color .pink-color,
.pink-color span { color: #fd007c; }

.violet-color,
.violet-color h2,
.violet-color h3,
.violet-color h4,
.violet-color h5,
.violet-color h6,
.violet-color p,
.violet-color a,
.violet-color li,
.violet-color i,
.white-color .violet-color,
.violet-color span { color: #dd5cfa; }

.yellow-color,
.yellow-color h2,
.yellow-color h3,
.yellow-color h4,
.yellow-color h5,
.yellow-color h6,
.yellow-color p,
.yellow-color a,
.yellow-color li,
.yellow-color i,
.white-color .yellow-color,
.deepblue-color .yellow-color,
.yellow-color span { color: #ffb000; }

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/

.txt-block h4,
.txt-block h3,
.txt-block h2 {
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.txt-block h5.sm-title {
    margin-bottom: 12px;
}

.txt-block .btn {
    margin-top: 15px;
}

/*------------------------------------------*/
/*  Text Block Rating
/*------------------------------------------*/

.txt-block-rating {
    margin-top: 20px;
}

.txt-block-rating span {
    display: block;
    font-size: 0.95rem;
    line-height: 1;
    margin-top: 8px;
}

.stars-rating {
    font-size: 0.95rem;
    line-height: 1;
}

.stars-rating i {
    color: #c5c6c7;
    font-size: 0.95rem;
    line-height: 1;
    margin-left: 1px;
}

.stars-rating.white-stars i {
    color: #fff;
}

.stars-rating.black-stars i {
    color: #444;
}

.stars-rating.grey-stars i {
    color: #757575;
}

.stars-rating.brick-stars i {
    color: #ab481c;
}

.stars-rating.yellow-stars i {
    color: #ffc832;
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/

.img-block {
    text-align: center;
}

.txt-inner-img {
    margin-left: -15px;
    margin-bottom: -10px;
}




/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    margin-top: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cssload-loader {
    width: 56px;
    height: 56px;
    border: 6px solid #343a40;
    border-bottom-color: #f90;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
    width: 100%;
    display: block;
    padding-top: 0px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.posrlt {
    position: relative;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.tra-menu .wsmainfull {
    background-color: transparent!important;
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.white-menu .wsmainfull {
    background-color: #fff!important;
    padding: 6px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .085);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .085);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .085);
}

.dark-menu .wsmainfull {
    background-color: #222438!important;
    padding: 6px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 7px;
    padding: 10px;
    line-height: 50px;
    text-decoration: none;
}

.navbar-dark .wsmenu > .wsmenu-list > li > a {
    color: #465777;
}

.navbar-light .wsmenu > .wsmenu-list > li > a {
    color: #fff;
}

.wsmenu > .wsmenu-list > li > a.last-link {
    padding: 10px 0px;
    margin: 0 0 0 7px;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}

li > .lang-select {
    margin-right: 15px;
}

.wsmenu > .wsmenu-list > li > a img,
.wsmenu > .wsmenu-list > li ul.sub-menu a img {
    width: 26px;
    height: 26px;
    margin-right: 3px;
}

/*------------------------------------------*/
/*  HEADER BUTTON
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    margin-top: 14px;
    margin-left: 10px;
    padding: 4px 30px;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu {
    padding: 0;
    width: auto;
    min-width: 190px;
    border: solid 1px #f2f7fb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
    -moz-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
    box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:before,
.wsmenu > .wsmenu-list > li > ul.sub-menu.sub-menu-ico > li > a:before {
    content: "";
    width: 6px;
    height: 10px;
    opacity: 0;
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/menu-arrow.png);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu.sub-menu-ico > li > a:before {
    top: 28px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    color: #9099a4;
    font-size: 17px;
    font-weight: 500;
    padding: 13px 36px 13px 16px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
    color: #465777;
    padding: 13px 36px 13px 16px;
    background-color: #f2f7fb;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover:before,
.wsmenu > .wsmenu-list > li > ul.sub-menu.sub-menu-ico > li > a:hover:before {
    right: 18px;
    opacity: 1;
}

/*------------------------------------------*/
/*  SUBMENU DROPDOWN ICON LIST
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu.sub-menu-ico {
    min-width: 260px;
}

.nav_dropdown_txt {
    overflow: hidden;
    padding-left: 14px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu.sub-menu-ico > li > a {
    padding: 17px 15px;
}

.nav_dropdown_txt h6 {
    color: inherit;
    font-size: 1.1rem;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}

.nav_dropdown_ico {
    float: left;
    text-align: center;
    margin-top: 1.5px;
}

.nav_dropdown_ico [class*="flaticon-"]:before,
.nav_dropdown_ico [class*="flaticon-"]:after { font-size: 32px; }

/*------------------------------------------*/
/*   HALFMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
    width: 36%;
    padding: 10px;
    border: solid 1px #f2f7fb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
    -moz-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
    box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu.halfmenu-ico {
    width: 45%;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list {
    padding: 0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list li {
    position: relative;
    border-bottom: none;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
    color: #9099a4;
    font-size: 17px;
    font-weight: 500;
    padding: 13px 16px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list.sub-menu-ico > li > a {
    padding: 20px 16px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list > li > a:before {
    content: "";
    width: 6px;
    height: 10px;
    opacity: 0;
    position: absolute;
    right: 32px;
    top: 18px;
    background-image: url(../images/menu-arrow.png);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list.sub-menu-ico > li > a:before {
    top: 32px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
    color: #465777;
    padding: 13px 16px;
    background-color: #f2f7fb;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list.sub-menu-ico > li > a:hover {
    padding: 20px 16px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .link-list > li > a:hover:before {
    right: 16px;
    opacity: 1;
}

/*------------------------------------------*/
/*   MEGAMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
    border: solid 1px #f2f7fb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
    -moz-box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
    box-shadow: 0 8px 32px rgba(53, 61, 76, .2);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title {
    font-size: 16px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 12px;
    letter-spacing: 0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
    color: #9099a4;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.fst-li {
    padding: 4px 0px 13px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover {
    color: #465777
}

.link-list.clearfix li span {
    display: block;
    font-size: 0.9rem;
    margin-top: 6px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*   MEGAMENU LATEST NEWS
/*------------------------------------------*/

.wsmegamenu .latest-news li {
    color: #9099a4;
    padding: 15px 0;
    border-bottom: 1px dashed #c0c0c0;
}

.wsmegamenu .latest-news li:last-child {
    border-bottom: 0;
}

.wsmegamenu .latest-news li + li {
    padding: 15px 0 0;
}

.wsmegamenu .latest-news img {
    text-align: center;
    float: left;
    width: 85px;
}

.wsmegamenu .post-summary {
    overflow: hidden;
    padding-left: 10px;
}

.wsmegamenu .post-image {
    display: block;
    width: 100px;
    flex: 0 0 auto;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS TYPOGRAPHY
--------------------------------------------*/

h5.wsmwnutitle a {
    color: #465777!important;
    margin-bottom: 0;
}

h5.wsmwnutitle a:hover {
    color: #222!important;
}

.wsmegamenu .post-summary a {
    display: inline-block;
    color: #9099a4!important;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.wsmegamenu .latest-news .post-summary a:hover {
    color: #465777!important;
}

.wsmegamenu .latest-news p {
    color: #757575;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
    background-color: #fff!important;
    padding: 2px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li .wsarrow {
    margin-left: 5px;
}


.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
    color: #444;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white,
.logo-black {
    display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white {
    display: none;
}

.tra-menu.navbar-light .scroll .logo-black {
    display: block;
}




/* ==========================================================================
  05. HERO
  =========================================================================== */

.hero-section .container {
    position: relative;
    z-index: 3;
}

#hero-12 .container,
#hero-18 .container {
    overflow: hidden;
}

/*------------------------------------------*/
/*  HERO BACKGROUNDS
/*------------------------------------------*/

#hero-1 {
    background-image: url(../images/hero-1.jpg);
    padding-top: 160px;
    position: relative;
    z-index: 3;
}

#hero-2-txt {
    background-image: url(../images/hero-2.jpg);
    padding-top: 180px;
    padding-bottom: 310px;
    position: relative;
    z-index: 3;
}

#hero-3 {
    background-image: url(../images/hero-3.jpg);
    padding-top: 160px;
    padding-bottom: 40px;
    position: relative;
    z-index: 3;
}

#hero-4 {
    background-image: url(../images/hero-4.jpg);
    padding-top: 170px;
    padding-bottom: 110px;
    position: relative;
    z-index: 3;
}

#hero-5 {
    background-image: url(../images/hero-5.jpg);
    padding-top: 160px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}

#hero-6 {
    padding-top: 160px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}

#hero-7 {
    background-image: url(../images/hero-7.jpg);
    padding-top: 160px;
    padding-bottom: 130px;
    position: relative;
    z-index: 3;
}

#hero-8 {
    background-image: url(../images/hero-8.jpg);
    padding-top: 160px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}

.hero-9-txt {
    background-image: url(../images/hero-9.jpg);
}

#hero-9-content {
    padding-top: 180px;
    padding-bottom: 400px;
    position: relative;
    z-index: 3;
}

#hero-10 {
    background-image: url(../images/hero-10.jpg);
    padding-top: 160px;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}

#hero-11 {
    padding-top: 160px;
    position: relative;
    z-index: 3;
}

#hero-12 {
    background-image: url(../images/hero-12.jpg);
    padding-top: 160px;
    position: relative;
    z-index: 3;
}

#hero-12 .white-overlay-bottom {
    z-index: 4;
}

#hero-13 .hero-overlay {
    height: 100%;
    background-color: rgba(45, 51, 69, .9);
    padding-top: 200px;
    padding-bottom: 140px;
}

#hero-14 {
    background-image: url(../images/hero-14.jpg);
    padding-top: 170px;
    padding-bottom: 110px;
    position: relative;
    z-index: 3;
}

#hero-15 {
    background-image: url(../images/hero-15.jpg);
    padding-top: 150px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}

#hero-16 {
    background-image: url(../images/hero-16.jpg);
    padding-top: 150px;
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}

#hero-17 {
    background-image: url(../images/hero-17.jpg);
    padding-top: 180px;
    padding-bottom: 100px;
}

#hero-18 {
    background-image: url(../images/hero-18.jpg);
    padding-top: 160px;
    position: relative;
    z-index: 3;
}

#hero-18 .inclined-line {
    z-index: 4;
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/

.hero-1-txt {
    padding: 0 15px;
    margin: -15px 0 40px;
}

.hero-2-txt {
    text-align: center;
    padding: 0 25px;
}

.hero-3-txt {
    padding: 0 10px;
    margin: -15px 0 40px;
}

.hero-4-txt {
    padding: 0 10% 0 30px;
    margin-bottom: 40px;
}

.hero-7-txt {
    padding: 0 25px;
}

.hero-8-txt {
    padding: 0 25px;
    margin-bottom: 40px;
}

.hero-10-txt {
    padding: 0 40px;
    margin-bottom: 40px;
}

.hero-12-txt {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 50px;
}

.hero-13-txt {
    text-align: center;
    padding: 0 5%;
}

.hero-15-txt {
    padding: 0 30px;
}

.hero-17-txt {
    padding: 0 25px;
}

.hero-18-txt {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 50px;
}

/*------------------------------------------*/
/*  HERO APP LOGO
/*------------------------------------------*/

.hero-logo {
    margin-bottom: 30px;
}

#hero-14 .hero-logo {
    display: inline-block;
    margin-bottom: 25px;
}

#hero-15 .hero-logo {
    margin-bottom: 25px;
}

#hero-18 .hero-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.hero-logo h2,
.hero-logo h3 {
    line-height: 1;
    margin-bottom: 10px;
    margin-top: -10px;
}

.hero-logo-txt {
    margin-left: 20px;
}

#hero-18 .hero-logo-txt {
    margin-left: 12px;
}

.hero-logo .app-version {
    position: relative;
    display: block;
    opacity: .75;
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 0;
}

#hero-15 .hero-logo .app-version {
    font-size: 1.125rem;
    font-weight: 300;
}

#hero-14 .hero-logo .app-version,
#hero-18 .hero-logo .app-version {
    font-size: 1.1rem;
    font-weight: 300;
    font-style: italic;
}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/

#hero-1 h2,
#hero-4 h2,
#hero-8 h2,
#hero-9 h3 {
    margin-bottom: 30px;
}

#hero-2 h2,
#hero-3 h3,
#hero-16 h3 {
    margin-bottom: 20px;
}

#hero-7 h3,
#hero-11 h3,
#hero-12 h3,
#hero-13 h3,
#hero-17 h2 {
    margin-bottom: 25px;
    line-height: 1.1;
}

#hero-6 h3 {
    margin-bottom: 15px;
}

#hero-10 h4,
#hero-15 h4 {
    line-height: 1.35;
    margin-bottom: 35px;
}

#hero-14 h4 {
    padding: 0 5%;
    margin-bottom: 15px;
}

/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

.hero-2-txt p,
.hero-13-txt p.p-xl {
    font-size: 1.3rem;
    padding: 0 10%;
}

.hero-6-txt p {
    padding: 0 12%;
}

.hero-8-txt p {
    padding-right: 5%;
}

.hero-11-txt p,
.hero-12-txt p {
    padding: 0 5%;
}

.hero-16-txt p {
    padding: 0 10%;
}

/*------------------------------------------*/
/*  Hero Buttons
/*------------------------------------------*/

.hero-1-btns,
.hero-4-btns,
.hero-8-btns,
.hero-13-btns {
    margin-top: 35px;
}

.hero-2-btns,
.hero-5-btns,
.hero-17-btns {
    margin-top: 30px;
}

.hero-9-btns,
.hero-14-btns {
    margin-top: 35px;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*  HERO INFO
/*------------------------------------------*/

p.hero-info {
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO BOXES
/*------------------------------------------*/

#hero-2-boxes {
    margin-top: -220px;
    padding: 0 20px;
}

#hero-5-boxes {
    margin-top: 70px;
}

.hbox-1 {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding: 60px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hbox-2 {
    margin-bottom: 40px;
}

.hbox-1-ico {
    margin-bottom: 25px;
}

.hbox-1 h5 {
    line-height: 1.35;
    margin-bottom: 15px;
}

.hbox-1 p,
.hbox-2 p {
    margin-bottom: 0;
}

.hbox-2-title {
    margin-bottom: 10px;
}

.hbox-2-title span {
    float: left;
    line-height: 1!important;
    margin-right: 12px;
}

.hbox-2-title h5 {
    line-height: 35px!important;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO BRANDS
/*------------------------------------------*/

.hero-brands {
    padding: 0 8%;
}

#hero-6 .hero-brands {
    padding: 0 3%;
}

.hero-brands .col-md-2 {
    padding: 0 10px;
}

.hero-brands p {
    opacity: .7;
    font-size: 1.175rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.hero-brands .brand-logo {
    opacity: .7;
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*  HERO REQUEST FORM
/*------------------------------------------*/

#hero-3 .request-form {
    margin: 35px 15px 0 0;
}

#hero-7 .request-form {
    margin: 35px 15px 0 0;
}

#hero-11 .request-form {
    margin: 35px 5% 0;
}

/*------------------------------------------*/
/*  Hero Request Form Input
/*------------------------------------------*/

.request-form .form-control {
    height: 56px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.request-form .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*------------------------------------------*/
/*  Hero Request Form Placeholder
/*------------------------------------------*/

.request-form .form-control::-moz-placeholder { color: #999; }
.request-form .form-control:-ms-input-placeholder { color: #999; }
.request-form .form-control::-webkit-input-placeholder { color: #999; }

/*------------------------------------------*/
/*  Hero Request Form Focus
/*------------------------------------------*/

.request-form .form-control:focus {
    background-color: #f5f6f7;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

/*------------------------------------------*/
/*  Hero Request Form Button
/*------------------------------------------*/

.request-form .btn {
    width: 100%;
    height: 56px;
    font-size: 17px;
    padding: 13px 38px;
    margin-left: 0;
    border-left: none;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

/*------------------------------------------*/
/*  Hero Request Form Message
/*------------------------------------------*/

.request-form-msg {
    width: 100%!important;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.request-form .loading {
    color: #00b2e4;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
}

/*------------------------------------------*/
/*  HERO REGISTER FORM
/*------------------------------------------*/

.hero-form {
    margin: 0 45px 40px;
}

.hero-form form {
    background: #fff;
    border: 1px solid #fafafa;
    padding: 45px 25px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.hero-form p {
    margin-top: 15px;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Hero Form Input
/*------------------------------------------*/

.hero-form .col-md-12 {
    padding: 0;
}

.hero-form .form-control {
    text-align: center;
    background-color: #fff;
    color: #333;
    height: 52px;
    font-size: 17px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none;
}

.hero-form .form-control:focus {
    background-color: #f5f6f7;
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

/*------------------------------------------*/
/*    Register Form Button
/*------------------------------------------*/

.hero-form .btn {
    display: block;
    width: 100%;
    padding: 15px 30px;
    margin-top: 5px;
}

/*------------------------------------------*/
/*  Form Message
/*------------------------------------------*/

.hero-form-msg {
    width: 100%!important;
    display: block;
    margin-top: 15px;
    padding-left: 0;
}

.hero-form .loading {
    color: #00b2e4;
    font-size: 17px;
    font-weight: 500;
}

.hero-form .error {
    color: #e74c3c;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*  HERO IMAGE
/*------------------------------------------*/

.hero-1-img {
    text-align: center;
    padding-left: 20px;
}

.hero-1-img img {
    max-width: none;
}

.hero-3-img {
    position: relative;
    text-align: center;
    padding-left: 25px;
    margin-bottom: -40px;
}

.hero-3-img img {
    max-width: none;
    display: inline-block;
}

#hero-6 .video-preview {
    padding: 0 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.hero-6-video {
    max-width: 100%;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-top: 35px;
    margin-bottom: 60px;
}

.hero-7-img {
    margin-bottom: -100px;
}

.hero-8-img {
    text-align: center;
    margin-bottom: 40px;
}

.hero-9-img img {
    margin: -350px 0 0;
    padding: 0 35px;
}

.hero-10-img {
    text-align: center;
    margin-bottom: -60px;
    padding: 0 20px;
    position: relative;
    z-index: 999;
}

.hero-11-img {
    text-align: center;
    margin-top: 30px;
}

.hero-15-img {
    text-align: center;
    padding: 0 30px 0 15px;
    margin-bottom: -90px;
    position: relative;
}

.hero-16-img {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}


/* ==========================================================================
  06. ABOUT
  =========================================================================== */




/* ==========================================================================
  07. SERVICES
  =========================================================================== */

/*------------------------------------------*/
/*  SERVICE BOX
/*------------------------------------------*/

.sbox-1 {
    padding: 0 5px;
    margin-bottom: 40px;
}

.sbox-2 {
    position: relative;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 50px 25px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bg-lightcyan .sbox-2,
.bg-lightgrey .sbox-2 {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    -moz-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
}

.sbox-2:hover,
.bg-lightcyan .sbox-2:hover,
.bg-lightgrey .sbox-2:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sbox-3,
.sbox-7 {
    margin-bottom: 40px;
}

.sbox-4 {
    margin-bottom: 30px;
}

.sbox-5 {
    padding: 0 5px;
    margin-bottom: 30px;
}

.sbox-6 {
    margin-bottom: 60px;
}

/*------------------------------------------*/
/*  SERVICE BOX TEXT
/*------------------------------------------*/

.sbox-3-txt,
.sbox-4-txt,
.sbox-5-txt,
.sbox-9-txt {
    overflow: hidden;
    padding-left: 25px;
}

.sbox-3-txt {
    padding-left: 20px;
}

.sbox-4-txt {
    padding-left: 30px;
}

/*------------------------------------------*/
/*  SERVICE BOX TYPOGRAPHY
/*------------------------------------------*/

.sbox-1 p {
    margin-top: 20px;
    margin-bottom: 0;
}

.sbox-2 h6 {
    margin-top: 20px;
    margin-bottom: 12px;
}

.sbox-5-txt h5,
.sbox-5-txt h6 {
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

.sbox-6 p {
    line-height: 1;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}

.sbox-7 h5 {
    margin-top: 25px;
    margin-bottom: 12px;
}

.sbox-8 .list-item p {
    margin-bottom: 20px;
}

.sbox-2 p,
.sbox-3 p,
.sbox-4 p,
.sbox-7 p,
.sbox-9 p {
    line-height: 1.5;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  SERVICE BOX ICON
/*------------------------------------------*/

.sbox-3-ico,
.sbox-4-ico,
.sbox-5-ico,
.sbox-9-ico {
    float: left;
    text-align: center;
    margin-top: 2px;
}




/* ==========================================================================
  08. PROCESS
  =========================================================================== */

.pbox-1-wrapper {
    border: 1px solid rgba( 30, 144, 255, .1);
    padding: 80px 60px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*  PROCESS BOX
/*------------------------------------------*/

.pbox-1,
.pbox-2 {
    background-color: #fff;
    border: 1px solid transparent;
    padding: 60px 40px;
    margin: 0 10px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    -moz-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
}

.pbox-2 {
    padding: 50px 20px;
    margin: 0 5px 40px;
}

.pbox-1::after,
.pbox-2::after {
    content: "";
    width: 9%;
    position: absolute;
    border-bottom: 2px dashed #999;
    top: 50%;
    left: 100%;
    transform: translateX(-50%);
}

#step-3 .pbox-1::after,
#step-4 .pbox-2::after {
    border-bottom: none;
}

.pbox-3 {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 45px 25px;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bg-lightcyan .pbox-3,
.bg-lightgrey .pbox-3 {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    -moz-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
}

.pbox-1:hover,
.pbox-2:hover,
.pbox-3:hover,
.bg-lightcyan .pbox-3:hover,
.bg-lightgrey .pbox-3:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/*------------------------------------------*/
/*  PROCESS BOX STEP ICON
/*------------------------------------------*/

.pbox-1-wrapper .step,
.pbox-2-wrapper .step {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    padding: 7px 20px;
    margin: 0 auto 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.pbox-3 .step {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 auto 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.pbox-3 .step span {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
}

/*------------------------------------------*/
/*  PROCESS BOX TYPOGRAPHY
/*------------------------------------------*/

.pbox-1 h5,
.pbox-2 h6 {
    margin-top: 25px;
    margin-bottom: 12px;
}

.pbox-1 p,
.pbox-2 p {
    line-height: 1.35;
    margin-bottom: 0;
}

.pbox-3 p {
    line-height: 1.35;
    margin-top: 20px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  PROCESS BUTTON
/*------------------------------------------*/

.process-btn {
    margin-top: 20px;
    margin-bottom: 40px;
}

.process-btn h5 {
    margin-bottom: 3px;
}

.process-btn p {
    margin-bottom: 15px;
}




/* ==========================================================================
  09. CONTENT
  =========================================================================== */

.content-9,
.content-10 {
    padding-top: 110px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.content-11 .container {
    overflow: hidden;
}

.content-13 {
    height: 500px;
    background-image: url(../images/content-13.jpg);
}

/*------------------------------------------*/
/*   CONTENT TEXT
/*------------------------------------------*/

.content-9 .txt-block {
    padding-left: 15px;
    padding-right: 50px;
}

.content-10 .txt-block {
    padding-left: 50px;
    padding-right: 15px;
}


/*------------------------------------------*/
/*  CONTENT BOX TEXT
/*------------------------------------------*/

.cbox-7-txt {
    overflow: hidden;
    padding-left: 40px;
}

.cbox-7-txt h5 {
    line-height: 1;
    margin-bottom: 15px;
}

.cbox-7-txt p {
    line-height: 1.5;
    margin-bottom: 0;
}

.cbox-7-ico {
    float: left;
    text-align: center;
    margin-top: 2px;
}

/*------------------------------------------*/
/*   CONTENT IMAGE
/*------------------------------------------*/

.content-6-img {
    text-align: center;
    padding-left: 20px;
    margin-bottom: 40px;
}

.content-7-img {
    position: relative;
    text-align: center;
    left: -62%;
    margin-bottom: -40px;
}

.content-8-img {
    text-align: center;
    padding-left: 20px;
}

.content-9-img {
    background-image: url(../images/content-9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    left: 50%;
}

.content-10-img {
    background-image: url(../images/content-10.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 0;
}

.content-6-img img,
.content-7-img img,
.content-8-img img {
    max-width: none;
    display: inline-block;
}




/* ==========================================================================
  10. TABS
  =========================================================================== */




/* ==========================================================================
  11. VIDEO
  =========================================================================== */

.video-2-holder {
    padding: 90px 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.video-3 {
    padding: 100px;
}

/*------------------------------------------*/
/*  VIDEO WRAPPER
/*------------------------------------------*/

.video-wrapper {
    padding: 60px 50px;
    position: relative;
    opacity: .85;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.video-wrapper .video-btn {
    width: 86px;
    height: 86px;
    margin-top: -43px;
    margin-left: -43px;
    position: relative!important;
    line-height: 86px!important;
    margin: 0 auto;
    top: 0;
    left: 0;
    margin-bottom: 15px;
}

.video-wrapper .video-btn.play-icon-white {
    background-color: transparent;
    color: #fff;
    line-height: 80px!important;
    border: 3px solid #fff;
}

.video-wrapper .video-btn i {
    font-size: 2.5rem;
    line-height: 86px!important;
    margin-left: 5px;
}

.video-wrapper .video-btn.play-icon-white i {
    line-height: 80px!important;
    margin-left: 8px;
}

.video-wrapper h4 {
    margin-bottom: 5px;
}

/*------------------------------------------*/
/*  VIDEO PREVIEW
/*------------------------------------------*/

#video-1 .video-preview,
#video-4 .video-preview,
#video-1 .video-preview img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.video-4-preview {
    max-width: 100%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}




/* ==========================================================================
  12. STATISTIC
  =========================================================================== */

#statistic-1,
#statistic-2 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.statistic-block {
    margin-bottom: 40px;
}

.sm-statistic .statistic-block {
    margin-bottom: 0;
}

.statistic-3 .section-title p {
    padding: 0 5%;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

h5.statistic-number {
    font-size: 2.35rem;
    line-height: 1;
    margin-bottom: 10px;
}

.statistic-2 h5.statistic-number {
    font-size: 3rem;
    margin-bottom: 16px;
}

.statistic-3 h5.statistic-number {
    font-size: 2.15rem;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 5px;
}

.sm-statistic h5.statistic-number {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -1px;
}

.statistic-block p {
    font-weight: 400;
    margin-bottom: 0;
}

.statistic-2 .statistic-block p {
    font-weight: 300;
}

.sm-statistic .statistic-block p {
    margin-bottom: 0;
}

.statistic-ico {
    margin-bottom: 15px;
}




/* ==========================================================================
  13. PRICING
  =========================================================================== */

/*------------------------------------------*/
/*   PRICING TABLE
/*------------------------------------------*/

.pricing-1-table {
    text-align: center;
    background-color: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 60px 35px 50px;
    margin-bottom: 40px;
}

.pricing-1-table.highlight {
    background-color: #f8f8fb;
}

.bg-lightcyan .pricing-1-table.highlight,
.bg-lightgrey .pricing-1-table.highlight {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    -moz-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
}

.pricing-2-table {
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 40px 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    -moz-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pricing-2 .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.pricing-2-table:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/*------------------------------------------*/
/*  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-plan h5 {
    color: #757575;
    font-weight: 400;
    margin-bottom: 20px;
}

.pricing-1-table span.price,
.pricing-2-table span.price {
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}

.pricing-2-table span.price {
    font-size: 38px;
}

.pricing-1-table sup,
.pricing-2-table sup {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 600;
    top: -4px;
    right: 3px;
}

.pricing-2-table sup {
    font-size: 30px;
    top: -4px;
    right: 1px;
}

.pricing-1-table sup.validity,
.pricing-2-table sup.validity {
    font-family: 'Open Sans', sans-serif;
    color: #999;
    font-weight: 400;
    font-size: 28px;
    top: 0;
    left: 1px;
}

.pricing-2-table sup.validity {
    font-size: 24px;
    top: 0;
    left: 1px;
}

.pricing-1-table p.p-sm,
.pricing-2-table p.p-sm {
    padding: 0 5%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pricing-2-table p.p-sm {
    padding: 0;
}

/*------------------------------------------*/
/*  Pricing Table Price Description
/*------------------------------------------*/

.pricing-description {
    min-height: 48px;
    font-weight: 400;
}

/*------------------------------------------*/
/*  Pricing Table Body
/*------------------------------------------*/

ul.features {
    font-size: 1.0625rem;
    line-height: 1;
    font-weight: 400;
    padding-top: 20px;
}

.pricing-2 ul.features {
    font-size: 1rem;
}

ul.features li {
    padding: 10px 0;
}

ul.features li.disabled-option {
    color: #ccc;
}

/*------------------------------------------*/
/*  Pricing Table Button
/*------------------------------------------*/

.pricing-1-table .btn,
.pricing-2-table .btn {
    display: block;
    width: 100%;
}

p.purchase-link {
    margin-top: 10px;
    margin-bottom: 0;
}

p.purchase-link a {
    font-weight: 700;
}

/*------------------------------------------*/
/*  PRICING NOTICE TEXT
/*------------------------------------------*/

.pricing-notice {
    margin-top: 30px;
    margin-bottom: 40px;
}

.pricing-options {
    margin-top: 30px;
    margin-bottom: 25px;
}

.pricing-notice p span {
    color: #000;
    font-weight: 700;
    margin-right: 5px;
}




/* ==========================================================================
  14. TEAM
  =========================================================================== */

.team-member {
    text-align: center;
    position: relative;
    z-index: 999;
    margin-bottom: 40px;
}

.tm-meta {
    padding: 20px 10px 0;
}

.tm-meta h5 {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}

.tm-meta span {
    font-size: 1.0625rem;
    display: block;
}

.tm-meta a {
    font-weight: 0.9rem;
    line-height: 1;
    font-weight: 400;
}

/*------------------------------------------*/
/*  Team Member Photo
/*------------------------------------------*/

.team-member-photo {
    position: relative;
}

.team-member-photo img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.tm-social ul {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin-top: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
    zoom: 1;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.tm-social ul li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}

.tm-social a {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: rgba(10, 10, 10, .35);
    font-size: 1.15rem;
    line-height: 40px!important;
    margin-right: 1px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.tm-social a.ico-facebook:hover { background-color: #3b5998; }
.tm-social a.ico-twitter:hover { background-color: #00a9ed; }
.tm-social a.ico-instagram:hover { background-color: #e44772 }
.tm-social a.ico-dribbble:hover { background-color: #d92d84; }
.tm-social a.ico-behance:hover { background-color: #2473f6; }
.tm-social a.ico-pinterest:hover { background-color: #ac281a; }
.tm-social a.ico-linkedin:hover { background-color: #015886; }
.tm-social a.ico-google-plus:hover { background-color: #cd1111; }
.tm-social a.ico-youtube:hover { background-color: #cd1b20; }
.tm-social a.ico-tumblr:hover { background-color: #3a5976; }
.tm-social a.ico-vk:hover { background-color: #3b5998; }


.team-member:hover .tm-social ul {
    bottom: 6%;
    opacity: 1;
    -moz-opacity: 1;
}




/* ==========================================================================
  15. TESTIMONIALS
  =========================================================================== */

.review-1,
.review-2,
.review-3,
.review-4 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.review-1 {
    background-color: #f8f8fb;
    padding: 40px 30px;
    margin: 0 8px 40px;
}

.review-2 {
    background-color: #f8f8fb;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.review-3 {
    background-color: #f8f8fb;
    padding: 40px 35px 45px;
    margin: 0 10px 40px;
}

.bg-lightgrey .review-1,
.bg-lightgrey .review-2,
.bg-lightgrey .review-3 {
    background-color: #fff;
}

.review-4 {
    padding: 40px 35px 45px;
    margin-bottom: 40px;
}

.review-5 {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 50px;
}

.reviews-2 .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

/*------------------------------------------*/
/*  Testimonial Message Avatar
/*------------------------------------------*/

.testimonial-avatar {
    display: inline-block;
    float: left;
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 16px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.review-1 .testimonial-avatar img,
.review-2 .testimonial-avatar img {
    width: 52px;
    height: 52px;
    margin: 0 12px 0 0;
}

/*------------------------------------------*/
/*  Testimonial Author Data
/*------------------------------------------*/

.author-data {
    position: relative;
}

.review-author {
    padding-top: 5px;
}

.review-author p {
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0;
}

.sn-ico {
    position: absolute;
    right: 5px;
    top: 10px;
}

.sn-ico a i {
    color: #00a9ed;
    font-size: 1.3rem;
    line-height: 1;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.review-3-txt h6,
.review-4-txt h6 {
    margin-bottom: 0;
}

.review-1-txt p,
.review-2-txt p {
    margin-top: 15px;
    margin-bottom: 0;
}

.review-1-txt p a,
.review-2-txt p a {
    color: #307cb7;
    font-weight: 400;
}

.review-3-txt p {
    color: #666;
    margin-top: 15px;
}

.review-4-txt p {
    margin-top: 15px;
}

.review-5 p {
    margin-top: 10px;
    margin-bottom: 0;
}

.review-3-txt span {
    display: block;
    color: #888;
    font-size: 1rem;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 0;
}

.review-1-txt span,
.review-2-txt span,
.review-4-txt span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  App Rating
/*------------------------------------------*/

.app-rating {
    margin-bottom: 10px;
}

.app-rating i {
    font-size: 0.975rem;
    line-height: 1;
}

/*------------------------------------------*/
/*  Brand Logo
/*------------------------------------------*/

.review-5 img {
    padding: 0 25%;
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

#reviews-1 button,
#reviews-3 button {
    background-color: transparent;
    border: none;
    padding: 0 2px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 7px;
}

.owl-dots button:focus {
    outline: none;
    text-decoration: none;
}




/* ==========================================================================
  16. BRANDS
  =========================================================================== */

.brands-1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.brands-2 {
    padding-top: 40px;
    padding-bottom: 10px;
}

/*------------------------------------------*/
/*  BRANDS TYPOGRAPHY
/*------------------------------------------*/

.brands-section h4 {
    padding: 0 10%;
    margin-bottom: 50px;
}

.brands-section h5 {
    font-weight: 400;
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*  BRANDS LOGO WRAPPER
/*------------------------------------------*/

.brands-1 .brand-logo {
    opacity: .7;
    padding: 0 16px;
}

.cta-3 .brand-logo,
.brands-2 .brand-logo,
.reviews-2 .brand-logo,
.reviews-4 .brand-logo {
    opacity: .7;
    padding: 0 2px;
    margin-bottom: 30px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.brands-3 .brand-logo {
    text-align: center;
    opacity: .7;
    padding: 0 5px;
    margin-bottom: 30px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.brands-3 .brand-logo img {
    object-fit: contain;
    height: 100px;
    vertical-align: top;
}

.cta-3 .brand-logo:hover,
.brands-2 .brand-logo:hover,
.brands-3 .brand-logo:hover,
.reviews-2 .brand-logo:hover,
.reviews-4 .brand-logo:hover {
    opacity: 1;
}

.brands-1 .owl-dots {
    display: none;
}




/* ==========================================================================
  17. FAQs
  =========================================================================== */

.question {
    margin-bottom: 25px;
}

/*------------------------------------------*/
/*  FAQs TYPOGRAPHY
/*------------------------------------------*/

.question h5 {
    margin-bottom: 10px;
}

.question a {
    color: #00b2e4;
    font-weight: 500;
}

/*------------------------------------------*/
/*  FAQS ACCORDION
/*------------------------------------------*/

.accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion-item.acc-last-item {
    border-bottom: none;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

.accordion-thumb {
    margin: 0;
    padding: 25px 0;
    cursor: pointer;
    position: relative;
}

.accordion-item .accordion-thumb:after,
.accordion-item.is-active .accordion-thumb:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    font-size: 1.55rem;
    top: 17px;
    right: 5px;
}

.accordion-item.is-active .accordion-thumb:after {
    content: "\f106";
}

.primary-arrow .accordion-item .accordion-thumb:after,
.primary-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #319ed7;
}

.brick-arrow .accordion-item .accordion-thumb:after,
.brick-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #ab481c;
}

.blue-arrow .accordion-item .accordion-thumb:after,
.blue-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #0063ff;
}

.deepblue-arrow .accordion-item .accordion-thumb:after,
.deepblue-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #184772;
}

.royalblue-arrow .accordion-item .accordion-thumb:after,
.royalblue-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #37517e;
}

.skyblue-arrow .accordion-item .accordion-thumb:after,
.skyblue-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #319ed7;
}

.stateblue-arrow .accordion-item .accordion-thumb:after,
.stateblue-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #5256d0;
}

.navy-arrow .accordion-item .accordion-thumb:after,
.navy-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #1a2d80;
}

.green-arrow .accordion-item .accordion-thumb:after,
.green-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #5cb85c;
}

.lightgreen-arrow .accordion-item .accordion-thumb:after,
.lightgreen-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #2ed06e;
}

.dimgreen-arrow .accordion-item .accordion-thumb:after,
.dimgreen-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #5cb85c;
}

.red-arrow .accordion-item .accordion-thumb:after,
.red-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #f71735;
}

.orangered-arrow .accordion-item .accordion-thumb:after,
.orangered-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #ff5607;
}

.indigo-arrow .accordion-item .accordion-thumb:after,
.indigo-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #522f67;
}

.pink-arrow .accordion-item .accordion-thumb:after,
.pink-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #fd007c;
}

.violet-arrow .accordion-item .accordion-thumb:after,
.violet-arrow .accordion-item.is-active .accordion-thumb:after {
    color: #dd5cfa;
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

.accordion-panel {
    margin: 0;
    padding: 0 5px 15px 0;
    display: none;
}

.accordion-thumb h5 {
    line-height: 1;
    margin-bottom: 0;
}

.question h5 span,
.accordion-thumb h5 span {
    margin-right: 3px;
}

/*------------------------------------------*/
/*  More Questions Button
/*------------------------------------------*/

.more-questions-btn {
    margin-top: 50px;
}

.faqs-1 .more-questions-btn {
    margin-top: 30px;
}




/* ==========================================================================
  18. CALL TO ACTION
  =========================================================================== */

.cta-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta-2,
.cta-5,
.cta-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*------------------------------------------*/
/*  CALL TO ACTION TYPOGRAPHY
/*------------------------------------------*/

.cta-2-txt h3 {
    font-weight: 300;
    margin-bottom: 25px;
}

.cta-1-txt p {
    margin-top: 10px;
    margin-bottom: 0;
}

.cta-1-btn p,
.cta-2-txt p,
.cta-5-txt p {
    margin-bottom: 0;
}

.cta-3-txt p {
    padding: 0 5%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.cta-5-txt h4 {
    margin-bottom: 10px;
}

.cta-5-txt p {
    padding: 0 16%;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*  CALL TO ACTION BOX
/*------------------------------------------*/

.cta-4-box {
    border: 1px solid rgba( 30, 144, 255, .1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 40px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cta-4-box.bg-lightgrey {
    border: 1px solid #f0f0f0;
}

.cta-4-txt {
    overflow: hidden;
    padding-left: 35px;
}

.cta-6-txt {
    overflow: hidden;
    padding-left: 40px;
}

/*------------------------------------------*/
/*  CALL TO ACTION BOX TYPOGRAPHY
/*------------------------------------------*/

.cta-6-txt h3 {
    margin-bottom: 15px;
}

.cta-4-txt p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cta-6-txt .btns-group p {
    margin-top: 20px;
}

/*------------------------------------------*/
/*  Call To Action box Icon
/*------------------------------------------*/

.cta-4-ico,
.cta-6-ico {
    float: left;
    text-align: center;
    margin-top: 5px;
}




/* ==========================================================================
  19. NEWSLETTER
  =========================================================================== */

.newsletter-1 {
    padding-top: 80px;
    padding-bottom: 60px;
}

/*------------------------------------------*/
/*  NEWSLETTER TYPOGRAPHY
/*------------------------------------------*/

.newsletter-txt {
    padding: 0 8%;
}

.newsletter-txt p {
    margin-top: 25px;
    margin-bottom: 0;
}

.newsletter-txt p a {
    font-weight: 500;
    text-decoration: underline;
}

.newsletter-txt p a:hover {
    color: #eee;
}

/*------------------------------------------*/
/*   Newsletter Form Input
/*------------------------------------------*/

.newsletter-section .form-control {
    height: 60px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.newsletter-section .input-group > .custom-select:not(:last-child),
.newsletter-section .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.newsletter-section .form-control:focus {
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
/*------------------------------------------*/

.newsletter-section .form-control::-moz-placeholder { color: #999; }
.newsletter-section .form-control:-ms-input-placeholder { color: #999; }
.newsletter-section .form-control::-webkit-input-placeholder { color: #999; }

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.newsletter-section .btn {
    width: 100%;
    height: 60px;
    font-size: 19px;
    padding: 13px 45px;
    margin-left: 0;
    border-left: none;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.newsletter-section .form-notification {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1;
    margin: 7px 0 0;
}

.newsletter-section .form-notification.error {
    color: #f6412d!important;
}

.newsletter-section .form-notification.valid {
    color: #48af4b!important;
}




/* ==========================================================================
  20. BLOG
  =========================================================================== */

/*------------------------------------------*/
/*  BLOG POST TYPOGRAPHY
/*------------------------------------------*/

.blog-1-post h6 {
    margin-bottom: 0;
}

.blog-2-post h5 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.single-post-title {
    padding: 0 6%;
    margin-bottom: 35px;
}

.single-post-txt {
    padding: 0 6%;
}

/*------------------------------------------*/
/*  POST DATA
/*------------------------------------------*/

.post-data {
    margin-top: 20px;
}

#single-post .post-data {
    margin-top: 30px;
    margin-bottom: 35px;
}

.blog-2-post .post-author,
.post-author-avatar {
    display: inline-block;
    float: left;
}

/*------------------------------------------*/
/*  Post Author Avatar
/*------------------------------------------*/

.post-author-avatar img {
    width: 46px;
    height: 46px;
    display: inline-block;
    margin: 0 15px 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

#single-post .post-author-avatar img {
    width: 60px;
    height: 60px;
}

/*------------------------------------------*/
/*  Post Author
/*------------------------------------------*/

p.post-author {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 3px;
}

.post-author p {
    color: #151515;
    line-height: 1;
    font-weight: 400;
    padding-top: 6px;
    margin-bottom: 3px;
}

.post-author span {
    display: block;
    color: #888;
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 0;
}

#blog-1 .post-author span {
    display: block;
    margin-top: 6px;
}

#single-post .post-author span {
    font-size: 1.0625rem;
}

/*------------------------------------------*/
/*  Follow Button
/*------------------------------------------*/

.follow-author {
    position: relative;
    color: #757575;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 400;
    padding: 3px 8px;
    top: -5px;
    margin-left: 6px;
    border: 1px solid #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*------------------------------------------*/
/*  POST IMAGE
/*------------------------------------------*/

.blog-post-img img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.blog-2-post .blog-post-img img {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

/*------------------------------------------*/
/*  SINGLE POST
/*------------------------------------------*/

#single-post {
    margin-top: 70px;
}

.single-post-txt h5 {
    margin-top: 25px;
    margin-bottom: 30px;
}

ol.digit-list {
    padding: 0;
    margin-left: 15px;
}

ol.digit-list p {
    margin-bottom: 8px;
}

#single-post p.post-tag {
    font-weight: 400;
    margin-bottom: 30px;
}

/*------------------------------------------*/
/*  SINGLE POST QUOTE
/*------------------------------------------*/

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

.quote p {
    color: #666;
    font-size: 1.35rem!important;
    font-weight: 300;
    border-left: 3px solid #2dcb21;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}

/*------------------------------------------*/
/*  BLOG POST INNER IMAGE
/*------------------------------------------*/

.post-inner-img {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.post-inner-img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.post-inner-img p {
    margin-top: 25px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST TAGS
/*------------------------------------------*/

.post-share-links {
    padding: 0 6%;
    margin-top: 60px;
}

.post-tags-list span a {
    color: #757575;
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.42857;
    background-color: #f2f2f2;
    padding: 8px 16px;
    margin-right: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.post-tags-list span a:hover {
    color: #666;
    background-color: #e7e7e7;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.post-share-links .share-social-icons {
    display: inline-block;
    padding-left: 0;
}

.post-share-links .share-social-icons li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}

.post-share-links .share-social-icons a.share-ico i {
    color: #555;
    width: 33px;
    height: 33px;
    font-size: 21px;
    display: block;
    margin-right: 3px;
}

/*------------------------------------------*/
/*  ABOUT POST AUTHOR
/*------------------------------------------*/

.author-senoff {
    margin: 90px 0 70px;
    padding: 70px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.author-senoff img {
    width: 130px;
    height: 130px;
    float: left;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.author-senoff-txt {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
}

.author-senoff-txt h6.h6-lg {
    color: #757575;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.author-senoff-txt h5.h5-sm {
    line-height: 1;
    font-weight: 800;
    margin-bottom: 15px;
}

.author-senoff-txt p {
    color: #757575;
    padding-right: 5%;
    margin-bottom: 0;
}

.author-follow-btn {
    display: inline-block;
    position: absolute;
    color: #757575;
    font-size: 0.925rem;
    line-height: 1;
    font-weight: 400;
    padding: 4px 10px;
    top: 1px;
    right: 12px;
    border: 1px solid #888;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*------------------------------------------*/
/*  OTHER POSTS TYPOGRAPHY
/*------------------------------------------*/

.other-posts {
    margin-top: 70px;
    padding: 70px 6% 0;
    border-top: 1px solid #ddd;
}

.other-posts h6 {
    color: #777;
    margin-bottom: 8px;
}

.prev-post a,
.next-post a {
    color: #999;
    font-size: 1.0625rem;
    line-height: 1.2;
}

.all-posts a {
    color: #999;
    font-size: 1.75rem;
    line-height: 1;
}

.prev-post a:hover,
.next-post a:hover {
    color: #000;
    text-decoration: underline;
}

.all-posts a:hover {
    color: #333;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

.comments-wrapper {
    padding: 0 6%;
}

.post-comments h5 {
    padding-bottom: 30px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

.post-comments img {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.media-body p {
    color:  #757575;
}

.comment-meta {
    margin-bottom: 10px;
}

.comment-meta h6 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2px;
}

.comment-date {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.btn-reply {
    margin-left: 3px;
}

.btn-reply a {
    color:  #888;
    font-size: 15px;
    font-weight: 400;
}

.btn-reply a i {
    font-size: 13px;
    margin-right: 1px;
}

.btn-reply a:hover {
    color: #222;
}

.post-comments hr {
    margin-top: 24px;
    margin-bottom: 40px;
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/

.post-comments #leave-comment h5 {
    padding-bottom: 0;
    margin-top: 80px;
    margin-bottom: 3px;
    border: none;
}

.comment-form {
    position: relative;
    margin-top: 50px;
}

.comment-form p {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block;
}

.comment-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.comment-form .form-control:focus {
    border-color: #00b2e4;
    outline: 0px none;
    box-shadow: none;
}

.comment-form textarea { min-height: 200px; }
.comment-form textarea.form-control {
    padding: 20px;
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.comment-form .btn {
    margin-top: 10px;
}

.comment-form .btn:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form .contact-form-msg {
    display: none;
    font-weight: 400;
    margin-bottom: 20px;
}

.comment-form label.error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px;
}

.comment-form .form-control {
    transition: none;
}

.comment-form .form-control.error {
    font-size: 17px!important;
    margin-bottom: 6px;
    border-color: #e74c3c;
}




/* ==========================================================================
  21. CONTACTS
  =========================================================================== */

#contacts-3 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.contacts-4 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contacts-4 .form-wrapper {
    padding: 0 10%;
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

.contact-1-box {
    margin-bottom: 30px;
}

.contact-3-box {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 8px;
    padding: 65px 25px;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bg-lightcyan .contact-3-box,
.bg-lightgrey .contact-3-box {
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    -moz-box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
    box-shadow: 0 12px 32px 0 rgba(0, 35, 70, .12);
}

.bg-lightcyan .contact-3-box:hover,
.bg-lightgrey .contact-3-box:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/*------------------------------------------*/
/*  CONTACT BOX TYPOGRAPHY
/*------------------------------------------*/

.contact-1-box h5 {
    margin-bottom: 10px;
}

.contact-1-box p {
    font-weight: 400;
    margin-bottom: 0;
}

.contact-3-box h5 {
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 12px;
}

.contact-3-box p {
    padding: 0 5px;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  Request Form Info
/*------------------------------------------*/

.request-form-info li {
    display: inline-block !important;
    margin-bottom: 0;
}

.request-form-info li {
    font-size: 0.975rem;
    line-height: 1;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 0;
}

.bg-lightgrey .request-form-info li {
    color: #999;
}

.request-form-info li i {
    font-size: 0.85rem;
    line-height: 1rem;
    margin-right: 2px;
}

/*------------------------------------------*/
/*  Contact Form Input
/*------------------------------------------*/

.contact-form .form-control,
.contact-form .custom-select {
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 0;
    color: #444;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.contact-form .custom-select {
    display: inline-block;
    width: 100%;
    box-shadow: 0;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea { min-height: 220px; }
.contact-form textarea.form-control {
    padding: 20px 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: #555; }
.contact-form .form-control:-ms-input-placeholder { color: #555; }
.contact-form .form-control::-webkit-input-placeholder { color: #555; }

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus,
.contact-form .custom-select:focus {
    outline: 0px none;
    box-shadow: none;
    border-color: #6a7685;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*------------------------------------------*/
/*  Contact Form Button
/*------------------------------------------*/

.contacts-4 .request-form .btn {
    padding: 13px 50px;
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contact-form .contact-form-msg {
    display: none;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-form label.error {
    color: #e74c3c;
    font-size: 14.5px;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-form .form-control {
    transition: none;
}

.contact-form .form-control.error {
    font-size: 17px!important;
    margin-bottom: 6px;
    border-color: #e74c3c;
}




/* ==========================================================================
  22. FOOTER
  =========================================================================== */

.footer {
    padding-top: 100px;
    padding-bottom: 30px;
}

.bg-dark .footer-box p,
.bg-dark .footer-form p,
.bg-dark .footer-links li a,
.bg-dark .footer-copyright p,
.bg-dark .bottom-footer-list li a {
    color: #bbb;
}

/*------------------------------------------*/
/*   FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h6 {
    line-height: 1;
    margin-bottom: 25px;
}

p.foo-email,
.footer-box p,
.footer-info p {
    margin-bottom: 3px;
}

p.foo-email a {
    font-weight: 500;
    text-decoration: underline;
}

/*------------------------------------------*/
/*   FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
    width: auto !important;
    display: block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0;
    padding: 0;
}

.footer-links li p {
    margin-bottom: 10px;
}

.footer-links li a:hover {
    color: #000;
}

.bg-dark .footer-links li a:hover {
    color: #fff;
}

/*------------------------------------------*/
/*   FOOTER SOCIAL LINKS
/*------------------------------------------*/

.footer-5 .footer-slinks {
    padding-left: 25px;
}

.foo-socials {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto 0;
}

.foo-socials li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    margin: 0 0 10px 0;
    padding: 0;
}

.foo-socials a {
    display: flex;
    background-color: #eee;
    border: 2px solid #eee;
    width: 38px;
    height: 38px;
    color: #666;
    font-size: 17px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.foo-socials a.ico-telegram:hover { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
.foo-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
.foo-socials a.ico-instagram:hover { background-color: #dc3c59; border-color: #dc3c59; color: #fff; }
.foo-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; color: #fff; }
.foo-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; color: #fff; }
.foo-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; color: #fff; }
.foo-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; color: #fff; }
.foo-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; color: #fff; }
.foo-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; color: #fff; }
.foo-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; color: #fff; }
.foo-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-yahoo:hover { background-color: #7b0099; border-color: #7b0099; color: #fff; }
.foo-socials a.ico-yelp:hover { background-color: #d32323; border-color: #d32323; color: #fff; }

/*------------------------------------------*/
/*   FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-4 .footer-form {
    padding-left: 25px;
}

.newsletter-footer-form {
    margin-bottom: 0;
}

.footer-form .form-control {
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    color: #666;
    font-size: 1.0625rem;
    padding: 0 15px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.footer-form .form-control.error {
    border-color: #e74c3c;
}

.footer-form .form-control.error:focus {
    border-color: #e74c3c;
}

.footer-form .form-control.error + .input-group-btn .btn {
    border-color: #e74c3c;
}

.loading_footer {
    color: #757575;
    font-weight: 400;
}

/*------------------------------------------*/
/*    Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
    border: 1px solid #ccc;
    border-right: none;
    outline: 0;
    box-shadow: none;
}

/*------------------------------------------*/
/*    Newsletter Form Button
/*------------------------------------------*/

.footer-form .btn {
    height: 50px;
    color: #aaa;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: none;
    font-size: 1.45rem;
    line-height: 1!important;
    padding: 0 10px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.footer-form .btn i {
    font-size: 1.5rem;
    margin-top: -4px;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
    font-size: 0.925rem;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 15px;
    margin-left: 5px;
}

.footer-form .form-notification.error {
    color: #f6412d!important;
}

.footer-form .form-notification.valid {
    color: #48af4b!important;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.bg-dark .bottom-footer {
    border-top: 1px solid #555;
}

/*------------------------------------------*/
/*  FOOTER COPYRIGHT
/*------------------------------------------*/

.footer-copyright p {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  BOOTOM FOOTER LINKS
/*------------------------------------------*/

.bottom-footer-list li {
    display: inline-block !important;
    margin-bottom: 0;
}

.bottom-footer-list li p {
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    margin-left: 10px;
    margin-bottom: 0;
}

.bottom-footer-list p:after {
    content: "|";
    padding-left: 11px;
    position: relative;
    top: -1px;
}

.bottom-footer-list p.last-li:after {
    content: " ";
    padding-left: 0;
}




/* ==========================================================================
  23 INNER PAGE HERO
  =========================================================================== */

.page-hero-section {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll!important;
    background-image: url(../images/page-hero.png);
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 65px;
}

/*
#about-page {
  background-image: url(../images/about-page.jpg);
}

#services-page {
  background-image: url(../images/services-page.jpg);
}

#team-page {
  background-image: url(../images/team-page.jpg);
}

#pricing-page {
  background-image: url(../images/pricing-page.jpg);
}

#faqs-page.page-hero-section {
  background-image: url(../images/faqs-page.jpg);
}

#terms-page {
  background-image: url(../images/terms-page.jpg);
}

#blogs-page {
  background-image: url(../images/blogs-page.jpg);
}

#contacts-page {
  background-image: url(../images/contacts-page.jpg);
}
*/

.page-hero-section p {
    font-size: 1.15rem;
    padding: 0 10%;
    margin-top: 15px;
    margin-bottom: 0;
}




/* ==========================================================================
  24. TERMS PAGE
  =========================================================================== */

/*------------------------------------------*/
/*  TERMS PAGE TYPOGRAPHY
/*------------------------------------------*/

.terms-box {
    margin-bottom: 30px;
}

.terms-box h5 {
    margin-bottom: 25px;
}

.terms-box a {
    font-weight: 500;
}




/* ==========================================================================
  25. PAGE PAGINATION
  =========================================================================== */

.page-pagination {
    padding-bottom: 100px;
}

.page-link {
    color: #666;
    font-weight: 600;
    padding: 8px 15px;
    margin: 0 3px;
    background-color: transparent;
    border-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-item.disabled .page-link {
    color: #aaa;
    background-color: transparent;
    border-color: transparent;
}

.next-page.page-link1 {
    margin-left: 30px;
}

.page-link:hover,
.page-item.active .page-link {
    background-color: #e5e5e5;
    color: #333;
    border-color: #e5e5e5;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
}

.page-link:focus {
    background-color: transparent;
    color: #666;
    border-color: transparent;
    box-shadow: 0 0;
}




/* ==========================================================================
  26. SCROLL TO TOP
  =========================================================================== */

#scrollUp {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 35px;
    right: 25px;
    z-index: 99;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(35, 35, 35, .2);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}

#scrollUp:hover {
    background-color: rgba(35, 35, 35, .5);
}

nav a#pull {
    display: none;
}




/* ==========================================================================
   STYLE CHANGER
  ========================================================================== */

#stlChanger {
    position: fixed;
    z-index: 9999;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    right: -230px;
    top: 100px;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#stlChanger.open {
    right: 0px;
}

#stlChanger .bgChanger {
    min-width: 280px;
    min-height: 280px;
}

#stlChanger .blockChanger {
    width: 230px;
}

#stlChanger .chBody {
    background: #2b2e37;
    width: 230px;
    position: relative;
    overflow: hidden;
    border: 1px solid #2b2e37;
    border-radius: 6px 0px 0px 6px;
    height: 550px;
    overflow: scroll;
    overflow-x: hidden;
    direction: rtl;
    margin-left: 50px;
}

#stlChanger .chBut {
    background: #ff5607;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1000000;
    text-align: center;
    border: 1px solid #ff5607;
    border-left: none;
    padding: 0 0 0 2px;
    border-radius: 6px 0px 0px 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
#stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
    color: #fff;
    font-size: 2.5rem;
    line-height: 48px!important;
}

#stlChanger p {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

#stlChanger .stBgs a {
    text-decoration: none;
    width: 50px;
    height: 50px;
    float: left;
    padding: 0;
    margin: 0 5px 8px;
    cursor: pointer;
    opacity: 1;
}

#stlChanger .stBgs a img {
    width: 50px;
    height: 50px;
}

#stlChanger .stBgs a:hover {
    opacity: 0.7;
}

.stBlock1 {
    margin: 0 20px 25px 20px;
}

.stBlock .btn {
    width: 100%;
    line-height: 1;
    margin-top: 15px;
}

.s_1 img {
    opacity: 1;
    margin-bottom: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.s_1 img:hover {
    opacity: 0.8;
}


