@import "https://fonts.googleapis.com/css?family=Noto:300,400|Poppins:400,600|Roboto";
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
    color: #a0a6ad;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    background-image: url("../images/madeimages/bg_strip.jpg");  /* ADDED ISM IMPORTANT !!!*/
     background-repeat: no-repeat;
    overflow-x: hidden;
}

html {
    overflow-x: hidden
}

p {
    font-size: 14px;
    color: #a0a6ad;
    line-height: 26px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 0
}

a:hover,
a:focus {
    color: #8e9fd8
}

a {
    color: #1f4b93; /* #3070d9; */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

h1 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #191c1e
}

h2 {
 /*   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif; */
    font-size: 30px;
    font-weight: 700;
    color: #191c1e
}

h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #191c1e
}

h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #191c1e
}

h5 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #191c1e
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none

}

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

a:not([href]):not([tabindex]) {
    color: #fff
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff
}

.bg-transparent {
    background: 0 0!important
}

.bg-defult {
    background: #3c9cfd!important
}

.section {
    padding: 80px 0 65px
}

.section-header {
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
    position: relative
}

.section-header .section-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Noto, sans-serif, poppins;
    font-weight: 300;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-color: #2dfbff;
    background-image: -webkit-linear-gradient(bottom right, #4587d7 0%, #b5d2ff 100%);
    background-image: -o-linear-gradient(bottom right, #4587d7 0%, #b5d2ff 100%);
    background-image: linear-gradient(to top left, #4587d7 0%, #b5d2ff 100%);
    position: relative
}

.btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
    font-family: poppins, sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    border: none;
    text-transform: Camelcase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none
}

.btn-common {
    padding-left: 30px;
	padding-right: 30px;
    background-image: -moz-linear-gradient(0deg, #ddd7d7 0%, #b5d2ff 100%);
    background-image: -webkit-linear-gradient(#ddd7d7 0%, #b5d2ff 100%);
    background-image: -ms-linear-gradient(0deg, #ddd7d7 0%, #b5d2ff 100%);
    position: relative;
    z-index: 1
}

.btn-common:hover {
    color: #fff;
    box-shadow: 0 8px 9px 0 rgba(50, 50, 50, .1)
}

.btn-effect {
    overflow: hidden
}

.btn-effect:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease
}

.btn-effect:hover:after {
    width: 100%
}

.btn-border {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    background-color: transparent;
    border-color: #3c9cfd;
    color: #3c9cfd;
}

.btn-border:hover {
    color: #55557f;
    box-shadow: 0 8px 9px 0 rgba(98, 160, 220, .3)
}

.btn-res1 {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-res1:hover {
    color: #3c9cfd;
    box-shadow: 0 8px 9px 0 rgba(98, 160, 220, .3)
}

.btn-res2 {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-res2:hover {
    color: #555;
    box-shadow: 0 8px 9px 0 rgba(98, 160, 220, .3)
}

.btn-border-filled {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    color: #3c9cfd
}

.btn-border-filled:hover {
    color: #3c9cfd;
    background-color: #fff;
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, .67)
}

.btn-border-expressive {
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    color: #3c9cfd;
}

.btn-border-expressive:hover {
    color: #3c9cfd;
    background-color: #ceddff;
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, .17)
}

.btn-language {
    padding: 2px 20px 2px 20px;
    margin-top: 15px;
    text-transform: camelcase;
    font-size: 15px
    cursor: pointer;
    background-color:  #333 /* #9cddff */;
    border: 2px solid #fff;
    color: #9fc2f9;
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, .47)    
}

.btn-language:hover {
    color: #fff;
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, .17)
}

.btn-lg {
    padding: 9px 43px;
    text-transform: uppercase;
    font-size: 16px
}

.btn-rm {
    color: #3c9cfd;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px
}

.btn-rm i {
    vertical-align: middle
}

.btn-trial {
    background: #fff;
    color: #191c1e;
    padding: 5px 20px;
    margin-left: 30px
}

.btn-trial:hover,
.btn-trial:active,
.btn-trial:focus {
    color: #3c9cfd
}

.btn-apple {
    border-width: 2px;
    border-color: #3c96ff;
    border-style: solid;
    background: linear-gradient(to right, #4587d7 0%, #2a6cd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.btn-apple i {
    background: linear-gradient(to right, #4587d7 0%, #2a6cd7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
    background: linear-gradient(to right, #3c96ff 0%, #2a6cd7 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important
}

button:focus {
    outline: none!important
}

.btn-border-fill {
    font-weight: 500;
    background: #fff;
    border-color: #fff;
    color: #4587d7
}

.btn-subtitle {
    color: #191c1e;
    font-family: poppins, sans-serif;
    background: #dbecff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px
}

.clear {
    clear: both
}

.mt {
    margin-top: 80px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.padding-0 {
    padding: 0
}

.social-icons {
    margin-bottom: 20px
}

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

.social-icons ul li {
    display: inline
}

.social-icons ul li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 254, 254, .07);
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px
}

.social-icons ul li a:hover {
    color: #fff
}

.facebook a {
    color: #4867aa
}

.facebook a:hover {
    background: #4867aa
}

.twitter a {
    color: #1da1f2
}

.twitter a:hover {
    background: #1da1f2
}

.google-plus a {
    color: #dd4d42
}

.google-plus a:hover {
    background: #dd4d42
}

.youtube a {
    color: #df2926
}

.youtube a:hover {
    background: #df2926
}

.linkedin a {
    color: #007bb6
}

.linkedin a:hover {
    background: #007bb6
}

.pinterest a {
    color: #bd081c
}

.pinterest a:hover {
    background: #bd081c
}

.dribbble a {
    color: #ea4c89
}

.dribbble a:hover {
    background: #ea4c89
}

.behance a {
    color: #0b7cff
}

.behance a:hover {
    background: #0b7cff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #3c9cfd
}

#loader-1:before {
    z-index: 100;
    animation: spin 2s infinite
}

#loader-1:after {
    border: 7px solid #fafafa
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #eee;
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, .17)
}

