
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);@font-face {
    font-family: 'Myriad-pro';
    src: url('../fonts/myriad/myriad-pro.ttf') format('truetype')
}

.myriad-pro {
    font-family: 'Myriad-pro'
}

@font-face {
    font-family: 'ethnocentric-regl';
    src: url('../fonts/ethnocentric/ethnocentric-reg.ttf') format('truetype')
}

@font-face {
    font-family: 'oswald-light';
    src: url('../fonts/oswald/Oswald-Light.ttf') format('truetype')
}

@font-face {
    font-family: 'gothic';
    src: url('../fonts/gothic.ttf') format('truetype')
}

.dub1 {
}

.dub2 {
}

.gothic {
    font-family: 'gothic'
}

.oswald {
    font-family: 'Oswald';
}

.oswald-reg {
    font-family: 'Oswald'
}

body {
    background: #fff;
    font-family: 'gothic';
    font-weight: 400;
    color: #64686d;
    line-height: 26px
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    font-family: 'DINNextLTArabic';
    color: #272727;
}

a {
    color: #000;
    -webkit-transition: color 400ms,background-color 400ms;
    -moz-transition: color 400ms,background-color 400ms;
    -o-transition: color 400ms,background-color 400ms;
    transition: color 400ms,background-color 400ms
}

a:hover,a:focus {
    text-decoration: none;
    color: #31bf71;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff
}

.gradiant {
    background-image: -moz-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%)
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg,#2caab3 0%,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg,#2caab3 0%,#2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg,#2caab3 0%,#2c8cb3 100%)
}

.section-header .section-title {font-size: 32px;color: #272727;text-transform: uppercase;position: relative;padding-bottom: 20px;margin: 0 0 20px;font-weight: lighter;color: #087732;font-weight: 600;}

.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 2px;
}

.btn.btn-primary {
    /* background: #2e2e2e; */
    /* border-color: #2e2e2e; */
}



.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #02d3fc
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

ul.nostyle i {
    color: #f15a24
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 32px
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 22px 15px 21px
}

@media only screen and (min-width: 768px) {

    #main-menu.navbar-default {
        background:rgba(255,255,255,.9);
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 3px 0 rgba(0,0,0,.1)
    }

    #main-menu.navbar-default .navbar-nav>li>a {
        padding-top: 40px;
        padding-bottom: 40px
    }

    #main-menu.navbar-default .navbar-nav>li.active>a,#main-menu.navbar-default .navbar-nav>li.open>a,#main-menu.navbar-default .navbar-nav>li:hover>a {
        background: transparent;
        padding-top: 37px;
        border-top: 3px solid #f15a24
    }

    #main-menu.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 220px;
        background-color: rgba(26,28,40,.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit
    }

    #main-menu.navbar-default .dropdown-menu>li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms
    }

    #main-menu.navbar-default .dropdown-menu>li>a {
        border-top: 1px solid #404455;
        padding: 15px 0;
        color: #eee
    }

    #main-menu.navbar-default .dropdown-menu>li:first-child>a {
        border-top: 0
    }

    #main-menu.navbar-default .dropdown-menu>li.active,#main-menu.navbar-default .dropdown-menu>li.open,#main-menu.navbar-default .dropdown-menu>li:hover {
        border-left-color: #45aed6
    }

    #main-menu.navbar-default .dropdown-menu>li.active>a,#main-menu.navbar-default .dropdown-menu>li.open>a,#main-menu.navbar-default .dropdown-menu>li:hover>a {
        color: #45aed6;
        background-color: transparent
    }
}

#main-slider {
    overflow: hidden
}

#main-slider .item {
    position: relative;
    border-top: 1px solid #efefef;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover
}

#main-slider .slider-inner {
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%;
    color: #fff
}

#main-slider .slider-inner h2 {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #f15a24
}

#main-slider .slider-inner h2>span {
    color: #08b0e8
}


.owl-next {
    position: absolute;
    right: -10px;
}


.owl-prev {
    position: absolute;
    left: -20px;
}
#main-slider .slider-inner .btn {
    margin-top: 10px
}




#main-slider .owl-next {
    right: 0;
}


#main-slider .owl-prev {
    left: 0;
}


#main-slider .owl-prev {
    left: -30px;
    top: 50%;
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
#main-slider .owl-next {
    right: -30px;
    top: 50%;
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}





#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #02d3fc
}

#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0,0,0,.1)
}

#cta {
    padding: 50px 0;
    background-color: #eee
}

#cta h2 {
    margin-top: 0
}

#cta .btn {
    margin-top: 40px
}

#cta2 {
    background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding-top: 70px
}

#cta2 .btn {
    margin-top: 10px
}

#cta2 h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1
}

#cta2 h2>span {
    color: #f15a24
}

#features {
    padding: 100px 0
}

#features .media.service-box:first-child {
    margin-top: 80px
}

.features .wiIfm li>p {
    padding: 0 0 0 25px;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #fff
}

.features img {
    padding: 0
}

.m0auto {
    margin: 0 auto
}

#services {
    padding: 100px 0 75px
}

.media.service-box {
    margin: 25px 0
}

.media.service-box .pull-left {
    margin-right: 20px
}

.media.service-box .pull-left>i img {
    width: 100%
}

.media.service-box .pull-left>i {
    padding: 0 !important;
    font-size: 24px;
    height: 65px;
    text-align: center;
    width: 65px;
    border-radius: 100% !important;
    position: relative;
    background: #fff;
    border: 1px solid rgba(241,75,17,.2) !important
}

.media.service-box .pull-left>i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #f14b11
}

.media.service-box:hover .pull-left>i {
    background-image: none;
    border: 1px solid #f14b11;
    background: #f14b11;
    color: #fff
}

#portfolio {
    padding: 100px 0;
    background: #eee
}

#portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block
}

#portfolio .portfolio-filter>li {
    float: left;
    display: block
}

#portfolio .portfolio-filter>li a {
    display: block;
    padding: 7px 15px;
    background: #e5e5e5;
    color: #64686d;
    position: relative
}

#portfolio .portfolio-filter>li a:hover,#portfolio .portfolio-filter>li a.active {
    background: #f15a24;
    color: #fff;
    box-shadow: 0 -3px 0 0 #f15a24 inset;
    -webkit-box-shadow: 0 -3px 0 0 #fa9564 inset
}

#portfolio .portfolio-filter>li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #f15a24 transparent transparent transparent
}

#portfolio .portfolio-filter>li:first-child a {
    border-radius: 4px 0 0 4px
}

#portfolio .portfolio-filter>li:last-child a {
    border-radius: 0 4px 4px 0
}

#portfolio .portfolio-items {
    margin: -15px
}

#portfolio .portfolio-item {
    width: 24.9%;
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#portfolio .portfolio-item .portfolio-item-inner {
    position: relative
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: #fff
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    position: absolute;
    top: -18px;
    right: 12px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg,#f15a24 0%,#f15a24 100%);
    background-image: -webkit-linear-gradient(90deg,#f15a24 0%,#f15a24 100%);
    background-image: -ms-linear-gradient(90deg,#f15a24 0%,#f15a24 100%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff
}

#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1
}

#cp {
    padding: 100px 0;
    background: #f5f5f5
}

#cp .pf {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

#cp .pf>li {
    float: left;
    display: block
}

#cp .pf>li a {display: block;padding: 0px 15px;background: #dcdada;color: #64686d;position: relative;line-height: 30px;height: 34px;}
#cp .pf>li a:hover,#cp .pf>li a.active {
    background: #424242;
    color: #fff;
    box-shadow: 0 -3px 0 0 #f15a24 inset;
    -webkit-box-shadow: 0 -3px 0 0 #000 inset
}
#cp .pf>li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #000 transparent transparent transparent
}
#cp .pf>li:first-child a { border-radius: 0px 4px 4px 0px; }
#cp .pf>li:last-child a { border-radius: 4px 0 0 4px; }


#cp .pf>li a:hover,#cp .pf>li.active a{
    background: #424242 !important;
    color: #fff;
    box-shadow: 0 -3px 0 0 #f15a24 inset;
    border-bottom: none;
    -webkit-box-shadow: 0 -3px 0 0 #424242 inset;
}
#cp .pf>li.active a:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #424242 transparent transparent transparent;
}



