body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    overflow-x: hidden;
}

a {
    color: #ffffff;
    transition: .3s all ease;
}

a:hover
{
    text-decoration: none;
    color: #e96529;
}

p
{
    margin: 0;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 700;
    margin: 0;
    color: #e96529;
}


h2
{
    font-size: 38px;
    position: relative;
    line-height: 46px;
    font-weight: 600;
}

section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

input:focus, button:focus, textarea:focus
{
    outline:none !important;
}


.btn {
    position: relative;
    color: #e96529;
    z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    border: 1px solid #e96529;
    padding: 12px 20px;
    transition: .3s all ease-in-out;
    background: transparent;
    border-radius: 0;
    font-weight: 600;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    background: #e96529;
    height: 100%;
    z-index: -1;
    left: 0;
    transition: .3s all ease-in-out;
    width: 0%;
}

.btn:hover:before {
    width: 100%;
}

.btn:hover
{
    color: #fff !important;
}

header {
    position: relative;
    z-index: 11;
}

.top-bar {
    border-bottom: 1px solid #e2e2e3;
    padding: 4px 0;
}

.header-social ul {
    display: flex;
}

ul {
    margin: 0;
    padding: 0;
}

/*ol, ul{*/
/*    list-style: circle;*/
/*    padding-left: 2rem;*/
/*}*/

a{
    color: #e96529 !important;
}
.header-number ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-social ul li a svg path {
    fill: #e96529;
}

.header-social ul li a {
    display: inline-block;
    margin: 0 6px;
}

.header-number ul li a {
    display: inline-block;
    margin-left: 30px;
}

.header-number ul li a svg path {
    fill: #e96529;
}

.header-number ul li a {
    color: #000000;
}

.header-number ul li a:hover {
    color: #e96529;
}

a {
    transition: .3s all ease-out;
    text-decoration: none;
}

.header-number ul li a svg {
    margin-right: 6px;
}

.header-menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-menu ul li a {
    display: inline-block;
    color: #000;
    margin: 0 19px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    text-shadow: 0px -4px 8px #cdcaca;
}

.header-menu {
    padding: 20px 0;
}

.header-number ul li:first-of-type a svg {margin-top: -4px;}

.logo a img {
    max-width: 100%;
}

.header-menu ul li a.btn {
    color: #e96529;
    background: transparent;
    border-color: #e96529;
    text-shadow: none;
}

.header-menu ul li a:hover {
    color: #e96529;
}

.header-menu ul li a.btn:hover {
    color: #fff;
}

.banner-area {
    padding: 0;
    margin-top: -128px;
}

/*.banner-area .container {*/
/*    height:100vh;*/
/*    background: url(../images/banner-vector.png) no-repeat 20% center / contain;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*}*/



.banner-area .container {
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position:relative;
    z-index:1;
    overflow:hidden;
}


.banner-area .container video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    transition: 2s all ease-in-out;
    /*object-position: 0px 0%;*/
    object-fit: contain !important;
    z-index:-1;
    width:75%;
}

.header-menu ul li:last-of-type a {
    margin-right: 0;
}

.banner-area p {
    color: #000;
    font-style: italic;
    margin-bottom: 20px;
    max-width: 70%;
}

.banner-area h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.banner-area .row {
    width: 100%;
}

.banner-area h1 {
    margin-bottom: 20px;
    margin-top: 4px;
    font-size: 38px;
    line-height: 50px;
}

.services-area {
    background: url(../images/home-about.jpg) no-repeat 0 0 / cover;
}

.services-area h2 {
    color: #fff;
    text-align: center;
    max-width: 60%;
    margin: 0 auto 50px;
}

.services-area .nav-tabs {
    justify-content: center;
    max-width: 84%;
    margin: auto;
    border-bottom: 2px solid #fff;
    margin-bottom: 60px;
}

.services-area .nav-tabs li a {
    background: transparent;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 40px;
    transition: .3s all ease-in-out;
    border-radius: 0;
    border: 5px;
    position: relative;
    z-index: 1;
}

