h2.About-heading {
    color: #333333;
    font-size: 44px;
    margin: 0 0 22px 0;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins' !important;
}

h2.About-heading span {
    color: #0093fb;
}

section p {
    color: #666666;
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins' !important;
    line-height: 26px;
}
section button.btn {
    background: #0093FB;
    color: #ffffff !important;
    width: auto;
    height: 55px;
    border: 2px solid #0093FB;
    margin: 0 8px 0 0;
    border-radius: 100px;
    padding: 0 8px 0 20px;
    font-weight: 700;
    outline: none !important;
    text-align: left;
    transition: ease all 0.5s;
    display: inline-block;
    vertical-align: middle;
}

section button.btn span:last-child {
        width: 36px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 0 0 10px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding-top: 7px;
}

section button.btn span {
    display: inline-block;
    vertical-align: middle;
}

section button.btn span:last-child::before {
    content: "";
    width: 7px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/home/next.png');
    background-repeat: no-repeat;
}

section button.btn:hover {
    background: transparent;
    border-color: #0093fb;
    color: #0093fb !important;
}

section button.btn:hover span:last-child {
    background: #0093fb;
}

section button.btn:hover span:last-child::before {
    section button.btn: hover span:last-child;
    section button.btn: hover span:last-child;
    section button.btn: hover span:last-child;
    background-image: url(../images/home/next-2.png);
}

section button.btn:hover {
    background: transparent;
    border-color: #0093fb;
    color: #0093fb !important;
}

section button.btn:hover span:last-child {
    background: #0093fb;
}

section button.btn:hover span:last-child::before {
    section button.btn: hover span:last-child;
    section button.btn: hover span:last-child;
    section button.btn: hover span:last-child;
    background-image: url(../images/home/next-2.png);
}

section a.common-btn-style.contact-btn {
    width: 210px;
    height: 55px;
    padding: 8px;
    font-weight: 300;
    font-size: 16px;
    border-color: #616976;
    border-radius: 100px;
    border: 2px solid #616976;
    background-color: transparent;
    color: #616976;
    outline: none !important;
    display: inline-block;
    vertical-align: middle;
    transition: ease all 0.5s;
}

section a.common-btn-style.contact-btn span {
    display: inline-block;
    vertical-align: middle;
}

