@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700');

@import url('bootstrap.css');

@import url('animate.css');

@import url('jquery.fancybox.min.css');

@import url('slick.css');

@import url('variables.css');

@import url('mobile-nav.css');





@font-face {

    font-family: 'product_sansbold';

    src: url('../fonts/product_sans_bold-webfont.woff2') format('woff2'),

         url('../fonts/product_sans_bold-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'product_sansregular';

    src: url('../fonts/product_sans_regular-webfont.woff2') format('woff2'),

         url('../fonts/product_sans_regular-webfont.woff') format('woff');

    font-weight: normal;

    font-style: normal;



}

#jqcheck { background: #fff9d7; text-align: center; color: #333; padding: 10px 0px; font-size: 13px; font-weight: bold; position: fixed; z-index: 9991; width: 100%; font-family: Arial, Helvetica, sans-serif; }

* { margin: 0px; padding: 0px; }



/* text selection color */

::-moz-selection { background: var(--primary-color);  color: var(--theme-white); text-shadow: none;}

::selection { background: var(--primary-color); color: var(--theme-white); text-shadow: none; }



/* browser scroller style */

::-webkit-scrollbar { width:10px; height:10px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display:none; }

::-webkit-scrollbar-track-piece { background-color:#ecedf1; -webkit-border-radius:0px; border-left:1px solid #888; }

::-webkit-scrollbar-thumb:vertical { -webkit-border-radius:0px; background:var(--ms-scrollbar-base-color); }



body { font-family: 'product_sansregular'; color: #000; font-size:14px; }



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; width: 100%; }



p { font-weight: 400; line-height: normal;padding: 0 0 15px; margin:0px; }



/*** theme sections padding ***/

.sec-padding-100 { padding:100px 0;} .sec-padding-90 { padding:90px 0;}

.sec-padding-80 { padding:80px 0;} .sec-padding-70 { padding:70px 0;}

.sec-padding-60 { padding:60px 0;} .sec-padding-xlarge { padding:50px 0; }

.sec-padding-large { padding:40px 0; } .sec-padding-medium { padding:30px 0; }

.sec-padding-small { padding:25px 0; } .sec-padding-xsmall { padding:10px 0; }



/*** theme sections margin ***/

.sec-margin-100 { margin:100px 0;} .sec-margin-90 { margin:90px 0;}

.sec-margin-80 { margin:80px 0;} .sec-margin-70 { margin:70px 0;}

.sec-margin-60 { margin:60px 0;} .sec-margin-xlarge { margin:50px 0; }

.sec-margin-large { margin:40px 0; } .sec-margin-medium { margin:30px 0; }

.sec-margin-small { margin:25px 0; } .sec-margin-xsmall { margin:10px 0; }



/*** no padding, no marging ***/

.p-0 { padding:0; }

.pt-0 { padding-top:0px; } .pb-0 { padding-bottom:0px; }

.pl-0 { padding-left:0px; } .pr-0 { padding-right:0px; }



.m-0 { margin:0; }

.mt-0 { margin-top:0px; } .mb-0 { margin-bottom:0px; }

.ml-0 { margin-left:0px; } .mr-0 { margin-right:0px; }



p strong { color: black; }

p span { color: black; }

a:hover { text-decoration: none; }

a:focus { outline: none; text-decoration: none; }

img { border: 0px; outline: none; }

/*img { max-width: 100%;  }*/

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

.relative { position:relative; }





a { text-decoration: none; }



.home-banner {

    background-size: cover !important;

    height: 850px;

    background-attachment: fixed !important;

}



header.header-main {

    position: absolute;

    width: 100%;

    z-index: 1;

    padding: 30px 0;

}



.main-menu ul li a {

    font-weight: 700;

    font-size: 20px;

    line-height: 24px;

    text-align: right;

    text-transform: uppercase;

    color: #FFFFFF;

    display: flex;

    align-items: center;

    gap: 9px;

    justify-content: center;

    position: relative;

}



.main-menu ul li {

    display: inline-block;

    margin: 0 30px 0 0;

}



.main-menu ul {

    text-align: right;

}



.main-menu {

    width: 100%;

    display: flex;

    justify-content: flex-end;

    align-items: center;

    /* margin: 15px 0  0; */

}



.main-menu ul li a p {

    padding: 0;

}



.home-banner-content h1 {

    font-weight: 700;

    font-size: 62px;

    line-height: 70px;

    color: #FFFFFF;

    line-height: 65px;

    font-family: 'product_sansbold';

}



.home-banner-content h1 span {

    display: block;

}



p.subtitle {

    font-weight: 400;

    font-size: 20px;

    line-height: 25px;

    color: #FFFFFF;

    max-width: 540px;

    padding: 25px 0 35px 0;

}



.home-banner-content ul {

    display: flex;

}



.home-banner-form {

    background: #fff;

    padding: 20px;

    width: 400px;

    float: right;

    position: relative;

    border-radius: 10px;

    border: 7px solid #000;

}



.home-banner-form h2 {

    font-size: 24px;

    line-height: 29px;

    text-transform: uppercase;

    color: #000000;

    text-align: left;

    font-family: 'product_sansbold';

    margin: 0 0 10px;

}



.home-banner-form:before {

    /* background: #000000; */

    opacity: 0.4;

    border-radius: 10px;

    content: "";

    position: absolute;

    width: 106%;

    height: 106%;

    top: -10px;

    left: -16px;

}



.home-banner-form input {

    background: #EAEEEE;

    border: 1px solid rgba(0, 0, 0, 0.05);

    border-radius: 2px;

    height: 40px;

    padding: 0 10px;

    width: 100%;

}



input#sbmt-btn {

   background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);

    border-radius: 2px;

    color: #fff;

    width: 180px;

    float: right;

    cursor: pointer;
	
	padding-left: 35px;

}