#cp .portfolio-items {
    margin: -15px
}

#cp .portfolio-item {
    width: 24.9%;
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#cp .portfolio-item .portfolio-item-inner {
    position: relative
}

#cp .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: #fff
}

#cp .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff
}

#cp .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    position: absolute;
    top: -18px;
    right: 12px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg,#f15a24 0%,#f15a24 100%);
    background-image: -webkit-linear-gradient(90deg,#f15a24 0%,#f15a24 100%);
    background-image: -ms-linear-gradient(90deg,#f15a24 0%,#f15a24 100%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff
}

#cp .portfolio-item:hover .portfolio-info {
    opacity: 1
}

.hastab .altab {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block
}

.hastab .altab>li {
    float: left;
    display: block
}

.hastab .altab>li a {
    display: block;
    padding: 7px 15px;
    background: #e5e5e5;
    color: #64686d;
    position: relative
}

.hastab .altab>li a:hover,.hastab .altab>li a.active {
    background: #02d3fc;
    color: #fff;
    box-shadow: 0 -3px 0 0 #007ba4 inset;
    -webkit-box-shadow: 0 -3px 0 0 #0086a0 inset
}

.hastab .altab>li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #0086a0 transparent transparent transparent
}

.hastab .altab>li:first-child a {
    border-radius: 4px 0 0 4px
}

.hastab .altab>li:last-child a {
    border-radius: 0 4px 4px 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope-hidden {
    display: none
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: -o-transform,opacity;
    transition-property: transform,opacity
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

#testimonial {
    background: #333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    position: relative
}

#testimonial::before {
    background: #fff none repeat scroll 0 0;
    bottom: -25px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 50px
}

#testimonial h4 {
    color: #fff;
    margin-bottom: 0
}

#testimonial small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.7)
}

#testimonial .btns {
    margin-top: 10px
}

#about {
    background: #fff;
    padding: 100px 0
}

#work-process {
    padding: 100px 0 50px;
    background: #fff;
    background-size: cover;
    color: #fff
}

#work-process h2 {
    color: #272727
}

#work-process h3 {
    color: #272727;
    margin-bottom: 0
}

#work-process .icon-circle {
    overflow: hidden;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #45aed6;
    border-radius: 100px;
    position: relative
}

#work-process .icon-circle>span {
    border-style: solid;
    border-width: 2px;
    border-color: #45aed6;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 20px;
    top: -12px;
    color: #64686d
}

#work-process h3 {
    font-size: 18px;
    margin-bottom: 50px
}

#meet-team {
    padding: 100px 0
}

#meet-team .team-member {
    padding: 13px;
    background: #eee;
    border: 2px solid #eee;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms
}

#meet-team .team-member .team-img {
    margin: -15px -15px 0 -15px
}

#meet-team .team-member .team-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px
}

#meet-team .team-member:hover {
    border-color: #f15a24
}

#meet-team .team-member:hover .social-icons>li>a {
    background: #f15a24
}

#meet-team .social-icons {
    list-style: none;
    padding: 0;
    margin: 0
}

#meet-team .social-icons>li {
    display: inline-block
}

#meet-team .social-icons>li>a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #222534;
    border-radius: 3px
}

.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg,#fff 0%,#e3e3e3 49%,#fff 100%);
    background-image: -webkit-linear-gradient(180deg,#fff 0%,#e3e3e3 49%,#fff 100%);
    background-image: -ms-linear-gradient(180deg,#fff 0%,#e3e3e3 49%,#fff 100%);
    width: 95%;
    height: 1px
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eee
}

.progress .progress-bar.progress-bar-primary {
    background-image: -moz-linear-gradient(4deg,#f15a24 0%,#f15a24 100%);
    background-image: -webkit-linear-gradient(4deg,#f15a24 0%,#f15a24 100%);
    background-image: -ms-linear-gradient(4deg,#f15a24 0%,#f15a24 100%);
    -webkit-box-shadow: none;
    box-shadow: none
}

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0
}

.nav.main-tab>li>a {
    color: #272727
}

.nav.main-tab>li.active>a {
    background: #222534;
    color: #f15a24
}

.nav.main-tab>li:first-child>a {
    border-radius: 3px 0 0 0
}

.nav.main-tab>li:last-child>a {
    border-radius: 0 3px 0 0
}

.tab-content {
    border: transparent;
    border-top: 0;
    padding: 20px 20px;
    border-radius: 0 0 3px 3px;
}

.panel-default {
    border-color: #eee
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #eee
}

.panel-default>.panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee
}

#animated-number {
    padding: 100px 0 70px;
    color: #fff;
    position: relative;
    background-size: cover;
    background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0
}

#animated-number:before {
    content: '';
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

#animated-number h1,#animated-number h2,#animated-number h3,#animated-number h4 {
    color: #fff
}

#animated-number strong {
    display: block;
    margin-bottom: 30px
}

.animated-number {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 140px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px
}

#pricing {
    padding: 100px 0 70px;
    background: #f5f5f5
}

#pricing ul.pricing {
    list-style: none;
    padding: 0;
    margin: 70px 0 30px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px 5px 4px 4px;
    text-align: center
}

#pricing ul.pricing li {
    display: block;
    padding: 10px
}

#pricing ul.pricing li.plan-header {
    background: #eee;
    border-radius: 4px 4px 0 0;
    margin: -15px -15px 10px;
    border: 0;
    padding: 15px 15px 30px
}

#pricing ul.pricing li.plan-header .price-duration {
    position: relative;
    margin-top: -63px;
    top: -10px;
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: -moz-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%);
    color: #fff;
    border-radius: 100px;
    border: 5px solid #f6f6f6
}

#pricing ul.pricing li.plan-header .price-duration>span {
    display: block;
    line-height: 1
}

#pricing ul.pricing li.plan-header .price-duration>span.price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px
}

#pricing ul.pricing li.plan-header .price-duration>span.duration {
    margin-top: 5px
}

#pricing ul.pricing li.plan-header .plan-name {
    margin-top: 10px;
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase
}

#pricing ul.pricing.featured {
    background: #222534;
    color: #fff;
    border: 0
}

#pricing ul.pricing.featured li.plan-header {
    background-image: -moz-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg,#2caab3 0%,#2c8cb3 100%)
}

#pricing ul.pricing.featured li.plan-header .plan-name {
    color: #fff
}

#get-in-touch {
    padding: 100px 0 20px 50px
}

#get-in-touch h1,#get-in-touch h2 {
}

#blog .blog-post {
    padding: 0
}

#blog .blog-post .post-format {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #222534;
    border: 3px solid #fff;
    border-radius: 100px
}

#blog .blog-post.blog-large .entry-thumbnail {
    margin: 0 0 0 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#blog .blog-post.blog-large .post-format {
    width: 66px;
    height: 66px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    bottom: -33px
}

#blog .blog-post.blog-large .post-format>i {
    font-size: 20px
}

#blog .blog-post.blog-large .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #ea212a
}

#blog .blog-post.blog-large .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0
}

#blog .blog-post.blog-large .entry-title a {
    color: #000;
    font-family: 'open sans';
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 800
}

#blog .blog-post.blog-large .entry-title a:hover {
    color: #ea212a
}

#blog .blog-post.blog-media {margin-bottom: 7px;/* border: 1px solid #CCC; */background: #f7f7f7;padding: 0px;min-height: 262px;overflow: hidden;border-radius:  0;}
#blog .blog-post.blog-media .entry-thumbnail {margin: 0 0 15px 0;position: relative;border-radius: 0;}
#blog .blog-post.blog-media .post-format { position: absolute; top: 20px; right: -10px; }
#blog .blog-post.blog-media .entry-date {font-size: 12px;/* display: none; */margin-bottom: 9px;text-transform: uppercase;color: #000000;line-height: 14px;}
#what .nav-tabs > li.active > a { background: none; border: inherit; font-weight: bold; color: #f14b11; border-bottom: solid 3px #f14b11; }
#what .nav-tabs > li > a { border: none; font-weight: bold; color: #a2a2a2; border-bottom: solid 3px transparent; padding: 14px 15px; font-size: 14px; }
#blog .blog-post.blog-media .entry-title {
    margin-top: 0; font-size: 23px; line-height: 1; margin-bottom: 7px !important; text-transform: capitalize; font-family: 'open sans'; color: #414141; 
    opacity: 1; font-weight: 600;
}
#blog .blog-post.blog-media .entry-title a {
    color: #000; display: inline-block; width: 180px; white-space: nowrap; overflow: hidden !important; text-overflow: ellipsis
}