.services-area .nav-tabs li a:hover, .services-area .nav-tabs li a:focus {
    color: #fff;
    background: #000;
}

.services-area .nav-tabs li a.active {
    background: #000;
    color: #fff;
}

.services-area .nav-tabs li a::before {content: "";position: absolute;left: 0;bottom: 0;height: 4px;width: 0%;background: #d9d9d9;transition: .3s all ease-in-out;}

.services-area .nav-tabs li a:hover:before {
    width: 100%;
}

.services-area .nav-tabs li a.active::before {
    width: 100%;
}

.service-img {
    text-align: center;
    position: relative;
    z-index: 1;
}

.service-img::before {
    content: "";
    height: 460px;
    width: 440px;
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    top: -20px;
    transform: rotate(-32.91deg);
    opacity: .8;
}

.services-area .tab-content p {
    font-size: 18px;
    line-height: 26px;
}

.services-area .tab-content .row {
    align-items: center;
}

.services-area .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
}

.services-area .tab-content ul li {
    max-width: 50%;
    width: 100%;
    font-size: 18px;
    position: relative;
    padding-left: 24px;
    margin-top: 10px;
}

.services-area .tab-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 8px;
    width: 8px;
    border: 2px solid #fff;
    border-radius: 40px;
}

.about-area p {
    color: #000;
    margin: 10px 0 20px;
}

.about-area .row {
    align-items: center;
}

.about-area img {
    transform: scaleX(-1);
    animation: pulse 2s linear infinite;
}

.about-area .btn {
    width: 200px;
    padding: 16px 0px;
    font-size: 18px;
}

.top-cta .container {
    text-align: center;
    padding: 40px 0 50px;
    border-radius: 30px 30px 0px 30px;
    background: url(../images/cta-bg.jpg) no-repeat 0 0 / cover;
    /* background: linear-gradient(225deg, rgba(227,125,23,1) 40%, rgba(237,145,52,1) 81%); */
    position: relative;
    z-index: 1;
}

.top-cta {
    padding: 0;
    margin-top: 40px;
}

.top-cta h2 {
    color: #ffffff;
    max-width: 60%;
    margin: 0px auto 30px;
    font-size: 30px;
    line-height: 44px;
    font-weight: 800;
}

.top-cta .top-cta-number {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.top-cta .top-cta-number a {
    margin: 0 20px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
    transition: .3s all ease-in-out;
}

.top-cta .top-cta-number a img {
    margin-right: 14px;
    animation: swing 1s linear infinite;
}

.top-cta .top-cta-number a::before {
    /* content: ""; */
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: -1;
    top: 0;
    border-radius: 10px 0px 10px 10px;
}

.top-cta .btn {
    display: inline-block;
    margin-top: 30px;
    border-color: #e96529;
    color: #ffffff !important;
    width: 300px;
    padding: 16px 0;
    font-size: 18px;
    background: #e96529;
}

.top-cta .btn::before {
    background: #fff;
}

.top-cta .btn:hover {
    color: #000 !important;
    border-color: #fff;
}

.top-cta .top-cta-number a:hover {color: #e96529;}

.top-cta .top-cta-number a:last-of-type::before {
    border-radius: 10px 10px 10px 0px;
}

.content-area p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin: 12px 0 20px;
}

.content-area {
    min-height: 460px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 80px 0;
}

/*.content-area::before {*/
/*    background: url(../images/designbakerz-portfolio.png) no-repeat center / contain;*/
/*    min-height: 460px;*/
/*    width: 56%;*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    animation: pulse 4s linear infinite;*/
/*}*/

/*.content-area1::before {*/
/*    right: auto;*/
/*    left: 0;*/
/*    background-image: url("../images/selleroptics-portfolio.png");*/
/*}*/

/*.content-area2::before {*/
/*    background-image: url("../images/anesthasia-portfolio.png");*/
/*}*/

/*.content-area3::before {*/
/*    background-image: url("../images/fasilite-portfolio.png");*/
/*}*/

/*.content-area4::before {*/
/*    background-image: url("../images/tollpays.png");*/
/*}*/

/*.content-area5::before {*/
/*    background-image: url("../images/tollpays-port.png");*/
/*}*/

.content-area figure {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
}

.content-area figure img {
    max-width: 100%;
}

.content-area1 figure {
    right: auto;
    left: 0;
}

.content-area3 figure {
    max-width: 42%;
    top: -40px;
}

.content-area h2 {
    text-transform: capitalize;
    font-size: 32px;
    line-height: 40px;
}

.content-area::after {
    content: "K";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 500px;
    color: #e96529;
    font-weight: 900;
    z-index: -1;
    opacity: .1;
}

.content-area1::after {
    left: auto;
    right: 0;
    transform: scale(-1);
}

.marketing-section {
    background: url(../images/cta-bg.jpg) no-repeat 0 0 / cover;
    padding: 80px 0;
}

.marketing-section h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin: 4px 0 20px;
    color: #000000;
}

