/*css-by-saneeshonline*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900&display=swap');
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
}
.flaticon-facebook:before {
    content: "\f100";
}
.flaticon-twitter:before {
    content: "\f101";
}
.flaticon-instagram:before {
    content: "\f103";
}
.flaticon-linkedin:before {
    content: "\f104";
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
*:focus {
    outline: none !important;
}
::-webkit-input-placeholder {
 color:#aaa;
}
::-moz-placeholder {
 color:#aaa;
}
:-ms-input-placeholder {
 color:#aaa;
}
:-moz-placeholder {
 color:#aaa;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 30px white inset;
 box-shadow: 0 0 0 30px white inset;
}
.reset {
    clear: both;
}
body {
    margin: 0;
    overflow: hidden;
    overflow-y: scroll;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}
body, textarea {
    color: #818181;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
input, textarea {
    font-size: initial;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}
p {
    line-height: 25px;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}
a {
    text-decoration: none !important;
    color: #53565a;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
}
a:hover {
    text-decoration: none !important;
    color: #500000;
}
ul {
    padding: 0;
    margin: 0;
}
.wrapper {
    width: 100%;
    float: left;
    position: relative;
}
.container {
    width: 1280px;
    margin: auto;
    position: relative;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.center__block {
    display: block;
    margin: 0 auto;
}
.text__center {
    text-align: center;
}
.text__right {
    text-align: right;
}
.col__1 {
    width: 8.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__2 {
    width: 16.66666667%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__3 {
    width: 25%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__4 {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__5 {
    width: 41.66666667%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__6 {
    width: 50%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__7 {
    width: 58.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__8 {
    width: 66.66666667%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__9 {
    width: 75%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__10 {
    width: 83.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col__11 {
    width: 91.66666667%;
    float: left;
    padding: 0 15px;
    position: relative;
}
.col {
    width: 100%;
    float: left;
    padding: 0 15px;
    position: relative;
}
section {
    width: 100%;
    float: left;
    position: relative;
    padding: 75px 0;
}
.intro {
    width: 100%;
    position: relative;
    float: left;
    height: 100vh;
    margin: 15px 0 0;
}
.top__strip {
    width: 100%;
    padding: 15px 0 0;
    float: left;
	margin-bottom: 48px;
}
.top__strip .col {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: inline-block;
    float: left;
}
.social__top, .connect {
    display: inline-block;
    float: left;
    margin: 15px 0 0;
}
.social__top {
	float: right;
}
.connect {
    margin: 15px 35px 0 0;
    display: flex;
    align-items: center;
	line-height: 21px;
	color: black
}
.connect a {
    color: black;
    font-weight: 500;
}
.connect a:hover {
    color: #28a0ff;
}
.connect i {
    font-size: 40px;
    float: left;
    color: #28a0ff;
    margin: 0 10px 0 0;
}
.login {
    display: inline-block;
    float: right;
}
.flaticon-user:before {
    content: "\f114";
}
.flaticon-support:before {
    content: "\f113";
}
.cbp-af-header {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: all 0.5s ease-in-out;
}
.cbp-af-header.cbp-af-header-shrink {
    top: 0;
    height: 75px;
    border-bottom: 1px solid #ececec;
}
.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    float: left;
    background: #fff;
    border-radius: 3px;
}
.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 19998;
    will-change: opacity;
}
.navigation-fixed-wrapper.fixed {
    position: fixed !important;
    -webkit-animation: fade .50s;
    animation: fade .50s;
}
.navigation-fixed-wrapper .navigation {
    margin-right: auto;
    margin-left: auto;
}
.navigation-fixed-placeholder {
    width: 100%;
    display: none;
}
.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
    display: block;
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -9999px;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
}
.navigation-hidden .nav-header {
    display: none;
}
.nav-brand {
    margin: 9px 15px;
    float: left;
	display: none;
    /*background: url("../images/logo.jpg") no-repeat;
	width: 287px;
	height: 55px;*/
}
.nav-brand img {
	transition: all 0.5s ease-in-out;
	mix-blend-mode: darken;
}
.cbp-af-header.cbp-af-header-shrink .nav-brand img {
	width: 60%;
	display: inline-block;
}
.nav-contact {
    padding: 20px 15px;
    float: left;
    transition: all 0.5s ease-in-out;
}
.nav-contact i {
    font-size: 25px;
    float: left;
}
.nav-contact span {
    float: left;
    margin: 8px 0 0 5px;
}
.nav-header a {
    color: white;
}
.nav-header a:hover {
    color: #fdc110;
}
.navigation-portrait .nav-brand {
    padding: 15px;
    display: block;
}
.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}
.nav-logo:focus > img {
    outline: initial;
}
.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 15px;
    display: none;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}
.navigation-portrait .nav-toggle {
    display: block;
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #000;
    font-size: 26px;
    cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}