.back-to-top i {
    background: linear-gradient(to right, #b5d2ff 0%, #2a6cd7 100%);
    -webkit-background-clip: text;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.logo-menu a {
    font-size: 20px;
    color: #fff
}

.menu-bg {
    background: -webkit-linear-gradient(left, #2a6cd7 0%, #b5d2ff 100%)!important;
    background: linear-gradient(to right, #2a6cd7 0%, #b5d2ff 100%)!important;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .1);
    z-index: 9999;
    padding: 5px
}

.menu-bg .menu-button {
    top: 0
}

.menu-bg .menu-button:hover {
    cursor: pointer;
    color: red
}

.menu-bg .logo-menu a {
    color: red
}

.menu-bg .navbar-nav .nav-link {
    color: #fff!important
}

.menu-bg .navbar-nav .nav-link:hover {
    color: #fff!important
}

.menu-bg .navbar-nav .active {
    color: #fff!important
}

.navbar-expand-md .navbar-nav .nav-link {
    min-width: 70px;      /* IMPORTANT - MAIN MENU TITLE SEPARATION */
    color: #fff;
    font-size: 15px;
    padding: 17px 0;
    margin-left: 10px;
    font-family: poppins, sans-serif;     /* IMPORTANT - MAIN MENU FONT */
    position: relative
}

.navbar-expand-md .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;  /* Line under Main Nav Hover */
    background: #fff;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
    width: 80%
}

.navbar-brand {
    color: #fff
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    color: #ddd   /* Main Nave Menu Hover  */
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
    color: #fff
}

.navbar-expand-md .navbar-toggler {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 15px;
    cursor: pointer;
    float: right
}

.navbar-expand-md .navbar-toggler i {
    color: #fff !important
}

.navbar-expand-md .navbar-toggler:focus {
    outline: none
}

.hero-area {
    background: #3c96ff;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative
}

.hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(0deg, #b5d2ff 0%, #2a6cd7 100% 100%);
    background-image: -webkit-linear-gradient(0deg, #b5d2ff 0%, #2a6cd7 100%);
    background-image: -ms-linear-gradient(0deg, #b5d2ff 0%, #2a6cd7 100%)
}

.hero-area .contents {
    padding: 160px 0 140px
}

.hero-area .contents h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 25px
}

.hero-area .contents p {
    color: #fff;
    font-size: 14px;
    line-height: 26px
}

.hero-area .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase
}

.hero-area .contents .btn-border {
    border: 2px solid #fff;
    color: #fff
}

.hero-area .intro-img {
    padding: 148px 0 0
}

.hero-area .intro-img img {
    display: block;
    height: auto;
    max-width: 100%
}

.hero-area-2 {
    color: #fff;
    overflow: hidden;
    position: relative
}

.hero-area-2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%)
}

.hero-area-2 .contents {
    padding: 160px 0 140px
}

.hero-area-2 .contents h2 {
    color: #fff;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 25px;
    font-weight: 600
}

.hero-area-2 .contents p {
    color: #fff;
    font-size: 14px;
    line-height: 26px
}

.hero-area-2 .contents .btn {
    margin-top: 40px;
    margin-right: 20px;
    text-transform: uppercase
}

.hero-area-2 .contents .btn-border {
    border: 2px solid #fff;
    color: #fff
}

.hero-area-2 .intro-img {
    padding: 180px 0 0
}

.hero-area-2 .intro-img img {
    display: block;
    height: auto;
    max-width: 100%
}

#about {
    padding-bottom: 80px!important
}

#about .about-content {
    height: 100%;
    width: 100%;
    display: table
}

#about .about-content>div {
    vertical-align: middle;
    display: table-cell
}

#about .about-content h3 {
    font-size: 30px;
    font-weight: 700
}

#about .about-content h5 {
    font-size: 15px;
    color: #999;
    margin-bottom: 20px
}

#about .about-content p {
    font-size: 15px;
    margin-bottom: 10px
}

#about .about-content .btn {
    margin-top: 15px
}

#carousel-screen {
    margin-top: 15px
}

#collaboration {
    background: #fff
}

#collaboration .collab-item-wrapper {
    text-align: center;
    margin-bottom: 15px;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

#collaboration .collab-item-wrapper img {
    width: 80%;
    opacity: 1
    border-color: #fff;
    border: 0px solid;
}

#collaboration #collab-scroller img:hover {
    opacity: 0.8;
    border-color: #333;
    border: 1px solid;
}

#collaboration  #collab-scroller .owl-pagination {
    display: none
}

#download {
    background: #f6fbfd;
    padding: 80px 0 0
}

#download .download-wrapper {
    padding: 0 30px
}

#download .download-wrapper .download-text h4 {
    font-size: 36px
}

#download .btn {
    margin: 20px 20px 0 0;
    text-align: left
}

.video-promo {
    /* background-image: -moz-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%);
    background-image: -webkit-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%);
    background-image: -ms-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%) */
}

.video-promo .video-promo-content {
    color: #fff;
    margin-bottom: 15px
    border: 70px solid #b5d2ff;
}

.video-promo .video-promo-content .video-popup {
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 80px;
    text-align: center;
    border: 3px solid #fff;
    color: #4587d7;
    border-radius: 50%;
    display: inline-block;
    font-size: 26px
}

.video-promo .video-promo-content .video-popup:hover {
    box-shadow: 0 8px 9px 0 rgba(96, 94, 94, .17)
}

.video-promo .video-promo-content h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

.video-promo .video-promo-content p {
    color: #333;
}

#screenshots {
    padding-bottom: 80px!important
}

#screenshots .screenshot-thumb {
    margin: 15px;
    text-align: center
}

#screenshots .screens-slider {
    position: relative
}

#screenshots .screens-slider .item img {
    max-width: 100%;
    height: auto
}

#screenshots .screens-slider .owl-controls .owl-buttons {
    position: relative;
    top: -155px;
    left: 0
}

#screenshots .screens-slider .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -50px
}

#screenshots .screens-slider .owl-controls .owl-buttons div.owl-next {
    float: right!important;
    margin-right: -50px
}

.offer-area {
    background: #f6fbfd
}

.offer-area h2 {
    font-size: 36px;
    margin-bottom: 30px
}