#blog .blog-post.blog-media .entry-title a:hover {
    color: #ea212a
}

#blog .blog-post .entry-meta { margin: 0; padding-top: 0px; display: inline-block; float: left; }

#blog .blog-post .entry-meta>span {
    display: inline-block;
    margin-right: 10px;
    color: #999
}

#blog .blog-post .entry-meta>span>a {
    color: #999
}

#blog .blog-post .entry-meta>span>a:hover {
    color: #45aed6
}

#contact {
    position: relative
}

#contact .container-wrapper {
    top: 0;
    right: 0;
    width: 43%;
    height: 100%;
    background: rgba(0,0,0,.68);
    z-index: 1
}

#contact .contact-form {
    background: rgb(255, 255, 255);
    padding: 12px;
    margin-top: 0;
    display: table;
    width: 100%;

}

#contact .contact-form h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
    /* font-family: GE Flow; */
    color: #000;
}

#footer {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background: #087732;
    width: 100%;
    margin: 0px 0 0 0;
}

#footer a {
    color: #fff
}

#footer a:hover {
    color: #45aed6
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px
}

#footer ul>li {
    display: inline-block;
    margin: 0 7.5px
}

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float:right
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none
}

.bg-gray {
    background: #fff
}

@media (min-width: 768px) {
    .main-tab.nav>li>a {
        padding:15px 10px;
        line-height: 15px
    }
}

.main-tab.nav>li {
    display: compact
}

.main-tab.nav>li>a:hover,.main-tab.nav>li>a:focus {
    -moz-outline-style: none;
    outline: none;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent
}

@media (max-width: 991px) {
   
    .arb1 {
        font-size:18px !important
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav {
        margin: 0
    }

    .navbar-collapse.in {
        width: 100%
    }

    .navbar-collapse {
    }

    .navbar-collapse.collapse {
        padding: 0;
        width: 100%;
        overflow: hidden;
        position: absolute;
        top: 57px;
    }

    .overflow-menu {
        overflow-y: hidden;
        width: 100%;
        height: 94px;
        overflow-x: auto;
        position: absolute;
        background: #fff
    }

    .Bnavlist {
        /* min-height: 50px; */
        /* max-height: 55px; */
        /* width: 1092px; */
        /* position: absolute; */
        /* left: 0; */
    }

    .Bnavlist li {
        list-style: none;
        z-index: 10
    }

    .nav-bar-sm-container {
        display: block;
        width: 100%;
        position: absolute;
        top: 55px;
        height: 54px;
        overflow: hidden
    }

    .navbar-collapse.in {
        overflow: visible
    }

    .gh-menu {
        height: 56px;
        width: 100%;
        padding: 0
    }

    .logo-anchor {
        display: none
    }

    .min-logo {
        width: auto;
        height: 41px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        margin-top: 7px
    }

    .navbar-collapse {
        padding: 0;
        width: 100%;
        overflow: hidden
    }
}

.gh-svg-wrapper.gh-show-nav {
    -webkit-transform: translateZ(0) rotate(90deg);
    -ms-transform: translateZ(0) rotate(90deg);
    transform: translateZ(0) rotate(90deg);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4,.01,.165,.99);
    transition: transform .4s cubic-bezier(.4,.01,.165,.99)
}

.gh-show-nav .gh-svg {
    -webkit-transition: -webkit-transform .25s .2s cubic-bezier(.4,.01,.165,.99);
    transition: transform .25s .2s cubic-bezier(.4,.01,.165,.99);
    -webkit-transform: translateZ(0) rotate(45deg);
    -ms-transform: translateZ(0) rotate(45deg);
    transform: translateZ(0) rotate(45deg)
}

.gh-show-nav .gh-svg-top {
    -webkit-transform: translateZ(0) rotate(45deg);
    -ms-transform: translateZ(0) rotate(45deg);
    transform: translateZ(0) rotate(45deg)
}

.gh-show-nav .gh-svg .gh-svg-rect {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s
}

.gh-show-nav .gh-svg-top .gh-svg-rect-top {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.gh-show-nav .gh-svg-bottom {
    transform: translateZ(0) rotate(-45deg);
    -webkit-transform: translateZ(0) rotate(-45deg);
    -ms-transform: translateZ(0) rotate(-45deg)
}

.gh-show-nav .gh-svg-bottom .gh-svg-rect-bottom {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.gh-show-nav .gh-svg .gh-svg-rect {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s
}

.media.service-box .readMore {
    position: absolute;
    bottom: 5px;
    right: 17px;
    font-size: 12px
}

.media.service-box .readMore a {
    color: #252222
}

.media.service-box .readMore a:hover,.media.service-box .readMore a:focus {
    color: #000
}

.media.service-box {
    overflow: hidden
}

.blogj .readMore {
    display: none;
    position: absolute;
    bottom: 0;
    right: 2px;
    font-size: 12px
}

.inique {
    float: right;
    font-size: 12px
}

.inique a {
    display: none;
    color: #f15a24
}

.blogj .readMore a {
    color: #f15a24
}

.blogj .readMore a:hover,.media.service-box .readMore a:focus {
    color: rgba(241,90,36,.7)
}

.blogj {
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.hauto {
    height: 137px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.hauto::-webkit-scrollbar {
    width: 6px;
    background-color: #e0e0e0
}

.hauto::-webkit-scrollbar-thumb {
    background-color: #f90
}

.hi_fix {
    height: 137px
}

.hi_auto {
    height: auto
}

.hide_m {
    display: none
}

.abt_hi_fix {
    max-height: 295px;
    overflow: hidden
}

.abt_hi_auto {
    height: auto
}

.abt_hide_m {
    display: none
}

.news_hi_fix {
    height: 65px;
    overflow: hidden
}

.news_hi_auto {
    height: auto
}

.news_hide_m {
    display: none
}

.abt_rel .readMore {
    position: absolute;
    bottom: -12px;
    right: 2px;
    font-size: 12px
}

.abt_rel .readMore a {
    color: #000d36
}

.abt_rel .readMore a:hover,.abt_rel .readMore a:focus {
    color: #02c7ed
}

.scroll-cstm::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fd6732
}

.scroll-cstm::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5
}

.scroll-cstm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.twitter:hover {
    color: #2ca8d2 !important
}

.facebook:hover {
    color: #3a5795 !important
}

.linkedin:hover {
    color: #0077b5 !important
}

.instagram:hover {
    color: #ccbda8 !important
}

.google-plus:hover {
    color: #f8694d !important
}

.dsfdsf {
    border-radius: 100%
}

.adth img {
    height: 24px !important;
    border-radius: 0!important;
    width:  24px !important;
    margin: 0 3px;
    display:  block;
}

.icon-circle-num {
    position: absolute;
    width: 30px;
    background: #fff;
    border: solid 2px #45aed6;
    z-index: 1;
    color: #272727;
    border-radius: 100%;
    height: 30px;
    line-height: 27px;
    font-size: 18px;
    font-weight: bold;
    top: -6px;
    margin-left: 4px
}

@media (max-width: 768px) {
    .e_menu ul li:last-child a {
    opacity: 1 !important;
}

    #frm_careeer .btn {
        float: right;
        width: 136px;
    }

    button#btn1 {
        float: right;
        width: 136px;
    }

    #contact {
        padding-bottom: 0 !important;
    }

    #location p {
        margin-bottom: 12px !important;
        text-align: right;
    }

    div#frame-one1 {
        padding: 0;
    }

        div#frame-one1 .isotope-item {
            padding: 0;
        }

    div#newsrightpanel {
        padding: 0;
    }

    #portfolio .portfolio-item {
        width: 42% !important;
        float: left;
        padding: 15px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        position: relative !important;
        transform: inherit !important;
        -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
        margin: 0 8px;
    }

    #contact .container-wrapper {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 50%;
        background: rgba(69,174,214,.3);
        z-index: 1;
        top: 50%;
    }


    .google-plus {
        display: none;
    }

    .breadcrumb li {
        list-style: none;
        margin-left: 15px;
        position: relative;
        display: inline-block;
    }



    .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 0 !important;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 4px;
        display: none;
    }


    #cp .portfolio-item:hover .portfolio-info {
    }

    #portfolio .portfolio-item .portfolio-info {
    }

    #portfolio .portfolio-item:hover .portfolio-info {
    }
}
@media (min-width: 992px) and (max-width:1199px) {
    #main-slider .slider-inner {
        bottom:236px
    }
}