.nav-menu {
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    transition: all 0.4s ease-in-out;
}
.navigation-portrait .nav-menu {
    width: 100%;
}
.nav-menu.nav-menu-centered {
    text-align: center;
}
.nav-menu.nav-menu-centered > li {
    float: none;
}
.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}
.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f1f1f1;
}
.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f1f1f1;
}
.nav-menu + .nav-menu > li:first-child {
    border-top: none;
    border-radius: 5px 0 0 5px;
}
.nav-menu li a {
    padding: 0 30px;
	line-height: 45px;
    color: black;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 11px;
	border-right: 1px solid white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu li a {
    line-height: 75px;
}
.nav-menu li .skew__btn {
	margin: 16px 15px 0 15px;
    line-height: 40px;
    border: none;
    background: #ececec;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu li .skew__btn {
	margin: 17px 0 0 15px;
    line-height: 20px;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    color: black;
    line-height: inherit;
}
.navigation-portrait .nav-button a {
    color: black;
}
.nav-menu > li:hover > a, .cbp-af-header.cbp-af-header-shrink .nav-menu > li:hover > a, .nav-menu > li.active > a, .cbp-af-header.cbp-af-header-shrink .nav-menu > li.active > a, .nav-menu > li.focus > a, .cbp-af-header.cbp-af-header-shrink .nav-menu > li.focus > a {
    color: #000;
    /*background: #005795;*/
}
.nav-menu > li > a > i, .nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}
.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}
.submenu-indicator {
    margin-left: 6px;
    margin-top: 18px;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .submenu-indicator {
    margin-top: 32px;
}
.cbp-af-header.cbp-af-header-shrink .nav-dropdown .submenu-indicator {
    margin-top: 18px;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #000 #000 transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.navigation-portrait .submenu-indicator-chevron, .navigation-portrait .nav-menu > .focus > a .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
    border-color: transparent #000 #000 transparent;
}
.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}
.no-scroll {
    /*width: 100%;
	overflow: hidden;*/
    touch-action: none;
    overflow-x: hidden;
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;/*box-shadow: 0 5px 5px -5px #ccc;*/
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}
.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    border-bottom: solid 1px #f9f9f9;
    display: inline-block;
    text-decoration: none;
	line-height: inherit;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    background-color: #ffffff;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.cbp-af-header.cbp-af-header-shrink .nav-dropdown > li > a {
    line-height: inherit;
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
    color: #fff;
    background: #005795;
}
.nav-dropdown.nav-dropdown-left {
    right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 0;
    margin-top: 19px;
    position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron, .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #8CC152 #8CC152 transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-button {
    margin: 13px 0 0 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.nav-button i {
    float: left;
    font-size: 15px;
    font-weight: normal;
}
.nav-button a {
    color: #fff;
}
.nav-button a:hover {
    color: #f78222;
}
.nav-button span {
    float: left;
    text-align: left;
    padding: 20px 0 0 10px;
}
.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 50px 0 0;
    padding: 0 5px;
}
.login__btn {
    padding: 7px 15px !important;
    margin: 8px 0 0;
    border: #fff 1px solid;
    border-radius: 3px;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    position: relative;
    width: 100%;
    z-index: 99;
    float: left;
    margin: 30px 0 0;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
    padding: 0 7.5px;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    margin-top: 35px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #2e3192;
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    line-height: 37px;
    font-size: 12px;
    font-weight: 700;
    border: #2e3192 1px solid;
    transition: all 0.5s ease-in-out;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: #2e3192;
    color: #fff;
}
.owl-prev::before {
    font-family: Flaticon;
    content: "\f106";
}
.owl-next::before {
    font-family: Flaticon;
    content: "\f105";
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;/**display: inline;*/
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: none;
    border: #13334c 1px solid;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #2e3192;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center;
}
.owl-theme .owl-controls {
    margin: 30px 0 0;
    width: 100%;
    float: left;
}
#course__slider .owl-buttons, #intro .owl-buttons {
    display: none;
}
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
.skew__btn {
    margin: 15px 0 0;
    padding: 15px;
    float: left;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    font-weight: 600;
    border: 1px #ececec solid;
    letter-spacing: 1px;
    color: #005795;
    cursor: pointer;
}
.skew__btn:hover, .social__icon:hover {
    color: #fff;
    border-color: #2e3192
}
.skew__btn:after, .social__icon:after {
    position: absolute;
    content: '';
    width: 0;
    bottom: 0;
    background: #005795;
    height: 100%;
    left: -10%;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.skew__btn:hover:after, .social__icon:hover:after {
    left: -10%;
    width: 120%;
}
.skewin__btn {
    margin: 15px 0 0;
    padding: 15px;
    float: left;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    font-weight: 600;
    border: 1px #ececec solid;
    letter-spacing: 1px;
    color: #005795;
    cursor: pointer;
}
.skewin__btn:hover, .social__icon:hover {
    color: #fff;
    border-color: #2e3192
}
.skewin__btn:after, .social__icon:after {
    position: absolute;
    content: '';
    width: 0;
    bottom: 0;
    background: #005795;
    height: 100%;
    left: -10%;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.skewiin__btn:hover:after, .social__icon:hover:after {
    left: -10%;
    width: 120%;
}
.social__top .skew__btn {
    margin: 0 -1px 0 0;
    padding: 12px;
    border-radius: 0
}
.login .skew__btn {
    padding: 12px 20px;
}
.field, .area {
    width: 100%;
    border: #ececec 1px solid;
    border-radius: 3px;
    padding: 15px;
    float: left;
    margin: 5px 0 20px;
    box-sizing: border-box;
}
.field {
    height: 60px;
}
.area {
    height: 175px;
    resize: none;
}
h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: black;
}
.service__slide__box h3 {
    margin: 15px 0 0;
    text-align: center;
}
.blue {
    background: #2e3192;
    color: white;
}
h1 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black
}
.project__box {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}
.project__box h3 {
    margin: 15px 0 0;
}
.gallery {
    margin: 40px 0 0;
    width: 100%;
    float: left;
}
.gallery li {
    display: block;
    float: left;
    padding: 0;
    width: 33.33%;
    overflow: hidden;
    margin-bottom: 1px;
    border-right: 1px solid white;
}
.gallery img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.5s;
}
.gallery img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
/*clearfix*/
.group {
 *zoom: 1;
}
.group:before, .group:after {
    display: table;
    content: "";
    line-height: 0;
}
.group:after {
    clear: both;
}
@font-face {
    font-family: 'Slide-icons';
    src: url('../font/Slide-icons.eot');
}
@font-face {
    font-family: 'Slide-icons';
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'Slide-icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lightGallery {
    overflow: hidden!important;
}
#lightGallery-Gallery img {
    border: none!important;
}
#lightGallery-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 1;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    background: #0d0d0d;
}
/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
    opacity: 1;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
    opacity: 1;
}
#lightGallery-Gallery.fadeM {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
#lightGallery-Gallery {
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
#lightGallery-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
}
#lightGallery-slider .lightGallery-slide {
    background: url(../img/loading.gif) no-repeat scroll center center transparent;
    display: inline-block;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
}
#lightGallery-slider.slide .lightGallery-slide {
    position: absolute;
    opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
    position: absolute;
    left: 0;
    opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
    position: absolute;
    left: 0;
}
#lightGallery-slider.fadeM .current {
    opacity: 1;
}
#lightGallery-Gallery.opacity .lightGallery-slide.current img, #lightGallery-Gallery.opacity .lightGallery-slide.current iframe {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.lightGallery-slide.current img, .lightGallery-slide.current iframe {
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide.current img, #lightGallery-Gallery.fadeM .lightGallery-slide.current iframe {
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
    transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
    opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
    opacity: 1 !important;
    transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
    transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
    transition-duration: inherit !important;
    -moz-transition-duration: inherit !important;
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    -ms-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
    transition-timing-function: inherit !important;
    -moz-transition-timing-function: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    -ms-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#lightGallery-slider .lightGallery-slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