.services-item {
    padding: 15px;
    background: #fff;
    position: relative;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.services-item .icon {
    margin-bottom: 20px
}

.services-item .icon i {
    font-size: 42px;
    line-height: 60px;
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.services-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.services-item p {
    margin: 0
}

.feature-content {
    background: #f6fbfd
}

.single-feature {
    background: #ddd;
    margin: 15px 0;
    padding: 60px 50px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 16px rgba(131, 131, 131, .17);
    transition: all .1s ease 0s
}

.single-feature i {
    font-size: 42px;
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 30px
}

.single-feature h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize
}

.single-feature:hover {
    box-shadow: 0 0 16px rgba(131, 131, 131, .35)
}

#features {
    background: #f6fbfd
}

#features .feature-thumb {
    margin-top: 15px
}

#features .nav {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px
}

#features .nav .nav-item {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#features .nav .nav-item .nav-link {
    font-size: 40px;
    color: #a0a6ad;
    padding: 30px 0;
    line-height: 1;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
    border: none;
    background: 0 0
}

#features .nav .nav-item .nav-link i {
    font-size: 40px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s
}

#features .nav-tabs {
    background: #f6fbfd;
    margin-top: -100px
}

#features .nav-tabs .nav-item.show .nav-link,
#features .nav-tabs .nav-link.active {
    border-bottom: 1px solid #3c9cfd;
    color: #191c1e
}

#features .nav-tabs .nav-item.show .nav-link i,
#features .nav-tabs .nav-link.active i {
    background: -webkit-linear-gradient(left, #3c96ff 0%, #2dfbff 100%);
    background: -o-linear-gradient(left, #3c96ff 0%, #2dfbff 100%);
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#features .tab-content {
    margin-top: 15px;
    text-align: center
}

#features .tab-content .tab-pane {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 26px
}


/* ADDED Navigation Dropdowns - !!! IMPORTANT !!! */

li {
    color: #000;
  background: transparent;
    display: block;
    float: left;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
  transition-duration: 0.1s;

}
  
li a {
  color: ##97b1c7;   /* ! Important - Listed articles headings */
}

li:hover,
li:focus-within {
    background: transparent;
    cursor: pointer;
}

li:focus-within a {
  outline: none;
}

ul li ul {                  /* IMPORTANT FOR CHILD NAV MENU CONTROL - See @media also */
    background: transparent;
    visibility: hidden;
  opacity: 0;
  min-width:    150%;     /* IMPORTANT !!! Child Menu Label Width */
    position: absolute;
  transition: all 0.1s ease;
  margin-top: 2px;
    left: 0;
  display: none;
  border-bottom: white solid 0px;
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {   /* Drop Down Box Characteristics (for individual items, see below) */
   visibility: visible;
   opacity: 0.88;
   display: block;

}

ul li ul li {  /* Child List Item Characteristics*/
    clear: both;
  width: 100%;
    border-bottom: #88b1c7 solid 1px;
}




a.dropper {
  text-decoration: none;
  position: absolute
}

nav.dropper {
    font-family: sans-serif;
    position: absolute
}

ul.dropper {
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: absolute
}

li.dropper {
    font-family: Poppins;
    border-radius: 5px;
    min-width: 150%;
    color: #fff;
  background: #111;
  opacity: 0.95;
    display: block;
    float: left;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
  transition-duration: 0.0s;

}
  
li.dropper a {
  color: #fff;  /* Child Label Color */
  margin-left: 10px;
}

.dropper1 {
  margin-left: 80px;
}
.dropper2 {
  margin-left: 160px;
}

li.dropper:hover {
    background: #2e6fe8; /* Child Background Color */
    cursor: pointer;
    font-weight: 500;
}

li.dropper a {
  outline: none;
}

ul.dropper li ul {

    visibility: hidden;
  opacity: 1;
    position: absolute;
  transition: all 0.1s ease;
  margin-top: 0.5rem;
    left: 0;
  display: none;
}

ul li.dropper:hover > ul.dropper,
ul li ul.dropper:hover {
   visibility: visible;
   opacity: 1;
   display: block;
}

ul li ul li.dropper {
    clear: both;
  width: 100%;
}

/* END EXPERIMENTAL NAV CHILDREN MENU */


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

.text-wrapper>div {
    vertical-align: middle;
    display: table-cell
}

.text-wrapper h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.text-wrapper .btn-rm {
    margin-top: 15px
}

#features-two .img-thumb {
    margin-bottom: 15px
}

#app-features {
    background: #f6fbfd
}

#app-features .content-left {
    position: relative
}

#app-features .content-left span {
    float: right;
    margin-left: 25px
}

#app-features .content-right {
    position: relative
}

#app-features .content-right span {
    float: left;
    margin-right: 25px
}

#app-features .box-item {
    margin: 30px 0
}

#app-features .box-item .icon {
    text-align: center;
    margin: 0 15px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    z-index: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#app-features .box-item .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#app-features .box-item .text h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px
}

#app-features .box-item .text p {
    font-size: 14px;
    line-height: 26px
}

#app-features .content-left .text {
    margin-right: 90px
}

#app-features .content-right .text {
    margin-left: 90px
}

#app-features .show-box {
    text-align: center;
    margin: 15px 0
}

#app-features .show-box img {
    width: 100%
}

.screens-shot {
    background: #f6fbfd
}

#screens .owl-controls .owl-buttons {
    position: relative;
    top: -215px;
    left: 0
}

#screens .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: -60px
}

#screens .owl-controls .owl-buttons div.owl-next {
    float: right!important;
    margin-right: -60px
}

.owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    display: block!important;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%)!important;
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%)!important;
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%)!important;
    text-align: center;
    display: inline-block;
    opacity: 1!important;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.owl-theme .owl-controls .owl-buttons div:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    opacity: .8!important
}

.owl-theme .owl-controls .owl-buttons div i {
    color: #aaa;
    font-size: 20px;
    line-height: 35px
}

.team_col_center {
    float: none;
    margin: 0 auto;
}
.single-team:hover .team-details {
    opacity: 1
}

.single-team {
    position: relative;
    margin: 5px 0;
    border-radius: 4px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 16px rgba(131, 131, 131, .17);
    border-radius: 0;
    overflow: hidden
}

.single-team .team-thumb {
    position: relative
}

.single-team:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 36px rgba(131, 131, 231, .35)
}

.single-team img {
    width: 40%
}

