body{color: #515151; font-size: 16px;   font-family: 'Poppins', sans-serif;  margin: 0; padding: 0; outline: 0;}

html{scroll-behavior: smooth;}

a {outline: 0 !important; text-decoration: none; color: #CD1818;}
  
a:hover {text-decoration: none; color: #ed1d26;}

img {max-width: 100%; height: auto;}

.container {max-width: 1280px;}

h1, h2, h3, h4, h5, h6 {color: #174aa3; font-family: 'Poppins', sans-serif; padding: 0; margin: 0;}

/* Header*/
.header-call-bg{width: 100%; display: inline-block; background: #1f3861; padding: 10px 0;}
.sub-call-text{width: 100%; display: flex; flex-wrap: wrap; align-items: end; justify-content: end;}
.sub-call-text a{color: #ffffff; margin: 0 15px 0 0;}
.sub-call-text a i{margin: 0 5px 0 0;}
.sub-call-text a:hover{color: #f36e15;}

header{width: 100%; padding: 15px 0; position: fixed; top: 0; z-index: 9; background-color: #3535354A; border-bottom: 1px solid #5F5E62;
    /*background-color: rgba(255,255,255,.5); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-bottom: 1px solid #cccccc;*/
}

.header-contact{width: 100%; display: flex; align-items: flex-end; justify-content: flex-end;}
.header-contact a{color: #ffffff; font-size: 18px; font-weight: 600; text-transform: uppercase; padding: 10px 30px; border-radius: 4px;
    display: inline-block; background: linear-gradient(-45deg, #1f3861, #f96f12, #1f3861, #f96f12);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*.header-contact a:hover{background: #1f3861;}*/
.main-header{width: 100%; display: inline-block; background: #222021; padding: 0; min-height: auto;}
/* Header End*/

/* Header Banner */
.sub-header-banner-pt-pb{ width: 100%; min-height: 850px; display: flex; align-items: center; justify-content: center; position: relative;
    background: url(../images/Banner-01.jpg); background-repeat: no-repeat; background-size: cover; background-position: center top;
}   
/*.sub-header-banner-pt-pb::before {position: absolute; content: ""; background: #000000; width: 100%; height: 100%; opacity: 0.8; top: 0; left: 0;}*/

.header-banner-content{width: 100%; display: inline-block; text-align: center;}
.header-banner-content h1{color: #ffffff; font-size: 72px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;}
.header-banner-content p{color: #ffffff; font-size: 28px; font-weight: 400; letter-spacing: 1.5px; padding: 30px 0;}

.header-banner-btn{width: 100%; display: inline-block; text-align: center;}
.header-banner-btn a{color: #ffffff; background: #e0691d; font-size: 22px; font-weight: 400; text-transform: uppercase; padding: 10px 30px; 
    border-radius: 4px; display: inline-block;
}
.header-banner-btn a:hover{background: #1f3861;}

span.header-title-one{
    background: -webkit-linear-gradient(bottom, #1f3861, #f76f12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Header Banner End */

/* Header Form */
.header-banner-form{width: 100%; display: inline-block; position: relative; right: 0;}
.header-banner-form h4{width: 100%; display: inline-block; color: #ffffff; font-size: 32px; font-weight: 600; text-align: center; text-transform: uppercase; padding: 0 0 30px 0;}
.header-banner-form .btn-primary{width: 100%; color: #ffffff; font-size: 22px; font-weight: 500; letter-spacing: 1px; /*background: #ffffff;*/ border: 1px solid transparent; text-transform: uppercase; padding: 8px 35px; border-radius: 50px;
    background: linear-gradient(-45deg, #1f3861, #f96f12, #1f3861, #f96f12);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*.header-banner-form .btn-primary:hover{color: #ffffff; background: #f66e13; border: 1px solid #f66e13;}*/
.header-banner-form .form-group label{color: #241f21; font-size: 16px; font-weight: 500;}
.header-form-top{width: 100%; display: inline-block; z-index: 2; position: absolute; top: 16%;}
.header-banner-form .form-group{width: 100%; display: inline-block; margin: 0 0 30px 0;}

/*.header-banner-form{width: 100%; display: inline-block; background: rgba(255, 255, 255, 0.8); border-radius: 12px; padding: 15px 30px 20px 30px; position: relative; right: -20%;}
.header-banner-form h4{width: 100%; display: inline-block; color: #251e21; font-weight: 600; text-align: center; padding: 0 0 15px 0;}
.header-banner-form .btn-primary{font-size: 18px; font-weight: 500; letter-spacing: 1px; background: #1f3861; border: 1px solid #1f3861; text-transform: uppercase; padding: 8px 35px;}
.header-banner-form .btn-primary:hover{background: #f66e13; border: 1px solid #f66e13;}
.header-banner-form .form-group label{color: #241f21; font-size: 16px; font-weight: 500;}
.header-form-top{width: 100%; display: inline-block; z-index: 9; position: absolute; top: 23%;}*/

.header-banner-form .form-group .input-group-prepend i{color: #1f3861;}
.header-banner-form .form-group textarea{height: auto;}
.input-group-prepend {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: -10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  z-index: 1;
}
.header-banner-form .form-control{color: #ffffff; padding: 6px 0 6px 44px; border-radius: 18px; background-color: rgba(255,255,255,.7); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(20px); border: 0px; height: 45px;}
.header-banner-form .form-control::placeholder {color: #1f3861; opacity: 9;}
/* Header Form End */

/* Services */
.sub-service-pt-pb{width: 100%; display: inline-block; padding: 85px 0; position: relative;
        background: url(../images/Banner-03.jpg); background-position: center top; background-size: cover; background-repeat: no-repeat;
}

.sub-service-pt-pb .sub-title-main h2{color: #ffffff;}
.sub-title-main{width: 100%; display: inline-block; padding: 0 0 60px 0; text-align: center;}
.sub-title-main h2{color: #1f3861; font-size: 62px; font-weight: 600;}
.sub-title-main h2 span{color: #f96f12;}

.sub-main-serv-box{width: 100%; display: inline-block; padding: 15px; border-radius: 12px; margin: 0 0 30px 0;
        background-color: rgba(255,255,255,.8); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(20px);
}
.sub-serv-icon{width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; float: left; background: #ffffff; border-radius: 200px; margin: 0 15px 0 0;}
.sub-serv-content h4{color: #1f3861; font-size: 24px; font-weight: 400; line-height: 32px; padding: 20px 0 0 0;}
.sub-serv-content-two h4{padding: 40px 0 0 0;}
/* Services End */

/* Our Performance Marketing Services are Certified by */
.sub-certified-pt-pb{width: 100%; display: inline-block; padding: 45px 0; position: relative; background: #fbfbfb;}

.sub-title-main-two h2{color: #1f3861; font-size: 32px; font-weight: 500;}
.sub-certified-logo{width: 100%; min-height: 121px; display: flex; align-items: center; justify-content: center; background: #ffffff; border-radius: 12px; padding: 15px;}
/* Our Performance Marketing Services are Certified by End */

/* Our Clients */
.sub-clients-pt-pb{width: 100%; display: inline-block; padding: 85px 0; position: relative; 
        background: url(../images/Banner-03.jpg); background-position: center top; background-size: cover; background-repeat: no-repeat;
}
.sub-clients-pt-pb .sub-title-main h2{color: #ffffff;}

.sub-client-logo-box{width: 100%; display: inline-block; text-align: center; padding: 30px 30px 0 30px; border-radius: 30px;
        background-color: rgba(255,255,255,.9); backdrop-filter: blur(40px); -webkit-backdrop-filter: blur(40px);
}
.sub-client-logo-box h5{font-size: 32px; font-weight: 600; padding: 40px 0;}
.sub-client-logo-box h6{font-size: 24px; font-weight: 600; color: #ffffff; background: #1f3861; padding: 15px 0; border-radius: 30px 30px 0 0; margin: 30px 0 0 0;}

.owl-carousel .owl-item img{
    width: auto !important;
    margin: 0 auto !important;
}

.owl-nav button {
    position: absolute;
    top: 60%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-dots {
        text-align: center;
        padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    display: none;
}
.owl-dots button.owl-dot.active {
    background-color: #0b0b0b;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-nav button {
        width: 45px;
        height: 45px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #f96f12 !important;
    border-radius: 30px;
}
.owl-nav button span {
    color: #ffffff;
    font-size: 52px;    
    position: relative;
    top: -20px;
}
.owl-nav button:focus {
    outline: none;
}
/* Our Clients End */

/* footer */
footer{width: 100%; display: inline-block; background-color: #1f3861; padding: 65px 0;}

.footer-addres-pb{width: 100%; display: inline-block; padding: 30px 0 0 0;}
.footer-addres h5{color:  #ebebeb; font-size: 26px; font-weight: 600; text-transform: uppercase; padding: 0 0 15px 0; margin: 0;}
.footer-addres p{color: #ffffff; line-height: 30px; padding: 0;}
.footer-addres a{color: #ffffff; line-height: 30px; padding: 0;}
.footer-addres a i{color: #ebebeb;}
.footer-addres a:hover{color: #f36e15;}

.footer-copy{width: 100%; display: inline-block; background: #f2f2f2; padding: 20px 0;}
.footer-copy-text{width: 100%; display: inline-block; text-align: center;}
.footer-copy-text p{color: #222021; font-size: 16px; font-weight: 500; margin: 0; padding: 0;}

.footer-addres-right{padding: 0 0 0 60px;}
/* footer End */

/* Call to Action */
.sub-whatapp-icon {
        position: relative;
}
.sub-whatapp-icon a {
        position: fixed;
        bottom: 30px;
        z-index: 999999;
        right: 30px;
}
.sticky-icon {
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0%;
        width: 220px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.sticky-icon a {
        transform: translate(-160px, 0px);
        border-radius: 0 0px 0px 0;
        text-align: right;
        margin: 2px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px;
        font-size: 18px;
        transition: all 0.8s;
        position: relative;
}
.sticky-icon a::before {
        width: 26px;
        height: 60px;
        content: "";
        background: url(../images/right-tr.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0px;
        right: -19px;
}
.sticky-icon a:hover {
        color: #ffffff;
        transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
        transform: rotate(360deg);
}
/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
        background-color: #2c80d3;
        color: #fff;
}
.Youtube {
        background-color: #fa0910;
        color: #fff;
}
.Twitter {
        background-color: #53c5ff;
        color: #fff;
}
.Instagram {
        background-color: #fd1d1d;
        color: #fff;
}
.Google {
        background-color: #d34836;
        color: #fff;
}
.sticky-icon a i {
        background-color: #fff;
        height: 40px;
        width: 40px;
        color: #000;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        margin: 0 -4px 0 10px;
        transition: all 0.5s;
}
.sticky-icon a i.fa-facebook-f {
        background-color: #fff;
}
.sticky-icon a i.fa-google-plus-g {
        background-color: #fff;
}
.sticky-icon a i.fa-instagram {
        background-color: #fff;
}
.sticky-icon a i.fa-youtube {
        background-color: #fff;
}
.sticky-icon a i.fa-twitter {
        background-color: #fff;
        color: #53c5ff;
}
.fas fa-shopping-cart {
        background-color: #fff;
}
#myBtn {
        height: 50px;
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        text-align: center;
        padding: 10px;
        text-align: center;
        line-height: 40px;
        border: none;
        outline: none;
        background-color: #1e88e5;
        color: white;
        cursor: pointer;
        border-radius: 50%;
}
.fa-arrow-circle-up {
        font-size: 30px;
}
#myBtn:hover {
        background-color: #555;
}
.all-icon-color {
        background-color: #f56e14;
}
.sub-modal-popup .form-group .form-control {
    color: #ffffff; 
        height: 45px;
        font-size: 16px;
        background-color: rgba(255,255,255,.7);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,.7);
        margin: 0 0 15px 0;
}
.sub-modal-popup .form-group textarea {
        height: auto !important;
        padding: 15px;
}
.sub-modal-popup .modal-body {
        padding: 0;
}
.sub-modal-popup .modal-footer .btn-primary {
        font-size: 18px;
        background: #77204a;
        border: 1px solid #77204a;
        border-radius: 6px;
        padding: 8px 35px;
}
.sub-modal-popup .modal-footer .btn-primary:hover {
        background: #db1f68;
        border: 1px solid #db1f68;
}
.footer-form {
        padding: 0 0 30px 0;
}
.footer-form .form-group .form-control {
        font-size: 16px;
        height: 45px;
        border: 1px solid #77204a;
        margin: 0 0 15px 0;
}
.footer-form .form-group textarea {
        height: auto !important;
        padding: 20px 25px;
}
.sub-modal-popup-form{
    width: 100%;
    display: inline-block;
    padding: 30px 30px 15px 30px;
}
.sub-modal-logo-box .sub-modal-icons {
  width: 45px;
  height: 45px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f96f12;
  border-radius: 100%;
  margin: 0 15px 15px 0;
}
.sub-modal-logo-box a {
  color: #241f21;
  font-size: 18;
  font-weight: 600;
  display: inline-block;
  padding: 10px 0 0 0;
}
.sub-modal-logo-box p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 0;
}
/* Call to Action End */

.modal-dialog {
        max-width: 850px;
}
input.edu-btn {
        width: auto;
        text-align: center;
        border-radius: 0;
        display: inline-block;
        height: auto;
        color: #ffffff;
        background: #f96f12;
        padding: 0 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border: 0 none;
        overflow: hidden;
        position: relative;
        z-index: 1;
        border-radius: 4px;
        padding: 10px 35px;
        cursor: pointer;
}
input.edu-btn:hover {
        background: #1f3861;
}
.modal-title {
        width: 100%;
        color: #0b0b0b;
        font-size: 26px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
}
.modal-footer .form-group {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-items: flex-start;
}

/* Modal Popup Form */
.sub-modal-popup .modal-content{
        width: 100%;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.9);
        text-align: center;
}
.sub-modal-popup .modal-content a{
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        display: inline-block;
        padding: 0 0 10px 0;
}
.sub-modal-popup .modal-footer{padding: 15px 0;}
.sub-modal-popup .modal-title{color: #ffffff;}
.sub-modal-popup .modal-header{background-color: #3535354A; border-bottom: 1px solid #5F5E62; padding: 8px 15px;}
.sub-modal-popup button.close {
  background-color: #241f21;
  margin: -9px -15px -9px 0;
  border-radius: 0 4px 0 0;
  opacity: 0.9;
  padding: 17px;
}
.sub-modal-popup .close {
  color: #ffffff;
}
.sub-modal-logo-box-two{display: inline-block; margin: 0 0 30px 0;}
.sub-modal-logo-box-two img{height: 65px;}
/* Modal Popup Form End */

/* Scroll to Top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f96f12;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}
#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #1f3861;
}
#return-to-top:hover i {
    color: #ffffff;
}
/* Scroll to Top End */

/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 100px 0;
  z-index: 999999;
}
.footer-whatsapp-left a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-call-right{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 180px 0;  
  z-index: 999999;
}
.footer-call-right a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
/* Footer Whatsapp & Call icon Left Right End */


/* Form Error */
.has-feedback {
    position: relative;
}

.has-feedback input {
    position: relative;
}
.has-error input,
.has-error textarea,
.has-error select {
    margin: 0px !important;
}

.has-error label {
    margin-bottom: 5px;
}
/* Form Error End */

.mobile-footer-social-icon{display: none;}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-bottom {
    bottom: 0px;
        z-index: 2;
}
.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1;
}
.elementor-shape svg {
        fill: #fbfbfb;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-shape-bottom svg{
        width: calc(100% + 1.3px);
        height: 37px;
}
.elementor-shape[data-negative=false].elementor-shape-bottom{
        transform: rotate(180deg);
}
.elementor-shape-top {
    top: 0;
        z-index: 2;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-top svg{
        width: calc(100% + 1.3px);
        height: 37px;
}
.elementor-shape svg {
        fill: #fbfbfb;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.sub-featured-pt-pb{
        width: 100%;
        display: inline-block;
        background: #fbfbfb;
        padding: 55px 0;
}
.sub-featured-title{
        width: 100%;
        display: inline-block;
}
.sub-featured-title h5{
        color: #1f3861;
        font-size: 32px;
        font-weight: 600;
        text-align: right;
}

.sub-thank-pt-pb{width: 100%; display: inline-block; padding: 130px 0 30px 0;}

.sub-send-inquiry-form {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 9;
}

.mobile-footer-social-icon-main{
        display: none;
}