@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*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: 20px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom: 1px solid #eeeeee1c;
}

.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;
}

.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: 45px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    /* padding: 0px; */
}
.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: bold;
    color: #00273f;
    font-size: 26px;
}

.head_top .navbar-right {
    padding-top: 25px;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
    /* width: 80%; */
    margin: 0 auto;
}
.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: 50px;
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
}
.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: 0;
    right: 0;
    width: 250px;
}

.logo {
    width: 100%;
    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.png);
    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;
}

.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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
}

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

.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.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}
.about-sec {
    padding: 80px 0px 50px;
    position: relative;
}


.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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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.png);
    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.png);
    background-position: center;
}
.logo-dtl-box4{
    background: url(../images/logo-dtl-img-4.png);
    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;
}

.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;
}

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

.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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
}

.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: 0 10px;}

.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: 100%;
    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;
}

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

.cta-form form .red_btn {
    width: 100%;
    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-image: -moz-linear-gradient( -4deg, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(188,26,111) 0%, rgb(221,50,92) 0%, rgb(249,70,75) 100%);
    background-image: -webkit-linear-gradient( -4deg, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(188,26,111) 0%, rgb(221,50,92) 0%, rgb(249,70,75) 100%);
    background-image: -ms-linear-gradient( -4deg, rgb(240,89,84) 0%, rgb(210,42,67) 0%, rgb(188,26,111) 0%, rgb(221,50,92) 0%, rgb(249,70,75) 100%);*/
    animation: changeBackgroundColor 8s infinite;
}

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

.cta-txt h2 {
    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 #00000069);
}

.cta-form {
    display: table;
    width: 75%;
}

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


/*cta-sec*/


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

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

.btn-st.price-btn {
    padding: 20px 0 0;
    text-align: center;
    gap: 0 20px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 3;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}
.price-main-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}
.btn-st.price-btn a {
    font-size: 16px;
    font-weight: 600;
}

.price-box h2 {
    font-size: 35px;
    color: #ff0000;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 18px;
}

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

.price-box ul {
    padding: 0px 10px 0px 10px;
    list-style: none;
    position: relative;
    z-index: 1;
    margin: 0;
    overflow-x: hidden;
    height: 138px;
    overflow-y: scroll;
    background: #fff;
    margin-bottom: 10px;
}

.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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
  border-radius: 8px;
}

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

.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: 15%;
    z-index: -1;
}

.pricing-sec .hd-txt h4, .pricing-sec .hd-txt h2, .pricing-sec .hd-txt p {
    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: 50px;
}
/*pricing-sec*/



/*services-sec*/
.services-sec {
    background: url(../images/services-bg.jpg);
    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: 90px 0 50px;
    background: url(../images/case-std-bg.png);
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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;
}

.footer-form {
    padding: 50px 0;
    background: #e6e8e8;
}
.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;
}

.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: #003b3c;
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    -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: #Fe691e;
    padding-bottom: 12px;

}

.social a img {
    filter: );
}

.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: #Fe691e;
  }
  50% {
    background-color: #008083;
  }
  75% {
    background-color: #Fe691e;
  }
  100% {
    background-color: #008083;
  }
}



@keyframes changeBackgroundColor2 {
  0% {
    background-color: #Fe691e;
  }
  50% {
    background-color: #008083;
  }
  75% {
    background-color: #Fe691e;
  }
  100% {
    background-color: #008083;
  }
}






/*web-design-page*/
.inner-serv-banner {
    padding: 50px 0;
    height: 655px;
    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 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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    -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.jpg);
    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;
}

.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 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;
}
/*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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
}

.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 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-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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    width: 70px;
    height: 70px;
}

.case-inner-sec-2 {
    padding: 50px 0;
    background: url(../images/case-studies/case-inner-bg-2.jpg);
    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 {
    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;
}

.pricing-main-pg-sec .hd-txt h4 {
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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;
}

.head_top .navbar.navbar-defult ul.dropdown-menu li a:hover {
    color: #fff;
}




.btn-st .get-start-btn:hover {
   background: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
}

.cta-form.testi-form form .form-group .red_btn:hover {
   background: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
}

.form_btn input:hover {
   background: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
}

.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 20px;}

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

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

.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 {
    flex-wrap: wrap;

}
.btn-st.price-btn.custom-pack-btn h2 {
    display: block;
    width: 100%;
}

a.popup-btn.get-start-btn.see-dtl-btn {
    display: none;
}
.contest-list__item .btn-st.price-btn.custom-pack-btn:before {
    height: 100px;
}

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


.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: 80%;
    margin: 0 auto;
}





.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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
    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: -webkit-linear-gradient(to right, #Fe691e, #008083);  
background: linear-gradient(to right, #Fe691e, #008083); 
}

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



.social li a:first-child img {
    filter: none;
}

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

.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;
  }
}



.plainng-heading-new {
    background: #fff;
    padding: 18px 0px 8px;
    border-top: 1px solid #bdbdbd;
    width: 90%;
    margin: 0 auto;
}

.plainng-heading-new h4 {
    background: transparent !important;
}


ul.pkg-list.pkg-list-adv {
    height: 77px;
}
ul.pkg-list.pkg-list-adv1 {
    height: 42px;
    overflow-y: auto;
}



















.col-sm-12.top-hdr-col a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.top-header{
    background: transparent;
}

.col-sm-12.top-hdr-col a i {
    color: #ffffff;
    margin-right: 8px;
}
.ftr-box-div ul {
    padding: 0;
    list-style: none;
    margin: auto;
    gap: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.ftr-box-div ul li img {
    width: auto;
}

.ftr-box-div ul li:last-child img {
    width: 55%;
}

.ftr-box-div ul li:nth-child(2) a {
    margin-right: 10px;
}

ul.ftr-list.contact-det+h4 {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 25px;
    padding-top: 20px;
}

ul.ftr-list.contact-det li i {
    color: #f36820;
}

ul.ftr-list.contact-det li {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

ul.ftr-list.contact-det li:last-child {
    justify-content: flex-start;
    align-items: flex-start;
}

ul.ftr-list.contact-det li:last-child i {
    position: relative;
    top: 9px;
}

ul.ftr-list.contact-det li i {
    margin-right: 9px;
    font-size: 17px;
}

ul.ftr-list.contact-det li a {
    font-size: 15px;
}

.ftr-list li a {
    font-size: 16px;
    line-height: 40px;
}

.payment-img a {
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
}



@media (min-width: 320px) and (max-width: 767px) {
    .ftr-last-col {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 20px 0;
    }
    .ftr-box-div ul {
    justify-content: center;
}

.ftr-box-div ul li:last-child img {
    margin: 0 auto;
    margin-bottom: 30px;
}

ul.ftr-list.contact-det li {
    justify-content: center;
}
}


.payment-method-img img {
    width: 70%;
}
.price-box:hover {
    height: 100%;
}