.single-team .team-inner {
    -webkit-transition: .3s;
    transition: .3s
}

.single-team .team-details {
    padding: 15px;
    width: 100%;
    text-align: left;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.single-team .team-details .team-title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #444;
}

.single-team .team-details p {
    font-size: 0.8em;
    margin-bottom: 0
}

.team-details h5 {
    font-size: 0.8em;
    margin-bottom: 0
}
.single-team .social-list {
    position: absolute;
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #aaaaff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #aaaaff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #aaaaff 100%);
    border-top-right-radius: 30px;
    bottom: 0;
    left: -40px;
    padding: 20px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.single-team .social-list li a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 30px;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.single-team .social-list .facebook a:hover {
    background: #007bb6;
    color: #fff
}

.single-team .social-list .twitter a:hover {
    background: #007bb6;
    color: #fff
}

.single-team .social-list .google-plus a:hover {
    background: #007bb6;
    color: #fff
}

.single-team .social-list .linkedin a:hover {
    background: #007bb6;
    color: #fff
}

.single-team .social-list .email a:hover {
    background: #007bb6;
    color: #fff
}

.single-team:hover .social-list {
    left: 0
}

#testimonial {
    background: #dbedff;
    padding-bottom: 80px!important
}

.testimonial-item {
    min-height: 525px;   /* Important for even display area */
    padding: 30px;
    margin: 15px;
    background: #fff;
    text-align: center;
    border-radius: 3% 3% 3% 3%;
    box-shadow: 0 0 16px #ececec
}

.testimonial-item .author {
    display: inline-block;
    margin-bottom: 20px
}

.testimonial-item .author .img-thumb {
    float: left;
    overflow: hidden;
    position: relative
}

.testimonial-item .author .img-thumb img {
    border-radius: 4px;
    width: 100%
}

.testimonial-item .content-inner {
    overflow: hidden
}

.testimonial-item .content-inner .description {
    width: 100%;
    margin-bottom: 10px
}

.testimonial-item .content-inner span {
    color: #a0a6ad
}

.testimonial-item .content-inner .author-info {
    padding: 3px 0
}

.testimonial-item .content-inner .author-info h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0
}

.testimonial-item .content-inner .author-info h2 a {
    color: #484848
}

.testimonial-item .content-inner .author-info h2 a:hover {
    color: #3c9cfd
}

.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 32px;
    margin: 12px 14px;
    filter: alpha(opacity=80);
    opacity: 0.9;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3070d9
}

.pricing-table {
    padding: 30px;
    margin: 15px 0;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: background-image .3s ease-out;
    -moz-transition: background-image .3s ease-out;
    -o-transition: background-image .3s ease-out;
    transition: background-image .3s ease-out;
    box-shadow: 0 0 43px 0 rgba(131, 131, 131, .23)
}

.pricing-table .icon {
    margin-bottom: 10px
}

.pricing-table .icon i {
    font-size: 42px
}

.pricing-table .price {
    color: #263238;
    font-size: 36px;
    padding: 20px;
    font-weight: 500
}

.pricing-table .price span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #a2a2a2
}

.pricing-table .pricing-details h2 {
    font-size: 22px;
    color: #191c1e;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 0
}

.pricing-table .pricing-details ul li {
    padding: 7px;
    font-size: 14px
}

.pricing-table:hover,
.pricing-active {
    color: #fff;
    -webkit-transition: background-image .3s ease-out;
    -moz-transition: background-image .3s ease-out;
    -o-transition: background-image .3s ease-out;
    transition: background-image .3s ease-out;
    background-image: -moz-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%);
    background-image: -webkit-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%);
    background-image: -ms-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%);
    box-shadow: 0 0 43px 0 rgba(131, 131, 131, .38)
}

.pricing-table:hover .pricing-details h2,
.pricing-active .pricing-details h2 {
    color: #fff
}

.pricing-table:hover .price,
.pricing-active .price {
    color: #fff
}

.pricing-table:hover .price span,
.pricing-active .price span {
    color: #fff
}

.pricing-table:hover .btn-border,
.pricing-active .btn-border {
    background: #fff;
    border-color: #fff;
    color: #3c9cfd
}

#portfolios {
    background: #f6fbfd
}

#portfolios .mix {
    padding: 0
}

#portfolios .portfolio-item {
    padding: 15px
}

#portfolio .mix {
    display: none
}

.controls {
    text-align: center;
    padding: 0 0 20px
}

.controls a {
    background: #fff;
    border-radius: 30px;
    color: #191c1e!important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 15 7px 0;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    letter-spacing: 1px
}

.controls a:hover,
.controls .active {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    color: #fff!important
}

.shot-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.shot-item img {
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 4000ms;
    -o-transition-duration: 4000ms;
    transition-duration: 4000ms
}

.shot-item .single-content {
    background-color: rgba(22, 26, 39, .7);
    opacity: .9;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%
}

.shot-item .single-content .fancy-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2
}

.shot-item .single-content .fancy-table .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.shot-item .single-content .zoom-icon {
    margin: 0 auto
}

.shot-item .single-content .zoom-icon a {
    color: #3c9cfd;
    background: #fff;
    width: 48px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
    height: 48px
}

.shot-item .single-content h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 20px
}

.shot-item .single-content p {
    color: #fff;
    margin: 0 0 10px
}

.shot-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.shot-item:hover .single-content {
    opacity: .7
}

#carousel-area {
    overflow: hidden;
    position: relative
}
/* Carosel Coloring COntrol IMPORTANT Many effects with sizes colors etc*/
#carousel-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(270deg, #4587d7 0%, #5cffff 100%);  /* 5c96ff */
    background-image: -webkit-linear-gradient(270deg, #4587d7 0%, #5cffff 100%);
    background-image: -ms-linear-gradient(270deg, #4587d7 0%, #5cffff 100%);
    opacity: .7
}

#carousel-area .carousel-item .carousel-caption {
    top: 32%;
    right: 12%;
    left: 12%;
    text-shadow: none;
    padding-top: 0;
    padding-bottom: 0
}

#carousel-area .carousel-item .carousel-caption h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
    color: #fff
}

#carousel-area .carousel-item .carousel-caption p {
    color: #fff;
    font-size: 1.5empx;
    margin-bottom: 30px
}