.marketing-section .marketing-txt {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #ebebeb;
    transition: .3s all ease-in-out;
}

.marketing-section .marketing-txt:hover {
    transform: translateY(-10px);
}

/*.top-cta .container::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: -46px;*/
/*    border-left: 60px solid #040507;*/
/*    border-right: 0px solid transparent;*/
/*    border-bottom: 50px solid transparent;*/
/*    transform: scaleX(-1);*/
/*    z-index: -1;*/
/*}*/

.top-cta .container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: -11;
    border-radius: 30px 30px 0px 30px;
}

.marketing-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .5;
}

footer {
    background: #000;
    padding: 40px 0 0;
}

.footer-logo a {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-social ul {
    display: flex;
    margin-top: 22px;
}

.footer-social ul li a svg {
    fill: #ffffff;
}

.footer-social ul li a {
    height: 38px;
    width: 38px;
    border: 2px solid #ea7826;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    border-radius: 8px;
    background: #e96529;
    margin-bottom: 0;
    transition: .3s all ease-in-out;
}

.footer-social ul li a:hover {
    background: #000;
}

footer h4 {
    font-size: 22px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.footer-links {padding-left: 100px;}

.footer-links ul li a {
    display: inline-block;
    margin-top: 14px;
}

.footer-location h5 {
    color: #fff;
    font-size: 16px;
}

.footer-location {
    margin-top: 20px;
}

footer h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40%;
    background: #fff;
}

.footer-links ul {
    margin-top: 6px;
}

.copyrights {
    background: #101010;
    padding: 14px 0;
}

footer .footer-links-wrap {
    padding-bottom: 60px;
}

.copyrights [class*='col-']:last-of-type {
    text-align: right;
}

.copyrights [class*='col-']:last-of-type a {
    border-right: 2px solid #fff;
    display: inline-block;
    line-height: 18px;
    padding: 0 18px;
}

.copyrights [class*='col-']:last-of-type a:last-of-type {
    border-right: 0;
    padding-right: 0;
}

.header-menu ul li.dropdown a {
    padding-right: 16px;
}

.header-menu ul li.dropdown a:not(.header-menu ul li.dropdown ul li a)::after {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    padding: 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 10px;
}

.header-menu ul li.dropdown ul {
    position: absolute;
    left: 0;
    display: block;
    width: 300px;
    background: #e96529;
    transition: .3s all ease-in-out;
    transform: scale(0);
}

.header-menu ul li.dropdown ul li a {
    font-size: 15px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff !important;
    text-shadow: none;
    transition: .3s all ease-in-out;
}

.header-menu ul li.dropdown ul li a:hover {
    background: #000;
}

.header-menu ul li.dropdown:hover ul {
    transform: scale(1);
}

.menu-toggle
{
    display: none;
}

.why-us-area {
    background: url(../images/home-about.jpg) no-repeat 0 0 / cover;
}

.why-us-area h2 {
    text-align: center;
    color: #fff;
}

.why-us-area p:not(.why-us-area .row p) {
    text-align: center;
    max-width: 70%;
    margin: 14px auto 10px;
}

.why-us-area h5 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 60px;
}