.phone-fld {

    display: flex;

    gap: 10px;

    width: 100%;

    position: relative;

}



.phone-fld img {

    position: absolute;

    top: 10px;

    left: 10px;

}



.phone-fld div {

    width: 80px;

}



.phone-fld div+div {

    width: 100%;

}





.home-banner-form form {

    position: relative;

    z-index: 99;

}



.home-banner-form textarea {

    background: #EAEEEE;

    border: 1px solid rgba(0, 0, 0, 0.05);

    border-radius: 2px;

    height: 80px;

    padding: 10px;

    width: 100%;

    resize: none;

}



.home-banner .container.align-self-center {

    padding-top: 0;

}



section#counter-sec .row {

   background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);

    border-radius: 12px;

    padding: 0 20px;

}



.counter-box h2 {

    font-style: normal;

    font-weight: 700;

    font-size: 37px;

    line-height: 45px;

/* identical to box height */

    color: #FFFFFF;

    font-family: 'product_sansbold';

}



.counter-box p {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding-bottom: 0;

}


.counter-box {
    padding: 16px 30px;
    border-right: 2px solid #0077ff;
    position: relative;
}



section#counter-sec .counter-box:after {

    content: "";

    width: 2px;

    height: 100%;

    background: #0091f1;

    position: absolute;

    right: -4px;

    top: 0;

    z-index: 9;

    opacity: 0.5;

}



section#counter-sec .row .col-md-3:nth-child(4):after {width: 0;}



section#counter-sec .row .col-md-3:nth-child(4) .counter-box {

    border: 0;

}



section#counter-sec .row .col-md-3:nth-child(4) .counter-box:after {

    width: 0;

}



section#counter-sec {

    margin: -100px 0 0;

    position: relative;

}



section#mobile-app-sec {

    padding: 90px 0;

}



section#mobile-app-sec h2 {

    font-weight: 700;

    font-size: 50px;

    line-height: 61px;

    text-align: center;

    color: #000000;

    font-family: 'product_sansbold';

}



section#mobile-app-sec ul li h4 {

    font-size: 22px;

    line-height: 22px;

    color: #000000;

    font-family: 'product_sansbold';

}



section#mobile-app-sec ul li {

    display: flex;

    align-items: center;

    padding: 10px 0 0;

}



section#mobile-app-sec ul li p {

    font-size: 18px;
    padding: 5px 0 0;
    font-weight: 500;
    /* font-size: 22px; */
    line-height: 22px;

}



section#mobile-app-sec ul {

    max-width: 540px;

    margin: 40px 0 0;

}