#carousel-area .carousel-item .carousel-caption .btn {
    margin: 0 10px 0 0
}

#carousel-area .carousel-item .carousel-caption .btn-border {
    border-color: #fff;
    color: #fff
}

#carousel-area .carousel-control {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#carousel-area:hover .carousel-control {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
    opacity: 1
}

#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
    width: 48px;
    line-height: 48px;
    height: 48px;
    color: #3c9cfd;
    font-size: 24px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#carousel-area .carousel-agency .carousel-caption h2 {
    font-size: 3em;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 25px;
    color: #fff
}

#carousel-area .carousel-agency .carousel-caption p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 30px
}

#carousel-area .carousel-agency .carousel-caption .btn {
    margin: 0 10px 0 0
}

#carousel-area .carousel-agency .carousel-caption .btn-border {
    border-color: #fff;
    color: #fff
}

#carousel-area .carousel-control-prev {
    left: 5%
}

#carousel-area .carousel-control-next {
    right: 5%
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
    opacity: 1
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 10;
    width: 35px;
    height: 55px;
    top: 58%;
    padding: 10px 5px;
    box-shadow: none;
    background-image: none;
    margin-top: -35px;
    text-shadow: none
}

#carousel-area .carousel-indicators {
    bottom: 35px
}

#carousel-area .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50px
}

.contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px
}

.contents .header-button .btn i {
    margin-left: 10px
}

.left,
.right {
    cursor: pointer;
    font-size: 30px;
    color: #3c9cfd
}

#blog .blog-item-wrapper {
    background: #fff;
    border-radius: 5px;
    margin: 15px 0;
    box-shadow: 0 0 17px #ddd;
    -webkit-transition: transform .2s linear, -webkit-box-shadow .2s linear;
    -moz-transition: transform .2s linear, -moz-box-shadow .2s linear;
    transition: transform .2s linear, box-shadow .2s linear
}

#blog .blog-item-wrapper:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
    opacity: 1
}

#blog .blog-item-img {
    position: relative
}

#blog .blog-item-img img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

#blog .blog-item-img .author-img {
    position: absolute;
    bottom: -30px;
    right: 30px
}

#blog .blog-item-text {
    padding: 60px 20px 30px
}

#blog .blog-item-text h3 {
    line-height: 26px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px
}

#blog .blog-item-text h3 a {
    color: #191c1e
}

#blog .blog-item-text h3 a:hover {
    color: #3c9cfd
}

#blog .author .name a {
    color: #a0a6ad;
    font-size: 14px;
    font-weight: 400
}

#blog .author .name a:hover {
    color: #3c9cfd
}

#blog .author .date {
    font-size: 14px
}

.form-control {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 6px 0 43px rgba(131, 131, 131, .13);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.form-control:focus {
    border: 1px solid #3c9cfd;
    outline: none;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: 1
}

textarea {
    border-radius: 10px!important;
    text-align: left!important
}

.contact-info {
    margin-bottom: 15px
}

.contact-info i {
    font-size: 20px;
    color: #3c9cfd
}

.contact-info h5 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 0
}

#contact {
    background: #fff;
    padding-bottom: 80px;
    position: relative;
    text-align: center
}

#contact h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px
}

#contact .contact-block {
    background: #fff;
    overflow: hidden;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 43px 0 rgba(131, 131, 131, .23)
}

.offset-top {
    margin-top: -100px
}

#google-map-area {
    position: relative
}

#google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

#msgSubmit {
    margin-bottom: 0
}

#subscribe {
    background-image: -moz-linear-gradient(0deg, #4587d7 0%, #b5d2ff 100%);
    background-image: -webkit-linear-gradient(0deg, #4587d7 0%, #b5d2ff 100%);
    background-image: -ms-linear-gradient(0deg, #4587d7 0%, #b5d2ff 100%);
    position: relative
}

.subscribe-form {
    margin-bottom: 15px
}

.subscribe-form .sub-title {
    margin-bottom: 30px
}

.subscribe-form .sub-title h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600
}

.subscribe-form .sub-title p {
    font-size: 14px;
    color: #fff
}

.subscribe-form .form-wrapper .form-group {
    margin-bottom: 0
}

.subscribe-form .form-wrapper .form-control {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
    box-shadow: none;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    background-image: none;
    background-clip: padding-box
}

.subscribe-form .form-wrapper .form-control:focus {
    color: #fff;
    border-color: #fff;
    box-shadow: none;
    outline: 0
}

.subscribe-form .form-wrapper .btn-search {
    top: 6px;
    right: 22px;
    z-index: 2;
    width: 156px;
    font-weight: 600;
    background: #fff;
    color: #3c96ff;
    height: 52px;
    text-align: center;
    position: absolute;
    padding: 0
}

.subscribe-form .form-wrapper input::placeholder {
    color: #fff;
    font-weight: 500
}

.subscribe-form .form-submit .btn {
    width: 100%;
    padding: 13px 30px
}

#subscribe .sub-item-box {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff
}

#subscribe .sub-item-box .icon-box {
    float: left
}

#subscribe .sub-item-box .icon-box i {
    font-size: 30px;
    color: #3c9cfd
}

#subscribe .sub-item-box .text-box {
    margin-left: 60px
}

#subscribe .sub-item-box .text-box h4 {
    font-size: 16px;
    font-weight: 500
}

#subscribe .sub-item-box .text-box p {
    margin-bottom: 0
}

#subscribe .sub-item-box:last-child {
    margin-bottom: 0
}

.contact-social li {
    display: inline-block;
    margin-right: 12px;
    line-height: 40px
}

.contact-social li a {
    color: #191c1e;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.contact-social li .facebook:hover {
    color: #3b5998
}

.contact-social li .twitter:hover {
    color: #55acee
}

.contact-social li .linkedin:hover {
    color: #007bb5
}

.contact-social li .google-plus:hover {
    color: #dd4b39
}

.contact-social li .email-plus:hover {
    color: #dd4b39
}

.block-title {
    min-height: 150px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    position: relative
}

footer .footer-Content {
    background-image: -moz-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%);
    background-image: -webkit-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%);
    background-image: -ms-linear-gradient(90deg, #4587d7 0%, #b5d2ff 100%);
    padding: 60px 0 0;
    color: #546e7a
}

