@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --blue: #52C1FF;
  --darkBlue:#3ca4de;
  --black:#000000;
}

h1,h2,h3,h4,h5,h6 { margin-bottom: 15px; font-weight: bold; }
body {font-family: 'Inter', sans-serif; color:var(--black); font-size: 16px; line-height: 28px; }
img {max-width: 100%;}
.container {max-width: 1434px;}
.blue-btn {background: var(--blue);border-radius: 800px; padding: 16px 39px; color: #fff; font-weight: 600; font-size: 18px; text-decoration: none; border:none; color:var(--black);display: inline-block;}
.blue-btn:after {content: ""; background: url(../images/new/link-arrow-b.svg) no-repeat center; width: 24px; height: 16px; display: inline-block; margin:6px 0px 0px 10px; vertical-align: top;transition: margin 0.2s linear;}
.blue-btn:hover {background: var(--darkBlue);}
.blue-btn:hover:after {margin-left: 14px;}

.read-more {font-weight: 500; font-size: 18px; color: var(--blue); text-decoration: none; display: inline-block;}
.read-more:after {content: ""; background: url(../images/new/link-arrow-blue.svg) no-repeat center; width: 24px; height: 16px; display: inline-block; margin:7px 0px 0px 8px; vertical-align: top;transition: margin 0.2s linear;}
.read-more:hover:after {margin-left: 12px;}


.header {background: transparent; padding: 18px 0; z-index: 6; position: fixed; left: 0; top:0; width:100%; transition: all 0.3s ease;}
.header.fixed {background:#465964; padding: 10px 0px; }
/*.header .container {max-width: 1710px;}*/
.inner-pages .header {background:#465964;}
.inner-pages {padding-top: 112px;}

.navigation ul {text-align: right; padding: 0px; margin: 0px; list-style: none;}
.navigation ul li {display: inline-block;}
.navigation ul li a {color:#fff; font-size:16px; font-weight:500; padding:10px 16px; display: block; text-decoration: none; }
.navigation ul li a:hover {color: var(--blue);}
.navigation ul li:last-of-type { display: none; }
.navigation ul li a.btn { background:#fff; color:#000; border-radius: 50px; }
.navigation ul li a.btn:hover { background:#efefef; }
.header .col-c .blue-btn {background: #fff; padding: 13px 23px; color: #000; font-size: 16px;}
.header .col-c .blue-btn:after{ margin:5px 0px 0px 10px;}
.header .col-c .blue-btn:hover {background: #efefef;}

.home-page section {position: relative; background: #ffffff;max-width: 1920px; margin: 0px auto; overflow: hidden;}
section.home-sec-a {padding-top:112px; background: transparent;}
.home-sec-a:before{background: linear-gradient(180deg, #091A51 7.03%, rgba(82, 193, 255, 0.00) 100.21%);  position: absolute; left: 0px; top: 0px; height: 100%; width: 100%;content: "";z-index: 1;}
.video-wrap {position: fixed; inset: 0; z-index: -1;}
.video { width: 100vw; height: 100vh; left: 0px; top: 0px; object-fit: cover;}


.home-sec-a .container {z-index: 2; position: relative;}
.home-sec-a .content {text-align: center; color: #fff; padding: 6vw 0px 5vw 0px;}
.home-sec-a .tag-line {font-weight: 500; font-size: 14px; border:solid 1px var(--blue); border-radius: 80px; padding: 3px 16px 2px 16px; display: inline-block; background: #52C1FF33; line-height: 1.5;}
.home-sec-a h1 {font-weight: 600; font-size: 72px; line-height: 1.1;letter-spacing: -1px; margin: 10px 0px 26px 0px;}
.home-sec-a .desc {font-size: 18px; line-height: 1.6;margin: 0px auto 40px auto; max-width: 1000px;}
.home-sec-a .content-b {text-align: center; color: #fff;padding:20px 0px 40px 0px;}
.home-sec-a .txt-b {font-size: 14px; font-weight: 400;text-transform:uppercase; padding-bottom: 5px;}
.home-sec-a .txt-c span {font-size: 18px; font-weight: 500; background: #52C1FF33; border:solid 1px var(--blue); border-radius: 30px; margin: 5px 4px; display: inline-block; padding: 8px 16px;}
.home-sec-a .video_box {display: none; position: relative;}
a.play_icon { position: absolute; left:50%; top:50%; transform: translate(-50%,-50%); z-index: 1; cursor: pointer; } 



.home-sec-b {padding: 110px 0px 90px 0px;}
.home-sec-b .contant-a { padding: 0px 0px 20px 0px;}
.home-sec-b h2 {font-weight: 700; font-size: 64px; margin: 0px 0px 20px 0px; color:var(--black); line-height: 1; letter-spacing: -1px;}
.home-sec-b .desc-a { font-size: 18px; margin: 0px 0px 20px 0px; line-height: 1.7; }
.home-sec-b .desc-b { font-size: 22px; padding: 60px 0px 20px 0px; font-weight: 600; text-align: center;}
.home-sec-b .contant-a .img {border-radius: 24px; overflow: hidden; background: #000;}
.home-sec-b .contant-a .img img {transition: transform 0.2s linear;}
.home-sec-b .contant-a .img img:hover {transform: scale(1.05);}

.home-sec-b .contant-b {position: relative;}
.about-block {border:solid 2px #EEEEEE; background: #FCFCFC; border-radius: 32px; padding: 40px 60px; margin-bottom: 24px; }
.about-block h3 {font-weight: 600; font-size: 28px; line-height: 1.4; color: var(--black); margin: 0px 0px 15px 0px;}
.about-block .desc {font-size: 18px; color: var(--black); line-height: 1.8; margin: 0px 0px 15px 0px;}
.about-block .img {border-radius: 24px; overflow: hidden; background: #000;}
.about-block .img img {transition: transform 0.2s linear;}
.about-block .img img:hover {transform: scale(1.05);}
@media(min-width: 1600px) {
    .about-block {position: sticky; top: 130px;}
}

.sec-heading {margin: 0px auto; max-width: 850px; text-align: center; padding: 0px 0px 30px 0px;}
.sec-heading h2 {font-size: 48px; font-weight: 700; margin: 0px 0px 20px 0px;}
.sec-heading .desc {font-size: 20px; margin: 0px 0px 20px 0px;}

.home-sec-c {background: #F0F5F8 !important; padding: 100px 0px 80px 0px;}
.home-sec-c .sec-heading {margin: 0px auto; max-width: 850px;}
.diff-row {display: flex; flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.diff-row .diff-block {flex: 0 0 calc(25% - 20px); border:solid 1px #D2E1EF; border-radius:16px;padding: 30px;transition: all 0.2s linear;}
.diff-row .diff-block:hover {background: #ffffff;}
.diff-block .icon {width: 48px; height: 48px; border-radius: 50%; display: inline-block; background: linear-gradient(135deg,#091A51,#52C1FF); text-align: center; line-height: 46px; position: relative; margin: 0px 0px 20px 0px;}
.diff-block .icon:before {content: ""; position: absolute; left: 2px; top: 2px; bottom: 2px; right: 2px;/* background: #F0F5F8;*/border-radius: 50%;}
.diff-block .icon img {max-width: 24px; height: auto;position: relative;}
.diff-block h3 {font-weight: 600; font-size: 24px; margin: 0px 0px 15px 0px; color:var(--black);line-height: 1.6;}
.diff-block .desc { font-size: 18px; line-height: 1.6;}

.home-sec-d {padding: 100px 0px;}
.home-sec-d .head h2 {font-size: 64px; font-weight: 700; margin: 0px 0px 20px 0px;}
.home-sec-d .head .desc {font-size: 18px; margin: 0px 0px 20px 0px;}
.demos-sec {padding: 30px 0px 20px 0px;}
.demos-row {display: flex; flex-wrap: wrap;justify-content: space-between;}
.demos-row .demos-col {flex:0 0 13%; height:400px; position: relative;border-radius: 12px; background: #000; overflow: hidden; transition: all 0.5s linear;}
.demos-row .demos-col.hover {flex:0 0 calc(48% - 60px);}
.demos-row .demos-col.hover .arrow-link {opacity: 1;}
.demos-sec .img {object-fit: cover; width: 100%; height: 100%; opacity: 0.9; }
.demos-sec .arrow-link {position: absolute; right: 40px; bottom: 40px; width: 56px; height: 56px; border:solid 2px #ffffff; background: rgba(0,0,0,0.2) url(../images/new/slider-arrow-w.svg) no-repeat center;border-radius: 50%;transform: rotate(135deg); opacity: 0; transition: opacity 0.9s linear;}
.demos-sec .owlNav .owl-nav {position: absolute; left: 50%; transform: translate(-50%,-0px); bottom: -80px;}
.demos-sec .owlNav .owl-nav button {margin: 0px 10px;}




.home-sec-e {background:#091b52 url(../images/tabs_bg.png) no-repeat left top !important; /*background: #091A51;*/ padding: 130px 0px 120px 0px; overflow: hidden;}
.home-sec-e .content {color: #fff;position: relative;}
.home-sec-e .col-a {flex:0 0 430px; position: relative;z-index: 2;}
/*.home-sec-e .col-a:before {background:linear-gradient(0deg, #091a51, #091a51); content: ""; position: absolute; right: 0px; top: 0px; height: 100%; width: 200%;}*/
.home-sec-e .owl-carousel {z-index: inherit;}
.home-sec-e .content .tag-line {font-weight: 500; font-size: 14px; margin-bottom: 10px; display: inline-block; padding: 4px 16px; border:solid 1px #53C2FF; background: #53C2FF33; border-radius: 80px;line-height: 1.2;}
.home-sec-e .content .txt-img {margin-bottom: 10px;}
.home-sec-e .content h2 {color: #fff; font-weight: 700; font-size: 48px; margin: 0px 0px 20px 0px;}
.home-sec-e .content .desc {font-size: 18px; line-height: 1.7;}
.home-sec-e .owl-stage-outer {margin-right: -50%;}

.home-sec-e .col-b {max-width: calc(100% - 430px);}
.portfolio-block {position: relative;padding: 0px 0px 60px 20px;}
.portfolio-block .tabs {position: relative;padding: 0px 0px 40px 0px;}
.portfolio-block .tabs span {font-weight: 400; font-size: 18px; color: #fff; cursor: pointer; padding: 6px 29px; margin: 0px 2px 5px 0px;display: inline-block;}
.portfolio-block .tabs .active, .portfolio-block .tabs span:hover {background: #CFEDFF; border-radius: 40px; color: var(--black);}
.portfolio-block .block {max-width: 817px;}
.portfolio-box {position: relative; max-width: 817px;}
.portfolio-box .img {border-radius: 12px; overflow: hidden; position: relative;}
.portfolio-box .img img {width: 100%;}
.portfolio-box .img:before {content: ""; position: absolute; bottom:0px; width: 100%; left: 0px; height: 50%; background: linear-gradient(transparent,rgba(0,0,0,0.9));}
.portfolio-box .title {font-size: 28px; color: #fff; position: absolute; bottom: 30px; left: 30px; right: 30px; max-width: 500px; line-height: 1.5;}

.portfolio-block .owl-item {opacity:0; }
.portfolio-block .owl-item.active {opacity:1; }
.portfolio-block .owl-item.active ~ .owl-item {opacity:1; }
.portfolio-block .owlNav .owl-dots {left: -46%; width: 150px;line-height: 1;position: absolute; bottom: 90px;text-align: center;}
.portfolio-block .owlNav .owl-dots button {margin: 3px;}
.portfolio-block .owlNav .owl-nav {position: absolute; bottom: 77px; left: -54%; width: 120px;z-index: 2;}
.portfolio-block .owlNav .owl-nav button {border-color: #ffffff !important;}
.portfolio-block .owlNav .owl-nav button span {background: url(../images/new/slider-arrow-w.svg) no-repeat center;}
.portfolio-block .owlNav .owl-nav .owl-next {float: right;}

.portfolio-bottom {border-top: solid 1px hwb(0deg 100% 0% / 18%); padding: 90px 0px 0px 0px;}
.portfolio-bottom .desc {font-size: 22px; font-weight: 300; line-height: 1.6; color: #fff;max-width: 1060px;}
.portfolio-bottom .blue-btn {background: #ffff; padding: 13px 39px;}

section.home-sec-f {padding: 100px 0px 100px 0px; background: #ffffff url(../images/new/client-say-bg.jpg) no-repeat center / cover; background-attachment: fixed; }
.home-sec-f .sec-heading {max-width:930px;color: #ffffff;}
.story-block {background:#00000066; border-radius: 32px; padding: 60px 420px 40px 90px; min-height: 426px; position: relative;}
.story-block:before {content: ""; background: url(../images/new/avtar-1.png) no-repeat right 36px bottom 0px; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;border-radius: 29px; }
.story-block .desc strong {font-weight: 600;}
.story-block .desc {font-weight: 300; font-size: 18px;line-height: 1.6;position: relative; max-width: 690px;color: #ffffff;}
.avtar-info {position: relative; padding: 10px 0px 0px 0px;}
.avtar-info .avtar-name {text-align: center;color: #ffffff;}
.avtar-info .avtar-name strong {font-weight: 600; font-size: 18px;display: block;}
.avtar-info .avtar-name span {font-size: 14px; opacity: 0.6;}
.avtar-info .read-more {color: #ffffff;}
.avtar-info .read-more:after {background: url(../images/new/link-arrow-w.svg) no-repeat center;}

.home-sec-g {padding: 90px 0px 90px 0px;overflow: hidden;}
.home-sec-g .sec-heading {max-width: 1350px;}
.valued-client-sec {position: relative;max-width: 930px;}
.client-say {position: relative;}
.client-say .img {width: 142px; height: auto; background:#000000; text-align: center; padding: 10px; display: inline-block;  border-radius: 8px; position: absolute; right: 30px; bottom: 30px;}
.client-say .cotent { background-color: #33498B; color: #ffffff; border-radius: 16px; padding:35px 35px;}
.client-say .txt-a {font-size: 24px; font-weight: 600; line-height: 1.6; margin-bottom: 20px;}
.client-say .txt-b { margin-bottom: 15px;}
.client-say .txt-c {font-size: 18px; }
.client-say .txt-c strong {display: block;}
.valued-client-sec .owl-stage-outer {overflow: visible !important;}
.home-sec-g .owlNav .owl-nav {text-align: center; padding: 20px 0px; }
.home-sec-g .owlNav .owl-nav button {margin: 0px 10px;}


.home-sec-h {padding: 110px 0px 100px 0px;background: #FAFAFA !important; overflow: hidden;}
.home-sec-h .sec-heading {max-width: 1170px;}
.blog-sec {position: relative; max-width: calc(100% - 160px);}
.blog-box {max-width: 378px;}
.blog-box .img {border-radius: 12px; overflow: hidden;}
.blog-box .img img {object-fit: cover;width: 100%; height: 320px; transition: all 0.3s linear;}
.blog-box h6 {margin: 30px 0px 20px 0px; font-weight: 600; font-size: 24px;line-height: 1.4;}
.blog-box h6 a {color: var(--black);text-decoration: none;display: block;}
.blog-box:hover .img img {transform: scale(1.05);}
.blog-box h6 a:hover {color: var(--blue);}
.blog-sec .owlNav .owl-nav {text-align: center;padding-top: 20px;}
.blog-sec .owlNav .owl-nav button {margin: 0px 15px;}
.home-sec-h .owl-stage-outer {overflow: visible !important;}

.home-sec-i {padding: 110px 0px 100px 0px;}
.home-sec-i .sec-heading {max-width: 1350px;}
.home-sec-i .sec-heading h2 {letter-spacing: -1px;}
.award-list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.award-box {border:solid 2px #EEEEEE; border-radius: 12px; padding: 10px; text-align: center; flex:0 0 calc(16.66% - 15px);}
.award-box:hover {border-color: #b1e7db;}
.award-box .img {height: 160px; line-height: 160px;margin-bottom: 12px;}
.award-box .img img {max-width: 170px; transition: all 0.2s linear;}
.award-box:hover .img img {transform: scale(1.05);}
.award-box .title {font-weight: 600; font-size: 16px; line-height: 1.6;height: 67px;}

section.home-sec-j {padding: 110px 0px 70px 0px; background: transparent;}
.home-sec-j:before {content: "";background: #00000066; position:absolute; left: 0px; top: 0px; height: 100%; width: 100%; z-index: 2;}
.home-sec-j .video-wrap {z-index: -2;}
.home-sec-j.show-video .video-wrap {z-index: -1;}
.home-sec-j .container {position: relative; z-index: 3;}
.home-sec-j .sec-heading {max-width: 1290px;color: #ffffff;}
.faq-sec {position: relative;}
.faq-block {position: relative;border:solid 1px #D7D7D7; background: #ffffff; border-radius: 8px; padding: 22px 30px; margin-bottom: 15px;}
.faq-block .title {font-weight: 600; font-size: 22px; line-height: 1.4; position: relative; padding-right: 30px; background: url(../images/new/faq-icon.svg) no-repeat right 0px top 0px; cursor: pointer;}
.faq-block.active .title {background-image: url(../images/new/faq-icon-m.svg);}
.faq-block .desc {font-size: 18px; line-height: 1.5; padding-top: 15px; display: none;}


.home-sec-k {padding: 110px 0px 110px 0px;overflow: hidden;}
.home-sec-k .sec-heading {max-width: 1290px;}
.clients-sec {position: relative;}
.clients-sec .tabs {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: center;}
.clients-sec .tabs span {font-weight: 500; font-size: 14px; background: #F8F9FE; border-radius: 80px; color: #000; cursor: pointer; padding: 6px 12px; margin: 0px 5px 5px 0px;justify-content: center; align-items: center; height: 60px; flex:0 0 150px; display: flex; line-height: 1.2; text-align: center;}
.clients-sec .tabs .active, .portfolio-block .tabs span:hover {background:var(--blue);color: var(--black);}

.clients-list {list-style: none; position: relative; margin: 70px 0px;padding: 0px; display: flex; flex-wrap: wrap; }
.clients-list:before {content: ""; height:calc(100% + 80px); width: 0px; border-left:solid 1px #f0f0f0; position:absolute; top: -40px; left: 0px;}
.clients-list:after {content: ""; width:calc(100% + 140px);height:0px; border-bottom:dashed 1px #f0f0f0; position:absolute; top: 0px; left: -70px;}
.clients-list li {flex:0 0 230px; height: 120px; position: relative; line-height: 120px; text-align: center;}
.clients-list li:before {content: ""; height: 160%; width: 0px; border-left:solid 1px #f0f0f0; position:absolute; top: -30%; right: 0px;}
.clients-list li:after {content: ""; width: 100%; height:0px; border-bottom:dashed 1px #f0f0f0; position:absolute; bottom:0px; left: -30%;}
.clients-list li img {max-width: 180px; max-height: 72px;}
@media (min-width:769px) {
    .clients-list li:nth-child(6n):after {width: 160%;}
    .clients-list li:nth-last-child(1):after {width: 160%;}
    .clients-list li:nth-child(12) ~ li {display: none;}
}
.more-clients {text-align: center; padding: 5px 0px 0px 0px;}
.more-clients .blue-btn {background: #08184B; color: #ffffff;padding: 13px 39px;}
.more-clients .blue-btn:after {background-image: url(../images/new/link-arrow-w.svg);}


.footer {background: #ffffff; position: relative;}
.footer-bg {background: #091A51; padding: 110px 0px 80px 0px; color: #ffffff;}
.foot-quote {background: url(../images/new/foot-quote-icon.svg) no-repeat top left; padding: 0px 0px 0px 70px; max-width: 490px; margin-bottom: 110px;}
.foot-quote .text-a {font-weight: 400; font-size: 20px; margin-bottom: 30px;}
.foot-quote .text-b {font-weight: 400; font-size: 18px; margin-bottom: 30px;}
.foot-quote .text-b span {font-size: 14px; opacity: 0.33;}
.foot-address {position: relative; padding: 0px 0px 0px 70px;max-width: 490px;line-height: 1.6;}
.foot-address:before {content: ""; width: 48px; height: 48px; border-radius: 50%;background:#52C1FF url(../images/new/foot-location-icon.svg) no-repeat center; position: absolute; left: 0px; top: 0px;}
.foot-address .txt-a {font-weight: 600; font-size: 24px; padding-bottom: 15px;}
.foot-address .txt-b {font-weight: 600; font-size: 16px;}
.foot-address .txt-c {}
.foot-address .txt-d {padding: 30px 0px 10px 0px;}
.foot-form-block h3 {font-weight: 700; font-size: 48px; margin: 0px 0px 15px 0px;}
.foot-form-block .desc {font-size: 18px; margin: 0px 0px 30px 0px;}
.contact-from .form-group {display: inline-block; width: 100%; margin-bottom: 20px;}
.contact-from .form-control {background: #465964; border-radius: 12px; font-size: 18px; border:none; color: #ffffff;outline: none;box-shadow: 0px 1px 0px #465964; font-weight: 400;padding: 13px 20px;}
.form-control::placeholder {color: rgba(255, 255, 255, 0.75);}
.contact-from textarea.form-control {resize: none; height: 217px;}
.contact-from .form-btn {padding: 15px 0px 0px 0px;}
.copy-right {font-weight: 400; font-size: 20px; color: var(--black);line-height: 1.2; padding: 50px 0px;}
.copy-right a{color: var(--black);text-decoration: underline;}

/*modal css*/
.modal { opacity:0; visibility:hidden; display: block !important; transition:all 0.5s ease; transition:all 0.5s ease; background: rgba(0,0,0,0.5); }
.modal.show { opacity:1; visibility:visible; }
.modal .close { position:absolute; right:-15px; background:#fff; width:30px; height:30px; text-align:center; border-radius:100%; top:-15px; line-height:1; box-shadow:0px 0px 6px rgb(0 0 0 / 50%); border: none; z-index:2; font-size: 18px; font-weight: 700; }
.modal .modal-dialog { max-width:950px; }
.modal .modal-content {border-radius: 20px; padding: 20px;}

.modal .modal-body { display: flex; }
.modal .modal-body .leftbox { width:285px; }
.modal .modal-body .rightbox {width:calc(100% - 285px); padding-left:30px; overflow: auto; max-height: 500px;  }
.modal-body .rightbox .linkedin {display: inline-block; margin: 10px 0px; max-width: 100px;}
.modal-body .member_thumb { width:100%; height:300px; overflow: hidden; background:#000;border-radius: 15px; }
.modal-body .member_thumb img { width:100%; height:100%; object-fit:cover; transition: all 0.3s linear; }
.modal-body .member_thumb img:hover {transform: scale(1.1);}
.modal-body .member_disc { text-align: center; padding-top:10px; }
.modal-body .rightbox p { font-size:16px; line-height:24px; margin-bottom:15px; }
.modal-dialog {min-height: calc(100vh - 60px); display: flex; flex-direction: column; justify-content: center; }


/*blog detail page css*/
.blogDetailSecA {position: relative;padding:3rem 0px; }
.blogDetailSecA .container {max-width: 1200px;}
.blogContent {max-width: 720px; margin:3rem auto; color: #202020;}
.blogContent p {font-size: 1.15rem;margin-bottom: 2rem; }
.blogContent .img {margin-bottom: 2rem;}
.blogContent h1 {font-size: 2rem; margin-bottom: 2rem;}
.blogContent h2 {font-size: 2rem; margin-bottom: 2rem;}
.blogContent ul {padding-left: 30px;}
.blogContent ol {padding-left: 30px;}

.shareSocial .title {padding: 40px 0px 10px 0px; font-size: 16px;  color: #202020;}
.shareSocial a {width: 44px; height: 44px; background:#2d6df3 url(../images/share-social.png) no-repeat -4px -3px; display: inline-block; vertical-align: top; margin: 0px 10px 10px 0px;border-radius: 50%;}
.shareSocial .twiter {background-position: -53px -2px;background-color: #1da4f7;}
.shareSocial .in {background-position: -103px -3px; background-color: #1e5694;}
.shareSocial .msg {background-position: -155px -2px; background-color: #000000;}




.animation {opacity: 0; transform:translate3d(0,120px,0); transition: transform 0.8s ease, opacity 1.1s ease;}
.animation.delay2 {transition-delay: 0.2s;}
.animation.delay3 {transition-delay: 0.4s;}
.animation.ani {opacity: 1; transform: translateZ(0);}
.owlNav .owl-dots {position: relative;}
.owlNav button.owl-dot {width: 12px; height: 12px; margin: 6px; border-radius: 50%;background: #FFFFFF1A !important;}
.owlNav button.owl-dot.active {background: #ffffff !important;}
.owlNav .owl-nav {position: relative;}
.owlNav .owl-nav button {border:solid 1px #DBDDE1 !important; width: 48px; height: 48px; border-radius: 50%;}
.owlNav .owl-nav button.disabled {opacity: 0.3;}
.owlNav .owl-nav button span {font-size: 0px; width: 16px; height: 16px; background: url(../images/new/slider-arrow.svg) no-repeat center; display: inline-block;}
.owlNav .owl-nav button.owl-next span {transform: rotate(180deg);}

@media (max-width:1430px) {
    .container {width: 96%;}
    .navigation ul li a {font-size: 14px;padding: 5px 10px;}
    .clients-sec .tabs span { font-size: 12px; flex: 1 0 0; height: 50px;} 
    .clients-list li {flex:0 0 16.66%;max-width: 16.66%;padding: 10px;}
    .clients-list li img {max-width: 100%;}
}
@media (max-width:1024px) {
    .header .col-c {display: none;}
    .home-sec-a h1 {font-size: 42px;}
    .home-sec-a .desc {font-size: 16px;}
    .home-sec-a .txt-c span {font-size: 12px;}
    .home-sec-b {padding: 50px 0px 40px 0px;}
    .home-sec-b h2 { font-size: 42px}
    .home-sec-b .desc-a { font-size: 16px; }
    .home-sec-b .desc-b { font-size: 18px;padding: 30px 0px 20px 0px;}

    .about-block {border:solid 1px #EEEEEE; border-radius: 22px; padding: 20px 30px; margin-bottom: 16px; top: 100px;}
    .about-block h3 {font-size: 22px; }
    .about-block .desc {font-size: 16px; }
    .about-block .img {border-radius: 16px;}

    .read-more {font-size: 14px;}
    .sec-heading {padding: 0px 0px 10px 0px;}
    .sec-heading h2 {font-size: 38px;}
    .sec-heading .desc {font-size: 16px;}

    .home-sec-c {padding: 50px 0px 30px 0px;}
    .diff-row .diff-block {padding: 15px;border-radius: 8px;flex: 0 0 calc(25% - 10px);}
    .diff-block h3 {font-size: 16px;}
    .diff-block .desc {font-size: 14px;}
    .home-sec-d { padding: 40px 0px;}
    .home-sec-d .head h2 {font-size: 48px;}
    .home-sec-d .head .desc {font-size: 16px;}

    .home-sec-e {padding: 60px 0px 60px 0px;}
    .home-sec-e .col-a:before {display: none;}
    .home-sec-e .content .desc {font-size: 16px;}
    .portfolio-block {padding: 0px 0px 90px 0px;}
    .portfolio-block .tabs span {font-size: 16px;padding: 4px 16px;}
    .portfolio-box .title {font-size: 16px;}
    .home-sec-e .col-a { flex: 0 0 100%;}
    .home-sec-e .col-b {flex:0 0 100%; max-width: 100%;}
    .portfolio-block .tabs {padding: 30px 0px 20px 0px;}
    .portfolio-block .owlNav .owl-nav {left: 0px; bottom: -50px;}
    .portfolio-bottom {padding: 30px 0px 0px 0px;}
    .portfolio-bottom .desc {font-size: 16px;}
    .home-sec-f {padding: 40px 0px 0px 0px; }
    .story-block {border-radius: 15px;  padding:15px 420px 15px 15px;}
    .story-block:before {border-radius: 14px;}
    .story-block .desc {font-size: 16px;}

    .client-say .txt-a {font-size: 16px;}
    .client-say .txt-c {font-size: 16px;}

    .home-sec-h {padding: 60px 0px 50px 0px;}
    .blog-box h6 {font-size: 18px;}
    .home-sec-i { padding: 50px 0px 30px 0px;}
    .award-box {flex: 0 0 calc(33% - 15px); margin-bottom: 20px;}
    sectionsection.home-sec-j {padding: 50px 0px 20px 0px;}
    .faq-block .title {font-size: 18px;}
    .faq-block .desc {font-size: 16px;}
    .home-sec-k { padding:50px 0px 40px 0px;}

    .footer-bg {padding: 50px 0px 30px 0px;}
    .foot-quote {padding: 0px 30px 0px 60px;margin-bottom: 30px;}
    .foot-quote .text-a {font-size: 16px;}
    .foot-form-block h3 {font-size: 24px; }
    .foot-form-block .desc {font-size: 16px;}
    .foot-address {padding: 0px 30px 0px 60px;}
    .copy-right {font-size: 16px; padding: 20px 0px;text-align: center;}
}
.mobileNavBtn {display: none;}
.overLay { background:rgba(0,0,0,0.75); position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:5;  transition: all 0.5s ease; display: none;}
@media (max-width:992px) {
    .header .logo img {max-width: 120px;}
    .mobileNavBtn { width:40px; height:35px; border-radius:4px; background:#091a51; display: block; padding: 4px 0; position: relative; z-index: 11; float: right; }
    .mobileNavBtn span { display: block; margin:5px auto; width:25px; height:2px; background:#fff; position: relative; }
    .openNav .mobileNavBtn span:nth-child(2){display: none;}
    .openNav .mobileNavBtn span:nth-child(1){transform:rotate(45deg); top: 8px;}
    .openNav .mobileNavBtn span:nth-child(3){transform:rotate(-45deg); top: 1px;}
    .openNav .overLay {display: block;}
    .navigation {visibility: hidden; opacity:0;position: fixed;background: var(--blue);left:-100%;width: 100%;top: 0px;height: 100%;min-height: 100vh;overflow: hidden; z-index: -1;transition: all 0.5s ease; }
    .openNav .navigation { left:0px; top: 0px; z-index: 111; visibility: visible; opacity:1; width:300px; }
    .navigation ul { text-align: left; margin: 20px 0px 0px 0px;}
    .navigation ul li { width:100%; }
    .navigation ul li a {padding: 6px 20px;}
    .navigation ul li a:hover {color: #ffffff;}
    .navigation ul li:last-of-type { display: block;background: #ffffff; }
    .navigation ul li:last-of-type a {color: #000;}

    .home-sec-c {padding: 50px 0px 10px 0px;}
    .diff-row .diff-block {flex: 0 0 calc(50% - 10px); margin-bottom: 20px;}

}


@media (max-width:768px) {
    body {font-size: 14px;}
    .blue-btn {padding: 10px 30px; font-size: 14px;}
    .blue-btn:after {margin: 5px 0px 0px 10px;}
    section.home-sec-a {padding-top: 101px; padding-bottom: 20px; background: #091a51;}
    .home-sec-a:before {/*background: #000; opacity: 0.4;*/}
    .home-sec-a .content-b {padding: 20px 0px 20px 0px;}
    .home-sec-a .tag-line {font-size: 12px;}
    .home-sec-a h1 {font-size: 36px;margin: 20px 0px 22px 0px;}
    .home-sec-a .txt-c span {background: #52c1ff80;padding:2px 12px;border-radius: 10px;}
    .home-sec-a .video_box {display: block;}

    .video-wrap {display: none;}
    /*.home-sec-a .video {display: none;}
    #HeaderPop .modal-body {display: block;}*/

    .home-sec-b {padding: 30px 0px 10px 0px;}
    .home-sec-b h2 { font-size: 32px; line-height: 1.2;}
    .home-sec-b .desc-a { font-size: 14px; }
    .home-sec-b .desc-b { font-size: 16px;padding:0px 0px 10px 0px;}
    .home-sec-b .contant-a .img {border-radius: 10px;margin-bottom:15px;}

    .about-block { border-radius: 12px; padding: 10px 15px; margin-bottom: 16px; top: 100px;}
    .about-block h3 {font-size: 20px; }
    .about-block .desc {font-size: 14px; }
    .about-block .img {border-radius: 10px;margin-top: 15px;}

    .sec-heading h2 {font-size: 32px; margin: 0px 0px 10px 0px;}
    .sec-heading .desc {font-size: 14px; line-height: 1.5;}

    .home-sec-c {padding: 30px 0px 10px 0px;}
    .diff-row .diff-block {flex: 0 0 100%;}
    .diff-block h3 {font-size: 16px;    margin: 0px 0px 10px 0px;}
    .diff-block .desc {font-size: 14px;}
    .home-sec-d { padding:30px 0px;overflow: hidden;}
    .home-sec-d .head h2 {font-size: 38px;}
    .home-sec-d .head .desc {font-size: 14px; line-height: 1.5;}
    .demos-row .demos-col {flex: 0 0 15%;border-radius: 8px;height: 300px;}
    .demos-row .demos-col.hover {flex: 0 0 calc(55% - 21px);}
    .demos-sec .arrow-link {transform: scale(0.8) rotate(135deg); right: 20px; bottom: 20px;}
    .demos-sec .active .arrow-link {opacity: 1;}
    .demos-sec .demos-col {border-radius: 8px; overflow: hidden;background: #000;margin-right: 10px;}
    .demos-sec .owl-stage-outer {overflow: visible !important;}
    .demos-sec .img { width: 90vw; height: 53vw;}
    .demos-sec {padding: 5px 0px 60px 0px;}
    .demos-sec .owlNav .owl-nav {bottom: -60px;}
    .owlNav .owl-nav button {width: 42px; height: 42px;}
    .portfolio-bottom .blue-btn {padding: 10px 30px;}

    .home-sec-e {padding: 40px 0px 30px 0px;}
    .home-sec-e .content h2 {font-size: 36px;}
    .home-sec-e .content .desc {font-size: 14px;}
    .portfolio-block {padding: 0px 0px 80px 0px;}
    .portfolio-block .tabs span {font-size: 14px;padding: 1px 12px;}
    .portfolio-block .tabs .active, .portfolio-block .tabs span:hover { border-radius: 5px;}
    .portfolio-box .title {font-size: 14px;}
    .portfolio-block .tabs {padding: 20px 0px 0px 0px; margin-bottom: 15px; overflow-x: auto; white-space: nowrap;}
    .portfolio-bottom {padding: 20px 0px 0px 0px;}
    .portfolio-bottom .desc {font-size: 14px;padding-bottom: 15px; text-align: center;}
    .portfolio-block .tabs::-webkit-scrollbar-track {background: #1e3477; }
    .portfolio-block .tabs::-webkit-scrollbar-thumb {background: #ffffff; }

    section.home-sec-f {padding: 30px 0px 30px 0px; }
    .story-block {border-radius: 15px;  padding:15px 15px 15px 15px; min-height: inherit;}
    .story-block:before {border-radius: 14px;background-size: 100px auto;background-position: right bottom;}
    .story-block .desc {font-size: 16px;}
    .avtar-info {padding: 10px 150px 0px 0px;}
    .avtar-info .col, .avtar-info .col-auto {flex:0 0 100%;text-align: left;}
    .avtar-info .avtar-name {padding-top: 10px; font-size: 14px; text-align: left;}
    .avtar-info .avtar-name strong {font-size: 14px;}


    .home-sec-g {padding: 30px 0px 0px 0px;}
    .valued-client-sec {max-width: 90vw;}
    .client-say .cotent {padding:15px;margin-right: 10px;}
    .client-say .img {padding: 5px; max-width: 80px;right: 20px; bottom: 10px;}
    .valued-client-sec .owl-carousel.owl-drag .owl-item {left: 0px !important;}
    .client-say .txt-a {font-size: 14px; margin-bottom: 10px;}
    .client-say .txt-b {margin-bottom: 10px;}
    .client-say .txt-c {font-size: 14px; padding-right: 90px; line-height: 1.6;}
    .valued-client-sec .owlNav .owl-nav {padding: 0px 0px 30px 0px;}

    .home-sec-h {padding: 30px 0px 20px 0px;}
    .blog-sec {max-width: calc(100% - 20px)}
    .blog-box {margin-right: 15px;}
    .blog-box h6 {font-size: 16px;}
    .home-sec-i { padding: 30px 0px 20px 0px;}
    .award-box .title {font-size: 14px;}
    .award-box {margin-bottom: 15px;}

    section.home-sec-j {padding:30px 0px 10px 0px;background:#091a51;}
    .home-sec-j:before {display: none;}
    .faq-block .title {font-size: 16px;}
    .faq-block .desc {font-size: 14px;}
    .faq-block {padding: 15px 20px;}
    .clients-sec .tabs {justify-content: flex-start;position: relative;}
    .clients-sec .tabs span {flex:0 0 auto;padding: 12px 22px; height: auto; display: none;}
    .clients-sec .tabOptions {display: block !important; width: 100%; padding: 0px 50px 0px 16px; height: 48px; line-height: 48px; border-radius: 5px; background: #efefef;  appearance: none; border: none;outline: none;font-size: 16px;}
    .clients-sec .tabs::after {content: "▾"; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; font-size: 32px;}
    .home-sec-k { padding:30px 0px 20px 0px;}
    .clients-list {margin: 40px 0px;}
    .clients-list li {flex: 0 0 33.33%; max-width: 33.33%;}
    .clients-list li:nth-child(3n):after {width: 140%;}
    .clients-list li:nth-last-child(1):after {width: 140%;}
    .clients-list li:nth-child(12) ~ li {display: none;}
    .clients-list:before {top: -20px;height: calc(100% + 40px);}
    .clients-list li:before {height:calc(100% + 40px); top: -20px;}
    .more-clients .blue-btn {padding: 10px 30px;}

    .footer-bg {padding: 30px 0px 30px 0px;}
    .foot-quote {padding: 0px 20px 0px 60px;margin-bottom: 30px;}
    .foot-quote .text-a {font-size: 14px;margin-bottom: 15px;}
    .foot-form-block h3 {font-size: 20px; }
    .foot-quote .text-b {font-size: 16px;}
    .foot-address .txt-a {font-size: 16px;}
    .foot-address .txt-b {font-size: 14px;}
    .foot-form-block {padding: 30px 0px 0px 0px;}
    .foot-form-block .desc {font-size: 14px;}
    .foot-address {padding: 0px 20px 0px 60px;}
    .foot-address .txt-d {padding: 15px 0px 20px 0px;}
    .contact-from .form-control {border-radius: 8px; font-size: 14px; padding: 10px 16px;}
    .contact-from textarea.form-control {height: 100px;}
    .copy-right {font-size: 14px; padding: 15px 0px;}

    .modal .modal-body { flex-wrap: wrap; }
    .modal-body .member_thumb { height:230px; margin-bottom: 10px;}
    .modal .modal-body .leftbox { margin:0px auto; }
    .modal .modal-body .rightbox { width:100%; padding:10px; }
    .modal .modal-content {padding: 0px;border-radius: 10px;}
    .modal .close {right: -5px; top: -5px;}


    .inner-pages .header {padding: 5px 0px;}
    .inner-pages {padding-top: 60px;}
    .blogDetailSecA {padding:1rem 0px; }
    .shareSocial .title {padding: 10px 0px 10px 0px;}
    .blogContent p {font-size: 1.0rem;margin-bottom: 2rem; }
    .blogContent .img {margin-bottom: 2rem;}
    .blogContent h1 {font-size: 1.5rem; margin-bottom: 2rem;}
    .blogContent h2 {font-size: 1.5rem; margin-bottom: 2rem;}
    .blogContent {margin:1rem auto;}
}

@media(max-width: 500px) {
    .header.fixed {padding: 5px 0px;}
    .header .logo img {max-width: 100px;}
    .client-say .cotent {}
    .client-say .img {}
    .award-box {flex: 0 0 calc(50% - 7px);max-width: calc(50% - 7px);}
    .award-box .img img {max-width: 100%;}

    .blog-box .img img {height: 200px;}
}







html {scroll-behavior: smooth; -webkit-scroll-behavior: smooth }
::-webkit-scrollbar {width: 4px; height: 4px }
::-webkit-scrollbar-track {background: #f9f9f9 }
::-webkit-scrollbar-thumb {background: #091a51 }