@media (min-width: 767px) and (max-width:991px) {
    #main-slider .slider-inner {
        bottom:64px
    }
}

@media (max-width: 767px) {

    #what .tab-content {
    padding-left: 0;
    padding-right: 0;
}

    #what .tab-pane {
    margin: 0 !important;
}
    .navbar {
        min-height:35px;
        margin-bottom: 1px;
        box-shadow: none;
    }

    .Bnavlist li a {
        color: #000
    }

    .navbar-collapse {
        position: absolute
    }

    .Pricingtbl th {
        font-size: 12px !important
    }

    .Pricingtbl th img {
        max-width: 45px
    }

    .Pricingtbl td {
        font-size: 14px !important
    }

    .isotope-hidden.isotope-item {
        display: none
    }

    #main-slider .slider-inner {
    }

    #main-slider {
    }

    .Bnavlist {
        /* min-height: 50px; */
        /* max-height: 55px; */
        /* width: 1050px; */
        /* position: absolute; */
        /* left: 0; */
    }
}



@media (max-width: 480px) {

    #main-slider .owl-dots{
            position: absolute;
    right: 0;
    left: 0;
    bottom: 0;

    }
    #main-slider.owl-theme .owl-dots .owl-dot span{
        width: 5px;
    height: 5px;
        margin: 5px 5px;
    }


    .portfolio-item {
        width:48% !important
    }

    .mmt10 {
        margin-top: 10px
    }

    #main-slider .slider-inner h2 {
        font-size: 21px
    }

    #main-slider .item {
        background-size: cover;
            height: 126px !important;
    }

    #main-slider .owl-item .item img {
        width: 100%
    }


    #get-in-touch {
        padding: 100px 0 20px 0
    }

    .hidemobile {
        display: none
    }

    #cp .portfolio-item .portfolio-info {
    }

    #main-slider-container {
    }
}


.event-btn-cta {
    padding: 7px !important;
    top: 8px;
    right: 10px
}

.navbar-fixed-top .nav>li>a.event-btn-cta {
    margin-top: 16px
}

#main-slider .owl-item .item img {
    width: 100%
}

#main-slider-container {
}

@media(min-width: 1900px) {
    #main-slider .item {
        position:relative;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover
    }
}

@media(min-width: 481px) and (max-width:767px) {
    #main-slider .item {
    }

    .media.service-box .readMore {
        position: absolute;
        bottom: -15px;
        right: 2px;
        font-size: 12px
    }
}

.navbar-fixed-top .shopnowbtn {
    top: 25px
}

