@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Urbanist", sans-serif;
    background-color: #000;
}

h1, h2, h4, h5, h6 {
    font-family: "Urbanist", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
}

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

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    font-size: 110px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    line-height: 100px;
    text-transform: uppercase;
}

.bannertext h1 span {
    color: #07B8FE;
    font-weight: 600;
}

.headertext h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.headertext h2 {
    font-size: 120px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 122px;
    position: relative;
}

/*.headertext h3 span {
    color: #04A0FE;
}*/

.headertext h6 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.small_title h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
}

.btn01 {
    font-size: 17px;
    font-weight: 600;
    padding: 13px 30px;
    color: #fff;
    text-align: center;
    line-height: normal;
    margin: 35px 5px 0;
    background-color: #1789EA;
    border: 1px solid #1789EA;
    position: relative;
    border-radius: 30px;
    display: inline-block;
    transition: 0.6s;
    /*box-shadow: 0 0 7px 3px #1789EA inset, 0 0 7px 3px #1789EA;*/
}

.btn02 {
    background-color: transparent;
    border: 1px solid #82bdefe3;
    box-shadow: 0 0 20px #1789eae3 inset;
}

.btn01:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #82bdefe3;
    box-shadow: 0 0 20px #1789eae3 inset;
}
/*.btn01 .fa-arrow-right { transform: rotate(-45deg); margin-left: 3px; transition: all 0.6s ease; font-size: 14px;}
.btn01:hover .fa-arrow-right { transform: rotate(0deg); }
.btn01:hover { color: #000; background-color: #CBAC6E; transition: all 0.6s ease; }*/


/*[class^=col-] {
    margin-bottom: 30px; 
}*/

/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background-color: #1789ea; border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #1789ea; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.headerarea .logo {
    width: 100%;
    max-width: 150px;
    position: relative;
    display: inline-block;
    /*background-color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;*/
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #000;
    /*padding: 5px 100px;*/
    z-index: 11;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: #fff;
}