.why-us-area .why-txt-area {
    background: #fff;
    border-radius: 30px;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    height: 100%;
    transition: .3s all ease-in-out;
    box-shadow: 0px 0px 20px #fbfbfb;
}

.why-us-area .why-txt-area span {
    color: #e96529;
    font-weight: 800;
    font-size: 90px;
    opacity: .1;
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: -1;
    letter-spacing: -2px;
}

.why-us-area .why-txt-area p {
    color: #afaeae;
    font-size: 14px;
    margin: 10px 0 0;
}

.why-us-area .why-txt-area h4 {
    font-size: 20px;
}

.why-us-area .row [class*='col-'] {
    padding: 0 8px;
}

.why-us-area .why-txt-area:hover {
    transform: translate(0px, -20px);
}

.about-section h4 {
    position: relative;
    z-index: 1;
    font-size: 30px;
    min-height: 205px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 200px;
    color: #000;
}

.about-section h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 205px;
    width: 196px;
    background: url(../images/about-vectr1.png) no-repeat 0 0;
    z-index: -1;
}

.about-section h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 229px;
    width: 236px;
    background: url(../images/about-vectr2.png) no-repeat 0 0;
    z-index: -1;
}

.about-section p {
    color: #000;
    max-width: 84%;
    margin: 50px 0;
    line-height: 30px;
    text-align: justify;
}

.about-section .row {
    align-items: center;
    justify-content: center;
}


.about-section1 {
    margin-top: 100px;
    background: radial-gradient(49.88% 49.88% at 50.12% 50.12%, #F36F2F 35.94%, #F69236 100%);
}

.about-section1 .about-section1-txt p {
    color: #717171;
    font-size: 15px;
    max-width: 88%;
    margin: auto;
}

.about-section1 .about-section1-txt h4 {
    color: #717171;
    padding-bottom: 4px;
    border-bottom: 2px solid #717171;
    display: inline-block;
    margin-bottom: 16px;
    margin-top: 0px;
}

.about-section1 .about-section1-txt {
    padding: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}


.about-section1 .accordion .card {
    background: transparent;
    border-radius: 0;
    margin-bottom: 23px;
    border-color: #fff;
}

.about-section1 .accordion .card .btn {
    width: 100%;
    border: 0;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.about-section1 .accordion .card .card-header {
    padding: 0;
    border-radius: 0;
    border-color: #fff;
}

.about-section1 .accordion .card .btn::after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    right: 30px;
    top: 20px;
    transition: .3s all ease-in-out;
}

.about-section1 .accordion .card .btn.collapsed::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-section1 .accordion .card .btn:hover:before {
    background: #fff;
}

.about-section1 .accordion .card .btn:hover {
    color: #000;
}

.about-section1 .accordion .card .btn:hover:after {
    border-color: #000;
}

.about-section1 .accordion .card .btn:focus
{
    outline: none !important;
    box-shadow: none !important;
}

.our-team h2 {
    font-size: 40px;
    text-align: center;
}

.our-team p {
    color: #000;
    max-width: 80%;
    text-align: center;
    margin: 14px auto 0px;
}

.our-team .row {
    margin-top: 40px;
}

.our-team .team-img {
    margin-top: 30px;
    transition: .3s all ease-in-out;
}

.our-team .team-img img {
    width: 100%;
    border-radius: 10px;
}

.our-team .team-img:hover {
    transform: translateY(-10px);
}

.industry-area {
    background: url(../images/industry-bg.jpg) no-repeat 0 0 / cover;
    margin-top:120px;
}

.industry-content {
    padding-right: 50px;
}

.industry-content h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 10px;
}

.industry-icons {
    text-align: center;
}

.industry-icons .industry-img {
    height: 150px;
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: .3s all ease-in-out;
}

