@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext);
@import url(/css/font-awesome.min.css);
@import url(/css/ionicons.min.css);
@import url(/css/mega-menu/mega_menu.min.css);
@import url(/css/owl-carousel/owl.carousel.min.css);
@import url(/css/magnific-popup.min.css);
@import url(/css/animate.min.css);
@import url(/css/mediaelementplayer.min.css);
@import url(/css/slick/slick.min.css);
@import url(/css/slick/slick-theme.min.css);
@import url(/css/jquery-ui.min.css);
@import url(/css/shortcodes.min.css);
@import url(/css/shop.css);

.iq-about3 ul,
.iq-clients .list-inline,
.no-gutters {
    margin-left: 0;
}

.blog-slider__button,
.iq-video1,
.link,
.m-link {
    text-decoration: none;
}

.contact-info li:last-child,
.video-box,
h1,
h3,
h6 {
    margin-bottom: 0;
}

h3,
h4 {
    line-height: 30px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body,
label {
    font-weight: 400;
    color: #000;
}

#loading,
h1,
h3,
h6 {
    margin-top: 0;
}

option,
select {
    padding-left: 10px;
}

.button,
a,
input,
textarea:focus {
    outline: 0 !important;
}

body {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 14px;
    overflow-x: hidden;
}

h1,
h2 {
    font-size: 36px;
}

a,
input {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #222;
}

.button {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #fff;
}

a:focus,
a:hover {
    color: #002b5b;
    text-decoration: none !important;
}

h1,
h6 {
    font-family: "Open Sans";
    font-weight: 400;
    color: #fff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    line-height: 55px;
}

.features-icon,
.iq-blog-entry.iq-blockquote.img .iq-entry-meta a:hover,
.iq-blog-entry.iq-blockquote.img .iq-entry-title h5 a:hover,
.iq-blog-entry.iq-blockquote.white .iq-entry-meta a:hover,
.iq-blog-entry.iq-blockquote.white .iq-entry-title h5 a:hover,
.iq-clients .iq-clients-blog ul li a:hover,
.iq-entry-meta li a:hover,
.iq-entry-title a:hover h5,
.iq-video1:hover i,
.owl-carousel.arrow-3 .owl-next:hover i,
.owl-carousel.arrow-3 .owl-prev:hover i,
h2 {
    color: #002b5b;
}

h3 {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

h4,
h5 {
    font-size: 24px;
}

h5 {
    line-height: 35px;
}

h6 {
    font-size: 20px;
    line-height: 26px;
}

.iq-entry-meta li {
    list-style: none !important;
    margin-left: 0;
    float: left;
    margin-right: 15px;
}

.label {
    color: #fff !important;
    font-size: 9px !important;
}

::-moz-selection {
    background: #002b5b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #002b5b !important;
    color: #fff;
    text-shadow: none;
}

.iq-hide,
.owl-carousel.arrow-1 {
    overflow: hidden;
}

.owl-carousel .owl-item img.img-full {
    width: 100% !important;
}

.blog-box .name-box,
.iq-form1,
ul.one-line {
    display: inline-block;
}

ul.one-line li {
    float: left;
    margin: 0 4px;
}

#chat-box,
.awesome-box1,
.blog-inner,
.iq-about,
.iq-about3,
.iq-blog-entry.iq-blockquote,
.iq-entry-image,
.parent {
    position: relative;
}

.footer1,
.header,
.iq-about4 .owl-carousel .owl-dots {
    position: absolute;
}

iframe {
    border: inherit;
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden !important;
    right: 0;
    z-index: 999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#loading-center img {
    width: 100px;
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
    z-index: 99;
    margin: auto;
    -webkit-animation: 4s linear infinite spin;
    -moz-animation: 4s linear infinite spin;
    animation: 4s linear infinite spin;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

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

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

#back-to-top {
    display: inline !important;
    opacity: 0;
    /* Initial opacity set to 0 to hide the button */
}

#back-to-top .top {
    margin: 0;
    color: #fff;
    background: #333;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 90px;
    transition: 0.3s ease-in-out;
}

#back-to-top .top:hover {
    background: #002b5b;
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

select,
textarea {
    border: 1px solid #e0e0e0;
    font-size: 14px;
    width: 100%;
}

.no-gutters {
    margin-right: 0;
    padding-left: 0;
}

select {
    background: 0 0;
    height: 45px;
    box-shadow: none;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    color: #626262;
}

option {
    background: #fff;
    border: 0 solid #626262;
    font-size: 14px;
}

input:focus {
    background: 0 0;
    border: 1px solid #002b5b;
    outline: 0;
}

textarea {
    background: 0 0;
    resize: vertical;
    color: #666 !important;
    padding: 10px;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

textarea:focus {
    background: 0 0;
    border: 1px solid #002b5b;
}

.form-control {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2f2f2f;
}

input::-webkit-input-placeholder {
    color: #d6d6d6;
}

input::-moz-placeholder {
    color: #d6d6d6;
}

input:-moz-placeholder {
    color: #d6d6d6;
}

input:-ms-input-placeholder {
    color: #d6d6d6;
}

.typo-style1 {
    border-left: 3px solid #002b5b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 0 6px 15px;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: "object-fit:cover; ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.iq-time-blog:hover .time:before {
    background: #222;
}

.child,
.header,
.iq-time-blog.dark:hover .time:before {
    background: #fff;
}

.owl-carousel.arrow-2:hover .owl-nav {
    opacity: 1;
}

.iq-blog-entry {
    margin-bottom: 20px;
}

.iq-blog-entry:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.heightImg1,
.heightImg3,
.iq-entry-image .owl-carousel .owl-item img,
.iq-entry-image img,
.iq-form2 .button {
    width: 100%;
}

.iq-entry-image .tag {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #002b5b;
    padding: 5px 10px;
    color: #fff;
    z-index: 9;
}

.iq-entry-image .tag i {
    margin-right: 5px;
}

.iq-entry-image .date {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #222;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    height: 60px;
    width: 60px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 10px;
    z-index: 9;
}

.iq-entry-image .date small {
    display: block;
}

.iq-blog-detail {
    padding: 15px;
    border: 1px solid #fafafa;
}

.iq-entry-title a h5 {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.about-us .contact-info,
.iq-entry-meta {
    display: inline-block;
    width: 100%;
}

.iq-entry-meta li a {
    color: #666;
    font-size: 15px;
}

.iq-entry-meta li:last-child {
    margin-right: 0;
}

.iq-blog-entry.iq-blockquote .iq-entry-content,
.iq-blog-entry.iq-blockquote .iq-entry-meta a,
.iq-blog-entry.iq-blockquote .iq-entry-title h5 a,
.iq-blog-entry.iq-blockquote.img .iq-entry-meta a,
.iq-blog-entry.iq-blockquote.img .iq-entry-title h5 a,
.iq-form3 .remember-checkbox label {
    color: #fff;
}

.iq-blog-entry.iq-blockquote .iq-entry-meta a:hover,
.iq-blog-entry.iq-blockquote .iq-entry-title h5 a:hover,
.iq-blog-entry.iq-blockquote.white .iq-entry-content,
.iq-blog-entry.iq-blockquote.white .iq-entry-meta a,
.iq-blog-entry.iq-blockquote.white .iq-entry-title h5 a {
    color: #222;
}

.iq-blog-entry.iq-blockquote .iq-blog-detail .date,
.iq-blog-entry.iq-blockquote .iq-blog-detail .tag {
    background: #fff;
    padding: 6px 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #222;
}

.iq-blog-entry.iq-blockquote.white {
    position: relative;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.iq-blog-entry.iq-blockquote.white .iq-blog-detail .date,
.iq-blog-entry.iq-blockquote.white .iq-blog-detail .tag {
    background: #002b5b;
    padding: 6px 15px;
    margin-bottom: 15px;
    display: inline-block;
    color: #fff;
}

.iq-blog-entry.iq-video .iq-blog-detail .date,
.iq-blog-entry.iq-video .iq-blog-detail .tag {
    background: #002b5b;
    color: #fff;
    padding: 6px 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.owl-carousel.arrow-1 .owl-nav,
.owl-carousel.arrow-1 .owl-nav .owl-next,
.owl-carousel.arrow-1 .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    cursor: pointer;
}

.iq-post-sidebar {
    height: 100%;
}

.iq-blog-entry .date,
.iq-blog-entry .tag {
    background: #002b5b;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
}

.video-box {
    height: 0;
    padding-bottom: 55.5%;
    position: relative;
    overflow: hidden;
}

.video-box iframe,
.video-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.iq-clients .iq-clients-blog ul li a {
    color: #333;
}

.iq-comment-list li {
    margin-top: 25px;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0;
    position: relative;
}

.iq-comment-list .iq-comments-media {
    padding: 15px 15px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

.iq-comment-list .iq-comments-media img {
    width: 85px;
}

.iq-comment-list li:last-child .iq-comments-media {
    border-bottom: none;
    padding-bottom: 0;
}

.iq-comment-list ul {
    padding-left: 60px;
}

.info-block img {
    width: 100px;
}

.iq-form2 .remember-checkbox input[type="checkbox"],
.iq-form3 .remember-checkbox input[type="checkbox"] {
    display: none;
}

.blog-contact .contact-form .section-field {
    width: 100%;
    float: left;
}

.blog-contact .contact-form textarea {
    min-height: 140px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}

.blog-contact .contact-form .section-field input {
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    clear: both;
    color: #333;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}

.blog-contact .contact-form .section-field input:focus,
.blog-contact .contact-form .section-field.textarea textarea:focus {
    border: 1px solid #002b5b;
    box-shadow: none;
    outline: 0;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel.arrow-1 .owl-nav {
    top: 50% !important;
    margin-top: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.owl-carousel.arrow-1 .owl-nav .owl-prev {
    width: auto;
    -webkit-transition: opacity 0.3s, left 0.3s;
    -moz-transition: opacity 0.3s, left 0.3s;
    -ms-transition: opacity 0.3s, left 0.3s;
    -o-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s;
}

.owl-carousel.arrow-1 .owl-nav .owl-next {
    width: auto;
    -webkit-transition: opacity 0.3s, right 0.3s;
    -moz-transition: opacity 0.3s, right 0.3s;
    -ms-transition: opacity 0.3s, right 0.3s;
    -o-transition: opacity 0.3s, right 0.3s;
    transition: opacity 0.3s, right 0.3s;
    right: 0;
    display: inline-grid;
}

.owl-carousel.arrow-1 .owl-nav i {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    background: rgba(34, 34, 34, 0.7);
    padding: 8px 20px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.owl-carousel.arrow-1 .owl-nav i:hover {
    background: #002b5b;
}

.owl-carousel.arrow-1 .owl-nav .owl-prev {
    left: 0;
    display: inline-grid;
}

.owl-carousel.arrow-2 .owl-nav {
    position: absolute;
    display: block;
    text-indent: inherit;
    margin-top: -22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
    opacity: 1;
    margin-right: 20px;
}

.owl-carousel.arrow-2 .owl-nav i {
    background: #fff;
    color: #002b5b;
    /* border: 1px solid #e3e3e3; */
    font-size: 20px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: -1px 6px 13px rgba(0, 0, 0, 0.1);
    display: inline-block;
    line-height: 42px;
    padding-left: 2px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.owl-carousel.arrow-2 .owl-nav i:hover,
.owl-carousel.arrow-4 .owl-nav i:hover {
    background: #ffffff;
    color: #b42929;
    border-color: #ffffff;
}

.owl-carousel.arrow-2 .owl-nav .owl-prev {
    position: absolute;
    display: block;
    cursor: pointer;
    width: auto;
    text-indent: inherit;
    left: 0;
    -webkit-transition: opacity 0.5s, left 0.5s;
    -moz-transition: opacity 0.5s, left 0.5s;
    -ms-transition: opacity 0.5s, left 0.5s;
    -o-transition: opacity 0.5s, left 0.5s;
    transition: opacity 0.5s, left 0.5s;
    margin-left: -60px;
}

.owl-carousel.arrow-2 .owl-nav .owl-next {
    position: absolute;
    display: block;
    cursor: pointer;
    width: auto;
    text-indent: inherit;
    right: 0;
    -webkit-transition: opacity 0.5s, right 0.5s;
    -moz-transition: opacity 0.5s, right 0.5s;
    -ms-transition: opacity 0.5s, right 0.5s;
    -o-transition: opacity 0.5s, right 0.5s;
    transition: opacity 0.5s, right 0.5s;
    margin-right: -60px;
}

@media only screen and (max-width: 600px) {
    .owl-carousel.arrow-2 .owl-nav .owl-prev {
        position: absolute;
        display: none !important;
        cursor: pointer;
        width: auto;
        text-indent: inherit;
        left: 0;
        -webkit-transition: opacity 0.5s, left 0.5s;
        -moz-transition: opacity 0.5s, left 0.5s;
        -ms-transition: opacity 0.5s, left 0.5s;
        -o-transition: opacity 0.5s, left 0.5s;
        transition: opacity 0.5s, left 0.5s;
        margin-left: 20px;
    }

    .owl-carousel.arrow-2 .owl-nav .owl-next {
        position: absolute;
        display: none !important;
        cursor: pointer;
        width: auto;
        text-indent: inherit;
        right: 0;
        -webkit-transition: opacity 0.5s, right 0.5s;
        -moz-transition: opacity 0.5s, right 0.5s;
        -ms-transition: opacity 0.5s, right 0.5s;
        -o-transition: opacity 0.5s, right 0.5s;
        transition: opacity 0.5s, right 0.5s;
        margin-right: 20px;
    }

    .iq-portfolio-02 .iq-portfolio-content {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        text-align: left;
        background: #ebebeb;
        padding: 30px;
        opacity: 0;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
    }
}

.owl-carousel.arrow-2:hover .owl-nav .owl-prev {
    margin-left: -60px;
}

.owl-carousel.arrow-2:hover .owl-nav .owl-next {
    margin-right: -60px;
}

.owl-carousel.arrow-3 .owl-next,
.owl-carousel.arrow-3 .owl-prev {
    float: left;
}

.owl-carousel.arrow-3 .owl-next i,
.owl-carousel.arrow-3 .owl-prev i {
    color: #ddd;
}

.owl-carousel.arrow-3 .owl-prev .fa-angle-left:before {
    content: "\f177";
    float: left;
}

.owl-carousel.arrow-3 .owl-next .fa-angle-right:before {
    content: "\f178";
    float: left;
    margin-left: 10px;
}

.owl-carousel.arrow-4 .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.owl-carousel.arrow-4 .owl-nav i {
    background: #222;
    color: #fff;
    font-size: 24px;
    width: 34px;
    height: 34px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.owl-carousel.arrow-4 .owl-next,
.owl-carousel.arrow-4 .owl-prev {
    float: left;
    margin-left: 6px;
}

.owl-carousel .owl-dots {
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.iq-about3 ul li {
    width: 32.88%;
    display: inline-block;
}

.iq-about3 ul li img {
    float: left;
    margin-right: 10px;
}

.iq-about3 ul li span {
    display: table;
    font-weight: 700;
    line-height: normal;
}

.iq-about3 ul li span b {
    display: block;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 0;
}

.iq-about4 {
    position: relative;
    margin-bottom: -243px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 53px 3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 53px 3px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 53px 3px rgba(0, 0, 0, 0.19);
}

.iq-about4 .owl-carousel .row {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.iq-about4 .owl-carousel.arrow-2 .owl-nav i:hover {
    background: #b42929;
    color: #fff;
    border-color: #b42929;
}

.iq-about5 .about-icon {
    font-size: 32px;
    line-height: 60px;
    width: 60px;
    display: inline-block;
    height: 60px;
    background: #002b5b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 0 0 10px rgba(57, 90, 168, 0.27);
    -moz-box-shadow: 0 0 0 10px rgba(57, 90, 168, 0.27);
    box-shadow: 0 0 0 10px rgba(57, 90, 168, 0.27);
}

.iq-clients-box2 .blog img,
.iq-form2 h6 {
    display: inline;
}

.iq-about5 .iq-contact {
    position: relative;
    font-size: 20px;
    display: inline;
}

.iq-about5 .iq-contact:before {
    content: "\f4b8";
    position: absolute;
    left: -40px;
    top: 0;
    font-size: 42px;
    font-family: Ionicons;
}

.awesome-box2 .bg-effect:before,
.awesome-box3 .bg-effect:before {
    background: 0 0;
    width: 80%;
    left: 10%;
    border: 10px solid #b42929;
    z-index: -1;
    content: "";
}

.iq-about5:hover .iq-contact:before {
    animation: 0.1s linear infinite vibrate;
    -moz-animation: 0.1s linear infinite vibrate;
    -webkit-animation: 0.1s linear infinite vibrate;
    -o-animation: 0.1s linear infinite vibrate;
}

@keyframes vibrate {

    0%,
    100%,
    50% {
        margin-left: 0;
    }

    25% {
        margin-left: -3px;
    }

    75% {
        margin-left: 3px;
    }
}

@-moz-keyframes vibrate {

    0%,
    100%,
    50% {
        margin-left: 0;
    }

    25% {
        margin-left: -3px;
    }

    75% {
        margin-left: 3px;
    }
}

@-webkit-keyframes vibrate {

    0%,
    100%,
    50% {
        margin-left: 0;
    }

    25% {
        margin-left: -3px;
    }

    75% {
        margin-left: 3px;
    }
}

@-o-keyframes vibrate {

    0%,
    100%,
    50% {
        margin-left: 0;
    }

    25% {
        margin-left: -3px;
    }

    75% {
        margin-left: 3px;
    }
}

.awesome-box1 .box-img1 {
    position: absolute;
    top: -140px;
    width: 400px;
    left: 180px;
}

.awesome-box1 .box-img2 {
    position: absolute;
    left: -50px;
    width: 250px;
    top: -100px;
}

.awesome-box1 .box-img3 {
    position: absolute;
    left: 48px;
    top: -50px;
}

.awesome-box1 .box-img4 {
    position: absolute;
    left: 580px;
    top: 100px;
}

.awesome-box1 .box-img5 {
    position: absolute;
    left: 75px;
    top: 200px;
}

.awesome-box2 .boder-img img {
    z-index: 9;
}

.awesome-box2 .bg-effect,
.awesome-box3 .bg-effect {
    position: relative;
    z-index: 0;
    margin-top: -20px;
}

.awesome-box2 .bg-effect:before {
    height: 80%;
    position: absolute;
    top: 40px;
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

100% {
    transform: translateY(0);
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

50% {
    -moz-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 1;
}

.awesome-box3 .bg-effect:before {
    height: 130%;
    position: absolute;
    top: -50px;
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-moz-keyframes fadebounce {

    0%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -moz-transform: translateY(4px);
        transform: translateY(4px);
        opacity: 1;
    }
}

@-webkit-keyframes fadebounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        opacity: 1;
    }
}

@-o-keyframes fadebounce {

    0%,
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -o-transform: translateY(4px);
        transform: translateY(4px);
        opacity: 1;
    }
}

@-ms-keyframes fadebounce {

    0%,
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -ms-transform: translateY(4px);
        transform: translateY(4px);
        opacity: 1;
    }
}

@keyframes fadebounce {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(4px);
        opacity: 1;
    }
}

.awesome-box4 {
    position: relative;
    padding: 60px 0;
}

.awesome-box4 .box-img1 {
    position: absolute;
    bottom: -150px;
    right: -150px;
}

.awesome-box4 .box-img2 {
    position: absolute;
    bottom: 0;
    left: -120px;
    width: 350px;
}

.awesome-box4 .box-img3 {
    position: absolute;
    right: -70px;
    top: 30px;
}

.awesome-box4 .box-img4 {
    position: absolute;
    right: 400px;
    bottom: 0;
}

.awesome-box4 .box-img5 {
    position: absolute;
    left: 150px;
    bottom: 0;
}

.awesome-box4 .box-img6 {
    position: absolute;
    left: -30px;
    top: -30px;
}

.main-title small {
    background: #002b5b;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
}

.contact-info li {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.iq-clients .iq-clients-blog ul li a i,
.iq-form2 h6 {
    font-size: 18px;
}

.action-box1 {
    padding: 40px 0;
    position: relative;
    display: block;
}

.action-box1:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid #002b5b;
    border-left: 30px solid transparent;
    position: absolute;
    z-index: 9;
    bottom: -40px;
    left: 20%;
}

.iq-down-bg {
    position: relative;
    width: 144px;
    height: 36px;
    left: 50%;
    top: -74px;
    margin-left: -72px;
}

.iq-down-arrow {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 36px;
    color: #fff;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: fadebounce;
    outline: 0;
    display: inline-block;
    z-index: 99;
    text-align: center;
}

.iq-clients-box {
    display: inline-block;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.iq-clients-box ul li {
    width: 33.33%;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    float: left;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.iq-clients-box ul li.small {
    width: 25%;
}

.iq-clients-box ul li:nth-child(3n) {
    border-righ: 1px solid #f2f2f2;
}

.iq-clients-box2 .blog {
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.iq-clients-box2 .blog a {
    padding: 15px;
    width: 100%;
}

.iq-clients .iq-clients-blog {
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.iq-clients .iq-clients-blog .grey-bg {
    background: #eee;
}

.iq-clients .iq-clients-blog ul {
    background: #eee;
    padding: 10px 6px;
}

.iq-clients .iq-clients-blog ul li {
    margin: 0 5px;
    display: inline-block;
    list-style: none;
    padding: 0;
}

.iq-clients .iq-clients-blog:hover {
    border: 1px solid #002b5b;
}

.iq-clients .iq-clients-blog ul.media-box {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}

.event .iq-accordion .card {
    border: none;
    margin-bottom: 10px;
}

.event .iq-accordion .card-header {
    position: relative;
    padding: 0;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
    background-color: #f5f5f5;
    display: block;
    text-align: left;
    color: #222;
    text-decoration: none;
    border: none;
}

.event .iq-accordion .card-header button,
.name {
    font-weight: 600;
}

.event .iq-accordion .card-header button:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
}

.event .iq-accordion .card-header button.collapsed:after {
    content: "\f107";
}

.event .iq-accordion .card-header>i {
    margin-right: 16px;
}

.event .iq-accordion .card-body {
    border: 1px solid #fff;
}

.iq-video1 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
}

.event .iq-accordion span {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.event .iq-accordion span i {
    margin-right: 10px;
}

.iq-form3 .button {
    width: 100%;
    text-align: center;
}

.iq-form1 form {
    padding: 0;
    margin: 0;
}

.iq-form1 form .form-control {
    height: 45px;
    border: 1px solid #ddd;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    margin: 10px 20px 10px 0;
    font-size: 16px;
}

.iq-form2 {
    background: #fff;
    padding: 30px;
    position: absolute;
    width: 100%;
    top: -590px;
}

.iq-form2 h3 {
    line-height: 50px;
    margin-top: 10px;
}

.iq-form2 h6 {
    background: #002b5b;
    color: #fff;
    font-weight: 500;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.iq-form2 .form-group {
    position: relative;
    margin-top: 25px;
}

.iq-form2 .form-group label {
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.iq-form2 .form-group .form-control {
    background: 0 0;
    border: 1px solid #b6b6b6;
    color: #222;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 40px 0 20px;
}

.iq-form2 .form-group i {
    color: #b6b6b6;
    position: absolute;
    right: 18px;
    top: 37px;
    font-size: 24px;
}

.iq-form2 .remember-checkbox label,
.iq-form3 .remember-checkbox label {
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.iq-form2 .remember-checkbox a,
.iq-form3 .remember-checkbox a {
    color: #1e50e2;
}

.iq-form2 .remember-checkbox label:before,
.iq-form3 .remember-checkbox label:before,
label:after {
    position: absolute;
    top: -3px;
    left: 0;
    padding-left: 2px;
    font-family: FontAwesome;
    font-size: 17px;
}

.iq-form2 .remember-checkbox label:before {
    border: 2px solid #002b5b;
    content: "";
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.iq-form2 .remember-checkbox label:after {
    content: "\f00c";
    max-width: 0;
    opacity: 0.5;
    overflow: hidden;
    color: #002b5b;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
}

.iq-form2 .remember-checkbox input[type="checkbox"]:checked+label:after,
.iq-form3 .remember-checkbox input[type="checkbox"]:checked+label:after {
    max-width: 25px;
    opacity: 1;
}

.iq-form3 {
    padding: 20px 30px;
    width: 100%;
    position: relative;
    top: -80px;
}

.iq-form3.no-top {
    top: 0;
}

.iq-form3 .form-control {
    background: #fff;
    border: none;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
}

.iq-form3 textarea {
    min-height: 100px;
}

.iq-form3 .remember-checkbox label:before {
    border: 2px solid #fff;
    content: "";
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.iq-form3 .remember-checkbox label:after {
    content: "\f00c";
    max-width: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
}

.iq-form3 p {
    font-size: 13px;
    line-height: 20px;
}

.iq-video1 {
    background: #fff;
    font-size: 32px;
    line-height: 70px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    z-index: 1;
    color: #002b5b;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
    padding-left: 8px;
}

.iq-video1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.iq-video1:hover {
    background: #fff;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    color: #fff;
}

.iq-video1:hover:after {
    -webkit-animation: 1.3s ease-out 75ms sonarEffect;
    -moz-animation: 1.3s ease-out 75ms sonarEffect;
    animation: 1.3s ease-out 75ms sonarEffect;
}

.iq-video1:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #002b5b,
            0 0 0 10px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #002b5b,
            0 0 0 10px rgba(255, 255, 255, 0.1);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #002b5b,
            0 0 0 10px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #002b5b,
            0 0 0 10px rgba(255, 255, 255, 0.1);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #002b5b,
            0 0 0 10px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #002b5b,
            0 0 0 10px rgba(255, 255, 255, 0.1);
        transform: scale(1.5);
        opacity: 0;
    }
}

.iq-time-blog,
.iq-time-blog .time:before {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
}

.iq-time-blog {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 40px 5px 50px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    transition: 0.5s ease-out;
}

.iq-time-blog:hover {
    background: #fff;
    color: #222;
}

.iq-time-blog .day {
    font-size: 20px;
}

.iq-time-blog .time {
    position: relative;
    padding-top: 15px;
    top: 20px;
    font-size: 13px;
}

.iq-time-blog .time:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: 0;
    transition: 0.5s ease-out;
}

.iq-time-blog.dark {
    border: 1px solid #002b5b;
    color: #222;
    background: rgba(57, 90, 168, 0);
}

.iq-time-blog.dark:hover {
    border: 1px solid #002b5b;
    color: #fff;
    background: #395aa8;
}

.iq-time-blog.dark .time:before {
    position: absolute;
    content: "";
    background: #222;
    height: 2px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: 0;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

@keyframes star {
    0% {
        opacity: 0;
        transform: scale(1.5) translateY(-0.75em);
    }

    20% {
        opacity: 1;
    }

    89% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: translateZ(-1000em);
    }
}

@keyframes wars {
    0% {
        opacity: 0;
        transform: scale(1.5) translateY(0.5em);
    }

    20% {
        opacity: 1;
    }

    90% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: translateZ(-1000em);
    }
}

@keyframes spin-letters {

    0%,
    10% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    30% {
        opacity: 1;
    }

    70%,
    86% {
        transform: rotateY(0);
        opacity: 1;
    }

    100%,
    95% {
        opacity: 0;
    }
}

@keyframes move-byline {
    0% {
        transform: translateZ(5em);
    }

    100% {
        transform: translateZ(0);
    }
}

.particles-bg {
    position: relative;
    overflow: hidden;
}

.iq-robot img {
    margin-left: 50px;
    width: 85%;
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -ms-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-moz-keyframes fadebounce {

    0%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -moz-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }
}

@-webkit-keyframes fadebounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }
}

@-o-keyframes fadebounce {

    0%,
    100% {
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }
}

@-ms-keyframes fadebounce {

    0%,
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }
}

@keyframes fadebounce {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(20px);
        opacity: 1;
    }
}

@keyframes moving-images {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -9999px;
    }
}

@-moz-keyframes moving-images {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -9999px;
    }
}

@-webkit-keyframes moving-images {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -9999px;
    }
}

@-o-keyframes moving-images {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -9999px;
    }
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio-inline input[type="radio"] {
    margin-left: 60%;
}

.blog-box {
    border: 1px solid #ececec;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 32px 0 rgba(199, 199, 199, 0.63);
    -moz-box-shadow: 0 0 32px 0 rgba(199, 199, 199, 0.63);
    box-shadow: 0 0 32px 0 rgba(199, 199, 199, 0.63);
    display: inline-block;
}

.hades .tp-bullet,
.hades .tp-bullet-image {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
}

.blog-box img {
    width: 50px;
    margin-top: 10px;
    float: left;
}

.hades.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}

.hades .tp-bullet {
    width: 3px;
    height: 3px;
    background: #7f7f7f;
    cursor: pointer;
    border: 5px solid #fff;
    box-sizing: content-box;
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
}

.hades .tp-bullet.selected,
.hades .tp-bullet:hover {
    background: #565656;
    border-color: #fff;
}

.hades .tp-bullet-image {
    top: -80px;
    left: 0;
    width: 120px;
    height: 60px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: rotatex(-90deg) translatex(-50%);
    -webkit-transform: rotatex(-90deg) translate(-50%);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}

.hades .tp-bullet:hover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: rotatex(0) translatex(-50%);
    -webkit-transform: rotatex(0) translatex(-50%);
    visibility: visible;
}

#rev_slider_10_1 .uranus .tp-bullet {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    background: 0 0;
    width: 15px;
    height: 15px;
}

#rev_slider_10_1 .uranus .tp-bullet.selected,
#rev_slider_10_1 .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #fff;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
}

#rev_slider_10_1 .uranus .tp-bullet-inner {
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

#rev_slider_10_1 .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_10_1 .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: #fff;
}

.hades .tp-arr-allwrapper {
    position: absolute;
    left: 100%;
    top: 0;
    background: #888;
    width: 100px;
    height: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.hades:hover .tp-arr-allwrapper {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotatey(0);
    transform: rotatey(0);
}

.hades .tp-arr-imgholder {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 184px;
}

.img-border {
    border: 1px solid #000;
    padding: 2px;
}

.industry-background {
    background-color: rgba(0, 0, 0, 0.8);
}

.col img {
    width: 100%;
    height: 100%;
}

.web-design {
    background-color: #f2f2f2;
    min-height: 100vh;
    font-family: "Fira Sans", sans-serif;
    display: flex;
}

.blog-inner {
    max-width: 800px;
    padding: 20px;
    margin: auto;
    text-align: center;
}

.blog-slider {
    width: 95%;
    background: #fff;
    padding: 25px;
    border-radius: 25px;
    transition: 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

.blog-slider__item,
.h-child {
    display: flex;
    align-items: center;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    box-shadow: 4px 13px 30px 1px rgba(26, 168, 226, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
    background: #fff;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    opacity: 0.8;
    height: 400px;
}

.blog-slider__img img {
    height: 50%;
    width: 100%;
    border-radius: 20px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }

    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }

    .blog-slider__img {
        transform: translateY(-50%);
    }

    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 14px 80px rgba(252, 56, 56, 0.4);
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }

    .blog-slider__button {
        width: 100%;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.flex li {
    flex: 1 1 200px;
    margin: 10px;
}

.text-green {
    color: #002b5b !important;
}

.button-align {
    float: right;
    margin-right: 0;
}

@media only screen and (max-width: 600px) {
    .button-align {
        float: left;
        margin-right: 0;
    }
}

@media only screen and (min-width: 600px) {
    .button-align {
        float: left;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .button-align {
        float: left;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .button-align {
        float: right;
        margin-right: 0;
    }
}

.pdf {
    padding: 16px 25px !important;
    font-size: 22px !important;
}

.general:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.5s;
    z-index: 1;
}

.marginHeader {
    margin-top: 140px !important;
}

.pp-2 {
    padding: 20px;
}

@media only screen and (max-width: 940px) and (min-width: 200px) {
    .marginHeader {
        margin-top: 70px !important;
    }

    .fonth1 {
        font-size: 20px;
    }

    .fontp {
        font-size: 12px;
        margin-top: -20px;
    }

    .respbutton {
        font-size: 12px;
        padding: 8px 12px;
        margin-top: -12px;
    }

    .pp-2 {
        padding: 10px;
        margin: 10px;
    }

    .imgheight {
        height: 275px !important;
    }

    .w-40 {
        width: 30% !important;
    }

    .w-30 {
        width: 20% !important;
    }

    .h2-mb {
        margin-bottom: 0px !important;
    }

    .h3-text {
        line-height: 12px !important;
        margin-top: 0px !important;
    }

    .padding-10 {
        padding: 0px 10px !important;
        font-size: 9px !important;
    }
}

.imgheight {
    height: 460px;
}

.padding-3 {
    padding: 0 0 4px 40px !important;
    margin-top: 36px !important;
}

.fs {
    font-size: 30px !important;
}

#contact_message2::placeholder {
    color: #cfcfcf;
}

.text {
    font-size: 65px;
    font-weight: 800;
    color: #5f9ea0;
    margin: 0;
}

.parent {
    height: 100%;
    padding: 0 7rem;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 1rem;
}

.child,
.footer1,
.header {
    width: 16rem;
}

.child {
    box-shadow: 0 0 2px salmon;
    border-radius: 15px;
    height: 30rem;
    margin: auto;
}

.header img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 0.5rem;
    border: 1px solid #e7e7e7;
    padding: 5px;
}

.header {
    top: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 1;
    box-shadow: 0 0 2px #afafaf;
}

.header span {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.footer1 {
    background: #fff;
    border-bottom-right-radius: 15px;
    bottom: 0;
    border-bottom-left-radius: 15px;
    color: #cd5c5c;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 3px #999;
}

#chat-box {
    top: 54px;
    padding: 8px 10px;
    font-size: 12px;
    height: 24.2rem;
    overflow: auto;
    background: #e0f1fd;
    text-align: center;
}

.test {
    text-align: right;
    margin: 20px 0;
}

.link {
    text-align: center;
    display: block;
    color: #f0f8ff !important;
    background: #8a2be2;
}

.link:active {
    background: #fff;
    color: #8a2be2;
    border: 1px solid #8a2be2;
}

.default {
    cursor: default;
}

.marginmain {
    margin-top: 140px !important;
}

.pppp-3 {
    padding: 1rem !important;
}

.justify-content {
    justify-content: end;
    padding-right: 12px;
}

.ml-4 {
    margin-left: -40px;
}

@media only screen and (max-width: 900px) and (min-width: 200px) {
    .fs {
        font-size: 16px !important;
    }

    .marginmain {
        margin-top: 82px !important;
    }

    .padding-3 {
        padding: 0 !important;
    }

    .heightImg1,
    .heightImg2,
    .heightImg3 {
        width: 30% !important;
    }

    .heightImg4 {
        width: 20% !important;
    }

    .display {
        display: block;
    }

    .pppp-3 {
        padding: 0px !important;
        height: 240px !important;
    }

    .justify-content {
        justify-content: start;
        padding-left: 12px !important;
    }

    .ff-12 {
        font-size: 12px;
    }
}

.btn-red {
    background-color: #b42929 !important;
}

.heightImg2 {
    width: 85%;
}

.heightImg4 {
    width: 55%;
}

.border-inside {
    outline: 68px solid white;
    outline-offset: -34px;
}

::placeholder {
    color: rgb(221, 221, 221) !important;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.img1 {
    background-image: url("images/banner/22.webp");
}

@media only screen and (max-width: 600px) {
    .clientImg {
        width: 50% !important;
    }

    .iq-breadcrumb3 {
        padding: 120px 0 120px;
    }
}

.iq-colorbox {
    background-color: #0077b5;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    border-radius: 10%;
    /* writing-mode: vertical-rl;
    text-orientation: upright; */
    right: -300px;
    color: #ffffff;
    z-index: 99999;
    height: auto;
    -webkit-box-shadow: -2px 0 45px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 0 45px -4px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 0 45px -4px rgba(0, 0, 0, 0.15);
    /* -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite; */
}

.iq-colorbox.color-fix {
    box-shadow: none;
}

.iq-colorbox a.color-full {
    position: absolute;
    top: 50%;
    right: 300px;
    background: #0077b5;
    width: 45px;
    border-radius: 10%;
    /* writing-mode: vertical-rl;
    text-orientation: upright; */
    height: auto;
    line-height: 45px;
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
    /* -webkit-animation: glowing 1300ms infinite; */
    /* -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite; */
}

@-webkit-keyframes glowing {
    0% {
        background-color: #016499;
        /* -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05), -2px -2px 4px 0px rgba(0, 0, 0, 0.05) inset;; */
    }

    50% {
        background-color: #2393cf;
        /* -webkit-box-shadow: 0 0 3px #1571a3; */
    }

    100% {
        background-color: #016499;
        /* -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05), -2px -2px 4px 0px rgba(0, 0, 0, 0.05) inset;; */
    }
}

@keyframes glowing {
    0% {
        background-color: #016499;
        /* box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05), -2px -2px 4px 0px rgba(0, 0, 0, 0.05) inset;; */
    }

    50% {
        background-color: #2393cf;
        /* box-shadow: 0 0 3px #1571a3; */
    }

    100% {
        background-color: #016499;
        /* box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05), -2px -2px 4px 0px rgba(0, 0, 0, 0.05) inset;; */
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .imgheight {
        height: 100%;
    }
}

.custom-selection::selection {
    color: #002b5b !important;
    background: white !important;
}

.custom-selection ::-moz-selection {
    /* Code for Firefox */
    color: #002b5b;
    background: white;
}

.transition-animation {
    top: 75%;
    left: 33.7%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 2220px) and (min-width: 1820px) {
    .transition-animation {
        top: 75%;
        left: 32%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 1820px) and (min-width: 1440px) {
    .transition-animation {
        top: 75%;
        left: 33.5%;
        transform: translate(-50%, -50%);
    }
}


input[type="date"]::-webkit-calendar-picker-indicator {
    /* //display: none; */
    /* //-webkit-appearance: none; */
    width: 20px;
    color: #b42929 !important;
    margin-right: 12px;
}

.time-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 15px;
    margin-right: 12px;
    /* Replace 'path_to_your_icon.png' with the path to your custom icon */
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding-right: 20px;
    /* Adjust as needed to ensure the icon is properly aligned */
}

.time-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    background-color: #fff;
    /* Add any additional styles you want */
}

/* Add hover and focus styles if desired */
.time-select:hover,
.time-select:focus {
    border-color: #999;
}


@media screen and (min-width: 1920px) {
    .img2 {
        width: 18% !important;
        right: 350px !important;
    }

    .img23 {
        width: 35% !important;
        right: 150px !important;
    }

    .img24 {
        width: 14% !important;
        right: 350px !important;
    }

    .img25 {
        width: 26% !important;
        right: 350px !important;
    }

    .img26 {
        width: 25% !important;
        right: 350px !important;
    }

    .img27 {
        width: 10% !important;
        right: 350px !important;
    }

    .img28 {
        width: 32% !important;
        right: 250px !important;
    }
}




/* Isotope 
================== */
.isotope {
    overflow: hidden;
}

/* Isotope filter 
  ================== */
.isotope-filter {
    padding: 20px 1.2%;
    text-align: center;
}

ul.isotope-filter-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.isotope-filter-links>li {
    display: inline-block;
    margin: 0 8px;
}

ul.isotope-filter-links>li:first-child {
    margin-left: 0;
}

ul.isotope-filter-links>li:last-child {
    margin-right: 0;
}

ul.isotope-filter-links>li>a {
    position: relative;
    display: block;
    padding: 3px 0;
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

ul.isotope-filter-links>li>a:hover {
    color: #2671ca;
}

ul.isotope-filter-links>li>a.active {
    color: #2671ca;
    border-bottom: 2px solid #2671ca;
}

/* Isotope items wrap
  ====================== */
.isotope-items-wrap {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Isotope item 
  =================== */
.isotope-item {
    float: left;
    width: 33.33333333%;
    height: auto;
    box-sizing: border-box;
    padding: 1.2%;
}

/* Box 
  ================== */
.box {
    padding-bottom: 65%;
    background-color: #2671ca;
    color: #fff;
}

.height-2 .box {
    padding-bottom: 130%;
}

.box-red {
    background-color: red;
}

.box-green {
    background-color: green;
}

.box-blue {
    background-color: blue;
}

.box-purple {
    background-color: purple;
}

/* Isotope pager
  ================== */
.isotope-pager {
    padding: 30px 15px;
    text-align: center;
}

.isotope-pager .pager {
    display: inline-block;
    background-color: #222;
    margin: 3px;
    padding: 3px 8px;
    text-decoration: none;
    color: #FFF;
}

.isotope-pager .active {
    background-color: #2671ca;
}


.bg-blue {
    background-color: #002b5b !important;
}

.text-blue {
    color: #002b5b !important;
}

.text-white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.banner_img_css {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.animation-1s {
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.fs-36 {
    font-size: 36px;
}

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px !important;
}

.icon-item {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 500;
    z-index: 0;
    animation: blink 1.5s infinite;
  }

  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
  }


  /* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.7;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.7;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.7;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.7;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.height-sm{
        height: 329px !important;
    }

@media only screen and (min-width: 200px) and (max-width: 768px){
    .height-sm{
        height: 85vh !important;
    }
}