

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #818181;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

main > section {
    padding: 70px 0;
}



.box-c:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 30px solid #fbf7f7;
   /* border-left: 30px solid #fff;*/
    /* -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    display: block;
    width: 0;
}


.box-c.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}


.box-c.rounded:before {
    border-width: 8px;
    border-color: #323232 #323232 transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.box-c i {
    font-size: 50px;
    background: #ffffff;
    border-radius: 50%;
    width: 100px;
    color: #1459e6;
    line-height: 1.9;
    height: 100px;
    text-align: center;
}


.box-c h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 23px;
    margin-bottom: 18px;
    font-weight: 500;
}


.box-c:hover i {
    background: #00abff;
    color: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}
/* home page portfolio start */
section.home-portfolio {  width: 100%; padding: 40px 0; }
section.home-portfolio .portfolio-list { width: 100%; }
section.home-portfolio .portfolio-list .portfolio-box { width: 60%; float: left; position: relative; margin: 0 0 30px 0;}
section.home-portfolio .portfolio-list .portfolio-box img { border-top-left-radius: 50px; }
section.home-portfolio .portfolio-list .portfolio-box .info {background-color: transparent;
    background-image: linear-gradient(96deg,#0c0082 0%,#e66a4e 100%); 
    position: absolute; right: -148px;
    width: ;
    width: 240px; padding: 30px 20px;  border-top-right-radius: 30px; top: 30px; }
section.home-portfolio .portfolio-list .portfolio-box h3 { padding: 0; margin: 0; color: #ffffff; font-size: 19px; font-weight: 600; }
section.home-portfolio .portfolio-list .portfolio-box p { font-size: 15px; line-height: 1.5em; color: #ffffff; padding:10px 0 0 0; margin: 0; }
section.home-portfolio .portfolio-list .portfolio-box .more-btn { 
    /*background-color: transparent;
    background-image: linear-gradient(96deg,#2410dc 0%,#9289f1 100%);*/
            background: white;
    border-radius: 8px;
    color: #100f0f;
    border: 1px solid #9181ea;
    transition: 0.6s all;
    font-size: 16px;
    margin: 130px 0 0 0;
    text-align: center;
    text-transform: uppercase; }
section.home-portfolio .portfolio-list .portfolio-box .more-btn a { display: block; width: 100%; height: 10%; color:inherit; padding: 15px 25px;}
section.home-portfolio .portfolio-list .portfolio-box .more-btn:hover { background:#8c60ea;; color: white; transition: 0.6s all;  }
/* sdfsrfg*/
/*box-d section*/

.box-d {
    /*position: relative;
    box-shadow: 4px 2px 3px 1px rgba(0, 0, 0, 0.06);
    background: #fbf7f7;*/
}



.box-d.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.box-d.rounded:before {
    border-width: 8px;
    border-color: #323232 #323232 transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.box-d i {
    font-size: 50px;
    background: #ffffff;
    border-radius: 50%;
    width: 100px;
    color: #1459e6;
    line-height: 1.9;
    height: 100px;
    text-align: center;
}
.box-d img {
    font-size: 50px;
    background: #ffffff;
    border-radius: 50%;
    width: 100px;
    color: #1459e6;
    line-height: 1.9;
    height: 100px;
    text-align: center;
}


.box-d h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.box-d:hover i {
    background: #00abff;
    color: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}



.box-d {
    margin-right: 12px;
    margin-bottom: 12px;
   /* position: relative;
    min-height: 256px;

    box-shadow: 4px 2px 3px 1px rgba(0, 0, 0, 0.06);
    background: #fbf7f7;*/
}
.tel{
    color: black;
}

.box-d:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 30px solid #fbf7f7;
   /* border-left: 30px solid #fff;*/
    /* -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    display: block;
    width: 0;
}


.box-d.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}


.box-d.rounded:before {
    border-width: 8px;
    border-color: #323232 #323232 transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.box-d i {
    font-size: 50px;
    background: #ffffff;
    border-radius: 50%;
    width: 100px;
    color: #1459e6;
    line-height: 1.9;
    height: 100px;
    text-align: center;
}


.box-d h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 23px;
    margin-bottom: 18px;
    font-weight: 500;
}


.box-d:hover i {
    background: #00abff;
    color: #fff;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}
/* servicess sections*/

/*industry new design*/
.home-industry-sec {
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.home-industry-sec {
    padding: 0px 0 70px 0;
    text-align: center;
}
.home-industry-sec:before {
    background: url(..img/industry/new/industry-pattern1.png) no-repeat;
    position: absolute;
    left: 0;
    top: -120px;
    content: "";
    width: 586px;
    height: 671px;
    z-index: -1;
    opacity: 0.5;
}
.page-main, .page-contain, .our-portfolio, footer .footer-main-address, .footar-bottom, .comany-pro, .website-portfolio, .test_box1, .privecy-box {
    width: 923px;
}
/*.page-main {
    margin: 0 auto;
    width: 1170px;
    clear: both;
}*/
.home-industry-sec h2 {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 34px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 0 22px 0;
}
.home-industry-sec h2 span {
    color: #1b67b4;
}
.home-industry-sec p {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px 0;
    text-align: center;
}
.home-industry-sec .home-industry ul {
    margin: 0 0 0 -30px;
    padding: 0;
}
.clearfix:after {
    clear: both;
    display: block;
    content: "";
    visibility: hidden;
}
.home-industry-sec .home-industry ul li {
    margin: 0 -2px;
    padding: 30px 0 0 30px;
    list-style: none;
    display: inline-table;
    vertical-align: top;
    width: 20%;
}
.home-industry-sec .home-industry .box {
    padding: 25px 8PX;
}
.home-industry-sec .home-industry .box {
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.10);
    padding: 2px;
    border-radius: 10px;
    position: relative;
    min-height: 208px;
}
.home-industry-sec .home-industry .icon {
    margin: 20px 0 30px 0;
}
.home-industry-sec .home-industry h3 {
    font-family: Verdana,Geneva,sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
     color: #09085f;
    padding: 0 0 10px 0;
}
.home-industry-sec .home-industry .box:after {
    box-shadow: 0 12px 20px rgba(0,0,0,0.08);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80%;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: -1;
}

#reg-id input type['text']  {
    width: 20%;
}
.right{
        font-size: 20px !important;
    /*text-align: justify;*/
    hyphens: auto;
    color: white;
    margin-top: 75px;
}

@media(max-width: 768px){
    .abt-block{
        height: auto !important;
    }
    .right{
        font-size: 16px !important;
    /*text-align: justify;*/
    hyphens: auto;
    color: white;
    margin-top: 75px;
}
}