.industry-icons .industry-img img {
    max-width: 100%;
}

.industry-icons [class*='col-'] {
    margin-top: 40px;
}

.industry-icons h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
}

.industry-icons [class*='col-']:nth-child(odd) img {
    animation: swing 1.5s linear infinite;
}

.industry-icons [class*='col-']:nth-child(even) img {
    animation: pulse 1s linear infinite;
}

.industry-icons [class*='col-']:hover .industry-img {
    background: #fff;
}

.industry-area .row:not(.industry-icons .row) {
    align-items: center;
}

.process-area-wrap {
    display: flex;
    justify-content: space-between;
    align-items:center;
    position: relative;
    margin: 80px 0;
}

.process-area-wrap .process-area-content {
    max-width: 40%;
    width: 100%;
}

.process-area-wrap .process-area-img {
    max-width: 40%;
    width: 100%;

}

.process-area-wrap .process-area-img img {
    max-width: 100%;
}

.process-area-wrap .process-area-border {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 58%;
    width: 1px;
    border: 1px dashed #dbd5d5;
    top: 180px;
}

.process-area-wrap::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 120px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: -1;
    font-family: 'Abril Fatface';
    height: 40px;
    width: 40px;
    background: #FE5C36;
    border-radius: 50%;
    border: 12px solid #FFB8A8;
}

.process-area-wrap .process-area-content h4 {font-size: 30px;font-weight: 500;}

.process-area-wrap .process-area-content p {
    font-size: 16px;
    color: #000;
    margin-top: 14px;
    line-height: 30px;
}

.process-area-wrap:last-of-type .process-area-border {
    display: none;
}

.process-area {
    background: #fbf8f8;
}

.process-area-wrap1::before {
    background: #000;
    border-color: #ededed;
}

.process-area-wrap1 .process-area-content h4 {
    color: #000000;
}

.process-area-wrap::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #e96529;
    top: 0;
}

.process-area-wrap:nth-child(1):after {
    content: "2023";
}

.process-area-wrap:nth-child(2):after {
    content: "2020";
}

.process-area-wrap:nth-child(3):after {
    content: "2017";
}

.process-area-wrap:nth-child(4):after {
    content: "2014";
}

.process-area-wrap:nth-child(5):after {
    content: "2011";
}

.process-area-wrap:nth-child(6):after {
    content: "2007";
}

.process-area-wrap:nth-child(7):after {
    content: "2004";
}

.portfolio-wrap .app-item a {
    height: 350px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
    box-shadow: 10px 10px 20px #c7bfbf;
}

.portfolio-wrap .tab-pane .app-item {
    max-width: 32%;
    width: 100%;
    margin-top: 30px;
}

.portfolio-wrap .portfolio-tab-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portfolio-wrap .nav-tabs {
    border: 0;
    justify-content: center;
    margin-bottom: 30px;
}

.portfolio-area {
    background: #edecec;
}

.portfolio-wrap .nav-tabs li a {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 20px;
    color: #fff !important;
    border: 0;
    transition: .3s all ease-in-out;
    margin: 0;
    background: #e96529;
    border-radius: 0;
    margin: 0 4px;
}

.portfolio-wrap .nav-tabs li a:hover {
    box-shadow: none;
    border: 0;
    background: #000000;
    color: #fff;
}

.portfolio-wrap .nav-tabs li a.active {
    border: 0;
    background: #000000;
    color: #fff;
    border-radius: 0;
}

.fancybox-slide--iframe .fancybox-content
{
    height: 100% !important;
    z-index: -11;
}

.services-page h1 {
    color: #fff;
    max-width: 58%;
    margin: 0 auto;
    font-size: 2.2rem;
    line-height: 3rem;
}

.services-page {
    text-align: center;
    padding: 80px 0;
}

.services-page p {
    margin: 20px auto 20px;
    max-width: 80%;
    color: #000;
    line-height: 28px;
}

.services-page .btn {
    color: #fff !important;
    border-color: #fff;
}