section a.common-btn-style.contact-btn span:last-child {
    width: 36px;
    height: 35px;
    background-color: #616976;
    border-radius: 100%;
    margin: 0 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section a.common-btn-style.contact-btn:hover {
    background: #616976;
    color: white;
}

section a.common-btn-style.contact-btn:hover span:last-child {
    background: white;
}

section a.common-btn-style.contact-btn:hover span:last-child::before {
    background-image: url(../images/home/next.png);
}

section a.common-btn-style.contact-btn span:last-child::before {
    content: "";
    background-image: url(../images/home/next-2.png);
    width: 7px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
section.banner {
    text-align: center;
    background: url('../images/website-design/Banner.jpg');
    margin: 101px 0 0 0;
    padding: 50px 0 20px;
    background-repeat: no-repeat;
	background-size: cover;
}

section.banner p {
    padding: 0 10%;
    margin-bottom: 20px;
}

.portfolio-grid {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.portfolio-grid ul {
    list-style: none;
}

section.implement .inner-details img {
    max-height: 78px;
}

.portfolio-grid ul li {
    display: inline-block;
    vertical-align: top;
}

section {
    float: left;
    width: 100%;
    padding: 40px 0;
}
section.implement .inner-details {
    text-align: center;
    min-height: 365px;
    padding: 30px 15px;
    margin-top: 30px;
    background: white;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

.inner-details ul {
    margin-top: 20px;
}

.inner-details ul li {
    list-style: none;
    margin-bottom: 5px;
}

.inner-details ul li span {
    color: #666666;
    font-size: 14px;
    margin: 0;
    font-family: 'Poppins' !important;
    line-height: 26px;
}

.inner-details ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #666666;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}
.inner-details h3 {
    color: #333333;
    font-size: 24px;
    font-family: 'Poppins' !important;
}

section.portfolio {
    background: url('../images/website-design/BG.jpg');
    background-size: 100% 100%;
    text-align: center;
}
p.center {
    text-align: center;
    margin-bottom: 20px;
}


section.implement {
    background: url('../images/website-design/Implement-Bg.png');
    background-size: 100% 100%;
    text-align: center;
}

.inner-circle::after {
    content: "";
    width: 125%;
    display: inline-block;
    border: 1px dashed #565656;
    position: absolute;
    right: -114%;
    top: 72px;
}

.inner-circle {
    display: inline-block;
    width: auto;
    padding: 25px 0 35px;
    height: auto;
    background: url('../images/website-design/counter-circle.png');
    background-repeat: no-repeat;
    background-position: 55% 0%;
    min-width: 207px;
    position: relative;
}

.inner-circle h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

section.banner .inner-circle p {
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.s-4-inner {
    float: left;
    width: 100%;
    margin-top: 70px;
}
.inner-img {
    margin-left: -15px;
}
.inner-circle.last::after {
    width: 0;
    position: relative;
}

.inner h1 {
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins' !important;
    margin-bottom: 10px;
}

.container-fluid.custom {
    padding: 0;
    overflow: hidden;
}

.container-fluid.custom img {
    margin-top: 30px;
    border-radius: 6px;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.inner-img img {
    width: 100%;
}

@media (min-width:320px) and (max-width:435px){
section.banner {
    margin: 0px 0 0 0;
    padding: 20px 0 20px;
}
.inner h1 {
    font-size: 22px;
}
section.banner p {
    padding: 0 0%;
}
section p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
	text-align-last: center;
}
p.center {
    text-align: justify;
}
section a.common-btn-style.contact-btn {
	width: 197px;
	margin-top: 15px;
	font-size: 12px;
	height: 50px;
	padding: 6px;
}
section a.common-btn-style.contact-btn span:first-child{
	width: 130px;
	text-align: left;
	padding-left: 12px;
}
.s-4-inner {
    margin-top: 40px;
}
.inner-circle::after {
    width: auto;
    position: relative;
    right: 0;
}
section button.btn {
    height: 50px;
    font-size: 12px;
    margin: 0;
}
h2.About-heading {
    font-size: 22px;
    margin: 0 0 15px 0;
}
section .inner-details {
    text-align: center;
}
.inner-details ul {
    margin-top: 10px;
    text-align: left;
}
.container-fluid.custom {
    padding: 0 15px;
}




}

@media (min-width:436px) and (max-width:767px){
section.implement .inner-details {
    text-align: center;
    min-height: auto;
}
section.banner {
    margin: 83px 0 0 0;
    padding: 20px 0 20px;
}
.inner h1 {
    font-size: 22px;
}
section.banner p {
    padding: 0 0%;
}
section p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
	text-align-last: center;
}
p.center {
    text-align: justify;
    text-align-last: center;
}
section a.common-btn-style.contact-btn {
	width: 197px;
	margin-top: 0px;
	font-size: 12px;
	height: 50px;
	padding: 6px;
}
section a.common-btn-style.contact-btn span:first-child{
	width: 125px;
	text-align: left;
	padding-left: 6px;
}
.s-4-inner {
    margin-top: 40px;
}
.inner-circle::after {
    width: auto;
    position: relative;
    right: 0;
}
section button.btn {
    height: 50px;
    font-size: 12px;
}
h2.About-heading {
    font-size: 22px;
    margin: 0 0 15px 0;
}
section .inner-details {
    text-align: center;
}
.inner-details ul {
    margin-top: 10px;
    text-align: left;
}
.container-fluid.custom {
    padding: 0 15px;
}
.s-4-inner .col-md-4.col-sm-6.col-xs-12 {
    width: 215px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}



}

@media (min-width:768px) and (max-width:1023px){
section.banner {
    margin: 83px 0 0 0;
}
.container-fluid.custom {
    padding: 0 15px;
}
section.implement .inner-details {
    text-align: center;
    min-height: 390px;
}
.s-4-inner .col-md-4.col-sm-6.col-xs-12 {
    width: 215px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.inner-circle::after {
    display: none;
}
h2.About-heading {
    font-size: 34px;
}
section p {
    font-size: 15px;
}


}

@media (min-width:768px) and (max-width:991px){
section .inner-details {
    text-align: center;
}
section.implement .inner-details {
    min-height: 360px;
}
section .inner-details  ul{
    text-align: left;
}
}
@media (min-width:1024px) and (max-width:1179px){
.inner-circle::after {
	display: none;
}
h2.About-heading {
    font-size: 38px;
}
section.implement .inner-details {
    min-height: 420px;
}



}

@media only screen and (min-width:2101px){
.inner-img img {
    width: auto;
    display: block;
    float: right;
}
section p {
    font-size: 18px;
    line-height: 30px;
}
.inner-details ul li span {
    font-size: 16px;
    line-height: 26px;
}
.inner-circle::after {
    right: -155%;
}
.container-fluid.custom {
    max-width: 1240px;
}
section.banner p {
    font-size: 18px;
    line-height: 30px;
}

}