.mobile-app {

    text-align: center;

    position: relative;
    height: 100%;

}



.mobile-app a {background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);border-radius: 2px;display: block;width: 200px;height: 56px;line-height: 56px;color: #fff;margin: -60px auto 0; padding-left: 20px; position: relative;z-index: 99;transition: all .6s ease;}



.mobile-app:after {

    background: linear-gradient(39.4deg, #0052B4 59.92%, #FC8800 95.16%);

    opacity: 0.15;

    width: 500px;

    height: 500px;

    content: "";

    position: absolute;

    top: 42%;

    left: 43%;

    border-radius: 100%;

    transform: translate(-50%,-50%);

    animation: circlemove 1s infinite alternate;

}



@keyframes circlemove{

    from{left: 45%;}

    to{left: 43%;}

}


@keyframes mobmove{

    from{top: 0;}

    to{top: -15px;}

}

section#death-sword-sec:before{

animation: circlemove 1s infinite alternate;

}

.mobile-app img {
    position: relative;
    z-index: 5;
    animation: moblftrght 5s alternate infinite; 
    left: 50px;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes moblftrght{
    from{transform: scale(1);}
    to{transform: scale(1.1);}

}



section#death-sword-sec {/* padding: 100px 0; */background-size: cover !important;background-attachment: fixed !important;background-position: center !important;position: relative;overflow: hidden;}



section#death-sword-sec h2 {

    font-weight: 700;

    font-size: 50px;

    line-height: 61px;

    color: #FFFFFF;

    display: flex;

    align-items: center;

    gap: 10px;

    margin: 0;

    font-family: 'product_sansbold';

}









section#death-sword-sec .col-md-7 img {

    width: 55px;

}



section#death-sword-sec p {

    font-weight: 400;

    font-size: 18px;

    line-height: 26px;

    color: #FFFFFF;

    max-width: 450px;

    padding: 30px 0;

}



section#death-sword-sec .col-md-5 img {display: inline-block;animation: mobmove 1s infinite alternate;position: relative;}



section#death-sword-sec .col-md-5 {

    text-align: right;

    float: left;

    height: 100%;

}



section#death-sword-sec .col-md-7 {display: flex;justify-content: center;flex-direction: column;/* padding: 120px 0 0 90px; */height: 100%;justify-content: center;}



section#death-sword-sec a {

    background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);

    border-radius: 2px;

    display: block;

    width: 200px;

    height: 56px;

    line-height: 56px;

    color: #fff;

    margin: 0;

    position: relative;

    z-index: 99;

    transition: all .6s ease;

    text-align: center;
	
	padding-left: 20px;

}

section#appxdome-sec {

    padding: 100px 0;

    background-size: cover !important;

    background-attachment: fixed !important;

    background-position: center !important;

    position: relative;

    overflow: hidden;

}



section#appxdome-sec h5 {

    font-weight: 700;

    font-size: 30px;

    line-height: 36px;

    letter-spacing: 5px;

    text-transform: uppercase;

    color: #FFFFFF;

    font-family: 'product_sansbold';

    margin: 50px 0 10px;

}



section#appxdome-sec h2 {

    font-weight: 700;

    font-size: 50px;

    letter-spacing: 0;

    text-transform: uppercase;

    color: #FFFFFF;

    font-family: 'product_sansbold';

    line-height: 55px;

}



section#appxdome-sec h2 span {

    display: block;

}



section#appxdome-sec h2 strong {

    font-size: 42px;

}



section#appxdome-sec a {

   background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);

    border-radius: 2px;

    display: block;

    width: 200px;

    height: 56px;

    line-height: 56px;

    color: #fff;

    border: 0;

    margin: 20px 0 0;

    position: relative;

    z-index: 99;

    transition: all .6s ease;

    text-align: center;
	
	padding-left: 20px;

}



section#appxdome-sec ul li {

    font-size: 17px;

    line-height: 36px;

    color: #FFFFFF;

    padding: 0 0 30px;

}

section#appxdome-sec ul li p {
       
}



section#appxdome-sec ul li strong {

    font-weight: 700;

    font-size: 30px;

    line-height: 36px;

    color: #FFFFFF;

}