footer .footer-Content h2 {
    color: #fff;
    font-size: 30px
}

.textwidget {
    line-height: 24px;
    margin-bottom: 10px
}

.textwidget p {
    font-size: 14px;
    color: #fff
}

footer .menu {
    padding-left: 0
}

footer .menu li {
    padding-bottom: 12px
}

footer .menu li a {
    color: #fff;
    font-size: 14px
}

footer .menu li a:hover {
    color: #f1f1f1
}

.footer-social {
    margin-top: 4px
}

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

.footer-social li a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footer-social li .facebook:hover {
    color: #3b5998
}

.footer-social li .twitter:hover {
    color: #55acee
}

.footer-social li .linkedin:hover {
    color: #007bb5
}

.footer-social li .google-plus:hover {
    color: #dd4b39
}

.copyright {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    margin-top: 30px
}

.copyright p {
    margin-bottom: 0;
    color: #fff
}

.copyright p a {
    color: #fff
}

.copyright p a:hover {
    color: #f1f1f1
}

.copyright .nav-inline {
    color: #fff;
    padding: 10px 0;
    margin-left: 190px
}

.nav-link {
    color: #fff;
    padding: 10px 0;
    margin-left: 12px
}

.nav-link:hover {
    color: #3c9cfd
}

.copyright .nav-inline {
    color: #3c9cfd
}

#counter {
    background: url(../img/bg/bg-counter.png) right no-repeat;
    position: relative;
    padding-bottom: 50px!important
}

#counter .counter-text {
    height: 100%;
    width: 100%;
    display: table
}

#counter .counter-text>div {
    vertical-align: middle;
    display: table-cell
}

#counter .counter-text h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

#counter .counter-text .desc-text p {
    margin-bottom: 15px
}

#counter .counter-box {
    padding: 48px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 9px 16px 0 rgba(225, 225, 225, .004);
    text-align: center;
    position: relative
}

#counter .counter-box .icon-o {
    font-size: 90px;
    color: rgba(255, 255, 255, .3);
    z-index: 2;
    font-weight: 400;
    position: absolute;
    bottom: -40px;
    width: 100%;
    right: -85px
}

#counter .counter-box h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#counter .counter-box p {
    color: #fff;
    font-weight: 500;
    font-size: 18px
}

#counter .bg-color-1 {
    background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
    background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%)
}

#counter .bg-color-2 {
    background-image: -moz-linear-gradient(0deg, #00b09b 0%, #96c93d 100%);
    background-image: -webkit-linear-gradient(0deg, #00b09b 0%, #96c93d 100%);
    background-image: -ms-linear-gradient(0deg, #00b09b 0%, #96c93d 100%)
}

#counter .bg-color-3 {
    background-image: -moz-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%);
    background-image: -webkit-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%);
    background-image: -ms-linear-gradient(0deg, #4e54c8 0%, #8f94fb 100%)
}

#counter .bg-color-4 {
    background-image: -moz-linear-gradient(0deg, #b17beb 0%, #8161d0 100%);
    background-image: -webkit-linear-gradient(0deg, #b17beb 0%, #8161d0 100%);
    background-image: -ms-linear-gradient(0deg, #b17beb 0%, #8161d0 100%)
}

.btn-subtitle {
    color: #191c1e;
    background: #dbecff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px
}

.borderhighlight{
	border: 0px solid #779ae8; 
	margin: 5px; 
	padding: 30px;
	max-width: 1920px;
}

.responsive_tiniest {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
  height: auto;
}
.responsive_tiny {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  height: auto;
}

/* For vertical Nav-menu */
.vertical_menu {
  margin-top:220px;
  margin-right: 40px;
  background: #2a7aed;
  background: -webkit-linear-gradient(to right, #9796f0, #2acaff);
  background: linear-gradient(to right, #2a7aed, #2acaff);
}
.virtmen {
    color:#fff;
    margin-left: 35px;
}



/* Mouseover images from blackwhite to color */
.blackwhite_org {
  -webkit-filter: grayscale(40%); /* Safari 6.0 - 9.0 */
  filter: grayscale(40%);;
}  

.blackwhite_org:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);;
} 

/* Mouseover images from blackwhite to color */
.blackwhite {
  -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
  filter: grayscale(70%);;
}  

.blackwhite:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);;
} 

.circleselect { 

   width: 95%;
   background:#97b1c7;
   max-width: 550px;
   max-height: 370px;
   min-width: 350px;
   min-height: 250px;
   -moz-border-radius: 275px; 
   -webkit-border-radius: 275px; 
   border-radius: 275px;
   padding-top: 35px;
   padding-bottom: 35px;
   text-align:center;
}


