@font-face {
    font-family: titillium_bold;
    src: url(../fonts/titillium/TitilliumWeb-Bold.ttf);
}

@font-face {
    font-family: titillium_semibold;
    src: url(../fonts/titillium/TitilliumWeb-SemiBold.ttf);
}

@font-face {
    font-family: titillium_regular;
    src: url(../fonts/titillium/TitilliumWeb-Regular.ttf);
}

h4,
h5,
h6,
h1,
h2,
h3 {
    margin: 0;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}

html,
body {
    font-family: 'titillium_regular', 'titillium_semibold';
    font-size: 100%;
    background: #fff;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    z-index: 1000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(229, 36, 81, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(229, 36, 81, 0.4);
}

/* Preloader
-------------------------------------------------------------- */

.loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.block-loader {
    background-color: #e52451;
    float: left;
    height: 24px;
    margin-left: 7px;
    width: 24px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-animation-name: bounceG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    /*-moz-animation-direction: linear;*/
    -moz-transform: scale(0.7);
    -webkit-animation-name: bounceG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-animation-direction: linear;*/
    -webkit-transform: scale(0.7);
    -ms-animation-name: bounceG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.7);
    -o-animation-name: bounceG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    /*-o-animation-direction: linear;*/
    -o-transform: scale(0.7);
    animation-name: bounceG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    /*animation-direction: linear;*/
    transform: scale(0.7);
}

.loader1 {
    margin-left: -30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loader2 {
    margin-left: 0px;
    -moz-animation-delay: 08s;
    -webkit-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.loader3 {
    margin-left: 30px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1
    }
    100% {
        -o-transform: scale(0.7);
        opacity: 0.1
    }
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        transform: scale(0.7);
        opacity: 0.1
    }
}



input[type="text"] {
    padding: 5px 10px;
    background: transparent;
    border: solid 1px #fff;
    color: #717276;
    font-family: 'titillium_bold';
    transition: border 0.3s;
    width: 85%;
}

select {
    padding: 5px 10px;
    background: transparent;
    border: solid 1px #fff;
    color: #717276;
    font-family: 'titillium_bold';
    transition: border 0.3s;
    width: 85%;
}

h6 {
    color: #e52451;
}

.wrap {
    height: 100px;
    position: relative;
    background: #FFF;
}

h2.centre-line {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: #e52451;
    font-family: 'titillium_bold', 'titillium_semibold';
}

h2.centre-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    z-index: -1;
    background: #e52451;
}

h2.centre-line span {
    background-color: #FFF;
    padding: 1rem;
    display: inline-block;
}

.wrap2 {
    height: 60px;
    position: relative;
    background: #2b3849;
    margin: 5px;
}

h2.centre-line2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    font-size: 3em;
    color: #FFF;
    font-family: 'titillium_bold', 'titillium_semibold';
}

h2.centre-line2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    z-index: -1;
    background: #FFF;
}

h2.centre-line2 span {
    background-color: #2b3849;
    padding: 1rem;
    display: inline-block;
}

a {
    text-decoration: none;
}

a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}

.circle {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 150px;
    margin: 0 auto;
    border: 5px solid #FFF;
    margin-top: 5px;
    margin-bottom: 40px;
}

select#soflow {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

ul.filters li {
    display: inline-block;
}


.wh {
    color: #fff;
}

#payment {
    display: none;
}

.btn_fil {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    border-radius: 4px;
    font-family: 'titillium_semibold';
    color: #ffffff;
    background: #e52451;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn_fil:hover {
    background: #fff;
    color: #eb1b52;
}

.center {
    margin: auto;
    width: 50%;
    padding: 15px;
    text-align: center;
}

/* PAGINATE */
.div_pagination {
    display: table;
    margin: 0 auto;

}

.btn_dis {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'titillium_semibold';
    color: #ffffff;
    font-size: 20px;
    background: #dddddd;
    padding: 8px 25px 8px 25px;
    text-decoration: none;
    border: solid #fff 3px;
    width: 200px;
}


.btn_bl {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'titillium_semibold';
    color: #ffffff;
    font-size: 20px;
    background: #2b3849;
    padding: 8px 25px 8px 25px;
    text-decoration: none;
    border: solid #fff 3px;
    width:  200px;
}

.btn_bl:hover {
    background: #e52451;
    color: #fff;
}

.btn_in {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'titillium_semibold';
    color: #ffffff;
    font-size: 22px;
    background: #e52451;
    padding: 5px 24px 5px 24px;
    border: solid #fff 3px;
    text-decoration: none;
}

.btn_in:hover {
    background: #2b3849;
    color: #fff;
}

.btn_in_large {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'titillium_semibold';
    color: #ffffff;
    font-size: 26px;
    background: #e52451;
    padding: 12px 40px 12px 40px;
    border: solid #fff 3px;
    text-decoration: none;
}

.btn_in_large:hover {
    background: #2b3849;
    color: #fff;
}