.shopnowbtn {
    background: #f14b11;
    color: #fff !important;
    padding: 6px 8px !important;
    position: relative;
    top: 13px;
    border-radius: 3px;
    right: 10px
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.gif-animation {
    animation-name: fadeIn;
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../../images/routerino.gif");
    background-origin: padding-box;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: visible
}

.pagination::after {
    margin-top: 150px !important;
    clear: both;
    content: "";
    display: block
}

.pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.pagination ul {
    list-style: outside none none
}

.pagination li {
    min-height: 128px;
    padding: 5px 0 10px 5px;
    position: relative;
    z-index: 1
}

.pagination li::before {
    background: #444453;
    content: "";
    height: 71px;
    left: 35px;
    position: absolute;
    top: 60px;
    width: 1px
}

.pagination .active .icon::before,.slideshow .pagination .icon:hover::before {
    border: 5px solid #02d3fc;
    border-radius: 33px;
    bottom: -4px;
    content: "";
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px
}

.pagination li:last-child::before {
    background: rgba(0,0,0,0)
}

.pagination li a {
    display: block
}

.pagination .icon {
    background: #fff;
    border-radius: 30px;
    float: left;
    height: 60px;
    margin: 5px 37px 0 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 60px
}

.pagination .icon::after {
    content: "";
    display: inline-block;
    height: 60px;
    margin: 0 0 0 -1px;
    overflow: hidden;
    vertical-align: middle;
    width: 1px
}

.element {
    color: #b6c0e0;
    display: inline-block;
    font: 40px/40px "FontAwesome";
    text-align: center;
    vertical-align: middle;
    white-space: normal
}

.pagination .icon:hover .element,.slideshow .pagination .active .icon .element {
    color: #02c7ed
}

.description {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden
}

.step {
    color: #02d3fc;
    display: block;
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 14px
}

.description p {
    margin: 0
}

.position-relative {
    position: relative
}

.slide-bgbox {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.width-100 {
    width: 100%
}

.m-h842 {
    height: 800px
}

.pagination_h2 {
    color: #fff;
    margin: 40px 0 40px 22px;
    text-align: left
}

.overflow_hidden {
    overflow: hidden
}

.pt30 {
    padding-top: 30px
}

.image-carousel .pagination {
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    color: #7b8fa4;
    display: block
}

.image-carousel .pagination li {
    height: auto;
    padding: 0 0 53px
}

.image-carousel .pagination li::before {
    background: rgba(0,0,0,0)
}

.image-carousel .pagination li {
    height: auto;
    padding: 0 0 53px;
    cursor: pointer
}

.image-carousel .pagination a {
    color: #7b8fa4;
    display: block
}

.image-carousel .pagination a:hover,.image-carousel .pagination .active a {
    color: #1b1d27;
    opacity: 1
}

.image-carousel .pagination a:hover h3,.image-carousel .pagination .active h3 {
    color: #1b1d27
}

.image-carousel .pagination p {
    margin: 0
}

.bg_img_01 {
    width: 100%;
    display: block;
    clear: both
}

.pricing-card div {
    padding: 40px 40px 80px
}

.pricing-card div {
    text-align: center;
    padding: 30px 15px 70px;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

.pricing-card strong {
    display: block;
    font-size: 1.3em;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase
}

.pricing-card .price {
    font-size: 2.8em;
    display: block;
    margin-bottom: 30px
}

.pricing-card sup {
    display: inline;
    font-size: 14px;
    line-height: 1.4em;
    color: #808285;
    top: -1.5em;
    font-weight: 600;
    left: -.5em
}

.pricing-card small {
    display: block;
    font-style: italic;
    line-height: 1.4em;
    color: #a0a2a5;
    margin-bottom: 15px
}

.pricing-card p {
    margin-bottom: 30px
}

.pricing-card .btn {
    display: block;
    width: 200px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -100px
}

.pricing-card div:hover {
    border-color: #011d27;
    background-color: #011d27;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out
}

.pricing-card div:hover strong {
    color: #fff
}

.pricing-card div:hover p,small,.price {
    color: #b4b8bd
}

.padding-none {
    padding: 0 !important
}

.btn_primary_clnt {
    width: 100%;
    padding: 10px 0 !important;
    font-size: 20px;
    height: 58px;
    text-indent: -9999px;
    background: url(../images/client_btn_a.png);
    background-repeat: no-repeat;
    display: inline-table
}

.btn_primary_clnt:hover {
    background: url(../images/client_btn_h.png);
    background-repeat: no-repeat
}

.btn_primary_resler {
    width: 100%;
    padding: 10px 0 !important;
    font-size: 20px;
    height: 58px;
    text-indent: -9999px;
    background: url(../images/reseller_btn_a.png);
    background-repeat: no-repeat;
    display: inline-table
}

.btn_primary_resler:hover {
    background: url(../images/reseller_btn_h.png);
    background-repeat: no-repeat
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt70 {
    margin-top: 70px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.text-primary-o {
    color: #77c043
}

.fs24 {
    font-size: 24px
}

.fs26 {
    font-size: 26px
}

.Pricingtbl {
}

.Pricingtbl th {
    padding: 7px 5px !important;
    font-size: 18px;
    height: 50px;
    color: #333
}

.Pricingtbl td {
    padding: 10px 5px 5px 5px !important;
    font-size: 16px;
    height: 50px;
    color: #333
}

.Pricingtbl td .text-primary-o {
    font-size: 24px
}

.Pricingtbl td.bold {
    font-weight: bold
}

.fs10 {
    font-size: 10px
}

.fs11 {
    font-size: 11px
}

.fs12 {
    font-size: 12px
}

.fs13 {
    font-size: 13px
}

.fs14 {
    font-size: 14px
}

.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.display-block {
    display: block
}

.arrowact {
    position: relative;
    left: 8px;
    cursor: pointer;
    display: block
}

.arrowact::after {
    content: "ÃƒÂ®Ã¢â‚¬Â°Ã¢â€žÂ¢";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: -15px;
    font-size: 12px;
    top: -1px
}

.collapsed::after {
    content: "ÃƒÂ®Ã¢â‚¬Â°Ã‹Å“";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    left: -15px;
    font-size: 12px;
    top: -1px;
    display: none;
}

.hdiw {
    text-align: left
}

.hdiw h3 {
    color: #058ddc;
    font-size: 18px;
    font-weight: 400;
    font-family: 'open sans'
}

.hdiw p {
    padding: 0 0 0 25px;
    font-family: 'open sans';
    font-size: 14px;
    color: #000
}

.wiIfm {
    margin-top: 35px;
    padding: 0;
    z-index: 1;
    position: relative
}

.wiIfm li {
    list-style: none;
    position: relative;
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400
}

.wiIfm li h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: 'open sans'
}

.grdmrg {
    margin: 40px 0
}

.wiIfm li span {
    position: absolute;
    left: -95px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    padding: 13px 0;
    color: #2f2c45;
    font-size: 33px
}

#cp {
    padding: 10px 0 10px 0;
    background: transparent
}

.pf {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block
}

.pf>li {
    float: left;
    display: block
}

.pf>li a {
    display: block;
    padding: 7px 15px;
    background: #e5e5e5;
    color: #64686d;
    position: relative
}

.pf>li a:hover,.pf>li a.active {
    background: #02d3fc;
    color: #fff;
    box-shadow: 0 -3px 0 0 #007ba4 inset;
    -webkit-box-shadow: 0 -3px 0 0 #0086a0 inset
}

.pf>li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #0086a0 transparent transparent transparent
}

.pf>li:first-child a {
    border-radius: 4px 0 0 4px
}

.pf>li:last-child a {
    border-radius: 0 4px 4px 0
}

.portfolio-items {
    margin: -15px
}

.portfolio-item {
    width: 24.9%;
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.portfolio-item .portfolio-item-inner {
    position: relative
}

.portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: -15px !important;
    right: 7px !important;
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: #fff
}

.portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff
}

.portfolio-item .portfolio-item-inner .portfolio-info .preview {
    position: absolute;
    top: -18px;
    right: 12px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #fff;
    background-image: -moz-linear-gradient(90deg,#02d3fc 0%,#02d3fc 100%);
    background-image: -webkit-linear-gradient(90deg,#02d3fc 0%,#02d3fc 100%);
    background-image: -ms-linear-gradient(90deg,#02d3fc 0%,#02d3fc 100%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff
}

.portfolio-item:hover .portfolio-info {
    opacity: 1
}

.topmenu {
    margin: 10px 0 0 0;
    padding: 0;
    z-index: 9999
}

.topmenu li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 0 0
}

.topmenu li select {
    border: 1px solid #eee;
    padding: 5px
}

.topmenu li select option {
    padding-top: 5px
}

.login-btn {
    background: #02d3fc;
    color: #fff !important;
    float: right;
    margin-top: 14px !important;
    padding: 2px 25px 2px 25px !important;
    z-index: 100;
    border-radius: 3px
}

.wsuibox h4 {
    color: #333
}

.wsuibox p {
    font-family: 'Exo 2',sans-serif;
    color: #636363
}

.wsuibox>.readMore a {
}

.wsuibox>div>span {
    color: #fff
}

.margin-top-none {
    margin-top: 0
}

.margin-bottom-none {
    margin-bottom: 0
}

.margin-left-none {
    margin-left: 0
}

.margin-right-none {
    margin-right: 0
}

.padding-top-none {
    padding-top: 0
}

.padding-bottom-none {
    padding-bottom: 0
}

.padding-left-none {
    padding-left: 0
}

.padding-right-none {
    padding-right: 0
}

.width100 {
    width: 100%
}

.mt50 {
    margin-top: 50px
}

.get-in-touch {
}

.get-int h4 img {
    margin-right: 5px
}

.get-int p {
    color: #333;
    padding-left: 10px;
    margin-bottom: 0
}

.wifibg {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0
}

.bg-82b7c5 {
    background: #82b7c5
}

.pl20 {
    padding-left: 20px
}

.color-fff {
    color: #fff
}

.abrc {
    margin-left: 45px
}

.arb {
    float: right;
    position: absolute;
    right: -3px;
    z-index: 999;
    font-size: 21px;
    padding: 1px 10px 5px 10px
}

.scrollup {
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    text-indent: -9999px
}

.router_1 {
    color: #fff;
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px
}

.router_2 {
    color: #fff;
    width: 25%;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 43%;
    font-size: 18px
}

.router_3 {
    color: #fff;
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px
}

.float-right {
    float: right
}

.frsCont {
    font-size: 24px;
    text-align: center;
    color: #0c0c0c;
    display: block;
    line-height: 1.8;
    font-weight: bold
}

.pd100 {
    padding: 60px 0;
}

.whoBg {
    background-size: cover;
    background-position: center;
    background: #000
}

.grl_bg {
    position: relative
}

.grl_bg:after {
    content: '';
    position: absolute;
    background: url(../../images/brl_bg.png);
    left: -70px;
    background-repeat: no-repeat;
    background-size: initial;
    width: 300px;
    height: 290px;
    top: 0
}

.whoBg .title {
    color: #fff;
    font-family: roboto;
    font-size: 20px;
    display: block;
    margin-bottom: 10px
}

.whoBg .colm {
    margin: 30px 0
}

.whoBg .colm ul {
}

.whoBg .colm ul li {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    margin: 18px 0;
    display: table;
    width: 50%;
    float: left;
    height: 55px;
    text-align: left
}

.whoBg .colm ul li span img {
    max-width:100%;
}

.whoBg .colm ul li span {
    padding-right: 20px;
    width: 43px
}

.whoBg .colm p {
    display: block;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 15px
}

.fspl {
    text-align: center;
    font-weight: normal;
    margin: 0
}

.colblack {
    color: #000
}

@media (min-width: 992px) {
    #contact .contact-form{
            height: 492px;
    }
    .arwaft:after {
        content:"";
        background-image: url('../../images/aargd.png');
        position: absolute;
        right: 0;
        top: 30%;
        width: 33px;
        height: 67px;
        background-size: 19px;
        background-position: center;
        background-repeat: no-repeat
    }
}

.fs17 {
    font-size: 17px
}

#hwdsw .item img {
    max-width: 100%
}

#hwdsw .item {
    margin: 20px 20px
}

.section-header .section-title.hwdwtext {
    color: #fff;
    font-weight: 400;
    font-size: 44px;
    text-transform: uppercase
}

#how {
    background: url('../../../img/hdiw.jpg');
    background-size: cover
}

#hwdsw:before {
    content: "";
    width: 374px;
    height: 651px;
    position: absolute;
    background-size: cover;
    right: 0;
    left: -46px;
    margin: auto;
    top: -31px
}

#hwdsw .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    left: -150px;
    width: 153px;
    bottom: 0;
    height: 100%;
    font-size: 78px;
    padding: 240px 0;
    color: #fff
}

#hwdsw .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    right: -150px;
    width: 153px;
    bottom: 0;
    color: #fff;
    height: 100%;
    font-size: 78px;
    padding: 240px 0
}