section#appxdome-sec ul li h6 {

    color: #fff;
    font-weight: 600;

    margin: 0 0 4px;

}

.brands-logo {

    filter: brightness(0) invert(1);
    height: 50px;
    object-fit: contain;

    transition: all .6s ease;

}

@media (max-width: 767px) {

    .brands-logo {

 object-position: left;
    }

}



section#expert-sec {

    padding: 100px 0;

    background-size: cover !important;

    background-attachment: fixed !important;

    background-position: center !important;

    position: relative;

}



section#expert-sec h2 {

    font-weight: 700;

    font-size: 40px;

    line-height: 49px;

    color: #FFFFFF;

    text-align: center;

    margin: 0 0 40px;

    font-family: 'product_sansbold';

}



section#expert-sec input {

    width: 100%;

    height: 65px;

    padding: 0 10px;

    font-weight: 700;

    color: #000;

    margin: 0 0 5px;

}



section#app-dev-sec {

    background-size: cover !important;

    background-attachment: fixed !important;

    background-position: center !important;

    position: relative;

    padding: 100px 0;

}



section#app-dev-sec h2 {

    font-size: 45px;

    line-height: 61px;

/* identical to box height */

    text-align: center;

    color: #FFFFFF;

    font-family: 'product_sansbold';

}



p.app-txt {

    font-size: 16px;

    line-height: 20px;

    text-align: center;

    color: #FFFFFF;

    max-width: 600px;

    margin: 20px auto 0;

}



.app-dev-box {

    display: flex;

    align-items: center;

    position: relative;

    gap: 27px;

    margin: 30px 0 0;

}



.app-dev-box h4 {

    font-weight: 700;

    font-size: 32px;

    line-height: 39px;

    color: #FFFFFF;

}



.app-dev-box p {

    font-size: 16px;

    line-height: 20px;

    text-align: left;

    color: #FFFFFF;

    padding: 0;

}



.app-dev-box div {

    position: relative;

}



.app-dev-box div:before {

    width: 2px;

    height: 100%;

    background: #fff;

    content: "";

    position: absolute;

    left: -19px;

    opacity: 0.4;

}



section#featured-sec h2 {
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-family: 'product_sansbold';
    max-width: 950px;
    margin: auto;
}



section#featured-sec {

    padding: 100px 0;

    background: #fff;

}



.featured-pic {

    margin: 60px 0 0;

}



.featured-pic img {

    filter: grayscale(1);

    transition: all .6s ease;

}



.featured-pic:hover img {

    filter: grayscale(0);

}



section#testimonials-sec {

    padding: 100px 0;

    background: url('../images/color-dots.png') no-repeat center center;

    position: relative;

}








section#testimonials-sec h2 {

    font-weight: 700;

    font-size: 50px;

    line-height: 61px;

    text-align: center;

    margin: 0 0 50px;

    color: #000000;

    font-family: 'product_sansbold';

}



/*.testimonials-items {

    text-align: center;

    max-width: 750px;

    margin: 0 auto;

}*/



.testimonials-items h4 {

    font-weight: 700;

    font-size: 22px;

    line-height: 22px;

    text-align: center;

    color: #000000;

    margin: 10px 0;

}



.testimonials-items h4 span {

    display: block;

    font-weight: 700;

    font-size: 17px;

    line-height: 30px;

    text-align: center;

    color: #7B7B7B;

}



.testimonials-items p {

    margin: 0 auto;

    font-weight: 400;

    font-size: 28px;

    line-height: 35px;

    text-align: center;

    color: #000000;

    padding: 45px 0;

    max-width: 590px;

    z-index: 5;

    position: relative;

}



section#awards-sec {

    padding: 100px 0;

    background: #F9F7FF;

}



.testimonials-items p:before {

    width: 96px;

    height: 69px;

    background: url('../images/start-quote.png');

    position: absolute;

    content: "";

    top: 0;

    left: -10px;

    z-index: -1;

}

.testimonials-items img {

    display: inline-block;

}



.testimonials-items {

    text-align: center;

}

.testimonials-items p:after {

    width: 96px;

    height: 69px;

    background: url('../images/end-quote.png');

    position: absolute;

    content: "";

    bottom: 40px;

    right: -10px;

    z-index: -1;

}

