@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#fff;border-radius:0px}
::-webkit-scrollbar{width:5px;background-color:#000}
::-webkit-scrollbar-thumb{border-radius:0px;background:#008eba;border-radius:10%}
::selection{color:#008eba;background-color:transparent;}
body{background:#fff;font-size:16px;color:#000}
body,h1,h2,h3,h4,h5,h6,p,a,li,span,strong{font-family:"Poppins",sans-serif}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p{margin:0;padding:0}
p{line-height:normal;padding:0;margin:0px;line-height:25px;color:#ffffff;}
a{text-decoration:none;color:#000;font-size:18px}
a:hover{text-decoration:none;color:#000}
a:focus{outline:none;text-decoration:none}
figure{margin-bottom:0}
img{border:0px;outline:none;max-width:100%}
ul{padding:0px;margin:0px}
ul,li{list-style-type:none}
.relative{position:relative}
.absolute{position:absolute}
.sec-pad{padding:100px 0}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}
.mt60{margin-top:60px}
.mt100{margin-top:100px}
.ml60{margin-left:60px}
.tac{text-align:center}
.bluclr{color:#172571!important;}
.bld{font-weight:bold}
.my-tabs{display:none}
.my-tabs.current{display:block}
.butn{color:#fff;margin:0 20px 0 0;border-radius:5px;padding:20px 30px;background:linear-gradient(90deg,rgba(9,9,121,1) 35%,rgba(0,212,255,1) 100%);font-size:18px;font-weight:700;}
.butn:hover{color:#fff;}
.inrbnr .butn{background:#fff;color:#000;}
.inrbnr .trnsbtn{border:2px solid #78ffd6;color:#FFF;}
.trnsbtn{border:2px solid #000000;background:transparent;border-radius:10px;padding:20px 30px;margin:0;font-size:18px;font-weight:700;}
.whtbtn{border:1px solid #fff;padding:20px 30px;border-radius:10px;font-size:18px;font-weight:600;color:#fff;background:transparent;}
.bgwhtbtn{border:1px solid #fff;padding:20px 30px;border-radius:10px;font-size:18px;font-weight:600;color:#000;background:#FFF;}
.btn{padding:0;margin:0;cursor:auto}
.btn li{margin:0 20px 0 0;}
.blkbtn{background:#000;color:#fff;border:1px solid #000;background-color:#000;padding:20px 30px;border-radius:10px;}
.blkbtn:hover{color:#FFF}
.main-heading{font-size:40px;font-weight:700;}
.spnhdng{font-size:14px;letter-spacing:0px;line-height:20px;color:#495057;font-weight:400;}
.nav{display: none;}
.nav {background-color: transparent;width: 100%;position: absolute;z-index: 10;top: 10px;justify-content: flex-end;display: none;}
ul#menu { display: none; width: 100%; padding: 0;}
ul#menu li a { width: 100%; display: block; background-color: #0890fe; color: #fff; font-size: 18px; padding: 20px 30px; transition: background 0.2s; text-decoration: none; }
ul#menu a:hover { background-color: #4b85a2; }
ul.hamburger li { height: 5px; background: #0086f0; content: ""; position: relative; transition: 0.25s ease-in-out; width: 100%; }
.hidden { opacity: 0; }
.rot45deg { transform: rotate(45deg); top: 10px !important; }
.rot-45deg { transform: rotate(-45deg); }
ul.hamburger { display: block; padding: 0; margin: 0; }
ul.hamburger li:nth-child(1) { top: 0; }
ul.hamburger li:nth-child(2) { top: 5px; }
ul.hamburger li:nth-child(3) { top: 10px; }
.hamburger-container { width: 38px; margin: 1.2em 1.6em; height: 30px; cursor: pointer; }
.nav.is-sticky {position: fixed;z-index: 9999;}
header .butn,header .trnsbtn{padding:10px 15px;font-size:16px;font-weight:500}
header{padding:10px 0 0;position:relative;transition:0.5s;z-index:2;width:100%;top:0;}
header .imge{}
header .imge a{}
header ul.tp{display:flex;justify-content:end;gap:15px;margin:10px 0}
header ul.tp li{}
header ul.tp li a{}
header .flg{position:relative;color:#1669d4;font-weight:700;}
header .flg:before{position:absolute;content:'';background-image:url(../images/uk-flag.png);width:33px;height:18px;background-size:cover;left:-45px;top:4px;background-repeat:no-repeat;}
header ul.btm{display:flex;justify-content:end;gap:20px;}
header ul.btm li{margin:10px 0;}
header ul.btm li a{font-size:16px;font-weight:500;}
header ul.btm li a i{margin-left:2px;font-weight:700;color:#000;font-size:16px;position:relative;top:1px;}
header ul.btm li a:hover{color:#2980ff;}
header .sbmnu{opacity:0;position:fixed;background-color:#ffffff;z-index:9;transition:0.4s;}
header ul.btm li:hover .sbmnu{height:auto;padding:10px;opacity:1;top:96px;    /* left: 0; */top:91px;}
header ul.btm li{display:inline-block;margin-right:10px;padding:5px 0;font-weight:700;position:relative;}
header .dropDown{position:fixed;/*left: 0;*/display:-ms-flexbox;display:flex;top:101px;background-color:#ffffff;z-index:9;padding:0px 40px;height:0;overflow:hidden;-moz-transition:height 1s ease;-webkit-transition:height 1s ease;-o-transition:height 1s ease;transition:height 1s ease;opacity:0;-webkit-box-sizing:border-box;box-sizing:border-box;background-position:top right;background-size:contain;background-repeat:no-repeat;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;text-align:left;}
header .dropDown ul{width:100%;}
header .dropDown ul li{width:100%;display:block;padding:0 0 0px 5px;vertical-align:top;margin-top:0;}
li.hasmenu-inner a.web-inr{position:relative;z-index:1;}
header .dropDown ul li a{color:#000;display:block;padding:5px 0;font-size:15px;text-transform:capitalize;font-weight:400;}
li.hasmenu-inner .dropDownWeb{position:absolute;top:0;right:-221px;bottom:auto;margin:auto;z-index:22222;background:#fff;height:auto;display:table;padding:8px 8px;opacity:0;transition:all .2s ease-in-out;border:1px solid #eee;}
header ul li.hasmenu:hover .dropDown{height:auto;padding:10px;opacity:1;top:101px;/* left: 0; */overflow:visible;}
li.hasmenu-inner a.web-inr{position:relative;z-index:1;}
li.hasmenu-inner:hover .dropDownWeb{opacity:1;}
li.hasmenu-inner a i{transition:all .2s ease-in-out;transform:rotate(0deg);}
li.hasmenu-inner:hover a i{transform:rotate(-90deg);}
.header.is-sticky{position:fixed;z-index:9999;min-height:auto;top:0;width:100%;background:#fff;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;box-shadow:0px 10px 23px #0000000d;}
.header.is-sticky{padding:10px 15px;}
header.is-sticky ul.tp{display:none;}
header.is-sticky ul li.hasmenu:hover .dropDown{top:70px}

.nav ul li.hasmenu , .nav ul li.hasmenu-inner{}
.nav ul li.hasmenu .dropDown{display: none;position: absolute;top: 70px;left: 190px;}
.nav ul li.hasmenu:hover .dropDown{display: block;}
.nav ul li.hasmenu-inner .dropDownWeb{display: none;position: absolute;top: 0;left: 220px;padding: 0;border: 0}
.nav ul li.hasmenu-inner:hover .dropDownWeb{display: block;}
.nav ul li.hasmenu .dropDown a{padding: 9px 20px !important;font-size: 16px !important;}
ul#menu.active{left: 576px;position: absolute;}
body.active{position: relative;left: -80%}

.mobile-nav {display: none; position: fixed; width: 80%; height: 100%; overflow-y: scroll; top: 0; right: -80%; z-index: 12; background: var(--primary-color); -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; /*overflow: hidden;*/ background: #e9e9e9; }
.mobile-nav nav { height: 100%; /* overflow: auto; margin-right: -10px;*/ }
.mobile-nav nav li { }
.mobile-nav nav li ul { display: none; background: #ffffff; }
.mobile-nav nav li ul.dropdown { margin-left: 25px; /* margin-bottom: 20px;*/
display: none; padding-bottom: 15px; }
.mobile-nav nav li ul.dropdown a { font-size: 12px; border: none; padding: 6px 39px; position: relative; }
.mobile-nav nav li ul.dropdown a:hover { color: var(--theme-black); background: transparent; }
.mobile-nav nav li ul li { }
.mobile-nav nav li ul li a { font-weight: 500; font-size: 12px; }
.mobile-nav nav li ul li a:hover, .mobile-nav nav li ul li a.active { background: transparent; font-weight: 600; color: var(--dark-color); }

.mobile-nav nav li ul li ul li a:before {position: absolute; content: "\e957"; font-family: 'icomoon' !important; left: 24px; top: 9px; font-size: 13px; font-weight: 600; }
.mobile-nav-btn {display: none; position: fixed; top: 30px; padding: 20px 20px; border-radius: 4px; right: 0; z-index: 100; cursor: pointer; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; z-index: 120; }
.mobile-nav-btn {display: block;padding-top: 0;}
.mobile-nav-btn .lines{display: none;}
.mobile-nav-btn .lines:before {top: 6px;background: #032e5a;}
.mobile-nav-btn .lines:after {top: -6px;background: #032e5a;}
.mobile-nav-btn.active { transition: 0; }
.mobile-nav-btn span {display: none;height: 3px;width: 32px;background-color: #052f5c;display: block;margin-bottom: 6px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;position: relative;top: 8px;}
.mobile-nav-btn span:before, .mobile-nav-btn span:after {display: block;background-color: var(--primary-color);height: 3px;width: 32px;position: absolute;left: 0;content: '';-webkit-transform-origin: .28571rem center;transform-origin: .28571rem center;right: 0;margin: 0 auto;}
.mobile-nav-btn.active {right: 84%; top: 0; padding-top: 20px; background: #fff; }
.lines:before, .lines:after { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: top .3s .6s ease, -webkit-transform .3s ease; transition: top .3s .6s ease, transform .3s ease; }
.mobile-nav-btn.regional-mobile { top: 4px; }
.mobile-nav-btn.active {right: 84%; top: 10px; /* height: 80px; */ padding-top: 20px; background: #fff; }
.mobile-nav nav li a.active {color: #ffffff; background: #c6c8cf;}



.mobile-nav nav li a { color: #333333; font-weight: 400; display: block; padding: 10px 24px; border-top: 1px solid #d6d8db; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.mobile-nav nav li a.active { color: #ffffff; background: var(--primary-color); }
.mobile-nav nav li a .xicon { font-size: 20px; float: right; }
.mobile-nav.active { height: 100%; right: 0; }
.mobile-nav .logo-main { font-size: 16px; color: #8795a0; padding: 15px 0px 15px 24px; display: inline-block; }
.extra-link { }
.extra-link a { border: 2px solid var(--theme-black); width: 40%; margin: 40px auto 10px; padding: 7px 0; font-size: 15px; text-align: center; }
.extra-link:hover { color: var(--theme-black); border: 2px solid var(--theme-black); background: transparent; }
.close-nav { position: absolute; top: 10px; right: 10px; border: 1px solid #ffffff; width: 26px; height: 26px; line-height: 1.5; }

i.fa-angle-down.mobile-web-inr-drp.active {
    display: none;
}
i.mobile-web-inr-drp {
    position: absolute;
    right: 24px;
    top: 10px;
    bottom: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.hasmenu-inner{position: relative;}
i.mobile-web-inr-drp.icon-angle-down.active .mobile-nav nav li ul {
    display: block;
}
.mobile-nav .webinrdwn.active{display: block;}
.mobile-nav .webinrdwn li a{padding: 10px 50px;}


.baner{background:#0161c9;color:#fff;position: relative;}
.baner .cntnt{margin:0 0 30px;}
.baner .cntnt h1{}
.baner .cntnt p{font-size:16px;font-weight:500;margin:20px 0;}
.baner .cntnt ul{}
.baner .cntnt ul li{font-size:16px;font-weight:500;margin:0 0 15px 25px;position:relative;}
.baner .cntnt ul li:before{content:"\f00c";font-size:9px;margin-right:0;font-family:FontAwesome;position:absolute;left:-27px;top:2px;color:#000;background:#ffd85c;padding:0px 3px 0;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;}
.baner .cntnt ul li a{}
.baner .cntnt h5{color:#ffd85c;animation:blinkingText1 1.2s infinite;font-size:20px;}
.baner .imge{position: absolute;width: 35%;top: 67px;right: 180px;}
.baner .imge img{}
@keyframes blinkingText1{
    0%{color:#ffd85c;}
    49%{color:#fff;}
    60%{color:#ffd85c;}
    99%{color:#fff;}
    100%{color:#ffd85c;}
}
.lgosec{text-align:center;padding:20px;border-bottom:1px solid #ececec}
.lgosec .hed{}
.lgosec .hed h2{}
.lgosec ul{display:flex;align-items:center;justify-content:center;gap:60px;}
.lgosec ul li{}
.lgosec ul li img{}
.promot{margin:0 0 0 200px;}
.promot .cntnt{}
.promot .cntnt h2{}
.promot .cntnt p{color:#000;margin:30px 0;font-size:16px;font-weight:500;}
.promot .cntnt ul{display:flex;gap:10px;}
.promot .cntnt ul li{}
.promot .cntnt ul li a{}
.promot .vdo{position:relative;}
.promot .vdo video{width:100%}
.prtfolio{background-image:url(../images/prfloiobg.png);}
.prtfolio .hed{text-align:center;color:#000;}
.prtfolio .hed h2{margin:0 0 20px;}
.prtfolio .hed p{color:#000;font-size:18px;width:75%;margin:auto;font-weight:500;}
.prtfolio ul.lst{margin:30px 0 10px 0;padding:0;text-align:center;}
.prtfolio ul.lst li{margin:10px 5px!important;padding:10px 20px;display:inline-block;border-radius:5px;font-weight:600;margin:0 5px;cursor:pointer;transition:all .2s ease-in-out;border-style:solid;border-width:1px;border-color:#000000;background-color:#fff;color:#000000;font-size:14px;}
.prtfolio ul.lst li.current,.prtfolio ul.lst li:hover{transition:all .2s ease-in-out;background:linear-gradient(90deg,rgba(9,9,121,1) 35%,rgba(0,212,255,1) 100%);color:#ffffff;border:1px solid;}
.prtfolio ul.imgul{margin:40px 0 0 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.prtfolio ul.imgul li{margin:0 25px 45px;flex:0 0 29%;text-align:center;}
.prtfolio ul.imgul li a{position:relative;display:inline-block;}
.prtfolio ul.imgul li a img{position:relative;display:block;align-self:center;-webkit-transition:300ms all cubic-bezier(.4,0,.2,1);transition:300ms all cubic-bezier(.4,0,.2,1);visibility:visible;opacity:1;height:auto;box-shadow:1px 0 0px 0 rgb(103 151 255 / 13%),0 15px 100px 0 rgba(103,151,255,.22);border-radius:8px;}
.prtfolio ul.imgul li a img:nth-child(1){width:210px;height:auto;z-index:3;margin:auto;}
.prtfolio ul.imgul li a img:nth-child(2),.prtfolio ul.imgul li img:nth-child(3){position:absolute;top:20px;width:180px;height:auto;opacity:.8;z-index:2;}
.prtfolio ul.imgul li a img:nth-child(2){left:-25px;}
.prtfolio ul.imgul li a img:nth-child(3){right:-25px;}
.prtfolio ul.imgul li a:hover img:nth-child(1){transform:scale(1.1);}
.prtfolio ul.imgul li a:hover img:nth-child(2){transform:rotate(-20deg);left:-65px;}
.prtfolio ul.imgul li a:hover img:nth-child(3){transform:rotate(20deg);right:-65px;}
.prtfolio ul.ovrly{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:40px 0 0 0;}
.prtfolio ul.ovrly li{flex:0 0 28%;position:relative;margin:0 25px 45px;}
.prtfolio ul.ovrly li a{}
.prtfolio ul.ovrly li a img{}
.prtfolio ul.ovrly li a .zom{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to right,rgb(83 183 229 / 52%) 0%,#8b5aac73 100%);overflow:hidden;width:0;height:100%;transition:.5s ease;    /* opacity: 0.5; */top:0;border-radius:5px;}
.prtfolio ul.ovrly li a .zom .text{color:white;font-size:50px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;}
.prtfolio ul.ovrly li a .zom .text i{}
.prtfolio ul.ovrly li a:hover .zom{width:100%}
.prtfolio ul.prvw li a img:nth-child(2){left:0;}
.prtfolio ul.prvw li a img:nth-child(3){right:0;}
.prtfolio ul.prvw li a:hover img:nth-child(2){transform:rotate(-20deg);left:-30px;}
.prtfolio ul.prvw li a:hover img:nth-child(3){transform:rotate(20deg);right:-30px;}
.prtfolio ul.prvw li{flex:0 0 29%;text-align:center;}
.prtfolio ul.prtbox{margin:40px 0 0 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.prtfolio ul.prtbox li{margin:0 10px 45px;flex:0 0 31%;text-align:center;}
.prtfolio ul.prtbox li a{position:relative;display:inline-block;}
.prtfolio ul.prtbox li a .hvrprt:before{opacity:1;transition:all .5s ease-in-out;content:'';width:95%;position:absolute;bottom:0;left:2px;color:#fff;top:9px;bottom:9px;font-size:58px;z-index:99;align-items:center;display:grid;margin:auto;text-align:center;font-weight:400;text-transform:uppercase;background-color:rgba(0,0,0,.73);transition:all .2s ease-in-out;opacity:0;right:0;}
.prtfolio ul.prtbox li a .hvrprt:hover:before{left:0;position:absolute;width:100%;height:100%;right:0;top:9px;bottom:10px;left:0;border:0;background-repeat:no-repeat;background-position:center top;background-size:100%;opacity:1;background-position:0 46%!important;    /* content: '105' !important; */background-position:0 44%!important;}
.prtfolio ul.imgul.wbdsgn li a img:nth-child(2){left:-155px;}
.prtfolio ul.imgul.wbdsgn li a img:nth-child(3){right:-155px;}
.prtfolio ul.imgul.wbdsgn li a img:nth-child(2),.prtfolio ul.imgul.wbdsgn li img:nth-child(3){width:100%}
.fbhvr:hover:before{content:'';background-image:url(../images/fbhvr.png);}
.twtrhvr:hover:before{content:'';background-image:url(../images/twtrhvr.png);}
.pntrsthvr:hover:before{content:'';background-image:url(../images/pntrsthvr.png);}
.instahvr:hover:before{content:'';background-image:url(../images/instahvr.png);}
.pckg{}
.pckg .hed{text-align:center;}
.pckg .hed h2{}
.pckg ul.lst{margin:30px 0px;text-align:center;}
.pckg ul.lst.scndlst{}
.pckg ul.lst li{font-size:14px;padding:10px 20px;margin:10px 5px;border-radius:5px;font-weight:600;display:inline-block;cursor:pointer;border:1px solid #000;background-color:#fff;color:#000000;}
.pckg ul.lst li:hover,.pckg ul.lst li.current{transition:all .2s ease-in-out;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);color:#ffffff;border:1px solid;}
.pckg .pckgs{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}
.pckg .pckgs.my-tabs{display:none;}
.pckg .pckgs.my-tabs.current{display:flex;}
.pckg .pckgs.mrk.my-tabs.current{display:block!important;}
.pckg .pckgbx{position:relative;border:0;margin:20px 30px;border:1px solid #ddd;padding:20px!important;flex:0 0 26%;transition:all 0.2s linear;border-radius:8px;}
.pckg .pckgbx:hover{background-color:#b2d1ff!important;transition:all 0.2s linear;transform:scale(1.05);}
.pckg .pckgbx.poplr{border:1px solid #7d45a2;background:#efefef;}
.pckg .pckgbx.poplr:before{content:'MOST POPULAR';position:absolute;font-size:16px;left:28px;top:-34px;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);color:#fff;padding:5px;border-radius:5px 5px 0px 0px;z-index:999;transition:all 0.2s linear}
.pckg .pckgbx.poplr:hover:before{top:-22px;}
.pckg .pckgbx h3{font-size:20px;font-weight:700;margin:5px 0;}
.pckg .pckgbx .nmbr{color:rgba(109,124,144,.5);margin:16px 0 30px;text-align:left;font-weight:700;font-size:20px;}
.pckg .pckgbx .nmbr span{}
.pckg .pckgbx .nmbr span.prc{font-weight:700;font-size:35px;line-height:1em;color:#008eba!important;transition:all 0.2s linear;}
.pckg .pckgbx .nmbr span.ct-prc{font-size:12px;text-decoration:line-through;}
.pckg .pckgbx:hover .nmbr span.prc{color:#fff!important}
.pckg .pckgbx .imge{position:relative;}
.pckg .pckgbx .imge img{position:absolute;width:70px;top:-90px;right:0;}
.pckg .pckgbx .btn{display:flex;align-items:center;justify-content:center;}
.pckg .pckgbx a.butn{position:absolute;width:80%;margin:0 auto;text-align:center;background:#000;transition:all 0.2s linear;top:125px;}
.pckg .pckgbx a.butn:hover{transform:scale(1.1);}
.pckg .pckgbx .pckglst{padding:0;position:relative;margin-top:80px;}
.pckg .pckgbx .pckglst h5{font-size:22px;font-weight:700;margin:0 0 10px;}
.pckg .pckgbx .pckglst ul{height:200px;overflow-y: auto;}
.pckg .pckgbx .pckglst ul li{font-size:14px;color:#000;list-style:none;font-weight:400;position:relative;margin:0 0 0 22px;}
.pckg .pckgbx .pckglst ul li:before{content:"\f00c";font-size:12px;margin-right:0;font-family:FontAwesome;position:absolute;left:-19px;color:#6ebc47!important;top:2px;}
.cmbopckg{border:1px solid #e8e8e8;box-shadow:0 0px 20px 0 rgba(0,0,0,.1);margin-top:30px;padding:25px 40px;position:relative;border-radius:20px;margin-bottom:20px;}
.cmbopckg h6{text-transform:uppercase;font-size:12px;color:#58afe0;margin:0px;}
.cmbopckg h2{text-transform:uppercase;font-size:26px;font-weight:bold;color:#2d2b25;margin:15px auto 20px;}
.cmbopckg .imge{position:absolute;right:50px;top:15px;}
.cmbopckg .imge img{width:200px;}
.cmbopckg ul.cmbolst{margin:0 0 50px;}
.cmbopckg ul.cmbolst li.lihdng{font-size:16px;font-weight:700;color:#58afe0;padding:5px 0;margin-top:10px;}
.cmbopckg ul.cmbolst li{position:relative;font-size:14px;line-height:22px;text-align:left;list-style:none;margin:0px;opacity:1;color:#7b7b7b;padding-bottom:6px;padding-left:20px;}
.cmbopckg ul.cmbolst li:before{position:absolute;content:"\f05d";font:normal normal normal 14px / 1 FontAwesome;left:0;top:3px;height:5px;width:5px;color:#58afe0;border-radius:50%;}
.cmbopckg ul.cmbolst li.lihdng:before{display:none;}
.cmbopckg .cntnt{}
.cmbopckg .cntnt .infrmatn{}
.cmbopckg .cntnt .infrmatn a{font-size:18px;color:#58afe0;margin-right:20px;text-decoration:none;}
.cmbopckg .cntnt .infrmatn a i{margin:0 10px 0 0}
.cmbopckg .cntnt p{padding:0;font-size:16px;margin:0;line-height:38px;font-weight:900;text-transform:none;color:#2e2e2e;}
.cmbopckg .prc{width:60%;float:left;text-align:left;display:flex;justify-content:center;align-items:center;margin:0;}
.cmbopckg .prc .ct-prc{display:inherit;font-size:21px;font-weight:500;position:relative;width:100%;margin:0;text-decoration:line-through;color:#008eba;}
.cmbopckg .prc .nw-prc{font-size:25px;font-weight:bold;color:#58afe0;margin:0 0 0;display:inline-block;display:flex;align-items:center;}
.cmbopckg .btn{margin:0;padding:0;text-align:right;width:38%;float:right;}
.cmbopckg .btn .butn{}
.cmbopckg .btn a.butn{background:#008eba;font-size:15px;padding:18px 25px;}
.indstrs{padding:60px 0 30px;background:#fff7f7;position:relative;margin:0 0 40px;}
.indstrs .hed{text-align:center;margin:0 0 50px;}
.indstrs .hed span{font-size:14px;color:#495057;font-weight:400;}
.indstrs .hed h2{}
.indstrs .indstrsbox{padding:0;}
.indstrs .indstrsbox a.pls{font-size:45px;position:absolute;z-index:99;top:180px;text-align:center;margin:auto;left:0;right:0;width:20%;}
.indstrs .indstrsbox a i{}
.indstrs .indstrsbox a p{color:#000;font-size:18px;}
.indstrs .indstrsbox .indstrsinr{display:none;margin-left:240px;padding:120px 0 0px;}
.indstrs .indstrsbox .indstrsinr ul{}
.indstrs .indstrsbox .indstrsinr ul li{margin-bottom:10px;padding:10px 25px;transition-duration:.5s;border-radius:50px;}
.indstrs .indstrsbox .indstrsinr ul li img{margin-right:10px;filter:gray;-webkit-filter:grayscale(1);-webkit-transition:all .8s ease-in-out;transition-duration:.5s;}
.indstrs .indstrsbox .indstrsinr ul li img a{}
.indstrs .indstrsbox .indstrsinr ul li:hover{background:rgba(0,195,255,.22);color:#00c3ff;}
.indstrs .indstrsbox .indstrsinr ul li:hover img{-webkit-filter:grayscale(0);}
.cta{}
.cta .row.bg{background-image:url(../images/ctabg.png);    /* background: rebeccapurple; */border-radius:10px;padding:100px 50px;background-position:center;background-size:cover;align-items:center;}
.cta h2{color:#fff;}
.cta ul{display:flex;align-items:center;justify-content:center;gap:40px;}
.cta ul li{}
.cta ul li a{}
.cta ul li a.butn{}
.sltn{}
.sltn .hed{text-align:center;margin:0 0 40px;}
.sltn .hed h2{}
.sltn ul.sltnsldr{}

/*.sltn ul.sltnsldr li{
    position: relative;overflow: hidden;
}
.sltn ul.sltnsldr li img{
    position: relative;
    filter: grayscale(100%);
    transition: 0.5s;
    overflow: hidden;
}
.sltn ul.sltnsldr li h4{
    position: absolute;
    bottom: 15px;
    left: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: scale(0);
    transition: all .5s ease-in-out;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
.sltn ul.sltnsldr li .imge:before {
        position: absolute;
    content: "";
    background: #000000b0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -450px;
    right: 0;
    transition: 0.5s; }
.sltn ul.sltnsldr li:hover img{filter: inherit;transform: scale(0.95);}
.sltn ul.sltnsldr li:hover .imge:before{left: 0;}*/
.sltn .sltnbx{position:relative;filter:grayscale(100%);transition:0.5s;overflow:hidden;}
.sltn .sltnbx:hover{filter:inherit;transform:scale(0.95);}
.sltn .sltnbx:before{position:absolute;content:"";background:#000000b0;width:100%;height:100%;top:0;bottom:0;left:-480px;right:0;transition:0.5s;}
.sltn .sltnbx:hover:before{left:-18px;}
.sltn .sltnbx h4{position:absolute;bottom:15px;left:35px;display:flex;align-items:center;justify-content:center;color:#fff;transform:scale(0);transition:all .5s ease-in-out;font-size:30px;font-weight:bold;margin:0;}
.sltn .sltnbx:hover h4{transform:scale(1);}
.sltn .sltnbx .imge{}
.sltn .sltnbx .imge img{}
.sltn .sltnsldr .slick-dots{position:absolute;bottom:-50px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.sltn .sltnsldr .slick-dots li{margin:0 10px 0 0}
.sltn .sltnsldr .slick-dots li.slick-active button{background-color:#008eba;}
.sltn .sltnsldr .slick-dots li button{background-color:#78acbc;border-radius:50px;width:10px;height:10px;opacity:.5;}
.ctatwo{padding:50px 0;background-image:url(../images/cta2bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;}
.ctatwo .cntnt{}
.ctatwo .cntnt h2{color:#FFF;}
.ctatwo .cntnt p{margin:30px 0 50px;}
.ctatwo ul.butn{}
.ctatwo ul.butn li{}
.ctatwo .imge{}
.ctatwo .imge img{}
.clnts{background:#2980ff57;}
.clnts .hed{text-align:center;margin:0 0 50px;}
.clnts .hed h2{margin:0 0 10px;}
.clnts .hed p{font-size:18px;color:#000;font-weight:500;}
.clnts .clntsldr{}
.clnts .clntsldr .clntbox{width:100%;display:inline-block;box-shadow:rgb(192 192 192 / 33%) 0px 0px 25px;border-radius:5px;padding:30px;background:#fff;margin:0 30px 0 0;}
.clnts .clntsldr .clntbox .imge{display:inline-block;width:15%;vertical-align:top;border-radius:50%;text-align:center;margin-right:26px;box-shadow:rgba(0,0,0,0.14) 0px 10px 30px 0px;}
.clnts .clntsldr .clntbox .imge img{border-radius:50%;}
.clnts .clntsldr .clntbox .cntnt{display:inline-block;width:79%;}
.clnts .clntsldr .clntbox .cntnt p{color:#000;font-size:17px;font-weight:500;height:75px;overflow-y:auto;}
.clnts .clntsldr .clntbox .cntnt h5{font-size:14px;font-weight:700;margin:15px 0;}
.clnts .clntsldr .clntbox .rtng{}
.clnts .clntsldr .clntbox span.str{}
.clnts .clntsldr .clntbox span.str i{color:#ffcc03;font-size:14px;margin-right:5px;}
.clnts .clntsldr .slick-prev:before{content:"\f053";font-family:"FontAwesome"!important;font-size:30px;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);color:#ffffff;position:absolute;border-radius:50%;width:40px;height:40px;padding-right:3px;left:-80px;top: -20px;align-items:center;justify-content:center;display:flex;}
.clnts .clntsldr .slick-next:before{content:"\f054 ";font-family:"FontAwesome"!important;font-size:30px;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);color:#ffffff;position:absolute;border-radius:50%;width:40px;height:40px;padding-left:4px;top: -20px;right:-50px;display:flex;justify-content:center;align-items:center;}
.ftrcntct{}
.ftrcntct .cntnt{}
.ftrcntct .cntnt h2{}
.ftrcntct .cntnt p{color:#000;font-size:18px;margin:20px 0;}
.ftrcntct .ftrfrm{}
.ftrcntct .ftrfrm form{}
.ftrcntct .ftrfrm form label{font-weight:500;font-size:18px;color:#5B6B7F;margin:0 0 5px;width:100%;display:block;padding:10px 0px 0;}
.ftrcntct .ftrfrm form label span{color:#e60303;}
.ftrcntct .ftrfrm form input{width:100%;margin:0 0 0 0;border:1px solid #B2B9C1;background:white;padding:18px 15px;color:#000;font-size:18px;font-weight:400;height:55px;border-radius:8px;}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag{background-color:rgba(0,0,0,0.05);}
form input#phone{padding:18px 25px 18px 50px;}
.ftrcntct .ftrfrm form select{width:100%;margin:0 0 0 0;border:1px solid #B2B9C1;background:white;padding:12px 15px;color:#5B6B7F;font-size:18px;font-weight:400;border-radius:8px;-webkit-appearance:auto;}
.ftrcntct .ftrfrm form select option{}
.ftrcntct .ftrfrm form textarea{width:100%;margin:0;padding:8px 12px;height:100px;border:1px solid #B2B9C1;border-radius:8px;}
.ftrcntct .ftrfrm .chcklst{position:relative;margin:0 0 30px;}
.ftrcntct .ftrfrm .chcklst input{width:3%;margin:0;padding:0;cursor:pointer;}
.ftrcntct .ftrfrm .chcklst label{display:inline-block;margin-left:-28px;padding-left:28px;font-weight:500;font-size:14px;color:#5B6B7F;width:92%;position:absolute;bottom:20px;left:40px;}
.ftrcntct .ftrfrm .butn{}
.ftrcntct .ftrfrm input.sbmt{color:#fff;margin:0;border-radius:5px;padding:15px 30px;background:linear-gradient(90deg,rgba(9,9,121,1) 35%,rgba(0,212,255,1) 100%);font-size:18px;font-weight:700;width:30%;}
footer{background-image:url(../images/ftrbg.png);background-color:unset;background-size:cover;background-repeat:no-repeat;padding:180px 0 50px!important;}
footer .cntnt{}
footer .cntnt img{}
footer .cntnt p{margin:20px 0 0;}
footer h5{font-size:18px;color:#fff;margin:0 0 20px;font-weight:700;}
footer ul{}
footer ul li{margin:0 0 10px;color:#fff;}
footer ul li a{color:#fff!important;text-decoration:none;font-size:16px;}
footer ul.scl{display:flex;}
footer ul.scl li{}
footer ul.scl li a{}
footer ul.scl li a i{font-size:28px;margin:0 20px 0 0;}
footer ul.ftrbrndlgo{display:flex;align-items:center;justify-content:center;gap:30px;}
footer ul.ftrbrndlgo li{width:10%;text-align:center;}
footer ul.ftrbrndlgo li img{}
footer .imge{text-align:center;}
footer .imge img{}
.copyrght{background:#000;padding:10px 0px;}
.copyrght p{text-align:center;font-size: 12px !important;}
.flotngsec{transition:0.4s;position:fixed;left:-450px;top:200px;font-size:0;width:450px;z-index:999;display:block;}
.flotngsec .btnwrp{position:fixed;left:70px;}
.flotngsec .btnwrp a{}
.flotngsec .btnwrp a.cht{display:block;position:absolute;right:0px;width:260px;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);top:0;border-radius:0px;overflow:hidden;box-shadow:0px 0px 40px #00000026!important;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;border-radius:0 50px 50px 0px;padding:10px;}
.flotngsec .btnwrp a.phn{width:260px;position:absolute;right:0;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);top:60px;padding:10px 0;border-radius:0 50px 50px 0;overflow:hidden;box-shadow:0px 0px 40px #00000026!important;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}
.flotngsec .btnwrp a span{}
.flotngsec .btnwrp a.cht span{color:#fff;font-size:20px;vertical-align:middle;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);padding:15px 30px 15px 15px;}
.flotngsec .btnwrp a.phn span{color:#fff;font-size:20px;vertical-align:middle;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);padding:15px 20px 15px 15px;transform:rotate(-361deg);border-right:1px solid #ded9d9;}
.flotngsec .btnwrp a:hover{left:-70px}
.flotngsec .btnwrp a i{color:#ffffff;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);font-size:25px;padding:13px 25px;top:0;border-left:1px solid #ded9d9;vertical-align:middle;display:inline-block;border-radius:0 50px 50px 0;border-right:0;position:absolute;}
.flotngsec .outr{width:50px;z-index:999;height:200px;cursor:pointer;box-shadow:-20px 7px 18px -7px rgba(87,184,151,0.09);border-radius:0 10px 10px 0;display:inline-block;padding-top:0;vertical-align:top;    /* margin-top: 120px; */position:relative;text-transform:uppercase;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);left:450px;right:auto;top:120px;}
.flotngsec .outr p{color:#ffffff;font-size:20px;font-weight:700;text-transform:uppercase;position:absolute;display:block;transform:rotate(-90deg);-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;left:-47px;text-transform:capitalize;white-space:pre;bottom:86px;}
.flotngsec .inr{top:0;background:#f1f1f1;position:fixed;z-index:99999!important;border-radius:0;margin:0;width:400px;display:inline-block;box-shadow:0px 0px 30px #0000001f;height:100vh;padding-top:0;}
.flotngsec .inr .hed{}
.flotngsec .inr .hed img{width:100%;height:160px;background-repeat:no-repeat;background-size:cover;background-position:50%;display:block;margin:0;}
.flotngsec .inr .inrfrm{padding:10px 35px;}
.flotngsec .inr .inrfrm form{margin:50px 0 0;}
.flotngsec .inr .inrfrm form label{font-size:12px;font-weight:600;margin:10px 0;}
.flotngsec .inr .inrfrm form input{width:100%;border:1px solid #d2d2d2;background:#f2f1ef;padding:0px 10px;color:gray;font-size:11px;border-radius:4px;height:35px;font-weight:400;outline:none!important;margin:0 0 0px 0;}
.flotngsec .inr .inrfrm form input.sbmt{color:#ffffff;font-weight:700;border-radius:3px;text-align:center;padding:0;margin:0px 0 0;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);cursor:pointer;height:35px;font-size:16px;border:0;}
.flotngsec .inr .inrfrm form textarea{width:100%;height:60px;border:1px solid #d2d2d2;background:#f2f1ef;padding:10px 15px;color:gray;font-size:11px;border-radius:4px;box-shadow:0px 5px 11px 0px rgba(207,207,207,0.39);font-weight:400;outline:none!important;margin:0 0 20px 0;resize:none;}
.flotngsec.show{left:-50px;}
.inrbnr{padding:150px 0;position:relative;}
.inrbnr h2{color:#fff;}
.inrbnr h5{color:#fff;font-size:18px;font-weight:600;margin:50px 0 0px;}
.inrbnr p{margin:10px 0 40px;}
.inrbnr .imge{}
.inrbnr .imge.abslt{position:absolute;top:65px}
.prtlfiopg .inrbnr h2 , .prtlfiopg .inrbnr p{color: #000 !important}
.prtlfiopg .inrbnr .btn a.butn{background: linear-gradient(90deg,rgba(9,9,121,1) 35%,rgba(0,212,255,1) 100%);color: #FFF}
.prtlfiopg .inrbnr .btn a.trnsbtn{border: 1px solid #01bdf0;color: #01bdf0;}
.animted .inrbnr .imge.abslt{width: 42%;top: 50px;}
.inrbnr .imge img{}
.inrsec{}
.inrsec .cntnt{}
.inrsec .cntnt h2{}
.inrsec .cntnt h4{color:#000;font-size:20px;font-weight:700;margin:20px 0 20px;}
.inrsec .cntnt p{color:#000;margin:20px 0 50px;}
.inrsec .cntnt span{display:block;margin:20px 0 0;}
.inrsec .btn{}
.inrsec .btn a{}
.inrsec .imge{}
.inrsec .imge img{}
.inrsec .inrsecbx{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.inrsec .inrsecbx .cntnt,.inrsec .inrsecbx .imge{flex:0 0 48%}
.inrsec ul{margin:-20px 0 50px;}
.inrsec ul li{font-size:15px;color:#4f5b6d;font-weight:300;margin-bottom:10px;}
.inrsec ul li i{color:#0559de;margin-right:10px;}
.inrsrvc{background:#ececec}
.inrsrvc .cntnt p{color:#6d6d6d;font-size:15px;font-weight:400;}
.inrsrvc .slick-dots{position:absolute;bottom:0;display:block;width:100%;padding:0;margin:20px 0 0;list-style:none;text-align:center;}
.inrsrvc .slick-dots li button{background-color:#adbfcc;border-radius:50px;width:15px;height:15px;margin:0 0px;}
.inrsrvc .slick-dots li.slick-active button{background-color:#5ba1d3;}
.inrsrvc .slick-dots li{margin:0 5px;width:15px!important;height:15px!important;}
.inrsrvc .slick-dots li button:before{content:'';position:absolute;background:#7c44a1;}
.inrmdia{}
.inrmdia .cntnt{}
.inrmdia .cntnt span{font-size:24px;color:#5785d4;font-weight:700;}
.srvs{background:#eaf5ff;}
.srvs .hed{text-align:center;margin:0 0 80px;}
.srvs .hed h2{}
.srvs .hed span{font-size:20px;color:#00c3ff;text-transform:uppercase;font-weight:400;}
.srvs .srvsbox{background:#FFF;padding:25px 15px;margin:0 0 30px;}
.srvs .srvsbox h3{font-size:18px;font-weight:700;margin:10px 0 5px;}
.srvs .srvsbox p{color:#666;font-size:14px;height:65px;overflow-y:auto;line-height:21px;}
.srvs .imge{text-align:center;}
.srvs .imge img{}
.srvs .srvsbox.red{background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);border-radius:4px;}
.srvs .srvsbox.red h3,.srvs .srvsbox.red p{color:#FFF;}
.prcss{}
.prcss .hed{text-align:center;}
.prcss .hed h2{}
.prcss .hed p{color:#000;font-size:18px;font-weight:500;margin:10px 0 50px;}
.prcss .wrp{text-align:center;position:relative;}
.prcss .wrp:before{content:'';position:absolute;border:1px dotted #d1dfe4;width:50%;top:43%;left:-90px;}
.prcss .wrp.dsplnon:before{display:none;}
.prcss .wrp:hover img,.prcss .wrp:hover h4{transform:scale(1.05);}
.prcss .wrp img{transition:all 200ms ease-in;}
.prcss .wrp h4{font-size:18px;font-weight:500;color:#333;margin:20px 0 0;transition:all 200ms ease-in;}
.prdct{position:relative;background:#fff7f7;overflow:hidden;}
.prdct:before{content:'';position:absolute;background:url(../images/prdctbfr.png) no-repeat;background-size:cover;width:500px;height:565px;left:-80px;top:0;}
.prdct .hed{margin:0 0 40px;}
.prdct .hed span{font-size:14px;}
.prdct .hed h2{}
.prdct .wrp{background:#fff;padding:20px;height:200px;border-radius:10px;box-shadow:1.883px 26.934px 64.4px 5.6px rgba(241,241,241,.91);width:25%;}
.prdct .container{margin-left:500px;}
.prdct .wrp:hover{background:#7d42a2;}
.prdct .wrp:hover h4,.prdct .wrp:hover p{color:#fff}
.prdct .wrp h4{color:#7d3fa2;font-size:20px;font-weight:600;}
.prdct .wrp p{color:#000;margin:10px 0;font-size:14px;height:100px;overflow:auto;}
.prdct ul{display:flex;gap:30px;flex-wrap: wrap;}
.prdct ul li{}
.chsus{}
.chsus .hed{text-align:center;}
.chsus .hed h2{}
.chsus .hed p{color:#495057;margin:20px 0;}
.chsus .chsbx{text-align:center;}
.chsus .chsbx img{}
.chsus .chsbx h4{font-size:22px;font-weight:700;margin:20px 0 10px;}
.chsus .chsbx p{color:#000;font-size:16px;}
.wbsrvs{background:#eaf5ff;}
.wbsrvs .hed{text-align:center;}
.wbsrvs .hed h2{}
.wbsrvs .hed p{color:#495057;margin:20px 0 40px;}
.wbsrvs .wbsrvsbox{background:#FFF;padding:20px 20px;height:370px;position:relative;z-index:1;}
.wbsrvs .wbsrvsbox:before{content:'';background:#12b7f1;position:absolute;top:0;right:0;width:50%;height:4px;transition:.5s ease-out;}
.wbsrvs .wbsrvsbox:after{content:'';background:#12b7f1;position:absolute;top:0;right:0;width:100%;height:0;z-index:-1;transition:.7s ease-out;}
.wbsrvs .wbsrvsbox:hover:after{height:100%;transition:.6s ease-in;}
.wbsrvs .wbsrvsbox h4{font-size:28px;font-weight:400;border-bottom:2px solid #191919;padding:0 0 30px;line-height:normal;display:table;}
.wbsrvs .wbsrvsbox p{color:#000;font-size:15px;margin:10px 0 0;}
.wbsrvs .wbsrvsbox:hover h4,.wbsrvs .wbsrvsbox:hover p{color:#FFF;}
.ftrs{background:#eee;}
.ftrs .hed{text-align:center;margin:0 0 40px;}
.ftrs .hed span{}
.ftrs .hed h2{}
.ftrs .ftrbx{padding:20px;text-align:center;}
.ftrs .ftrbx.bgwht{background:#fff;}
.ftrs .ftrbx.bgorng{background:#f89b20}
.ftrs .ftrbx.bgblu{background:#2698cf}
.ftrs .ftrbx.bgblk{background:#000}
.ftrs .ftrbx .imge{border:1px solid #eee;border-radius:60%;padding:20px;width:150px;margin:0 auto;height:150px;background:#eee;display:flex;margin-top:-60px;text-align:center;align-items:center;justify-content:center;}
.ftrs .ftrbx .imge img{}
.ftrs .ftrbx h4{font-size:20px;font-weight:400;margin:20px 0 10px;color:#fff;}
.ftrs .ftrbx p{color:#fff;font-size:15px;height:100px;overflow-y:auto;}
.ftrs .ftrbx.bgwht h4,.ftrs .ftrbx.bgwht p{color:#000}
.ftrs .ftrbx:hover{box-shadow:-1px 1px 15px 14px #e1e1e1}
.ftrs .ftrbx:hover .imge img{animation:moving 3s}
@keyframes moving{
    0%{margin:0}
    50%{-webkit-transform:rotate(360deg)}
    100%{margin:50px}
}
.sftr{}
.sftr .hed{margin:0 0 40px;}
.sftr .hed h2{}
.sftr .hed p{font-size:16px;color:#000;}
.sftr .sftrbx{display:flex;margin:0 0 30px 50px;position:relative;}
.sftr .imge{}
.sftr .imge img{}
.sftr .sftrbx .cntnt{}
.sftr .sftrbx .cntnt h4{font-size:25px;font-weight:700;margin:0 0 10px;}
.sftr .sftrbx .cntnt p{color:#000;font-size:16px;}
.sftr .sftrimge{vertical-align:top;padding:16px 18px 0 0px;position:absolute;left:-55px;top:5px;}
.sftr .sftrimge.wt16{width:16%}
.sftr .sftrimge img{}
.sftr ul.lst{display:flex;justify-content:center;margin:0 0 30px;}
.sftr ul.lst li{margin:10px 5px!important;padding:10px 20px;display:inline-block;border-radius:5px;font-weight:600;margin:0 5px;cursor:pointer;transition:all .2s ease-in-out;border-style:solid;border-width:1px;border-color:#000000;background-color:#fff;color:#000000;font-size:14px;}
.sftr ul.lst li.current,.sftr ul.lst li:hover{transition:all .2s ease-in-out;background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);color:#ffffff;border:1px solid;}
.sftr .bx{}
.rvnu{}
.rvnu .hed{text-align:center;margin:0 0 20px;}
.rvnu .hed span{color:#8b5aac;font-size:20px;font-weight:400;}
.rvnu .hed h2{}
.rvnu .rvnubx{transition:all 0.5s linear;background:#fff;padding:25px;text-align:center;}
.rvnu .rvnubx .imge{position:relative;max-width:100px;margin:0 auto 20px;height:90px;width:90px;border-radius:50%;background:#0000002e;display:grid;align-items:center;}
.rvnu .rvnubx .imge img{text-align:center;margin:auto;transition:.5s ease}
.rvnu .rvnubx h4{margin:20px 0;}
.rvnu .rvnubx p{color:#000;}
.rvnu .rvnubx:hover{background:#fff;box-shadow:-1px 15px 16px 1px #ececec;}
.rvnu .rvnubx:hover .imge{background:linear-gradient(to right,rgb(83 183 229) 0%,#8b5aac 100%);}
.rvnu .rvnubx:hover .imge img{transform:scaleX(-1);}
.bnfts{background:#f4f4f4;overflow:hidden;}
.bnfts .hed{text-align:center;margin:0 0 20px;}
.bnfts .hed span{font-size:20px;color:#8b5aac;font-weight:400;}
.bnfts .hed h2{}
.bnfts ul.lst{display:flex;justify-content:center;}
.bnfts ul.lst li{margin-right:17px;padding:20px 11px 15px;background:#fff;border-radius:8px 8px 0 0;width:14%;}
.bnfts ul.lst li a{}
.bnfts ul.lst li a img{float:left;margin:0 10px 0 0;}
.bnfts ul.lst li a h6{font-size:18px;font-weight:600;}
.bnfts ul.lst li a span{font-size:15px;color:#666;font-weight:600;}
.bnfts .heder{background:#FFF;margin:0 0 20px;text-align:left;padding:50px 0px 50px 100px;}
.bnfts .heder h3{font-size:26px;color:#f15833;}
.bnfts .heder p{font-size:18px;color:#000;}
.bnfts .cntnt{}
.bnfts .cntnt .imge{position:relative;top:-100px;}
.bnfts .cntnt .imge img{}
.bnfts .cntnt ul{}
.bnfts .cntnt ul li{color:#4f5b6d;font-size:14px;margin:0 0 0 20px;}
.bnfts .cntnt p{color:#4f5b6d;font-size:14px;width:65%;margin:50px 0 30px 0;}
.dvlpmnt{overflow:hidden;}
.dvlpmnt ul.imglst{display:flex;position:relative;left:320px;}
.dvlpmnt ul.imglst li{position:relative;}
.dvlpmnt ul.imglst li a{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:15px;color:#201f1c;background:#e7e2dc;font-weight:500;border:0;margin:0;padding:20px 18px;height:160px;width:160px;border-radius:50%!important;margin:0 40px 20px;position:relative;}
.dvlpmnt ul.imglst li.current.blu a{background:#00c3ff;}
.dvlpmnt ul.imglst li.current.grn a{background:#498a01;}
.dvlpmnt ul.imglst li.current.prpl a{background:#800080;}
.dvlpmnt ul.imglst li.current.ylo a{background:#ffa500;}
.dvlpmnt ul.imglst li.current a{}
.dvlpmnt ul.imglst li a img{}
.dvlpmnt ul.imglst li.current:before{content:'';position:absolute;left:0;right:0;bottom:0;width:60px;height:28px;margin:0 auto;}
.dvlpmnt ul.imglst li.current.blu:before{background-image:url(../images/mobile-app-development/blu.png);}
.dvlpmnt ul.imglst li.current.grn:before{background-image:url(../images/mobile-app-development/grn.png);}
.dvlpmnt ul.imglst li.current.prpl:before{background-image:url(../images/mobile-app-development/prpl.png);}
.dvlpmnt ul.imglst li.current.ylo:before{background-image:url(../images/mobile-app-development/ylo.png);}
.dvlpmnt .bx{transition:all 0.2s linear}
.dvlpmnt .bx.current.blu{background:#00c3ff;}
.dvlpmnt .bx.current.grn{background:#498a01;}
.dvlpmnt .bx.current.prpl{background:#800080;}
.dvlpmnt .bx.current.ylo{background:#ffa500;}
.dvlpmnt .bx.current{padding:50px 0;text-align:center;padding:70px 60px;}
.dvlpmnt .current .cntnt{}
.dvlpmnt .cntnt{margin:0 80px 0 220px;text-align:left;}
.dvlpmnt .current .cntnt h2{}
.dvlpmnt .cntnt h2{font-size:32px;font-weight:700;color:#FFF;margin:0 0 20px;}
.dvlpmnt .current .cntnt p{}
.dvlpmnt .cntnt p{font-size:18px;}
.dvlpmnt .cntnt .btn{margin:20px 0 0;display:flex;gap:25px;}
.dvlpmnt .cntnt .btn .butn{}
.dvlpmnt .dvlmpmntsldr{}
.dvlpmnt .dvlmpmntsldr .dvlbx{position:relative;margin:15px 20px 0;background-color:#fff;border-radius:10px;padding:30px;text-align:left;}
.dvlpmnt .dvlmpmntsldr .dvlbx img{transition:.5s ease;filter:grayscale(100%);}
.dvlpmnt .dvlmpmntsldr .dvlbx:hover img{transform:scaleX(-1);}
.dvlpmnt .dvlmpmntsldr .dvlbx h4{font-size:15px;color:#000;margin:20px 0;font-weight:700;}
.dvlpmnt .dvlmpmntsldr .dvlbx p{color:#000;font-size:14px;height:150px;overflow-y:auto;}
.dvlpmnt .dvlmpmntsldr .slick-dots li button{border-radius:50%;background:#bcbcbc;}
.dvlpmnt .dvlmpmntsldr .slick-dots li.slick-active button{background:#7c44a1}
.dvlpmnt .dvlmpmntsldr .slick-dots{position:absolute;bottom:-30px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.tchnlgy{background:#e5f9ff}
.tchnlgy .hed{text-align:center;margin: 0 0 50px;}
.tchnlgy .hed span{font-size:14px;color:#495057;font-weight:400;}
.tchnlgy .hed h2{}
.tchnlgy .hed p{font-size:14px;color:#495057;font-weight:400;margin:20px 0}
.tchnlgy ul{display:flex;justify-content:center;gap: 150px;}
.tchnlgy ul li{}
.tchnlgy ul li span{width: 86px; height: 86px; background: url(../images/mobile-app-development/icnimg.png) no-repeat; display: block; margin: 0 auto; position: relative; }
.tchnlgy ul li span.icn1{background-position: -874px -387px; }
.tchnlgy ul li span.icn2{background-position: -986px -387px; }
.tchnlgy ul li span.icn3{background-position: -1100px -387px; }
.tchnlgy ul li span.icn4{background-position: -1215px -387px; }
.tchnlgy ul li span.icn5{background-position: -1343px -387px; }
.tchnlgy ul li span.icn6{background-position: -1455px -387px; }
.tchnlgy ul li p{text-align:center;display:block;margin:10px 0 0 0;color:#bbb;font-size:15px;font-weight:600;}
.tchnlgy ul li:hover p{color: #000}
.prfsnl{}
.prfsnl .hed{text-align:center;margin:0 0 30px;}
.prfsnl .hed span{}
.prfsnl .hed h2{}
.prfsnl .imge{text-align:center;}
.prfsnl .imge img{}
.prfsnl .cntnt{text-align:center;}
.prfsnl .cntnt h4{font-size:20px;margin:10px 0;font-weight:600;}
.prfsnl .cntnt p{color:#000;font-size:14px;}
.agncy{position:relative;background:#ebf5ff;}
.agncy .hed{text-align:center;}
.agncy .hed span{}
.agncy .hed h2{}
.agncy .hed p{color:#000;font-size:18px;margin:20px 0;}
.agncy .swtchbx{display:flex;align-items:center;justify-content:center;gap:50px;margin:0 0 50px;}
.agncy .swtchbx .bfrswtch,.agncy .swtchbx .aftrswtch{text-align:center;}
.agncy .swtchbx .bfrswtch img,.agncy .swtchbx .aftrswtch img{width:13px;margin:0 auto;}
.agncy .swtchbx .bfrswtch p,.agncy .swtchbx .aftrswtch p{font-weight:600;font-size:12px;color:#25364b;text-transform:uppercase;}
.agncy .swtchbx .swtch{}
.agncy .swtchbx .swtch input{}
.agncy .swtchbx .swtch label{}
.agncy .swtchbx .swtch label:before{content:'';position:absolute;top:2px;left:2px;width:26px;height:26px;background:#fafafa;border-radius:50%;-webkit-transition:left .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:left .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:left .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:left .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:left .28s cubic-bezier(.4,0,.2,1),background .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:all 0.2s linear}
.agncy .swtchbx .swtch .switch{display:inline-block;position:relative;width:60px;height:30px;border-radius:20px;background:#accbdb;-webkit-transition:background .28s cubic-bezier(.4,0,.2,1);-o-transition:background .28s cubic-bezier(.4,0,.2,1);transition:background .28s cubic-bezier(.4,0,.2,1);vertical-align:middle;cursor:pointer;}
.agncy .swtchbx .aftrswtch{}
.agncy .swtchbx .aftrswtch img{}
.agncy .swtchbx .aftrswtch p{}
.agncy .crd{background-image:url(../images/seo-services/chrt.png);text-align:center;background-color:#fff;background-repeat:no-repeat;background-size:100%;background-position:0 75%;text-align:center;box-shadow:0 20px 40px rgba(100,78,108,.17);width:60%;margin:auto;padding:50px 0 150px 0;border-radius:8px;}
.agncy .crd h2{color:#25364b;font-size:40px;font-weight:700;}
.agncy .crd p{color:#5c6978;font-size:16px;}
.agncy .swtchbx .swtch input:checked + label:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);}
.agncy .swtchbx .swtch input:checked + label{background:#ac99c6;}
.agncy .crd .ofswtch{display:none;}
.rslt{}
.rslt .hed{text-align:center;margin:0 0 50px;}
.rslt .hed span{}
.rslt .hed h2{}
.rslt .hed p{color:#000;font-size:18px;}
.rslt .rsltbx{background-color:#f4f6fb;display:inline-flex;align-items:center;width:100%;padding:15px 0;border-radius:5px;margin:0 0 15px;}
.rslt .rsltbx .imge{margin:0 20px;}
.rslt .rsltbx .imge img{}
.rslt .rsltbx .cntnt{}
.rslt .rsltbx .cntnt p{margin:0;color:#666;font-size:16px;font-weight:600;}
.rslt .rsltbx .cntnt h3{font-size:35px;color:#122239;font-weight:700;margin:0;}
.pltfrm{padding:50px 0;background:#fff7f7;}
.pltfrm .hed{text-align:center;margin:0 0 40px;}
.pltfrm .hed span{}
.pltfrm .hed h2{}
.pltfrm .hed p{color:#000;font-size:18px;margin:10px 0 0;}
.pltfrm ul{display:flex;align-items:center;justify-content:center;gap:30px;}
.pltfrm ul li{}
.pltfrm ul li img{}
.qury{position: relative;}
.qury:before {position: absolute;content: '';background-image: url(../images/contact/qurybfr.png);left: 0;bottom: 0;width: 350px;height: 520px;background-size: 100% 100%;}
.qury .cntnt{}
.qury .cntnt span{}
.qury .cntnt h2{}
.qury .cntnt p{color: #000; font-size: 18px; }
.qury .cntctfrm{border-radius: 5px; background-color: #fff; box-shadow: -.326px .946px 14.72px 1.28px rgba(232, 235, 234, .53); position: relative; max-width: 480px; padding: 50px 40px; }
.qury .cntctfrm form{}
.qury .cntctfrm form input{background-color: #f9f9f9; border: 1px solid #f3f3f3; width: 100%; margin-bottom: 20px; height: 55px; font-size: 16px; letter-spacing: 0; line-height: 24px; padding: 10px 20px; }
.qury .cntctfrm form textarea{background-color: #f9f9f9; border: 1px solid #f3f3f3;width: 100%; margin-bottom: 20px; height: 140px; font-size: 16px; letter-spacing: 0; line-height: 24px; padding: 10px 20px; }
.qury .cntctfrm form .chcklst{display: flex; }
.qury .cntctfrm form .chcklst input{width: auto;display: block;margin: 0 10px 0 0;}
.qury .cntctfrm form .chcklst label{font-size: 14px; margin: 0 0 10px;}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}