#frame-one .card {
    width: 47%;
    float: left;
    height: auto;
    background: #fff;
    margin: 60px auto;
    border-radius: 3px;
    padding: 0;
    margin-right: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(246,246,246,.16),0 2px 5px 0 rgba(246,246,246,.23)
}

#frame-one .card .cr-img-container {
    float: left;
    width: 120px;
    background: #000;
    border-radius: 3px 0 0 3px
}

#frame-one .card .msg-container {
    float: left;
    width: 57%;
    margin-left: 30px
}

#frame-one .card .msg-container h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 22px;
    text-align: left;
    color: #000;
    margin: 0 auto;
    margin-top: 32px;
    letter-spacing: .2px
}

#frame-one .card .msg-container p {
    font-size: 15px;
    font-weight: 100;
    text-align: left;
    color: #555;
    margin: 10px 0 0 0;
    letter-spacing: .2px;
    width: 91%
}

#frame-one .card .cr-img-container img {
    padding: 0;
    width: 100%
}



@media (min-width: 991px) {

    #owl-demo .owl-nav .owl-next{
right: -23px;
}
#owl-demo .owl-nav .owl-prev{
left: -23px;
}

    #txtAddress {width: 100% !important;}
    #txtOtherInformation {width: 100% !important;}

    #frame-one {
        min-height:560px !important;
        height: auto !important;
        overflow: visible !important
    }
}

@media (max-width: 780px) {
    #mediaiso {
        margin-top:30px;
        height: 530px !important
    }

    .blogj .readMore a {
        color: #f15a24;
        position: relative !important;
        top: 17px !important
    }

    .resimg {
        max-width: 200px;
        display: inline-block;
        margin: 0 auto
    }

    .processing {
        display: none
    }

    .Deliverbox {
        margin: 40px auto
    }

    .resOrder {
        display: block !important;
        text-align: center;
        color: #f14b11
    }

    .resEnjoy {
        display: block !important;
        text-align: center;
        color: #f14b11
    }

    .resDeliver {
        display: block !important;
        text-align: center;
        color: #f14b11
    }

    .resEnjoy .dt {
        color: #fff !important
    }

    .resOrder .dt {
        color: #fff !important
    }

    .resDeliver .dt {
        color: #fff !important
    }

    .Orderbox .Orderimg .img-responsive {
        display: inline-block !important;
        max-width: 250px
    }

    .Deliverbox .Deliverimg .img-responsive {
        display: inline-block !important;
        max-width: 250px
    }

    .Enjoybox .Enjoyimg .img-responsive {
        display: inline-block !important;
        max-width: 250px
    }

    #contact .contact-form h3 {
        text-align: right;
    }

    .Orderimg {
        position: relative !important;
        bottom: 0
    }

    .Deliverimg {
        position: relative !important;
        bottom: 0
    }

    .Enjoyimg {
        position: relative !important;
        bottom: 0
    }

    .mh372 {
        min-height: 200px !important
    }

    .grl_bg:after {
        display: none
    }

    #frame-one .card {
        display: inline-block !important;
        padding: 20px 20px 20px 20px !important;
        height: auto !important;
        margin: 30px auto !important
    }

    #frame-one .card .msg-container h2 {
        margin-top: 20px !important
    }

    #frame-one .card .msg-container {
        height: auto !important;
        float: left;
        width: 100% !important;
        margin-left: 0 !important
    }

    #frame-one .card .cr-img-container {
        height: auto !important;
        width: 100% !important;
        background: transparent !important
    }

    #frame-one .card .cr-img-container img {
        width: 100%
    }

    #frame-one>.isotope-item {
        position: relative !important;
        left: -15px !important
    }

    #frame-one .card .msg-container p {
        width: 100% !important
    }

    .whoBg .colm ul li {
        width: 100% !important;
        margin: 10px 0 !important
    }

    #map {
        height: 350px !important
    }

    #media .isotope .presssecs {
        width: 100% !important;
        padding: 0 20px 0 0 !important;
        margin-top: 0 !important
    }

    .mpn {
        padding: 0
    }

    #blog .blog-post.blog-large .entry-date {
        margin-top: 15px
    }

    .blogj .readMore {
        bottom: 0
    }

    .cfwdth {
        float: none !important
    }

    .text-danger {
        height: 15px;
        font-size: 12px !important
    }

    #footer ul {
        text-align: center
    }

    #hwdsw .owl-controls .owl-buttons .owl-prev {
        left: -40px;
        width: 60px
    }

    #hwdsw .owl-controls .owl-buttons .owl-next {
        right: -40px;
        width: 60px
    }
}

@media(max-width: 980px) {
    .owl-carousel .owl-item {
        padding-right:0 !important
    }

    #contact .get-in-touch div .container .row .cfwdth .contact-form .contact-form .tab-content {
        padding: 20px 0 10px !important
    }

    #contact .get-in-touch div .container .row .cfwdth .contact-form .contact-form .tab-content .tab-pane {
        margin: 0 !important
    }

    #contact .get-in-touch div .container .row .cfwdth .contact-form .contact-form .tab-content .tab-pane form .form-group {
        padding: 0 !important
    }

    #contact .get-in-touch div .container .row .cfwdth .contact-form .contact-form .tab-content .tab-pane form div {
        padding: 0 5px !important
    }

    #frame-one {
        height: auto !important
    }

    .mbimgcss {
        text-align: center
    }

    .mbimgcss img {
        max-width: 200px;
        display: inline-block
    }

    #media .presssecs {
        width: 31.5% !important
    }

    #mediaiso .gallerysec {
        width: 100% !important
    }

    #media .ourdishes {
        width: 29.5% !important
    }
}

@media(min-width: 776px) and (max-width:980px) {
    #blog .blog-post.blog-large .entry-date {
        margin-top:15px
    }

    #media .isotope .isotope-item {
        width: 100% !important;
        padding: 0 40px 0 0 !important;
        margin-top: 0 !important
    }

    #hwdsw .owl-controls .owl-buttons .owl-prev {
        left: -40px;
        width: 60px;
        padding: 150px 0
    }

    #hwdsw .owl-controls .owl-buttons .owl-next {
        right: -40px;
        width: 60px;
        padding: 150px 0
    }

    #contact .cfwdth {
        float: none
    }
}

.cfwdth {
    float: right;
    min-width: 300px
}

.gallerysec {
    display: table;
    width: 100%
}

.gallerysec .img-section {
    width: 24%;
    float: left;
    margin: 5px
}

#mediaiso {
    margin-top: 30px
}

#mediashuffle {
}

#blog p {
    line-height: 1.3;
    font-size: 13px;
    color: #000;
    line-height: 25px;
}

#blog .blog-post.blog-media .entry-title a {
    color: #000;
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

#blog .blog-post.blog-media .entry-title {
    margin-top: 0;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: GE Flow;
    color: #414141;
    opacity: 1;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:  hidden;
    direction: rtl;
    width: 222px;
}

#blog .bloghasbg {
    width: 150px;
    display: block;
    height: 150px;
    background-size: cover
}

#newsletter {
    background: #000
}

#newsletter .title {
    font-weight: normal;
    font-size: 27px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 34px 0 20px 0
}

#newsletter .form-control {
    padding: 12px 12px;
    height: 45px;
    border-radius: 0
}

#newsletter .btn-newsletter {
    padding: 14px 28px;
    height: 45px;
    border-radius: 0;
    background: #000;
    color: #fff
}

#newsletter {
    background: url(../../images/background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0
}

#newsletter:after {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.65);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#contact .form-group {
    margin-bottom: 0
}

#contact .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #C4C4C4;
    box-shadow: none;
}

#contact .shopnowbtn {
    background: #f14b11;
    color: #fff !important;
    padding: 7px 34px !important;
    position: relative;
    top: 8px;
    left: 2px;
    border-radius: 3px;
    margin-left: 11px;
    right: 10px;
    border: none
}

.tab-content>.tab-pane {
    min-height: 333px;
}

.galleryImgCont {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 168px
}

#media .ourdishes {
    width: 23.5%;
    float: left;
    padding: 5px;
    margin: 5px 5px 10px 5px;
    box-shadow: 0 0 1px #b1b1b1;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#mediaiso .portfolio-items {
    margin: 0 !important
}

