/*! CSS Used from: https://www.coders.dev/css/style.css */
*{padding:0;margin:0;box-sizing:border-box;}
a,button{transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;cursor:pointer;}
a{text-decoration:none;color:#666;}
body{margin:0;padding:0;font-size:16px;color:#484848;line-height:1.6;background-color:#fff;overflow-x:hidden;font-weight:400;font-family:Arial,Helvetica,sans-serif;}
img{max-width:100%;height:auto;}
.close-icon{position:absolute;right:15px;top:15px;padding:0;border:none;background:0 0;display:none;}
.main-menu nav>ul{margin:0;padding:0;display:flex;align-items:center;}
.main-menu nav>ul>li{margin-right:40px;padding:28px 0 33px;}
.main-menu nav>ul>li>a{color:#333;font-size:15px;line-height:40px;padding:0;border:none;}
.main-menu nav>ul>li{margin-right:28px;padding:18px 0 17px;}
.blue-bg{background-color:#0171bc;color:#fff;}
.blue-text{color:#0071bc;}
.header{position:fixed;z-index:99;width:100%;background:#fdfdfd;border-bottom:solid 1px #ececec;top:0;}
.container{width:100%;max-width:1290px;padding:0 15px;margin:0 auto;}
.header-inner{display:flex;align-items:center;justify-content:space-between;width:150px;}
.header-inner .logo{display:flex;}
.header-button{display:none;align-items:center;}
.toggle-button{width:40px;background:0 0;border:none;padding:0;}
.toggle-button span{background:rgba(0,0,0,.5);width:calc(100% - 15px);display:block;height:4px;margin-bottom:6px;}
.toggle-button span:nth-child(2){width:100%;}
.toggle-button span:last-child{margin-bottom:0;}
.main-menu nav>ul>li>a{color:#081827;font-size:14px;line-height:29px;padding:0;border:none;}
ul{list-style-type:none;}
nav{display:flex;justify-content:space-between;}
.header .container{display:flex;flex-wrap:wrap;}
.main-menu{width:calc(100% - 150px);padding-left:70px;}
.main-menu nav>ul.btn-right li a.btn.btn-blue{padding:5px 15px;color:#fff;border-radius:4px;font-size:16px;margin:0;}
.main-menu nav ul.btn-right li a{font-weight:500;}
ul{padding:0;margin:0;list-style-type:none;}
.sign-up-box{padding:129px 0;text-align:center;}
.inner-right-box{padding-left:20px;}
.faq .headBox h2{margin:0 0 66px;padding:0;text-align:center;font-size:42px;line-height:52px;color:#3d3d3d;}
.need-coder-sec .inner-need-coder .need-coder-box:hover{background-color:rgb(255 255 255/.5);box-shadow:0 5px 30px rgb(0 0 0/15%);}
.need-coder-sec{animation-name:moveInTop;animation-duration:1s;}
.need-coder-sec .inner-need-coder{display:flex;flex-wrap:wrap;margin:0 -10px;}
.need-coder-sec .inner-need-coder .need-coder-box{width:calc(33.33% - 20px);margin:10px;background-color:#fff;box-shadow:0 10px 30px rgb(0 0 0/6%);border-radius:7px;}
.need-coder-sec .inner-need-coder .need-coder-box .inner-need-box{padding:35px 35px 20px;}
.need-coder-sec .inner-need-coder .need-coder-box .inner-need-box p{margin:0;padding:0;font-size:14px;line-height:23px;color:#3d3d3d;}
.post{margin:0 0 15px!important;font-size:14px!important;color:#3d3d3d;line-height:26px!important;font-weight:400!important;}
.tabbed{overflow-x:hidden;}
.tabbed [type=radio]{display:none;}
.tabs{display:flex;align-items:stretch;list-style:none;padding:10px;}
.tabs{max-width:412px;margin:0 auto 25px;padding:0;display:flex;justify-content:space-between;border-bottom:1px solid rgb(112 112 112/28%);}
.tab{display:block;background:0 0;border:none;border-radius:0;font-size:18px;color:rgb(8 24 39/.5);height:50px;font-weight:600;line-height:50px;text-align:center;}
.tab>label{display:block;color:rgb(8 24 39/.5);font-size:17px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:all .3s;border-radius:0;padding-bottom:0;}
.tabbed [type=radio]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,.tabbed [type=radio]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,.tabbed [type=radio]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label,.tabbed [type=radio]:nth-of-type(4):checked~.tabs .tab:nth-of-type(4) label,.tabbed [type=radio]:nth-of-type(5):checked~.tabs .tab:nth-of-type(5) label{border-bottom-color:#ccc;border-top-color:#ccc;color:#081827;border-bottom:3px solid #5e5e5e;}
.tab-content{display:none;color:#777;}
.tabbed [type=radio]:nth-of-type(1):checked~.tab-content:nth-of-type(1),.tabbed [type=radio]:nth-of-type(2):checked~.tab-content:nth-of-type(2),.tabbed [type=radio]:nth-of-type(3):checked~.tab-content:nth-of-type(3),.tabbed [type=radio]:nth-of-type(4):checked~.tab-content:nth-of-type(4),.tabbed [type=radio]:nth-of-type(5):checked~.tab-content:nth-of-type(5){display:block;}
.footer{background-color:#000;padding:80px 0 25px;}
.footer .footer-inner{display:flex;flex-wrap:wrap;}
.footer .footer-inner .left-footer{width:30%;}
.footer .footer-inner .right-footer{width:70%;}
.footer .footer-inner .right-footer .inner-right-box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.footer-box h4{font-size:18px;line-height:29px;color:#fff;font-weight:600;margin-bottom:10px;}
.footer-box ul li a{color:rgb(255 255 255/.8);font-size:14px;line-height:29px;}
.footer .footer-inner .left-footer p{color:rgb(255 255 255/.8);font-size:23px;line-height:36px;padding-right:101px;margin-bottom:0;}
.footer-bottom{margin-top:50px;border-top:1px solid rgb(255 255 255/15%);padding-top:20px;}
.footer-bottom ul{display:flex;align-items:center;justify-content:flex-end;}
.footer-bottom ul li{width:50%;color:#fff;font-size:14px;line-height:29px;}
.footer-bottom ul li a{font-size:14px;line-height:29px;color:rgb(255 255 255/47%);}
.main-menu nav>ul>li>a:hover{color:#666;}
a{transition:all .5s;}
.main-menu nav>ul.btn-right li a.btn.btn-blue:hover{background-color:#157be7;color:#fff;}
.footer-box ul li a:hover{color:#4386cd;}
span.active-icons{display:none;}
span.normal-icons{line-height:normal;}
.accParent .tab-label{cursor:pointer;border:none;background:0 0;font-size:18px;padding:0;position:relative;line-height:52px;margin:0;font-weight:400;display:flex;align-items:center;color:#1d2c35;padding-left:20px;}
.sample.accordianSection input{opacity:0;display:none;}
.accParent .tab-content{max-height:0;transition:all .35s;padding:0 20px;width:100%;}
.accParent input:checked+.tab-label{color:#1d2c35;}
.accParent input:checked~.tab-content{max-height:100vh;display:block;}
.accParent .tab-content p{margin-bottom:10px;font-size:15px;color:#3d3d3d;line-height:25px;margin-top:0;width:100%;}
.accParent input:checked+.tab-label span.normal-icons{display:none;}
.accParent input:checked+.tab-label span.active-icons{display:block;}
a.img-box{overflow:hidden;display:block;}
.banner-btn{background-color:#fc9803;border-radius:5px;padding:20px 60px;display:inline-block;color:#fff;font-size:20px;line-height:23px;}
h2{font-weight:400;}
.companies-ui-sec .com-companies-ui{display:flex;flex-wrap:wrap;align-items:center;background-color:#f5f8fa;}
.companies-ui-sec .com-companies-ui .left-box{width:40%;}
.companies-ui-sec .com-companies-ui .right-box{width:60%;position:relative;}
.companies-ui-sec .com-companies-ui .left-box ul{padding:40px 30px;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies{display:flex;flex-wrap:wrap;max-width:550px;margin:0 auto 95px;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li{width:calc(33.33% - 20px);margin:10px;text-align:center;position:relative;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li .heading{display:block;font-size:43px;line-height:26px;color:#fff;font-family:Arial,Helvetica,sans-serif;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li .sub-text{font-size:16px;color:#fff;margin-top:13px;display:block;font-family:Arial,Helvetica,sans-serif;}
.companies-ui-sec .com-uper-bg{position:absolute;z-index:23;top:50%;width:100%;transform:translateY(-50%);max-width:100%;margin:0 auto;left:0;right:0;}
.companies-ui-sec .com-companies-ui .left-box ul li{display:flex;font-size:16px;font-family:Arial,Helvetica,sans-serif;line-height:26px;margin-bottom:38px;}
.companies-ui-sec .com-uper-bg ul.btm-companies{display:flex;max-width:550px;margin:0 auto;justify-content:space-between;}
.companies-ui-sec .com-uper-bg ul.btm-companies li{width:calc(50% - 20px);margin:10px;text-align:center;display:flex;align-items:center;}
.companies-ui-sec .com-uper-bg ul.btm-companies li .right-etxt{color:#fff;font-size:19px;line-height:23px;text-align:left;max-width:109px;padding-left:15px;}
.banner-btn:hover{color:#fc9803;background-color:#fff;}
.heading-footer-btm{padding-bottom:100px;}
.heading-footer-btm h2{margin:0;font-size:42px;line-height:52px;color:#3d3d3d;font-weight:400;}
.heading-footer-btm p{font-size:14px;line-height:23px;color:#3d3d3d;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li:before{content:"";width:1px;height:100%;position:absolute;left:-7px;background-color:#fff;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li:nth-child(1):before{display:none;}
.trusted-by{text-align:center;padding:40px 0;}
.trusted-by p{font-size:18px;color:#000;margin:0 0 5px;}
.stand-out-row{display:flex;flex-wrap:wrap;align-items:center;margin:0 -15px;}
.stand-out-col{width:50%;padding:0 15px;}
.stand-out-col h2{margin:0 0 20px;}
.stand-out-col p{color:#000;font-size:18px;margin:0 0 20px;}
.sec-head{font-size:40px;color:#3d3d3d;line-height:1.3;margin:0 0 30px;}
.custom-btn{font-size:16px;font-weight:700;color:#fff;display:inline-block;padding:8px 20px;border-radius:4px;letter-spacing:1px;text-align:center;}
.custom-btn:hover{background-color:#157be7;color:#fff;}
.text-center{text-align:center;}
.page-sec{padding:70px 0;}
.light-bg{background:#f7f7f7;}
.sub-text-center{text-align:center;color:#000;max-width:700px;margin:0 auto 30px;}
.row-reverse{flex-direction:row-reverse;}
.custom-col-4{width:33.33%;padding:0 15px;}
.made-easy-col{height:100%;position:relative;padding-top:15px;}
.made-easy-col-in{background:#c7cacf;height:100%;border:1px solid #c7cacf;position:relative;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;}
.made-easy-col-in:hover{background:#8a8d93;border:1px solid #a1a4a9;}
.made-easy-col-round{background:#fff;padding:40px;border-radius:100px 0 0 0;text-align:center;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;}
.made-easy-col-round:hover{background:#f7f7f7;}
.made-easy-step{position:absolute;color:#fff;font-weight:700;font-size:22px;left:10px;top:0;}
.made-easy-col-round p{color:#000;max-width:250px;margin:0 AUTO 5px;line-height:1.8;}
.latest-tech{padding-left:65px;}
.pd-r{padding-right:65px;}
.main-menu nav>ul>li:last-child{margin-right:0;}
ul.social-sec{display:flex;margin:15px -5px;}
ul.social-sec li{margin:0 5px;}
.footer-bottom ul li:last-child{text-align:right;}
.footer-bottom ul li:last-child a{margin-left:20px;}
.footer-box-lg{width:75%;}
.footer-box-lg ul{margin:0 -10px;display:flex;flex-wrap:wrap;}
.footer-box-lg ul li{width:50%;padding:0 10px;}
.row{padding:0;margin-left:-15px;margin-right:-15px;}
.col12{padding:0 15px;width:100%;}
.headBox h2{text-align:center;font-size:42px;font-weight:700;line-height:1.2;color:#242837;margin-bottom:20px;}
.headBox{margin:0 auto;text-align:center;margin-bottom:50px;max-width:800px;}
h2{font-size:30px;font-weight:700;line-height:46px;margin-bottom:20px;color:#333;}
.expBox{padding:0;border-radius:20px;background:#fff;position:relative;overflow:hidden;z-index:0;border:1px solid #e3e3e3;width:31.33%;margin:0 1%;}
.expTop img{width:100%;}
.expTop{padding:0;position:relative;z-index:1;}
.expTop{padding:0;position:relative;z-index:1;}
h3{font-size:28px;font-weight:700;line-height:1.2;color:#242837;margin-bottom:20px;}
.btn-right .btn-blue{color:#fff;font-size:16px;display:block;padding:4px 15px;border-radius:6px;margin-right:15px;}
.btn-right .btn-blue:hover{background:#157be7;}
.accordianSection{background:#fff;box-shadow:0 2px 8px rgb(0 0 0/.1);padding:6px;border-radius:8px;margin:0 0 25px;}
span.normal-icons{line-height:normal;position:absolute;right:-6px;top:-6px;background:#0071bc;text-align:center;bottom:-6px;padding:21px 25px;border-radius:0 8px 8px 0;color:#fff;}
span.active-icons{line-height:normal;position:absolute;right:-6px;top:-6px;text-align:center;bottom:-6px;padding:21px 25px;border-radius:0 8px 8px 0;}
span.sub-text-center{display:block;position:relative;font-size:22px;top:-18px;font-family:Arial,Helvetica,sans-serif;}
.articles-box:hover{border:1px solid #ccc!important;}
.iws .sub-text-center{max-width:840px;margin:0 auto 30px;}
.tabbed [type=radio]:nth-of-type(6):checked~.tabs .tab:nth-of-type(6) label,.tabbed [type=radio]:nth-of-type(7):checked~.tabs .tab:nth-of-type(7) label,.tabbed [type=radio]:nth-of-type(8):checked~.tabs .tab:nth-of-type(8) label,.tabbed [type=radio]:nth-of-type(9):checked~.tabs .tab:nth-of-type(9) label,.tabbed [type=radio]:nth-of-type(10):checked~.tabs .tab:nth-of-type(10) label{border-bottom-color:#ccc;border-top-color:#ccc;color:#081827;border-bottom:3px solid #5e5e5e;}
.tabbed [type=radio]:nth-of-type(6):checked~.tab-content:nth-of-type(6),.tabbed [type=radio]:nth-of-type(7):checked~.tab-content:nth-of-type(7),.tabbed [type=radio]:nth-of-type(8):checked~.tab-content:nth-of-type(8),.tabbed [type=radio]:nth-of-type(9):checked~.tab-content:nth-of-type(9),.tabbed [type=radio]:nth-of-type(10):checked~.tab-content:nth-of-type(10){display:block;}
.iws .tabs{max-width:100%;flex-wrap:wrap;justify-content:center;}
.iws .tab{padding:0 20px;}
.breakthrough .tabbed [type=radio]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,.breakthrough .tabbed [type=radio]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,.breakthrough .tabbed [type=radio]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label,.breakthrough .tabbed [type=radio]:nth-of-type(4):checked~.tabs .tab:nth-of-type(4) label,.breakthrough .tabbed [type=radio]:nth-of-type(5):checked~.tabs .tab:nth-of-type(5) label,.breakthrough .tabbed [type=radio]:nth-of-type(6):checked~.tabs .tab:nth-of-type(6) label,.breakthrough .tabbed [type=radio]:nth-of-type(7):checked~.tabs .tab:nth-of-type(7) label,.breakthrough .tabbed [type=radio]:nth-of-type(8):checked~.tabs .tab:nth-of-type(8) label,.breakthrough .tabbed [type=radio]:nth-of-type(9):checked~.tabs .tab:nth-of-type(9) label,.breakthrough .tabbed [type=radio]:nth-of-type(11):checked~.tabs .tab:nth-of-type(11) label,.breakthrough .tabbed [type=radio]:nth-of-type(12):checked~.tabs .tab:nth-of-type(12) label,.breakthrough .tabbed [type=radio]:nth-of-type(10):checked~.tabs .tab:nth-of-type(10) label{border-bottom-color:#ccc;border-top-color:#ccc;color:#081827;border-bottom:3px solid #5e5e5e;}
.breakthrough .tabbed [type=radio]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,.breakthrough .tabbed [type=radio]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,.breakthrough .tabbed [type=radio]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label,.breakthrough .tabbed [type=radio]:nth-of-type(4):checked~.tabs .tab:nth-of-type(4) label,.breakthrough .tabbed [type=radio]:nth-of-type(5):checked~.tabs .tab:nth-of-type(5) label,.breakthrough .tabbed [type=radio]:nth-of-type(6):checked~.tabs .tab:nth-of-type(6) label,.breakthrough .tabbed [type=radio]:nth-of-type(7):checked~.tabs .tab:nth-of-type(7) label,.breakthrough .tabbed [type=radio]:nth-of-type(8):checked~.tabs .tab:nth-of-type(8) label,.breakthrough .tabbed [type=radio]:nth-of-type(9):checked~.tabs .tab:nth-of-type(9) label,.breakthrough .tabbed [type=radio]:nth-of-type(11):checked~.tabs .tab:nth-of-type(11) label,.breakthrough .tabbed [type=radio]:nth-of-type(12):checked~.tabs .tab:nth-of-type(12) label,.breakthrough .tabbed [type=radio]:nth-of-type(10):checked~.tabs .tab:nth-of-type(10) label{color:#0071bc;border-bottom:3px solid #0071bc;}
.breakthrough .tabbed [type=radio]:nth-of-type(1):checked~.tab-content:nth-of-type(1),.breakthrough .tabbed [type=radio]:nth-of-type(2):checked~.tab-content:nth-of-type(2),.breakthrough .tabbed [type=radio]:nth-of-type(3):checked~.tab-content:nth-of-type(3),.breakthrough .tabbed [type=radio]:nth-of-type(4):checked~.tab-content:nth-of-type(4),.breakthrough .tabbed [type=radio]:nth-of-type(5):checked~.tab-content:nth-of-type(5),.breakthrough .tabbed [type=radio]:nth-of-type(6):checked~.tab-content:nth-of-type(6),.breakthrough .tabbed [type=radio]:nth-of-type(7):checked~.tab-content:nth-of-type(7),.breakthrough .tabbed [type=radio]:nth-of-type(8):checked~.tab-content:nth-of-type(8),.breakthrough .tabbed [type=radio]:nth-of-type(9):checked~.tab-content:nth-of-type(9),.breakthrough .tabbed [type=radio]:nth-of-type(11):checked~.tab-content:nth-of-type(11),.breakthrough .tabbed [type=radio]:nth-of-type(12):checked~.tab-content:nth-of-type(12),.breakthrough .tabbed [type=radio]:nth-of-type(10):checked~.tab-content:nth-of-type(10){display:block;}
.os_content>ul{display:flex;flex-wrap:wrap;justify-content:flex-start;}
.os_content>ul>li{width:33%;margin-bottom:30px;padding-left:35px;}
.breakthrough .expBox{width:100%;}
.breakthrough ul.tabs{border:none;}
.breakthrough ul.tabs li.tab{padding:0 10px;}
.breakthrough .tab>label{color:#000;}
.breakthrough .tab>label{font-weight:400;}
.greg{color:rgb(255 255 255/47%);text-align:center;margin:20px 0 0;font-size:13px;}
.heading-footer-btm h2{text-transform:capitalize!important;}
.capital{text-transform:capitalize;}
.accordianSection h3{margin-bottom:0!important;}
.container{max-width:1170px;margin:0 auto;padding-left:15px;padding-right:15px;}
.pd50{padding:50px 0;}
.pdM50{margin-top:-50px;}
.articles-sec h3{text-align:center;}
.heading-footer-btm h2{margin:30px 0 10px;font-size:25px;line-height:32px;font-weight:600;}
.team-s-row{display:flex;flex-wrap:wrap;margin:0 -15px;}
.team-s-l{width:calc(100% - 300px);padding:0 15px;}
.team-s-r{width:300px;padding:0 15px;}
.team-p-l{width:150px;padding:0 15px;}
.team-p-r{width:calc(100% - 150px);padding:0 15px;position:relative;}
.team-list-col{background:#fff;border:1px solid hsla(210,5%,93%,.5);box-shadow:0 2px 3px rgba(0,0,0,.1);transition:all .2s;padding:20px;margin-bottom:30px;}
.team-list-col:hover{border:1px solid #edf0f8;box-shadow:0 7px 15px rgba(0,0,0,.1);}
.team-m-p img{width:100%;display:block;transition:all .2s;cursor:pointer;}
.team-m-p{background:#0171bc;margin-bottom:20px;overflow:hidden;border-radius:6px;}
.team-m-p:hover img{transform:scale(1.1);}
.team-m-b .hire-t-btn{background:#0171bc;display:block;text-align:center;color:#fff;padding:6px;border-radius:5px;font-size:14px;}
.location-team-m{margin:0;padding:0;}
.location-team-m li{font-size:13px;color:#84888e;display:inline-block;margin:0 5px 5px 0;}
.location-team-m li:last-child{margin:0;}
.content-team-m p{font-size:14px;color:#84888e;line-height:1.4;margin:0;}
.content-team-m{margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden!important;}
.team-col-2 .content-team-m{-webkit-line-clamp:5;height:100px;}
.team-m-rate{position:absolute;right:15px;top:0;}
.team-m-rate p{font-size:13px;color:#84888e;}
.shoftwere-team-m{margin:0;padding:0;max-height:67px;overflow:hidden;}
.shoftwere-team-m li{display:inline-block;margin-right:5px;font-size: 12px; border: 1px solid #ddd;color: #84888e;padding: 4px 8px;border-radius: 4px;line-height: 1.4;text-overflow: ellipsis;max-width: 90px;white-space: nowrap;overflow: hidden;
}
.shoftwere-team-m li{display:inline-block;margin-right:1px;margin-bottom:5px;}
.r-box1{background:#2271bc;}
.team-r-in{padding:20px 25px;margin-bottom:25px;}
.r-box1 h4{color:#fff;text-transform:uppercase;margin:0 0 20px;font-size:16px;}
.r-box2{padding:0;border:1px solid #ddd;}
.team-s-b{padding:0 15px;max-width:100%;}
.team-col-2 .team-p-r{width:calc(100% - 100px);padding:0 15px 0 0;}
.team-col-2 .team-p-l{width:100px;padding:0 15px;}
.team-col-2 .team-m-rate{top:5px;}
.box-team-c{background:#fff;border:1px solid #ddd;padding:20px;}
.team-col-2 .shoftwere-team-m{margin:0 0 10px;}
.blur-img-box{max-height:358px;position:relative;border:1px solid #ddd;overflow:hidden;}
.blur-img-box img{max-height:355px;}
.blur-img-box .sign-up-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;}
.blur-img-box .sign-up-box span{display:block;font-size:18px;color:#000;}
.blur-img-box .hire-t-btn{background:#0171bc;display:block;text-align:center;color:#fff!important;padding:6px;border-radius:5px;font-size:18px;}
ul.side-list{margin:0;padding:0;}
ul.side-list li{position:relative;color:#fff;display:block;padding-left:20px;margin:0 0 8px;}
ul.side-list li:after{position:absolute;content:"";width:5px;height:10px;border-right:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(45deg);left:0;top:4px;}
.blur-img-full{padding:0;margin:0;}
.blur-img-full .blur-img-box{min-height:auto;border:none;background:#d9eefc;}
.blur-img-full .blur-img-box img{min-height:120px;display:block;width:100%;opacity:0;}
@media only screen and (max-width:991px){
.team-s-l{width:100%;margin-bottom:25px;}
.team-s-r{width:100%;display:flex;flex-wrap:wrap;}
.team-r-in{padding:12px 15px;margin-bottom:20px;}
.team-list-col{padding:15px;margin-bottom:20px;}
.team-r-in{width:50%;}
.team-col-2{margin-bottom:0;}
}
@media only screen and (max-width:767px){
.blur-img-full .blur-img-box img{min-height:120px;}
.blur-img-box .sign-up-box span{display:block;font-size:16px;color:#000;}
.blur-img-box .hire-t-btn{font-size:16px;}
.shoftwere-team-m{max-height:100px;}
.content-team-m p{-webkit-line-clamp:5;}
}
@media only screen and (max-width:479px){
.team-r-in{width:100%;}
.team-p-r{width:100%;}
.team-p-l{width:150px;margin:0 auto 15px;border:1px solid #ddd;padding:15px;}
.team-col-2 .team-p-l{border:none;margin:0;}
.blur-img-box{min-height:391px;}
}
.image-design1{position:relative;padding-right:10px;padding-bottom:10px;background:0 0;border-radius:8px 0 0 0;}
.image-design1:before{position:absolute;content:"";background:#a5d1ed;left:10px;top:10px;right:0;bottom:0;border-radius:0 0 8px 0;}
.image-design1 img{position:relative;border-radius:8px 0 8px 0;}
.image-design1:hover img{transform:scale(1.1);}
.team-col-2 .image-design1{padding-right:5px;padding-bottom:5px;border-radius:6px 0 0 0;}
.team-col-2 .image-design1 img{position:relative;border-radius:6px 0 6px 0;}
.team-col-2 .image-design1:before{border-radius:0 0 6px 0;}
.sec-head{font-size:40px;color:#3d3d3d;line-height:1.3;margin:0 0 30px;}
.blue-text{color:#0071bc!important;}
.text-center{text-align:center;}
@media only screen and (max-width:767px){
.sec-head{font-size:24px;margin:0 0 30px;}
}
.banner-row{margin:0 -15px;display:flex;flex-wrap:wrap;}
.banner-col-left{width:50%;padding:0 15px;}
.banner-col-right{width:40%;padding:0 15px;}
.banner-col-left h1{font-size:32px;font-weight:700;color:#000;margin:0 0 5px;line-height:1.4;}
.ban-s-head{color:#0171bc;font-size:20px;font-weight:700;margin:0 0 25px;}
.ban-btn-row{padding:25px 0;}
.ban-btn-border{display:inline-block;border-radius:4px;border:1px solid #0171bc;background:#fff;font-size:20px;color:#0171bc;padding:11px 25px;margin-right:25px;}
.ban-btn-fill{display:inline-block;border-radius:4px;background:#fc9803;font-size:20px;color:#fff;padding:12px 25px;}
.new-banner1{background:#eff6ff;margin:50px 0 0;}
.ban-stars p{font-size:14px;color:#000;}
.ban-btn-fill:hover,.ban-btn-border:hover{background:#0171bc;color:#fff;border-color:#0171bc;}
@media only screen and (max-width:991px){
.banner-col-left h1{font-size:28px;}
.ban-s-head{font-size:17px;margin:0 0 20px;}
.ban-btn-border{font-size:15px;padding:7px 20px;margin-right:15px;}
.ban-btn-fill{font-size:15px;padding:8px 20px;}
.ban-btn-row{padding:15px 0 20px;}
.ban-stars p{font-size:13px;color:#000;}
}
@media only screen and (max-width:767px){
.banner-col-left{width:100%;padding:0 15px;text-align:center;}
.banner-col-right{width:100%;padding:0 15px;text-align:center;}
.banner-col-left h1{font-size:24px;}
.ban-s-head{font-size:16px;margin:0 0 15px;}
.ban-stars{margin-bottom:25px;}
}
.header{position:fixed;z-index:99;width:100%;top:0;}
.articles-sec .swiper,.team-col-2 .swiper{margin-left:-15px;margin-right:-15px;padding:0 15px;}
.articles-sec .swiper-button-next,.team-col-2 .swiper-button-next{right:0;background:#ccc;padding:8px;}
.articles-sec .swiper-button-prev,.team-col-2 .swiper-button-prev{left:0;background:#ccc;padding:8px;}
.articles-sec .swiper-button-next:after,.articles-sec .swiper-button-prev:after,.team-col-2 .swiper-button-next:after,.team-col-2 .swiper-button-prev:after{font-size:18px;color:#fff;}
.articles-sec .articles-box{width:100%;background:#fff;border:1px solid #ddd;padding:20px;}
.articles-sec .articles-box .text-box p{margin:0 0 18px;font-weight:600;line-height:25px;font-size:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px;}
.articles-sec .articles-box .text-box .post{margin:0 0 15px!important;font-size:14px!important;color:#3d3d3d;line-height:26px!important;font-weight:400!important;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}
@media only screen and (max-width:767px){
.articles-sec .swiper-button-prev,.team-col-2 .swiper-button-prev{left:3px;}
.articles-sec .swiper-button-next,.team-col-2 .swiper-button-next{right:3px;}
}
.load-con-row{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;position:relative;}
.load-btn-row{position:absolute;left:0;bottom:0;text-align:center;width:100%;padding:50px 20px 0;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 34%);background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 34%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 34%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);}

@media only screen and (max-width:767px){
.load-con-row{-webkit-line-clamp:10;}

.load-btn-row .custom-btn span+span{display:none;}
.com-port{background-image:none;}
.g-loc-img{display:none;}

}
.orangebg{background-color:#fc9803!important;}
.content-team-m p{letter-spacing:.5px;}
.new-banner1{margin:0;padding-top:150px;}
.trusted-by.light-bg{border-bottom:1px solid #e5dede;border-top:1px solid #e5dede;}
.load-btn-row{padding-bottom:50px;}
.load-con-row{-webkit-line-clamp:7;}
body .header{background-color:#fff!important;}
.banner-col-left h1{margin:25px 0;}
.team-m-box h3{font-size:16px;margin:0;font-weight:700;color:#666;line-height:1.6;}
.team-m-box h3 span{display:block;font-size:14px;color:#84888e;margin:0;font-weight:400;line-height:1.2;}
@media only screen and (max-width:991px){
.new-banner1{padding-top:110px;}
}
@media only screen and (max-width:767px){
.load-con-row{-webkit-line-clamp:10;}
h2#talent{padding-bottom:20px!important;margin-bottom:20px!important;}
.content-team-m{-webkit-line-clamp:6;}
.team-p-l{width:150px;}
.ban-btn-fill{padding:8px 15px;}
.ban-btn-border{padding:7px 15px;margin-right:25px;}
.ban-btn-row{padding:25px 0;}
.tab-wrap_1306{margin:0!important;}
}
.heading-tittle{font-size:22px;font-weight:700;color:#000;display:flex;align-items:center;gap:15px;}
.custom-container{max-width:1200px;margin:0 auto;}
.main-content-in{padding-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.left-side-stick .content-box-in h2{font-weight:600;margin-bottom:10px;font-family:Arial,Helvetica,sans-serif;}
.left-side-stick,.right-side-stick{max-width:50%;width:100%;padding:0 15px;}
.left-side-stick .content-box-in{padding:0 50px;}
.sticky-box{position:sticky;top:30px;min-height:400px;height:300px;overflow-y:auto;}
.left-side-stick .content-box-in p,.right-side-stick .content-box-in p{font-size:16px;line-height:28px;font-family:Arial,Helvetica,sans-serif;}
.right-side-stick .content-box-in ul{padding:0;}
.right-side-stick .content-box-in ul li{list-style:none;margin-bottom:30px;}
@media screen and (max-width:767px){
.left-side-stick,.right-side-stick{max-width:100%;width:100%;}
.sticky-box{position:static;min-height:auto;height:auto;}
.left-side-stick .content-box-in{padding:0;}
}
@media (max-width:767px){
span.sub-text-center{font-size:16px;}
.page-sec{padding:35px 0;}
}
.mob-app-devep-comp .problem-slider-box5{padding:15px 10px;margin:3px 3px 45px;white-space:normal;background:#fff;}
.mob-app-devep-comp .problem-slider-box5 a{text-decoration:none;color:#000;font-size:16px;}
.mob-app-devep-comp .most-solution-img{display:flex;justify-content:center;align-items:center;max-width:105px;margin:0 auto 15px;height:105px;}
.mob-app-devep-comp .most-solution-img img{width:100%;object-fit:contain;height:100%;}
.mob-app-devep-comp .problem-slider-box5 a p{font-size:16px;text-align:center;min-height:90px;margin:0 3px;line-height:1.3;}
.mob-app-devep-comp .problem-slider-box5 a p small{display:block;font-size:15px;margin-bottom:10px;}
.portfolioTabs .menuContent{align-items:self-start;justify-content:flex-start;display:flex;}
.menuContent input{display:none;}
.menuContent .mCatList{display:flex;flex-direction:column;position:relative;width:320px;}
.menuContent .mCatList{display:flex;flex-direction:column;position:relative;width:320px;}
.portfolioTabs .menuContent .mCatList{width:25%;flex-shrink:0;background:#f5f5f5;height:100%;min-height:270px;border-right:solid 1px #eaeaea;}
.portfolioTabs .menuContent .mCatList p{padding:0;margin:0;overflow:hidden;}
.portfolioTabs .menuContent .mCatList label{background-color:#fff0;border-bottom-color:#d9d9d9;padding:25px;height:auto;justify-content:flex-end;text-align:left;display:block;cursor:pointer;}
.portfolioTabs .menuContent .menuSecMain{width:75%;height:100%;background:#fff;padding:5px 30px 20px;min-height:270px;display:flex;align-items:self-start;}
.portfolioTabs .menuContent .menuSecMain p{margin:0;padding:12px 0;line-height:28px;}
.menuSecMain h3{color:#0071bc;}
.portfolioTabs #mCat2:checked~.menuSecMain .mCat1,.portfolioTabs #mCat3:checked~.menuSecMain .mCat1,.portfolioTabs #mCat4:checked~.menuSecMain .mCat1,.portfolioTabs #mCat5:checked~.menuSecMain .mCat1,.portfolioTabs #mCat6:checked~.menuSecMain .mCat1{display:none;}
.portfolioTabs #mCat1:checked~.menuSecMain .mCat1,.portfolioTabs #mCat2:checked~.menuSecMain .mCat2,.portfolioTabs #mCat3:checked~.menuSecMain .mCat3,.portfolioTabs #mCat4:checked~.menuSecMain .mCat4,.portfolioTabs #mCat5:checked~.menuSecMain .mCat5,.portfolioTabs #mCat6:checked~.menuSecMain .mCat6{display:block;}
.portfolioTabs #mCat1:checked~.mCatList label.mCat1,.portfolioTabs #mCat2:checked~.mCatList label.mCat2,.portfolioTabs #mCat3:checked~.mCatList label.mCat3,.portfolioTabs #mCat4:checked~.mCatList label.mCat4,.portfolioTabs #mCat5:checked~.mCatList label.mCat5,.portfolioTabs #mCat6:checked~.mCatList label.mCat6{color:#0071bc;font-weight:600;}
.menuContent .menuSec{display:none;}
.portfolioTabs .menuContent .mCatList label span{display:flex;align-items:center;}
.portfolioTabs .menuContent .mCatList label{position:relative;border-top:1px solid #d7d7d7;}
.portfolioTabs #mCat1:checked~.mCatList label.mCat1:after,.portfolioTabs #mCat2:checked~.mCatList label.mCat2:after,.portfolioTabs #mCat3:checked~.mCatList label.mCat3:after,.portfolioTabs #mCat4:checked~.mCatList label.mCat4:after,.portfolioTabs #mCat5:checked~.mCatList label.mCat5:after,.portfolioTabs #mCat6:checked~.mCatList label.mCat6:after{width:0;height:0;border-top:10px solid transparent;border-right:20px solid #0071bc;border-bottom:10px solid transparent;position:absolute;right:-4px;top:33px;content:"";}
.portfolioTabs #mCat1:checked~.mCatList label.mCat1:before,.portfolioTabs #mCat2:checked~.mCatList label.mCat2:before,.portfolioTabs #mCat3:checked~.mCatList label.mCat3:before,.portfolioTabs #mCat4:checked~.mCatList label.mCat4:before,.portfolioTabs #mCat5:checked~.mCatList label.mCat5:before,.portfolioTabs #mCat6:checked~.mCatList label.mCat6:before{width:2px;height:100%;background:#0071bc;content:"";top:0;right:0;position:absolute;}
.portfolioTabs .menuContent .mCatList .txt20:first-child label{border:none;}
.probSwiper{padding-bottom:35px;}
.probSwiper .swiper-pagination{margin-bottom:-5px;}
.probSwiper .swiper-pagination-bullet{width:12px;height:12px;}
.mob-app-devep-comp .problem-slider-box5:hover{background:#e4efff;box-shadow:0 0 3px #8ba5cf;}
@media only screen and (max-width:991px){
.portfolioTabs .menuContent{display:block;}
.portfolioTabs .menuContent .mCatList{display:flex;flex-direction:row;width:100%;min-height:auto;}
.portfolioTabs #mCat1:checked~.mCatList label.mCat1:after,.portfolioTabs #mCat2:checked~.mCatList label.mCat2:after,.portfolioTabs #mCat3:checked~.mCatList label.mCat3:after,.portfolioTabs #mCat5:checked~.mCatList label.mCat5:after,.portfolioTabs #mCat6:checked~.mCatList label.mCat6:after{right:0;top:auto;bottom:-1px;content:"";left:0;margin:0 auto;transform:rotate(89deg);}
.portfolioTabs #mCat1:checked~.mCatList label.mCat1:before,.portfolioTabs #mCat2:checked~.mCatList label.mCat2:before,.portfolioTabs #mCat3:checked~.mCatList label.mCat3:before,.portfolioTabs #mCat4:checked~.mCatList label.mCat4:before,.portfolioTabs #mCat5:checked~.mCatList label.mCat5:before,.portfolioTabs #mCat6:checked~.mCatList label.mCat6:before{width:100%;height:2px;background:#0071bc;content:"";top:auto;right:0;position:absolute;bottom:0;}
.portfolioTabs .menuContent .menuSecMain{width:100%;}
.portfolioTabs .menuContent .mCatList label{padding:20px;}
.portfolioTabs .menuContent .mCatList label{border-top:0;border-left:1px solid #d7d7d7;}
}
@media only screen and (max-width:767px){
.portfolioTabs .menuContent .mCatList label{padding:15px 15px 25px;}
.portfolioTabs #mCat1:checked~.mCatList label.mCat1:before,.portfolioTabs #mCat2:checked~.mCatList label.mCat2:before,.portfolioTabs #mCat3:checked~.mCatList label.mCat3:before,.portfolioTabs #mCat4:checked~.mCatList label.mCat4:before,.portfolioTabs #mCat5:checked~.mCatList label.mCat5:before,.portfolioTabs #mCat6:checked~.mCatList label.mCat6:before{width:100%;height:2px;background:#0071bc;content:"";top:auto;right:0;position:absolute;bottom:-1px;}
}
@media only screen and (max-width:480px){
.portfolioTabs .menuContent .mCatList label{padding:20px 10px;}
.portfolioTabs #mCat1:checked~.mCatList label.mCat1:after,.portfolioTabs #mCat2:checked~.mCatList label.mCat2:after,.portfolioTabs #mCat3:checked~.mCatList label.mCat3:after,.portfolioTabs #mCat5:checked~.mCatList label.mCat5:after,.portfolioTabs #mCat6:checked~.mCatList label.mCat6:after{display:none;}
.portfolioTabs .menuContent .mCatList label{padding:15px;border:none;}
.portfolioTabs .menuContent .mCatList{display:block;}
.portfolioTabs .menuContent .menuSecMain{margin-top:5px;padding:5px 15px 20px;}
}
.hide1 ul li{display:list-item;list-style:disc!important;list-style-type:disc!important;width:100%;margin:2px;margin-left:1em;border:none;box-shadow:none;}
.port-vd-col{margin:20px 10px;background:#fff;-webkit-transition:.5s;transition:.5s;position:relative;top:-1px;border:2px solid #fff;min-height:380px;border-radius:5px;}
.port-vd-col:hover{border:2px solid #333;}
.port-txt{padding:15px;}
.port-txt p{margin:0;padding:0;line-height:1.4;font-size:16px;}
.portSwiper1 .swiper-button-next,.portSwiper2 .swiper-button-next{font-size:16px;background:#999;color:#fff;right:0;width:22px;height:36px;}
.portSwiper1 .swiper-button-prev,.portSwiper2 .swiper-button-prev{font-size:16px;background:#999;color:#fff;left:0;width:22px;height:36px;}
.portSwiper1 .swiper-button-next:after,.portSwiper1 .swiper-button-prev:after,.portSwiper2 .swiper-button-next:after,.portSwiper2 .swiper-button-prev:after{font-size:16px;}
.portSwiper1 .swiper-button-next:hover,.portSwiper1 .swiper-button-prev:hover,.portSwiper2 .swiper-button-next:hover,.portSwiper2 .swiper-button-prev:hover{background:#07203d;}
.g-loc{position:relative;}
.g-loc-img{position:absolute;right:0;top:0;}
.g-loc-col{margin:20px 10px;padding:20px;min-height:150px;background:rgb(255 255 255/.5);border:1px solid #c9d6eb;text-align:center;}
.g-loc-col h4{margin:0 0 10px;font-size:18px;}
.g-loc-col p{margin:0 0 5px;color:#333;line-height:1.4;min-height:50px;}
.port-vd iframe{display:block;}
.light-bg{background:#f7f7f7;}
.com-port{position:relative;background-color:#07203d;background-image:url(https://www.coders.dev/images/cstudy-bg.png);background-size:cover;background-position:50%;}
.com-port .sec-head{color:#fff;position:relative;}
.g-loc-col:hover{border:1px solid #96b7ef;}
@media only screen and (max-width:1150px){
.port-vd iframe{height:170px;}
}
@media only screen and (max-width:991px){
.port-vd iframe{height:190px;}
.com-port{background-image:none;}
}
@media only screen and (max-width:450px){
.port-vd iframe{height:170px;}
}
.og-text{color:#fc9803;}
/*! CSS Used from: https://www.coders.dev/css/responsive.css */
@media only screen and (min-width:1200px){
.companies-ui-sec .com-uper-bg{padding-left:45px;}
}
@media only screen and (max-width:1399px){
.container{max-width:96%;}
}
@media only screen and (min-width:991px) and (max-width:1200px){
.sign-up-box{padding:120px 0;}
}
@media only screen and (max-width:1200px){
.companies-ui-sec .com-companies-ui .left-box ul li{font-size:14px;margin-bottom:13px;}
.companies-ui-sec .com-uper-bg ul.btm-companies li{justify-content:center;}
.stand-out-col p{font-size:16px;}
.page-sec{padding:50px 0;}
.latest-tech{padding-left:15px;}
.stand-out-col h2{margin:0 0 20px;}
.sec-head{font-size:36px;}
.made-easy-col-round{padding:30px;}
.headBox h2{font-size:32px;line-height:46px;margin-bottom:25px;}
.faq .headBox h2{margin:0 0 30px;font-size:32px;line-height:46px;}
.headBox{margin-bottom:20px;}
.main-menu{padding-left:15px;}
.main-menu nav>ul>li{margin-right:15px;}
.tab>label{font-size:16px;}
.iws .tab{padding:0 10px;}
}
@media only screen and (max-width:991px){
.our-exp-list li{width:48%!important;}
.heading-footer-btm h2{font-size:30px;}
.header-button{display:flex;}
.main-menu{opacity:0;visibility:hidden;overflow:hidden;position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999;background:#4386cd;padding:60px 0;transition:all .5s ease-out 0s;overflow:auto;}
.close-icon{display:block;width:30px;height:30px;background-color:#fff;font-size:16px;font-weight:700;}
.main-menu nav ul{display:block;text-align:left;}
.main-menu nav>ul>li{margin-bottom:0;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);}
.main-menu nav ul li{margin-right:0;}
.main-menu nav>ul>li>a{color:#fff;font-size:20px;}
.main-menu nav ul{display:block;text-align:left;width:100%;}
.main-menu nav>ul>li{margin-bottom:0;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);}
.main-menu nav>ul>li:last-child{margin-bottom:0;}
nav{flex-wrap:wrap;padding:0 20px;}
.main-menu nav ul.btn-right li{border:none;}
.main-menu nav ul.btn-right{margin-top:15px;}
.header .container{justify-content:space-between;max-width:96%;}
.header{padding:15px 0;}
.main-menu nav>ul.btn-right li a.btn.btn-blue{background-color:#fff;color:#4386cd;}
.inner-right-box{padding-left:0;}
.faq{padding:50px 0;}
.faq .headBox h2{font-size:30px;margin:0 0 12px;}
.need-coder-sec{padding:50px 0;}
.need-coder-sec .inner-need-coder .need-coder-box .inner-need-box{padding:23px;}
.articles-sec{padding:50px 0;}
.footer{padding:50px 0 35px;}
.footer .footer-inner .left-footer{width:100%;margin-bottom:20px;}
.footer .footer-inner .left-footer p{font-size:20px;padding:0;}
.footer .footer-inner .right-footer{width:100%;}
.footer-bottom{margin-top:35px;}
.sign-up-box{padding:132px 0;}
.companies-ui-sec .com-companies-ui .left-box{width:100%;}
.companies-ui-sec .com-companies-ui .right-box{width:100%;}
.page-sec{padding:35px 0;}
.tab>label{font-size:16px;}
.sec-head{font-size:30px;margin:0 0 20px;}
.made-easy-col-round{padding:15px;}
.trusted-by p{font-size:16px;}
.trusted-by{padding:25px 0;}
.footer-bottom ul li:last-child a{margin-left:15px;}
.headBox h2{font-size:30px;line-height:40px;margin-bottom:25px;}
.os_content>ul>li{width:50%;}
.os_content>ul>li{padding-left:15px;}
}
@media only screen and (max-width:767px){
/*.pd50 { padding-bottom: 0;}*/
.faq .headBox h2{font-size:24px;line-height:32px;padding-bottom:15px;}
.accParent .tab-label{font-size:15px;line-height:27px;}
.sample.accordianSection{margin-bottom:16px;}
.need-coder-sec .inner-need-coder .need-coder-box{width:100%;margin:10px 0;}
.footer .footer-inner .right-footer .inner-right-box .footer-box{width:100%;}
.footer-bottom ul li{width:100%;text-align:center;}
.footer-bottom ul{flex-wrap:wrap;}
.container{max-width:89%;padding:0;}
.header .container{max-width:89%;padding:0;}
.accParent .tab-content{width:auto;padding:3px 0 0 30px;}
.accParent .tab-label{line-height:22px;padding-left:10px;padding-right:35px;min-height:44px;}
.accParent .tab-content p{font-size:14px;}
.banner-btn{padding:13px 22px;font-size:18px;}
.sign-up-box{padding:75px 0;}
.companies-ui-sec .com-companies-ui .left-box ul{padding:15px;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies{max-width:100%;margin-bottom:25px;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li .heading{font-size:24px;margin-bottom:0;line-height:8px;}
.companies-ui-sec .com-uper-bg ul.btm-companies li{width:50%;margin:0;padding:0 2px;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li .sub-text{font-size:13px;color:#fff;margin-top:13px;display:block;font-family:robotolight;}
.companies-ui-sec .com-uper-bg ul.btm-companies{flex-wrap:wrap;}
.companies-ui-sec .com-uper-bg ul.btm-companies li .right-etxt{font-size:14px;padding-left:10px;}
.companies-ui-sec .com-uper-bg ul.btm-companies li .left-icons img{width:40px;}
.companies-ui-sec .com-uper-bg ul.btm-companies li img{width:102px;}
.heading-footer-btm h2{font-size:25px;line-height:35px;}
.heading-footer-btm{padding-bottom:50px;}
.need-coder-sec .inner-need-coder .need-coder-box .inner-need-box{padding:23px;text-align:center;}
.img-bg{display:none;}
.companies-ui-sec .com-companies-ui .right-box{padding:20px;background:#2271bc;}
.companies-ui-sec .com-uper-bg{position:static;transform:inherit;padding:20px 5px;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li{width:33%;margin:0;text-align:center;position:relative;}
.companies-ui-sec .com-companies-ui .right-box ul.top-companies li::before{display:none;}
.need-coder-sec .inner-need-coder{margin:0;}
.stand-out-col{width:100%;}
.stand-out-col>img{margin-bottom:20px;}
.tab>label{padding:0 10px;font-size:15px;}
.sec-head{font-size:24px;margin:0 0 20px;}
.sub-text-center{font-size:16px;margin:0 auto 20px;}
.stand-out-col p{font-size:14px;}
.custom-col-4{width:100%;}
.footer{padding:30px 0 20px;}
.footer .footer-inner .left-footer p{font-size:18px;line-height:1.6;}
.footer-box h4{font-size:18px;margin-bottom:10px;}
.footer-box ul{margin-bottom:10px;}
.footer-bottom ul li:last-child{text-align:center;}
.footer-bottom ul li:last-child a{margin:0 10px;}
.footer-box-lg ul li{width:100%;padding:0 10px;}
.pd-r{padding-right:0;}
.headBox h2{font-size:24px;line-height:34px;margin-bottom:15px;}
h2{font-size:24px;line-height:32px;margin-bottom:15px;}
.expBox{width:100%;margin:0 0 25px;}
body{font-size:15px;}
.footer-bottom ul li a{font-size:13px;}
.footer-bottom ul li:last-child a{margin:0 5px;}
span.normal-icons{padding:15px 7px;width:42px;}
span.active-icons{padding:10px 12px;}
span.sub-text-center{font-size:18px;}
}
@media only screen and (max-width:767px){
.our-exp-list li{width:100%!important;}
h3{font-size:18px;margin-bottom:15px;}
.os_content>ul>li{width:100%;}
.os_content>ul>li{margin-bottom:0;}
}
.home span.normal-icons{padding:25px 25px 40px;}
@media only screen and (max-width:767px){
.accParent .tab-content{width:auto;padding:10px 0 0 15px;max-height:inherit!important;clear:both;}
.home .accordianSection h3{float:left;max-width:85%;}
.home .accParent .tab-label{float:right;}
.home .sample.accordianSection::after{clear:both;display:block;content:"";}
.home span.normal-icons{padding:20px 7px;}
.home .accParent h3 .tab-label{padding-right:0;padding-left:15px;padding-bottom:10px;}
.heading-tittle{font-size:18px;}
.home .accParent .tab-label{float:inherit;}
}
/*! CSS Used from: https://www.coders.dev/css/swiper-bundle.min.css */
:root{--swiper-theme-color:#007aff;}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block;}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;}
.swiper-wrapper{transform:translate3d(0px,0,0);}
.swiper-horizontal{touch-action:pan-y;}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}
:root{--swiper-navigation-size:44px;}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));}
.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}
.swiper-button-prev{left:var(--swiper-navigation-sides-offset,10px);right:auto;}
.swiper-button-next{right:var(--swiper-navigation-sides-offset,10px);left:auto;}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1;}
.swiper-button-prev:after{content:'<';}
.swiper-button-next{right:var(--swiper-navigation-sides-offset,10px);left:auto;}
.swiper-button-next:after{content:'>';}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%;}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color));}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px);}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}

.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}
.fas{font-family:"Font Awesome 6 Free";}
.fa-comments:before{content:"\f086";}
.fa-laptop-code:before{content:"\f5fc";}
.fa-plug:before{content:"\f1e6";}
.fa-user-tie:before{content:"\f508";}
.fa-code:before{content:"\f121";}
.fa-tools:before{content:"\f7d9";}
.fa-mobile-alt:before{content:"\f3cd";}
.fa-shopping-cart:before{content:"\f07a";}
.fa-user-graduate:before{content:"\f501";}
:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";}
:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";}
:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";}
.fas{font-weight:900;}
/*! CSS Used from: Embedded */
.swiper,.team-col-2 .swiper{overflow:hidden!important;}
.mob-app-devep-comp .problem-slider-box5{text-align:center;display:block;}
.icon-container{font-size:36px;padding:20px;color:#fc9803;text-align:center;}
.cis_tab-sec_1306{padding:80px 0;}
.tab-wrap_1306{display:flex;flex-wrap:wrap;margin:0 -15px;}
.tab-wrap_1306 .tabs_1306{flex:0 0 370px;max-width:370px;padding-left:15px;padding-right:15px;}
.tab-wrap_1306 .tab-content_1306{flex:0 0 calc(100% - 370px);max-width:calc(100% - 370px);padding-left:15px;padding-right:15px;}
.tab-wrap_1306 .tab-content_1306 .list_1306{display:flex;font-size:16px;flex-wrap:wrap;margin:0 -10px;}
.tab-wrap_1306 .tab-content_1306 .list_1306 li{margin-bottom:5px;width:50%;padding:0 10px;}
.tab-wrap_1306 .tabs_1306 .tab-item_1306{display:block;padding:0 10px;margin-bottom:10px;font-size:20px;font-weight:700;cursor:pointer;}
.tab-content-wrap_1306{display:none;}
.tab_radio_1306{opacity:0;position:absolute;z-index:-99;}
#tab_TopSkills:checked~.tab-content_1306 .tab-content-wrap_1306:nth-child(1),#tab_TrendingSkills:checked~.tab-content_1306 .tab-content-wrap_1306:nth-child(2),#tab_TopSkillsInUS:checked~.tab-content_1306 .tab-content-wrap_1306:nth-child(3),#tab_serviceTM:checked~.tab-content_1306 .tab-content-wrap_1306:nth-child(4){display:block;}
.tab_radio_1306:nth-child(1):checked~.tabs_1306 .tab-item_1306:nth-child(1),.tab_radio_1306:nth-child(2):checked~.tabs_1306 .tab-item_1306:nth-child(2),.tab_radio_1306:nth-child(3):checked~.tabs_1306 .tab-item_1306:nth-child(3){color:#0171bc;}
.tab-wrap_1306 .tab-content_1306 .list_1306 a{color:#262626;}
.tab-wrap_1306 .tab-content_1306 .list_1306 a:hover{color:#0171bc;}
@media (max-width: 1169px){
.tab-wrap_1306 .tabs_1306{flex:0 0 300px;max-width:300px;padding-left:15px;padding-right:15px;}
.tab-wrap_1306 .tab-content_1306{flex:0 0 calc(100% - 300px);max-width:calc(100% - 300px);padding-left:15px;padding-right:15px;}
}
@media (max-width: 991px){
.tab-wrap_1306 .tabs_1306{flex:0 0 250px;max-width:250px;}
.tab-wrap_1306 .tab-content_1306{flex:0 0 calc(100% - 250px);max-width:calc(100% - 250px);padding-left:15px;padding-right:15px;}
.cis_tab-sec_1306{padding:40px 0;}
.tab-wrap_1306 .tabs_1306 .tab-item_1306{padding:0;}
}
@media (max-width: 767px){
.tab-wrap_1306 .tabs_1306{flex:0 0 100%;max-width:100%;display:flex;flex-wrap:wrap;justify-content:center;}
.tab-wrap_1306 .tabs_1306 .tab-item_1306{font-size:18px;padding:0 10px;}
.tab-wrap_1306 .tab-content_1306{flex:0 0 100%;max-width:100%;padding-top:20px;}
.tab-wrap_1306 .tab-content_1306 .list_1306{padding-left:10px;padding-right:10px;}
.tab-wrap_1306 .tab-content_1306 .list-wrap_1306{margin:0 -15px;}
.tab-wrap_1306 .tab-content_1306 .list_1306 a{font-size:14px;}
}
.heading-footer-btm h2{margin:30px 0 20px;}
.fact{margin:0 0 20px 0;}
.sm{border-radius:4px;font-weight:700;margin-bottom:8px;padding:8px;text-transform:uppercase;font-size:.75rem;line-height:.6875rem;color:#041e49;background-color:#d3e3fd;width:fit-content;font-size:0.85em!important; line-height:normal;}
.h1st{font-size:40px;font-weight:700;color:#000;margin:0 0 25px;line-height:1.4;}
.new-banner1{background:#fff;}
.ban-s-head{color:#000;}
@media only screen and (max-width: 767px){
.h1st{font-size:24px;}
.sm{width:auto;}
.ban-btn-border{margin:15px 25px;}
.banner-col-right{display:none;}
.vdoTestiBox{display:none;}
.breakthrough ul.tabs{display:none;}
.g-loc-img{display:none;}
.icon-container{display:none;}
}
@media only screen and (max-width: 991px){
.h1st{font-size:28px;}
}
.orange-text{color:#fc9803;}
.cl-star{font-size:12px;color:#fc9803;font-weight:700;}
.ban-stars p{font-size:12px;}
.left-box ul li{display:list-item!important;list-style:disc!important;list-style-type:disc!important;width:100%;margin:2px;margin-left:1em;}
.st0{fill:#0071bc;}
.dds{margin-bottom:30px;}
.dds ul{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;list-style:none;}
.dds ul li{width:31%;border:none;margin:10px 0;border:1px solid hsla(210,5%,93%,.5);box-shadow:0 2px 3px rgba(0,0,0,.1);}
.dd2s ul li{width:48%!important;margin:10px;border:1px solid hsla(210,5%,93%,.5);box-shadow:0 2px 3px rgba(0,0,0,.1);}
.dds p{margin:15px 0;font-size:15px;text-align:justify;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden!important;}
.ddServBox ul li{width:100%!important;border:none;box-shadow:none;}
.ddServBox{padding:32px;position:relative;height:100%;transition:all 0.3s ease; border:1px solid transparent;}
.ddServBox:hover{background-color:#f7f7f7;border:1px solid #ddd;}
.ddServBox h3{font-size:22px;text-align:center;}
.dds div{overflow:hidden;text-overflow:ellipsis;letter-spacing:1px;}
.ddServBox ul li{display:list-item;list-style:disc!important;list-style-type:disc!important;width:100%;margin:2px;margin-left:1em;}
@media only screen and (max-width: 767px){
.customize-right{display:none;}
.customize-row{padding:0 30px;}
.customize-left{width:100%!important;}
.promobannerhead{color:#fff;font-size:24px!important;line-height:1.5!important;font-weight:700;margin-bottom:15px;display:block;}
}
.customize-row{display:flex;align-items:center;justify-content:space-between;padding:0 60px;}
.customize-right{width:50%;padding-left:10px;}
.customize-left{width:45%;}
.promobannerhead{color:#fff;font-size:36px;line-height:50px;font-weight:800;margin-bottom:20px;}
@media only screen and (max-width: 767px){
.dds ul li{width:100%;margin:10px 0;}
.ddServBox ul li{margin:1px 0;}

.dd2s ul li{width:100%!important;}
.ddServBox{padding:15px;}
.ddServBox ul li{margin-left:1em;}
.hm ul li{margin-left:10%;text-align:left;}
.made-easy-col-round p{max-width:100%;}
.sec-head{margin:0 0 40px;line-height:1.5em;}
.heading-tittle{margin-top:15px;}
.home .accParent .tab-label{float:right;}
.heading-footer-btm p{margin:10px 0;letter-spacing:1px;font-size:15px;}
}
.hm p{margin:15px auto!important;font-size:15px;letter-spacing:1px;}
.hm ul li{display:list-item;list-style:disc!important;list-style-type:disc!important;width:100%;margin:2px;margin-left:1em;font-size:15px;letter-spacing:1px;}
.hm .icons-box{text-align:center;}
.problem-slider-box5{display:flex;font-size:16px;flex-wrap:wrap;margin:20px -10px;}
.problem-slider-box5 li{width:18%;padding:10px 10px;box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:0;margin:10px 1%;white-space:normal;background:#fff;}
.most-solution-col:hover{background:#e4efff;box-shadow:none;border-radius:3px;}
.problem-slider-box5 li div{text-align:center;}
.most-solution-img{display:flex;justify-content:center;align-items:center;min-height:95px;}
@media only screen and (max-width: 767px){
.problem-slider-box5 li{width:48%!important;}
}
@media only screen and (max-width: 991px){
.problem-slider-box5 li{width:18%;}
}
.most-solution-col h3{font-size:18px;}
.our-exp-list{display:flex;flex-wrap:wrap;background:#f5f8fa;}
.our-exp-list li{width:23%;margin:0 5px;padding:0 15px;align-items:center;position:relative;text-align:center;}
.our-exp-list li h5{font-size:18px;}
.stext{font-size:15px;}
.exp-text{width:calc(100% - 70px);padding-left:15px;font-size:16px;}
/*.exp-text .num{font-size:35px;}*/
.num{font-size:35px;}
.og-text{color:#FC9803;}
.our-exp-list li{padding:15px 15px!important;}
@media only screen and (max-width: 991px){
.our-exp-list li{width:49%;}
}
@media only screen and (max-width: 767px){
.our-exp-list li:before{display:none;}
.exp-text{width:calc(100% - 50px);padding-left:10px;font-size:14px;line-height:1.2;}
}
/*! CSS Used from: Embedded ; media=print */
@media print{
@media print{
.no-print{display:none!important;}
}
}
/*! CSS Used keyframes */
@keyframes moveInTop{0%{opacity:0;transform:translateY(100px);}80%{transform:translateY(-10px);}100%{opacity:1;transform:translate(0);}}
/*! CSS Used fontfaces */

.fh {
    background: #fc9803;
    padding: 5px 8px;
    font-weight: 600;
}

.toggle-button {
    width: 40px;
    background: 0 0;
    border: none;
    padding: 0;
}

.close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    border: none;
    background: 0 0;
    display: none;
}

@media only screen and (max-width: 991px) {
    .main-menu.open {
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }
}
@media only screen and (max-width: 991px) {
    .main-menu {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        background: #4386cd;
        padding: 60px 0;
        transition: all .5s ease-out 0s;
        overflow: auto;
    }
}
@media only screen and (max-width: 1200px) {
    .main-menu {
        padding-left: 15px;
    }
}



/*
.main-menu nav ul {
		display: block;
		text-align: left
	}

	.main-menu nav>ul>li {
		margin-bottom: 0;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	.main-menu nav ul li {
		margin-right: 0
	}

	.main-menu nav>ul>li>a,
	.main-menu nav>ul>li>button {
		color: #fff;
		font-size: 20px
	}

	.main-menu nav ul {
		display: block;
		text-align: left;
		width: 100%
	}

	.main-menu nav>ul>li {
		margin-bottom: 0;
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	.main-menu nav>ul>li:last-child {
		margin-bottom: 0
	}

	nav {
		flex-wrap: wrap;
		padding: 0 20px
	}

	.main-menu nav ul.btn-right li {
		border: none
	}

	.main-menu nav ul.btn-right {
		margin-top: 15px
	}
*/

/* industry section css*/
ul.ind-dls {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 25px;
    max-height: 675px;
    overflow: hidden;
    transition: 0.5s;
}
.ind-dls li { perspective: 1000px; transform-style: preserve-3d; transition: 0.6s; transform-style: preserve-3d; position: relative; width: 33.33%; height: 340px; padding: 10px; }
.ind-dls li:hover .back { transform: rotateY(0deg); }
.ind-dls li:hover .front { transform: rotateY(180deg); }
/* hide back of pane during swap */
.front, .back { backface-visibility: hidden; transition: 0.6s; transform-style: preserve-3d; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; }
.front { z-index: 2; transform: rotateY(0deg); }
.back { transform: rotateY(-180deg); background: #0071bc; color: #000; text-align: center; line-height: 1.4em; padding: 15px; display: flex; align-items: center; justify-content: center; overflow: auto; flex-wrap: wrap; }
.back h4 { color: #fff; font-size: 20px; margin: 0 0 10px }
.back h5 { color: #fff; font-size: 20px; margin: 0 0 10px }
.fr-in span { color: #0071bc; display: block; text-align: center; font-size: 36px; }
.front { background: #f7f7f7; color: #fff; display: flex; align-items: center; justify-content: center; }
.front h4 { font-size: 24px; color: #333; }
.back p { color: #fff; line-height: 1.4; margin: 0; }

ul.moretext {
    max-height: inherit;
}
.moreless-button {
    display: block;
    background: #0071bc;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px;
    margin: 0 auto;
    max-width: 160px;
    text-align: center;
}
.moreless-button:hover {
    background: #004b7c;
}
.moreless-button span + span {
    display: none;
}
.con-hide span {
    display: none;
}
.con-hide span + span {
    display: block;
}
@media (max-width: 1199px) {
.ind-dls li { width: 33.33%; height: 330px; }
}
@media (max-width: 991px) {
.md-dev-sec > ul > li { width: 50%; padding: 20px; }
.ind-dls li { width: 50%; }
}
@media (max-width: 767px) {
span.sub-text-center { font-size: 16px; }
.md-dev-sec > ul > li { width: 100%; padding: 20px; }
.ind-dls li { width: 100%; }
.page-sec { padding: 35px 0; }
}

ul.bui{
width: auto;
margin: 25px 0;
text-align: left;
}
ul.bui li {
    position: relative;
	margin: 0 0 8px;
	padding-left: 20px;	
}

ul.bui li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    left: 0;
    top: 4px;
}


/*
@media (max-width: 991px) {
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(https://www.coders.dev/font/fa-regular-400.woff2) format("woff2")}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://www.coders.dev/font/fa-solid-900.ttf) format("truetype");}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal;}
}
*/

.h1st span {
    display: block;
    font-size: 20px;
}