.ellipse {
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(#171b6e,#2732c6);
  position: relative;
  width: 100px;
  height: 100px;
}

.ellipse::after {
  content: '';
  position: absolute;
  width: 50%;  
  top: 50%;
  bottom: 0;
  right: 0;
  background-color: black;
}

.circle { 
   width: 100px;
   height: 100px;
   -moz-border-radius: 50px; 
   -webkit-border-radius: 50px; 
   border-radius: 50px;
   font-size:70px;
    color:#fff;
    padding-top: 10px;
    line-height:10px;
    text-align:center;
}

.circle :hover{ 
   width: 95px;
   height: 95px;
  /* background: #664b5e; */
   -moz-border-radius: 50px; 
   -webkit-border-radius: 50px; 
   border-radius: 50px;
   font-size:65px;
    color:#eee;
    padding-top: 10px;
    line-height:10px;
    text-align:center;
}


.circle2 { 

   width: 550px;
   height: 550px;
   -moz-border-radius: 275px; 
   -webkit-border-radius: 275px; 
   border-radius: 275px;
    color:#fff;
    padding-left: 20px;
    padding-top: 35px;
    line-height:80px;
    text-align:center;
}

.circle3 { 
   width: 300px;
   height: 300px;
   -moz-border-radius: 300px; 
   -webkit-border-radius: 300px; 
   border-radius: 300px;
    color:#fff;
    opacity: 0.7;
    padding: 50px;
    padding-right: 125px;
    padding-top: 80px;
    line-height:35px;
    text-align:left;
}
.circle4 { 
   width: 300px;
   height: 300px;
   -moz-border-radius: 300px; 
   -webkit-border-radius: 300px; 
   border-radius: 300px;
    color:#fff;
    opacity: 0.7;
    padding: 50px;
    padding-left: 125px;
    padding-top: 65px;
    line-height:35px;
    text-align:right;
}
.circle5 { 
   width: 300px;
   height: 300px;
   -moz-border-radius: 300px; 
   -webkit-border-radius: 300px; 
   border-radius: 300px;
    color:#fff;
    opacity: 0.7;
    padding: 70px;
    padding-top: 160px;
    line-height:35px;
    text-align:center;
}

.circle6 { 
   width: 30px;
   height: 30px;
   -moz-border-radius: 30px; 
   -webkit-border-radius: 30px; 
   border-radius: 30px;
    color:#fff;
    opacity: 0.7;
    padding: 70px;
    padding-top: 160px;
    line-height:35px;
    text-align:center;
}

/* create an arrow that points up */
.arrow-up {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 40px; 
    height: 40px; 
    border-left: 50px solid transparent;  /* left arrow slant */
    border-right: 50px solid transparent; /* right arrow slant */
    border-bottom: 50px solid #9fc2f9; /* bottom, add background color here */
    font-size: 40px;
    line-height: 0;
    margin-left: 0px;
}

/* create an arrow that points down */
.arrow-down {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 0; 
    height: 0; 
    border-left: 80px solid transparent;  /* left arrow slant */
    border-right: 80px solid transparent; /* right arrow slant */
    font-size: 20px;
    line-height: 0;
    margin-top: -40px;
    margin-left: 0px;
}

.arrow-down.light {
    border-top: 50px solid #3070d9; /* bottom, add background color here */ 
}

.arrow-down.medium {
    border-top: 50px solid #61a3f9 /* bottom, add background color here */     
}

.arrow-down.dark {
    border-top: 50px solid #3070d9 /* bottom, add background color here */     
}

.custombuttonwidth_1 {
    width: 225px !important;
}

.custombuttonwidth_2 {
    width: 275px !important;
}

.custombuttonwidth_3 {
    width: 325px !important;
}

img[src$="centerme"] {
  display:block;
  margin: 0 auto;
}

.td.special {
    color: #333333;
}

.ul.pagination {

    padding: 10px;
    border 2px solid blue;
}

.collabsquash {
	float:right; 
	margin-top: -255px; 
	margin-left:0px; 
	margin-bottom:	30px;
	max-width: 250px; 
	z-index: -1;
}

.membersquash {
	width: 45%; 
	float:right; 
	margin-left:20px; 
	margin-top: -255px; 
	margin-bottom: 30px; 
	max-width: 400px; 
	z-index: -1;
}

#fademeIn p {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


.largecapletter {
  color: #eee;
  float: left;   /* not suitable for centered items */
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding: 15px;
}

.hugecapletter_centered1 {
  margin: auto;
  color: #fff;
  font-family: Georgia;
  font-size: 70px;
  line-height: 0;
  padding: 25px;
}

.hugecapletter_centered2 {
  margin: auto;
  color: #fff;
  font-family: Georgia;
  font-size: 70px;
  line-height: 0;
  padding: 20px;
}

.backpad-section {
    border-style: solid;
    border-width: 0px;
      border-radius: 10px;
    border-color: #b0cee7; 
    background-color: #fff; 
    padding: 80px 40px 80px 40px;
    margin-bottom: 0px;
    margin-top: -100px;
}

.divisions {
    background-color: #333;
     max-width: 380px; 
     min-width: 379px;
}

.rotate_L {
  transform: rotate(90deg);
}

.rotate_R {
  transform: rotate(270deg);
}

/* Text block over top of images - Container holding the image and the text */
 
.pic-text-container {
  position: relative;
  display: visible;
}

/* Text block over top of images -Bottom right text */
.text-block-right {
  font-size: 30px;
    z-index: 100;
position: absolute;
  bottom: -55px;
  right: -100px;
 margin-top: 80px;
 margin-left: 90%;
 margin-bottom: 50%;
  min-width: 350px;
  background-color: black;
  color: white;
  padding-top: 30px;
  padding-left:30px;
  padding-right: 30px;
  padding-bottom: 10px;
} 

/* Title - Black/White Block eg: Members*/
.highlight-block {

font-size: 40px;
z-index: 1;
position: relative;
bottom: 35px;
padding-right: 20px;
margin-top: 30px;
margin-left: -10px;
max-width: 450px;
background-color: black;
color: #fff;
padding-top: 30px;
padding-left:30px;
padding-bottom: 45px;
} 

/* Title - Black/White Block eg: Members*/
.highlight-block-members {

font-size: 40px;
z-index: 1;
position: relative;
bottom: 35px;
padding-right: 20px;
margin-top: 30px;
margin-left: -10px;
max-width: 450px;
background-color: black;
color: #fff;
padding-top: 25px;
padding-left:30px;
padding-bottom: 25px;
} 

/* Title - Black/White Block eg: Research Description*/
.highlight-block-large {
background-image: url("../img/ismIMG/squares.jpg");    
    font-family: Noto, sans-serif, poppins;
    font-weight: 300;
border-radius: 20% 5px 20% 5px;
font-size: 30px;
z-index: 1;
margin-top: 0px;
margin-left: 0px;
max-width: 100%;
background-color: #9fc2f9;
color: #fff;
padding-top: 30px;
padding-left:30px;
padding-bottom: 20px;
padding-bottom: 40px; 
max-width: 100%
} 

/* Title - Black/White Block eg: Research Description*/
.highlight-block-med {
font-size: 30px;
font-family: Noto;
line-height: 40px;
padding: 30px;
font-weight: 800;
border: solid 7px;
border-color: #fff;
z-index: 1;
max-width: 91%;
margin-top: -95px;
margin-left: 140px;
margin-bottom: 30px;
background-color: #aab1c7;
color: #333;
padding-top: 30px;
padding-left: 40px
padding-right: 245px

} 

/* Title - Black/White Block eg: Research Description*/
.highlight-block-med2 {
font-weight: 400;
font-size: 30px;
z-index: 1;
max-width: 100%;
margin-top: -5px;
margin-left: 0px;
background-color: #2e6fd8;
color: #fff;
padding-top: 30px;
padding-bottom: 40px
}

/* Title - Black/White Block eg: Research Description*/
.highlight-block-med3 {
border-radius: 5px 5px 25% 5px;
font-size: 25px;
text-align: left;
padding: 25px;
line-height: 35px;
font-weight: 200;
border: solid 0px;
border-color: #333;
z-index: 1;
max-width: 100%;
background-color: transparent;
color: #999;

} 

/* Title - Black/White Block eg: Research Description*/
.highlight-block-med4 {
font-size: 30px;
line-height: 40px;
padding: 30px;
padding-left: 50px;
font-weight: 800;
border: solid 2px;
border-color: #fff;
z-index: 1;
max-width: 100%;
margin-top: -105px;
margin-left: 140px;
margin-bottom: 30px;
background-color: #fff;
color: #3070d9;
padding-top: 30px;
padding-left: 40px;
padding-right: 245px;

} 

.section-divisions {

    margin-bottom: 0px;
}

.section-research {

    margin-top: -150px;
}

.respriority{
    font-size: 40px;
}

.parallaxShort {
  /* The image used */
  background-image: url("../img/ismIMG/fluro3.jpg");

  /* Set a specific height */
  min-height: 200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  /* The image used */
  background-image: url("../img/ismIMG/fluro3.jpg");

  /* Set a specific height */
  min-height: 700px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.responsive_tiniest {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
  height: auto;
}
.responsive_tiny {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  height: auto;
}

.responsive_sm {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  height: auto;
}

.responsive_med {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  height: auto;
}

.responsive_lrg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}


.responsive_block {
  display: block;
  background-color: #254581;
  width: 100%;
  max-width: 400px;
  max-height: 250px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.inner {
    background-color: transparent;
    border: 0px solid #eee;
    opacity: 1;
    font-color: #fff;
    min-height: 300px;
    margin-bottom: 10px;
    padding-right: 15px;
}



.tiledate, a.tiledate {
    color: #eee;
    font-family:  Arial, sans-serif, Roboto;
    font-weight: 700;
    font-size: 0.65rem;
    opacity: 1;
    height: 50px;
    min-width: 55%;
    max-width: 55%;
    padding:2px 10px 0 10px;
    background: #3775db;
    margin-bottom: 15px; 
    position: absolute;
}

.tiledate2, a.tiledate2 {
    color: #eee;
    font-family:  Arial, sans-serif, Roboto;
    font-weight: 700;
    font-size: 0.65rem;
    opacity: 1.0;
    height: 40px;
    max-width: 45%;
    padding:2px 10px 0 10px;
    background: #5500ff;
    margin-bottom: 15px; 
    position: absolute;
}

.details {
    font: #fff;
    font-size: 0.85rem;
    padding-top:20px;
}

.sideinner {
    background-color: transparent;
    opacity: 1;
    min-height: 80px;
}

.tiledate2, a.tiledate {
    color: #111;
    font-family:  Arial, sans-serif, Roboto;
    font-weight: 700;
    font-size: 0.65rem;
    opacity: 0.75;
    height: 60px;
    padding:2px 15px 15px 15px;
    background: #111;
    position: absolute;
}

.details2 {
    color: #777;
    font-size: 1rem;
    padding:10px;
    position: absolute;
}

.mapstyle{
margin:50px;
border:1px solid #9fc2f9;
width: 70%; 
height: 600px;

}

.invisible {
    visibility: hidden;
}

/* Items APPEAR on small screen */
@media (min-width: 768px){
.firstcharacterdropcap {
  color: #bbb;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
}

@media (max-width:1200px){


.collabsquash {
	float:right; 
	margin-top: -15px; 
	margin-left: 0px; 
	margin-bottom:	30px;
	padding: 30px;
	width: 250px; 
	
}

}


@media (max-width:980px){

/* Members position reset on small screen - IMPORTANT !!! */


.membersquash { 
	width: 100%; 
	float: center; 
	margin-left:0px; 
	margin-top: 0px; 
	margin-bottom: 20px; 
	max-width: 400px; 
	z-index: -1;
	padding: 15px;
}

.collabsquash {
	float:right; 
	margin-top: -15px; 
	margin-left: -60px; 
	margin-bottom:	30px;
	max-width: 250px; 
	z-index: -1;
}

}


/* Items DISAPPEAR on small screen */
@media (max-width: 768px){

.responsive_block {
  display: block;
  background-color: #254581;
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
 
.divisions {
     max-width: 380px; 
}


.borderhighlight{
	border: 0px solid #779ae8; 
	margin: 0px; 
	padding: 5px;
}

.text-block-right {
  display: none;
}

.highlight-block {
right: 15px;
}

.highlight-block-large {
font-size: 30px;
z-index: 1;
margin-top: 0px;
margin-left: 0px;
max-width: 100%;
background-color: #666;
color: #fff;
padding-top: 30px;
padding-left:30px;
padding-bottom: 20px;
} 

.highlight-block-med {
font-size: 25px;
line-height: 30px;
z-index: 1;
margin-top: -5px;
margin-left: 0px;
background-color: #9fc2f9;
color: #fff;
padding-right: 30px;

} 

.circleselect { 

   width: 80%;
   min-height: 350px;
   -moz-border-radius: 275px; 
   -webkit-border-radius: 275px; 
   border-radius: 275px;
    color:#fff;
    padding-left: 20px;
    padding-top: 35px;
    line-height:80px;
    text-align:center;
    margin-bottom: 150px;
}

ul li ul {                  /* IMPORTANT !!! FOR CHILD NAV MENU CONTROL - OTHERWISE CANNOT SELECT IN SMALL SCREEN - See larger sizes also */
    background: transparent;
    min-width:    50%;     /* IMPORTANT !!! Child Menu Label Width */
    position: relative;  /* IMPORTANT !!! FOR CHILD NAV MENU CONTROL - OTHERWISE CANNOT SELECT IN SMALL SCREEN - See larger sizes also */
    margin-top: 2px;
    margin-left: 30px;
}

.mapstyle{
margin:20px;
border:0px solid #9fc2f9;
width: 70%; 
}




}