.services-page .btn::before {
    background: #fff;
    color: #000;
}

.services-page .btn:hover {
    color: #000 !important;
}

.services-content-area {
    padding: 0px 0;
}

.services-content-area h2 {
    font-size: 30px;
    line-height: 40px;
}

.services-content-area p {
    color: #000;
    margin: 14px 0;
    line-height: 26px;
}

.services-content-area img {
    max-width: 100%;
}

.services-content-area .row {
    align-items: center;
}

.services-content-area1 {
    background: url(../images/cta-bg.jpg) no-repeat 0 0 / cover;
    text-align: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.services-content-area1 h2 {
    max-width: 90%;
    margin: auto;
    font-size: 50px;
    line-height: 64px;
    color: #fff;
}

.services-content-area1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
}

.services-content-area2 {
    background: #f9f9f9;
    text-align: center;
}

.services-content-area2 h2 {
    margin-bottom: 30px;
    font-size: 50px;
}

.services-content-area [class*='col-']:first-of-type {
    padding-right: 80px;
}

.services-content-area3 .container {
    text-align: center;
    color: #000;
    box-shadow: 0px 0px 20px #c1bcbc;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    background: #fff;
}

.services-content-area3 h2 {
    max-width: 60%;
    margin: auto;
}

.services-content-area3 p {
    max-width: 80%;
    margin: 20px auto;
}

.services-content-area3 .btn {
    width: 250px;
    padding: 18px 0;
    font-size: 18px;
}

.services-content-area3 .container::before {
    content: "";
    position: absolute;
    right: -70px;
    top: -60px;
    height: 200px;
    width: 200px;
    background: #e96529;
    z-index: -1;
    border-radius: 100%;
    opacity: .3;
    animation: pulse 1s linear infinite;
}

.services-content-area3 .container::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -60px;
    height: 200px;
    width: 200px;
    background: #e96529;
    z-index: -1;
    border-radius: 100%;
    opacity: .3;
    animation: pulse 1s linear infinite;
}

.services-content-area4 {
    background: #f9f9f9;
}

.services-content-area4 .row {
    align-items: center;
}

.services-content-area4 p {
    color: #000;
}

.services-content-area4 h2 {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
}

.service-page-slider h2 {text-align: center;color: #fff;margin-bottom: 30px;}

.services-content-area5 p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    max-width: 80%;
    margin: 30px 0;
}

.services-content-area5 h2 {

    max-width: 80%;

    text-shadow: 0px -2px 4px #d7d3d3;
}

.services-content-area5 .row {
    align-items: center;
}

.services-content-area5 span {
    font-size: 150px;
    font-weight: 800;
    color: #e96529;
    opacity: .1;
    position: absolute;
    right: 0;
    top: 10px;
}

.services-content-area5 [class*='col-'] {
    position: relative;
}

.service-page-slider {
    background: url(../images/home-about.jpg) no-repeat 0 0 / cover;
    padding: 80px 0;
}

.owl-mobile-service .item {
    padding: 40px 20px;
    background: #fff;
    border-radius: 7px;
    color: #a9a9a9;
    position: relative;
}

.owl-mobile-service .item p {
    font-size: 14px;
    margin-top: 10px;
}

.owl-mobile-service .item span {
    font-size: 50px;
    position: absolute;
    right: 20px;
    font-weight: 900;
    color: #e96529;
    opacity: .2;
    top: 34px;
}

.owl-mobile-service .item h4 {
    font-size: 22px;
}

.owl-mobile-service .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-mobile-service .owl-dots button {
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 4px;
}

.owl-mobile-service .owl-dots button.active {
    background: #fff;
}

.services-content-area6 h2 {
    text-align: left;
}

.services-content-area6 ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.services-content-area6 ul li {
    color: #000;
    margin: 6px 10px;
}

.services-content-area6 ul li svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
}

.services-content-area6 ul li svg path, .services-content-area6 ul li svg polyline {
    stroke: #e96529;
}

