/*------------------------------------------------------------------*/
/*	Start CSS
/*------------------------------------------------------------------*/
@font-face {
    font-family: 'Swissra';
    src: url('fonts/Swissra-Light.eot');
    src: url('fonts/Swissra-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Swissra-Light.woff2') format('woff2'),
    url('fonts/Swissra-Light.woff') format('woff'),
    url('fonts/Swissra-Light.ttf') format('truetype'),
    url('fonts/Swissra-Light.svg#Swissra-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Swissra';
    src: url('fonts/Swissra-Medium.eot');
    src: url('fonts/Swissra-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Swissra-Medium.woff2') format('woff2'),
    url('fonts/Swissra-Medium.woff') format('woff'),
    url('fonts/Swissra-Medium.ttf') format('truetype'),
    url('fonts/Swissra-Medium.svg#Swissra-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Swissra';
    src: url('fonts/Swissra-Bold.eot');
    src: url('fonts/Swissra-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Swissra-Bold.woff2') format('woff2'),
    url('fonts/Swissra-Bold.woff') format('woff'),
    url('fonts/Swissra-Bold.ttf') format('truetype'),
    url('fonts/Swissra-Bold.svg#Swissra-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Swissra';
    src: url('fonts/Swissra-Heavy.eot');
    src: url('fonts/Swissra-Heavy.eot?#iefix') format('embedded-opentype'),
    url('fonts/Swissra-Heavy.woff2') format('woff2'),
    url('fonts/Swissra-Heavy.woff') format('woff'),
    url('fonts/Swissra-Heavy.ttf') format('truetype'),
    url('fonts/Swissra-Heavy.svg#Swissra-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'socicons';
    src: url('fonts/socicon-webfont.eot');
    src: url('fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/socicon-webfont.svg#socicon') format('svg'),
    url('fonts/socicon-webfont.woff') format('woff'),
    url('fonts/socicon-webfont.woff2') format('woff2'),
    url('fonts/socicon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
}
body {
    background: #fbfbfb;
    letter-spacing: .2px;
    font-family: 'Swissra', Tahoma;
    direction: rtl;
}
.main-wrapper {
    overflow: hidden;
}
.inner-con {
    overflow: hidden;
    padding: 0px 15px;
    background: #fff;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
::-moz-selection {
    background: #ff8d00;
    color: #fff;
}
::selection {
    background: #ff8d00;
    color: #fff;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0 !important;
    -webkit-appearance: none;
}
a:hover,
a:focus {
    box-shadow: none !important;
    -webkit-appearance: none;
}
.header-con {
    /* height: 121px; */
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    transition: all ease .3s;
}
.navbar-header {
    float: left;
}
.nv-wr {
    background: #232323;
}
.con-cs {
    max-width: 1480px;
    width: 100%;
}
.hcloned {
    border: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    transition: .5s transform;
    transform: translateY(0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
.heads-up {
    transform: translateY(-105%);
    transform: translate3d(0, -105%, 0);
}
.header-logo-small,
.hcloned .header-top,
.hcloned .header-logo {
    display: none;
}
.hcloned .header-nav,
.hcloned .header-bot {
    width: 100%;
}
.hcloned .header-logo-small {
    display: inline-block;
    float: right;
    max-width: 150px;
    vertical-align: middle;
    line-height: 50px;
}
.hcloned .header-logo-small img {
    display: inline-block;
}
/*------------------------------------------------------------------*/
/*	Start Header Content
/*------------------------------------------------------------------*/
.mws-nav {
    float: left;
    margin: 0;
}
.header-bot {
    margin: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    transition: all ease .4s;
}
.header-logo {
    float: right;
    overflow: hidden;
    margin: 14px auto;
    max-width: 270px;
    transition: all ease .4s;
}
.header-logo a {
    float: right;
    width: 100%;
    height: 100%;
}
.header-bot li {
    display: inline;
    float: right;
}
.up-nav {
    float: left;
    direction: rtl;
}
.up-nav li {
    position: relative;
    display: inline;
    padding: 0 10px;

}
.up-nav li:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    float: left;
    width: 2px;
    height: 20px;
    background: #d4d4d4;
    content: "";
    transform: translateY(-50%);
}
.up-nav li:last-child:after {
    display: none;
    opacity: 0;
}
.header-top li a {
    color: #959595;
    font-size: 12px;
    line-height: 50px;
}
.mws-nav > li {
    border-bottom: 2px solid #ffffff;
}
.mws-nav > li:focus,
.mws-nav > li:hover {
    border-bottom: 2px solid #ff8d00
}
.nav .navbar-nav {
    direction: rtl !important;
}
.navbar-nav li a {
    padding: 0 10px;
    color: #6e6e6e;
    font-size: 12px;
    line-height: 60px;
    transition: all ease .4s;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
    color: #696c6e;
}
.dropdown-menu {
    right: 0;
    padding: 0;
    width: 200px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    Background: none !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: transparent;
}
.nav > li > a:focus {
}
.nav > li > a:hover {
    border-bottom-color: #fbfbfb;
    background: transparent;
    color: #ff8d00;
}
.navbar-toggle {
    float: left;
    box-sizing: border-box;
    margin: 55px 30px;
    margin: 15px 10px 15px 30px;
    padding: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #2256A1;
    border-radius: 0;
    background: none;
    color: #2256A1;
    transition: all ease .3s;
}
.navbar-toggle.collapsed {

    border: 0px solid #ff8d00;

    border-radius: 0;

    background: none;
}
.navbar-toggle:hover,
.navbar-toggle {
    float: right;
    border: 0px solid #ff8d00;
    background: #ff8d00;
}
.menu-icon {
}
.menu-icon:before {
    display: block;
    color: #fff;
    content: "\f118";
    font-style: normal;
    font-size: 20px;
    font-family: Flaticon;
    font-family: Flaticon;
    line-height: 45px;
    transition: all ease .3s;
}
.navbar-toggle.collapsed .menu-icon:before {
    margin-right: auto;
    margin-left: auto;
    background: #ff8d00;
    color: #fff;
    content: "\f11a";
    transition: all ease .3s;
}
.navbar-collapse {
    padding: 0;
    border: none;
    box-shadow: none;
}
.header-nav {

    float: left;

    padding: 0 0 0 30px;
}
.header-top {

    /* line-height: 60px; */
}
.header-tele {
    float: left;
    margin: 0 20px 0 0;
    font-weight: bold;
    font-family: arial;
    line-height: 50px;
    direction: ltr;
}
.header-tele:before {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    padding: 0 20px;
    height: 50px;
    background: #f8f8f8;
    content: '';
    content: "\f101";
    font-weight: 100;
    font-size: 31px;
    font-family: Flaticon;
    line-height: 50px;
}
.up-nav {
    margin: 0;
    padding: 0;
}
.header-bot {
}
.upper-nav {
    margin: 0;
    width: 100%;
    border: 0;
}
.header-nav .cont-btn {
    float: left;
    margin: 11px 0;
    padding: 0 30px;
    height: 40px;
    border-radius: 36px;
    background: #ff8d00;
    color: #fff;
    line-height: 40px;
}
.book-btn-wr {
    float: right;
    margin: 4px 0 0 0;
}
.book-btn-wr a {
    display: block;
    padding: 5px 30px;
    background: #ff8d00;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    font-family: "CenturyG";
}
.rev_slider * {
    font-family: "Swissra" !important;
}
/*-----Header Details-------------------------*/

/*-----Upper Services-------------------------*/
.upper-services-wr {
    padding: 80px 0;
}
.upper-services-wr .section-title-wr {
}
.upper-services-wr .sec-tit {
    color: #ff991a;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}
.upper-services-wr .sec-desc {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}
.upper-services-wr .section-content {
    padding: 80px 0 0 0;
}
.upper-services-item {
    margin: auto;
    padding: 40px;
    width: 220px;
    height: 220px;
    border: 10px solid #e6e6e6;
    border-radius: 220px;
    transition: all ease .3s
}
.upper-services-item:hover {
    background: #e6e6e6;
}
.upper-services-item img {
    margin: auto;
}
.upper-services-item + h3 {

    margin: 20px auto;

    max-width: 75%;

    color: #000;

    font-size: 18px;
}
/*-----Works Section-------------------------*/

.works-wr {
    padding: 100px 0;
    background: #1b1b1b;
}
.works-wr .section-title-wr {
}
.works-wr .sec-tit {
    color: #fff;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}
.works-wr .sec-desc {
    color: #ff991a;
    font-weight: 500;
    font-size: 24px;
}
.works-wr .section-content {
    padding: 90px 0 60px 0;
}
.works-item-wr {
    margin-bottom: 30px;
}
.works-item {
    position: relative;
}
.works-item img {
}
.works-item h3 {
    position: absolute;
    top: 50%;
    right: 60px;
    z-index: 10;
    margin: 0;
    padding: 0px 0 7px 0;
    color: #000;
    font-weight: 900;
    line-height: 50px;
    opacity: 0;
    transition: all ease .3s;
    transform: translateY(-50%);
}
.works-item h3:before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    width: 30%;
    height: 2px;
    background: #ff8d00;
    content: '';
    transition: all cubic-bezier(0.81, 0.01, 0.9, 0.32) .5s;
}
.works-item h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background: #000;
    content: '';
    transition: all cubic-bezier(0.55, -0.04, 0.76, 0.12) .4s;
}
.works-item h3:hover:before {
    width: 100%
}
.works-item h3:hover:after {
    width: 0
}
.works-item a {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 10;
    display: block;
    padding: 0 30px;
    background: #000;
    color: #fff;
    line-height: 50px;
    opacity: 0;
    transition: all ease .3s;
    transform: translateY(-50%);
}
.works-item a:hover {
    background: #ff8d00;
    color: #000;
}
.works-item-layer {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all ease .3s;
}
.works-item-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*--HOVER---------------------*/
.works-item:hover {
    position: relative;
}
.works-item:hover .works-item img {
}
.works-item:hover h3 {
    right: 30px;
    opacity: 1;
}
.works-item:hover a {
    left: 0;
    opacity: 1;
}
.works-item:hover .works-item-layer {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    opacity: .85;
    transition: all ease .3s;
}
.works-page-btn {
    display: inline-block;
    padding: 20px 70px;
    border: 2px solid #ff8d00;
    border-radius: 50px;
    background: transparent;
    color: #ff8d00;
    transition: all cubic-bezier(0.6, -0.04, 0.77, 0.4) .3s;
}
.works-page-btn:hover {
    background: #ff8d00;
    color: #000;
}
/*-----Brand Dev Sec-------------------------*/

.brand-dev-sec {
    padding: 100px 0 0 0;
    background: #f8f8f8;
}
.brand-dev-sec .section-title-wr {
}
.brand-dev-sec .sec-tit {
    color: #151515;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}
.brand-dev-sec .sec-desc {
    color: #ff991a;
    font-weight: 500;
    font-size: 24px;
}
.brand-dev-sec .section-content {
    padding: 90px 0 0px 0;
}
.brand-dev-sec .nav {
    text-align: center;
}
.brand-dev-sec .nav li {
    display: inline-block;
}
.brand-dev-sec .nav li a {
    display: inline-block;
    margin: 0 20px;
    padding: 0;
    color: #5c5c5c;
    vertical-align: middle;
    font-size: 18px;
    transition: all ease .3s;
}
.brand-dev-sec .nav li.active a {
    color: #000;
}
.brand-dev-sec .nav li span {
    display: inline-block;
    margin: 0 0 0 15px;
    width: 96px;
    height: 96px;
    border-radius: 60px;
    background: #c7c7c7;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 96px;
    transition: all ease .3s;
}
.brand-dev-sec .nav li.active span {
    background: #ff8d00;
}
.brand-dev-sec .step-1 li:nth-child(1) span {
    background: #ff8d00;
}
.brand-dev-sec .step-2 li:nth-child(2) span,
.brand-dev-sec .step-2 li:nth-child(1) span {
    background: #ff8d00;
}
.brand-dev-sec .step-3 li:nth-child(2) span,
.brand-dev-sec .step-3 li:nth-child(1) span {
    background: #ff8d00;
}
.brand-dev-sec .step-1 li:nth-child(1) a {
    color: #000;
}
.brand-dev-sec .step-2 li:nth-child(2) a,
.brand-dev-sec .step-2 li:nth-child(1) a {
    color: #000;
}
.brand-dev-sec .step-3 li:nth-child(2) a,
.brand-dev-sec .step-3 li:nth-child(1) a {
    color: #000;
}
.progress {
    overflow: visible;
    margin: 40px 0 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.progress .progress-bar {
    position: relative;
    height: 10px;
    background: #ff8d00;
    box-shadow: none;
}
.progress .progress-bar:after {
    position: absolute;
    bottom: -15px;
    left: 40px;
    width: 0;
    height: 0;
    border-width: 15px 15px 0 15px;
    border-style: solid;
    /* display:block; */
    border-color: #ff8d00 transparent transparent transparent;
    content: '';
}
.brand-dev-sec .tab-content-wr {
    background: #fff;
}
.brand-dev-sec .tab-pane h2 {
    margin: 40px auto;
    max-width: 70%;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
}
.brand-dev-sec .tab-pane h2:after {
    display: block;
    margin: 40px auto;
    width: 40%;
    height: 1px;
    background: #ccc;
    content: '';
    font-weight: 900;
    line-height: 30px
}
.brand-dev-sec .tab-pane p {
    margin: 40px auto;
    max-width: 90%;
    color: #2d2d2d;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.brand-dev-sec .tab-pane {
    padding-bottom: 30px
}
.brand-dev-sec .nav li a:focus {
    background: inherit
}
/*-----We Serve You Sec-------------------------*/

.we-serve-you {
    padding: 40px 0 0 0;
    border-bottom: 5px solid #ff8d00;
    background: #ffffff;
}
.we-serve-you .section-title-wr {
}
.we-serve-you .sec-tit {
    color: #151515;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}
.we-serve-you .sec-desc {
    color: #ff991a;
    font-weight: 500;
    font-size: 24px;
}
.we-serve-you .section-content {
    padding: 90px 0 60px 0;
}
.we-serv-item {
    margin: auto;
    min-height: 120px;
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    text-align: center;
    line-height: 120px;
}
.we-serv-item img {
    display: inline-block;
    margin: auto;
    max-width: 100%;
    width: auto;
}
/*-----We Serve You Sec-------------------------*/

.media-section {
    padding: 100px 0 40px 0;
    background: #f8f8f8;
}
.media-sect-tit-wr {
}
.media-sect-tit-wr h2 {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #000;
    color: #000;
    font-weight: 900;
    font-size: 32px;
}
.media-sect-tit-wr a {
    float: left;
    padding: 10px 30px;
    background: #000;
    color: #ff8d00;
}
.latest-news-wr {
}
.latest-vids-wr {
}
.media-sec-con {
    padding: 70px 0 0 0;
}
/*-------------------------------*/

.single-news-item {
    position: relative;
    margin-bottom: 20px;

    height: 200px
}
.single-news-item .img-wr {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all ease .3s;
}
.single-news-item .img-wr img {
}
.single-news-item .content-wr {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 30px 70px 30px 20px;
    width: 70%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all ease .3s;
}
.single-news-item .content-wr h3 {
    margin: 0 0 30px 0;
    font-size: 15px;
}
.single-news-item .content-wr span {
    display: inline-block;
    line-height: 30px;
}
.single-news-item .content-wr span:before {
    display: inline-block;
    margin: 0 0 0 10px;
    height: 35px;
    content: "\f106";
    vertical-align: middle;
    font-size: 26px;
    font-family: Flaticon;
}
.single-news-item .content-wr a {
    float: left;
    margin: 0 0 0 -20px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
}
.single-news-item .content-wr a:hover {
    background: #ff8d00;
    color: #000;
}
.single-news-item:hover .content-wr,
.single-news-item:hover .img-wr {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}
/*-------------------------------*/

.single-vid-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 180px;
    transition: all ease .3s;
}
.single-vid-item .img-wr {
}
.single-vid-item .item-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all ease .3s;
    transform: translateY(40px);
}
.single-vid-item img {
}
.single-vid-item .play_btn {
    position: absolute;
    top: 0;
    right: 0;
    /*background-size: contain;*/
    left: 0;
    z-index: 5;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("images/play_vid_btn.svg") center no-repeat;
    opacity: 0;
    transition: all ease .3s;
}
.single-vid-item:hover .play_btn {
    opacity: 1;
}
.single-vid-item:hover .item-layer {
    background: rgba(0, 0, 0, 0.4);
    transform: translateY(0);
}
.single-vid-item:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}
/*-----We Serve You Sec-------------------------*/

.ht-clients {
    padding: 50px 0 30px 0;
    background: #ffffff;
}
.ht-clients .section-title-wr {
}
.ht-clients .sec-tit {
    color: #151515;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}
.ht-clients .sec-desc {
    color: #ff991a;
    font-weight: 500;
    font-size: 24px;
}
.clients-slider {
    margin: 50px 0 0px 0;
    direction: ltr;
}
.clients-slider * {
    outline: 0 !important;
}
.clients-item {
    padding: 0px 0px;
    height: 130px;
    vertical-align: middle;
    text-align: center;
    line-height: 130px;
    border: 1px solid #e8e8e8;
    border-radius: 25px;
    margin-bottom: 25px;
}
.clients-item img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all ease .3s;
}
.clients-item:hover img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.ht-clients .section-content {
    position: relative;
}
.ht-cl-slider-ctrl {
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 60px;
    background: #ccc;
    color: #515151;
    transition: all ease .3s;
    transform: translateY(-50%);
}
.ht-cl-slider-ctrl:hover {
    background: #ff8d00;
    color: #000;

}
.ht-cl-slider-ctrl:before {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: Flaticon;
    line-height: 36px;

}
.sl-right {
    right: -100px;

}
.sl-left {
    left: -100px;

}
.sl-right:before {
    content: "\f102";
    font-family: Flaticon;

}
.sl-left:before {
    content: "\f103";
    font-family: Flaticon;

}
/*-----CTA sec -------------------------*/

.cta-sec {
    padding: 100px 0;
    background: url("images/cta_bg.jpg") center no-repeat fixed;
    background-size: cover;
    text-align: center;
}
.cta-sec h2 {
    margin: 0 0 40px 0;
    color: #000;
    font-weight: 900;
    font-size: 32px;
}
.cta-sec a {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    transition: all ease .3s;
}
.cta-sec a:hover {
    padding: 15px 50px;
}
/*-----Footer -------------------------*/
.site-footer {
    padding: 60px 0 0 0;
}
.footer-logo {
    float: right;
    overflow: hidden;
    margin: 14px auto;
    vertical-align: middle;
    line-height: 50vh;
    transition: all ease .4s;
}
.footer-logo img {
    display: inline-block;
}
.fot-wid-wr {
    margin-bottom: 50px;
}
.fo-wid-tit {
}
.fo-wid-tit h2 {
    padding: 5px 0 15px 0;
    border-bottom: 3px solid #dbdbdb;
    font-weight: 600;
    font-size: 22px;
}
.fo-wid-con {
    min-height: 150px;

}
.fo-sitemap {
}
.fo-sitemap ul {
}
.fo-sitemap ul li {
    float: right;
    width: 50%;
}
.fo-sitemap ul li a {
    padding: 7px 0 8px 0;
    color: #7f7f7f;
    font-size: 12px;
    transition: all ease .2s;
}
.fo-sitemap ul li a:hover {
    color: #ff8d00;

}
.fo-sitemap ul li a:before {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 0px;
    height: 3px;
    background: #7f7f7f;
    content: '';
    vertical-align: middle;
    opacity: 0;
    transition: all ease .2s;
}
.fo-sitemap ul li a:hover:before {
    width: 7px;
    background: #ff8d00;
    opacity: 1;
}
.fo-newsletter {
}
.fo-newsletter p {
    max-width: 60%;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 18px;
}
.fo-newsletter .form-wr {
    position: relative;
}
.fo-newsletter .subscribe-form {
}
.fo-newsletter .subscribe-input {
    padding: 0 20px;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 50px;
    background: #e6e6e6;
}
.fo-newsletter .subscribe-submit {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 20px;
    border: 0;
    border-radius: 20px;
    background: #ff8d00;
    color: #fff;
    font-size: 14px;
}
.fo-contact {
}
.fo-contact .contact-item {
    margin: 0 0 15px 0;
}
.fo-contact .contact-item i:before {
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 28px;
}
.fo-contact .contact-item span {
    display: inline-block;
    width: 80%;
    color: #7f7f7f;
    vertical-align: middle;
    text-align: right;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}
/*==================================================*/
.social-icons li.facebook-ico a:before {
    content: "b";
}
.social-icons li.twitter-ico a:before {
    content: "a";
}
.social-icons li.google-ico a:before {
    content: "c";
}
.social-icons li.linkedin-ico a:before {
    content: "j";
}
.social-icons li.youtube-ico a:before {
    content: "r";
}
.social-icons li.instagram-ico a:before {
    content: "x";
}
.social-icons li.dribbble-ico a:before {
    content: "D";
}
.social-icons li.stumbleupon-ico a:before {
    content: "E";
}
.social-icons li.facebook-ico a:before {
    background: #3e5b98;
}
.social-icons li.twitter-ico a:before {
    background: #4da7de;
}
.social-icons li.google-ico a:before {
    background: #d93e2d;
}
.social-icons li.linkedin-ico a:before {
    background: #3371b7;
}
.social-icons li.youtube-ico a:before {
    background: #e02a20;
}
.social-icons li.instagram-ico a:before {
    background: #9c7c6e;
}
.social-icons li.dribbble-ico a:before {
    background: #e84d88;
}
.social-icons li.stumbleupon-ico a:before {
    background: #e64011;
}
.social-icons li.facebook-ico:hover a:before {
    color: #3e5b98;
}
.social-icons li.twitter-ico:hover a:before {
    color: #4da7de;
}
.social-icons li.google-ico:hover a:before {
    color: #d93e2d;
}
.social-icons li.linkedin-ico:hover a:before {
    color: #3371b7;
}
.social-icons li.youtube-ico:hover a:before {
    color: #e02a20;
}
.social-icons li.instagram-ico:hover a:before {
    color: #9c7c6e;
}
.social-icons li.dribbble-ico:hover a:before {
    color: #e84d88;
}
.social-icons li.stumbleupon-ico:hover a:before {
    color: #e64011;
}
/*--------------------------------------------*/
.fo-follow-us {
}
.fo-follow-us .social-icons {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
    /* direction: ltr; */
}
.fo-follow-us .social-icons li a {
    display: inline-block;
    overflow: hidden;
    margin: 0 0px 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0px;
    background: transparent !important;
    color: #ffffff;
    list-style: none;
    text-align: center;
    text-transform: initial;
    font-size: 20px;
    transition: all ease .3s;
}
.fo-follow-us .social-icons li a:hover {
    transform: scale(1.2);
}
.fo-follow-us .social-icons li {
    display: inline-block;
    margin: 0 5px 20px 5px;
    width: 40px;
    height: 40px;
}
.fo-follow-us .social-icons li a:before {
    display: block;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-family: "socicons";
    line-height: 40px;
    transition: all ease .4s;
    -webkit-transform: translate3d(0px, 0, 0) rotateY(0deg);
    transform: translate3d(0px, 0, 0) rotateY(0deg);
}
.fo-follow-us .social-icons li a:hover:before {
    background: #ccc;
}
.fo-follow-us .social-icons li a:after {
    display: none;
    content: '' !important;
}
.footer-bar {
    background: #000;
    line-height: 75px;
}
.footer-bar p {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
/*--------------------------------------------*/
/*----- PAGES --------------------------------*/
/*--------------------------------------------*/

.page-upper-sec {
    padding: 100px 0;
    min-height: 325px;
    background-size: cover;
}
.page-title-wr h1 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 38px;
    line-height: 40px;
}
.page-title-wr {
    text-align: right;
}
.page-bc-wr {
    color: #fff;
    text-align: right;
    font-weight: 900;
    font-size: 16px;
    line-height: 40px;
}
.page-bc-wr .breadcrumb {
    margin: 0;
    padding: 10px 0 10px 0;
    /* text-align: right; */
    background: transparent;
    color: #ff8d00;
    font-weight: 400;
    font-size: 14px;
}
.page-bc-wr .breadcrumb li {
    color: #fff;
}
.page-bc-wr .breadcrumb li a {
    color: #fff;
}
.page-bc-wr .breadcrumb li a:hover {
    color: #ff8d00;
}
.page-bc-wr .breadcrumb li.active {
}
.page-content * {
    line-height: 2.2;
}
.tab-content {
    padding: 20px 0 0 0;
}
.tab-content ul {
    padding: 20px 40px;
    border: 2px solid #fff;
    background: #fff;
}
.tab-content ul li {
    display: block;
    margin: 10px 0 10px 0;
    padding: 0 20px 0 0;
    border-right: 3px solid #ff8d00;
}
.tab-content ul li a {
}
.page-content {
    padding: 50px 0;
}
.page-tabs {

    text-align: center;

    /* border-color: #ff8d00; */
}
.page-tabs li {

    display: inline-block;

    float: none;
}
.page-tabs li a {

    color: #929292;
}
.page-tabs li.active a:hover,
.page-tabs li.active a:focus,
.page-tabs li.active a {
    /* border-color: #fd8c00; */
    border-bottom-color: #fbfbfb;
    background: transparent;
    color: #ff8d00;
}
.page-portfolio {
    padding: 100px 0 0 0;
    background: #f3f3f3;
}
/*-------------------------------*/
.contact-form {

}
.contact-form .form-control {
    min-height: 50px;
    border-color: #cbcbcb;
    border-radius: 0;
}
.contact-form .form-control:hover,
.contact-form .form-control:focus {
    border-color: rgb(255, 141, 0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255, 141, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(255, 141, 0);
}
.contact-form .btn {
    display: block;
    margin: auto;
    min-height: 70px;
    width: 50%;
    border: 0;
    border-radius: 0;
    background: #ff8d00;
    color: #fff;
}
.cont-form-wr {
    padding: 50px 0 80px 0;
    background: #ececec;
}
/*-------------------------------*/
/*	Responsive
/*-------------------------------*/
@media screen and (max-width: 1000px) {
    .dropdown-submenu > .dropdown-menu {
        top: 45px;
        right: 0;
        margin-top: 0px;
        margin-left: 0px;
    }
    .navbar-nav .dropdown-submenu .open .dropdown-toggle::after {
        transform: rotate(180deg);
    }
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #e6e6e6;
        color: #2d2d2d;
    }
    .dropdown-menu {
        Width: 100%;
    }
    .header-top-shr .me-nav {
        margin-top: 0;
    }
    .upper-navi {
        margin: 0 auto;
    }
    ul.dropdown-menu {
        margin: 0;
        padding: 0;
    }
    ul.dropdown-menu li {
        width: 100%;
    }
    .navbar-collapse {
        text-align: center;
    }
    /*------------------------------*/
    .header-top {
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    .header-tele {
        display: inline-block;
        float: left;
    }
    .up-nav {
        float: right;
        text-align: center;
    }
    .header-nav .cont-btn {
    }
    .header-nav {
        width: 100%;

    }
    .header-logo {
        float: none;
        margin: auto;
        max-width: 230px;
    }
    .WebProduct-Content {
        text-align: center;
    }
    /*------------------------------*/
    .brand-dev-sec .nav li {
        display: block;
        text-align: center;
    }
    .brand-dev-sec .nav li a {
        display: block;
        margin: 0 20px;
        padding: 0;
        color: #5c5c5c;
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        transition: all ease .3s;
    }
    .brand-dev-sec .nav li.active a {
        color: #000;
    }
    .brand-dev-sec .nav li span {
        display: block;
        margin: 0 0 0 15px;
        margin: 20px auto 10px auto;
        width: 40px;
        height: 40px;
        border-radius: 60px;
        background: #c7c7c7;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        line-height: 40px;
        transition: all ease .3s;
    }
    /*-------------------------------*/
    .single-news-item {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        height: auto;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    .single-news-item .img-wr {
        position: static;
        float: right;
        margin: auto;
        width: 30%;
        box-shadow: none;
        transition: all ease .3s;
    }
    .single-news-item .img-wr img {
        width: 100%;
    }
    .single-news-item .content-wr {
        position: static;
        float: left;
        padding: 35px 20px 30px 20px;
        width: 70%;
        background: #fff;
        box-shadow: none;
        transition: all ease .3s;
    }
    .single-news-item .content-wr h3 {
        margin: 0 0 30px 0;
        font-size: 15px;
    }
    .single-news-item .content-wr span {
        display: inline-block;
        line-height: 30px;
    }
    .single-news-item .content-wr span:before {
        display: inline-block;
        margin: 0 0 0 10px;
        height: 35px;
        content: "\f106";
        vertical-align: middle;
        font-size: 26px;
        font-family: Flaticon;
    }
    .single-news-item .content-wr a {
        float: left;
        margin: 0 0 0 -20px;
        padding: 10px 20px;
        background: #000;
        color: #fff;
    }
    .single-news-item .content-wr a:hover {
        background: #ff8d00;
        color: #000;
    }
    .single-news-item:hover {
        box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }
    .single-news-item:hover .content-wr,
    .single-news-item:hover .img-wr {
        box-shadow: none;
        transform: translateY(0);
    }
    .media-section {
        padding: 50px 0 0 0
    }
    .media-sect-tit-wr {
        overflow: hidden;
        margin: 70px 0 0 0;
    }
    /*-------------------------------*/
    .fo-wid-tit h2 {
        padding: 5px 0 15px 0;
        border-bottom: 3px solid #dbdbdb;
        text-align: center;
        font-weight: 600;
        font-size: 22px
    }
    .fo-wid-con {
        min-height: initial;
    }
    .fo-newsletter p {
        margin: 20px 0 20px 0
    }
    .fo-follow-us .social-icons {
        text-align: center
    }
    .footer-logo {
        float: none;
        /* overflow: hidden; */
        /* margin: 14px auto; */
        margin: 0px auto 50px auto;
        line-height: 0;
        transition: all ease .4s;
    }
    .footer-logo img {
        display: block;
        margin: auto;
        max-width: 100%;
        width: auto;
    }
    .footer-bar {
        padding: 10px 0;
        line-height: 40px;
    }

}
@media screen and (max-width: 767px) {
    .navbar-toggle {
        display: block;
        float: right;
    }
    .navbar-nav > li a {
        margin: auto;
        padding: 0 5px;
        width: 100%;
        background: #ff8d00;
        color: #FFF;
        text-align: center;
        font: 12px/45px "Swissra", Tahoma, Geneva, sans-serif !important;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        margin: auto;
        width: 100%;
        height: 35px;
        background: #181818;
        color: #828282;
        text-align: right;
        font: 12px/25px "Swissra", Tahoma, Geneva, sans-serif !important;
    }
    .upper-nav .nav .open > a,
    .upper-nav .nav .open > a:hover,
    .upper-nav .nav .open > a:focus,
    .upper-nav .nav > li > a:hover,
    .upper-nav .nav > li > a:focus {
        background: #252525;
        color: #fbfbfb;
    }
    .dropdown-menu {
        Width: 100%;
    }
    .header-nav {
        margin: 0 !IMPORTANT;
        width: 100%;
    }
    .upper-nav-shr .mws-nav {
        margin-top: 0;
    }
    .mws-nav {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .mws-nav li ul:hover .mws-nav > li > a {
        background: #f00;
    }
    li.dropdown {
        position: relative;
    }
    li.dropdown:before {
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 5;
        display: inline-block;
        color: #fff;
        content: "\f114";
        font-weight: bold;
        font-size: 10px;
        font-family: Flaticon;
    }
    .header-logo {
        float: left;
        max-width: 50%;
    }
    .navbar-header {
        float: right;
    }
    .book-btn-wr {

        margin: 21px 0 0 0;
    }
    .book-btn-wr a {
        padding: 12px 20px;
        font-size: 16px;
    }
    .header-nav {
        padding: 0px 0 0 0px;
    }
    .header-nav ul li {
        width: 100%;
    }
    .mws-nav > li:focus, .mws-nav > li:hover {
        border-bottom: 2px solid #ffffff;
    }
    .footer-nav a:hover {
        color: #ff8d00 !important;
    }
    .header-tele {
        display: inline-block;
        float: none;
    }
    .up-nav {
        float: none;
        text-align: center;
    }
    .header-nav .cont-btn {
        display: inline-block;
        float: none;
    }
    /*----------------------------------------*/
    .works-item h3 {
        position: absolute;
        top: 50px;
        right: 20px;
        left: 20px;
        z-index: 10;
        display: inline-block;
        margin: auto;
        margin: 0;
        padding: 0px 0 7px 0;
        color: #000;
        text-align: center;
        font-weight: 900;
        line-height: 50px;
        opacity: 0;
        transition: all ease .3s;
        transform: translateY(0);
    }
    .works-item a {
        position: absolute;
        top: auto;
        right: 0;
        bottom: -40px;
        left: 0;
        z-index: 10;
        display: block;
        margin: auto;
        padding: 0 30px;
        max-width: 60%;
        background: #000;
        color: #fff;
        line-height: 50px;
        opacity: 0;
        transition: all ease .3s;
        transform: translateY(0);
    }
    .works-item:hover h3 {
        top: 20px;
        right: 20px;

    }
    .works-item:hover a {
        bottom: 0;
        opacity: 1;

    }

}
@media screen and (min-width: 767px) {
    .mws-nav {
        float: right;
        margin: 0 20px 0 20px !important;
    }
    .mws-nav, .mws-nav ul {
        position: relative;
        z-index: 999999;
        margin: 0px 0px 0 0;
        padding: 0;
        font-weight: bold;
    }
    .mws-nav .current a, .mws-nav li:hover > a {
    }
    .mws-nav ul {
        position: absolute;
        top: 60px;
        display: none;
        padding: 0px 0 0px 0;
        width: 220px;
        border: none;
        border-top: 2px solid #ff8d00;
        background: #ffffff !important;
        box-shadow: none;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    }
    .mws-nav ul a {
        float: right;
        padding: 0 12px;
        width: 100%;
        height: 40px;
        color: #888888 !important;
        text-align: right;
        font: 12px/40px 'Swissra', tahoma;
        font-weight: 500;
        transition: all ease-in-out .3s;
    }
    .mws-nav ul a:hover {
        color: #000000 !important;
    }
    .mws-nav li ul li {
        float: right !important;
        margin: 0 0px 0px 0px !important;
        width: 100% !important;
        height: 40px !important;
        background: none !important;
    }

}