.headerarea.fix .menu ul li ul li a{color: #000;}
.headerarea.fix .menu ul li ul li a:hover{ color:#fff;}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: #1789ea;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 0;
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span { position: absolute;top: 40%;right: 0px; }
.menu ul li span::after { content: '\2b'; color: #fff; font-family: FontAwesome; font-size: 10px; }
.menu ul li:hover span::after { color: #1586e6; }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { color: #fff; font-size: 17px; font-weight: 500; display: block; padding: 15px 0px; margin: 0 15px; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
/*.menu ul li a:hover, .menu ul li.active a { color: #1789EA; }*/
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: #fff;background-color: #1587e7; }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0 4px 15px rgb(0 0 0 / 3%); }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #fff; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#1062a8;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#cbcbcb;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:15px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: #ffffff;
    background: transparent;
}

.openBtn {
  border: none;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay2 {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 3333;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay2-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay2 .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay2 .closebtn:hover {
  color: #ccc;
}

.overlay2 input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay2 input[type=text]:hover {
  background: #f1f1f1;
}

.overlay2 button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay2 button:hover {
  background: #bbb;
}

/*-- header area stop --*/

.headerarea .btn01 {
    font-size: 17px;
    font-weight: 500;
    padding: 0px;
    color: #fff; margin-top:0px;
    margin-left: 25px;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #82bdefe3;
    position: relative;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 0 20px #1789eae3 inset;
    transition: 0.6s;
}
.headerarea .btn01 a{margin: 0px;
  padding: 15px 28px;}
.headerarea .btn01 a:hover{ color:#fff;}
.whatwe_do .btn01 {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 16px;
    color: #fff; margin-top:0px;
    margin-left: 25px;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #82bdefe3;
    position: relative;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 0 20px #1789eae3 inset;
    transition: 0.6s;
}

.headerarea .btn01:hover, .whatwe_do .btn01:hover, .btn02:hover {
    background-color: #1789EA;
    color: #fff;
}

.headerarea.fix .btn01:hover {
    color: #fff !important;
}

/* ======================================================================= */
    /* banner start */
/* ======================================================================= */
.banner {
    width: 100%;
    position: relative;
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-top: 200px;*/
}

.banner_content {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.animated-bg {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.animated-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(0,0,0,0.2));
  animation: animateBg 5s ease-in-out infinite;
  z-index: 1;
  mix-blend-mode: overlay;
}

.animated-bg img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
  position: relative;
}

@keyframes animateBg {
  0% {
    transform: translateX(-20%) translateY(-10%);
  }
  50% {
    transform: translateX(20%) translateY(10%);
  }
  100% {
    transform: translateX(-20%) translateY(-10%);
  }
}


/* ======================================================================= */
    /* aboutus start */
/* ======================================================================= */
.aboutus {
    width: 100%;
}

.about_top {
    width: 100%;
}

.about_top .headertext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutus .headertext h6 {
    font-size: 18px;
    color: #fff;
}

.aboutus .headertext p {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 35px;
    flex-basis: 530px;
    flex-shrink: 0;
}

.aboutus .headertext p span {
    color: #1789EA;
}

.about_btm {
    width: 100%;
    margin-top: 50px;
}

.about_pic01 {
    height: 430px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.about_pic01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.about_pic01:hover img {
    transform: scale(1.1);
}

.about_right {
    width: 100%;
    padding-left: 50px;
}

.about_right .headertext h3 {
    width: 85%;
}

.about_righttop {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secTitleTag h5 {
    font-size: 17px;
    color: #1789EA;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 12px;
    border-top: 1px solid #1789EA;
    border-bottom: 1px solid #1789EA;;
}

.about_pic02 {
    height: 140px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.about_pic02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_right p {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 15px;
}


/* ======================================================================= */
    /* digital_vision start */
/* ======================================================================= */
.digital_vision {
    width: 100%;
    position: relative;
    padding-top: 0 !important;
}

.digital_vision p {
    font-size: 38px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    width: 75%;
    margin: 0 auto;
    font-weight: 400;
}

.digital_vision p span img {
    width: 80px;
    height: 40px;
    border-radius: 50em;
    object-fit: cover;
}

.digital_counter {
    width: 100%;
    margin-top: 80px;
    position: relative;
    display: inline-block;
}

.headline::after {
    content: "";
    display: block;
    height: 1px;
    width: 70%;
    margin: 50px auto 0;
    background-color: #0071B9;
    background: linear-gradient(to right, #26262696, #8b8b8b, #8b8b8b, #8b8b8b, #26262696);
}

.digital_vision .headertext h2 {
    font-size: 75px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 80px;
    position: relative;
    display: inline-block;
}

.digital_vision .headertext h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 230px;
    background-color: #6e6e6e;
    height: 1px;
}

.digital_vision .headertext h6 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.digital_counter :nth-of-type(3) .headertext {
    margin-left: 280px;
}

.digital_counter :nth-of-type(4) .headertext {
    margin-left: 280px;
}

.digital_vision::before {
    content: '';
    position: absolute;
    top: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

/* ======================================================================= */
    /* our_services start */
/* ======================================================================= */
.our_services {
    width: 100%;
    position: relative;
    padding-top: 0 !important;
}

.our_services::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.our_services .headertext h3 {
    width: 85%;
    flex-basis: 50%;
}

.our_services .headertext {
    width: 80%;
}

.our_servicesleft {
    width: 100%;
    transition: 0.6s;
}

.our_servicesleft_pic {
    height: 400px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.our_servicesleft_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.our_servicesleft h4 {
    font-size: 20px !important;
    color: #fff;
    font-weight: 400;
  
}

.our_services .btn01 {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 10px;
    color: #fff;
    margin: 0;
    background-color: transparent;
    border: 1px solid #fff;
    flex-basis: 112px;
    flex-shrink: 0;
    box-shadow: none;
}

.our_servicesleft:hover .btn01 {
    background-color: transparent;
    border: 1px solid #1789EA;
    color: #1789EA;
}

.imgHeight .our_servicesleft_pic {
    height: 250px;
}

.our_servicesleft:hover .our_servicesleft_pic img {
    transform: scale(1.1);
}

.circle_btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #82bdefe3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #1789eae3 inset;
    transition: 0.6s;
}

.circle_btn i {
    color: #fff;
    font-size: 20px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.circle_btn:hover i {
    transform: rotate(0deg);
}

/* ======================================================================= */
    /* case_studies start */
/* ======================================================================= */
.case_studies {
    width: 100%;
    background-color: #EAEAEA;
}

.case_studies .headertext h3 {
    color: #000;
    margin-top: 15px;
}

.case_studies_in {
    width: 100%;
    margin-top: 120px;
    position: relative;
}

.case_studies_in:before {
    content: "";
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    width: 55%;
    height: 660px;
    background-image: url(../images/slide_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 auto;
}

.studies_slide_card {
    width: 100%;
    position: relative;
    text-align: center;
    transform: scale(0.7);
    transition: 0.6s;
}

.studies_slide_cardpic {
    height: 400px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.studies_slide_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_text {
    width: 100%;
    text-align: left;
    padding: 15px 0 35px;
    position: relative;
    opacity: 0;
}

.slide_text h5 {
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slide_text h6 {
    font-size: 15px;
    color: #fff;
    padding-left: 62px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.slide_text h6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.studies_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.studies_slide .owl-nav button.owl-prev, .studies_slide .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); border-radius: 50%; color: #fff; font-size: 30px;}
.studies_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.studies_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.studies_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.studies_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.studies_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.studies_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.studies_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.studies_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.studies_slide .owl-nav { position: absolute; top: 36%; display: inline-flex; left: 0; justify-content: space-between; width: 100%;}
.studies_slide .owl-nav button.owl-prev:hover, .studies_slide .owl-nav button.owl-next:hover { background: #F67C3C; border: 1px solid #F67C3C; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.studies_slide .owl-nav button.owl-prev:hover span::after, .studies_slide .owl-nav button.owl-next:hover span::before {
    color: #fff !important;
    transition: 0.6s;
}

.owl-carousel .studies_slide .owl-dots.disabled, .owl-carousel .studies_slide .owl-nav.disabled {
    display: block !important;
}

.owl-item.active.center .studies_slide_card {
    transform: scale(1.1);
    transition: 0.6s;
}

.owl-item.active.center .slide_text {
    opacity: 1;
}

.owl-item.active.center .studies_slide_cardpic img {
    border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1789ea;
}
.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #fff;
}
/**/

/* ======================================================================= */
    /* whatwe_do start */
/* ======================================================================= */
.whatwe_do {
    width: 100%;
}

.whatwe_do .headertext {
    width: 80%;
}

.whatwe_do .headertext h3 {
    flex-basis: 530px;
    flex-shrink: 0;
}

.whatwe_doin {
    width: 100%;
    margin-top: 35px;
}

.whatwe_do_left {
    width: 100%;
    background-color: #151517;
    padding: 50px 30px;
    border-radius: 20px;
    transition: 0.6s;
}

.whatwe_do_iconbox {
    width: 75px;
    height: 75px;
    border-radius: 14px;
    border: 1px solid #58585875;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.6s;
}

.brandText {
    width: 100%;
    margin-top: 100px;
}

.whatwe_do h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.whatwe_do p {
    color: #fff;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.brandText a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    transition: 0.6s;
}

.brandText a i {
    font-size: 14px;
    color: #ffffff;
    transform: rotate(-45deg);
}

.whatwe_do_left:hover {
    background-color: #1789EA;
} 

.whatwe_do_left:hover .whatwe_do_iconbox {
    border: 1px solid #fff;
} 

/* ======================================================================= */
    /* partners_sec start */
/* ======================================================================= */
.partners_sec {
    width: 100%;
    position: relative;
    padding-top: 0 !important;
}

.partners_sec::before {
    content: '';
    position: absolute;
    bottom: 400px;
    left: 0px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.partners_sectop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners_sectop .headertext {
    flex-basis: 450px;
    flex-shrink: 0;
}

.partners_sectop .headertext h3 {
    margin-top: 25px;
}

.right_count h2 {
    font-size: 105px;
    font-weight: 500;
    color: #fff;
}

.right_count h6 {
    color: #fff;
}

.right_count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

/*// marquee-logos start */
@keyframes marquee--move__logos {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}
.marquee-logos { width: 100%; align-items: center; margin-top: 100px; display: flex; position: relative; overflow: hidden; }
.marquee-logos__container { display: flex; white-space: nowrap; margin-right: 0; will-change: transform; animation: marquee--move__logos 35s linear infinite;  }
.marquee-logos__container img { width: 138px; height: 30px; min-height: 30px; min-width: 138px; object-fit: contain; }
.marquee-logos__fade { z-index: 1; width: 2rem; background-image: linear-gradient(90deg, rgba(0, 0, 18, 0), #000012); position: absolute; }
.marquee-logos__fade-left { background-image: linear-gradient(270deg, rgba(0, 0, 18, 0), #000012); top: 0%; bottom: 0%; left: 0%; right: auto; }
.marquee-logos__fade-right { top: 0%; bottom: 0%; left: auto; right: 0%; }
.image_gap { width: 200px !important; height: 100px !important; border: 1px solid #2e2e2e; min-width: 200px !important; min-height: 100px !important; padding: 15px 20px;filter: brightness(0) invert(1); }

/*// marquee-logos end */

/* ======================================================================= */
    /* our_work start */
/* ======================================================================= */
.our_work {
    width: 100%;
    position: relative;
    background-color: #16150e;
}

.our_work .headertext h3 {
    margin-top: 15px;
}

.our_work .headertext {
    margin-bottom: 35px;
}

.our_work_cardrow {
    width: 100%;
}

.our_work_cardrowPic {
    width: 100%;
    height: 415px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.6s;
}

.our_work_cardrowPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.our_work_cardrowPic:hover img {
    transform: scale(1.1);
}

.our_workbtm {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.our_workbtm h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.our_workbtm .circle_btn {
    width: 35px;
    height: 35px;
}

.our_workbtm .circle_btn i {
    font-size: 15px;
}

/* ======================================================================= */
    /* our_team start */
/* ======================================================================= */
.our_team {
    width: 100%;
    position: relative;
}

.our_team .headertext h3 {
    margin-top: 15px;
}

.our_team .headertext {
    margin-bottom: 35px;
}

.our_team_card {
    width: 100%;
    background-color: #0e0e0e;
    border: 1px solid #282828;
    border-radius: 15px;
    padding: 12px 12px 15px;
    position: relative;
    transition: 0.6s;
}

.our_team_cardpic {
    width: 100%;
    height: 290px;
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.our_team_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.our_team_card:hover .our_team_cardpic img{
    transform: scale(1.1);
}

.our_team_cardbtm {
    width: 100%;
    padding: 10px 0 0 10px;
}

.our_team_cardbtm h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 2px;
}

.our_team_cardbtm small {
    font-size: 13px;
    color: #dbdbdb;
}

/* ======================================================================= */
    /* faqs_sec start */
/* ======================================================================= */
.faqs_sec {
    width: 100%;
    padding-top: 0 !important;
    position: relative;
}

.faqs_sec .headertext h3 {
    width: 42%;
    margin: 15px auto 0;
}

.faqs_sec .headertext {
    margin-bottom: 35px;
}

.faqs_sec .accordion-container2 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: start;
}

.faqs_sec .accordion-container2 > h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.faqs_sec .set {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    border-radius: 15px;
}

.faqs_sec .set > a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 15px;
    background-color: #0e0e0e;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.faqs_sec .set > a i {
    float: right;
    margin-top: 6px;
}

.faqs_sec .set > a.active {
    background-color: #1789EA;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.faqs_sec .content {
    display: none;
    border-radius: 15px;
}

.faqs_sec .content p {
    padding: 20px 20px;
    margin: 0;
    color: #fff;
    border-radius: 15px;
}

/*#accordionB {
    margin-top: 35px;
} 

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
    margin-top: 15px;
}

.current {
    color: #000;
}

.accordion-toggle:before {
    content: "\f054";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 14px;
    border: 1px solid #1789EA;
    border-radius: 50%;
}

.current:before {
    content: "\f078";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 14px;
    border: 1px solid #1789EA;
    border-radius: 50%;
}

.accordion_gridbox {
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    background-color: #0e0e0e;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}
.accordion-toggle {
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    background-color: #0e0e0e;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.accordion-toggle span {
    color: #1789EA;
}

.accordion-content p {
    margin: 15px 0 0;
    color: #dbdbdb;
}

.accordion_gridbox a {
    color: #00ADBE;
}*/


/* ======================================================================= */
    /* letsWork start */
/* ======================================================================= */
.letsWork {
    width: 100%;
    padding: 80px 0;
    position: relative;
}

.letsWork h2 {
    font-size: 100px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    line-height: 100px;
    text-transform: uppercase;

}

.letsWork h2 span {
    margin-left: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.letsWork h2 span .circle_btn {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #1789EA;
    border: 1px solid #82bdefe3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px #1789eae3 inset;
}


/* ======================================================================= */
    /* footer_area start */
/* ======================================================================= */
.footer_area {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.footer_area::before {
    content: '';
    position: absolute;
    bottom: -300px;
    left: 0px;
    right: 0;
    width: 800px;
    height: 500px;
    margin: 0 auto;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.footer_top { width: 100%; padding: 30px 0; margin-bottom: 50px; border-bottom: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; }
.footer_topbox { width: 100%; padding: 0 20px; gap: 40px; height: 115px; text-align: center;}
.footer_topbox h6 { font-size: 20px; color: #1789EA; margin-bottom: 10px; font-weight: 600; position: relative; display: flex; align-items: center; justify-content: center; text-transform: uppercase; letter-spacing: 2px; }
.footer_topbox span i { font-size: 22px; color: #E31E27; position: relative; display: inline-block; z-index: 1; }
.footer_topbox span { position: relative; display: inline-block; z-index: 1; }
.footer_topbox span::before { content: ""; position: absolute; top: -21px; left: -24px; background-image: url(../images/shape.png); width: 65px; height: 65px; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: -1; }
.footer_topbox p {
    margin-top: 7px;
    color: #e9e9e9;
}
.footer_topbox address { margin-bottom: 0; }
.divideline { border-right: 1px solid #c0c0c0; }
.divideline:last-child { border-right: none; }
.formfild {
    width: 100%;
    position: relative;
    margin-right: 0px;
    display: flex;
    gap: 5px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 3px;
    height: 54px;
}

.formfild .form-control {
    position: relative;
    color: #000;
    height: 50px;
}

.btn-primary {
    border-radius: 50px;
    padding: 8px 30px !important;
    font-size: 16px;
    height: 49px;
    line-height: normal;
    background: #A8842E;
    border: none;
    font-weight: 500;
    transition: 0.6s;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}

.formfild .form-control {
    border-radius: 50px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    border: none;
    background-color: transparent; !important;
    font-size: 14px;
    padding: 6px 20px 6px 20px;
    /*box-shadow: inset 0px 0px 13px 0px #cbcbcb;*/
}

.formfild .form-control:placeholder {
    color: #fff;
}

.formfild .btn-primary {
    border-radius: 50%;
    padding: 8px 8px !important;
    font-size: 16px;
    height: 46px;
    width: 46px;
    line-height: normal;
    background: #ffffff;
    border: none;
    font-weight: 500;
    transition: 0.6s;
    flex-basis: 46px;
    flex-shrink: 0;
}
/*//*/
.footer_btm { width: 100%; }
.footer_btmcard { width: 100%; }
.footer-logo img { width: 40%; }
.footer-social { display: flex; justify-content: center; margin-top: 25px; }
.footer-social li{ margin: 0px 5px;}
.footer-social li a { width: 100%; min-width: 38px; max-width: 38px; height: 38px; border-radius: 5px; border: 1px solid #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: #fff; transition: 0.5s; text-decoration: none; }
.footer-social li a:hover { background-color: #0255a6; color: #fff; border: 1px solid #1789EA; }
.footer_btmcard h4 { color: #fff; font-size: 22px; font-weight: 600; margin: 0 0 20px; }
.footer_btmcard ul { padding: 0; margin: 0; list-style: none; }
.footer_btmcard ul li { width: 100%; position: relative; display: block; font-size: 16px; color: #dbdbdb; font-weight: 400; text-decoration: none; padding-bottom: 12px; transition: 0.6s; }
.footer_btmcard ul li a { width: 100%; position: relative; display: block; font-size: 16px; color: #dbdbdb; font-weight: 400; text-decoration: none; transition: 0.6s; }
.footer_btmcard ul li a:hover { color: #fff; margin-left: 15px; position: relative; }
.footer_btmcard ul li a::before { content: ""; position: absolute; left: 0px; top: 11px; width: 15px; height: 1px; background-color: #1789ea; transition: 0.6s; margin-left: -18px; opacity: 0; }
.footer_btmcard ul li a:hover::before { opacity: 1; }
.formfild input::placeholder {
    color: #fff; 
    opacity: 1;
}
.right-text {
  text-align: right;
}

.right-line:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid black;
}

.left-line:before {
    content: "";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 60%;
    margin-left: -60%;
    margin-right: 10px;
    border-top: 1px solid #ffffff;

}

.footer_area p{
    color: #fff;
    position: relative;
    z-index: 1;
}
.footer_area p a {
    color: #fff;
    position: relative;
    z-index: 1;
}
.footer_area p span {
    color: #1789EA;
    font-weight: 500;
}

/*// cursor start */
.cursor {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid #fff;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid yellow;
}

@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*// cursor end */

/* ======================================================================= */
    /* about_banner start */
/* ======================================================================= */
.about_banner {
    width: 100%;
    position: relative;
    /*height: 500px;
    border-radius: 30px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.about_bg{background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  border-radius: 30px;
  padding: 60px 0px;
  margin-top: 120px;}


.about_banner img {
    width: 100%;
    height: 550px;
    margin-top: 100px;
    border-radius: 30px;
    object-fit: contain;
}

.about_content {
   
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.about_banner h2, .solutions_services h2 {
    font-size: 80px;
    color: #fff;
    font-weight: 800;
    line-height: 80px;
    text-transform: uppercase;
}

.about_banner h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: lighter;
    text-transform: capitalize;
}

.about_banner p {
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

/* ======================================================================= */
    /* what_we start */
/* ======================================================================= */
.what_we {
    width: 100%;
    position: relative;
}

.what_wepic {
    height: 550px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.what_wepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.what_wepic:hover img {
    transform: scale(1.1);
}

.what_we_right {
    width: 100%;
    padding-left: 25px;
}

.what_we_right p, .why_choose p, .get_touch p {
    margin-top: 15px;
}

.what_we .headertext h2 {
    font-size: 75px;
    line-height: 80px;
}

.what_we .digital_counter :nth-of-type(3) .headertext {
    margin-left: 0;
}

.what_we .digital_counter :nth-of-type(4) .headertext {
    margin-left: 0;
}

.what_we .headertext h6 {
    color: #ffffff;
}

.what_we .digital_counter {
    margin-top: 20px;
}

/* ======================================================================= */
    /* why_choose start */
/* ======================================================================= */
.why_choose {
    width: 100%;
    background-color: #0a3c67;
    position: relative;
}

.why_choose:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-color: #000000;
}

.why_choose_left {
    width: 100%;
    padding-right: 25px;
}

.why_choosepic {
    width: 90%;
    height: 600px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin-left: auto;
}

.why_choosepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.why_choosepic:hover img {
    transform: scale(1.1);
}


/* ======================================================================= */
    /* serviceB start */
/* ======================================================================= */
.serviceB {
    width: 100%;
    position: relative;
}

.serviceB .our_servicesleft h4 {
    font-size: 24px;
}

.serviceB .btn01 {
    margin: 0;
    font-size: 15px;
    padding: 8px 20px;
}

/* ======================================================================= */
    /* get_touch start */
/* ======================================================================= */
.get_touch {
    width: 100%;
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    /*padding-top: 200px;*/
}

.get_touch_right {
    width: 90%;
    margin-left: auto;
}

.get_touch_right h6 {
    font-size: 38px;
    color: #fff;
    line-height: 52px;
    margin-bottom: 15px;
    font-weight: 300;
}

.form_box {
    width: 100%;
    border: 1px solid #36777f;
    padding: 30px;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 19%);
    box-shadow: 0 0px 12px rgb(0 0 0 / 10%);
}
.form_box h4 { color: #E31E27; font-size: 36px; font-weight: 600; }
.form_box h5 { color: #083B6CF8; font-size: 28px; font-weight: 400; margin: 10px 0 20px; }
.field_label { position: relative; left: 20px; bottom: -12px; background-color: #fff; padding: 0 5px; font-size: 15px; line-height: normal; color: #000; font-weight: 400; margin-top: -12px; z-index: 1; }
.field02 { width: 100%; border: 1px solid #fff; background-color: transparent; font-size: 16px; color: #fff; padding: 5px 15px 5px 15px; height: 55px; font-weight: 400; border-radius: 8px; margin-bottom: 20px; position: relative; }
.field02:focus { border-color: #0155A6; transition: 0.9s; }
.field02::placeholder, .textfield02::placeholder {
    color: #fff;
}
.fild1 {
    min-height: 120px;
}
.submit02 { font-size: 16px; font-weight: 500; padding: 14px 25px; color: #fff; background-color: #0155A6; border: none; position: relative; border-radius: 8px; margin: 0; transition: all 0.4s ease; }
.submit02 .fa-arrow-right { transform: rotate(-45deg); margin-left: 3px; transition: all 0.4s ease; }
.submit02:hover .fa-arrow-right { transform: rotate(0deg); }
.submit02:hover { color: #fff !important; background-color: #E31E27; transition: all 0.4s ease; }


/* ======================================================================= */
    /* seo_services start */
/* ======================================================================= */
.seo_services {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.seo_services::before {
    content: '';
    position: absolute;
    bottom: -150px;
    left: 0px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.seo_services::after {
    content: '';
    position: absolute;
    top: -150px;
    right: 0px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.seo_servicesPic {
    width: 100%;
    height: 565px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.seo_servicesPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.seo_servicesPic:hover img {
    transform: scale(1.1);
}


.seo_services_right {
    width: 97%;
    margin-left: auto;
}

.optimizing_box {
    width: 100%;
    height: 100%;
    background-color: #151517;
    padding: 25px;
    border-radius: 20px;
    margin-top: 35px;
}

.optimizing_box h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.optimizing_box ul, .seo_result ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.optimizing_box ul li, .seo_result ul li {
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 0 0 25px;
    line-height: 22px;
    display: list-item;
    position: relative;
}

.optimizing_box ul li:before, .seo_result ul li:before {
    content: "\f192";
    position: absolute;
    left: 0;
    top: 10px;
    font-family: FontAwesome;
    font-size: 12px;
    color: #1788e9;
}


/* ======================================================================= */
    /* real_result start */
/* ======================================================================= */
.real_result {
    width: 100%;
    position: relative;
}

.real_result::before {
    content: '';
    position: absolute;
    top: 100px;
    right: 0px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.real_result .headertext {
    width: 66%;
}

.real_resultPic {
    width: 95%;
    height: 450px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    margin-left: auto;
}

.real_resultPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.real_resultPic:hover img {
    transform: scale(1.1);
}

.real_result_cardrow {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
}

.real_result_cardrow h4, .seo_packages h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.real_result_cardrow .whatwe_do_iconbox, .seo_packages .whatwe_do_iconbox {
    padding: 15px;
}

.real_result_cardrow p {
    margin-bottom: 15px;
}

/* ======================================================================= */
    /* seo_packages start */
/* ======================================================================= */
.seo_packages {
    width: 100%;
    position: relative;
}

.seo_packages::after {
    content: '';
    position: absolute;
    left: 0;
    top: 250px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.seo_packages .headertext h6, .seo_result .headertext h6 {
    font-size: 22px;
    color: #1789ea;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
    width: 80%;
}

.seo_packages .whatwe_do_left {
    text-align: center;
    border-bottom: 2px solid #4c4c50;
}

.seo_packages .whatwe_do_iconbox {
    margin: 0 auto;
}

.seo_packages .brandText {
    margin-top: 40px;
}

/* ======================================================================= */
    /* seo_result start */
/* ======================================================================= */
.seo_result {
    width: 100%;
    position: relative;
}

.seo_result::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.seo_result_in {
    width: 100%;
}

.seo_result_inleft {
    width: 100%;
    height: 100%;
    padding: 25px 25px 25px 0;
    border-right: 1px solid #5e5e5e;
}

.seo_resultpic {
    width: 100%;
    height: 510px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    margin-left: auto;
}

.seo_resultpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.seo_resultpic:hover img {
    transform: scale(1.1);
}

.seo_result h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.resultcard:first-child {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #5e5e5e;
}

/* ======================================================================= */
    /* seo_process start */
/* ======================================================================= */
.seo_process {
    width: 100%;
}

.seo_processin {
    width: 100%;
    background-color: #082d4d;
    padding: 50px 25px;
    border-radius: 20px;
}

.seo_process .headertext {
    width: 75%;
    margin: 0 auto;
}

.seo_process_card {
    width: 100%;
    background-color: rgb(30,64,93);
    padding: 20px 25px;
    border-radius: 15px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.seo_process_card h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.seo_process_card h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
}

.seo_process_card article:nth-of-type(2) {
    border-left: 1px solid #fff;
    padding-left: 15px;
}


/* ======================================================================= */
    /* solutions_services start */
/* ======================================================================= */
.solutions_services {
    width: 100%;
    margin-top: 100px;
    position: relative;
}

.solutions_services h2 {
    margin-left: 20%;
}

.solutions_services h2 span {
    margin-left: -20%;
    position: relative;
    display: inline-block;
}

.solutions_services h2 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 110px;
    height: 1px;
    background-color: #fff;
}

.solutions_services .bannertext p {
    width: 20%;
    position: absolute;
    bottom: 20%;
    right: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* ======================================================================= */
    /* marketing_sec start */
/* ======================================================================= */
.marketing_sec {
    width: 100%;
    position: relative;
}

.marketing_sec::before {
    content: '';
    position: absolute;
    right: 0;
    top: 250px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.marketing_sec::after {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

/*.marketing_secCard {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 25px;
}

.marketing_secCard_pic {
    height: 400px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    flex-basis: 48%;
    flex-shrink: 0;
}

.marketing_secCard_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marketing_secCard h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.marketing_secCard .btn01 {
    margin: 25px 0 0;
}

.marketing_secCard_circle {
    width: 50px;
    height: 50px;
    background-color: #1789ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.textpart {
    width: 100%;
    flex-basis: 50%;
    flex-shrink: 0;
}*/

.lambdinner_totalarea .lambdinner_box:nth-of-type(2n){ margin-top: 50px; }
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lthumblebox{order: 2;}
.lambdinner_box{ margin-top: 25px; }
.lambdinner_box .lambdinner_textbox .practicon{width: 65px;height: 65px;border-radius: 61px;background: rgba(47, 108, 215, 0.10);
margin-bottom: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon{display: inline-block;margin-right: 20px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox .practicon img{right: -5px;}
.lambdinner_box .lambdinner_textbox .practicon img{position: relative;top: 5px;right: -20px;}
.lambdinner_box .lambdinner_thumble {height: 400px;display: flex;position: relative; border-radius: 15px; overflow: hidden;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble{margin-right: auto;}
/*.lambdinner_box .lambdinner_thumble:after {content: "";position: absolute;left: -20px;top: -20px;width: 390px;height: 460px;border: 4px solid #E9602F;z-index: -1;}*/
/*.lambdinner_box .lambdinner_thumble:before {content: "";position: absolute; background:url(../images/shape.png);right: -30px; bottom:-30px;width: 105px;height: 105px;z-index: -1;filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);}*/
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_thumble:before{right: inherit; left:-30px; bottom:-30px;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n)  .lambdinner_thumble:after {right: -20px;left: auto;}
.lambdinner_box .lambdinner_thumble img{ width: 100%; object-fit: cover; transition: 0.6s;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .ltextbox .lambdinner_textbox{padding-right: 35px;padding-left: 0px;text-align: left;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox h2, .lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .lambdinner_textbox p{ text-align:left;}
.lambdinner_totalarea .lambdinner_box .btn-custom{ text-transform:capitalize;}
.lambdinner_totalarea .lambdinner_box:nth-of-type(2n) .btn-custom1{ float:right;}
.lambdinner_box .lambdinner_textbox{padding-left: 35px;}
.lambdinner_box .lambdinner_textbox h2{font-weight: 600;font-size: 37px;line-height: 50px;color: #e9602f;margin-bottom: 25px;
text-align: left;text-transform: capitalize;position: relative;}
.lambdinner_box .lambdinner_textbox p{font-weight: 300;font-size: 16px;line-height: 27px;color: #fff;margin-bottom: 15px;
text-align: left;max-width: 100%;}
.lambdinner_box .lambdinner_textbox .btn-custom{border: 2px solid #E9602F;padding: 10px 25px;display: inline-block;color: #E9602F;text-align: center;font-size: 16px;font-style: normal;font-weight: 600;line-height: normal;letter-spacing: 0.32px;margin: 20px 15px 0px 0px; transition:all .3s ease-in-out;}
.lambdinner_box  .lambdinner_textbox .btn-custom:hover{ color:#E9602F;border: 2px solid #fff; background:#fff; transition:all .3s ease-in-out;}
.lambdinner_box:hover .lambdinner_thumble img {
    transform: scale(1.1);
}
.lambdinner_totalarea h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lambdinner_totalarea .btn01 {
    margin: 10px 0 0;
}

.marketing_secCard_circle {
    width: 50px;
    height: 50px;
    background-color: #1789ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}


.accordion-item {display: block; padding: 20px; text-decoration: none;color: #555; font-weight: 600; cursor: pointer;
  font-size: 20px; color: #ffffff; font-weight: 600; border-radius: 15px !important; background-color: #0e0e0e; border: 1px solid #fff !important; margin-bottom:25px;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;}
.accordion-item .accordion-header .accordion-button {padding: 0;font-size: 20px; font-weight: 500; color: #fff;
  background-color: transparent; box-shadow: none;}
.accordion-item .accordion-header .accordion-button span{color: #fff;margin-right: 5px;}
.accordion-item .accordion-header .accordion-button:focus{background-color: transparent;box-shadow: none;}
.accordion-item .accordion-header .accordion-button::after{display: none;}
.accordion-item .accordion-header .accordion-button::before {content: '\f068';position: absolute;top: 0;right: 0;
font-family: FontAwesome;color: #fff;font-size:25px;text-align: center;line-height: 25px;}
.accordion-item .accordion-header .accordion-button.collapsed::before{content: '\2b';}
.accordion-item .accordion-body {padding-left: 0;padding-right: 0;font-size: 15px;font-weight: 400;color: #000;
}

.wpcf7-spinner{ display:none;}

.wpcf7 form.invalid .wpcf7-response-outpu{border-color: #fff;
  color: #fff;}





/* ======================================================================= */
    /* blogsec start */
/* ======================================================================= */
.blogpage {
    text-align: center;
}
.blogpage h2 {
    margin-left: 0;
}

.blog_sec {
    width: 100%;
}

.blog_secleftpic {
    height: 380px;
    position: relative;
    display: flex;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.6s;
}

.blog_secleftpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blog_secleft:hover .blog_secleftpic img {
    transform: scale(1.1);
}

.blog_sec h6 {
    font-size: 12px;
    color: #dfdfdf;
    font-weight: 500;
}

.blog_sec h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 10px 0;
}
.blog_sec h4 a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 10px 0;
}


.blogRight_card {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    transition: 0.6s;
}

.blogRight_cardpic {
    height: 130px;
    position: relative;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.6s;
    flex-basis: 200px;
}

.blogRight_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blogRight_card:hover .blogRight_cardpic img {
    transform: scale(1.1);
}

.blogRight_card h4 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    margin: 10px 0;
}

.blogRight_card h5 {
    font-size: 14px;
    color: #dfdfdf;
    font-weight: 500;
    text-transform: uppercase;
}

.blogRight_card article {
    flex-basis: 60%;
}


/* ======================================================================= */
    /* blogcard_sec start */
/* ======================================================================= */

.blogcard_sec {
    width: 100%;
    padding-top: 0;
}

.blogcard_seclist {
    width: 100%;
    transition: 0.6s;
}

.blogcard_seclistpic {
    height: 250px;
    position: relative;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

.blogcard_seclistpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blogcard_seclist:hover .blogcard_seclistpic img {
    transform: scale(1.1);
}

.blogcard_seclist:hover {
    margin-top: -7px;
}

.blogcard_seclist_text {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.blogcard_seclist_text h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.blogcard_sec p, .blog_secleft p {
    color: #dbdbdb;
}


.accordion-button:focus {
    box-shadow: none;
}

/* ======================================================================= */
    /* awesome_services start */
/* ======================================================================= */

.awesome_services {
    width: 100%;
    position: relative;
}

.awesome_services::before {
    content: '';
    position: absolute;
    bottom: -200px;
    left: 0px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.awesome_services::after {
    content: '';
    position: absolute;
    top: -200px;
    right: 0px;
    width: 500px;
    height: 500px;
    z-index: -1;
    background-color: rgb(10,42,69);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.awesome_services p {
    color: #cfcfcf;
    margin-top: 15px;
}

.awesome_services_right {
    width: 90%;
    margin-left: auto;
}

.services_card {
    width: 100%;
    background-color: rgb(9 20 39 / 66%);
    padding: 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #3a3a3a;
    margin-bottom: 15px;
    transition: 0.6s;
}

.services_card:hover {
    background-color: #1789EA;
}

.services_cardleft {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.services_cardpic {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.services_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awesome_services_right h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.awesome_services_right h6 {
    font-size: 16px;
    color: #e7e7e7;
    font-weight: 500;
}

.services_card .fa-arrow-right {
    color: #1789EA;
    font-size: 26px;
    transition: 0.6s;
}

.services_card:hover .fa-arrow-right {
    color: #fff;
    transform: scale(1.2);
}

/* ======================================================================= */
    /* latest_project start */
/* ======================================================================= */

.latest_project {
    width: 100%;
    background-color: rgb(6 12 24 / 58%);
}

.latest_project .headertext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.latest_project .headertext a {
    font-size: 18px;
    color: #1789EA;
    font-weight: 600;
}

.latest_projectCard {
    width: 100%;
    background-color: #08111e;
    border-radius: 12px;
}

.latest_projectCard_pic {
    height: 275px;
    position: relative;
    display: flex;
}

.latest_projectCard_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.latest_project_textbox {
    width: 100%;
    padding: 20px;
}

.latest_project_textbox h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.latest_project_textbox h6 {
    font-size: 17px;
    color: #cfcfcf;
    font-weight: 500;
}

/* ======================================================================= */
    /* creative_services start */
/* ======================================================================= */

.creative_services {
    width: 100%;
}

.creative_services .headertext h3 {
    margin-top: 15px;
}

.creative_services .headertext {
    width: 45%;
    margin: 0 auto;
}

.creative_services_tab {
    width: 100%;
    margin-top: 35px;
}

.creative_services_tab .nav-pills {
    flex-basis: 300px;
    flex-shrink: 0;
    margin-right: 35px;
    gap: 10px;
}

.creative_services_tab .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 3px;
}

.creative_services_tab .nav-pills .nav-link.active, .creative_services_tab .nav-pills .show>.nav-link {
    color: #1789EA;
    background-color: transparent;
    position: relative;
}

.creative_services_tab .nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 2px ;
    background-color: #1789EA;
    border-radius: 30px;
}

.creative_services_tab .nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 200px;
    height: 2px ;
    background-color: #1789EA;
    border-radius: 30px;
}

.creative_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    grid-gap: 15px;
    align-items: center;
}

.creative_grid_box {
    width: 100%;
    height: 230px;
    border-radius: 12px;
    border: 1px solid #1e1e1ea3;
}

.creative_grid_box img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

/* ======================================================================= */
    /* testimonials_sec start */
/* ======================================================================= */

.testimonials_sec {
    width: 100%;
}

.testimonials_card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 65px;
}

.testimonials_cardpic {
    height: 420px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    flex-basis: 450px;
    flex-shrink: 0;
}

.testimonials_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials_right {
    width: 100%;
}

.testimonials_right img {
    max-width: 75px;
}

.testimonials_right p {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    margin: 35px 0;
    font-weight: 300;
    font-style: italic;
}

.testimonials_right h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
	display:none;
}

.testimonials_right h6 {
    font-size: 15px;
    color: #cfcfcf;
    font-weight: 500;
	display:none;
}




/* ======================================================================= */
    /* video_sec start */
/* ======================================================================= */

.video_sec {
    width: 100%;
    position: relative;
}

.video_sec h2 {
    font-size: 85px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 80px;
    position: relative;
}

.video_in h2:nth-child(1) {
    position: absolute;
    top: -40px;
    z-index: 333;
}

.video_sec h2:nth-of-type(2) {
    position: absolute;
    right: -100px;
    bottom: -25px;
    text-align: right;
    z-index: 333;
}

/*// video start */
.video_in {
    width: 75%;
    margin: 0 auto;
    position: relative;
}
.video-wrapper { position: relative; width: 100%; height: 480px; overflow: hidden; border-radius: 20px; margin: auto; }
.video-wrapper video { width: 100%; height: 100%; object-fit: cover; }
.video-poster { background:#000; position: absolute; width: 100%; height: 100%; z-index: 1; top: 0; cursor: pointer; }
.video-poster img { transition:all .3s ease; -moz-transition:all .3s ease; -webkit-transition:all .3s ease; width: 100%; height: 100%; object-fit: cover; }
.video-poster:hover img { opacity: 0.8; }
.play-icon { display: block; text-align: center; line-height: 68px; width: 60px; height: 60px; border-radius: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.play-icon svg { fill:#fff; }
.play-icon::before { content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 70px; height: 70px; background: #65afed; border-radius: 50%; animation: pulse-border 1100ms ease-out infinite; }
.play-icon::after { content: ""; position: absolute; z-index: 1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; background: #F000; border-radius: 50%; transition: all 200ms; border: 2px solid #1789ea; }
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.fa-play { font-size: 25px; color: #1789ea; position: relative; z-index: 11; }
/*// video end */

svg {
    fill: rgb(23 137 234);
    height: auto;
    max-width: 13vmin;
    transform-origin: center;
    width: 65%;
    position: absolute;
    top: 10px;
    right: 24%;
    z-index: 222;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    word-spacing: 2px;
    animation: textRotation 18s linear infinite;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

/* ======================================================================= */
    /* services_sliderow start */
/* ======================================================================= */

.services_sliderow {
    width: 100%;
}

.services_sliderowPic {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.services_sliderowPic img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: contain;
}

.details_slide01 .owl-nav button.owl-prev, .details_slide01 .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); border-radius: 50%; color: #fff; font-size: 30px;}
.details_slide01 .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.details_slide01 .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.details_slide01 .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.details_slide01 .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.details_slide01 .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.details_slide01 .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.details_slide01 .owl-nav button.owl-prev { left: 0px; position: relative;}
.details_slide01 .owl-nav button.owl-next { right: 0px; position: relative;}
.details_slide01 .owl-nav {
    position: absolute;
    bottom: 0 !important;
    display: inline-flex;
    left: 0;
    justify-content: flex-end;
    width: 100%;
}
.details_slide01 .owl-nav button.owl-prev:hover, .details_slide01 .owl-nav button.owl-next:hover { background: #1789EA; border: 1px solid #1789EA; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.details_slide01 .owl-nav button.owl-prev:hover span::after, .details_slide01 .owl-nav button.owl-next:hover span::before {
    color: #fff !important;
    transition: 0.6s;
}
/*//*/
.details_slide02 .owl-nav button.owl-prev, .details_slide02 .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); border-radius: 50%; color: #fff; font-size: 30px;}
.details_slide02 .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.details_slide02 .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.details_slide02 .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.details_slide02 .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.details_slide02 .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.details_slide02 .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.details_slide02 .owl-nav button.owl-prev { left: 0px; position: relative;}
.details_slide02 .owl-nav button.owl-next { right: 0px; position: relative;}
.details_slide02 .owl-nav {
    position: absolute;
    bottom: 0 !important;
    display: inline-flex;
    left: 0;
    justify-content: flex-end;
    width: 100%;
}
.details_slide02 .owl-nav button.owl-prev:hover, .details_slide02 .owl-nav button.owl-next:hover { background: #1789EA; border: 1px solid #1789EA; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.details_slide02 .owl-nav button.owl-prev:hover span::after, .details_slide02 .owl-nav button.owl-next:hover span::before {
    color: #fff !important;
    transition: 0.6s;
}

/* ======================================================================= */
    /* we_studies start */
/* ======================================================================= */

.we_studies {
    width: 100%;
}

.we_studies .headertext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.we_studies .headertext a {
    font-size: 18px;
    color: #1789EA;
    font-weight: 600;
}

.we_studies_card {
    width: 100%;
    margin-top: 35px;
}

.we_studies_card h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #363636;
}

.we_studies_cardpic {
    width: 100%;
    height: 240px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.we_studies_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.we_studies_cardpic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/mask_group1.jpg);
    mix-blend-mode: darken;
}

.we_studies_content {
    padding-right: 50px;
}

.we_studies_content a {
    font-size: 22px;
    color: #1789EA;
    margin-bottom: 15px;
    display: block;
}

.we_studies_card .btn01 {
    font-size: 15px;
    padding: 12px 20px;
    background-color: transparent;
    margin: 0;
    border: 1px solid #1789EA;
    box-shadow: 0 0 20px #1789eae3 inset;
    transform: rotate(-90deg);
    transform-origin: 130% -615%;
    /* box-shadow: 0 0 7px 3px #1789EA inset, 0 0 7px 3px #1789EA; */
}


.sub-menu-toggle{ display:none;}
video{ height:100%;}


.contactright{width: 100%; border: 1px solid #36777f; padding: 40px 30px; border-radius: 20px; background-color: rgb(255 255 255 / 19%); box-shadow: 0 0px 12px rgb(0 0 0 / 10%);}
.contactright h4{font-size: 40px;line-height: 45px;color: #fff;font-weight: 600;margin-bottom: 15px;}
.contactright p{font-size: 16px;line-height: 27px;margin-bottom: 25px;color: #000;}
.contactright .counter{align-items: center;border-bottom: 1px solid #e7e7e71a;padding-bottom: 15px;margin-bottom: 15px;}
.contactright .counter:last-child{border-bottom: none}
.contactright .counter-img{width: 40px;height: 40px;background: #1688e9;border-radius: 50%;text-align: center;justify-content: center;margin-right: 15px;display: flex;align-items: center;font-size: 20px;color: #fff;}
.contactright .counter-body h5{font-size: 23px;line-height: 37px;color: #fff;margin-bottom: 0px;}
.contactright .counter-body h6, .contactright .counter-body h6 a{font-size: 15px;font-weight: 400;color: #fff;letter-spacing: 0.01em;line-height: 23px;}
.contsocialmedia{ position:relative;margin-top: 40px;}
.bloginner10 h2{margin-left: 0px; font-size: 65px; line-height:75px;}
.blog_img img{ width:100%; height:100%; object-fit:cover;}
.solutions_services10 p{ margin-bottom:15px;}
.solutions_services10 h3{ font-size: 30px;margin: 20px 0px 5px;color: #fff;}
.solutions_services10 h4{ font-size: 27px;margin: 20px 0px 5px;color: #fff;}
.solutions_services10 ul li{ color:#fff;}
.comment-respond h2{font-size: 40px;color: #fff; margin-bottom: 15px;}
.comment-respond label {display: block; margin-top:10px;}
#comment{background: #000;border: 1px solid #fff;resize: none;width: 45%;color: #fff;padding: 6px;}
#author, #email{background: #000; border: 1px solid #fff; width: 45%; height: 45px;margin-bottom: 15px;color: #fff;
    padding: 0px 10px;}
.comment-form-url{ display:none;}
.comment-form-cookies-consent{display: flex;align-items: center;}
.comment-form-cookies-consent label{ margin-top:0px;}
#wp-comment-cookies-consent{margin-right: 10px;}
.submit{font-size: 17px;font-weight: 600; padding: 13px 30px;color: #fff;text-align: center;
  line-height: normal; margin: 25px 0px 0;background-color: #1789EA;border: 1px solid #1789EA; position: relative;
  border-radius: 30px; display: inline-block; transition: 0.6s;}
.newsletter{ margin-top:45px;}
.newsletter h2 p{font-size: 40px;text-align: center; line-height: 45px; font-weight: 700;}





