@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Montserrat', sans-serif;
}
h2 {
    font-size: 54px;
    font-weight: 600;
    background: #e20900;
    background: -webkit-linear-gradient(45deg, #fb2ae1, #ff9a6a 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
h4{
    font-weight: 300;
    line-height: 25px;
    font-size: 18px;
}
h5{
    font-weight: 300;
    line-height: 26px;
    font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
ul{
    padding-left: 0;
    list-style-position: inside;
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: -2;
    transform: translateX(-50%) translateY(-50%);
    background: url('//demosthenes.info/assets/images/main-video.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
#main-video {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    align-items: center;
    padding: 200px;
}
.home #main-video {
    min-height: 100vh;
    padding: 0px;
}
#main-video h1, #about h1{
    font-weight: 300;
    font-size: 30px;
}
#main-video h1 span, #about h1 span {
    background: #e20900;
    background: -webkit-linear-gradient( 45deg, #fb2ae1, #ff9a6a 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    margin: 5px 0;
    display: inline-block;
    padding: 0px 30px 0px 0px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 4px;
    line-height: 60px;
}
.navbar-brand h3{
    line-height: .8;
    transition: all 1s;
    padding: 7px 0 0 10px;
        font-weight: 700;
}
.navbar-brand h3 small{
    color: #fff;
}
.navbar-brand img{
    width: 50px;
    height: 50px;
}
.mainmenu-area.affix .navbar-brand h3{
    opacity: 0;
}
.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
section{
    background: #fff;
}
.section-padding {
    padding: 120px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #138fc2;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.social-menu li a:hover {
    background-color: #138fc2;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.pb-5{
    padding-bottom: 50px;
}
.overlay:before,
.sky-bg {
    background: #1a10b3;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a10b3), to(#7700d2));
    background: linear-gradient(to bottom, #1a10b3 0%, #7700d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a10b3', endColorstr='#7700d2', GradientType=0);
    color: #ffffff;
}

.overlay-2:before{
    background: #ff9570;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9570), to(#2f60c3));
    background: linear-gradient(to bottom, #ff9570 0%, #2f60c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9570', endColorstr='#2f60c3', GradientType=0);
    color: #ffffff;
}
.overlay-2 h2{
    font-size: 54px;
    font-weight: 600;
    background: #e20900;
    background: -webkit-linear-gradient(45deg, #e20900, #7202d0 90%);
    background: linear-gradient(to bottom, #e20900 0%, #7202d0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e20900;
}
.gray-bg {
    background-color: #f2fefe;
}
.gray-bg-transp {
    background: rgba(0,0,0,.7);
}
h1.large{
    text-transform: uppercase;
    font-size: 60px;
}

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .1pt;
    color: #ffffff;
    background-color: #2f60c3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
    background-color: #ffffff;
    color: #138fc2;
}

.button.white:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

.button i {
    margin-left: 5px;
}

.page-title {
    margin-bottom: 60px;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-title h2:after {
    content: "\e675";
    font-family: 'themify';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

.d-flex{
    display: flex;
}
.box {
    padding: 50px 30px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
}
.bg-dark{
    background: #333;
    color: #fff;
}
.services .box ul{
    margin: 10px 0;
    padding: 0;
    border-top: 1px solid #ccc;
}
.services .box ul li{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 8px;
}
.distributions .box h2{
    font-size: 28px;
}
.distributions .box h3{
    font-size: 20px;
}
.distributions .box{
    text-align: left;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.distributions .box ul li{
    list-style: none;
    padding: 5px 0;
}
.mb-5{
    margin-bottom: 50px;
}
.ser-top img{
    max-width: 400px;
}
.pt-50{
    padding-top: 50px;
}
.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #401b8a;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
}

.box h4 {
    text-transform: uppercase;
}

.home .box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}
.services .box .box-icon {
    height: auto;
    width: auto;
    margin: 0 auto 30px;
}

.box .box-icon img {
/*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay,
.overlay a,
.mainmenu-area a {
    color: #ffffff;
}

.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: inherit;
    margin-top: 8px;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 30px 15px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
}

.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: 3px solid #ffffff;
}
.about-top{
    padding: 40vh 0;
}
.mainmenu-area.affix {
    background-color: #e20900;
}
.box .box-icon img {
    width: auto;
    height: 250px;
}
.home .box .box-icon img {
    width: auto;
    max-height: 160px;
}

.dist-boxes .box .box-icon {
    height: 100px;
    width: auto;
    margin: 0 auto 30px;
}

.dist-boxes .box .box-icon img{
    height: 100px;
    width: auto;
}

.client-area,
.header-area {
   /* background: #000000 url('images/parallax-2.jpg') no-repeat scroll center center / cover;*/
}
.about-top {
   background: #000000 url('images/parallax-3.jpg') no-repeat scroll center center / cover;
}
.text-white{
    color: #fff !important;
    background: none;
        -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height:0;
    margin-bottom: 100px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:300px;
    width:100%;
    position:absolute;
}
.anlge-bg {
    z-index: 1;
    background: url('images/angle-bg.png') no-repeat scroll center bottom 0px / 100% auto;
}
.grad-bg {
    background: linear-gradient(90deg, rgb(83 28 171 / 82%) 0%, rgb(24 0 156 / 66%) 100%);
    background: linear-gradient(90deg, rgb(26 16 179 / 79%) 0%, rgb(13 81 140 / 71%) 100%);
    height: 100%;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.pad-it{
    padding: 10px;
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.header-text .button {
    margin-top: 30px;
}

.screen-slider .item {
/*    background: url('images/mobile2.png') no-repeat scroll center center / auto 100%;
    padding: 56px 22px;*/
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.caption-slider .carousel-indicators {
    position: static;
    margin: 0px auto 0px auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.single-team .team-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    text-transform: uppercase;
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #ffffff;
}

.single-team:hover .social-menu {
    bottom: 0;
}


.testimonial-area {
    background: url('images/elec.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
}

.testimonial-area:before {
    opacity: 0.9
}

.testimonial {
    text-align: center;
}

.testimonial .testimonial-photo {
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    position: relative;
}

.testimonial .testimonial-photo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}
.certificates img{
    max-width: 200px;
}
.certificates h4 {
background: #2b3f9e;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 10px 10px #0000002b;
    border-radius: 6px;
    min-height: 115px;
    text-align: center;
}
.certificates{
    background: url('images/winner.png') no-repeat scroll center center / cover;
        background-color: #d9eafc;
}
.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}
.pl-5{
    padding-left: 30px;
}
.cert-area {
    background: url('images/cert.jpg') no-repeat scroll center center / cover;
}
.cert-area-2 {
    /*background: url('images/cert-2.jpg') no-repeat scroll center center / cover*/
}
#founders .carousel-indicators {
    border-top: 1px solid rgb(226 9 0);
}
#founders .carousel-indicators li:before {
    background-color: #6148ca;
}
#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

.single-blog {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);

}

.single-blog h3 {
    font-size: 18px;
}


.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-blog .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog .blog-meta li span {
    margin-right: 5px;
}

.single-blog .blog-content {
    padding: 40px 20px;
    background-color: #ffffff
}

.footer-area {
    padding-top: 120px;
    z-index: 1;
}

.footer-bg {
    background: url('images/angle-bg.png') no-repeat scroll center bottom / 100% auto;
    z-index: -1;
}

.footer-top {
    margin-bottom: 150px;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
}

.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 3px;
}

.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
}

.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}



@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}