section#testimonials-sec .slick-prev.slick-arrow {

    right: auto;

    left: 50%;

    transform: translate(-350%);

    bottom: -10px;

}



section#testimonials-sec .slick-next.slick-arrow {

    right: auto;

    left: 50%;

    transform: translate(230%);

    bottom: -10px;

}



section#testimonials-sec .slick-next.slick-arrow:before {

    left: 0;

}



section#testimonials-sec .slick-prev.slick-arrow:before {

    left: auto;

}



ul.slick-dots {

    text-align: center;

}



ul.slick-dots li {

    display: inline-block;

    margin: 0 5px;

}



ul.slick-dots li button {

    font-size: 0;

    width: 10px;

    height: 10px;

    background: #E4E5E7;

    border-radius: 20px;

    cursor: pointer;

    transition: all .6s ease;

}





ul.slick-dots li.slick-active button {

background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);

    width: 30px;

}

section#awards-sec h2 {

    font-weight: 700;

    font-size: 50px;

    line-height: 61px;

    text-align: center;

    color: #000000;

    max-width: 650px;

    margin: 0 auto 30px;

    font-family: 'product_sansbold';

}



section#awards-sec ul {

    width: 100%;

    display: inline-block;

    text-align: center;

    margin: 40px 0 0;

}



section#awards-sec ul li img {

    filter: grayscale(1);

}



section#footer-sec {

    background-size: cover !important;

    background-attachment: fixed !important;

    background-position: center !important;

    position: relative;

    padding: 100px 0 0;

    text-align: center;

}



section#footer-sec h2 {

    font-weight: 700;

    font-size: 45px;

    line-height: 55px;

    text-align: center;

    font-family: 'product_sansbold';

    color: #FFFFFF;

}



section#footer-sec p {

    font-weight: 700;

    font-size: 16px;

    line-height: 20px;

    text-align: left;

    color: #FFFFFF;

    margin: 10px 0 0;

    font-family: 'product_sansbold';

}

section#footer-sec p img {
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.footer-pic {

    width: 100%;

    margin: 25px  0;

}



.location-box {

text-align: left;

margin: 40px 0 0;
}



.location-box p span {

    color: #fff;

    display: block;

}



.location-box p {

    font-weight: 700;

    font-size: 16px !important;

    line-height: 17px;

    text-align: center;

    color: #FFFFFF;

}



.footer-logo {

    width: 100%;

}



.footer-logo ul li {

    display: inline-block;

    width: 16%;

}



.footer-logo {

    padding: 30px 0;

    position: relative;

    margin: 80px 0 0;

}



.footer-logo:before {

width: 100%;

height: 1px;

position: absolute;

content: "";

top: 0;

left: 0;

opacity: 0.1;

border: 1px solid #FFFFFF;
}



.footer-logo:after {

width: 100%;

height: 1px;

position: absolute;

content: "";

bottom: 0;

left: 0;

opacity: 0.1;

border: 1px solid #FFFFFF;
}



.footer-logo img {

    filter: grayscale(1);

}



section#awards-sec ul li {

    width: 19%;

    display: inline-block;

}

div#discalimer p {

    font-weight: 400;

    font-size: 13px;

    line-height: 14px;

    text-align: center;

    color: #FFFFFF;

    padding: 20px 0;

}

.main-feat {

    width: 19%;

    display: inline-block;

}

div#discalimer {

    width: 100%;

    margin: 0;

}

section#expert-sec h2 span {

    color: #0A57FF;

}

section#expert-sec .phone-fld img {

    top: 15px;

}



section#expert-sec input::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #000;

}

section#expert-sec input::-moz-placeholder { /* Firefox 19+ */

  color: #000;

}

section#expert-sec input:-ms-input-placeholder { /* IE 10+ */

  color: #000;

}

section#expert-sec input:-moz-placeholder { /* Firefox 18- */

  color: #000;

}



section#expert-sec textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #000;

}

section#expert-sec textarea::-moz-placeholder { /* Firefox 19+ */

  color: #000;

}

section#expert-sec textarea:-ms-input-placeholder { /* IE 10+ */

  color: #000;

}

