@import url('https://fonts.googleapis.com/css?family=Poppins: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=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('css/media.css');

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/*body {*/
/*    -webkit-user-select: none; */
/*    -moz-user-select: none;    */
/*    -ms-user-select: none;    */
/*    user-select: none;         */
/*}*/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
    font-family:  emoji;
    font-size: 17px;
    color: #333;
}

input {
    outline: none;
    font-family: 'Poppins', sans-serif;
    outline: none;
}

span {
    font-family: 'Poppins', sans-serif;
}

li {
    font-family: 'Poppins', sans-serif;
}

select {
    font-family: 'Poppins', sans-serif;
    outline: none;
}

a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

* {
    box-sizing: border-box;
}

/*css*/
header {
    padding: 8px 0px;
    background-color: #3085D9;
    background: linear-gradient(to right, #864de6, #33195c);
}

.social-link-top li {
    display: inline-block;
    margin-right: 6px;
}

.social-link-top img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.social-link-top img:hover {
    position: relative;
    bottom: 5px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.mail-with-phone ul {
    float: right;
}

.mail-with-phone li {
    display: inline-block;
    margin-left: 18px;
}

.mail-with-phone a {
    color: #fff;
    font-weight: normal;
}

.mail-with-phone img {
    width: 12%;
    margin-right: 8px;
    transition: 0.5s;
}

a.hide-desk {
    pointer-events: none;
}

.sticky {
    padding: 7px 0px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    z-index: 999999;
}

.sticky.fixed {
    position: fixed;
    top: 0;
    background-color: #fff;
    transition all: 200s;
    z-index: 99999999999;
    width: 100%;
    transition: 0.5s;
}

nav#main-menu img {
    margin-bottom: 10px;
}

#carousel-example-generic {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    background: url(images/banner-new.jpg) no-repeat;
    background-size: 100%;
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, #33195c, #864de6);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

a.slider-btn {
    background: #2d8cd6;
    padding: 12px 15px 12px 15px;
    color: #fff;
}

.carousel-caption p {
    padding-bottom: 15px;
    width: 100%;
    line-height: 26px;
    color: #fff;
    text-align: left;
    width: 80%;
}

.carousel-indicators li {
    border-radius: 0px;
}

.carousel-indicators .active {
    background-image: linear-gradient(to right, #2e89d6, #0dbdb4);
}

a.left.carousel-control {
    background: none;
    z-index: 9999999;
}

a.right.carousel-control {
    background: none;
    z-index: 9999999;
}

.carousel-control.left {
    background-image: none !important;
    background-repeat: repeat-x;
}

.carousel-indicators {
    bottom: 35px;
    display: none;
}

.about-section {
    padding: 70px 0px 20px 0;
    position: relative;
    z-index: 9999;
}

.about-section h1 {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 50px;
    position: relative;
}

.section-bg img {
    position: absolute;
    opacity: 0.5;
}

.img-about img {
    width: 100%;
}

.about-content h2 {
    padding-bottom: 18px;
    font-size: 22px;
}

.about-content p {
    line-height: 27px;
    color: #201d1d;
    padding-bottom: 25px;
    text-align: justify;
}

.pulse {
    animation: 3s linear infinite;
    transform-origin: 50% 50%;
}

a.about-btn {
    padding: 12px 30px;
    text-transform: capitalize;
    background: linear-gradient(to right, #864de6, #33195c);
    color: #fff;
}

.logo-here img {
    position: relative;
    top: 5px;
}

.section-bg h1::before {
    background: url(images/section-shape.png)no-repeat !important;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 46%;
    top: 50px;
}

a.slider-btn {
    z-index: 9999999999;
}

.services-box img {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.services-box.active-services {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
    padding: 18px 15px 20px 15px;
    text-align: center;
    background-color: #fff;
}

.services-content h3 {
    padding-bottom: 12px;
}

a.services-btn {
    padding: 8px 15px 8px 15px;
    background-color: #3085D9;
    background: linear-gradient(to bottom right, #01C9FC, #0D3FA2);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.services-content p {
    padding-bottom: 15px;
}

section.services-section {
    padding: 70px 0;
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
}

.services-box h3 {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 50px;
    position: relative;
    font-size: 36px;
}

.services-box h3:after {
    background: url(images/section-shape.png)no-repeat;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 46%;
    top: 48px;
}

.services-content span {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 80px;
}

.shap_style.ss_2:before {
    background-image: linear-gradient(to top, white, #f3edff, #edd9fc, #ebc4f5, #edaeea, #edaeea, #edaeea, #edaeea, #ebc4f5, #edd9fc, #f3edff, white);
}

.shap_style:before {
    content: "";
    position: absolute;
    right: 60px;
    transform: translateX(-50%);
    background-image: linear-gradient(to top, white, #eae7ff, #d4cfff, #bcb8ff, #a2a2ff, #a2a2ff, #a2a2ff, #a2a2ff, #bcb8ff, #d4cfff, #eae7ff, white);
    width: 2px;
    height: 100%;
    display: block;
}

.shap_style.ss_2 span {
    background-image: -moz-linear-gradient(135deg, #33195c 0%, #864de6 100%);
    background-image: -webkit-linear-gradient(135deg, #33195c 0%, #864de6 100%);
    background-image: -ms-linear-gradient(135deg, #33195c 0%, #864de6 100%);
    border-color: #f2ecfd;
}

.shap_style span {
    background-image: -moz-linear-gradient(135deg, #0ebdb5 0%, #2e89d7 100%);
    background-image: -webkit-linear-gradient(135deg, #0ebdb5 0%, #2e89d7 100%);
    background-image: -ms-linear-gradient(135deg, #0ebdb5 0%, #2e89d7 100%);
    height: 24px;
    width: 24px;
    position: absolute;
    right: 51px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: 5px solid #e2e5fd;
    animation: pulseBig 2s infinite;
}

.shap_style:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background-image: linear-gradient(to right, white, #2e89d7, #2e89d7, #bcb8ff, #a2a2ff, #a2a2ff, #a2a2ff, #a2a2ff, #bcb8ff, #d4cfff, #eae7ff, white);*/
    height: 2px;
    width: 100%;
    display: block;
}

.shap_style.ss_2:after {
    background-image: linear-gradient(to right, white, #2e89d7, #2e89d7, #2e89d7, #2e89d7, #2e89d7, #2e89d7, #2e89d7, #2e89d7, #2e89d7, #2e89d7, white);
}

.shap_style {
    width: 210px;
    height: 130px;
    position: absolute;
    right: 22px;
    z-index: 99999;
}

.tidings_blog_area .shap_style {
    left: auto;
    right: 0;
    top: 0;
}

.full-width-conetent {
    padding: 70px 0px;
    position: relative;
    background: url(images/bg-metter.jpg);
}

.form-title h5 {
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 40px;
    position: relative;
    font-size: 30px;
    color: #fff;
}

.form-title h5:after {
    background: url(images/section-shape.png)no-repeat;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 0px;
    top: 45px;
    z-index: -999;
}

.form-title {
    padding-bottom: 30px;
}

.home-filed input {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border: none;
    border-bottom: 2px solid #ccc;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.home-filed select {
    width: 100%;
    margin-bottom: 25px;
    height: 45px;
    outline: none;
    border: none;
    border-bottom: 2px solid #ccc;
    color: #777;
    font-family: 'Poppins', sans-serif;
    padding-left: 15px;
}

.submit-btn input {
    background-color: #fff;
    color: #000;
    border: none;
    width: 20%;
    height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.submit-btn input:hover {
    color: #000;
}

.bounce {
    animation: 2.6s ease infinite;
    transform-origin: 50% 50%;
}

.section-bg.form-title p {
    color: #fff;
}

section.home-form {
    margin-top: 10px;
    padding: 70px 0 85px 0;
    position: relative;
    background: url(images/get-touch.jpg)no-repeat;
    background-position: -12px 0;
    background-color: #0c4aa9;
    background-size: cover;
    background-position: 50% 50%;
}

.full-width-heading span {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 80px;
    color: #fff;
}

.full-width-heading {
    text-align: center;
    line-height: 54px;
    font-size: 25px;
}

.full-width-heading h4 {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 20px;
    position: relative;
    font-size: 36px;
    color: #fff;
}

.full-width-heading h4:after {
    background: url(images/section-shape.png)no-repeat;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 45%;
    ;
    top: 45px;
}

.fadeIn {
    animation: 2s linear infinite;
}

.para-short p {
    width: 78%;
    text-align: justify;
    position: relative;
    left: 12%;
    margin-bottom: 20px;
    color: #fff;
}

svg.section_special_icon.top_left {
    position: absolute;
    left: 0px;
    top: -70px;
}

/*.after-before:after{background: url(images/opacity.png)no-repeat;    content: '';  position: absolute;    width: 55%;    height: 500px;    left: 37%;    opacity: 0.1;}*/
.fadeInLeftBig {
    animation: 5s infinite alternate;
    transform-origin: 50% 50%;
}

footer:after {
    content: '';
    position: absolute;
    width: 100%;
}

footer {
    background-color: #3085D9;
    background: linear-gradient(to right, #864de6, #33195c);
    padding: 50px 0px 50px 0;
    position: relative;
}

footer::after {
    content: '';
    background: url(images/wave.png)no-repeat;
    position: absolute;
    width: 100%;
    background-size: cover;
    bottom: 375px;
    height: 110px;
    z-index: 999;
}

.fist-child a {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 52px;
}

.fist-child p {
    color: #fff;
    padding-bottom: 18px;
    line-height: 22px;
    text-align: justify;
}

a.footer-btn {
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 6px 12px 6px 12px;
    line-height: inherit;
}

.widget span {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 58px;
}

.bg-type {
    padding-top: 22px;
    padding-bottom: 15px;
    background: url(images/bg-counter.png)repeat;
    background-size: cover;
}

/*.bg-type:after {background: url(images/graphics.png)repeat;  content: '';    position: absolute;    width: 100%;    height: 100%;   left: 0%;    opacity: 1;}*/
.widget ul li a {
    color: #fff;
    line-height: 28px;
    transition: 0.5s;
}

.widget ul li a:hover {
    padding-left: 5px;
    color: #864de6;
}

.copy-right {
    padding: 15px 0px;
    float: left;
    width: 100%;
    position: relative;
}

.footer-social-links ul {
    float: right;
}

.copy-right {
    background-color: #3085D9;
    background: linear-gradient(to top, #864de6, #33195c);
}

.copy-right p {
    color: #fff;
    position: relative;
}

.copy-right a {
    color: #fff;
}

section.testimonial {
    padding: 50px 0px 300px 0px;
    position: relative;
    background: #f9f9f9;
}

.client-title h6 {
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 40px;
    position: relative;
    font-size: 36px;
}

.client-title h6:after {
    background: url(images/section-shape.png)no-repeat;
    content: '';
    position: absolute;
    width: 100%;
    height: 209px;
    left: 0px;
    top: 45px;
}

.client-bg {
    position: absolute;
    background: url(images/client-feedback.png)no-repeat;
    content: "";
    width: 52%;
    height: 500px;
    left: 47%;
    bottom: 0px;
}

.item-new {
    width: 66%;
    float: left;
    margin-top: 16%;
    margin-left: 10%;
}

.item-new img {
    width: 13%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.item-new p {
    color: #fff;
    padding-bottom: 12px;
}

.item-new small {
    color: #fff;
    padding-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    display: block;
}

.item-new span {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    color: #fff;
    display: block;
    font-weight: 700;
}

.counter-animation {
    padding: 70px 0;
    position: relative;
    z-index: 999999;
}

.counter img {
    width: 20%;
    margin-bottom: 10px;
}

.counter {
    text-align: center;
    z-index: 999999;
    transition: 1s;
    padding: 5px;
}

.counter:hover {
    background: linear-gradient(to bottom right, #391b5e, #8a4ddc);
    transition: 1s;
}

.counter p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.counter span {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
}

.counter:hover span {
    color: #fff;
}

.counter:hover p {
    color: #fff;
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 25px;
    cursor: pointer;
    transition: 0.5s;
}

.social-link-top img {
    width: 85%;
}

.footer-mails-and-phone ul li {
    display: inline-block;
    margin-right: 12px;
}

.footer-mails-and-phone {
    background: #0c48a8;
    padding: 15px 0;
    text-align: center;
}

.footer-mails-and-phone li a {
    color: #fff;
}

.footer-mails-and-phone ul img {
    width: 20%;
    float: left;
}

li.last {
    margin-right: 5px !important;
}

.services-box-inner {
    background: #1660ab url(images/service-blog-1-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.services-box-inner span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.services-box-inner p {
    color: #fff;
    text-align: justify;
    line-height: 22px;
}

.digital-ser {
    background: #ff0019 url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.web-design {
    background: #00b3c1 url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.web-development {
    background: #c78f0d url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.wordpress-design {
    background: #019077 url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.digital-marketing-bg {
    background: #9b61db url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.graphic-design {
    background: #e76923 url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.brand-identity-bg {
    background: #ff6699 url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.brand-identity-bg {
    background: #ff6699 url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.social_media-graphic {
    background: #123d56 url(images/service-blog-2-bg.png)no-repeat 0 0;
    padding: 15px;
    border-radius: 5px;
    background-position: 80% 60%;
}

.services-box {
    margin-bottom: 25px;
}

.last-child p {
    color: #fff;
    padding-bottom: 15px;
}

.curicle {
    width: 120px;
    height: 120px;
    line-height: 115px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    text-align: center;
    box-shadow: 0 7px 14px 5px rgba(0, 0, 0, 0.34);
}

.last-child i {
    font-size: 20px;
}

li.icon-small i {
    font-size: 20px;
    padding-right: 8px;
    line-height: 40px;
}

ul.social-footer li {
    display: inline-block;
    margin-right: 14px;
}

ul.social-footer li a:hover {
    padding-left: 0px;
}

ul.social-footer li img {
    transition: 0.5s;
}

ul.social-footer li img:hover {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Safari 3-8 */
    transform: rotate(360deg);
}

.blog {
    padding: 50px 0px 130px 0;
    background: #f1f1f1;
}

p.latest-cls {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 70px;
    position: relative;
    font-size: 30px;
    color: #000;
}

p.latest-cls:after {
    background: url(images/section-shape.png)no-repeat;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 45%;
    top: 42%;
}

.blog-img img {
    width: 100%;
}

p.font-heading {
    text-align: left;
    color: #000;
    font-size: 18px;
    padding-bottom: 15px;
}

.blog-img a {
    color: #000;
    font-weight: bold;
    transition: 0.5s;
    border-bottom: 2px solid #ccc;
}

.blog-img a:hover {
    width: 50px;
}

.blog-content {
    padding: 15px;
}

.blog-content {
    border-top: 2px solid #ccc;
    background: #fff;
    padding-bottom: 32px;
    
}

.blog-content p {
    padding-bottom: 15px;
    text-align: justify;
}

.display-contact.fixed-header {
    /*position: fixed;z-index: 9999;width: 100%; display: block; bottom: 0;*/
}

.display-contact {
    width: 100%;
    float: left;
    background: #2896d3;
}

.display-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.display-contact ul li {
    display: inline-block;
    width: 33%;
}

.display-contact ul li:nth-child(1) a {
    pointer-events: none;
}

.display-contact ul li a {
    display: line;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
    font-weight: 800;
}

.display-contact ul li a i {
    background: white;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 21px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
}

.display-contact ul li a i {
    background: white;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 21px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
}

.display-contact img {
    width: 7%;
    margin-right: 8px;
}

.texting {
    text-align: center;
}

.display-contact.fixed-header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: block;
    bottom: 0;
}

.home-trending-solution {
    position: relative;
}

.home-trending-solution:before {
    background: #0695da;
    background: -moz-linear-gradient(top, #0695da 0%, #1c66b3 100%);
    background: -webkit-linear-gradient(top, #0695da 0%, #1c66b3 100%);
    background: linear-gradient(to bottom, #0695da 0%, #1c66b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0695da', endColorstr='#1c66b3', GradientType=0);
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    margin: 0 -440px 0 0;
}

.home-trending-solution .home-trending-left {
    width: 100%;
    max-width: 585px;
    float: left;
    padding: 20px 70px 0 0;
}

.home-trending-solution .home-trending-left .image {
    width: 50px;
    margin: 0 0 20px 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.home-trending-solution h2 {
    font-size: 34px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 0 26px 0;
    color: #fff;
}

.home-trending-solution p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px 0;
    color: #fff;
}

.why-choose-us {
    padding: 50px 0px;
    background-color: #fff;
}

.why-box {
    background: #0695da;
    background: -moz-linear-gradient(top, #0695da 0%, #1c66b3 100%);
    background: -webkit-linear-gradient(top, #0695da 0%, #1c66b3 100%);
    background: linear-gradient(to bottom, #0695da 0%, #1c66b3 100%);
    padding-bottom: 30px;
    padding-top: 30px;
}

.why-box p {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    line-height: 25px;
    color: #fff;
    line-height: 25px;
    z-index: 999999;
}

.why-box img {
    position: relative;
}

.why-box h3 {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-size: 36px;
    padding-bottom: 15px;
}

.box-type {
    background: #6476cc;
    background: -moz-linear-gradient(top, #6476cc 0%, #605dba 100%);
    background: -webkit-linear-gradient(top, #6476cc 0%, #605dba 100%);
    background: linear-gradient(to bottom, #6476cc 0%, #605dba 100%);
    padding: 0px;
    margin: 0px;
}

.box-type-blue {
    background: #fd8c60;
    background: -moz-linear-gradient(top, #fd8c60 0%, #ef7f5a 100%);
    background: -webkit-linear-gradient(top, #fd8c60 0%, #ef7f5a 100%);
    background: linear-gradient(to bottom, #fd8c60 0%, #ef7f5a 100%);
}

.box-type {
    position: relative;
    padding: 15px;
    min-height: 207px;
}

.box-type span {
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.box-type p {
    color: #fff;
}

.ornage-box {
    background: #fd8c60;
    background: -moz-linear-gradient(top, #fd8c60 0%, #ef7f5a 100%);
    background: -webkit-linear-gradient(top, #fd8c60 0%, #ef7f5a 100%);
    background: linear-gradient(to bottom, #fd8c60 0%, #ef7f5a 100%);
}

.four-box {
    position: relative;
}

.yello-box {
    background: linear-gradient(to bottom, #e79162 0%, #f1ba53 100%);
}

.dark-box {
    background: linear-gradient(to bottom, #81aed7 0%, #718abc 100%);
}

.img-side img {
    width: 100%;
}

/*.why-box:after{background: url(images/wave-two.png)no-repeat;   content: '';    position: absolute;    width: 100%;    height: 209px;    left: 0%;    top: 33%;    opacity: 0.3;}*/
#owl-demo-slider .item {
    float: left;
}

section.slider {
    background: url(images/banner-new.jpg)no-repeat;
    padding: 100px 0px;
    background-position: 50% 0%;
    background-size: cover;
}

span.owl-product-link {
    font-size: 33px;
    color: #fff;
    padding-bottom: 21px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 55px
}

.full-widht p {
    color: #fff;
    padding-bottom: 15px;
    line-height: 25px;
}

/*.inner-part-slider img {width: 100%;}*/
.thats-img img {
    width: 100%;
}

.slide-content {
    padding: 0px;
    position: relative;
    top: 50px;
}

div#owl-demo-slider .owl-buttons {
    position: static;
    top: inherit;
}

div#owl-demo-slider .owl-prev {
    left: -12%;
    top: 200px;
    border: none;
}

div#owl-demo-slider .owl-next {
    left: 106%;
    top: 200px;
    border: none;
}

div#owl-demo-slider .owl-prev:before {
    content: url(images/left-slider.png);
    border: none !important;
}

div#owl-demo-slider .owl-next:after {
    content: url(images/right-slider.png);
    border: none !important;
}

.image-caption-half img {
    width: 30%;
}

.carousel-caption {
    position: inherit !important;
    text-shadow: inherit !important;
    left: 0% !important;
    text-align: left;
}

.image-caption-half img {
    width: 65%;
}

.caption-text span {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    text-align: left !important;
    font-weight: bolder;
    line-height: 70px;
}

a.slider-btn {
    padding: 8px 12px 8px 12px;
    text-transform: uppercase;
    background-color: #3085D9;
    background: linear-gradient(to bottom right, #33195c, #864de6);
    color: #fff;
}

.image-caption-half img {
    width: 90%;
    margin-top: 80px;
    margin-left: 75px;
}

span.coloring {
    font-weight: 500;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

.caption-text {
    position: relative;
    top: 150px;
}

.slider-two-image img {
    width: 100%;
    margin-left: 50px !important;
}

/*.slider-two-content .carousel-caption{left: 25% !important;}*/
.slider-two-content {
    left: 0%;
}

.common-banner {
    padding: 100px 0px;
    background-size: 400%;
    animation: bganimation 15s infinite;
    color: white;
    text-align: center;
    font-size: 22px;
    background: url(images/breadumb.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.text-type p {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.text-type li {
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
}

.breadcumb {
    width: 100%;
}

.breadcumb a {
    color: #fff;
}

.breadcumb ul {
    background-color: red;
    width: 25%;
    position: relative;
    left: 38%;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 3px;
}

section.tag-line {
    padding: 150px 0;
}

.tag-lines p {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

section.tag-line {
    padding: 100px 0 160px 0;
}

a.tg-btn {
    float: right;
    padding: 15px 30px;
    background-color: #3085D9;
    background: linear-gradient(to bottom right, #01C9FC, #0D3FA2);
    color: #fff;
}

.about-page {
    display: block;
    overflow: hidden;
    background: url(images/about-bg.png) no-repeat left top;
    padding: 150px 0 140px;
}

.about-page-section h2 {
    color: #0c66a8;
    border-bottom: 6px solid #f2edff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.about-page-section span {
    font-size: 35px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
}

.about-page-img img {
    width: 100%;
}

.about-page-section p {
    line-height: 28px;
    margin-bottom: 15px;
}

.our-team h4 {
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
    font-size: 36px;
}

section.our-team h4 {
    text-align: center;
}

section.our-team h4:after {
    background: url(images/section-shape.png)no-repeat;
    content: '';
    position: absolute;
    width: 30%;
    height: 209px;
    left: 45%;
    top: 45px;
}

section.our-team {
    padding: 50px 0;
    position: relative;
    background: #f1f1f1;
    z-index: 999999;
}

section.our-team:after {
    background: url(images/corner01.png)no-repeat;
    content: '';
    position: absolute;
    width: 30%;
    height: 209px;
    left: 0;
    top: 0px;
    z-index: -99999;
}

section.our-team:before {
    background: url(images/corner02.png)no-repeat;
    content: '';
    position: absolute;
    width: 30%;
    height: 209px;
    right: 0;
    top: 264px;
    z-index: -99999;
}

/*section.our-team:before{background: url(images/agency-shap.png)no-repeat;  content: '';  position: absolute;  width: 18%; height: 209px; left: 82%; top: 0;}*/
.our-team-box img {
    width: 80%;
    text-align: center;
    margin: 0px auto;
}

.team-content span {
    display: block;
    font: 500 22px/1 "Poppins", sans-serif;
    color: #242425;
    padding: 30px 0 10px;
}

.our-team-box {
    text-align: center;
}

.width-type ul {
    width: 38%;
    left: 30%;
}

.contact-form-page {
    padding: 50px 0 50px 0;
}

.filed-form input {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc;
}

.filed-form select {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ccc;
    color: #818181;
}

.textarea textarea {
    width: 100%;
    resize: none;
    height: 100px;
    padding-left: 10px;
    padding-top: 10px;
    outline: none;
    border: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
}

.filed-form {
    padding: 5px;
}

.textarea {
    padding: 5px;
    outline: none;
}

.box-shadow {
    box-shadow: 0px 0 10px 0 #ccc;
    padding: 30px;
}

.submit-btn-page input {
    background: linear-gradient(to right, #864de6, #33195c);
    color: #fff;
    border: none;
    width: 100%;
    height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.submit-btn-page {
    padding: 5px;
}

.box-shadow h1 {
    font-size: 30px;
    padding-bottom: 24px;
    text-align: center;
    font-weight: 800;
    padding-bottom: 55px;
}

.box-shadow h1:after {
    background: url(images/section-shape.png)no-repeat !important;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 40%;
    top: 65px;
}

.icon-side img {
    width: 8%;
    float: left;
}

.content-side {
    width: 86%;
    float: right;
}

.cover-infomation {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.content-side a {
    position: relative;
    top: 7px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.content-side p {
    font-size: 20px;
}

.social-links-footer ul li {
    display: inline-block;
    margin-right: 15px;
}

a.seo-btn {
    padding: 12px 25px 12px 25px;
    text-transform: uppercase;
    background-color: #3085D9;
    background: linear-gradient(to bottom right, #01C9FC, #0D3FA2);
    color: #fff;
    font-size: 15px;
}

section.blog-page {
    padding: 50px 0 160px 0;
}

.text-blog-page h2 {
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
}

a.blog-btn {
    margin-left: 0;
    margin-top: 15px;
}

.blog-inner {
    margin-bottom: 30px;
}

.cat-sidebar {
    margin-bottom: 25px;
}

.cat-sidebar {
    margin-bottom: 25px;
}

.cat-sidebar ul {
    padding-top: 20px;
    padding: 0;
}

.cat-sidebar h3 {
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid#e5e5e5;
    text-transform: uppercase;
    font-size: 20px;
}

.cat-sidebar h3:after {
    content: "";
    width: 100px;
    height: 2px;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    top: 29px;
    left: 0px;
    background-color: #2896d3;
}

.cat-sidebar li {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid#e5e5e5;
}

.cat-sidebar li span {
    float: right;
}

.cat-sidebar a {
    color: #4a4a4a;
    transition: 0.5s;
}

.cat-sidebar a:hover {
    color: #2896d3;
}

/*.recent-post h4{padding-bottom: 20px;}*/
.recent-post h4 {
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid#e5e5e5;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.recent-post h4:after {
    content: "";
    width: 100px;
    height: 2px;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    top: 34px;
    left: 0px;
    background-color: #2896d3;
}

.img-sidbar {
    width: 30%;
    height: auto;
    float: left;
}

.content-sidebar {
    width: 70%;
    height: auto;
    float: left;
}

.img-sidbar img {
    width: 100%;
}

.content-sidebar {
    padding-left: 15px;
}

.content-sidebar li {
    display: inline-block;
    padding-right: 5px;
}

.content-sidebar a {
    color: #aeaeae;
}

.content-sidebar i {
    padding-right: 5px;
}

.content-sidebar p {
    margin-bottom: 5px;
}

.inner-post-recnet {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tags-side-bar h4 {
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid#e5e5e5;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.tags-side-bar h4:after {
    content: "";
    width: 100px;
    height: 2px;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    top: 34px;
    left: 0px;
    background-color: #ffbd1f;
}

.tags-side-bar li {
    display: inline-block;
    padding-right: 15px;
    line-height: 60px;
}

.tags-side-bar a {
    background-color: #ebebeb;
    padding: 15px;
    color: #444;
    transition: 0.5s;
}

.tags-side-bar a:hover {
    background-color: #444;
    color: #fff;
}

.img-blog-page img {
    width: 100%;
    border-radius: 8px;
}

.text-blog-page {
    padding: 0;
}

a.blog-btn {
    padding: 12px 20px 12px 20px;
    text-transform: uppercase;
    background-color: #3085D9;
    background: linear-gradient(to bottom right, #01C9FC, #0D3FA2);
    font-size: 13px;
    color: #fff;
}

.text-blog-page p {
    line-height: 23px;
    color: #999;
}

.left-blog img {
    width: 100%;
}

.content-blog-details h2 {
    font-weight: 700;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    position: relative;
    bottom: 45px;
    border-radius: 50px;
    text-align: center;
    background-color: #3085D9;
    background: linear-gradient(to bottom right, #01C9FC, #0D3FA2);
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}

.content-blog-details p {
    line-height: 27px;
    margin-bottom: 20px;
}

.content-blog-details p:nth-child(3) {
    background-color: #5aabc5;
    padding: 15px;
    color: #fff;
    border-radius: 18px;
}

ul.coloring li a {
    background: #8db84d;
    padding: 15px;
    color: #fff;
    font-size: 18px;
}

.inner-left-side-product li {
    display: inline-block;
    margin-right: 12px;
    line-height: 45px;
}

.inner-left-side-product h3 {
    padding-bottom: 20px;
}

.full-width-type {
    background: linear-gradient(to right, #864de6, #33195c);
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
}

.inner-states h4 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.inner-states a {
    color: #fff;
}

.inner-states {
    background-color: #000;
    text-align: left;
}

.inner-cover {
    background: linear-gradient(to right, #864de6, #33195c);
    padding: 15px;
    margin-bottom: 40px;
}

.inner-cover h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}

.inner-cover p {
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
}

.common-field input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    margin-bottom: 15px;
    border: none;
}

.common-field textarea {
    width: 100%;
    resize: none;
    padding-left: 10px;
    padding-top: 10px;
    border: none;
    height: 80px;
    margin-bottom: 20px;
}

.common-btn input {
    padding-left: 0px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    height: 50px;
    font-size: 16px;
}

.full-width-type h3 {
    color: #fff;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.our-presence {
    padding: 50px 0 140px 0;
}

.inner-left-side-product {
    padding: 0;
}

.states {
    padding: 2px;
}

.concept {
    margin-bottom: 35px;
}

.concept a {
    background: #371a5a;
    padding: 10px 15px 10px 15px;
    color: #fff;
    line-height: 60px;
    transition: 0.5s;
}

.concept a:hover {
    background-color: #8b4dde;
}

.concept h2 {
    padding-bottom: 45px;
}

.concept h2:after {
    background: url(images/section-shape.png)no-repeat !important;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 5%;
    top: 37px;
    z-index: -9999;
}

.concept h3 {
    padding-bottom: 45px;
    font-size: 30px;
}

.concept h3:after {
    background: url(images/section-shape.png)no-repeat !important;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 20px;
    bottom: 395px;
    z-index: -9999;
}

.concept h4 {
    padding-bottom: 45px;
    font-size: 30px;
}

.concept h4:after {
    background: url(images/section-shape.png)no-repeat !important;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 18px;
    bottom: 222px;
    z-index: -9999;
}

.services-pages-new {
    padding: 50px 0px;
}

.services-text-type h2 {
    padding-bottom: 10px;
    line-height: 35px;
}

.services-text-type p {
    line-height: 25px;
    margin-bottom: 16px;
}

ul.list-type li {
    background: url(images/icon-new.png)no-repeat;
    padding-left: 28px;
    margin-bottom: 20px;
    line-height: 25px;
}

.our-featured {
    background-color: #3085D9;
    background: linear-gradient(to bottom left, #01C9FC, #0D3FA2);
    padding: 40px 0px;
}

.icon-side {
    width: 10%;
    float: left;
    margin-right: 20px;
}

.icon-side img {
    width: 100%;
    float: left;
}

/*.content-side{width: 90%; float: right; background-color: red;}*/
.content-side-inner-page span {
    color: #fff;
    float: left;
    line-height: 38px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.content-side-inner-page p {
    color: #fff;
    float: left;
    width: 82%;
    line-height: 25px;
}

.one-item {
    margin-bottom: 50px;
}

.inner-page-section h3 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
    position: relative;
    font-size: 35px;
    color: #fff;
}

.inner-page-section h3::before {
    background: url(images/section-shape.png)no-repeat !important;
    content: '';
    position: absolute;
    width: 50%;
    height: 209px;
    left: 45%;
    top: 42px;
}

.logo-page {
    padding: 80px 0px;
}

.opacity-type h4 {
    text-align: center;
    font-size: 150px;
    color: #81d8d7;
    opacity: 0.5;
}

.opacity-type p {
    text-align: center;
    position: relative;
    bottom: 90px;
    font-size: 35px;
    color: #000;
}

section.call-to-action {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom left, #16adc2, #09268e);
    padding: 100px 0 250px 0;
}

section.call-to-action .left h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 5px;
}

section.call-to-action .left p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 30px;
}

section.call-to-action .left p.without-margin-bottom {
    margin-bottom: 0;
}

section.call-to-action .left p a {
    color: #2C3459;
    text-decoration: underline;
}

section.call-to-action .left p a:hover {
    text-decoration: none;
}

section.call-to-action .left .form {
    position: relative;
}

section.call-to-action .left .call-to-action-thanks {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(253, 253, 253, 0.85);
    top: 0;
    left: 0;
    font-size: 16px;
    color: #2C3459;
    font-weight: 300;
    z-index: 300;
    display: none;
}

section.call-to-action .left .call-to-action-thanks .call-to-action-thanks-content {
    margin: 12px 0 0 0;
    line-height: 1.6em;
    text-align: center;
    width: 437px;
}

section.call-to-action .left .call-to-action-thanks .call-to-action-thanks-content .call-to-action-thanks-close {
    text-decoration: underline;
    cursor: pointer;
}

section.call-to-action .left .call-to-action-thanks .call-to-action-thanks-content .call-to-action-thanks-close:hover {
    text-decoration: none;
}

section.call-to-action .right .circles {
    width: 450px;
    height: 450px;
    position: relative;
}

section.call-to-action .right .circle-1 {
    width: 450px;
    height: 450px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -226px;
    margin-left: -226px;
    border: 1px solid #f5f5f5;
}

section.call-to-action .right .circle-2 {
    width: 330px;
    height: 330px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #eee;
    top: 50%;
    left: 50%;
    margin-top: -166px;
    margin-left: -166px;
    position: absolute;
}

section.call-to-action .right .circle-3 {
    width: 220px;
    height: 220px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #e5e5e5;
    top: 50%;
    left: 50%;
    margin-top: -111px;
    margin-left: -111px;
    position: absolute;
}

section.call-to-action .right .circle-4 {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ddd;
    top: 50%;
    left: 50%;
    margin-top: -61px;
    margin-left: -61px;
    position: absolute;
}

section.call-to-action .right .circle-center {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #2C3459;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    position: absolute;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

section.call-to-action .right .circle-center:hover {
    background: #2C3459;
}

section.call-to-action .right .circle-center i {
    font-size: 16px;
    color: #2c3459;
    display: block;
    margin-top: 11px;
}

section.call-to-action .right .circle-center:hover i {
    color: #fff;
}

section.call-to-action .right .circle-center .circle-center-tip {
    position: absolute;
    font-size: 13px;
    background: #2c3459;
    color: #fff;
    width: 200px;
    padding: 7px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -100px;
    left: 50%;
    margin-top: -37px;
}

section.call-to-action .right .circle-center .circle-center-tip:after {
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ' ';
    background: #2c3459;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -3px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        opacity: 0.3;
    }

    50% {
        -moz-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.3;
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
        opacity: 0.3;
    }

    50% {
        -o-transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -o-transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.circle-pulse {
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    opacity: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (min-width: 1350px) {

    section.call-to-action .left {
        width: 512.5px;
        float: left;
    }

    section.call-to-action .right {
        width: 512.5px;
        float: right;
    }

    section.call-to-action .center {
        padding: 75px 0;
    }

    section.call-to-action .right .circles {
        margin: -100px 0;
    }
}

@media (min-width: 950px) and (max-width: 1349px) {

    section.call-to-action .left {
        width: 400px;
        float: left;
    }

    section.call-to-action .right {
        width: 400px;
        float: right;
    }

    section.call-to-action .left input[type="text"] {
        width: 145px;
    }

    section.call-to-action .center {
        padding: 50px 0;
    }

    section.call-to-action .right .circles {
        margin: -100px 0;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    section.call-to-action .center {
        padding: 50px 0;
    }

    section.call-to-action .left {
        background: #fdfdfd;
        position: relative;
        z-index: 200;
    }

    section.call-to-action .right .circles {
        margin: -75px auto -125px auto;
    }
}

@media (max-width: 599px) {

    section.call-to-action .center {
        padding: 30px 0;
    }

    section.call-to-action .left {
        background: #fdfdfd;
        position: relative;
        z-index: 200;
    }

    section.call-to-action .left .form input {
        margin-bottom: 10px;
        width: -webkit-calc(100% - 52px);
        width: -moz-calc(100% - 52px);
        width: calc(100% - 52px);
    }

    section.call-to-action .right .circles {
        left: 50%;
        margin: -75px 0 -125px -225px;
    }
}

.form input {
    border: none;
    width: 60%;
    height: 42px;
    padding-left: 10px;
}

button.button.button-navy-blue.send-phone-call-quote {
    background: green;
    border: none;
    padding: 8px 25px 14px 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    outline: none;
}

ul.services-list li {
    display: inline-block;
}

.services-image-type img {
    width: 100%;
}

.phone-animation {
    position: relative;
}

#pnav a {
    background: url(images/home-post.png) 0 0 no-repeat;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    padding-top: 20px;
    width: 69%;
    height: 445px;
    -webkit-transition: background-position 2s ease-in-out;
    -moz-transition: background-position 2s ease-in-out;
    -ms-transition: background-position 2s ease-in-out;
    -o-transition: background-position 2s ease-in-out;
    transition: background-position 2s ease-in-out;
    bottom: 10%;
    left: 56px;
}

#pnav a:hover {
    background-position: 0px -730px;
}

.vector-img {
    position: relative;
}

/*.vector-img img{position: absolute; width: 50%; left: 0%;}*/
.vector-img img {
    position: absolute;
    left: -12%;
    bottom: -110px;
}

.fixed-header span {
    color: #fff;
}

.portfolio-page {
    padding: 50px 0px;
}

.thumb {
    width: 100%;
    height: 300px;
    margin: 70px auto;
    perspective: 1000px;
}

.thumb a {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        /*		url("http://thecodeplayer.com/u/m/i1.png");*/
        background-size: 0, cover;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.thumb:hover a {
    transform: rotateX(80deg);
    transform-origin: bottom;
}

.thumb a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: inherit;
    background-size: cover, cover;
    background-position: bottom;
    transform: rotateX(90deg);
    transform-origin: bottom;
}

.thumb a span {
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font: bold 12px/36px Montserrat;
    text-align: center;
    transform: rotateX(-89.99deg);
    transform-origin: top;
    z-index: 1;
}

/*shadow*/
.thumb a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    opacity: 0.15;
    transform: rotateX(95deg) translateZ(-80px) scale(0.75);
    transform-origin: bottom;
}

.thumb:hover a:before {
    opacity: 1;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
    transform: rotateX(0) translateZ(-60px) scale(0.85);
}

.portfolio-box img {
    width: 100%;
}

.mail-with-phone ul li {
    color: #fff;
}

nav#main-menu>ul>li {
    margin-left: 20px;
}

.img-side {
    margin-top: 88px;
}

ul.social-footer {
    margin-top: 15px;
}

.services-content a span {
    line-height: 50px;
    font-size: 20px;
    margin-top: 20px;
    display: block;
}

.services-box-inner {
    min-height: 370px;
}

.tagline-type {
    background: linear-gradient(to right, #864de6, #33195c);
    padding: 10px 0;
    text-align: center;
    padding: 30px 0;
}

.tagline-type p {
    color: #fff;
}

.tagline-type h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

p.last-child-design {
    font-size: 18px;
    font-style: italic;
}

.para-short p {
    text-align: center;
    margin-top: 50px;
}

.btn-contact {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.btn-contact a {
    font-size: 16px;
    background: #000;
    padding: 10px 30px;
    color: #fff;
}

.logos-coutner {
    background: #fff;
    padding: 50px 0;
}

.brands-logo {
    text-align: center;
    margin-bottom: 40px;
}

.brands-logo span {
    margin-top: -25px !important;
    display: block;
}

.logo-box img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    min-height: 169px;
    object-fit: contain;
}

.logo-box {
    margin-bottom: 30px;
}

.services-box-1 {
    margin-bottom: 30px;
}

.mobile-owl-carousel {
    padding: 50px 0;
}

.mobile-owl-carousel .section-bg {
    text-align: center;
}

.item-demo-owl {
    background: linear-gradient(to right, #864de6, #33195c);
    text-align: center;
    padding: 30px 20px;
}

.item-demo-owl p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 22px;
    text-align: center;
}

.item-demo-owl img {
    width: 6%;
    border-radius: 100px;
    margin-bottom: 15px;
}

.full-widht span {
    color: #fff;
    display: block;
}

.full-widht small {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.mobile-owl-carousel {
    display: none;
}

.about-slider {
    padding: 50px 0px;
}

.about-content-inner span {
    font-size: 22px;
    display: block;
    margin-bottom: 14px;
}

.about-content-inner p {
    text-align: justify;
    margin-bottom: 16px;
    color: #333
}

.about-content-inner p strong {
    font-size: 18px;
    color: #000;
}

.about-content-inner p {
    text-align: justify;
    margin-bottom: 16px;
    line-height: 24px;
}

div#about-img-slide .owl-buttons {
    display: none;
}

div#about-img-slide img {
    width: 100%;
}

.about-slider .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-content-inner img {
    width: 100%;
}

.about-img-code h3 {
    margin-bottom: 15px;
}

.about-img-code ul li {
    margin-bottom: 15px;
    text-align: justify;
    line-height: 22px;
}

.ready-grow {
    padding: 50px 0px;
    text-align: center;
    background: url(images/get-touch.jpg);
    margin-top: 30px;
}

.ready-grow_innner span {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.ready-grow_innner p {
    font-size: 18px;
    color: #fff;
}

.ready-grow_innner a {
    background: #000;
    padding: 10px 30px;
}

.ready-grow_innner a {
    margin-top: 18px;
    display: inline-block;
    color: #fff;
}

.how-can-help {
    padding: 50px 0;
    text-align: center;
    background: #f1f1f1;
}


#customers {
    font-family: 'Poppins', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;

}


#customers tr:nth-child(even) {
    background-color: #fff;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: linear-gradient(to right, #864de6, #33195c);
    color: white;
    text-align: center;
}

.how-can-help .title {
    margin-bottom: 28px;
}

.how-can-help .title h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.selected-work {
    padding: 50px 0px;
}

.selected-work .title {
    text-align: center;
    margin-bottom: 45px;
}

.selected-work .title h4 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
}

.selected-work .row {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}

.work-select img {
    border: 1px solid #ccc;
}

.portfolio {
    padding: 50px 0px;
}

.portfolio_inner p {
    margin-bottom: 18px;
    text-align: justify;
}

.portfolio_inner h2 {
    margin-bottom: 14px;
}

.full-logos-design_inner img {
    width: 100%;
}

.full-logos-design {
    background: #f1f1f1;
    padding: 50px 0 125px 0;
}

.full-logos-design_inner {
    margin-bottom: 30px;
}

.under-colab {
    text-align: center;
    margin-bottom: 28px;
}

.under-colab h1 {
    padding-bottom: 25px;
}

.contact-content {
    background: #f1f1f1;
    padding: 50px 0;
}

.contact-content_inner h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.contact-content_inner p {
    text-align: justify;
    margin-bottom: 14px;
}

.contact-content_inner ul li {
    margin-bottom: 15px;
    text-align: justify;
}

.contact-content_inner img {
    width: 100%;
}

.privacy-policy {
    padding: 50px 0 180px 0;
}

.privacy-policy_inner p {
    margin-bottom: 16px;
}

.privacy-policy_inner span {
    font-size: 22px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}

.privacy-policy_inner ul li {
    margin-bottom: 15px;
    list-style-type: disc;
}

.privacy-policy_inner ul {
    padding-left: 15px;
}

.disclaimer {
    padding: 50px 0px 150px 0;
}

.disclaimer_inner p {
    margin-bottom: 15px;
    line-height: 25px;
    text-align: justify;
}

.disclaimer_inner span {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.terms-and-conditions {
    padding: 50px 0 150px 0;
}

.terms-and-conditions_inner span {
    font-size: 22px;
    display: block;
    margin-bottom: 12px;
    margin-top: 12px;
}

.terms-and-conditions_inner p {
    margin-bottom: 15px;
    text-align: justify;
}

.terms-and-conditions_inner ul li {
    list-style-type: disc;
}

.terms-and-conditions_inner ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.terms-and-conditions_inner ul li {
    margin-bottom: 10px;
}

.table-bottom {
    padding-bottom: 150px;
}

.table-bottom tr {
    text-align: left;
}

.ziehharmonika span {
    background: #fff;
    color: #333;
    display: block;
    text-align: left;
    border-radius: 4px;
    padding: 5px 12px;
    cursor: pointer;
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 9px;
    padding-right: 40px;
    transition: 0.25s all;
    position: relative;
    border: 1px dashed #8a4ddd;
    text-transform: lowercase;
}

.ziehharmonika span.active {
    margin-bottom: 21px;
    color: #fff;
    background: linear-gradient(to right, #864de6, #33195c);
}

.ziehharmonika span::before {
    content: attr(data-prefix);
    font-size: 30px;
    margin-right: 9px;
}

.ziehharmonika span.alignLeft {
    padding-left: 35px;
}

.ziehharmonika>div {
    display: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    text-align: left;
    padding: 31px 33px;
    margin-bottom: 9px;
}

.ziehharmonika .arrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #272e35 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: 0.25s all;
    opacity: 0;
}

.ziehharmonika .active .arrowDown {
    bottom: -13px;
    border-color: #8a4ddd transparent transparent transparent;
    opacity: 1;
}

.ziehharmonika .collapseIcon {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 28px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ziehharmonika .collapseIcon.alignLeft {
    right: initial;
    left: 20px;
}

.ziehharmonika ul {
    margin-top: 28px;
    padding-left: 15px;
    margin-bottom: 28px;
}

.ziehharmonika ul li {
    list-style-type: circle;
}

.faqs {
    padding: 50px 0 150px 0;
}

.faqs .title {
    text-align: center;
    margin-bottom: 50px;
}

.faqs .section-bg {
    margin-bottom: 54px;
    text-align: center;
}

.faqs .section-bg p {
    margin-top: 42px;
}

.ziehharmonika ul li {
    margin-bottom: 15px;
    text-align: justify;
}

.ziehharmonika p {
    margin-bottom: 14px;
    text-align: justify;
}

.blog-box img {
    width: 100%;
}

.our-blogs {
    padding: 50px 0px 150px 0;
}

.blog-single-content ul li {
    display: inline-block;
}

.blog-single-content ul {
    text-align: center;
}

.blog-single-content ul li a {
    color: #000;
}

a.title-matched {
    font-size: 20px;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.read-blog-btn {
    text-align: center;
}

.blog-single-content {
    text-align: center;
    background: #f1f1f1;
    padding-top: 12px;
    padding: 20px;
    min-height: 205px;
}

.read-blog-btn a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    background: linear-gradient(to right, #864de6, #33195c);
    display: inline-block;
    padding: 7px 20px;
}

.read-blog-btn a:hover {
    background-color: #000 !important;
}

.inner-blog-banner {
    background: url(images/blog-img-banner.jpg) no-repeat;
    background-size: cover;
}

.similar-post {
    padding: 50px 0 40px 0;
}

.full-content-design h2 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.full-content-design p {
    margin-bottom: 15px;
    text-align: justify;
}

.tags {
    margin-top: 10px;
}

.tags ul li a {
    border: 1px solid #dbdbdb;
    padding: 10px 30px;
    color: #000;
}

.tags ul li a:hover {
    background: linear-gradient(to right, #864de6, #33195c);
    color: #fff;
}

.tags ul li {
    display: inline-block;
    margin-right: 15px;
}

.tags {
    margin-top: 30px;
}

.category ul li {
    display: inline-block;
}

.category ul li a {
    color: #000;
}

.full-content-design small {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.star-row ul li {
    display: inline-block;
}

.star-row ul {
    margin-bottom: 45px;
}

.star-row ul li i {
    font-size: 22px;
    color: #f7b53a;
}

.similar-post-slider {
    padding: 50px 0px;
    background-color: #ecf2f7;
}

#blog-owl-design .blog-item img {
    width: 100%;
}

#blog-owl-design .blog-item a {
    font-size: 20px;
    color: #000;
}

.similar-post-slider .title h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

div#blog-owl-design .blog-item {
    margin: 10px;
}

.blog-item img {
    height: 250px;
    object-fit: cover;
}

.leave-a-message {
    padding: 50px 0 150px 0px;
}

.leave-a-message .title {
    text-align: center;
    margin-bottom: 55px;
}

.leave-a-message .title h4 {
    font-size: 30px;
    margin-bottom: 10px;
}

.leave-a-message_inner textarea {
    width: 100%;
    height: 100px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #ccc;
    resize: none;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 12px;
}

.leave-a-message_inner textarea:focus {
    outline: none;
}

.leave-a-message_inner input {
    width: 33%;
    height: 40px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #ccc;
    resize: none;
    padding-left: 15px;
}

input#vehicle1 {
    height: auto;
    width: auto;
}

input#vehicle1 {
    margin-top: 20px;
}

.leave-a-message_inner button {
    font-family: 'Poppins', sans-serif;
    border: none;
    color: #fff;
    width: 14%;
    background: linear-gradient(to right, #864de6, #33195c);
    margin-top: 22px;
    padding: 10px 0;
    font-weight: 600;
}

.leave-a-message_inner label {
    font-family: 'Poppins', sans-serif;
    width: 98%;
}