/*lightGallery core*/


/*action*/
#lightGallery-action {
    bottom: 20px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    z-index: 9;
}
#lightGallery-action a {
    margin: 0 3px 0 0 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: inline-block !important;
    display: inline-block;
    vertical-align: middle;
 *display: inline;
 *zoom: 1;
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    width: 28px;
    height: 28px;
    font-family: 'Slide-icons';
    color: #FFF;
    cursor: pointer;
}
#lightGallery-action a:hover, #lightGallery-action a:focus {
    background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
    content: "\e01d";
    left: 5px;
    bottom: 3px;
    position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
    content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
    content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
    font-family: 'Slide-icons';
    content: "\e01c";
    left: 6px;
    bottom: 4px;
    font-size: 16px;
    position: absolute;
}
/*action*/

/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000000;
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    -ms-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
    z-index: 9;
    max-height: 0;
    opacity: 0;
}
#lightGallery-Gallery .thumb_cont.open {
    max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
    margin-left: -12px;
    padding: 12px;
    max-height: 290px;
    overflow-y: auto;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
    background-color: #333;
    padding: 7px 10px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
    color: #FFFFFF;
    display: block;
    float: right !important;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 1090;
    cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
    content: "\e01a";
    font-family: 'Slide-icons';
    font-style: normal;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#lightGallery-Gallery .thumb_cont .thumb {
    display: inline-block !important;
    vertical-align: middle;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
    margin-bottom: 4px;
    margin-left: 4px;
    width: 94px;
    height: 94px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    overflow: hidden;
    border-radius: 3px;
    border: 3px solid transparent;
    -webkit-transition: border-color linear .2s, opacity linear .2s;
    -moz-transition: border-color linear .2s, opacity linear .2s;
    -o-transition: border-color linear .2s, opacity linear .2s;
    -ms-transition: border-color linear .2s, opacity linear .2s;
    transition: border-color linear .2s, opacity linear .2s;
}
#lightGallery-Gallery .thumb_cont .thumb > img {
    height: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #ffffff;
}
/*lightGallery Thumb*/

/*lightGallery Video*/
#lightGallery-slider .video_cont {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#lightGallery-slider .video_cont {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#lightGallery-slider .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#lightGallery-slider .video iframe {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
/*lightGallery Video*/


/*lightGallery info Title Desc*/
#lightGallery-slider .info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
    color: #FFFFFF;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#lightGallery-slider .info span {
    display: block;
    line-height: 1;
}
#lightGallery-slider .info span:last-child {
    margin-top: 6px;
}
#lightGallery-slider .info .title {
    font-size: 14px;
    font-weight: 500;
    background: none;
    color: #fff;
}
#lightGallery-slider .info .desc {
    color: #DDDDDD;
    font-size: 12px;
    display: none;
}
/*lightGallery info Title Desc*/