section#expert-sec textarea:-moz-placeholder { /* Firefox 18- */

  color: #000;

}

input#sbmt-btn2 {

    background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);
    border-radius: 2px;

    display: block;

    width: 200px !important;

    height: 56px;

    border: 0;

    line-height: 52px;

    color: #fff;

    margin: 20px 0 0;

    position: relative;

    z-index: 99;

    transition: all .6s ease;

    text-align: center;

    color: #fff !important;

    float: right;

    margin: 15px 0 0 !important;
	
	padding-left: 20px !important;

}



section#expert-sec textarea {

    width: 100%;

    height: 238px;

    padding: 10px;

    font-weight: 700;

    color: #000;

    margin: 0 0 5px;

    resize: none;

}

.footer-form input {

    width: 100%;

    height: 55px;

    padding: 0 10px;

    font-weight: 700;

    color: #000;

    margin: 0 0 5px;

}

.footer-form textarea {

width: 100%;

height: 205px;

padding: 10px;

font-weight: 700;

color: #000;

margin: 0 0 5px;
}

#foot-btn {

    background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);

    border-radius: 2px;

    display: block;

    width: 230px !important;

    height: 65px;

    line-height: 65px;

    color: #fff;

    margin: 20px 0 0;

    position: relative;

    z-index: 99;

    transition: all .6s ease;

    text-align: center;

    color: #fff !important;

    border: 0;

    margin: 30px auto 90px;

    cursor: pointer;

}

.footer-form {

max-width: 750px;

margin: 30px auto 30px;
}

button{

    border:0px;

}

button:focus{

    outline: 0

}

.main-menu ul li:last-child a:before {

    background: #0A57FF;

    width: 65px;

    height: 2px;

    position: absolute;

    content: "";

    bottom: -5px;

    transition: all .6s ease;

    right: 0;

}



.main-menu ul li a:hover:before {

    width: 0;

}



.slick-prev.slick-arrow {font-size: 0;width: 50px;height: 50px;background: #185dff;border-radius: 100%;position: absolute;right: 8%;bottom: 144px;cursor: pointer;z-index: 99;}



.slick-next.slick-arrow {font-size: 0;width: 50px;height: 50px;background: #185dff;border-radius: 100%;position: absolute;right: 5%;bottom: 144px;cursor: pointer;z-index: 99;}



.slick-prev.slick-arrow:before {

    background: url(../images/arrow-prev.png);

    width: 27px;

    height: 12px;

    content: "";

    position: absolute;

    top: 20px;

    left: 21px;

    opacity: 1;

}

.slick-next.slick-arrow:before {

    background: url(../images/arrow-next.png);

    width: 27px;

    height: 12px;

    content: "";

    position: absolute;

    top: 20px;

    left: 0px;

    opacity: 0.5;

}

.slick-next.slick-arrow:hover, .slick-prev.slick-arrow:hover {

background: linear-gradient(90deg, #0A57FF 0%, #6380FF 100%);

}



.slick-next.slick-arrow:hover:before, .slick-prev.slick-arrow:hover:before {

    opacity: 1

}
input#phoneField2 {
    padding: 0 0 0 100px !important;
}
input#phoneField5 {
    padding: 0 0 0 100px;
}
.input.form-group {
    position: relative;
}
#death-sword-sec .slick-slide {
    padding: 50px 0 100px 0;
    background-size: 100% !important;
    background-attachment: fixed !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
    height: 850px;
    background-image: unset !important;
    background-color: #000 !important;
}

/* #death-sword-sec .slick-slide:before {
    background: #0CB2E7;
    left: 45%;
    transform: rotate(-135deg);
    content: "";
    width: 100px;
    height: 240%;
    position: absolute;
    top: -350px;
} */

#death-sword-sec .slick-slide:after {
    background: #0CB2E7;
    right: 0;
    content: "";
    width: 150px;
    height: 200px;
    position: absolute;
    bottom: 0;
    clip-path: polygon(100% 67%, 65% 100%, 100% 100%);
}
img.img-fluid.tcc-mob {
    position: relative;
    /* top: -100px; */
    /* width: 400px; */
}

#death-sword-sec .slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide:after {
    background: #0CB2E7;
}

