
/************ Edit by Abhishek Start ****************/
.dev_box {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.dev_box img {
    margin: 0 auto 30px;
    display: block;
    max-width: 66px;
}
.dev_box a {
    display: inline-block;
    font-family:'open sans';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4f9ad0;
    border-bottom: 1px solid #4f9ad0;
    text-decoration: none;
}
.dev_box p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}
.dev_box h2 {
    font-size: 18px !important;
    line-height: 30px  !important;
    margin-bottom: 5px  !important;
    display: inline-block;
    width: 100%;
    color: #333333;
    font-weight: 600 !important;
    font-family: "Open Sans";
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}
.dev_box h2:after {
    content: '';
    display: inline-block;
    width: 43px;
    height: 3px;
    background-color: #aacbed;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
}
.portfolio-section{background:url(https://cdnnyusoft.r.worldssl.net/services/images/angular-js-development/portfolio-background.jpg) center;background-repeat:no-repeat;background-size:100% 100%;padding: 77px 0;}
.portfolio-section h2,.ourclientarea h2{font-family:open sans;font-size:40px;color:#000;font-weight:bold;text-align:center;margin-bottom:10px;}
.portfolio-section p,.ourclientarea p{font-family:open sans;font-size:14px;color:#000;line-height:28px;font-weight:normal;text-align:center;margin-bottom:100px;}
.portfolio-section p{font-size:16px;}
.portfolio-section .portfolio-box1{background-color:#f97895;}
.portfolio-section .portfolio-box2{background-color:#17afd5;}
.portfolio-section .portfolio-box3{background-color:#1cc084;}
.portfolio-section .portfolio-box4{background-color:#d9a750;}
.portfolio-section .portfolio-box{position:relative;width:570px;min-height:262px;border-radius:8px;perspective:1286px;}
.portfolio-section .portfolio-box .img,
.portfolio-section .portfolio-box img{position:absolute;left:25px;top:-50px;max-width:230px; max-height:320px;box-shadow:30px 0 25px rgba(0,0,0,.2);transition:.5s all;transform:translate3d(11px, -14px, 0px) scale3d(1.05, 1, 1) rotateX(30deg) rotateY(36deg) rotateZ(-21deg) skew(-8deg, 2deg);transform-style:preserve-3d;}
.portfolio-section .portfolio-box:hover .img,
.portfolio-section .portfolio-box:hover img{transform:translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);transform-style:preserve-3d;transition:0.5s all;}
/*.projectlist-content{display:inline-block;padding:0;}*/
.projectlist-content h3{color:#fff;font-size:20px;font-family:open sans;font-weight:600;margin-bottom:11px;}
.projectlist-content p{color:#fff;font-size:16px;font-family:open sans;line-height:24px;margin-bottom:0px;text-align:left;min-height:48px;}
.projectlist-content a{color:#fff;font-size:14px;text-transform:uppercase;font-family:open sans;font-weight:700;cursor:pointer;margin:33px 0 0 0;display:inline-block;}

.planning_section {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 90px 0;
    background-color: #127ba4;
    position: relative;
    counter-reset: section;
}
.planning_section .container {
    overflow: visible;
}
.planning_section ul li {
    display: inline-block;
    width: calc(20% - 8px);
    float: left;
    margin: 0 5px;
    background-color: #ffffff;
    position: relative;
    padding: 70px 0;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    font-size: 24px;
    font-family:open sans;
    font-weight: bold;
    box-shadow: 0px 30px 79px 30px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0px 30px 79px 30px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 30px 79px 30px rgba(0,0,0,0.13);
    counter-increment: section;
    z-index: 1;
}
.planning_section ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
    border: 2px solid;
}
.planning_section ul li:nth-child(1):before {
    border-color: #f1c982;
}
.planning_section ul li:nth-child(2):before {
    border-color: #cb82f1;
}
.planning_section ul li:nth-child(3):before {
    border-color: #82e8f1;
}
.planning_section ul li:nth-child(4):before {
    border-color: #f19f82;
}
.planning_section ul li:nth-child(5):before {
    border-color: #82a1f1;
}
.planning_section ul li:first-child {
    margin-left: 0;
}
.planning_section ul li:last-child {
    margin-right: 0;
}
.planning_section ul li:nth-child(even) {
    margin-top: 30px;
}
.planning_section ul li:after {
    content: "0" counter(section) "";
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
    color: #ffffff;
    font-size: 80px;
    opacity: 0.3;
    z-index: -1;
}

.accordion_container {
    border: 1px solid #747474;
    background-color: #ffffff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.accordion_container:before {
    content: '';
    display: inline-block;
    height: 73px;
    background-color: #0083d7;
    position: absolute;
    left: -20px;
    right: -20px;
    margin: auto;
    top: 92px;
    z-index: 1;
}



.Codeigniter-development.laraveldevelopment-banner .bannerinner-content h6 {
    margin-bottom: 15px;
}
.smptext ul {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.smptext ul li {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}
.with_span.sec_title {
    text-align: left;
    font-weight: normal;
    max-width: 500px;
}
.with_span.sec_title b {
    font-weight: bold;
}
.smptext ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    height: 18px;
    width: 18px;
    background-image: url(../images/list-star.svg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.sym_sec span {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    font-family: "Open Sans";
    padding: 0;
    margin: 20px 0 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.render_expertise_sec .sec_title.with_span {
    max-width: 100%;
}
.render_box {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
.render_box img {
    display: block;
    margin: 0 auto 20px !important;
    max-width: 84px;
}
.render_box h2 {
    font-family: "Open Sans";
    font-size: 20px;
    color: #333333;
    line-height: normal;
    padding-bottom: 15px;
}
.render_box p {
    font-family: "Open Sans";
    font-size: 16px;
    color: #5e5e5e;
    margin: 0;
    line-height: 24px;
}
.render_expertise_sec {
    display: inline-block;
    width: 100%;
    background-color: #f4fcfe;
    padding: 60px 0 30px;
    text-align: center;
}
.render_expertise_sec .sec_title.with_span {
    text-align: center;
    padding-bottom: 50px;
}


.uiuxfocus-content-innner h2,
.laraval-framworkdiscription .uiuxdesign-title{
    color:#333333;
    line-height:45px;
    font-weight: bold;
    font-family:open sans;
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 0;
}
.laraval-framworkdiscription .paregraphcontent {
    margin: 0;
    line-height: normal;
    font-weight: normal;
    font-family: open sans;
    font-size: 32px;
    color: #333333;
}
.dummytxtsection01 {
    padding: 30px 0;
}
.dummytxtsection01.resp_pg {
    padding: 50px 0;
}
.dummytxtsection01.resp_pg .with_span.sec_title {
    max-width: 100%;
}
.dummytxtsection01.android_development {
    padding: 60px 0;
}
.smptext p {
    font-weight: normal;
    font-family: open sans; 
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.render_expertise_sec .col-md-3 {
    float: none;
    display: inline-block;
    width: calc(25% - 5px);
    vertical-align: top;
}
.codeIgniter_listing ul li {
    position: relative;
}
.codeIgniter_listing .smptext ul li {
    padding: 30px 15px 30px 80px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(50% - 15px);
    box-shadow: 0px 10px 30px 7px rgb(69 69 69 / 23%);
}
.codeIgniter_listing .smptext ul li:nth-child(2n) {
    margin-right: 0;
}
.codeIgniter_listing .smptext ul li:before {
    display: none;
}
.codeIgniter_listing .smptext ul li img {
    width: 48px;
    position: absolute;
    left: 15px;
    top: 20px;
}
.Codeigniter-development .col-sm-7 {
    width: 61%;
}
.Codeigniter-development .col-sm-5 {
    width: 39%;
}
.codeIgniter_listing .with_span.sec_title {
    max-width: 100%;
}
.aspnetdevelopmentpage .img, .aspnetdevelopmentpage img {
    margin: 0 auto;
    display: block;
}
.full_width.with_span.sec_title {
    max-width: 100%;
    text-align: center;
}
.logodesign-logoslider .DotController {
    display: none;
}
.laraval-framworkdiscription .paregraphcontent.margni_btm {
    margin-bottom: 15px;
}
.woocommerce-development .bannerinner-content h2,
.phpservicesDesign-content.bannerinner-content h2 {
    font-size: 40px;
}
.woocommerce-development .bannerinner-content h6,
.phpservicesDesign-content.bannerinner-content h6 {
    font-size: 20px;
    margin-top: 120px;
}
.woocommerce-development .bannerinner-content h6 {
    margin-top: 0;
}
.industries_section .col_3 {
    float: none;
    width: calc(25% - 5px);
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.industries_section {
    text-align: center;
    padding: 40px 0 60px;
}
.industries_section .container {
    overflow: visible;
}
.industries_section .with_span.sec_title {
    max-width: 100%;
    text-align: center;
}
.indust_box {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 8px 14px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 8px 14px 6px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 8px 14px 6px rgba(0,0,0,0.05);
}
.indust_box img {
    width: 100%;
}
.indust_box h3 {
    font-family:'open sans';
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    margin: 0;
    padding: 15px 0;
}
.phpservices {
    padding: 40px 0 60px;
    background-color: #e8f5fb;
}
.phpservices .container {
    max-width: 970px;
    overflow: visible;
}
.phpservices .blueroundbtn {
    padding: 5px 20px;
}

.faq_section {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background-color: #f4fcfe;
}
.faq_section .container {
    overflow: visible;
}
.accordion_container {
    border: 1px solid #747474;
    background-color: #ffffff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.accordion_container:before {
    content: '';
    display: inline-block;
    height: 73px;
    background-color: #0083d7;
    position: absolute;
    left: -20px;
    right: -20px;
    margin: auto;
    top: 92px;
    z-index: 1;
}
.custom_accordion {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 20px 27px 0px 27px;
    box-shadow: 0px 19px 49px 7px rgba(69,69,69,0.23);
    -webkit-box-shadow: 0px 19px 49px 7px rgba(69,69,69,0.23);
    -moz-box-shadow: 0px 19px 49px 7px rgba(69,69,69,0.23);
}
.accordion_title {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
    margin-bottom: 20px;    
    font-family: open sans;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    padding-right: 20px;
    position: relative;
}
.accordion_title i {
    position: absolute;
    right: 0;
    top: 5px;
    color: #333333;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.accordion_title.content_opend i,
.accordion_title.content_opend {
    color: #0083d7;
}
.accordion_title.content_opend i {
    transform: rotate(-180deg);
}
.accodion_content {
    font-family: open sans;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #333333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}
.sec_title {
    font-family: open sans;
    font-weight: bold;
    color: #333333;
    font-size: 32px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
/************ Edit by Abhishek End ****************/

@media screen and (max-width: 1200px){
    .portfolio-section .portfolio-box{width:100%;}
    .uiuxfocus-content-innner h2,
    .laraval-framworkdiscription .uiuxdesign-title,
    .bannerinner-content h2 {line-height: normal;font-size: 40px;}
    .render_expertise_sec .col-md-3 {width: calc(33.33% - 5px);}
    .bannerinner-content h6 {font-size: 24px;}
    .aspnetdevelopmentpage .img, .aspnetdevelopmentpage img {margin-bottom: 30px;}
    .laraval-framworkdiscription .paregraphcontent {font-size: 28px;}
    .portfolio-section h2, .ourclientarea h2 {font-size: 34px;}
    .portfolio-section .portfolio-box .img, .portfolio-section .portfolio-box img {left: 15px;max-width: 150px;}
    .projectlist-content {padding: 26px 24px 15px 210px;min-height: 200px;}
    .planning_section ul li {font-size: 20px;}
    .planning_section ul li:after {font-size: 60px;}
    .phpservicesDesign-content.bannerinner-content h2 br {display: none;}
    .phpservicesDesign-content.bannerinner-content h6 {margin-top: 60px;}
    .industries_section {padding: 30px 0 50px;}
}
@media screen and (max-width: 991px){
    .portfolio-section,.ourclientarea{padding:50px 0px 50px 0px;}
    .portfolio-slider.slick-slider{padding-bottom:71px;}
    .portfolio-section .portfolio-box {margin-bottom: 30px;}
    .render_box h2 {font-size: 18px;}
    .render_expertise_sec .sec_title.with_span {padding-bottom: 40px;}
    .sec_title {font-size: 28px;line-height: normal;}
    .uiuxfocus-content-innner h2,
    .laraval-framworkdiscription .uiuxdesign-title,
    .phpservicesDesign-content.bannerinner-content h2,
    .woocommerce-development .bannerinner-content h2,
    .bannerinner-content h2 {font-size: 34px;margin-bottom: 10px;}
    .render_expertise_sec .col-md-3 {width: calc(50% - 5px);}
    .Codeigniter-development .col-sm-5,
    .Codeigniter-development .col-sm-7 {width: 100%;}
    .laraval-framworkdiscription .paregraphcontent {font-size: 24px;}
    .bannerinner-content h6 {font-size: 22px;}
    .portfolio-section h2, .ourclientarea h2 {font-size: 30px;}
    .portfolio-section p, .ourclientarea p{line-height:24px;}
    .portfolio-section .portfolio-box {min-height: 1px;margin-bottom: 80px;}
    .portfolio-section.white_bg {padding-bottom: 0;}
    .planning_section ul li {font-size: 14px;padding: 50px 0;}
    .planning_section {padding: 60px ​0 40px;}
    .planning_section ul li:after {font-size: 40px;top: -25px;}
    .woocommerce-development .bannerinner-content h6,
    .phpservicesDesign-content.bannerinner-content h6 {font-size: 18px;margin-top: 0;}
    .framework-services-box .left_div h3,
    .indust_box h3 {font-size: 20px;}
    .industries_section .col_3 {width: calc(33% - 5px);}
    .phpservices, .industries_section {padding: 40px 0;}
    .smptext ul li {width: 100%;}
}
@media screen and (max-width: 767px){
    body {font-size: 14px;}
    .render_box h2 {font-size: 18px;}
    .render_box p {font-size: 14px;}
    .sec_title {font-size: 22px;}
    .render_expertise_sec .sec_title.with_span {padding-bottom: 30px;}
    .dev_box p {font-size: 14px;line-height: 22px;}  
    .dev_box h2 {font-size: 16px !important;}
    .dummytxtsection01.android_development {padding: 60px 0;}
    .bannerinner-content h6 {font-size: 18px;}
    .uiuxfocus-content-innner h2,
    .laraval-framworkdiscription .uiuxdesign-title,
    .phpservicesDesign-content.bannerinner-content h2,
    .woocommerce-development .bannerinner-content h2,
    .bannerinner-content h2 {font-size: 28px;}
    .smptext p {font-size: 14px;line-height: 22px;}
    .dummytxtsection01.resp_pg {padding: 30px 0;}
    .portfolio-section h2, .ourclientarea h2 {font-size: 24px;}
    .laraval-framworkdiscription .paregraphcontent {font-size: 22px;}
    .accordion_container {padding: 15px;}
    .custom_accordion {padding: 15px 15px 0 15px;}
    .accordion_title {padding-bottom: 15px;margin-bottom: 15px;}
    .planning_section {text-align: center;padding: 40px 0 0px;}
    .planning_section ul li {float: none;width: calc(30% - 8px);margin-bottom: 30px;}
    .framework-services-box .left_div h3,
    .indust_box h3 {font-size: 18px;}
    .phpservices,
    .industries_section {padding: 30px 0;}
    .framework-services-box {margin-top: 20px;}
}
@media screen and (max-width: 600px){
    .render_expertise_sec .col-md-3 {width: 100%;}
    .uiuxfocus-content-innner h2,
    .laraval-framworkdiscription .uiuxdesign-title,
    .phpservicesDesign-content.bannerinner-content h2,
    .woocommerce-development .bannerinner-content h2,
    .bannerinner-content h2 {font-size: 24px;}
    .laraval-framworkdiscription .paregraphcontent {font-size: 20px;}
    .industries_section .col_3 {width: calc(50% - 5px);}
    .framework-services-box {padding: 15px;}
    .framework-services-box .right_div {width: 100px;}
    .framework-services-box .left_div {width: calc(100% - 100px);}
    .framework-services-box .right_div img {margin: 0 auto 30px;display: block;max-width: 80px;}
    .view_more_btn {padding-right: 15px;}
    .view_more_btn:after {font-size: 12px;top: 4px;}
}
@media screen and (max-width: 575px){
    .planning_section ul li {width: calc(49% - 8px);}
    .framework-services-box .left_div h3, .indust_box h3 {font-size: 16px;}
}
@media screen and (max-width: 480px){
    .portfolio-section .portfolio-box1 .img,
    .portfolio-section .portfolio-box2 .img,
    .portfolio-section .portfolio-box3 .img,
    .portfolio-section .portfolio-box4 .img,
    .portfolio-section .portfolio-box1 img,
    .portfolio-section .portfolio-box2 img,
    .portfolio-section .portfolio-box3 img,
    .portfolio-section .portfolio-box4 img{left: 0;right: 0;margin: auto;top: -30px;bottom: inherit;}
    .projectlist-content {padding: 200px 15px 15px;}
    .uiuxfocus-content-innner h2,
    .laraval-framworkdiscription .uiuxdesign-title,
    .portfolio-section h2, .ourclientarea h2,
    .phpservicesDesign-content.bannerinner-content h2,
    .woocommerce-development .bannerinner-content h2,
    .bannerinner-content h2 {font-size: 22px;}
    .industries_section .col_3 {width: 100%;}
    .planning_section ul li {width: 100%;margin: 0 0 30px 0;}
}


/************* Edit by abhishek - 20/12/2021 - Happy new year 2022 Start ****************/
/*body .fusion-footer .fusion-footer-copyright-area,
body .fusion-footer .fusion-footer-widget-area {
    background-color: transparent !important;
}
.fusion-footer {
	background-image: url(../images/Footer.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	background-color: #042957;
}
body {
	cursor: url(../images/snowflake.svg), auto;
}
.fusion-body .fusion-page-title-bar {
	margin-bottom: 160px;
}
.home.fusion-body .fusion-page-title-bar {
	margin-bottom: 0;
}
.fusion-page-title-bar {
	position: relative;
}
.fusion-page-title-bar::after {
    content: '';
    width: 416px;
    height: 199px;
    position: absolute;
    background-image: url(../images/2023.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    left: 0;
    right: 0;
    bottom: -160px;
    margin: auto;
    z-index: 999;
}
.home .fusion-page-title-bar::after {
	bottom: 0;
}
.case_study_page {
    margin-top: 30px;
}
@media (max-width: 1200px) {	
	.home .fusion-page-title-captions h1.entry-title {line-height: 1.4;}
	.fusion-page-title-bar::after {width: 294px;height: 140px;}
	.fusion-body .fusion-page-title-bar {margin-bottom: 110px;}
	.fusion-page-title-bar::after {bottom: -110px;}
	.home.fusion-body .fusion-page-title-bar {height: auto !important;}
	.home .fusion-page-title-bar-center .fusion-page-title-captions {padding: 50px 0 140px;}
	.fusion-page-title-bar::after {width: 250px;height: 120px;}
}
@media (max-width: 600px) {
	.home .fusion-page-title-bar-center .fusion-page-title-captions {padding: 50px 0 100px;}
	.fusion-page-title-bar::after {width: 180px;height: 90px;}
	.fusion-body .fusion-page-title-bar {margin-bottom: 80px;}
	.fusion-page-title-bar::after {bottom: -80px;}
}*/
/************* Edit by abhishek - 20/12/2021 - Happy new year 2022 Start ****************/