.services-content-area5 .app-img-area::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    height: 192px;
    width: 181px;
    background: url(../images/bg1.png) no-repeat 0 0 / contain;
    z-index: -1;
    transform: scaleX(-1);
}

.services-content-area7 img {
    max-width: 30%;
    margin: auto;
    display: block;
}

.services-content-area7 h2 {
    font-size: 38px;
}

.services-content-area7 .row {
    align-items: center;
}

.services-content-area7 p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-top: 20px;
}

.services-content-area7 {
    padding: 0;
}

.services-content-area8 {
    background: url(../images/orange-bg.jpg) no-repeat 0 0 / cover;
}

.services-content-area8 h2 {
    text-align: center;
    color: #fff;
    font-size: 44px;
}

.services-content-area8 p {
    font-size: 18px;
    color: #fff;
    max-width: 60%;
    text-align: center;
    margin: auto;
    line-height: 30px;
    margin-top: 12px;
}

.services-content-area8 .row {
    margin-top: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.services-content-area8 .row p {
    max-width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 38px;
}

.services-content-area8 h3 {
    font-size: 42px;
    color: #020202;
}

.services-content-area8 .row::before {
    content: "Feedback";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 220px;
    z-index: -1;
    font-weight: 800;
    color: #ffffff;
    opacity: .2;
    bottom: 20px;
    text-shadow: 0px -10px 10px #959595;
}

.services-content-area9 h2 {
    text-align: center;
    font-size: 44px;
}

.services-content-area9 .row p {
    text-align: left;
    max-width: 100%;
    margin: inherit;
}

.services-content-area9 p {
    color: #000;
    max-width: 60%;
    text-align: center;
    margin: 14px auto 0;
    font-size: 18px;
    line-height: 30px;
}

.services-content-area9 .row {
    margin-top: 50px;
}

.services-content-area9 [class*='col-'] {
    padding: 0;
}

.services-content-area9 [class*='col-'] .our-work-area {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-content-area9 [class*='col-'] .our-work-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .2;
    z-index: -1;
}

.our-work-content {
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(233,101,41);
    background: linear-gradient(180deg, rgba(233,101,41,1) 0%, rgba(171,78,35,1) 52%);
    z-index: -1;
    transition: .6s all ease-in-out;
}

.our-work-content h4 {
    font-size: 50px;
    color: #fff;
}

.services-content-area9 .row .our-work-content p {
    font-size: 18px;
    color: #fff;
    margin: 14px 0 30px;
}

.our-work-content h5 {
    color: #fff;
    background: #e96529;
    padding: 16px 30px;
    font-size: 17px;
    border-radius: 10px 0px 10px 0px;
}

.services-content-area9 [class*='col-'] .our-work-area:hover .our-work-content {
    left: 0;
}

.about-area h2 {
    font-size: 32px;
}

.content-area figure span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 44%;
    height: 80px;
    width: 80px;
    background: #e96529;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 10px solid #fdd8c6;
    animation: pulse 1s linear infinite;
}

.content-area figure span svg {
    fill: #ffffff;
    height: 26px;
    width: 26px;
}

.content-area figure a:hover {
    color: #fff;
}

.contact-form-section {
    background: url(../images/industry-bg.jpg) 0px 0px / cover no-repeat;
}

.contact-form-section h2 {
    color: #fff;
    font-size: 30px;
}

.contact-form-section .contact-form .form-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 50px;
}

.contact-form-section .contact-form .form-group .input-control {
    max-width: 48%;
    width: 100%;
    min-height: 50px;
    background: transparent;
    border: 2px solid #fff;
    margin-bottom: 20px;
    padding: 0 14px;
    color: #fff;
    border-radius: 4px;
}

.contact-form-section .contact-form .form-group .input-control::placeholder {
    color: #fff;
}

.contact-form-section .contact-form {
    margin-top: 20px;
}

.contact-form-section .contact-form .form-group textarea.input-control {
    max-width: 100%;
    min-height: 150px;
    padding: 14px;
    resize: none;
}