#death-sword-sec .slick-slide+.slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide+.slick-slide:after {
    background: #13D105;
}

#death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide:after {
    background: #E3AF11;
}

#death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide:after {
    background: #8A56FF;
}
#death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide:after {
    background: #FF6E01;
}

#death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide+.slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide+.slick-slide:before, #death-sword-sec .slick-slide+.slick-slide:before{
animation: linemove 1s infinite alternate;
}
input#phoneField3 {
    padding: 0 0 0 100px;
}
@keyframes linemove{
    from{left: 36%  ;}
    to{left: 38%}

}
.location-box p {
    display: flex;
}
section#footer-sec .footer-form .form-group {
    width: 100%;
}
.ct-circle{
    position: relative;
    width: 230px !important;
    margin: 0 auto;
}
.ct-circle:before {
    box-shadow: 0 0 0 rgb(255 255 255 / 40%);
    animation: pulso 2s infinite;
    transition: 0.5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 40px;
    border-radius: 50%;
    top: -2px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
}
 @keyframes pulso {
     0% {
         -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
     70% {
         -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
     100% {
         -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

section#expert-sec .ct-circle:before {
    left: 25px;
    top: 14px;
}
section#expert-sec .ct-circle {
    position: relative;
    width: 200px !important;
    float: right;
}
section#appxdome-sec .ct-circle:before {
    left: 25px;
    top: 14px;
}
section#appxdome-sec .ct-circle {
    position: relative;
    width: 200px !important;
    float: left;
}
#death-sword-sec .ct-circle:before {
    left: 25px;
    top: 0;
}
#death-sword-sec .ct-circle {
    position: relative;
    width: 200px !important;
    float: left;
    margin: inherit;
}

.slider-wrapper .ct-circle {
    position: relative;
    width: 180px !important;
    float: right;
}
.slider-wrapper .ct-circle:before {
    left: 17px;
    top: 0;
}
section#mobile-app-sec .ct-circle:before {
    left: 52px;
    top: -2px;
}

.main-menu ul li:last-child a:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid #0A57FF;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 2s infinite;
}
@keyframes  ring {
            0% {
                width: 20px;
                height: 20px;
                opacity: 1;
            }
            100% {
                width: 100px;
                height: 100px;
                opacity: 0;
            }
        }
/********** Responsive **********/



@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {

main.app-container {

    overflow: hidden;

}

.home-banner-content h1 {

    font-size: 35px;

    line-height: normal;

}

.logo {

    width: 140px;

}
#death-sword-sec .slick-slide {
    height: auto;
}

.home-banner-content {

    padding: 125px 0 0;

}

.main-menu ul {

    text-align: center;

}

.main-menu ul li {

    display: flex;

    margin: 0;

    align-items: center;

    justify-content: center;

}

.main-menu ul {

    text-align: center;

    width: 100%;

    display: flex;

    gap: 15px;

    align-items: center;

    justify-content: center;

    margin: 10px 0 0;

}
section#appxdome-sec .ct-circle:before {
    left: 25px;
    top: -21px;
}
section#counter-sec {

    margin: 20px auto 0;

    position: relative;

    width: 90%;

}
.location-box p {
    display: flex;
    align-items: center;
}
.main-menu ul li {
    display: none;
}
section#mobile-app-sec ul li {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
}
.main-menu ul li:last-child {
    display: block;
    border: 1px solid #fff;
    padding: 19px;
    border-radius: 5px;
}
.home-banner {

    background-size: cover !important;

    height: auto;

    background-attachment: fixed !important;

    padding: 0 0 50px;

}

.home-banner-form {

    background: #fff;

    padding: 20px;

    width: 100%;

    float: left;

    position: relative;

    border-radius: 10px;

    margin: 50px 0 0;

}

.main-menu ul li a {

    font-weight: 700;

    font-size: 15px;

    line-height: 24px;

    text-align: center;

    text-transform: uppercase;

    color: #FFFFFF;

    display: flex;

    align-items: center;

    gap: 9px;

    justify-content: center;

    position: relative;

}

section#counter-sec .counter-box:after {

    content: "";

    width: 0;

}