.media .media-body .media-heading {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.media .media-body p {
    font-size: 14px;
    line-height: 21px;
    /* font-family: 'gothic'; */
    font-weight: 500;
}

.mbimgcss {
    position: relative
}

.mbimgcss:before {
    position: absolute;
    content: '';
    background: url(../../images/SLIDE03.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-position: left bottom;
    left: 0;
    right: 0
}

.display-none {
    display: none
}

.mh372 {
    min-height: 375px
}

.Orderbox {
    position: relative
}

.Orderimg {
    position: absolute;
    bottom: 0
}

.Deliverbox {
    position: relative
}

.Deliverimg {
    position: absolute;
    bottom: 0
}

.Enjoybox {
    position: relative
}

.Enjoyimg {
    position: absolute;
    bottom: 0
}

.resOrder {
    display: none
}

.resEnjoy {
    display: none
}

.resDeliver {
    display: none
}

.processing {
    position: relative;
    margin-top: 50px;
    width: 100%
}

.processing:before {
    content: '';
    background: #28a98b;
    width: 100%;
    position: absolute;
    height: 3px;
    top: -20px;
    left: 10px
}

.processing li {
    list-style: none;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    width: 33%;
    font-weight: 500;
    color: #595959
}

.processing li.active {
    color: #f14b11
}

.processing li {
    text-transform: uppercase;
    padding-top: 15px;
    font-size: 16px
}

.processing li:first-child {
    text-align: left
}

.processing li:last-child {
    text-align: right
}

.processing li:last-child:before {
    right: -2px;
    margin: 0;
    content: '';
    left: inherit
}

.processing li:first-child.active:before {
    content: '';
    background: #28a98b;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -35px;
    left: 0;
    margin: 0;
    right: inherit
}

.processing li:last-child.active:before {
    content: '';
    background: #28a98b;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -35px;
    right: 0;
    margin: 0;
    left: inherit
}

.processing li:before {
    content: '';
    border: 3px solid #28a98b;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    top: -35px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto
}

.processing li.active:before {
    content: '';
    background: #28a98b;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    top: -35px;
    left: 0;
    margin: 0 auto
}

.processing li .dt {
    display: inline-block;
    position: relative;
    top: 0;
    color: #fff
}

#hi_fix_1:hover #fa_1 {
    display: block !important
}

#hi_fix_1:hover #faf_1 {
    display: none !important
}

#faf_1 {
    display: block
}

#fa_1 {
    display: none
}

.bvmenu {
    padding: 0
}

.bvmenu li {
    list-style: none;
    font-family: 'gothic'
}

#benefits>div>.container>.features>#frame-one .isotope-item {
    position: relative !important
}

#photo>div>.container>.features>#frame-one1 .isotope-item {
    position: relative !important
}

.knetpay.btn-primary {
    width: 100%;
    border-radius: 2px;
    padding-right: 22px;
    text-align: center !important;
    margin-right: 0;
    background-color: #06332E;
    font-size: 18px;
    height: 43px;
    padding: 0 0;
    line-height: 36px;
}