.contact-form-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 94%;
    align-items: center;
}

.contact-form-section .contact-form .contact-form-btn .btn {
    border-color: #fff;
    color: #000;
    padding: 12px 40px;
    font-size: 18px;
    background: #fff;
}

.contact-form-section .contact-form .contact-form-btn .btn::before {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

.contact-form-section .contact-form .contact-form-btn .btn:hover {
    color: #fff;
    border-color: #000000;
}

.location-address {
    text-align: center;
    border: 2px dashed #FFF;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 30px;
    color: #fff;
}

.location-address p {
    margin: 10px 0;
}

.location-address h4 {
    color: #fff;
}

.contact-email a {
    display: block;
    font-weight: 600;
        color: #000 !important;
}

.contact-email a:hover {
    color: #000 !important;
}

.contact-form-section .row {
    align-items: center;
}

.location-address h4 svg {
    margin-right: 10px;
    vertical-align: text-top;
}

.services-content-area9 .bg-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.services-content-area9 .bg-container iframe {
    transform: scale(1.3);
}

.services-content-area9 .bg-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
    opacity: .2;
}

.website-development-content img {
    max-width: 100%;
}

.website-development-content .mobile-area2 {
    padding: 60px 0;
}

.privacy-terms p {
    color: #000;
    margin-bottom: 20px;
}

.privacy-terms h4 {
    margin-bottom: 10px;
}

.privacy-terms ul li {
    color: #000;
    position: relative;
    z-index: 1;
    padding-left: 24px;
    margin-bottom: 6px;
}

.privacy-terms ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.privacy-terms ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 8px;
    width: 8px;
    background: #e96529;
    border-radius: 100px;
}

.owl-reviews .item {
    padding: 30px 20px;
    background: #fff;
    border-radius: 7px;
    color: #a9a9a9;
    position: relative;
    text-align: center;
}

.owl-reviews .item p {
    font-size: 14px;
    margin-bottom: 14px;
}

.owl-reviews .item span {
    font-size: 50px;
    position: absolute;
    right: 20px;
    font-weight: 900;
    color: #e96529;
    opacity: .2;
    top: 34px;
}

.owl-reviews .item h4 {
    font-size: 18px;
}

.owl-reviews .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-reviews .owl-dots button {
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 4px;
}

.owl-reviews .owl-dots button.active {
    background: #fff;
}

.testimonials-area h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}

.testimonials-area {
    padding: 60px 0;
}

.portfolio-page p {max-width: 100%;margin-top: 20px;}

.home-blogs h2 {
    text-align: center;
    margin-bottom: 40px;
}

.home-blogs .blog-content img {
    max-width: 100%;
}

.home-blogs .blog-content {box-shadow: 0px 0px 10px #e7dfdf;padding: 10px 10px 30px;border-radius: 10px;text-align: center;background: #fff;transition: .3s all ease-in-out;}

.home-blogs .blog-content:hover
{
    transform: translate(0px, -20px);
    box-shadow: 0px 0px 20px #afafaf;
}



.home-blogs .blog-content span.post_title {
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 24px 0 0;
}

.home-blogs .blog-content .post_time {
    font-size: 14px;
    color: #e9e9e9;
    display: block;
    font-style: italic;
    margin-bottom: 16px;
}

.home-blogs .blog-content .btn {
    padding: 10px 30px;
}

.home-blogs {
    background: #fbfbfb;
}

.thankyou-page h1 {font-size: 60px;}

.thankyou-page h4 {font-size: 20px;}

.contact-form-section .contact-form .form-group .input-control option {
    color: #000;
}
o
.app-img-area img {max-width: 100%;}


.web-design-page
{
    padding:40px 0;
}

#contact_form label.error {
    display: none !important;
}

.contact-form-section .contact-form .form-group .input-control.error {
    border-color: #f00;
    background: #ff00000f;
}

.single-single-sidebar-left table {
    color: #000;
}

.single-single-sidebar-left table tr td {
    padding: 0 10px;
}



