
/*font-family: 'Libre Baskerville', serif;*/

.p0{
    padding:0px !important;
}

h1,h2,h3,h4,h5,h6,p,a,li,span,button,input,::placeholder{
    font-family: 'Poppins', sans-serif;
    margin:0;

}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}
input:focus, textarea:focus{
    outline: 0;

}

section {
    float: left;
    width: 100%;
}



.header-top {
    display: block;
    background: #00273f;
    text-align: right;
}
.header-top ul {
    padding: 0;
    margin: 0;
}
.header-top ul li {
    display: inline-block;
    padding: 10px 15px;
}
.header-top ul li a {
    font-size: 15px;
    color: #fff;
}

.navbar-right a.yellow_btn_m {
    margin: 0 15px 0 15px;
    position: relative;
    padding: 12px 19px 12px 45px !important;
}

.navbar-right a.yellow_btn_m:before {
    content: "";
    background-image: url(../images/call-btn.png);
    position: absolute;
    height: 32px;
    width: 28px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-header {
    padding: 10px 0;
}

.head_top .navbar.navbar-defult ul li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.top-header ul {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0;
}

.top-header ul li a {
    color: #000;
}

.top-header ul li {
    padding: 0 10px;
}

.top-header ul li img {
    margin-right: 10px;
    width: 30px;
}

.top-header .row .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 80%; */
    margin: auto;
}

.top-header .row {
    display: flex;
    justify-content: center;
}


.header-top ul li a i {
    margin: 0 3px 0 0;
    font-size: 18px;
}
.head_top {
    padding: 15px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px;
}
.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: bold;
    color: #00273f;
    font-size: 26px;
    padding: 0 0px 0 15px;
}

.head_top .navbar-right {
    padding-top: 0;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
    /* width: 80%; */
    margin: 0 auto;
    padding-top: 20px;
}
.head_top .navbar.navbar-defult  ul li a:hover, .head_top .navbar.navbar-defult  ul li a:focus, .head_top .navbar.navbar-defult  ul li.active a {
    background: transparent;
    color: #fa690c;
}
.head_top .navbar.navbar-defult  ul li a {
    color: #ffffff;
    opacity: 1;
    font-size: 16px;
    /* font-family: 'Poppins', sans-serif; */
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 500;
    overflow: hidden;
    margin-right: 5px;

}
.head_top .navbar.navbar-defult  ul li a.btn-org {
    /* background: #fc5216; */
    border-radius: 5px;
    padding: 12px 27px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    overflow: hidden !important;
    position: relative;
}
.head_top .dropdown-menu>li>a {
    position: relative;
    margin: 0 0 10px;
    font-weight: 500;
    /* border-left: 4px solid #00273f; */
}
.head_top ul.dropdown-menu {
    padding: 20px 0 15px;
    border: none;
    left: -240px;
    right: 0;
    width: 830px;
    background: transparent;
}

.logo {
    width: 260px;
    margin: 0px 0 0 0;
}
.head_top .dropdown-menu>.active>a, .head_top .dropdown-menu>.active>a:focus, .head_top .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: #fc5216 !important;
    border-left: 4px solid #fc5216;
}
.head_top .dropdown-menu>li>a:hover:before {
    color: #fc5216;
}
.head_top .open>a, .head_top .open>a:focus, .head_top .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fc5216 !important;
}



/*banner*/
.bnr-side-img img {
    width: 145%;
    position: relative;
    top: 50px;
    animation: updown2 3s ease-in-out infinite;
}
 