.FatrdNwsLst { }
.FatrdNwsLst .ndate {display: inline-block;width: 60px;text-align: center;border-radius: 5px;border: 1px solid #D8D8D8;}
.FatrdNwsLst .etyttl {font-size: 23px;color: #414141;display: inline-block;margin: 5px 20px 0px 0px;vertical-align: top;}

.FatrdNwsLst .ndate .fnld {font-size: 20px;color: #414141;font-weight: bold;padding: 3px 0px;display: block;}
.FatrdNwsLst .ndate .fnlm {background: #087732;display: block;color: #fff;padding: 2px 0px;border-radius: 0px 0px 5px 5px; text-transform: uppercase;}
.FatrdNwsLst .ndate .fnly {display: none;}


#location .con_menu {
    margin: 20px 0px;
}
#location .con_menu li {/* font-family: 'GE Flow'; */margin-bottom: 19px;}
#location .con_menu li a{
    color: #1C1C1C;
    font-size: 15px;
    font-family: 'GE Flow';
}
#location .con_menu li a img{
    margin-left: 10px;
}
#location .con_menu li .d-02 {color: #1C1C1C;font-size: 15px;}
#location .con_menu li .d-02 img {width: 20px;margin-left: 10px;}


.contact-form .nav.nav-tabs {}
.contact-form .nav.nav-tabs li {
    padding: 0px 0px 0px 20px;
}
.contact-form .nav.nav-tabs li a{
    font-size: 18px;
    /* font-family: GE Flow; */
    color: #C2C2C2;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}
.contact-form .nav.nav-tabs li.active a {
    color: #087732;
}

#owl-demo1 {direction: unset;}
#owl-demo1 .owl-stage-outer { direction: unset !important; }
#owl-demo1 .owl-stage-outer .owl-stage{direction: unset !important;padding: 7px 0px 0;}
#owl-demo1 .owl-stage-outer .owl-stage .owl-item{float: left;}

#owl-demo1 .owl-nav {display: block;}

#owl-demo1 .owl-nav .owl-prev,#owl-demo .owl-nav .owl-prev {
    background: #087732;border-radius: 50%;width: 45px;height: 45px;text-align: center;position: absolute;top: 45%;left: 0px;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.17);}
#owl-demo1 .owl-nav .owl-prev i.e_l,#owl-demo .owl-nav .owl-prev i.e_l {color: #fff;font-size: 37px;background: transparent;position: relative;top: 2px;width: unset;height: unset;display: unset;}

#owl-demo1 .owl-nav .owl-next,#owl-demo .owl-nav .owl-next {background: #087732;border-radius: 50%;width: 45px;height: 45px;text-align: center;position: absolute;top: 45%;right: 0px;}
#owl-demo1 .owl-nav .owl-next i.e_r,#owl-demo .owl-nav .owl-next i.e_r {color: #fff;font-size: 37px;background: transparent;position: relative;top: 2px;width: unset;height: unset;display: unset;}




#owl-demo .owl-nav{
display:block;
}

#drpmessegetype.form-control {border: none !important;border-bottom: 1px solid #C4C4C4 !important;}



.ndvdos {min-height: 151px;height: auto !important;}
.ndvdos h2.ndh2{ }
.ndvdos .ndblgj.blogj{ }

.ndimgboxmeda {
    background-repeat: no-repeat !important; height: 215px; background-position: center !important; display: block; width: 100%;
    background-size: cover !important;
    }

.nddtlpageboxdetls .blogj.news_hi_fix {max-height: 160px;height: auto;}


@media only screen and (max-width: 980px) {
    .mobilecssmenu {height: 0px !important;overflow: hidden;}
    
    .menubg {transition: ease all 0.3s;/*height: 100vh;overflow: auto;*/box-shadow: 0px 3px 6px #00000030;background: #ffffff;/* top: 0px; *//* position: absolute !important; *//* left: 0px; *//* right: 0px; */width: 100%;}

    .menubg.mobilecssmenu {transition: ease all .3s;}
    .menubg .container{ }
    .menubg .container .d-table.h_bar { }
    .menubg .container .d-table.h_bar .crtmenund {float: unset !important;display: none;}
    
    .menubg .container .d-table.h_bar .ndmenu.menu-nd .e_menu{box-shadow: none;}
    .menubg .container .d-table.h_bar .ndmenu.menu-nd .e_menu .nav.Bnavlist.menu {width: 100%;margin: 0px;position: relative;left: 0px;right: 0px;}
    .menubg .container .d-table.h_bar .ndmenu.menu-nd .e_menu .nav.Bnavlist.menu li{padding: 9px 10px 9px 10px;border-bottom: 1px solid #E2E2E2;}    
    .menubg .container .d-table.h_bar .ndmenu.menu-nd .e_menu .nav.Bnavlist.menu li a{color: #9C9C9C;font-weight: 400;text-align: revert;}
    .menubg .container .d-table.h_bar .ndmenu.menu-nd .e_menu .nav.Bnavlist.menu li.active a{color: #06332E;cursor: pointer;font-weight: 600;opacity:  1;}

    #what.pd100.whoBg { padding-top:0px !important;}

    .vdones { height:auto;}
    .vdones h2{ height:auto;}
    .vdones .blogj { height:auto;}

    #blog .container .col-md-12.pdm {padding: 0px;}
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm { }
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm { }
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12{ }
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item{ }
    
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 a{display: block;margin-bottom: 15px;}
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 a img{width: 100%;}

    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst{ }
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst .ndate{ }
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst .ndate span{ }
    
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst h2 {font-size: 20px;width: 73%;}
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst .blogj  {margin: 10px 0px 5px 0px;}
    
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst .entry-meta.row { }
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst .entry-meta.row div.pull-right {}
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst .entry-meta.row div.pull-right a{}
    #blog .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm .span12 .blog-post.item .media .col-md-6 .FatrdNwsLst .entry-meta.row div.pull-right a img{
    width: 17px; height: 17px; border-radius: 3px;}





    #blog1.pd100 {padding-bottom:0px;padding-top: 30px;}

    #blog1 .container .col-md-12.pdm {padding-left: 0px;padding-right: 0px;}
    #blog1 .container .col-md-12.pdm .col-sm-12.scroll-cstm {padding-left: 0px;padding-right: 0px;}
    #blog1 .container .col-md-12.pdm .col-sm-12.scroll-cstm .container.pdm { }
    

    #owl-demo1 { }
    
    #owl-demo1 .owl-stage-outer .owl-stage {padding: 0 0px 0px 0px;}
    #owl-demo1 .blog-post.item .media.clearfix {margin: 0px 15px 30px 15px;}


    .mbimgcss { }
    .mbimgcss .col-md-4.cfwdth { }
    .mbimgcss .col-md-4.cfwdth .contact-form{text-align: right;}
    .mbimgcss .col-md-4.cfwdth .contact-form .contact-form {}
    .mbimgcss .col-md-4.cfwdth .contact-form .contact-form .col-md-12.flshuff { padding: 0px; }    
    .mbimgcss .col-md-4.cfwdth .contact-form .contact-form .col-md-12.flshuff .contact-form{ }

    .nddtlpagebox { }
    .nddtlpagebox .col-md-12 .col-md-6:last-child{padding: 0px;}
    .nddtlpagebox .col-md-12 .col-md-6 .nddtlpageboxdetls{padding: 0px;}
    .nddtlpagebox .col-md-12 .col-md-6 .nddtlpageboxdetls .blogj.news_hi_fix {height: auto;}
    .nddtlpagebox .col-md-12 .col-md-6 .nddtlpageboxdetls .blogj.news_hi_fix .entry-content.mhoflscl {}
    .nddtlpagebox .col-md-12 .col-md-6 .nddtlpageboxdetls .blogj.news_hi_fix .entry-content.mhoflscl p{line-height: 25px !important;}


    #testimonialsrightpanel.col-sm-12.scroll-cstm {padding: 0px;}
    #testimonialsrightpanel.col-sm-12.scroll-cstm .container.pdm { }
    #testimonialsrightpanel.col-sm-12.scroll-cstm .container.pdm .span12.pt20.pb20{ }
    #owl-demo1 .blog-post.blog-media.item.col-md-4 {padding-left: 0px;padding-right: 0px;}
    #owl-demo1 .blog-post.blog-media.item.col-md-4 .media.clearfix{ margin-left: 5px; margin-right: 5px; }

    #myModal1 .img-rounded.pull-left.mb10.margin-right-20 {margin-left: 0px !important;}


    .nddtlpageboxdetls .blogj.news_hi_fix { max-height: 100%; height: auto; }

    #divLogin { }
    #divLogin .modal-body { }
    #divLogin .modal-body .tab-content {padding: 20px 0px 10px;}

    #SignUp .col-sm-12.col-lg-12.col-md-12 { padding-left:0px; padding-right:0px;}
    .nddontwidth { max-width:100%;  }



}


@media only screen and (min-width: 300px) and (max-width: 768px) {

    #cp .tab-content {padding: 21px 13px 1px;}
    .menubg .container .d-table.h_bar .ndmenu.menu-nd {width: 100%;}

}


.width980 { width:980px !important;}
.width845 {width: 845px !important;}
.height35 { height:35px;}


.nddontwidth {/* max-width: 600px; *//* margin: 0px auto; */}

.bann.bann3 {position: relative;z-index: 0;}
/*.bann.bann3:before {content:'';position: absolute;left: 15px;right: 15px;top: 15px;bottom: 15px;border: 7px solid #fff;z-index: 1;}*/
.bann.bann3:after {content:'';position: absolute;left:  0px;right: 0px;top: 0px;bottom: 0px;background: rgba(0, 0, 0, 0.55);z-index: -1;}

.ndtitl {position: relative;top: 45px;}
.ndtitl p{ }

.endlng {
    font-family: Arial !important;
}
.color-b2d235 {
    color: #b2d235;
}


.nddntepage {background:#fff;border-radius:0px;padding: 25px 20px 20px 20px;overflow: hidden;    box-shadow: 0 4px 12px #d6d6d6;}




.ndtbcstm {margin-bottom: 15px !important;}
.ndtbcstm li{
    margin-bottom: 0px;
    margin-right: 0;
}
.ndtbcstm li a{margin: 0px 5px !important;padding: 0px 25px 0px 0px !important;min-width: 116px;position: relative;color: #ACACAC !important;font-size: 15px;}
.ndtbcstm li a:after{content:'';border: 2px solid #A8A8A8;border-radius: 50%;width: 20px;height: 20px;position: absolute;right: 0px;top: 2px;}

.ndtbcstm li a:hover { color:#087732; }

.ndtbcstm li.active{ }
.ndtbcstm li.active a{border: none !important;color: #087732 !important;}
.ndtbcstm li.active a:after{content: '';border: 2px solid #087732;border-radius: 50%;width: 20px;height: 20px;display: inline-block;float: right;}
.ndtbcstm li.active a:before{content:'';background: #087732;width: 10px;height: 10px;position: absolute;border-radius: 50%;right: 5px;top: 7px;}

/*.ndtbcstm li.active label{border: none !important;color: #087732 !important;}
.ndtbcstm li.active label:after{content: '';border: 2px solid #087732;border-radius: 50%;width: 20px;height: 20px;display: inline-block;float: right;}
.ndtbcstm li.active label:before{content:'';background: #087732;width: 10px;height: 10px;position: absolute;border-radius: 50%;right: 5px;top: 7px;}*/




.ntcmllb input { position: absolute; opacity: 0; cursor: pointer;}
.checkmark {margin-left: 5px;position: relative;display: inline-block;top: 6px;left: 0;border: 2px solid #A8A8A8;border-radius: 50%;width: 20px;height: 20px;}
.ntcmllb:hover input ~ .checkmark {background-color: transparent;}

.ntcmllb input:checked ~ .checkmark {background-color: transparent;border-color: #087732;}

.checkmark:after { content: ""; position: absolute; display: none; }
.ntcmllb input:checked ~ .checkmark:after { display: block; }
.ntcmllb .checkmark:after {
    background: #087732;
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}




.Donate-text { direction: ltr; text-align: right; }
.font-bold { font-weight: bold; }

.left-2right {
    direction: ltr;
    text-align: right;
}


.social_box.fb {background: #3b5c92;color: #fff;padding: 0px 30px 0 6px;display: inline-block;font-size: 17px;min-height: 45px;line-height: 42px;border-radius: 2px;vertical-align:  middle;margin: 0 0px;width: 171px;text-align: center;}
.social_box.fb span {display: inline-block;width: 45px;/* border-left: 1px solid #fff; */text-align: center;/* margin-left: 0; */float:  left;}
.social_box.fb span i{ }

.social_box.gl {background: #dd4a40;color: #fff;padding: 0px 0px 0 13px;display: inline-block;font-size: 17px;min-height: 45px;line-height: 44px;border-radius: 2px;padding-right: 30px;vertical-align:  middle;margin: 0;width: 171px;}
.social_box.gl span {display: inline-block;width: 45px;/* border-left: 1px solid #fff; */text-align: center;margin-left: 0;float:  left;}
.social_box.gl span i{ }

div#owl-demo .media.clearfix {
    padding: 10px;
}
i.fa.fa-whatsapp {
    background: #33E364;
    /* font-size: 16px !important; */
}