.counter-box {

padding: 25px;

border-right: 0px solid #ff3d2d;

position: relative;

text-align: center;
}

section#mobile-app-sec h2 {

    font-weight: 700;

    font-size: 35px;

    line-height: normal;

    text-align: center;

    color: #000000;

    font-family: 'product_sansbold';

}

.mobile-app img {

    position: relative;

    z-index: 5;

    width: 100%;

}

.mobile-app:after {

    background: linear-gradient(39.4deg, #0052B4 59.92%, #FC8800 95.16%);

    opacity: 0.15;

    width: 300px;

    height: 300px;

    content: "";

    position: absolute;

    top: 40%;

    left: 50%;

    border-radius: 100%;

    transform: translate(-43%,-50%);

}

section#death-sword-sec .col-md-5 img {width: 100%;margin: 0;}

.death-slider .row.slick-slide {

    display: flex;

    flex-direction: column-reverse;

}

section#death-sword-sec p {

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;

    color: #FFFFFF;

    max-width: 100%;

    padding: 30px 0;

}

section#death-sword-sec h2 {

    font-size: 28px;

}

section#death-sword-sec .col-md-7 {padding: 0px 20px 0 30px;}

section#appxdome-sec h2 {

    font-size: 26px;

    line-height: 35px;

}

section#appxdome-sec h2 strong {

    font-size: 22px;

}

section#appxdome-sec h5 {

    font-weight: 700;

    font-size: 25px;

    line-height: 36px;

    letter-spacing: 5px;

    text-transform: uppercase;

    color: #FFFFFF;

    font-family: 'product_sansbold';

    margin: 0;

}

section#appxdome-sec a {

    margin: 20px 0 40px;

}

section#appxdome-sec {padding: 50px 0;margin: -25px 0 0 0;}

section#expert-sec h2 {

    font-size: 26px;

    line-height: 35px;

}

section#featured-sec h2 {

    font-size: 35px;

    line-height: 40px;

}

.featured-pic img {

    width: 170px;

}

.featured-pic {

    margin: 30px 0 0;

    text-align: center;

}

section#app-dev-sec h2 {

    font-size: 30px;

    line-height: 35px;

}

.app-dev-box {

    display: block;

    align-items: center;

    position: relative;

    gap: 0;

    margin: 30px 0 0;

    text-align: center;

}

.app-dev-box p {

    font-size: 15px;

    line-height: 20px;

    text-align: center;

    color: #FFFFFF;

    padding: 0 25px;

}

section#testimonials-sec h2 {

    font-weight: 700;

    font-size: 32px;

    line-height: 35px;

    text-align: center;

    margin: 0 0 50px;

    color: #000000;

    font-family: 'product_sansbold';

}

.testimonials-items p {

    margin: 0 auto;

    font-weight: 400;

    font-size: 23px;

    line-height: 30px;

    text-align: center;

    color: #000000;

    padding: 45px 0;

    max-width: 590px;

    z-index: 5;

    position: relative;

}

section#awards-sec h2 {

    font-weight: 700;

    font-size: 32px;

    line-height: 35px;

    text-align: center;

    color: #000000;

    max-width: 100%;

    margin: 0 auto 30px;

    font-family: 'product_sansbold';

}

section#awards-sec ul li, .footer-logo ul li {

    width: 45%;

    display: inline-block;

}

section#awards-sec ul li img, .footer-logo ul li img {

    width: 100%;

}

section#footer-sec h2 {

    font-weight: 700;

    font-size: 30px;

    line-height: 35px;

    text-align: center;

    font-family: 'product_sansbold';

    color: #FFFFFF;

}

.footer-pic {

    width: 100%;

    margin: 0;

}

.slick-next.slick-arrow {

    right: auto;

    bottom: -70px;

    cursor: pointer;

    z-index: 99;

    left: 50%;

    transform: translate(-10%);

}

.slick-prev.slick-arrow {

    right: auto;

    bottom: -70px;

    cursor: pointer;

    left: 50%;

    transform: translate(-130%);

    z-index: 99;

}
section#death-sword-sec .col-md-5 {
    text-align: center;
    float: left;
    height: 100%;
}
}



.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px !important;
    margin-left: 0;
}