.main-banner.home-banner {
    background: url(../images/banner-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 180px 0 50px;
    display: flex;
    align-items: center;
    height: 800px;
}

.banner-txt h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

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

.banner-txt p {
    margin: 22px 0 15px;
    font-size: 16px;
    color: #fff;
}

.banner-txt ul li {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.banner-txt ul {
    padding: 0;
    list-style: none;
}

.btn-st .get-start-btn {
    display: table;
    color: #fff;
    font-size: 22px;
    padding: 12px 40px;
    border-radius: 60px;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    position: relative;
}
.btn-st.price-btn a:before {
    animation: shiny-btn1 3s ease-in-out infinite;
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
}

.btn-st {
    padding: 20px 0 70px;
}

.main-banner.home-banner .row {
    display: flex;
    align-items: center;
}
.banner-txt ul li i {
    color: #d43844;
    margin-right: 7px;
}
/*banner*/



/*about*/
.about-sec:before {
    content: '';
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: url(../images/about-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}
.about-sec {
    padding: 80px 0px 50px;
    position: relative;
    /*overflow: hidden;*/
}


.about-txt h4 {
    font-size: 20px;
    font-weight: 500;
    color: #d33743;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.about-txt h2 {
    font-size: 50px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 52px;
    margin: 22px 0;
}

.about-btn {
    display: table;
    position: relative;
    margin-top: 35px;
}

.about-btn a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 0px;
    transition: all .5s ease-in-out;
}

.about-btn a:before {
    content: '';
    background: rebeccapurple;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    width: 49px;
    height: 49px;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.about-btn a i {margin-right: 45px;position: relative;left: 20px;}

.about-btn a:hover::before {
    width: 100%;
    border-radius: 60px;
}

.about-btn a:hover {
    color: #fff;
}

.about-txt p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 25px;
}
.about-sec .row {
    display: flex;
    align-items: center;
}

.about-side-img img {
    width: 100%;
    animation: updown2 3s ease-in-out infinite;
}
/*about*/


/*logo-sec*/
.logo-detail-list ul{
    padding:0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}
.logo-detail-list ul li {
    width: 25%;
}

.logo-dtl-box {
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 282px;
    display: flex;
    align-items: flex-start;
    padding-left: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all .5s ease-in-out;
    cursor: pointer;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.logo-dtl-box1{
    background: url(../images/logo-dtl-img-1.webp);
    background-size: cover;
    background-position: center;
}
.logo-dtl-box2{
    background: url(../images/logo-dtl-img-2.png);
    background-position: center;
}
.logo-dtl-box3{
    background: url(../images/logo-dtl-img-3.webp);
    background-position: center;
}
.logo-dtl-box4{
    background: url(../images/logo-dtl-img-4.webp);
    background-position: center;
}
.logo-detail-list ul li h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    position: relative;
    left: 5px;
    transition: all .5s ease-in-out;
    text-align: left;
}

.logo-detail-list ul li h2 i {
    margin-left: 15px;
    transition: all .5s ease-in-out;
    transform: rotate(0deg);
}
/*logo-sec*/


/*portfolio*/

.porfolio-sec {
    padding: 50px 0;
    background: url(../images/port-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.porfolio-sec .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

.hd-txt h2 {
    font-size: 35px;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    padding: 22px 0;
}

.pricing-sec .hd-txt h5 {
    font-size: 35px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    padding: 22px 0;

}
.pricing-sec .hd-txt h6 {
    font-size: 35px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    padding: 22px 0;
}



.price-box b {
    font-size: 19px;
    font-weight: 500;
    /* color: #fff; */
}
.hd-txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    padding: 22px 0;
}


.hd-txt h4 {
    font-weight: 600;
    color: #d33743;
    text-transform: uppercase;
}

.hd-txt small {
    font-weight: 600;
    color: #d33743;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2.5px;

}

.services-sec .hd-txt b {
    font-weight: 600;
    color: #d33743;
    text-transform: uppercase;
    font-size: 18px;

}

.services-sec .hd-txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    padding: 22px 0;
}

.case-studies-sec .case-std-txt b {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
}
.footer-form .hd-txt b {
    font-size: 35px;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    padding: 22px 0;
}

.cta-testi-sec .testi-box span {
    font-size: 20px;
    padding: 20px 0;
    color: #fff;
    display: table;
}

 .contact_footer_box b {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}
.footer-sec .ftr-list b {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.ftr-box-div span {
    font-size: 18px;
    color: #e9a84a;
    padding-bottom: 12px;
}

.services-sec .service-bx h5 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    padding: 30px 0 10px;
}

.hd-txt h5 {
    font-weight: 600;
    color: #d33743;
    text-transform: uppercase;
    font-size: 18px
}

.hd-txt p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
}

.port-box img {
    width: 100%;
}

.port-box {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.box-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    z-index: 1;
    transition: all .6s ease-in-out;
    transform: scaleY(0);
}

.port-box:before {
    content: '';
    background: rgb(0 0 0 / 50%);
    position: absolute;
    left: 360px;
    top: 0;
    right: 0;
    margin: auto;
    width: 205%;
    height: 76%;
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

.port-box:after {
    content: '';
    background: rgb(128 128 128 / 50%);
    position: absolute;
    left: auto;
    top: auto;
    right: 464px;
    margin: auto;
    bottom: 0;
    width: 205%;
    height: 76%;
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

.port-box:hover::before {
    left: -36px;
    top: 0;
    right: 0;
    margin: auto;
    width: 205%;
    height: 76%;
    transform: rotate(45deg);
}

.port-box:hover::before {
}

.port-box:hover::after {
    right: -36px;
    margin: auto;
    bottom: 0;
    width: 205%;
    height: 76%;
}

.port-box:hover .box-content {
    transform: scaleY(1);
}

.about-btn.port-btn {
    margin: 0 auto;
    margin-top: 40px;
}



.port-list li.active a, .port-list li.active a:hover, .port-list li:hover a, .port-list li.active a:focus {
    color: #fff;
    /* transition-duration: 0.6s; */
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
}

.port-list li a {font-size: 16px;color: #000;font-weight: 500;transition: all 0.3s ease-in-out;border: 1px solid rgb(204, 204, 204);border-radius: 15px;background: #fafafa;padding: 5px 22px;}

.port-list li {margin: 5px 10px 0;}

.port-list .nav-tabs{
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.port-list {
    padding-bottom: 25px;
}
.porfolio-sec .port-btn i {
    left: 17px;
}
/*portfolio*/



.cta-form .form-control {
    display: block;
    width: 50%;
    padding: 20px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eedce2;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: table;
    margin: auto;
}

.cta-form form {
    margin: 25px 0 0;
}

.cta-form form .red_btn {
    width: auto;
    border: 1px solid #2075b8;
    padding: 10px 40px;
    background: #2075b8;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.cta-form form .red_btn:hover {
    background: #df8648;
    border-color: transparent;
}


.cta-sec {
    padding: 50px 0;
    background: url('../images/new-bg-prod-1.jpg');
}

.cta-sec .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-txt h2 {
    font-size: 45px;
    font-weight: 200;
    line-height: 50px;
    color: #fff;
}

.cta-txt h3 {
    font-size: 45px;
    font-weight: 200;
    line-height: 50px;
    color: #fff;
}

.cta-txt p {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    color: #fff;
}

.cta-side-img img {
    width: 100%;
    filter: drop-shadow(7px 10px 4px #d83948);
}

.cta-form {
    display: table;
    width: 100%;
    margin: 0;
}

.cta-form ::placeholder {
    color: #000;
    font-weight: 500;
}


/*cta-sec*/


/*pricing-sec*/
.pricing-sec {
    padding: 50px 0;
    background: url(../images/pricing-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.price-box {
    padding: 20px 0 0;
    text-align: center;
    border-radius: 5px;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
    width: 100%;
    margin-bottom: 30px;
}

.btn-st.price-btn {
    padding: 20px 0 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 3;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    /*overflow: hidden;*/
}

.btn-st.price-btn a {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
}

.price-box h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 20px;
}

.price-box p {
    /* font-size: 35px; */
    /* color: #fff; */
    /* font-weight: 500; */
    /* padding-top: 15px; */
    /* padding-bottom: 20px; */
}


.price-box h4 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.price-box ul {
    padding: 18px 10px 0px 40px;
    list-style: disc;
    position: relative;
    z-index: 1;
    margin: 0;
    overflow-x: hidden;
    height: 275px;
    overflow-y: auto;
    background: #fff;
    text-align: left;
}

.price-box ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.price-box ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 8px;
}
 
/* Handle */
.price-box ::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
   background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%); 
  border-radius: 8px;
}

/* Handle on hover */
.price-box ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.price-box ul li {
    font-size: 16px;
    line-height: 32px;
}

.price-box ul:before {
    display: none;
    content: '';
    background: #fff;
    position: absolute;
    top: 253px;
    left: -100px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 60%;
    width: 563px;
    height: 563px;
}

.btn-st.price-btn:before {
    content: '';
    background: #f5f4fa;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
    border: 0;
    border-top: 1px solid #fff;
    transition: all .5s ease-in-out;
}
.price-box:before {
    content: '';
    background: #f5f4fa;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
}

.pricing-sec .hd-txt h4, .hd-txt h5, .pricing-sec .hd-txt h2, .pricing-sec .hd-txt p {
    color: #fff;
}
.hd-txt h3 {
   color: #fff;
}

.price-box:hover {
    transform: scale(1.07);
}


.price-box .pricing-tel {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 6;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 15px 10px 20px;
    top: 98px;
    transition: all .5s ease-in-out;
}

.price-box:hover .btn-st.price-btn::before {
     height: 120px; 
}

.price-box:hover a.pricing-tel {
    top: 0;
}
.pricing-sec .hd-txt {
    padding-bottom: 40px;
}
/*pricing-sec*/



/*services-sec*/
.services-sec {
    background: url(../images/services-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.service-bx {
    text-align: center;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.service-bx img {
    width: 100%;
    display: flex;
}

.service-bx  .serv-ico-div-st {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.service-img-div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
}

.service-bx h3 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    padding: 30px 0 10px;
}

.service-bx p {
    font-size: 16px;
    color: #303030;
    font-weight: 400;
}

.serv-img-div-st {
    /* filter: drop-shadow(20px -25px 10px black); */
   /*animation: color-change 1s infinite;*/
}

.services-sec .hd-txt {
    padding-bottom: 100px;
}


.serv-img-1 {
    filter: drop-shadow(7px -32px 0px rgb(255 172 86 / 57%));
}

.serv-img-2 {
    filter: drop-shadow(7px -32px 0px rgb(60 187 52 / 57%));
}

.serv-img-3 {
    filter: drop-shadow(7px -32px 0px rgb(255 103 64 / 57%));
}

.service-bx:hover .service-img-div {
    transition: all .5s ease-in-out;
    animation: color-change 1s infinite;
}



@keyframes color-change {
  0% { transform: scaleX(1); }
  20% { transform: scaleX(1.1); }
  40% { transform: scaleX(1); }
  60% { transform: scaleX(1.1); }
  100% { transform: scaleX(1); }
}
/*services-sec*/

/*case-std*/
.case-studies-sec {
    padding: 0px 0 0px;
    background: url(../images/case-std-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-studies-sec .row .col-sm-12 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.case-std-txt h2 {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
}

.case-std-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.case-img-box {
    position: relative;
    padding-left: 40px;
    z-index: 1;
}

.case-img-inner {
    position: absolute;
    top: -78px;
    left: 0;
    margin: auto;
    width: 125%;
    z-index: -1;
    bottom: auto;
}

.case-img-box h2 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

.case-img-box h2 span {
    display: block;
    color: #ffae00;
}
/*case-std*/


/*footer-form*/
/*Consultancy Section Begin*/

.get_consultancy_sec{
  background: #f7f7f7;

    overflow: visible;
    position: relative;
}
.consultancy_img_btm{ position: relative;; }

.center_web_sec{
  float: none;
  margin: 0 auto;
}

.consultancy_form input , .consultancy_form select  {
    margin-bottom: 20px;
    height: 55px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
    padding-left: 20px;
    color: #000;
    font-weight: 400;
    width: 100%;
}

.consultancy_form ::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.consultancy_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.consultancy_form ::placeholder {
  color: #000;
}

.consultancy_form textarea {
    height: 184px;
    border: 2px solid #e5e5e5;
    border-radius: 25px;
    resize: none;
    padding: 15px 20px;
    color: #000;
    margin-bottom: 0;
}

.form_btn input ,#send-ppc {
    background: #b32f99;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    padding: 0 60px;
    margin-bottom: 0;
    box-shadow: 0px 3px 31.02px 1.98px rgb(0 0 0 / 13%);
}
.form_btn input {
    text-align: center;
    padding-top: 40px;
    display: table;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    color: #fff;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 60px;
    margin: 0 auto;
    margin-top: 30px;
    width: auto;
}
.consultancy_form {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.footer-form {
    padding: 50px 0;
    background: #e1feff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer-form:before{
   content: '';
    background: url(../images/gif/circel-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    bottom: 0;
    top: auto;
    margin: auto;
    left:0px;
    width: 629px;
    height: 535px;
    -webkit-animation: asteroid 50s linear infinite;
    -moz-animation: asteroid 50s linear infinite;
    animation: asteroid 50s linear infinite;
    z-index: -1;
}

.consultancy_form .row {
    /* background: #f9f9f9; */
    padding: 20px 0;
}

.form_btn a {
    color: #fff;
}
/*footer-form*/



/*testi-form*/
.cta-testi-sec {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.testi-cta-txt img{
animation: updown2 3s ease-in-out infinite;

}
.testi-cta-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-cta-txt h4 {
    font-size: 20px;
    line-height: 45px;
    color: #fff;
}

.testi-cta-txt h4 span {
    display: block;
    font-size: 55px;
    letter-spacing: 5.5px;
}

.cta-form.testi-form form .form-group {
    display: flex;
    align-items: center;
    position: relative;
}

.cta-form.testi-form form {
    display: flex;
    align-items: center;
}

.cta-form.testi-form form .form-group, .cta-form.testi-form form .form-group input {
    width: 100%;
}

.testi-box h4 {
    font-size: 20px;
    padding: 20px 0;
    color: #fff;
}

.testi-box p {
    font-size: 16px;
    color: #fff;
}

.testi-box {
    padding-left: 20px;
}

.cta-testi-sec:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 100%;
    background: #c81038;
    z-index: -1;
}

.cta-testi-sec:after {
    content: '';
    position: absolute;
    background: url(../images/testi-lft-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.cta-form.testi-form form .form-group input {
    width: 100%;
    padding: 28px 20px;
}

.cta-form.testi-form form .form-group .red_btn {position: absolute;width: auto;right: 12px;padding: 10px 25px;background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);border: 0;}

.testi-slider .slick-prev {
    top: auto;
    bottom: -70px;
    left: 4%;
    width: 50px;
    height: 50px;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    border-radius: 60%;
}

.testi-slider .slick-next {
    top: auto;
    bottom: -70px;
    left: 19%;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    border-radius: 60%;
    width: 50px;
    height: 50px;
}

.testi-slider .slick-prev:hover, .testi-slider .slick-next:hover {
    background: #fff;
    color: #000;
}

.testi-slider .slick-prev:hover::before, .testi-slider .slick-next:hover::before {
    color: #000;
    opacity: 1;
}

.testi-slider .slick-prev:before, .testi-slider .slick-next:before {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
}



.contact_footer_box h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}
.contact_footer_box span a {
    font-size: 16px;
    display: block;
    color: #000;
}

.contact_footer_box span {
    width: 85%;
}
.contact_footer_box i {
    background: -webkit-linear-gradient(#eebc5b, #dc7547);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    width: 15%;
}
.contact_footer_box {
    border-right: 1px solid #cccccc;
    min-height: 177px;
    padding-left: 30px;
    overflow: hidden;
    padding-right: 10px;
    padding-bottom: 3rem!important;
    padding-top: 3rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_footer_details .bd-left{
  border-left: 1px solid #cccccc;
}

.contact_footer_box .d-flex.align-items-center {
    display: flex;
    align-items: center;
}
/*testi-form*/


/*footer*/
.footer-sec {
    padding: 50px 0;
    background: #090913;
}

.ftr-box-div p {
    color: #fff;
    padding: 20px 0;
}

.ftr-box-div h4 {
    font-size: 18px;
    color: #e9a84a;
    padding-bottom: 12px;
}

.privacy-links {
    padding-top: 15px;
}

.privacy-links a {
    color: #fff;
    margin-right: 30px;
    font-size: 17px;
}

.ftr-list h4 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.ftr-list ul {
    padding: 0;
    list-style: none;
    line-height: 30px;
    margin-top: 25px;
}

.ftr-list ul li a{
    color: #fff;
}

.ftr-last-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #444;
    margin-top: 20px;
}

.ftr-last-col p {
    color: #fff;
    font-size: 16px;
}
/*footer*/




@keyframes changeBackgroundColor {
  0% {
    background-color: #f05954;
  }
  50% {
    background-color: #d22a43;
  }
  100% {
    background-color: #f05954;
  }
}

@keyframes changeBackgroundColor2 {
  0% {
    background-color: #f05954;
  }
  50% {
    background-color: #eaab4a;
  }
  100% {
    background-color: #f05954;
  }
}






/*web-design-page*/
.inner-serv-banner {
    padding: 50px 0;
    height: 635px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}.web-design-banner{
    background: url(../images/web-design/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-serv-banner .banner-txt {
    text-align: center;
}

.inner-serv-banner .banner-txt .btn-st {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.inner-serv-banner h4 {
    color: #fffc00;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.inner-serv-banner .banner-txt h1 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 0;
}

.inner-serv-banner .banner-txt h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 0;
}

.inner-serv-banner p {
    font-size: 16px;
    margin: 0;
}
.inner-serv-banner .row {
    position: relative;
}

.scroll-down-bnr {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}

.scroll-down-bnr h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.scroll-down-bnr a {
    text-align: center;
    margin: 0 auto;
    display: table;
}

.scroll-down-bnr i {
    color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    animation: updownarrow 2s infinite;
    position: relative;
    transition: all .2s ease-in-out;
}

@keyframes updownarrow {
  0% {
    top:0px;
  }
  50% {
    top:10px;
  }
  100% {
    top:0px;
  }
}








/*web-about-sec*/
.web-inr-tab-sec .nav-item {
  background: transparent !important;
  padding: 0;
  border: 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0 !important;
}
.web-inr-tab-sec .nav-tabs {
    border: 0;
    display: flex;
    align-items: start;
    justify-content: center;
}

.web-inr-tab-sec .nav-item h3 {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-top: 0;
  position: relative;
  top: 24px;
}

.web-inr-tab-sec .nav-item h2 {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: #000;
}

.web-inr-tab-sec .nav-item.active {
  background: transparent;
}
.web-inr-tab-sec {
  padding-top: 30px;
  width: 100%;
}

.web-inr-tab-sec .nav-item img {
  margin-bottom: 30px;
}

.web-inr-tab-sec .nav-item span {position: absolute;right: 0;display: flex;align-items: center;justify-content: center;top: -15px;width: 100%;height: 100%;padding: 0;background: transparent !important;}

.web-inr-tab-sec .nav-item span img {
  padding: 0;
}

.web-inr-tab-sec li {
  position: relative;
  padding: 0 40px;
}

.web-inr-tab-sec li.tab_icon_01:before {
  content: "";
  background: url(../images/web-design/tab_icon_vector_01.png) no-repeat;
  width: 264px;
  height: 264px;
  position: absolute;
  top: -25px;
  left: 20px;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
}

.web-inr-tab-sec li.tab_icon_02:before {
    content: "";
    background: url(../images/web-design/tab_icon_vector_02.png) no-repeat;
    width: 264px;
    height: 264px;
    position: absolute;
    top: -25px;
    left: 20px;
    transition: 0.5s ease-in-out;
}

.web-inr-tab-sec li.tab_icon_03:before {
    content: "";
    background: url(../images/web-design/tab_icon_vector_03.png) no-repeat;
    width: 264px;
    height: 264px;
    position: absolute;
    top: -25px;
    left: 20px;
    transition: 0.5s ease-in-out;
}

.web-inr-tab-sec li.tab_icon_04:before {
    content: "";
    background: url(../images/web-design/tab_icon_vector_04.png) no-repeat;
    width: 264px;
    height: 264px;
    position: absolute;
    top: -25px;
    left: 20px;
    transition: 0.5s ease-in-out;
}

.web-inr-tab-sec li:hover:before {
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
  /* transition: 0.5s ease-in-out; */
}


.web-inr-tab-sec li:hover .nav-item .icon-bg,.web-inr-tab-sec li a.active .icon-bg{
  -webkit-animation: rotateclock 5s normal linear infinite;
  animation: rotateclock 5s normal linear infinite;
  transition: 0.5s ease-in-out;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes rotateclock {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, -0deg);
    transform: rotate3d(0, 0, 1, -0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -180deg);
    transform: rotate3d(0, 0, 1, -180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, -270deg);
    transform: rotate3d(0, 0, 1, -270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
  }
}

.does_work_sec{
  padding: 80px 0 100px;
}

.does_work_tab {
    padding-top: 80px;
}


.does_work_content h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 100;
    color: #000;
}

.does_work_img {
    text-align: center;
}


.web-inr-tab-sec .nav-item span img {
    margin: -13px 0 0 0;
}


.customers_sec_img {
    position: relative;
    top: 40px;
}


.customers_sec_img:before {
    content: '';
    background: url(../images/web-design/web-inr-side-bck-img.png);
    width: 547px;
    height: 468px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    top: -90px;
    left: -10px;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 3s infinite;
}


.customers_sec_img:after {
    content: '';
    background: url(../images/web-design/web-inr-star-img.png) no-repeat;
    width: 100%;
    height: 458px;
    position: absolute;
    animation: rotate 15s normal linear infinite;
    top: 0;
}
@-webkit-keyframes rotate {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(359deg);
        }
}
.customers_review_Sec .web_content_Sec {
    padding-bottom: 80px;
}

@keyframes flash {
  0% { opacity: 1; } 
  50% { opacity: .1; } 
  100% { opacity: 1; }
}

.bounce-img-animation .animate {
  -webkit-animation: floating 0.5s ease .5s infinite;
  animation: floating 2s ease .5s infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.about-sec-web {
    padding: 50px 0;
    background: url(../images/web-design/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.about-sec-web .row {
    display: flex;
    align-items: center;
}

.about-sec-web .hd-txt {
    text-align: left;
    padding-bottom: 0;
}

.about-sec-web .hd-txt p {
    width: 100%;
    text-align: left;
}

.about-sec-web .hd-txt h2 {
    padding: 0;
    line-height: 45px;
    margin: 22px 0;
}

.about-sec-web .hd-txt h3 {
    padding: 0;
    line-height: 45px;
    margin: 22px 0;
}

.about-sec-web .btn-st {
    padding: 30px 0 0 0;
}



.services_content_sec .web_content_Sec {
    padding-bottom: 30px;
}

.services_contect_box {
    padding-bottom: 20px;
}
.services_boxes h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.services_boxes h6 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.services_boxes p {
    line-height: 25px;
}

.services_boxes {
    margin-bottom: 30px;
}

.web-desgin-process {
    padding: 50px 0;
    background: url(../images/web-design/web-process-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.services_boxes h2 img {
    margin-right: 15px;
}

.services_boxes h6 img {
    margin-right: 15px;
}
/*web-about-sec*/

/*web-design-page*/


/*web-portal*/
.web-portal-banner{
    background: url(../images/web-portal/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}

.about-webport-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.about-webport-list ul li {
    width: 47%;
    margin: 0 8px 15px;
}

.about-web-portal-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    position: relative;
    transition: all .5s ease-in-out;
    transform: scale(1);
    cursor: pointer;
}

.about-web-portal-box h4 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
    line-height: 25px;
}

.about-web-portal-box h4 p {
    font-size: 15px;
}

.about-web-portal-box span {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 5px;
}

.about-web-portal-box p {
    font-size: 15px;
    /* min-height: 125px; */
}

.about-web-portal-box1 {
    margin-top: -40px;
}

.about-web-portal-box3 {
    margin-top: -90px;
}
.web-portal-about-sec .about-web-portal-box3 {
    margin-top: -35px;
}

.about-web-portal-box2 {
    margin-top: 20px;
}

.about-web-portal-box:hover {
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    transform: scale(1.03);
}

.about-web-portal-box:hover h4, .about-web-portal-box:hover span,.about-web-portal-box:hover p {
    color: #fff;
}


.web-portal-about-sec:before {
    content: '';
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 130%;
    background: url(../images/web-portal/about-img.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}
.web-portal-about-sec {
    padding: 100px 0 80px;
    position: relative;
}
/*web-portal*/



/*video-pag*/
.video-banner{
    background: url(../images/video/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}
.video-about-sec .about-web-portal-box3 {
    margin-top: -50px;
}

.video-serv-box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 14px 3px rgb(0 0 0 / 7%);
    padding: 30px 15px;
    margin: 0 10px;
    position: relative;
    background: linear-gradient(to left, #fff 50%, #c81038 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.5s ease-in-out;
}

.video-services-sec {
    padding: 50px 0 85px;
}

.video-serv-box h4 {
    font-size: 20px;
    padding: 10px 0 10px;
    font-weight: 600;
    min-height: 100px;
    display: flex;
    align-items: center;
    background: linear-gradient(to left, #000 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.6s ease-in-out;
}

.video-serv-box p {
    font-size: 16px;
    color: #131313;
    min-height: 190px;
    background: linear-gradient(to left, #000 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.6s ease-in-out;
}


.video-serv-slider .slick-list.draggable {padding: 50px 0;}



.video-main-slider-col {
}

.video-services-sec .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-serv-box span {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 15px;
    background: linear-gradient(to left, #c81038 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.5s ease-in-out;
}

.video-serv-box:hover,
.video-serv-slider .slick-current .video-serv-box {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

.video-serv-box:hover h4, .video-serv-box:hover p, .video-serv-box:hover span,
.video-serv-slider .slick-current .video-serv-box h4, .video-serv-slider .slick-current .video-serv-box p, .video-serv-slider .slick-current .video-serv-box span {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}



.video-serv-slider .slick-prev {
    top: auto;
    bottom: -71px;
    left: 48%;
    width: 50px;
    height: 50px;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    border-radius: 60%;
}

.video-serv-slider .slick-next {
    top: auto;
    bottom: -70px;
    left: 53%;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    border-radius: 60%;
    width: 50px;
    height: 50px;
}

.video-serv-slider .slick-prev:hover, .video-serv-slider .slick-next:hover {
    background: #000;
    color: #fff;
}

.video-serv-slider .slick-prev:hover::before, .video-serv-slider .slick-next:hover::before {
    color: #fff;
    opacity: 1;
}

.video-serv-slider .slick-prev:before, .video-serv-slider .slick-next:before {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
}

.video-serv-slider .slick-prev:before{
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
}

.video-serv-slider .slick-next:before{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
}
.cta-txt {
    text-align: center;
}

.cta-btn {
    text-align: center;
}

.cta-btn .get-start-btn {
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border-radius: 60px;
    margin-right: 20px;
}

.cta-btn .chat-btn {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 10px 30px;
    border-radius: 60px;
    background: #fff;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
/*video-pag*/




/*ecommerce*/
.ecommerce-banner{
    background: url(../images/ecommerce/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}


.ecom-tab-sec li.active a, .ecom-tab-sec li.active a:hover, .ecom-tab-sec li:hover a, .ecom-tab-sec li.active a:focus {
    color: #fff;
    /* transition-duration: 0.6s; */
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
}

.ecom-tab-sec li a {font-size: 16px;color: #000;font-weight: 500;transition: all 0.3s ease-in-out;border: 1px solid transparent;border-radius: 15px;background: transparent;padding: 5px 35px;}

.ecom-tab-sec li {margin: 0 10px;}

.ecom-tab-sec .nav-tabs{
    border: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.ecom-tab-sec {padding: 20px 0 50px;}

.ecom-tab-inr-txt {
    position: relative;
}

.ecom-tab-inr-txt img {
    position: absolute;
    right: 0;
    top: 55px;
    bottom: 0;
    margin: auto;
}

.ecom-tab-inr-txt h2 {
    font-size: 55px;
    font-weight: 200;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.ecom-tab-inr-txt b {
    font-size: 55px;
    font-weight: 200;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.ecom-tab-inr-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    line-height: 25px;
    padding-bottom: 20px;
}

.ecom-tab-inr-txt ul {
    padding: 0;
    line-height: 27px;
    list-style: none;
    margin: 0;
}

.ecom-tab-inr-txt li {
    margin: 0;
    color: #000;
    font-weight: 500;
}

.ecom-tab-inr-txt li i {
    margin-right: 8px;
    color: #d32f43;
}

.ecom-inr-img img {
    width: 120%;
}
.ecom-side-img img {
    width: 100%;
}
/*ecommerce*/


/*about-us*/
.about-us-banner{
    background: url(../images/about/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}
.about-pg-msec:before {
    height: auto;
}
.about-pg-msec .about-side-img img {
    width: 100%;
}

.about-pg-msec {
    padding: 50px 0;
}

.about-pg-msec ul {
    padding: 15px 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.about-pg-msec ul li {
    width: 50%;
    font-size: 16px;
    line-height: 30px;
}

.about-pg-msec .about-sec:before {
    height: auto;
}

.about-pg-msec ul i {
    color: #d53943;
    margin-right: 5px;
}


.industry-box {
    padding: 20px 20px;
}

.industry-box:hover img {
    filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}

.industry-box h4 {
    font-size: 20px;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
    min-height: 70px;
}

.industry-box p {
    font-size: 16px;
    color: #303030;
    text-align: center;
}

.industry-box {
    background: #e6e8e8;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
}

.industry-sol-sec {
    padding: 50px 0 30px;
    background: url(../images/port-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cta-about-pg h4 {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 300;
}

.cta-about-pg .row {
    justify-content: center;
}

.cta-about-pg .cta-form.testi-form {
    margin: 0 auto;
    width: 60%;
}

.value_box img {
    width: 175px;
    margin-bottom: 15px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 15px;
}
.value_box h4 {
    font-weight: 300;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
}

.valued_clients{
    padding:50px 0;
}

.helping_sec_main{
    padding:50px 0;
    background: #f7f7f7;
}

.helping_design_box {
    border-radius: 5px;
    background-image: -moz-linear-gradient( -135deg, rgb(111,161,25) 0%, rgb(116,172,65) 100%);
    background-image: -webkit-linear-gradient( -135deg, rgb(111,161,25) 0%, rgb(116,172,65) 100%);
    background-image: -ms-linear-gradient( -135deg, rgb(111,161,25) 0%, rgb(116,172,65) 100%);
    padding: 20px 10px;
    text-align: center;
    min-height: 200px;
}

.helping_design_sec {
}


.helping_box_content h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
}

.helping_box_icon {
    padding-bottom: 15px;
}

.helping_design_sec {
    display: flex;
}

.helping_design_sec ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    list-style: none;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.helping_design_sec ul li {
    padding: 10px;
    flex: 1 0 20%;
}

.hlp_box1{
  background-image: -moz-linear-gradient( 0deg, rgb(4,57,156) 0%, rgb(76,162,247) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(4,57,156) 0%, rgb(76,162,247) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(4,57,156) 0%, rgb(76,162,247) 100%);
}

.purple-bg label {
    color: #fff;
}

.purple-bg select option{
    color : #000;
}

.helping_box_icon img {
    margin: 0 auto;
}

.hlp_box2{
  background-image: -moz-linear-gradient( 0deg, rgb(82,49,154) 0%, rgb(99,51,180) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(82,49,154) 0%, rgb(99,51,180) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(82,49,154) 0%, rgb(99,51,180) 100%);
}

.hlp_box3{
  background-image: -moz-linear-gradient( 0deg, rgb(165,60,105) 0%, rgb(246,91,83) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(165,60,105) 0%, rgb(246,91,83) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(165,60,105) 0%, rgb(246,91,83) 100%);
}

.hlp_box4{
  background-image: -moz-linear-gradient( -135deg, rgb(237,182,76) 0%, rgb(215,101,52) 100%);
  background-image: -webkit-linear-gradient( -135deg, rgb(237,182,76) 0%, rgb(215,101,52) 100%);
  background-image: -ms-linear-gradient( -135deg, rgb(237,182,76) 0%, rgb(215,101,52) 100%);
}
.about-ftr-form-st .footer-form {
    background: #fff;
}
/*about-us*/


/*case-std*/
.case-std-banner{
    background: url(../images/case-studies/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}

.case-about-sec:before {
    height: 131.7%;
}

.case-about-sec {
    padding-bottom: 80px;
}

.case-about-box {
    background: #fff;
    padding: 30px 30px;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 5px;
}

.case-about-box h2 {font-size: 70px;font-weight: 600;color: #3441c5;}

.case-about-box p {
    font-size: 19px;
    color: #000;
    font-weight: 500;
}

.case-inr-side-div ul {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
}

.case-inr-side-div ul li:first-child {
    margin-right: 20px;
}

.about-txt {
    position: relative;
}

.arrow-img-case {
    position: absolute;
    top: 8px;
    left: -120px;
}
.quote-img-case {
    margin: 30px 0;
}

.case-inner-sec {
    padding: 50px 0;
}

.case-ul-inner {
    display: flex;
    text-align: left;
    padding: 0;
    list-style: none;
}

.case-inner-sec .hd-txt p {
    text-align: left;
    width: 100%;
    line-height: 25px;
}

.case-inner-sec .case-ul-inner li h2 {
    text-align: left;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #3441c5;
}

ul.case-ul-inner li {
    width: 33.33%;
}

.case-inner-sec .hd-txt h2 {
    font-size: 60px;
    font-weight: 200;
    text-align: left;
}

.case-inner-sec .hd-txt h3 {
    font-size: 60px;
    font-weight: 200;
    text-align: left;
}
.case-iner-side-img img {
    width: 90%;
    margin: 0 auto;
    display: table;
}

.case-inner-sec .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-iner-side-img {
    position: relative;
    z-index: 1;
}

.case-iner-side-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    right: -50px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    width: 470px;
    height: 470px;
}

.case-iner-side-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: -13px;
    right: auto;
    bottom: auto;
    margin: auto;
    z-index: -1;
    border-radius: 5px;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    width: 70px;
    height: 70px;
}

.case-inner-sec-2 {
    padding: 50px 0;
    background: url(../images/case-studies/case-inner-bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.case-inner-sec-2 .hd-txt h2 {
    color: #fff;
}

.case-inner-sec-2 .hd-txt h3 {
    color: #fff;
}
.case-inner-sec-2 .hd-txt {
    text-align: left;
}

.case-inner-sec-2 .hd-txt p {
    text-align: left;
    width: 100%;
    color: #fff;
}

.case-iner-side-img2 img {
    width: 100%;
}

.case-inner-sec-2 .row {
    display: flex;
    align-items: center;
}

.case-inner-sec-2 .btn-st {
    padding-bottom: 0;
}

.case-ftr-form-st section.footer-form {
    display: none;
}
.case-serv-detail {
    padding: 50px 0;
}

.case-serv-dtl-box ul {
    padding: 0;
    list-style: none;
    line-height: 30px;
    min-height: 180px;
}

.case-serv-dtl-box h3 {
    font-size: 20px;
    font-weight: 600;
    min-height: 55px;
}

.case-serv-dtl-box {
    padding: 20px 20px;
    background: #ececec;
}

.case-serv-dtl-box ul li {
    font-size: 16px;
    color: #303030;
}
/*case-std*/


/*portfolio*/
.portfolio-banner{
    background: url(../images/port-pg/banner-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.port-pg-folio .porfolio-sec {
    margin-top: -110px;
    padding-top: 170px;
}
/*portfolio*/

/*pricing-page*/
.pricing-banner{
    background: url(../images/pricing/banner-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pricing-main-pg-sec {
    background: transparent;
    padding-bottom: 60px;
}

.pricing-main-pg-sec .hd-txt h2, .pricing-main-pg-sec .hd-txt p {
    color: #000;
}
 .hd-txt h3 {
    color: #000;
}

.pricing-main-pg-sec .hd-txt h4 {
    color: #ff0000;

}

.pricing-main-pg-sec .hd-txt h5 {
    color: #ff0000;
}

.pricing-main-pg-sec li a {
    font-size: 17px;
    padding: 10px 25px;
    background: transparent;
    border-color: transparent !important;
}



.pricing-combo-sec {
    background: url(../images/pricing/pricing-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    padding: 100px 0 60px;
    overflow: hidden;
    display: none;
}

.pricing-combo-sec .row {
    position: relative;
}

.combo-inr-img-st {
    position: absolute;
    bottom: -32px;
    left: auto;
    right: -126px;
    margin: auto;
    z-index: 0;
}

.price-btn-div.btn-st {
    padding-bottom: 0;
    position: absolute;
    bottom: -50px;
    left: -55px;
}

.price-btn-div.btn-st h2 span {
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: line-through;
    color: #fff;
}

.price-btn-div.btn-st h2 {
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    color: #feb502;
}

.combo-side-div-img img {
    width: 100%;
    position: relative;
    z-index: 0;
    right: -165px;
    bottom: -80px;
}
.pricing-combo-sec h4 {
    color: #fff;
}

.pricing-combo-sec h2 {
    color: #fff;
}

.price-combo-list ul {
    padding: 0;
    list-style: none;
}

.price-combo-list ul li {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.price-combo-list ul li i {
    color: #feb502;
    margin-right: 7px;
}
.combo-side-div-img p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -70px;
    right: 65px;
}
section.cta-sec.cta-about-pg.pricing-page-newsletter {
    /*margin-top: -80px;*/
    margin-top: 0px;
    position: relative;
    z-index: 1;
    padding-top: 120px;
}
/*pricing-page*/


/*contact*/
.contact-banner{
    background: url(../images/contact/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.footer-form.contact-pg-form {
    display: block;
    background: transparent;
}

section.footer-form.contact-pg-form .row {
    background: transparent;
}

section.footer-form.contact-pg-form input, section.footer-form.contact-pg-form select {
    height: auto;
    padding: 10px 15px;
}

section.footer-form.contact-pg-form textarea {
    height: 160px;
    border-radius: 20px;
}

section.footer-form.contact-pg-form .form_btn {
    text-align: left;
    margin: 27px 0 0 0;
}

section.footer-form.contact-pg-form select {
    margin-bottom: 0;
}

section.footer-form.contact-pg-form input:focus, section.footer-form.contact-pg-form select:focus, section.footer-form.contact-pg-form textarea:focus {
    outline: 0;
    border-color: #000;
    box-shadow: none;
}
/*contact*/


.head_top .navbar.navbar-defult ul li a:before {
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -85px;
    margin: auto;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .2s ease-out;
    border-radius: 5px;
}


.head_top .navbar.navbar-defult ul li a:hover::before, .head_top .navbar.navbar-defult ul li.active a:before {
    bottom: 0;
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    color: #fff;
}

.head_top .navbar.navbar-defult ul li.active a, .head_top .navbar.navbar-defult ul li a:hover {
    color: #fff !important;
}


.head_top .navbar.navbar-defult ul.dropdown-menu li a {
    color: #000;
    border: 0;
    margin-right: 0;
    border-radius: 0;
    background: linear-gradient(to left, #000 50%, #d74444 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.6s ease-in-out;
}

.head_top .navbar.navbar-defult ul.dropdown-menu li a:hover {
    color: #fff;
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}


.head_top .navbar.navbar-defult ul li a.btn-org:before{
    animation: shiny-btn1 3s ease-in-out infinite;
     position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
}


.btn-st .get-start-btn:hover {
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
}

.cta-form.testi-form form .form-group .red_btn:hover {
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
}

.form_btn input:hover {
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
}

.logo-dtl-box:hover h2 {
    transform: scale(1.1);
}

.logo-dtl-box:hover h2 i {
    color: #e9a44a;
    transform: rotate(90deg);
}
.logo-dtl-box p {
    color: #fff;
    padding-top: 25px;
    transition-duration: 1s;
    margin-bottom: 0;
    min-height: 120px;
    padding-bottom: 0;
    padding-right: 10px;
    position: relative;
    top: 1000px;
    display: none;
    /* transform: translateY(10px); */
}
.head_top .navbar.navbar-defult ul.dropdown-menu li.active a {
    color: #fff !important;
}



.contest-list__item .price-box ul {padding: 0 0px 0 40px;height: 445px;background: transparent;}

.contest-list__item .price-box ul:before {
    display: none;
}

.contest-list__item .price-box:before {
    height: auto;
}

.contest-list__item .price-box ul li {
    text-align: left;
}


.contest-list__item .price-box .hd-txt {
    padding-bottom: 10px;
}

.btn-st.price-btn.custom-pack-btn {
}


.contest-list__item .btn-st.price-btn.custom-pack-btn:before {
    display: none;
}

.contest-list__item .price-box:hover .btn-st.price-btn.custom-pack-btn::before {
    height: auto;
}


.logo-dtl-box:hover p {
    margin-bottom: 0;
    top: 0;
    display: block;
    transition-duration: 1s;
}

.logo-dtl-box:hover i {
    transform: rotate(90deg);
}


.case-studies-sec .btn-st.case-btn {
    padding-bottom: 0;
    text-align: center;
    /* margin: 0 auto; */
    display: table;
}

.case-studies-sec p {
    width: 100%;
}





.privacy-txt {
    padding: 50px 0;
}

.privacy-banner-st {
    height: 225px;
    background-position: bottom;
    padding-top: 60px;
}

.privacy-txt p b {
    font-size: 18px;
}


section.footer-form.contact-pg-form .form_btn input {
    text-align: center;
    padding-top: 40px;
    display: table;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    color: #fff;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 60px;
    margin: 0 auto;
    margin-top: 30px;
}

section.footer-form.contact-pg-form .form_btn input:hover {
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
}

section.footer-form.contact-pg-form .form_btn {
    padding: 0;
    background: transparent;
    margin: 0;
}



.social li a:first-child img {
    filter: brightness(100);
    width: 30px;
}

.social li a img {
    filter: invert(1);
    width: 35px;
    /* height: 33px; */
}

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

.social ul li a {margin: 0 8px;}

.social li a:first-child {
    margin-left: 0;
}


.social li a i {
    color: #fff;
    font-size: 28px;
}

.social ul li {
    display: flex;
    align-items: center;
}

.ftr-list ul li a:hover {
    color: #e9a74a;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}







@keyframes updown2 {
  0%,
  100% {
    transform: translate(0, 0);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }

  50% {
    transform: translate(0, 10px);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }
}
@keyframes updown3 {
  0%,
  100% {
    transform: translate(0, 0) rotate(360deg);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }

  50% {
    transform: translate(0, 10px) rotate(-360deg);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }
}


.porfolio-sec div#tab5 {}
/*
.porfolio-sec div#tab5 .port-box:hover::before {
    width: 239%;
    height: 103.3%;
    transform: rotate(29deg);
}

.porfolio-sec div#tab5 .port-box:hover::after {
    width: 239%;
    height: 103%;
    transform: rotate(29deg);
}*/

.case-std-txt-img img {
    width: 100%;
}

section.case-studies-sec img {
    /* display: flex; */
    /* align-items: center; */
    width: 100%;
}

section.case-studies-sec .row {
    display: flex;
    align-items: center;
}

.ftr-box-div img {
    width: 50%;
}























/*seo-page*/

.seo-pg-banner{
    background: url(../images/seo-pg/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.seo-about-sec-form form .row {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 5px;
}

.seo-about-sec-form 
 .consultancy_form {
    width: 100%;
}

.seo-about-sec-form form .form_btn input {
    margin: 20px 0 0 0;
}

.seo-about-sec-form form input, .seo-about-sec-form form textarea, .seo-about-sec-form form select {
    border-color: #bc9b5a;
    height: auto;
    padding: 15px 15px;
}

.seo-about-sec-form form textarea {
    height: 150px;
}

.seo-about-sec-form .about-txt.hd-txt {
    text-align: left;
    margin: 0;
}

.seo-about-sec-form .hd-txt h2 {
    margin: 0;
    padding-top: 0;
}

.seo-about-sec-form .hd-txt h3 {
    margin: 0;
    padding-top: 0;
}

.seo-about-sec-form .hd-txt p {
    width: 100%;
    text-align: left;
}

.seo-about-sec-form .hd-txt ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    padding-top: 15px;
    margin: 0;
}

.seo-about-sec-form .hd-txt ul li {
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.seo-about-sec-form .hd-txt ul li i {
    color: #d95045;
}
.seo-about-sec-form form .row h4 {
    font-size: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.inr-sucess-sec .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.inner-sucess-box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 14px 3px rgb(0 0 0 / 0%);
    padding: 30px 15px;
    margin: 0 10px;
    position: relative;
    background: linear-gradient(to left, #e6e8e8 50%, #de6b47 50%);
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.5s ease-in-out;
}


.inner-sucess-box h4 {
    font-size: 20px;
    padding: 10px 0 10px;
    font-weight: 600;
    min-height: auto;
    /* display: flex; */
    text-align: center;
    /* align-items: center; */
    background: linear-gradient(to left, #000 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.6s ease-in-out;
}

.inner-sucess-box h6 {
    font-size: 20px;
    padding: 10px 0 10px;
    font-weight: 600;
    min-height: auto;
    /* display: flex; */
    text-align: center;
    /* align-items: center; */
    background: linear-gradient(to left, #000 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.6s ease-in-out;
}

.inner-sucess-box p {
    font-size: 16px;
    color: #131313;
    min-height: 190px;
    background: linear-gradient(to left, #000 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.6s ease-in-out;
    text-align: center;
}


.video-serv-slider .slick-list.draggable {padding: 50px 0;}


.inner-sucess-box span {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    background: linear-gradient(to left, #c81038 50%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 212%;
    background-position: right bottom;
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.inner-sucess-box:hover,
.video-serv-slider .slick-current .inner-sucess-box {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

.inner-sucess-box:hover h4, .inner-sucess-box:hover p, .inner-sucess-box:hover span,
.video-serv-slider .slick-current .inner-sucess-box h4, .video-serv-slider .slick-current .inner-sucess-box p, .video-serv-slider .slick-current .inner-sucess-box span {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

.inner-sucess-box:hover h6, .inner-sucess-box:hover p, .inner-sucess-box:hover span,
.video-serv-slider .slick-current .inner-sucess-box h6, .video-serv-slider .slick-current .inner-sucess-box p, .video-serv-slider .slick-current .inner-sucess-box span {
    background-position: left bottom;
    text-decoration: none;
    background-size: 210%;
}

.inr-sucess-sec {
    padding: 50px 0;
    background: url(../images/port-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inr-sucess-slidr .slick-list {padding: 0;}




.inr-qualities-sec ul.quality-list {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    text-align: center;
}

.inr-qualities-sec ul.quality-list .quality-bx {
    border-right: 1px solid #dedede;
}

.inr-qualities-sec .quality-bx h4 {
    font-size: 20px;
    margin-top: 8px;
}

.inr-qualities-sec .quality-bx span {
    font-size: 20px;
    margin-top: 8px;
    display: table;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: 'Poppins', sans-serif;
}


ul.contact-detl-inr-div {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 40px 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 0;
    margin-top: 50px;
}

ul.contact-detl-inr-div li {
    width: 33.33%;
    position: relative;
}

ul.contact-detl-inr-div li h3 {
    font-size: 20px;
    font-weight: 400;
}

ul.contact-detl-inr-div li b {
    font-size: 20px;
    font-weight: 400;
}

ul.contact-detl-inr-div li a {
    display: flex;
    align-items: center;
    padding-left: 55px;
    font-size: 20px;
    color: #000;
}

ul.contact-detl-inr-div li a span {
    display: block;
    font-weight: 600;
}

ul.contact-detl-inr-div li a i {
    color: #d64744;
    padding: 20px;
    border: 1px solid;
    font-size: 20px;
}

ul.contact-detl-inr-div li a p {
    background: #fff;
    position: relative;
    left: -2px;
}

ul.contact-detl-inr-div li:nth-child(1) {
    width: 23%;
}

ul.contact-detl-inr-div li:nth-child(3) {
    width: 38%;
}

ul.contact-detl-inr-div li:before {
    content: '';
    background: #e6e6e6;
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    transform: skew(-10deg, 0deg);
}

ul.contact-detl-inr-div li:nth-child(3):before {
    display: none;
}
.inr-qualities-sec {
    padding: 50px 0;
}







    .progress-bar-col .skill {
        margin-bottom: 35px;
        position: relative;
        overflow-x:
        hidden;
        overflow-y: hidden;
    }
    .progress-bar-col .skill > p {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1a1716;
        margin: 0;
    }
    .progress-bar-col .skill:before{
        width: 100%;
        height: 9px;
        content: "";
        display: block;
        position: absolute;
        background: #959595;
        bottom: 0;
        border-radius: 4px;
    }
    .progress-bar-col .skill-bar {
        width: 100%;
        height: 9px;
        display: block;
        position: relative;
        background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
        background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
        border-radius: 4px;
    }

    /* SKILL 1 */
    .progress-bar-col .skill1{
        width: 95%;
            
    }
    .progress-bar-col .skill-bar span{
        position: absolute;
        border-top: 0;
        top: -30px;
        padding: 0;
        font-size: 17px;
        padding: 3px 0;
        font-weight: 700;
    }
    .progress-bar-col .skill-bar {
        position: relative;
    }

    .progress-bar-col .skill1 .skill-count1 {
        right: 0;
    }
    /* SKILL 2 */
    .progress-bar-col .skill2{
        width: 85%;
    }

    .progress-bar-col .skill2 .skill-count2 {
        right: 0;
    }
    /* SKILL 3 */
    .progress-bar-col .skill3{
        width: 75%;
    }
    .progress-bar-col .skill3 .skill-count3 {
        right: 0;
    }

    /* SKILL 4 */
    .progress-bar-col .skill4{
        width: 65%
    }

    .progress-bar-col .skill4 .skill-count4 {
        right: 0;
    }

    /* SKILL 5 */
    .progress-bar-col .skill5{
        width: 80%;
    }

    .progress-bar-col .skill5 .skill-count5 {
        right: 0;
    }

    /* SKILL 6 */
    .progress-bar-col .skill6{
        width: 90%
    }

    .progress-bar-col .skill6 .skill-count6 {
        right: 0;
    }

    .progress-bar-flg-div h4 {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 25px;
        color: #d33743;
    }

    .progress-bar-flg-div b {
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 25px;
        color: #d33743;
        display: table;
    }

    .progress-bar-flg-div img {
        width: 100%;
    }

    .progress-bar-flg-div p {
        font-size: 16px;
        font-weight: 400;
        padding-top: 20px;
    }

    .progress-bar-col h2 {
        font-size: 35px;
        font-weight: 200;
    }

    .progress-bar-col b {
        font-size: 35px;
        font-weight: 200;
    }

    .inr-serv-progress-bar {
        padding: 50px 0;
        background: #f8f8f8;
    }

    .progress-bar-flg-div {
        padding-left: 35px;
    }
    .inr-btn-st-sucess .about-btn {
        text-align: center;
        margin: 0 auto;
        display: table;
        margin-top: 55px;
    }

    .inr-sucess-sec .slick-dots {
        position: absolute;
        bottom: -50px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        z-index: 2;
    }

    .inr-sucess-sec .slick-dots li.slick-active button {
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    }

    .inr-sucess-sec .slick-dots li button:before {
        font-size: 0px;
        line-height: 0px;
    }

    .inr-sucess-sec .slick-dots li button {
        background-color: #e5e5e5;
        border-radius: 50px;
        width: 10px;
        height: 10px;
    }



/*seo-page*/

















.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}





/* 12 */
.btn-12{
  position: relative;
  /* right: 20px; */
  /* bottom: 20px; */
  border:
  none;
  box-shadow: none;
  width: 250px;
  /* height: 40px; */
  margin-bottom: 10px;
  line-height: 42px;
  /* -webkit-perspective: 230px; */
  /* perspective: 230px; */
  padding: 0 !important;
  background: transparent;
}
.btn-12 span:before {
    animation: shiny-btn1 3s ease-in-out infinite;
     position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
}
.btn-12 span {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-shadow:
  inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
  background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
  overflow: hidden;
}
.btn-12 span:nth-child(1) {
  /* box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.inner-serv-banner .banner-txt .btn-st {
    width: 22%;
    justify-content: center;
    margin: 0 auto;
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}





/*inner-serv-banner*/
.app-dev-banner{
    background: url(../images/app-pg/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.back-dev-banner{
    background: url(../images/back-dev/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.brand-identity-banner{
    background: url(../images/brand-identity/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-writing-banner{
    background: url(../images/content-writng/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.maintenance-services-banner{
    background: url(../images/maintenance-services-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.custom-web-banner{
    background: url(../images/custom-web/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.digital-illustration-banner{
    background: url(../images/digital-illustration/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-design-pg-banner{
    background: url(../images/logo-design/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.motion-graphics-pg-banner{
    background: url(../images/motion-graphics/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.social-media-pg-banner{
    background: url(../images/social-media/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.combo-pg-banner{
    background: url(../images/combo-pg/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*inner-serv-banner*/




.custom-web-pack-st .pricing-tel {
    top: 0;
}

.contest-list__item .price-box ul.contact-detl-inr-div {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    justify-content: flex-start;
    padding: 0;
    border: 0;
    width: 72%;
    margin-top: 0;
    height: auto;
}

.contest-list__item .price-box ul.contact-detl-inr-div li {
    width: auto;
    padding-right: 35px;
}
.contest-list__item .price-box ul.contact-detl-inr-div li a:before {
    display: none;
}
.contest-list__item .price-box ul.contact-detl-inr-div li a {
    font-size: 18px;
    padding-left: 0px;
}

.contest-list__item .price-box .btn-st.price-btn.custom-pack-btn .custom-price-btn-portl {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.contest-list__item .price-box .btn-st.price-btn.custom-pack-btn .custom-price-btn-portl a {
    text-align: center;
    margin: 0 auto;
}

.contest-list__item .price-box ul.contact-detl-inr-div li:last-child {
    /* margin-top: -120px; */
}

.contest-list__item .price-box ul.contact-detl-inr-div li:before {
    display: none;
}

.contest-list__item.fullwidth.custom-web-pack-st {
    background: #fff;
    box-shadow: 2px 2px 20px 0px #00000017;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.contest-list__item.fullwidth.custom-web-pack-st:hover {
    transform: scale(1.07);
}

.contest-list__item.fullwidth.custom-web-pack-st .price-box:hover {
    transform: scale(1);
}




.price-main-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.combo-big-pack {
    padding: 50px 0;
    background: #f9f9f9;
}

.contest-list__item .price-box ul.contact-detl-inr-div li:nth-child(2) {
    padding-right: 0;
}

.contest-list__item .price-box ul.contact-detl-inr-div li:nth-child(3) {
    padding-top: 15px;
}

.contest-list__item .price-box .btn-st.price-btn.custom-pack-btn .custom-price-btn-portl h2 {
    font-weight: bold;
    color:  #000;
}
.combo-price-main-sec {
    padding-bottom: 40px;
}























/*new-nav*/
.head_top ul.dropdown-menu .col-sm-12 {
    background: #fff;
    padding: 0px 0px 00px 0;
}

.head_top ul.dropdown-menu  .drop-down-list {
    padding: 20px 0 20px 10px;
}

.head_top ul.dropdown-menu .drop-down-list ul {
    padding: 0;
    list-style: none;
}

.head_top ul.dropdown-menu .drop-down-list ul li a {
    text-align: left;
    font-size: 16px;
    line-height: 35px;
}

.head_top ul.dropdown-menu .col-sm-12 .col-sm-5 {
    padding: 0;
}


.head_top ul.dropdown-menu .drop-down-list ul li a:hover::before {
    display: none;
}
.drop-down-img-st img {
    width: 100%;
    overflow: hidden;
}

.head_top ul.dropdown-menu .col-sm-7 {
    padding-right: 0;
}

.drop-down-img-st {
    height: 395px;
    overflow: hidden;
}
/*new-nav*/











.porfolio-sec:before {
    content: '';
    background: url(../images/gif/dotter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 169px;
    height: 183px;
    position: absolute;
    left: 60px;
    top: 160px;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
    z-index: -1;
}
.porfolio-sec:after {
    content: '';
    background: url(../images/gif/box.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 172px;
    height: 140px;
    position: absolute;
    right: 60px;
    bottom: 20px;
   -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
    z-index: -1;
}



.inr-btn-st-sucess .btn-st {
    margin: 0 auto;
    display: table;
}
.porfolio-sec .btn-st{
    display: table;
    margin: 0 auto;
    text-align:center;
}

.best-seller {
    position: absolute;
    top: 20px;
    right: -47px;
    transform: rotate(45deg);
    background: #e58d49;
    color: #fff;
    padding: 5px 20px;
    width: 45%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}


section.cta-sec.cta-about-pg.pricing-page-newsletter .cta-form.testi-form {
    width: 100%;
}



.ftr-anim:before {
    content: '';
    background: url(../images/gif/circle-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    bottom: 0;
    z-index: 2;
    top: 300px;
    margin: auto;
    right: -325px;
    width: 490px;
    height: 491px;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 170s linear infinite;
}



.ftr-anim {
    /* position: relative; */
    /* overflow-x: hidden; */
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;

}



@-webkit-keyframes asteroid {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }

}

@-moz-keyframes asteroid {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }

}

@-ms-keyframes asteroid {
    0% {
        -ms-transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(360deg)
    }

}

@-o-keyframes asteroid {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg)
    }

}

@keyframes asteroid {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }

}


.new-serv-img-st img {
    width: 100%;
}


.new-serv-6-img img {
    width: 115%;
    position: relative;
    left: -90px;
    top: 49px;
}

.new-serv-9-img img {
    width: 115%;
    position: relative;
    left: -90px;
    top: 49px;
}
.new-serv-10-img img {
    width: 120%;
    position: relative;
    left: -115px;
    top: 90px;
}


.contest-list__item.fullwidth.custom-web-pack-st .best-seller {
    right: -204px;
    font-size: 19px;
    top: 36px;
}



.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1pxrgba (37, 0, 22, 0.71);
    padding: 1px 0;
    animation: scrollDownAnimation 0.5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
    background: #00a155;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e',endColorstr='#9b2c92',GradientType=1);
}


@keyframes scrollDownAnimation {
from {
transform: translateY(0);
}
to {
transform: translateY(-10px);
}
}
@-webkit-keyframes scrollDownAnimation {
from {
transform: translateY(0);
}
to {
transform: translateY(-10px);
}
}



































/*view-details-page*/
section.view-detail-page {padding: 80px 0 80px;}

section.view-detail-page .price-pack-dtl-pg {padding: 50px 20px;box-shadow: 0 3px 30px #0000001f;text-align: center;}

section.view-detail-page .price-pack-dtl-pg .pkbtn {margin: 30px 0;}

section.view-detail-page .price-pack-dtl-pg h3 {font-size: 24px;font-weight: 700;}

section.view-detail-page .price-pack-dtl-pg h2 {font-size: 40px;font-weight: 800;padding-top: 10px;}

section.view-detail-page .price-pack-dtl-pg .actions {display: flex;align-items: center;justify-content: space-between;}

section.view-detail-page .price-pack-dtl-pg .actions a {font-size: 16px;font-weight: 600;color: #ff7400;transition: all .5s ease-in-out;}

section.view-detail-page .price-pack-dtl-pg .actions a:hover {color: #2c307a;}

section.view-detail-page .price-pack-dtl-pg .pkbtn a:hover {background: #ff7400;}

section.view-detail-page ul {height: 315px;}

section.view-detail-page ul li {padding: 14px 0;border-bottom: 1px dotted;font-size: 16px;font-weight: 500;}

section.view-detail-page .pack-wrap h3 {padding-left: 20px;font-size: 26px;font-weight: bold;}

section.view-detail-page .price-pack-dtl-pg h2 span {display: block;font-size: 16px;padding-top: 5px;}


.price-sec-new-seo .view-dtl-btn {margin-top: -15px;padding: 10px 20px;font-size: 14px;}

.packages-sec .pkbtn {margin-top: -50px;}


.price-sec-new-seo .tabs li.lrg-pck-detl .view-dtl-btn.btn-red {padding: 14px 25px;font-size: 16px;}

.web-portal-pck-st .web-portal-vbtn-st.view-dtl-btn {
    padding: 14px 20px;
    font-size: 14px;
}

section.view-detail-page ul {
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 0;
}
section.view-detail-page .row {
    display: flex;
    align-items: center;
}
section.view-detail-page ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
section.view-detail-page ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 8px;
}
 
/* Handle */
section.view-detail-page ::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(232 160 73) 0%, rgb(230 149 73) 0%, rgb(214 66 68) 100%);
   background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%); 
  border-radius: 8px;
}

/* Handle on hover */
section.view-detail-page ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.view-detail-banner-st {
    height: max-content !important;
    background-position: top;
    padding-top: 35px;
}

section.view-detail-page .btn-st {margin: 0 auto;display: table;}

.view-detail-btn-st {
    padding: 12px 14px;
    margin-right: 10px;
    border-radius: 60px;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.view-detail-btn-st i {text-align: center;position: absolute;left: 0;right: 0;margin: auto;bottom: 0;top: -65px;display: flex;align-items: center;justify-content: center;transition: all .3s ease-in-out;}

.view-detail-btn-st span {
    position: relative;
    top: 0px;
    transition: all .5s ease-in-out;
}

.price-box .view-detail-btn-st:hover span {
    top: 100px;
    transition: all .3s ease-in-out;
    color: #fff;
}

.price-box .view-detail-btn-st:hover i {
    top: 0;
    color: #fff;
}
.custom-price-btn-port-view.btn-st.price-btn:before {
    display: none;
}

.custom-price-btn-port-view.btn-st.price-btn {
    padding-top: 0;
}
/*view-details-page*/






.consultancy_form select {
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #ca3549, #ce3a50);
    background-position: calc(100% - 20px) calc(1.5em + 2px), calc(100% - 15px) calc(1.5em + 2px), 100% 0;
    background-size: 10px 5px, 5px 5px, 3em 4em;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

}


.consultancy_form select:focus {
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #ca3549, #ce3a50);
  background-position:
    calc(100% - 20px) 1.5em,
    calc(100% - 15px) 1.5em,
    100% 0;
 background-size: 10px 5px, 5px 5px, 3em 4em;
  background-repeat: no-repeat;

  outline: 0;
}

p.new-update {
    font-size: 20px;
    font-weight: 500;
    color: #d33743;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Poppins';
    margin: 0;
}

.logo-detail-list ul li h6 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    position: relative;
    left: 5px;
    transition: all .5s ease-in-out;
    text-align: left;
}

.logo-detail-list ul li h6 i {
    margin-left: 15px;
    transition: all .5s ease-in-out;
    transform: rotate(0deg);
}

.logo-dtl-box:hover h6 {
    transform: scale(1.1);
}

.hd-txt h6 {   
    font-weight: 600;
    color: #d33743;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 18px;
}

.hd-txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    padding: 22px 0;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}





















.pricing-main-pg-sec.pricing-logo-sec-new {

    background: #e6e8e8;
}

.testi-video-slider .slick-prev {
    top: auto;
    bottom: -70px;
    left: 42%;
    width: 50px;
    height: 50px;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    border-radius: 60%;
}

.testi-video-slider .slick-next {
    top: auto;
    bottom: -70px;
    left: 56%;
    background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);
    border-radius: 60%;
    width: 50px;
    height: 50px;
}

.testi-video-slider .slick-prev:hover, .testi-video-slider .slick-next:hover {
    background: #fff;
    color: #000;
}

.testi-video-slider .slick-prev:hover::before, .testi-video-slider .slick-next:hover::before {
    color: #000;
    opacity: 1;
}

.testi-video-slider .slick-prev:before, .testi-video-slider .slick-next:before {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    opacity: 1;
}


.port-box.video-text-box:before, .port-box.video-text-box:after {
    display: none;
}


section.pricing-sec-inner .hd-txt {
    padding-bottom: 50px;
}

section.pricing-sec-inner {
    padding: 50px 0px;
    background: #f7f7f7;
}




.new-serv-img-st.new-serv-6-img.maintenance-serv-img img {
    top: -40px;
}




/*==============floating strips css start============== */
.floatbutton.active{right: 0;z-index: 9;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: fixed;right: -370px;top: 18%;font-size: 0;width: 420px;/* transform: translateY(-50%); */z-index: 999;display: none;}
.floatbutton .clickbutton{width: 50px;z-index: 999;height: 200px;cursor: pointer;box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);border-radius: 3px 0px 0px 3px;border-radius: 30px 0px 0px 30px;display: inline-block;padding-top: 0;vertical-align: top;margin-top: 125px;color: #fff;font-size: 16px;font-weight: 700;position: relative;text-transform: uppercase;box-shadow: 0px 0px 40px #00000026;-webkit-box-shadow: 0px 0px 40px #00000026;-ms-box-shadow: 0px 0px 40px #00000026;-o-box-shadow: 0px 0px 40px #00000026; animation: changeBackgroundColor 5s infinite;}
.floatbutton .clickbutton .crossplus:before{content: ""; display:none;position: absolute;width: 20px;height: 2px;right: 0;background: #fbb334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus:after{content: ""; display:none;position: absolute;width: 2px;height: 20px;right: 0;background: #fab334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus{position: absolute;display: block;transform: rotate(-90deg);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;left: -50px;white-space: pre;bottom: 87px;}
.floatbutton .clickbutton .crossplus.rotate{transform: rotate(45deg);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton .clickbutton .crossplus i {font-size: 18px;color: #222;margin: 17px 0 0 15px;}
.banner-form{background: #fff;padding: 30px;position: relative;z-index: 99999 !important;border-radius: 5px;margin: 0;width: 370px;display: inline-block;box-shadow: 0px 0px 30px #0000001f;}
.ban-form input{width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;height: 50px;font-weight: 400;outline: none !important;margin: 0 0 15px 0;}
.banner-form .intl-tel-input{width: 100%;}
.banner-form h3 {color: #141315;font-size: 24px;margin-bottom: 5px;font-weight: 700;}
.banner-form h3 strong {font: 24px/24px "Poppins", sans-serif;font-weight: 600;}
.ban-form input[type="submit"]{color: #fff;font-size: 17px;font-weight: 600;border-radius: 3px;text-align: center;padding: 10px 15px;margin: 20px 0 0;border: transparent;overflow: hidden;position: relative;cursor: pointer;background-image: -moz-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);background-image: -webkit-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);background-image: -ms-linear-gradient( -4deg, rgb(116,171,62) 0%, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(234,171,74) 100%);}
.ban-form textarea{width: 100%;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;font-weight: 400;height: 120px;outline: none !important;margin: 15px 0 0px 0;resize: none;}
.btns_wrap{position:fixed;right: -6px;}
.btns_wrap a:hover{text-decoration: none!important;right: 0px;}
.btns_wrap .call_wrap{width: 280px;position: absolute;right: -225px;top: 63px;border-radius: 3px 0px 0px 3px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-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;z-index: 9999;border-radius: 30px 0px 0px 30px; animation: changeBackgroundColor 5s infinite; color: #fff;}
.btns_wrap .call_wrap span{color: #fff;font-size: 20px;vertical-align: middle;/* background: #000; */padding: 15px 20px 15px 15px;}
.btns_wrap .chat_wrap{display: block;position: absolute;right: -225px;width: 280px;top: 0;border-radius: 0px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-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;border-radius: 30px 0px 0px 30px;z-index: 9999;animation: changeBackgroundColor 5s infinite;}
.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo{color: #fff;font-size: 18px;padding: 15px 20px;border-right: 1px solid #ded9d9;vertical-align: middle;display: inline-block;border-radius: 10px 0px 0px 10px;}
.btns_wrap .chat_wrap span{color: #fff;font-size: 20px;vertical-align: middle;/* background: #000; */padding: 15px 30px 15px 15px;}
.ban-form .fldset.inpchecbx label{display: inline-block;margin: 0;line-height: 1.4;color: #676767;font-size: 13px;}
.ban-form .fldset.inpchecbx input{display: inline-block;width: auto;height: auto;margin: 0;}
.fldset.inpchecbx {margin: 10px 0 0 0;}
.fldset p{font-size: 13px;color: #676767;padding: 0;margin: 10px 0 0 0;}
.fldset p a{display: block; padding: 5px 0px 0 0; color: #141315; font-weight: 500; font-size: 14px; }
.main-services-banner-sec .ban-form .fldset  textarea{height: 60px;}
.main-services-banner-sec .ban-form input{height: 40px}
.intl-tel-input .country-list .country{font-size:14px;}
/*===================floating strips css end =================*/
.ban-form input[type="submit"]:before {
animation: shiny-btn1 3s ease-in-out infinite;
position: absolute;
content: '';
display: inline-block;
top: -180px;
left: 0;
width: 30px;
height: 100%;
background-color: #fff;
}
@media(max-width: 767px){
.floatbutton {
display: none !important;
}
}

.ban-form label {
    color: #2e2e2e;
    font-size: 13px;
    margin: 0px 0px 10px 0px;
}


/* popup-form-css */

.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    }
    .pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 15px 0px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
    }
    .pop-form .submit-btn {
    font-size: 18px;
    padding: 15px 0px;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    }
    div#pop-form {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: left;
    padding-top: 30px;
    padding-left: 60px;
    position: relative;
    }
    div#pop-form:before {
    content: '';
    background: url(../images/popup-side-img-af.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 493px;
    height: 496px;
    position: absolute;
    right: 0;
    bottom: -90px;
    animation: updown2 3s ease-in-out infinite;
    }
    div#pop-form form {
    width: 50%;
    /* margin: 0 auto; */
    /* display: table; */
    }
    div#pop-form form ::placeholder{
    color: #fff;
    }
    .popup-form-btn {
    text-align: center;
    margin: 0 auto;
    display: table;
    }
    .popup-form-btn .pop_btn.submit-btn {
    background: #ffffff;
    color: #000;
    font-weight: 500;
    outline: none;
    }
    .popupform-main.active {
    display: block;
    }
    .popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    }
    .pop-form {
    position: absolute;
    width: 1049px;
    height: 525px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/popup-bg2.png);
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    background-position: center revert;
    }
    .popupform-main .main-pop .col-md-12 {
    padding: 0;
    }
    .popupform-main h3 {
    font-size: 26px;
    margin: 0px 0 0 0;
    float: none;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 0 !important;
    }
    .popupform-main h2 {
    font-size: 60px;
    margin: 10px 0 0 0;
    color: #fdd400;
    font-weight: bold;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.21);
    }
    .popupform-main h4 {
    font-size: 22px;
    margin: 8px 0 0 0;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 400;
    }
    .fspx-23 {
    font-size: 23px;
    }
    .fw-exbold {
    font-weight: 800 !important;
    }
    .ls-xsmall {
    letter-spacing: -2px;
    }
    .fc-red {
    color: #fb2224;
    }
    .tt-uppercase {
    text-transform: uppercase !important;
    }   
    .popupform-main h6 {
    letter-spacing: 0;
    font-size: 45px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px 15px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
    }
    .fspx-20 {
    font-size: 20px;
    display: block;
    }
    .fspx-23 {
    font-size: 23px;
    margin-bottom: 10px;
    }
    .fw-normal {
    font-weight: 400 !important;
    }
    .popupform-main .main-pop {
    padding: 0px 0px 0 0;
    }
    .pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
    }
    .pop-form form .control-group {
    margin-bottom: 10px;
    }
    form .control-group {
    margin-bottom: 24px;
    position: relative;
    }
    .pop-form form .control-group input[type=text],.pop-form form .control-group input[type=text], .pop-form form .control-group input[type=number], .pop-form form .control-group input[type=email], .pop-form form .control-group select, .pop-form form .control-group textarea {
    background-color: transparent;
    text-align: left;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    padding-top: 0px;
    border-radius: 0;
    resize: none;
    padding-bottom: 0;
    color: #fff;
    box-shadow: none !important;
    }
    .popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
    padding-left: 10px;
    min-height: 50px;
    }
    .popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #cccccc;
    box-shadow: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Nunito", sans-serif;
    }
    form .numberarea {
    width: auto;
    position: relative;
    }
    .pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    outline: none;
    padding: 10px 40px;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: auto;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: table;
    }
    .pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
    }
    .popupform-main h6:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 45px solid #4274fa;
    border-bottom: 28px solid transparent;
    }
    .float-left {
    float: left;
    }
    .lh-medium {
    line-height: 1.2;
    }
    .lh-medium {
    line-height: 1.2;
    }
    .ta-left {
    text-align: left;
    }
    .fw-exbold {
    font-weight: 800 !important;
    }
    .mtpx-60{
    margin-top: 60px;
    }
    .pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 18px;
    font-weight: 900;
    color: #f2aa22;
    padding-top: 3px;
    background-color: #424242;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    border: 3px solid #161941;
    /* border: 5px solid #fff; */
    }
@media(max-width: 1600px){
div#pop-form form {
padding: 0;
}
div#pop-form:before {
background-size: 90%;
}
.popupform-main h4 {
font-size: 20px;
}
.pop-form {
width: 950px;
height: 590px;
}
}
@media(max-width: 1366px){
.pop-form {
width: 950px;
height: 590px;
}
}
@media(max-width: 991px){
.pop-form {
position: absolute;
width: 510px;
height: 500px;
top: 0px;
left: 0;
bottom: 0;
right: 0;
margin: auto;
/* background-image: url(../images/popup-bg2.png); */
padding: 0px 0 0px 0;
z-index: 99;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.popupform-main h3{
font-size: 30px !important;
}
.popupform-main h6 {
font-size: 30px;
}
#flform input[type="text"], input[type="email"]{
margin-bottom: 0px;
}
div#pop-form:before {
display: none;
}
div#pop-form {
text-align: center;
padding-right: 60px;
}
.popupform-main h3 {
text-align: center;
}
div#pop-form form {
width: 70%;
width: 100%;
}
.pop-form form .control-group input, .pop-form form .control-group textarea {
padding: 0;
}
.popup-form-btn .pop_btn.submit-btn {
padding: 10px 20px;
}
}
@media(max-width: 767px){
.popupform-main h6:before {
position: absolute;
content: "";
left: -20px;
top: 0px;
width: 0;
height: 0;
border-top: 0px solid transparent;
border-right: 28px solid #4274fa;
border-bottom: 28px solid transparent;
}
div#pop-form form {
width: 100% !important;
}
.pop-form {
position: absolute;
width: 334px !important;
height: max-content !important;
padding: 20px 20px;
background-position: top;
}
.popupform-main .pop-form h3 {
font-size: 21px !important;
margin-top: 4px;
}
/* .pop-form .close-btn {
top: -13px;
right: -6px;
height: 35px;
}*/
.popupform-main h6 {
letter-spacing: 0;
font-size: 21px;
background: #4274fa;
color: #fff;
border-radius: 10px;
padding: 3px 8px 5px 8px;
text-align: left;
position: relative;
right: 0px;
margin: 0px;
float: right;
}
.pop-form .submit-btn {
font-size: 18px;
width: 100%;
padding: 8px 0px;
}
div#pop-form {
max-width: 100%;
width: 100%;
margin: 0;
text-align: center;
padding-top: 9px;
padding-left: 17px;
}
.popupform-main h3 {
font-size: 26px;
margin: 31px 0 0 0;
color: #ffffff;
font-weight: 500;
}
.popupform-main h2 {
font-size: 30px;
margin: 10px 0 0 0;
color: #ffffff;
font-weight: 700;
}
.popupform-main h4 {
font-size: 24px;
margin: 8px 0 0 0;
color: #fff;
font-weight: 700;
}
.chk-st-1 {display: inline-flex;}
}
.main-pop label {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}





/* thankyou-css */
.thankyou_sec {
    padding: 100px 0 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: center;
    float: none;
}
/* .thankyou_sec + footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
} */
.main-thankyou {
    text-align: center;
}
.main-content__checkmark {
    font-size: 130px !important;
    line-height: 1 !important;
    color: #dc6246;
}
.site-header__title {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.1;
}
.main-content__body {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 600;
}
.start_live_chat {
    font-size: 19px;
    background-color: #16171a;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50pc;
}

.main-privacy {
    padding: 150px 0px 100px;
}

.contact-form .contact-form-control {
    margin-bottom: 18px;
}

.loader img {
    width: auto;
    height: auto;
}

.inner-header{
    background: #121212;
}
.box-spacing{
    margin-bottom: 40px;
}
.bottom-padding-40 {
    padding-bottom: 40px;
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat
}

.service-responsive-slider .col-lg-3.col-md-4.col-sm-6 {
    margin-bottom: 30px;
}
.terms-list li {
    line-height: 30px;
    font-size: 14px;
    color: #525252;
    list-style: none;
}
.terms-list p {
    font-size: 14px;
    color: #484848;
}
.term-text p{
    font-size: 14px;
    color: #484848;
    line-height: 34px;
}

.terms-list {
    padding-left: 15px;
}

.privacy h3 {
    font-weight: 600;
    font-size: 26px;
    margin: 15px 0px 10px;
    color: #000;
}


.whatsapp:hover {
    color: #fff;
}
a.view-detail-btn-st {
    display: none;
}

/* .hd-txt h4{
    display: none !important;
} */

.inner-header .navbar {
    height: 100px;
}

.head_top.inner-header .navbar-right {
    padding-top: 10px;
}

#regForm .tab {
	display: none;
	margin: 0;
	position: relative;
}

.cta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-btns .btn-st {
    margin-right: 20px;
}