.btnTwo {
    background: #12478d;
    background-image: -webkit-linear-gradient(top, #12478d, #903448);
    background-image: -moz-linear-gradient(top, #12478d, #903448);
    background-image: -ms-linear-gradient(top, #12478d, #903448);
    background-image: -o-linear-gradient(top, #12478d, #903448);
    background-image: linear-gradient(to bottom, #12478d, #903448);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: 'titillium_semibold';
    color: #ffffff;
    font-size: 32px;
    padding: 10px 20px 10px 20px;
    border: solid #ffffff 2px;
    text-decoration: none;
}

.btnTwo:hover {
    background: #903448;
    background-image: -webkit-linear-gradient(top, #903448, #12478d);
    background-image: -moz-linear-gradient(top, #903448, #12478d);
    background-image: -ms-linear-gradient(top, #903448, #12478d);
    background-image: -o-linear-gradient(top, #903448, #12478d);
    background-image: linear-gradient(to bottom, #903448, #12478d);
    text-decoration: none;
}

.btnOne {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'titillium_bold';
    color: #ffffff;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px 24px 5px 24px;
    border: solid #fff 3px;
    text-decoration: none;
}

.btnOne:hover {
    background: #e62051;
    text-decoration: none;
}

.btnFront {
    position: absolute;
    bottom: 36px;
    right: 30px;
    z-index: 99;
}

.flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    background: #f3f3f3;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    cursor: pointer;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100px;
    max-height: 45px;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.header {
    background: #bdbec2
}

.header-top-left ul li a,
input[type="submit"],
.related-post-right h4 a,
.categories ul li a,
.reply a,
.comments-grid-right h3 a,
.admin a,
.single-left2-sub ul li a,
.single-left2 ul.com li a,
.contact-grid1-left1 a,
.more a,
.services-top-breadcrumbs-right ul li a,
.events-grid1 p,
.footer-grid1-right a,
.m1 a,
.events-grid1 ul li a,
.footer-copy p a,
.events-grid1 h4 a,
.footer-grid p a,
.footer-grid ul li a {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}

.header-top {
    padding: 1em 0 0;
    background: #2b3849;
}

.header-top {
    padding-bottom: .5em;
    border-bottom: 1px solid #fff;
}

.header-top-left {
    float: left;
    margin: .2em 0 0;
}

.header-top-left ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 2em;
}

.header-top-left ul li span {
    left: -.5em;
    padding-left: 1em;
}

.header-top-left ul li a {
    color: #fff;
    text-decoration: none;
}

.header-top-left ul li a:hover {
    color: #e52451;
}

.header-top-left1 {
    float: left;
    margin-left: 38em;
}

.logo-top {
    position: absolute;
    z-index: 5;
    width: 285px;
    top: 0%;
    left: 10%;
    max-width: 82%;
}

ul.social-icons li {
    display: inline-block;
}

.icon {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
}

.icon-border {
    position: relative;
}

.icon-border::before,
.icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.icon-border::before {
    z-index: 1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.icon-border::after {
    z-index: 2;
}

.icon-border.facebook::before {
    box-shadow: inset 0 0 0 48px #2b3849;
}

.icon-border.facebook:hover::before {
    box-shadow: inset 0 0 0 2px #e52451;
}

.icon-border.facebook::after {
    background: url(../images/img-sp.png) no-repeat 8px 5px;
    display: block;
}

.icon-border1.facebook:hover::after {
    background: url(../images/img-sp.png) no-repeat 8px -24px;
    display: block;
}

.icon-border.twitter::before {
    box-shadow: inset 0 0 0 48px #2b3849;
}

.icon-border.twitter:hover::before {
    box-shadow: inset 0 0 0 2px #e52451;
}

.icon-border.twitter::after {
    background: url(../images/img-sp.png) no-repeat -21px 4px;
    display: block;
}

.icon-border1.twitter:hover::after {
    background: url(../images/img-sp.png) no-repeat -21px -26px;
    display: block;
}

.icon-border.instagram::before {
    box-shadow: inset 0 0 0 48px #2b3849;
}

.icon-border.instagram:hover::before {
    box-shadow: inset 0 0 0 2px #e52451;
}

.icon-border.instagram::after {
    background: url(../images/img-sp.png) no-repeat -51px 5px;
    display: block;
}

.icon-border1.instagram:hover::after {
    background: url(../images/img-sp.png) no-repeat -51px -25px;
    display: block;
}

.icon-border.pinterest::before {
    box-shadow: inset 0 0 0 48px #2b3849;
}

.icon-border.pinterest:hover::before {
    box-shadow: inset 0 0 0 2px #e52451;
}

.icon-border.pinterest::after {
    background: url(../images/img-sp.png) no-repeat -86px 5px;
    display: block;
}

.icon-border1.pinterest:hover::after {
    background: url(../images/img-sp.png) no-repeat -86px -24px;
    display: block;
}

.header-top-right {
    float: right;
}

.search {
    position: relative;
    display: inline-block;
}

label.icon-search {
    color: #fff;
    cursor: pointer;
}

.search_form {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 15px;
    overflow: hidden;
    width: 20px;
    height: 0px;
    background: #4D4D4D;
    transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}

.search_form form {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.search_form input[type='text'] {
    width: 443px;
    padding: 10px;
    outline: none;
    font-size: 14px;
    color: #fff;
    border: 1px solid #999;
    background: none;
}

.search_form input[type='submit'] {
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    background: url(../images/img-sp.png) no-repeat -8px -57px;
    display: inline-block;
}

.search_box {
    visibility: hidden;
}

.search_box:checked ~ .search_form {
    width: 500px;
    height: 62px;
    padding: 10px;
    top: 44px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}

.search_box:checked ~ .search_form form {
    opacity: 1;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s;
}

label.icon-search span {
    top: 0.5em;
}

.header-top {
    padding-bottom: .5em;
    border-bottom: 1px solid #434343;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    z-index: 999;
    background: #bdbec2;
}

.logo a {
    display: block;
}

.navbar-wrapper {
    padding: 1em 0em 1.6em 0em;
    margin-top: 0px !important;
    line-height: 36px;
    border-top: 5px solid #e1274e;
}

.navbar-inverse {
    background: none;
    border: none;
}

.navbar-nav {
    float: right !important;
    margin-top: 0.6em;
}

.navbar {
    margin-bottom: 0px !important;
    min-height: 0px !important;
}

.navbar-brand {
    float: left;
    height: 0px !important;
    padding: 0px !important;
}

.nav > li > a {
    padding: 10px 5px !important;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #6d6e72;
    font-family: 'titillium_bold', 'titillium_semibold';
    line-height: 1.8em;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #2b3849;
    background-color: transparent;
}

nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1em;
}

nav a:hover,
nav a:focus {
    outline: none;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.footer {
    color: #aaaaaa;
    background-color: #f3f3f3;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer small {
    color: #ffffff;
}

.footer .fa,
.footer .icon,
.footer .highlight,
.footer .base-clr-txt {
    color: #2b3849;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #2b3849;
}

.footer > .container {
    padding: 50px 0 50px;
}

.footer .text-alt {
    color: inherit;
}

.footer-base {
    padding: 2% 0 2% 0;
    background-color: #2b3849;
    text-align: left;
}

.footer-nav > li {
    margin-right: 15px;
    display: inline-block;
}

.footer-nav > li:last-child {
    margin-right: 0;
}

.footer-nav > li a {
    text-transform: uppercase;
    font-family: 'titillium_semibold';
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3em;
    line-height: 1.1;
    letter-spacing: 0.26em;
    color: #ffffff;
}

.footer-nav > li a:hover,
.footer-nav > li a:focus,
.footer-nav > li a:active {
    color: #e52451;
}

.footer-nav > p {
    text-transform: uppercase;
    font-family: 'titillium_semibold';
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.3em;
    line-height: 1.1;
    letter-spacing: 0.26em;
    color: #ffffff;
}

.footer .socials-nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    width: auto;
    max-width: 60%;
    text-align: left;
}

.footer .socials-nav .socials-nav-item {
    margin: 0 8px;
    line-height: 1;
}

.footer .socials-nav .socials-nav-item a:not(:hover):not(:active):not(:focus) {
    color: #ffffff;
}

.footer .socials-nav .socials-nav-item a .fa {
    color: inherit;
}

.footer .socials-nav .socials-nav-item a:hover,
.footer .socials-nav .socials-nav-item a:focus,
.footer .socials-nav .socials-nav-item a:active {
    color: #2b3849;
}

.footer .socials-nav + p {
    float: right;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    line-height: 25px;
}

.footer .socials-nav + p small {
    color: #8d93a0;
}

.fullBlue {
    padding: 1em 0 .5em;
    background: #2b3849;
}

.about {
    color: #747476;
    font-family: 'titillium_semibold';
    background: #ffffff;
}

.about-top {
    padding-bottom: 4em;
}

.about-top h2 {
    font-size: 3em;
    color: #f1194c;
    text-align: center;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.about-top p {
    font-size: 1em;
    color: #a4a5a9;
    text-align: center;
}

.about-left {
    padding: 40px 20px 40px 20px;
}

.about-left h4 {
    font-size: 1.7em;
    color: #eb1b52;
    font-family: 'titillium_bold', 'titillium_semibold';
    font-weight: 900;
}

.about-left h6 {
    font-size: 1.9em;
    color: #2a3748;
    font-family: 'titillium_regular', 'titillium_regular';
    font-weight: 900;
}

span.heading-line {
    background: #807D7D;
    width: 60px;
    height: 1px;
    display: block;
    margin: 0.7em auto 0.7em;
}

.about-left p {
    font-size: 1em;
    color: #76777a;
    line-height: 1.8em;
}

.about-grid {
    margin-top: 0;
}

.about-icon {
    width: 14%;
    float: left;
}

.about-text {
    float: right;
    width: 83%;
    padding-top: 15px;
}

.about-text h5 {
    font-size: 1em;
    color: #fff;
    margin-bottom: 0.3em;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.about-text p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

span.degr {
    /*background: url(../images/a2.png) no-repeat 3px 3px;*/
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 40px;
}

span.degr:hover {
    border-radius: 40px;
    border: 2px solid #016E96;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

span.ab-badge {
    /*background: url(../images/a1.png) no-repeat 3px 3px;*/
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 40px;
}

span.ab-badge:hover {
    border-radius: 40px;
    border: 2px solid #016E96;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.about-grid:hover span {
    border-radius: 40px;
    border: 2px solid #016E96;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.team-bottom p {
    font-size: 1em;
    color: #908F8F;
    line-height: 1.8em;
}

.team {
    padding: 1em 0em;
}

.team-top {
    margin-bottom: 4em;
}

.team-top h3 {
    font-size: 3em;
    color: #f1194c;
    text-align: center;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.team-top p {
    font-size: 1em;
    color: #929292;
    text-align: center;
}

.team-bottom {
    text-align: center;
    margin-top: 1em;
}

.team-bottom ul {
    padding: 0px;
    list-style: none;
    margin-top: 0.5em;
}

.team-bottom ul li {
    display: inline-block;
    margin-left: 0.2em;
}

.team-bottom ul li a {
    background: url(../images/t-icn.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.team-bottom ul li a.fa {
    background-position: 0px 0px;
}

.team-bottom ul li a.tw {
    background-position: -27px 0px;
}

.team-bottom ul li a.g {
    background-position: -53px 0px;
}

.team-bottom ul li a.fa:hover {
    background-position: 0px 0px;
    opacity: 0.8;
}

.team-bottom ul li a.tw:hover {
    background-position: -27px 0px;
    opacity: 0.8;
}

.team-bottom ul li a.g:hover {
    background-position: -53px 0px;
    opacity: 0.8;
}

.bs-docs-dl-options h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto;
}

.ih-item.circle .img {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle .img img {
    border-radius: 50%;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect5 {
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    perspective: 900px;
}

.ih-item.circle.effect5.colored .info .info-back {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect5 .info {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ih-item.circle.effect5 .info .info-back {
    visibility: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect5 .info h3 {
    color: #fff;
    position: relative;
    letter-spacing: 0px;
    font-size: 1.3em;
    margin: 0 30px;
    padding: 99px 0 0 0;
    height: 110px;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.ih-item.circle.effect5 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect5 a:hover .info {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}

.ih-item.circle.effect5 a:hover .info .info-back {
    visibility: visible;
}

.service {
    padding: 5em 0em;
    background: #2b3849;
}

.serice-layer {
    margin-top: 1em;
}

.serv-text h4 {
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 0.5em;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.serv-text p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

.serv-text h4 a {
    color: #fff;
}

.serv-text h4 a:hover {
    color: #f1194c;
}

.service-top h3 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.service-top p {
    font-size: 1em;
    color: #fff;
    text-align: center;
}

.serv-img {
    padding: 0px;
    border: 5px solid #fff;
    box-shadow: 0 1px 3px rgba(97, 92, 92, 0.75);
}

.ser-strip-main {
    margin-top: 2em;
}

.ser-strip {
    background: url(../images/ser-strip_VIII.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 430px;
    padding: 5em 0em;
    text-align: center;
}

.ser-strip-main h3 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 0.9em;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.ser-strip-main a {
    position: absolute;
    top: 165px;
    left: 20px
}

.blog-discription {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-discription {
    text-align: center;
    position: absolute;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.80);
    color: #fff;
}

.theme-border {
    height: 100%;
    width: 100%;
    border: 2px;
    border: 1px solid rgba(255, 255, 255, .5);
    position: relative;
}

.tg-display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.tg-display-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.blog-title {
    padding: 1em 1em;
}

.serv-img h4 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-title h4 {
    font-weight: bold;
    color: #fff;
    position: relative;
    right: 0%;
    font-size: 1.5em;
    margin-top: 0.5em;
}

.blog-title h4 a {
    color: #fff;
}

.blog-title h4:before {
    background: #fff;
    content: "";
    position: absolute;
    margin: 0 0 0 -21px;
    width: 40px;
    left: 50%;
    bottom: -10px;
    height: 1px;
}

.blog-title h4 a {
    color: #fff;
}

.serv-img .blod-meta {
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.blod-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    right: 120%;
    padding: 0 0 10px;
    margin: 1em 0;
}

.blod-meta li {
    float: left;
    font-size: 13px;
}

.blod-meta li a {
    color: #fff;
}

.blod-meta li:first-child::before {
    content: "";
    margin: 0;
}

.blod-meta li::before {
    content: "|";
    margin: 0 10px;
}

.blog-title p {
    color: #fff;
    margin: 0;
    position: relative;
    right: 120%;
    font-size: 13px;
    line-height: 1.8em;
}

.serv-img p {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.serv-img:hover .blog-discription {
    opacity: 1;
}

.serv-img:hover h3,
.serv-img:hover .blod-meta,
.serv-img:hover p {
    right: 0;
}

.gallery {
    padding: 6em 0px;
}

.gallery-top {
    text-align: center;
}

.g-left img,
.g-right img {
    width: 100%;
}

.g-left,
.g-right {
    padding: 0 2px;
}

.gallery-bottom {
    margin-top: 4%;
}

.g-2,
.g1 {
    padding-top: 4px;
}

img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    cursor: pointer;
}

img.zoom-img:hover {
    -webkit-transform: scale(1.12);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 700ms;
    -moz-transform: scale(1.12);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 700ms;
    overflow: hidden;

}

.mask {
     text-decoration: none;
     overflow: hidden;
     display: block;
 }

.portfolio {
    padding: 5em 0 1em;
}

.portfolio p {
    color: #424a51;
    font-weight: 400;
    font-size: 1.3em;
    width: 80%;
    margin: 1em auto 2em auto;
    line-height: 1.8em;
    font-family: 'titillium_bold';
}

.portfolio-grid {
    position: relative;
}

.portfolio-grid-pic {
    position: relative;
}

.portfolio-grid-pic img {
    width: 100%;
}

.portfolio-grid-caption {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(66, 74, 81, 0.3);
    bottom: 0;
    right: 0;
    padding-top: 5em;
    display: none;
}

.portfolio-grid:hover div.portfolio-grid-caption {
    display: block;
}

.portfolio-grid-caption h4 {
    color: #FFF;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
}

.portfolio-grid-caption h5 {
    color: #c59a6d;
    font-size: 2em;
    font-family: 'titillium_bold';
    font-weight: 400;
}

.portfolio-grid-caption span {
    width: 20%;
    height: 2px;
    display: inline-block;
    background: #c59a6d;
}
.customers-grid-pic{

}

.sap_tabs {
    clear: both;
    padding: 0em 0 0em;
}

.tab_box {
    background: #fd926d;
    padding: 2em;
}

.top1 {
    margin-top: 2%;
}

.resp-tabs-list {
    list-style: none;
    padding: 2em 9px 1em;
    margin: 0 auto;
    text-align: center;
}

.resp-tab-item {
    color: #eb1b52;
    font-size: 0.9em;
    cursor: pointer;
    padding: 6px 25px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    border: 2px solid #eb1b52;
    margin: 0 0.5em 0;
    border-radius: 10px 1px 10px 1px;
}

.resp-tab-active {
    background: #eb1b52;
    text-shadow: none;
    color: #fff;
    border: 2px solid #eb1b52;
    border-radius: 10px 1px 10px 1px;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.tab_img {
    padding: 1em 0em;
}

.img-top {
    position: relative;
}

.link-top {
    position: absolute;
    top: 0%;
    text-align: center;
    width: 90%;
    background: rgba(0, 0, 0, 0.49);
    height: 100%;
    padding: 4em 0 0;
    display: none;
    left: 5%;
}

i.link {
    /*background: url(../images/eye.png) no-repeat 0px 0px;*/
    width: 35px;
    height: 27px;
    display: inline-block;
}

.img-top:hover .link-top {
    display: block;
}

.advantages {
    padding-bottom: 6em;
    padding-top: 10%;
}

.adv-layer1-text {
    float: left;
    width: 65%;
    margin-top: 3em;
}

.advater-img {
    float: right;
    width: 35%;
}

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

.adv-layer1-text h6 {
    font-size: 1em;
    color: #eb1b52;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.adv-layer1-text p {
    font-size: 1em;
    color: #7B7B7B;
    margin-top: 0.3em;
}

.adv-layer2-text h6 {
    font-size: 1em;
    color: #000;
    margin-bottom: 0.3em;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.adv-layer2-text p {
    font-size: 1em;
    color: #7B7B7B;
    margin-top: 0.3em;
    line-height: 1.8em;
}

.advantages-main h4 {
    font-size: 2em;
    color: #f1194c;
    margin-bottom: 0.5em;
    font-family: 'titillium_bold', 'titillium_semibold';
}

.advantage-left {
    padding: 0em;
}

.advantage-left h3 {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 0.5em;
}

.adv-layer2-text {
    float: left;
    width: 60%;
}

.advant-layer2 {
    margin-top: 1.5em;
    text-align: center;
}

.advantage-left p {
    font-size: 1em;
    color: #7B7B7B;
    line-height: 1.9em;
    width: 90%;
}

#map {
    height: 400px;
}

#wrapper {
    position: relative;
}

.wpb_wrapper {
    background: rgba(235, 27, 82, .7);
    padding: 50px;
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 99;
    border-style: solid;
    border-width: 5px;
    border-color: #2b3847 transparent transparent transparent;
}

.wpb_wrapper a {
    color: #fff;
}

.map {
    min-height: 260px;
}

.contacts-wrapper-color {
    position: relative;
    padding: 58px 0 40px;
    border-style: solid;
    border-width: 2px 0;
    border-color: #e9e9e9;
}

.contacts-wrapper-color:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    width: 50%;
    content: "";
    z-index: 0;
}

.contacts-wrapper-color .contacts {
    padding: 0 40px 0 0;
}

.contacts-wrapper-color .contacts .list {
    font-size: 0;
}

.contacts-wrapper-color .contacts .list > li {
    margin: 12px 0;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    font-size: 15px;
}

.contacts-wrapper-color .contacts .list > li .fa:first-child {
    vertical-align: text-bottom;
    width: 26px;
    font-size: 24px;
    text-align: center;
}

.contacts-wrapper {
    position: relative;
}

.contacts-on-map-container {
    position: static;
}

.contacts-on-map {
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    padding: 50px 70px;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contacts-on-map .list {
    font-size: 15px;
}

.contacts-on-map .list > li {
    margin: 12px 0;
}

.contacts-on-map .list > li .fa:first-child {
    vertical-align: text-bottom;
    width: 26px;
    font-size: 24px;
    text-align: center;
}

.wpb_wrapper h1 {
    font-family: 'titillium_bold';
    font-size: 22px;
    color: #2b3847
}

.wpb_wrapper span {
    color: #fff;
}

.wpb_wrapper p {
    font-family: 'titillium_regular';
    font-size: .8rem;
    color: #fff
}

span.glyphicon.glyphicon-map-marker {
    font-size: 1.3em;
    color: #fff;
    margin-right: 0.5em;
    vertical-align: text-top;
}

span.glyphicon.glyphicon-phone {
    font-size: 1.3em;
    color: #fff;
    margin-right: 0.5em;
    vertical-align: text-top;
}

span.glyphicon.glyphicon-envelope {
    font-size: 1.3em;
    color: #fff;
    margin-right: 0.5em;
    vertical-align: middle;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_mover.png) no-repeat 0px 0px;
}

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

@media (max-width: 1366px) {
    .header-top-left1 {
        margin-left: 39em;
    }

    .banner {
        min-height: 630px;
    }

    span.mover {
        margin: 6em auto 0em;
    }

    .banner-main {
        padding-top: 7em;
    }

    .about-grid {
        margin-top: 0;
    }
}

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

@media (max-width: 736px) {
    .header-top-left1 {
        margin-left: 11em;
    }
}

@media (max-width: 667px) {
    .header-top-left1 {
        margin-left: 6em;
    }

    .logo-top {
        width: 185px;;
    }
}

@media (max-width: 640px) {
    .header-top-left1 {
        margin-left: 4em;
    }
}

@media (max-width: 1080px) {
    .header-top-left1 {
        margin-left: 26em;
    }
}

@media (max-width: 1024px) {
    .about-text {
        width: 80%;
    }

    .about-icon {
        width: 18%;
    }

    .serv-text p {
        font-size: 0.85em;
    }

    .serv-text h4 {
        font-size: 0.95em;
    }

    .link-top {
        padding: 3em 0 0;
    }

    span.flr {
        margin: 1.5em 0em 1.5em 14em;
    }

    .nav > li > a {
        padding: 10px 5px !important;
    }

    .banner-main p {
        width: 63%;
    }

    .blog-title h4 {
        margin-top: 0em;
    }

    .hi-icon:after {
        top: 1px;
        left: -1px;
    }
}

@media (max-width: 991px) {
    .btnTwo {

        font-size: 12px;
    }

    .header-top-left1 {
        margin-left: 13em;
    }

    .about-right {
        padding-top: 3em;
    }

    .about-right img {
        margin: 0 auto;
        width: 100%;
    }

    .team-grids {
        float: left;
        width: 50%;
        margin-bottom: 2em;
    }

    .team-grids {
        width: 50%;
        float: left;
        margin-bottom: 2em;
    }

    .ih-item.circle {
        margin: 0 auto;
    }

    .serv-img {
        float: left;
        width: 44%;
    }

    .serv-text {
        float: right;
        width: 52%;
    }

    .serv-text p {
        font-size: 1em;
    }

    .serice-layer {
        margin-top: 0em;
    }

    .services-grid {
        margin-top: 3em;
    }

    .img-top {
        float: left;
        width: 25%;
        padding: 0em 1em 0em 0em;
    }

    .tab_img {
        padding: 0.5em 0em;
    }

    .link-top {
        width: 91%;
        left: 0%;
    }

    .link-top {
        padding: 2.2em 0 0;
    }

    .advantage-left {
        padding-bottom: 3em;
    }

    .contact-left {
        float: left;
        width: 60%;
    }

    .contact-right {
        float: right;
        width: 40%;
    }

    .ftr-grid {
        float: left;
        width: 33%;
        padding: 0px;
    }

    span.flr {
        margin: 1.5em 0em 1.5em 11em;
    }

    .ftr-grid p {
        font-size: 0.95em;
    }

    .blog-title h4 {
        margin-top: 0.8em;
    }
}

@media (max-width: 768px) {
    .banner-main h1 {
        font-size: 2.6em;
    }

    .banner {
        min-height: 534px;
    }

    .banner-main {
        padding-top: 5em;
    }

    .about {
        padding: 3em 0em;
    }

    .service {
        padding: 3em 0em;
    }

    .ser-strip {
        min-height: 300px;
    }

    .ser-strip-main {
        margin-top: 0em;
    }

    .portfolio {
        padding: 3em 0em;
    }

    .advantages {
        padding-bottom: 3em;
    }

    .map iframe {
        height: 300px;
    }

    .contact {
        padding: 3em 0em;
    }

    .footer {
        background: #2b3849;
        color: #fff;
        font-size: .875rem;
        padding: 1.275rem
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-toggle {
        background: #f1194c;
        border: none;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #eb1b52;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
        background: #F1F1F1;
    }

    .navbar-nav {
        float: none !important;
        text-align: center;
    }
}

@media (max-width: 667px) {
    span.flr {
        margin: 1.5em 0em 1.5em 8em;
    }
}

@media (max-width: 640px) {
    #subcategory{
        margin-bottom: 160px;
    }
    span.flr {
        margin: 1.5em 0em 1.5em 8em;
    }

    .banner-main {
        padding-top: 3em;
    }

    span.mover {
        margin: 4em auto 0em;
    }

    .banner {
        min-height: 430px;
    }

    .about-top h2 {
        font-size: 2.5em;
    }

    .about-top {
        padding-bottom: 2em;
    }

    .team-top h3 {
        font-size: 2.5em;
    }

    .team-top {
        margin-bottom: 2em;
    }

    .service-top h3 {
        font-size: 2.5em;
    }

    .services-grid {
        margin-top: 2em;
    }

    .ser-strip {
        min-height: 255px;
        padding: 4em 0em;
    }

    .ser-strip-main h3 {
        font-size: 2.5em;
    }

    .portfolio-top h3 {
        font-size: 2.5em;
    }

    .link-top {
        padding: 1.6em 0 0;
    }

    .contact-top h3 {
        font-size: 2.5em;
    }

    .contact-top {
        padding-bottom: 3em;
    }

    .contact-right ul li {
        font-size: 0.85em;
    }

    .ftr-grid h3 {
        font-size: 1.5em;
    }

    .footer {
        padding: 3em 0em;
    }

    .portfolio-top {
        padding-bottom: 1em;
    }

    .blog-title h4 {
        margin-top: 0.2em;
    }

    .advantages-main h4 {
        font-size: 1.8em;
    }

    .contact-right h4 {
        font-size: 1.7em;
    }

    .map iframe {
        height: 250px;
    }

    .ftr-grid p {
        font-size: 0.8em;
    }

    .banner-main p {
        width: 88%;
    }

    .navbar-toggle {
        margin-top: 15px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 600px) {
    .header-top-left1 {
        margin-left: 2em;
    }
}

@media (max-width: 568px) {
    .header-top-left1 {
        margin-left: 1em;
    }

    @media (max-width: 480px) {
        .banner-main h1 {
            font-size: 1.8em;
        }

        .banner-main p {
            width: 100%;
        }

        span.bann-line {
            margin: 1em auto 1em;
        }

        span.mover {
            margin: 2em auto 0em;
        }

        .banner {
            min-height: 325px;
        }

        .banner-main {
            padding-top: 2em;
        }

        .team-grids {
            width: 55%;
            float: none;
            margin: 2em auto 0em;
        }

        .resp-tab-item {
            padding: 6px 10px;
        }

        .img-top {
            float: left;
            width: 50%;
            padding: 0em 1em 0em 0em;
            margin-bottom: 1em;
        }

        .link-top {
            width: 93%;
        }

        .link-top {
            padding: 2.6em 0 0;
        }

        .about {
            padding: 2em 0em;
        }

        .about-main p {
            text-align: center;
            margin: 0 auto;
        }

        .about-right img {
            width: 100%;
        }

        .about-right {
            padding-top: 2em;
        }

        .team {
            padding: 0em 0em;
        }

        .about-left h4 {
            font-size: 1.3em;
            letter-spacing: 0.5px;
        }

        .serv-img {
            float: none;
            width: 77%;
            margin: 1.5em auto;
        }

        .serv-text {
            float: none;
            width: 100%;
        }

        .service {
            padding: 2em 0em;
        }

        .ser-strip {
            min-height: 200px;
            padding: 3em 0em;
        }

        .ser-strip-main h3 {
            font-size: 2em;
        }

        .portfolio {
            padding: 2em 0em;
        }

        .resp-tabs-list {
            padding: 1em 0px 1em;
        }

        .advantage-left p {
            width: 100%;
        }

        .adv-layer1-text {
            width: 47%;
        }

        .advater-img {
            width: 52%;
        }

        .contact-left {
            float: none;
            width: 100%;
        }

        .contact-right {
            float: none;
            width: 100%;
            margin-top: 2em;
        }

        .contact {
            padding: 2em 0em;
        }

        .ftr-grid {
            float: none;
            width: 100%;
        }

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

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

        span.flm {
            text-align: left;
            margin: 1em 0em;
        }

        span.flr {
            margin: 1em 0em 1em 0em;
        }

        span.ftr-line {
            margin: 1em 0em;
        }

        .ftr-mid {
            text-align: left;
            margin: 1.5em 0em;
        }

        .footer {
            padding: 2em 0em;
        }

        .copy-rights-main p {
            font-size: 0.95em;
        }

        .about-icon {
            width: 22%;
        }

        .blog-title h4 {
            margin-top: 0.8em;
        }

        .about-text {
            width: 78%;
        }

        span.learn {
            /*background: url(../images/a3.png) no-repeat 3px 3px;*/
            background-size: 90%;
            width: 63px;
            height: 63px;
        }

        span.degr {
            /*background: url(../images/a2.png) no-repeat 3px 3px;*/
            background-size: 90%;
            width: 63px;
            height: 63px;
        }

        span.ab-badge {
            /*background: url(../images/a1.png) no-repeat 3px 3px;*/
            background-size: 90%;
            width: 63px;
            height: 63px;
        }

        .hi-icon:after {
            top: 1px;
            left: -1px;
            width: 60px;
            height: 60px;
        }

        .sap_tabs {
            padding: 0em 0 0em;
        }

        .adv-layer2-text {
            width: 48%;
        }

        .adv-layer2-text p {
            font-size: 0.85em;
        }
    }
    @media (max-width: 375px) {
        .resp-tab-item {
            padding: 6px 5px;
            font-size: 0.75em;
        }
    }
    @media (max-width: 320px) {
        .banner-main h1 {
            font-size: 1.5em;
            margin-top: 0.6em;
        }

        .banner-main p {
            font-size: 0.8em;
        }

        .banner {
            min-height: 260px;
        }

        span.mover {
            margin: 1em auto 0em;
            background-size: 100%;
            width: 15px;
        }

        .logo img {
            width: 70%;
        }

        .navbar-wrapper {
            padding: 0.5em 0em;
        }

        nav a {
            font-size: 0.9em;
        }

        .nav > li > a {
            padding: 8px 0px !important;
        }

        .about {
            padding: 1.5em 0em;
        }

        .team-grids {
            width: 100%;
        }

        .about-top h2 {
            font-size: 2em;
        }

        .about-left p {
            font-size: 0.9em;
        }

        .about-icon img {
            width: 100%;
        }

        .about-left {
            padding: 0px;
        }

        .about-icon {
            width: 20%;
        }

        .about-text {
            width: 75%;
        }

        .about-right {
            padding: 1em 0em 0em 0em;
        }

        .team-top h3 {
            font-size: 2em;
        }

        .service-top h3 {
            font-size: 2em;
        }

        .serv-img {
            float: none;
            width: 100%;
        }

        .team-grids {
            margin: 1em auto 0em;
        }

        .services-grid {
            margin-top: 0em;
            padding: 0px;
        }

        .serv-text p {
            font-size: 0.92em;
        }

        .serv-text h4 {
            font-size: 1em;
        }

        .service {
            padding: 1.5em 0em;
        }

        .ser-strip-main h3 {
            font-size: 1.2em;
        }

        .ser-strip-main a {
            font-size: 0.8em;
        }

        .ser-strip {
            min-height: 130px;
            padding: 1.5em 0em;
        }

        .portfolio-top h3 {
            font-size: 2em;
        }

        .portfolio {
            padding: 1.5em 0em;
        }

        .resp-tab-item {
            margin: 0 0.2em 0;
            font-size: 0.7em;
            padding: 6px 4px;
        }

        .link-top {
            padding: 1.6em 0 0;
        }

        .link-top {
            width: 93%;
        }

        .sap_tabs {
            padding: 0em 0 0em;
        }

        .advantage-left p {
            font-size: 0.9em;
        }

        .advantage-left {
            padding-bottom: 1.5em;
        }

        .adv-layer1-text {
            width: 41%;
        }

        .adv-layer2-text {
            width: 48%;
        }

        .adv-layer2-text p {
            font-size: 0.8em;
        }

        .advantages {
            padding-bottom: 1.5em;
        }

        .contact {
            padding: 1.5em 0em;
        }

        .contact-top h3 {
            font-size: 2em;
        }

        .contact-top {
            padding-bottom: 1.5em;
        }

        .contact-left input[type="text"] {
            font-size: 0.9em;
            color: #F1F1F1;
            padding: 0.5em 0.7em;
        }

        .advantage-rit {
            padding: 0px;
        }

        .serv-text {
            padding: 0px;
        }

        .img-top {
            padding: 0em 0.6em 0em 0em;
            margin-bottom: 0.6em;
        }

        .contact-left textarea {
            height: 7em;
            font-size: 0.8em;
        }

        .contact-left input[type="submit"] {
            font-size: 0.85em;
            padding: 0.5em 1em;
        }

        .contact-left {
            padding: 0px;
        }

        .contact-right {
            margin-top: 1em;
            padding: 0px;
        }

        .map iframe {
            height: 150px;
        }

        .footer {
            padding: 1.5em 0em;
        }

        span.ftr-line {
            margin: 0.8em 0em;
        }

        .copy-rights-main p {
            font-size: 0.8em;
        }

        span.learn {
            /*background: url(../images/a3.png) no-repeat 3px 3px;*/
            background-size: 87%;
            width: 50px;
            height: 50px;
        }

        span.degr {
            /*background: url(../images/a2.png) no-repeat 3px 3px;*/
            background-size: 87%;
            width: 50px;
            height: 50px;
        }

        span.ab-badge {
            /*background: url(../images/a1.png) no-repeat 3px 3px;*/
            background-size: 87%;
            width: 50px;
            height: 50px;
        }
    }
}