/*lightGallery Close*/
#lightGallery-close {
    color: #FFFFFF;
    height: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    width: 20px;
    z-index: 1090;
    cursor: pointer;
}
#lightGallery-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.clients ul {
    margin: 0 auto;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    width: 80%;
    display: table;
}
.clients ul li {
    width: 33.33%;
    float: left;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.clients ul li img {
    margin: auto
}
.clients h2 {
    margin: 0 0 30px;
}
footer {
    background: #414141;
    padding: 75px 0 0;
    width: 100%;
    color: #cacaca;
    float: left;
}
footer a {
    color: #cacaca;
}
footer a:hover {
    color: #fff;
}
.footer_div .coloumn {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.footer_div ul li {
    width: 50%;
    float: left;
    padding: 7px 0;
}
footer h3 {
    color: white;
    font-size: 20px;
    margin: 0 0 40px;
}
.footer_div .field {
    width: 48.7%;
    margin: 0 0 15px;
}
.footer_div .field:nth-child(even) {
    float: right
}
.footer_div .area {
    height: 100px;
    margin: 0;
}
.skew__btn span {
    z-index: 1;
    position: relative;
}
.copyright {
    width: 100%;
    float: left;
    background: #151515;
    padding: 25px 15px;
    text-align: center;
    margin: 75px 0 0;
    font-size: 12px;
    text-transform: uppercase;
}
.footer_div .coloumn:nth-child(1), .footer_div .coloumn:nth-child(2) {
    width: 25%;
}
.footer_div .coloumn:nth-child(3) {
    width: 50%;
}
.intro__inner {
    width: 100%;
    float: left;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.intro__inner h1 {
    color: white;
    font-weight: 900;
    font-size: 40px;
}
.grains:before {
    background: url(../images/grains.gif);
    opacity: 0.09;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.bg1 {
    background: url("../images/bg1.jpg") center center no-repeat;
}
.bg2 {
    background: url("../images/bg2.jpg") center center no-repeat;
}
.about__detail {
    display: flex;
    align-items: center;
}
.about__desc {
    background: #f9f9f9;
    padding: 50px 30px;
    width: 100%;
    float: left;
    margin: 0 0 0 -100px;
}
.mission {
    width: 65%;
    position: relative;
    margin: auto;
    display: table;
    background: white url("../images/mission.jpg") center center no-repeat;
    background-size: contain;
    padding: 100px 50px;
}
.clients__slider img {
    border: #ececec 1px solid;
    padding: 15px;
}
.clients__slider .owl-pagination {
    display: none;
}
.coins ul {
	width: 60%;
	margin: auto;
}
.coins ul li {
    width: 25%;
    float: left;
    padding: 15px;
}
.service__intro .owl-pagination {
    display: none;
}
.service__intro .owl-controls {
    margin: 0;
    width: 40px;
}
.service__intro .owl-buttons {
    position: absolute;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.list__style ul {
    padding: 0;
    margin: 15px 0 0;
    width: 100%;
    float: left;
}
.list__style ul li {
    padding: 5px 0 5px 2em;
}
.list__style ul li:before {
    content: "\f115";
    font-family: Flaticon;
    display: inline-block;
    margin-left: -2em;
    width: 2em;
    color: #b1b1b1;
}
.side__enquiry {
    color: #fff;
    background: #249cfd;
    width: 100%;
    position: relative;
    border-radius: 3px;
    padding: 15px;
    float: left;
}
.side__enquiry p {
    margin: 5px 0 0;
    line-height: 20px;
}
.side__enquiry form .field {
    height: 50px;
    margin: 0 0 15px
}
.side__enquiry form label {
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}
.side__enquiry form span, .side__enquiry form label, .side__enquiry form {
    width: 100%;
    float: left;
}
.side__enquiry form {
    margin: 25px 0 0
}
.side__enquiry form .area {
    height: 90px;
    margin: 0;
}
#service__slider .owl-pagination, #service__prodcts .owl-pagination {
    display: none;
}
.parallex {
    width: 100%;
    float: left;
    position: relative;
    height: 600px;
    background: url("../images/paral1.jpg") center center no-repeat fixed;
    background-size: cover;
    display: flex;
    align-items: center;
}
.parallex1 {
    width: 100%;
    float: left;
    position: relative;
    height: 670px;
    background: url(../images/paral2.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 0 0 75px;
    margin: 75px 0 0;
}
.parallex0 {
    width: 100%;
    float: left;
    position: relative;
    height: 670px;
    background: url(../images/parallex__home.jpg) center center no-repeat fixed;
    background-size: cover;
}
.fixed__height__txt {
    width: 70%;
    margin: -100px auto 0;
    display: table;
}
.content {
    overflow: auto;
    position: relative;
    padding: 20px;
    background: #fbfbfb;
    margin: 10px;
    width: 100%;
    border-radius: 5px;
    height: 400px;
    box-sizing: border-box;
}
.content h2 {
    color: #249cfd
}
.quick__service__enquiry {
    width: 70%;
    margin: auto;
    color: white;
}
.quick__service__enquiry h2 {
    color: white;
    margin: 75px 0 0
}
.quick__service__enquiry p {
    margin: 25px 0;
}
.quick__service__enquiry .skew__btn {
    float: none;
    margin: auto;
    display: table;
    border-color: #249cfd;
    color: white;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #249cfd;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
    text-align: left;
}
figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}
figure.effect-lily h2, figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: white;
    font-size: 17px;
    font-weight: 700;
}
figure.effect-lily p {
    color: white;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img {
    opacity: 0.3;
}
figure.effect-lily:hover p {
    opacity: 1;
}
figure.effect-lily:hover img, figure.effect-lily:hover h2, figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.projects ul li {
    width: 50%;
    float: left;
    padding: 15px;
}
.company__logo {
    width: 200px;
    height: auto;
    background: white;
    padding: 15px;
    float: left;
    margin: -75px 0 0;
    border: #ececec 1px solid;
}
.offered__service ul {
    display: table;
    margin: auto;
}
.offered__service ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 15px 0 0;
    /* border-right: 1px solid #ececec; */
}
.offered__service ul li:last-child {
    border: none;
}
.offered__service h2 {
    margin: 0 0 25px
}
.offered__service h3 {
    margin: 15px 0 0
}
.offered__service ul li:before {
	display: none;
}
.smk_accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.smk_accordion .accordion_in {
    border: 1px solid #ccc;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden;
}
.smk_accordion .accordion_in .acc_head {
    position: relative;
    background: #FDFDFD;
    padding: 0 15px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    line-height: 60px;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:before {
    content: "\f119";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    font-family: Flaticon;
    right: 15px;
    top: 0;
}
.smk_accordion .accordion_in .acc_content {
    background: #ffffff;
    color: #7B7E85;
    padding: 15px;
    width: 100%;
    float: left;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px;
}
.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {
    border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content {
    border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
    display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
    background: #249cfd;
    color: white;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand:before {
    transform: rotate(180deg);
    top: 45px;
}
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 20%;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-content {
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 3px;
    float: left;
    width: 100%;
}
.md-content h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    opacity: 0.8;
    padding: 15px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px 3px 0 0;
}
.md-close {
    position: absolute;
    width: 50px;
    top: -20px;
    right: -20px;
    border: none;
    font-size: 20px;
    line-height: 49px;
    cursor: pointer;
    text-align: center;
    color: #000000;
    background: white;
    height: 50px;
    border-radius: 50%;
}
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
label {
    width: 100%;
    float: left;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0 5px;
}
.md-content .field {
    margin: 0;
    height: 50px
}
.md-content .skew__btn {
    background: none;
    margin: 15px 0;
    width: 120px;
    border-color: #249cfd
}
.input-file-group {
    position: relative;
    width: 100%;
    height: 50px;
    float: left;
}
.input-file-group .input-text {
    border: #ececec 1px solid;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    padding: 5px 15px;
    color: #888;
}
.input-file-group .input-file-btn, .input-file-group .input-file {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    color: #000;
    top: 0;
    border: none;
    font-size: 20px;
    right: 0;
    z-index: 2;
    border-radius: 3px;
    cursor: pointer;
}
.input-file-group .input-file {
    z-index: 5;
    opacity: 0;
}
.flaticon-close:before {
    content: "\f11a";
}
.flaticon-clip:before {
    content: "\f118";
}
.last__date, .post__date {
    color: black;
    font-weight: 700;
    width: 100%;
    float: left;
}
.last__date {
    margin: 15px 0 0
}
.clients__list ul li {
	width: 25%;
	padding: 15px;
	float: left;
}
.clients__list ul li img {
	padding: 15px;
	border: #ececec 1px solid;
}
.parallex2 {
    width: 100%;
    float: left;
    position: relative;
    height: 470px;
    background: url(../images/paral2.jpg) center center no-repeat fixed;
    background-size: cover;
	display: flex;
}
.parallex2 .quick__service__enquiry h2 {
	margin: 0;
}
.map__bg {
    width: 100%;
/*
    height: 0;
    padding: 0 0 100%;
    -webkit-clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    background: #333;
*/
    float: left;
    position: relative;
}
.contact__enquiry {
	margin: -100px 0 0
}
.contact__enquiry:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    content: "";
    background: white;
    z-index: 0;
}
.quick__enquiry__contact {
    border-radius: 3px;
    padding: 25px;
    width: 100%;
    float: left;
    background: #ffffff;
    border: #ececec 1px solid;
}
.quick__enquiry__contact .skew__btn {
    margin: 0;
}
.quick__enquiry__contact h3 {
	margin: 0 0 25px;
	line-height: 25px;
	letter-spacing: 0;
}
.contact__detail {
    width: 100%;
    float: left;
    background: #005795 url(../images/support.png) left center no-repeat;
    color: white;
    padding: 25px;
    margin: 0 0 0 -25px;
    border-radius: 3px;
}
.contact__detail h3 {
    margin: 20px 0 0;
    color: white
}
.quick__enquiry__contact .skew__btn {
    background: #fff;
}
.contact__detail h3:first-child {
    margin: 0;
}
.contact__detail a {
    color: #efefff;
    border-bottom: #4347d8 1px solid;
    padding-bottom: 3px;
}
.contact__detail a:hover {
    border-color: white;
    color: white;
}
.contact__detail .social__top {
    float: left;
}
.contact__detail .social__top a {
    border-color: white;
}
.contact__detail .skew__btn:after {
    background: white;
}
.contact__detail .skew__btn:hover {
    color: black;
}
.btm__btns {
	position: fixed;
    bottom: 35px;
    left: 35px;
    z-index: 99999;
}
.btm__btns ul li {
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
	margin-right: 15px;
}
.botm__btns {
	position: fixed;
    bottom: 35px;
    left: 169px;
    z-index: 99999;
}
.botm__btns :hover{
	background-color:#0C9;
	color:#000;
}
.float{
	display: inline-block;
	width:115px;
	height:50px;
	bottom:20px;
	right:40px;
	background-color:#005795;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}


.my-float{
	margin-top:22px;
	color: #fff;
}
.bt__tex{
	font-weight: 900;
-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
text-align: center;
}
.service__title h1 {
	font-size: 45px;
	text-transform: uppercase;
	color: #2e3192;
}
.quick__service__enquiry a {
	color: white;
	border-bottom: #fff 1px solid;
}
.project__review {
	width: 75%;
	margin: auto
}
.quote__icon {
	width: 75px;
}
.project__review p {
	color: #222;
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
	margin: 25px 0 0
}
.project__review h2 {
	margin: 0 0 25px;
}
.project__review__footer {
	display: flex;
    margin: 25px 0 0;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.project__review__footer__img {
	width: 125px;
   
    overflow: hidden;
    border: #2e3192 2px solid;
    
    display: inline-block;
    float: left;
}
.project__review__footer h3 {
	width: auto;
	margin-left: 15px;
}
.project__review__footer h3 span {
	color: #2e3192;
}
.review ul li {
	width: 100%;
	float: left;
	padding: 15px;
	background: #f9f9f9;
	display: flex;
	align-items: center;
}
.review ul li:nth-child(even) {
	background: #f1f1f1;
}
.review__img {
	width: 15%;
	display: inline-block;
	float: left;
}
hr {
    width: 100%;
    height: 1px;
    background: white;
    border: none;
    float: left;
    margin: 15px 0 0;
}
.review__txt {
	width: 85%;
	float: left;
	padding: 0 0 0 30px;
}
.review__txt__inner {
	border-left: #2e3192 1px solid;
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
}
.review h4 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 25px 0 0;
    color: #2e3192;
    font-size: 20px;
}
.review h4 span {
    width: 100%;
    float: left;
}
.reviwer {
    text-transform: capitalize;
	font-weight: 400;
    color: #4c4c4c;
    font-size: 15px;
}
.reviwer__designation {
    font-size: 12px;
    font-weight: 700;
    color: #4c4c4c;
    text-transform: capitalize;
}
.navigation .skew__btn {
    float: right;
    margin: 0;
    padding: 10px 20px;
}
.navigation .skew__btn span {
    padding: 0;
}
.quick__enquiry__contact span {
    width: 50%;
    padding-right: 30px;
    float: left;
}
.quick__enquiry__contact .skew__btn span {
    width: 100%;
    padding: 0;
}
.quick__enquiry__contact .col {
    padding: 0 30px 0 0;
}
.new__design {
    margin: -75px 0 0;
}
.offices ul {
    width: 100%;
    display: flex;
    margin: 20px 0 0;
    float: left;
}
.offices ul li {
    width: 50%;
    float: left;
    padding: 15px;
    display: flex
}
.office__box, .office__box__img {
    width: 100%;
    float: left;
    position: relative;
}
.office__box {
    padding-bottom: 30px;
    background: #f7f7f7;
    border-radius: 3px;
    overflow: hidden;
}
.place {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700
}
.office__box .col {
    padding: 0 30px;
}
.office__box .skew__btn {
    border-color: #005795
}

.globe {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 15px 0 0;
}
.globe img {
    width: 40px;
}
.dropdown {
    position: relative;
    padding: 0;
    margin-right: 1em;
    border: none;
  }
  .dropdown summary {
    list-style: none;
    list-style-type: none;
  }
  .dropdown > summary::-webkit-details-marker {
    display: none;
  }
  .dropdown summary:focus {
    outline: none;
  }
  .dropdown summary:focus {
    outline: none;
  }
  .dropdown ul {
    position: absolute;
    width: 165px;
    box-sizing: border-box;
    z-index: 99999;
    background: #005795;
    border-radius: 3px;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .dropdown ul li {
    padding: 0;
    margin: 0;
  }
  .dropdown ul li a:link, .dropdown ul li a:visited {
    display: inline-block;
    padding: 15px 15px;
    color: white;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
  }
  .dropdown ul li a:hover {
  }
  .dropdown ul::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #005795 transparent;
  }
  .dropdown > summary::before {
    display: none;
  }
  .dropdown[open] > summary::before {
      content: ' ';
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
  }
/*media-quries & keyframes*/
.valign {
    display: flex;
    align-items: center;
}
.shade {
    background: #fbfbfb;
}
.mt__15 {
    margin-top: 15px;
}
.mt__40 {
    margin-top: 40px;
}
.mt__75 {
    margin-top: 75px;
}
.plr__7-5 {
    padding: 0 7.5px;
}
.pb__75 {
    padding: 0 0 75px;
}
.italic {
    font-style: italic;
}
.col__center {
    float: none;
    margin: 0 auto;
}
.p0 {
    padding: 0;
}
.m0 {
    margin: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.no-border {
    border: none !important;
}
.up {
    position: relative;
    display: inline-block;
    clear: both;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.up:hover {
    color: #fff;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;/*-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.privacy{
        padding:40px 80px 0 80px;
        }
.office__box{
           padding: 90px 80px 80px 80px;
        }
    }



@keyframes fadein {
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
@-webkit-keyframes scaleToFade {
 to {
opacity: 0;
-webkit-transform: scale(.8);
transform: scale(.8);
}
}
@-moz-keyframes scaleToFade {
 to {
opacity: 0;
-moz-transform: scale(.8);
transform: scale(.8);
}
}
@keyframes scaleToFade {
 to {
opacity: 0;
transform: scale(.8);
}
}
@-webkit-keyframes goDown {
 from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
 from {
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes goDown {
 from {
transform: translateY(-100%);
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes buzz {
 0% {
transform:rotate(0deg);
}
 100% {
transform:rotate(-1deg);
}
}
@-webkit-keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
@-o-keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
@keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}

/*Queries*/
@media screen and (max-width: 1366px) {
.container {
    width: 1200px;
}
}

@media screen and (max-width: 1280px) {
.container {
    width: 100%;
    padding: 0 15px
}
    .logo {
        display: none;
    }
    .top__strip .col {
        justify-content: center;
    }
    .nav-brand {
        margin: 0;
    }
    .top__strip {
        padding: 0;
    }
    .cbp-af-header {
        top: 70px;
    }
    .intro {
        height: auto;
    }
    section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1024px) {
    .clients ul, .coins ul {
        width: 100%;
    }
    .mission {
        padding: 30px;
    }
    .privacy{
        padding: 15px 35px 0 35px;
        }
        .office__box{
            padding: 50px 35px 50px 35px;
        }
        .hea h1{
         
            padding-top: 20px
        
        }
       
    }


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallex0 {
        height: 470px;
    }
    .intro__inner {
        min-height: 320px;
    }

   .privacy{
        padding: 15px 35px 0 35px;
        }
        .office__box{
            padding: 50px 35px 50px 35px;
        }
        .hea h1{
         
            padding-top: 20px
        
        }
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .blue {
        padding: 75px 0;
    }
    .parallex0 {
        height: 330px;
    }
    .intro__inner {
        min-height: 250px;
    }
    .privacy{
        padding: 15px 35px 0 35px;
        }
        .office__box{
            padding: 50px 35px 50px 35px;
        }
        .hea h1{
         
            padding-top: 20px
        
        }
    }
}

@media screen and (max-width: 767px) {
.col__1, .col__2, .col__3, .col__4, .col__5, .col__6, .col__7, .col__8, .col__9, .col__10, .col__11, .col, .gallery li, .quick__enquiry__contact {
    width: 100%;
}
.mobile__p0, footer, .container, .cbp-af-header .col {
    padding: 0;
}
    .valign {
        display: block;
    }
section {
    padding: 15px 0;
}
    .top__strip {
        display: none;
    }
    .intro {
        margin: 70px 0 0;
    }
    .cbp-af-header {
        top: 0;
    }
    .blue {
        padding: 15px 0;
    }
    .privacy{
        padding: 15px 35px 0 35px;
        }
        .office__box{
            padding: 50px 35px 50px 35px;
        }
        .hea h1{
         
            padding-top: 20px
        
        }
    }
    footer h3 {
        margin: 15px 0;
    }
    .nav-brand img, .cbp-af-header.cbp-af-header-shrink .nav-brand img {
        width: 75%;
    }
    .intro__inner {
        margin: 68px 0 0
    }
    .about__desc {
        margin: 0;
    }
    .parallex, .parallex1 {
        height: auto;
    }
    .service__intro h2, .side__enquiry {
        margin: 15px 0 0
    }
    .projects ul li {
        padding: 7.5px;
    }
    .pb__75 {
        padding: 0 0 15px;
    }
    .project__review p {
        font-size: 17px;
        line-height: 30px;
    }
    .project__review__footer__img {
        width: 75px;
        height: 75px;
    }
    .clients__list ul li {
        padding: 7.5px;
    }
    .footer_div .coloumn:nth-child(1), .footer_div .coloumn:nth-child(2), .footer_div .coloumn:nth-child(3) {
        padding: 0 15px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : landscape) {
    .parallex0 {
        height: 285px;
    }
    .clients ul li {
        width: 50%;
    }
    .intro__inner {
        min-height: 200px;
    }
    .about__desc, .mission {
        padding: 30px;
    }
    .mission {
        width: 90%;
    }
    .clients__list ul li {
        width: 33.33%
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {
    .parallex0 {
        height: 185px;
    }
    .clients ul li, .footer_div .coloumn:nth-child(1), .footer_div .coloumn:nth-child(2), .footer_div .coloumn:nth-child(3), .footer_div .field, .mission, .fixed__height__txt, .quick__service__enquiry, .projects ul li, .offered__service ul li, .project__review  {
        width: 100%;
    }
    .offered__service ul li {
        border-right: none;
        border-bottom: 1px solid #ececec;
        padding: 15px 0
    }
    .cbp-af-header-shrink .navigation-portrait .nav-brand {
        padding: 0;
    }
    .footer_div .field {
        margin: 0 0 15px;
    }
    .intro {
        margin: 68px 0 0;
    }
    .intro__inner {
        min-height: 135px;
    }
    .intro__inner h1 {
        font-size: 20px;
    }
    .coins ul li, .clients__list ul li {
        width: 50%;
        padding: 7.5px;
    }
    .about__detail {
        flex-direction: column;
    }
    .about__desc, .mission {
        padding: 15px;
    }
    .service__title h1 {
        font-size: 30px;
    }
}
.service__list ul {
    width: 100%;
    float: left;
    margin: 45px 0 0;
}
.service__list ul li {
    width: 33.333%;
    position: relative;
    float: left;
    padding: 15px;
}
h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: black;
}
.service__list__box {
    width: 100%;
    float: left;
    position: relative;
}
.service__list__box h3 {
    text-align: center;
    margin: 15px 0 0;
}
.intro {
    width: 100%;
    position: relative;
    float: left;
    background: #005795;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.banner {
    width: 65%;
    float: left;
    position: relative;
}
.quick__enquiry__area {
    background: #fff;
    width: 35%;
    padding: 30px;
    border-radius: 3px;
    margin: 0 0 0 -75px;
    position: relative;
}
h2 {
    color: #005795;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.quick__enquiry__area span {
    width: 50%;
    position: relative;
    float: left;
    padding-right: 15px;
}
.quick__enquiry__area span:nth-child(even) {
    padding-left: 15px;
    padding-right: 0;
}
.quick__enquiry__area .skew__btn span {
    padding: 0;
}
.quick__enquiry__area .skew__btn {
    background: #fff;
}
/*media-quries & keyframes*/
.valign {
    display: flex;
    align-items: center;
}
.shade {
    background: #fbfbfb;
}
.mt__15 {
    margin-top: 15px;
}
.mt__40 {
    margin-top: 40px;
}
.mt__75 {
    margin-top: 75px;
}
.plr__7-5 {
    padding: 0 7.5px;
}
.pb__75 {
    padding: 0 0 75px;
}
.italic {
    font-style: italic;
}
.col__center {
    float: none;
    margin: 0 auto;
}
.p0 {
    padding: 0;
}
.m0 {
    margin: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.no-border {
    border: none !important;
}
.up {
    position: relative;
    display: inline-block;
    clear: both;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.up:hover {
    color: #fff;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;/*-webkit-animation-fill-mode: both;
	animation-fill-mode: both;*/
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadein {
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
@-webkit-keyframes scaleToFade {
 to {
opacity: 0;
-webkit-transform: scale(.8);
transform: scale(.8);
}
}
@-moz-keyframes scaleToFade {
 to {
opacity: 0;
-moz-transform: scale(.8);
transform: scale(.8);
}
}
@keyframes scaleToFade {
 to {
opacity: 0;
transform: scale(.8);
}
}
@-webkit-keyframes goDown {
 from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
 from {
-moz-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes goDown {
 from {
transform: translateY(-100%);
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes buzz {
 0% {
transform:rotate(0deg);
}
 100% {
transform:rotate(-1deg);
}
}
@-webkit-keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
@-o-keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
@keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}

/*Queries*/
@media screen and (max-width: 1366px) {
.container {
    width: 1200px;
}
}

@media screen and (max-width: 1280px) {
.container {
    width: 100%;
    padding: 0 15px
}
    .logo {
        display: none;
    }
    .top__strip .col {
        justify-content: center;
    }
    .nav-brand {
        margin: 0;
    }
    .top__strip {
        padding: 0;
    }
    .cbp-af-header {
        top: 70px;
    }
    section {
        padding: 30px 0;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

@media screen and (max-width: 767px) {
.col__1, .col__2, .col__3, .col__4, .col__5, .col__6, .col__7, .col__8, .col__9, .col__10, .col__11, .col, .gallery li, .quick__enquiry__contact {
    width: 100%;
}
.mobile__p0, footer, .container, .cbp-af-header .col {
    padding: 0;
}
    .valign {
        display: block;
    }
section {
    padding: 15px 0;
}
    .top__strip {
        display: none;
    }
    .intro {
        margin: 70px 0 0;
    }
    .cbp-af-header {
        top: 0;
    }
    .pb__75 {
        padding: 0 0 15px;
    }
    .footer_div .coloumn:nth-child(1), .footer_div .coloumn:nth-child(2), .footer_div .coloumn:nth-child(3) {
        padding: 0 15px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    
    .service__list__box
    {
        width:100%;
    }
    .service__list ul li
    {
       width:100%; 
    }
    .bb6
    {
        width:100%;
    }
    
    
    
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {
    .cbp-af-header-shrink .navigation-portrait .nav-brand {
        padding: 0;
    }
    .footer_div .field {
        margin: 0 0 15px;
    }
    .intro {
        margin: 68px 0 0;
    }
}

.new-form .field
{
    height:45px;
}
.new-form .area
{
    height:90px;
}
.view_as
{
    display:block;
    text-align:center;
    font-size:14px;
    margin-top:15px;
}
