.bg-grey {
    background: #f8f8f8
}

.headingtxt {
    color: #260e58
}

.headingcontent,
li {
    color: #000
}

.section-head h3,
.section-head h2 {
    font-weight: 600
}

@media only screen and (max-width:766px) {
    .hero-image {
        background-image: none !important
    }

    .call-do-action-content p {
        width: 95%;
        margin: auto
    }
}

.service-single-items h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px
}

.section-head .fact-heading {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 600
}

.about-single-thumb img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 10px
}

.section-head h5 {
    font-size: 16px;
    font-weight: 600;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.section-head h3 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 0
}

.section-head h2 {
    text-transform: capitalize;
    font-size: 39px;
    margin-bottom: 20px
}

.section-head h2 span {
    text-transform: capitalize;
    color: red
}

.section-head p {
    color: #393939;
    line-height: 1.5;
    padding: 25px 0 0;
    margin: 0
}

.section-head-bar {
    position: relative;
    display: block
}

.section-head-bar::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: red;
    transform: skewX(45deg)
}

.section-head-bar::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: red;
    transform: skewX(-45deg)
}

.single-content p {
    margin: 0
}

.content-single-icon {
    color: red;
    font-size: 45px;
    float: left;
    margin-right: 28px;
    display: block
}

.inner-content-title {
    font-family: "Rubik", Sans-serif;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.service-section {
    background: #f4f7fc
}

.service-number {
    color: red;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-right: 50px;
    line-height: 2
}

.service-number::after {
    content: "";
    height: 1px;
    width: 30px;
    background: red;
    position: absolute;
    top: 18px;
    left: 32px
}

.service-title h2 {
    font-size: 32px;
    margin-bottom: 0;
    transition: .3s
}

.service-title:hover h2 {
    color: red
}

.service-text p {
    margin: 21px 0
}

.service-catagory ul li {
    list-style: none;
    transition: .1s;
    padding: 5px 0
}

.service-catagory ul li {
    text-decoration: none;
    color: #232323;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: block
}

.service-catagory ul li:hover {
    color: red;
    padding-left: 15px
}

.team-area .team-member-title .team-name {
    font-size: 22px;
    margin: 20px 0 7px
}

.team-area .team-member-single-box {
    text-align: center;
    position: relative;
    transition: .5s
}

.team-area .team-member-single-box:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 8%)
}

.team-area .team-member-title span {
    transition: .5s
}

.team-area.team-section .section-head h5 {
    margin-bottom: 17px;
    color: red;
    font-family: 'Rubik';
    font-weight: 500;
    letter-spacing: 0
}

.team-area.team-section .section-head h3 {
    font-size: 38px;
    margin-bottom: 0;
    font-family: 'Rubik'
}

.team-area.team-section .team-member-single-box.two {
    margin-top: 30px
}

.team-area.team-section .section-content-text p {
    margin: 16px auto 0;
    width: 53%;
    text-align: center;
    font-family: "Fira Sans", sans-serif
}

.team-area.team-section .team-member-single-thumb {
    box-shadow: none;
    padding: 0;
    overflow: hidden
}

.team-area.team-section .team-social-address-two ul li {
    list-style: none;
    display: block;
    margin-right: 0;
    margin-bottom: 9px
}

.team-area.team-section .team-social-address-two {
    top: 19%;
    right: 17%;
    left: 76%;
    z-index: 2;
    position: absolute
}

.team-area.team-section .team-member-single-thumb:before {
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgb(92, 92, 92, .3);
    border-radius: 10px;
    z-index: 1;
    transition: .7s;
    opacity: 0;
    transform: skewX(0deg)
}

.team-area.team-section .team-member-single-thumb:after {
    display: none
}

.team-area.team-section .team-member-single-box:hover .team-member-single-thumb:before {
    height: 100%;
    opacity: 1
}

.team-area.team-section .team-social-address-two ul li:nth-child(1) a {
    transition-delay: 0.4s
}

.team-area.team-section .team-social-address-two ul li:nth-child(2) a {
    transition-delay: 0.2s
}

.team-area.team-section .team-social-address-two ul li:nth-child(3) a {
    transition-delay: 0s
}

.team-area.team-section .team-social-address-two ul li a:hover {
    background: #fff;
    color: red
}

.team-area.team-section .team-social-address-two ul li a {
    background: red;
    width: 43px;
    height: 43px;
    line-height: 43px;
    transition-delay: .3s;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    display: inline-block;
    border-radius: 100%;
    color: #fff
}

.team-area.team-section .team-member-single-box .team-social-address-two.active ul li a {
    transform: translateY(0);
    opacity: 1;
    overflow: hidden;
    visibility: visible
}

.team-area.team-section .team-member-single-box:hover {
    box-shadow: none
}

.team-area.team-section .team-member-single-box:hover .team-member-title span {
    opacity: 1
}

.team-area.team-section .team-member-title h2 {
    font-weight: 500
}

.team-area.team-section .team-member-icon span {
    display: inline-block;
    background: #FF3903;
    height: 49px;
    width: 49px;
    line-height: 49px;
    border-radius: 100%;
    color: #FFBD93;
    transition: .5s;
    font-size: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    cursor: pointer
}

.team-member-icon {
    position: absolute;
    left: 40%;
    top: -24px
}

.team-area.team-section .team-member-single-box:hover .team-member-content-two {
    filter: drop-shadow(-1px 6px 10px rgba(32, 46, 60, .20))
}

.team-area.team-section .team-member-content-two {
    position: relative;
    padding: 20px 20px 40px;
    text-align: center;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: -64px;
    filter: drop-shadow(-1px 6px 3px rgba(32, 46, 60, .06));
    z-index: 1;
    transition: .5s
}

.team-area.team-section .team-member-content-two:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
    z-index: -1;
    border-radius: 10px
}

.choose-us-section {
    background: url(/static/images/dtLwgzH.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.choose-us-section p {
    color: rgba(255, 255, 255, .8)
}

.choose-us-thumb img {
    width: 100%;
    height: auto
}

.choose_us .content-single-icon i {
    font-size: 30px;
    color: #fff;
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    transition: .5s
}

.choose_us .content-single-icon i:hover {
    border: 1px solid red;
    background: red
}

.counter-icon {
    font-size: 50px;
    color: red;
    margin-right: 20px
}

.counter-text .number {
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block
}

.counter-text span {
    font-weight: 500;
    font-size: 34px;
    color: #232323
}

.counter-title .fact-text {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff
}

.counter-single-item-inner {
    padding: 12px 0
}

.counter-section.cotech-stats {
    background: linear-gradient(rgba(17, 26, 58, .75), rgba(17, 26, 58, .75)), transparent url(/static/images/u2QcjjK.jpg) no-repeat center/cover;
    padding: 79px 0 66px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.counter-section.cotech-stats .counter-content {
    background: rgba(255, 0, 0, .7);
    padding: 36px 0 38px;
    text-align: center
}

.counter-section.cotech-stats .section-head h2 {
    font-size: 35px;
    margin-bottom: 25px
}

.counter-section.cotech-stats .counter-text span {
    color: #fff
}

.counter-section.cotech-stats .counter-single-item-inner {
    text-align: center
}

.team-member-social-icon ul {
    position: absolute;
    top: 30%;
    right: -10px;
    background: #fff;
    padding: 15px;
    transition: .3s;
    opacity: 0;
    z-index: 1
}

.team-member-social-icon ul li {
    list-style: none;
    padding: 4px 0
}

.team-member-social-icon ul li a {
    color: red
}

.single-team-member:hover .team-member-social-icon ul {
    position: absolute;
    right: -1px;
    opacity: 1
}

.team-member-intro-section {
    background: #fff;
    padding: 20px 0;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    box-shadow: 0 0 15px 0 rgba(32, 46, 0, .06);
    transition: .3s;
    z-index: 1
}

.team-member-intro-section h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: .5s
}

.team-member-intro-section h2:hover {
    color: red
}

.team-member-intro-section p {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 1px
}

.team-section-head.team-section {
    background: #fff
}

.team-section-head.team-section .section-head h3 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 26px
}

.team-section-head.style-2 {
    background: #f4f7fc
}

.appointment-section-thumb img {
    width: 100%
}

.appointment-content-section {
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 50px 0 rgba(32, 46, 0, .06)
}

.appointment-content h3 {
    font-size: 25px
}

.appointment-input {
    width: 100%;
    background: #F4F7FC;
    padding: 15px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    transition: .4s
}

.appointment-input:focus {
    border-color: red;
    box-shadow: 0 0 0 3px rgb(255, 60, 0, .3) !important;
    outline: 0
}

textarea::placeholder {
    color: #000
}

.appointment-submit-btn {
    width: 100%;
    background: red;
    padding: 12px;
    border: 1px solid red;
    border-radius: 5px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s
}

.appointment-submit-btn:hover {
    background: #cc3000
}

.appointment-section-thumb {
    position: relative
}

.mycss {
    background-color: #f53838;
    height: 309px;
    width: 595px;
    border-radius: 238px 14px 170px 0;
    position: relative;
    top: 186px;
    z-index: 1;
    right: 53px
}

.appointment-section-thumb img {
    position: absolute;
    z-index: 2;
    top: -194px;
    left: 94px
}

@media only screen and (max-width:1199px) {
    .mycss {
        width: 507px
    }

    .appointment-section-thumb img {
        top: -136px;
        left: 72px
    }
}

@media only screen and (max-width:991px) {
    .mycss {
        height: 226px;
        width: 391px;
        top: 225px;
        right: 46px
    }

    .appointment-section-thumb img {
        top: -104px;
        left: 16px
    }
}

@media only screen and (max-width:768px) {
    .mycss {
        display: none
    }

    .appointment-section-thumb img {
        display: none
    }
}

.process-section .section-head {
    text-align: center
}

.process-section .section-head h2 {
    color: #232323 !important
}

.section-head-bar-2 {
    position: relative;
    margin: auto
}

.section-head-bar-2::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: red;
    transform: skewX(45deg)
}

.section-head-bar-2::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: red;
    transform: skewX(-45deg)
}

.process-single-item {
    text-align: center
}

.process-single-thumb {
    border: 4px solid transparent;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 9px 0 rgba(24, 35, 51, .09);
    transition: 0.3s
}

.process-single-thumb img {
    border: 10px solid #fff;
    border-radius: 50%
}

.process-single-item:hover .process-single-thumb {
    border-color: red
}

.process-number {
    position: absolute;
    top: 45%;
    left: -25px;
    background: red;
    color: #fff;
    padding: 15px 18px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    transition: .5s
}

.process-single-item:hover .process-number {
    position: absolute;
    top: 30%
}

.process-number:before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    height: 90px;
    width: 90px;
    background: red;
    border-radius: 50%;
    opacity: .4;
    z-index: -1
}

.process-number:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    height: 65px;
    width: 65px;
    background: red;
    border-radius: 50%;
    opacity: .5;
    z-index: -1
}

.process-content-title h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 25px 0 15px;
    margin-bottom: 0
}

.process-content p {
    margin: 0
}

.process-section.style-seven .process-content {
    padding: 0 20px 0
}

.process-section.style-seven .process-single-thumb:before {
    display: none
}

.call-do-action-section.style-seven .call-do-action-content p {
    margin: 19px auto 0
}

.call-do-action-section.style-seven .section-head h2 {
    font-size: 35px
}

.call-do-action-section {
    background: linear-gradient(rgba(17, 26, 58, .75), rgba(17, 26, 58, .75)), transparent url(https://i.imgur.com/hIUnthF.jpg) no-repeat center/cover
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: red;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: murad 1s linear infinite;
    animation: murad 1.5s linear infinite;
    -webkit-transition: .5s;
    font-size: 28px;
    z-index: 1
}

@-webkit-keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4), 0 0 0 5px rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4), 0 0 0 5px rgba(255, 255, 255, .4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

@keyframes murad {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4), 0 0 0 5px rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4), 0 0 0 5px rgba(255, 255, 255, .4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

.call-do-action-content .sub-title {
    font-size: 40px
}

.call-do-action-content p {
    width: 35%;
    margin: auto
}

.subscribe-section {
    background: #252628
}

.footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: 1px solid #4d4d4d
}

.subscribe-section-icon {
    color: red;
    font-size: 50px
}

.subscribe-section-title .subscribe-font {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 25px;
    margin: 25px 0
}

.subscribe-input-field {
    position: relative
}

.subscribe-mail-box {
    width: 100%;
    padding: 15px 0 15px 10px;
    border-radius: 5px;
    border: #fff
}

.subscribe-submit-btn {
    border: 1px solid red;
    border-radius: 3px;
    background: red;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: 18px;
    right: 5px;
    padding: 10px 30px;
    transition: .3s
}

.subscribe-submit-btn:hover {
    background: #b32a00
}

.cda-2-container.two {
    position: relative;
    margin-bottom: -80px
}

input.subscribe-mail-box {
    outline: 0
}

.content-single-items {
    margin-bottom: 40px
}

.content-inner h2 {
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    transition: .5s
}

.content-inner h2:hover {
    color: red
}

.content-inner h2::before {
    content: '';
    position: absolute;
    right: 0;
    width: 60px;
    height: 1px;
    bottom: -15px;
    background: #d1d1d1;
    transition: .6s
}

.content-inner .content-title-inner::before {
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    height: 1px;
    bottom: -15px;
    background: #d1d1d1;
    transition: .6s
}

.content-inner p {
    color: #6d6d6d
}

.service-btn {
    mask-type: 15px;
    display: inline-block
}

.service-btn a {
    font-size: 14px;
    color: red;
    text-transform: uppercase;
    transition: .5s
}

.service-btn a i {
    opacity: 0
}

.service-btn:hover i {
    opacity: 1
}

.content-icon {
    font-size: 50px;
    color: red;
    margin: 0 20px
}

.video {
    width: 100%;
    height: 400px;
    margin: auto;
    display: block;
    border: none
}

.close-btn {
    width: 100px;
    height: 50px;
    display: block;
    margin: 50px auto;
    cursor: pointer;
    border: 2px solid #000;
    background-color: #fff
}

.popup-btn {
    padding-left: 10px
}

.video-popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 999;
    boxshadow: 10px 10px 10px 10px #000
}

.popup-bg {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100vh;
    position: absolute;
    cursor: crosshair
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: auto
}

.popup-title {
    padding: 30px;
    margin: 0 auto;
    color: red;
    text-transform: uppercase
}

.testimonial-area {
    background-color: #f4f6f7
}

.carousel {
    padding: 0 10px
}

.carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px
}

.carousel .carousel-item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.carousel .testimonial {
    padding: 10px 0 10px;
    text-align: center;
    line-height: 2;
    font-size: 1.1rem
}

.carousel .overview {
    font-style: italic
}

.carousel .overview b {
    text-transform: uppercase;
    color: #f53838
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none
}

.carousel-control-prev i,
.carousel-control-next i {
    background-color: transparent;
    color: red;
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    top: 50%;
    display: inline-block;
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000
}

.carousel-indicators {
    bottom: -40px
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 50%;
    border: none
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .2)
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .2)
}

.testimonial-text {
    box-shadow: 5px 5px 6px rgba(0, 0, 0, .06);
    padding: 10px 30px 30px 30px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative
}

.testimonial-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d45113;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0
}

@media only screen and (max-width:767px) {
    .testimonial-text {
        padding: 20px;
        text-align: center
    }
}

.page {
    min-height: 550px;
    font-size: 12px;
    padding: 6em 3.5em 3.5em;
    position: relative;
    z-index: 0;
    margin: 2em auto;
    border: .5px solid #ededed;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    background: #fff;
    display: none
}

.page.active {
    display: block
}

.page__wrapper {
    position: relative;
    height: 650px;
    overflow: auto
}

.page .controls {
    position: absolute;
    width: calc(100% - 6em);
    padding: .5em 0;
    top: 1.6em;
    left: 3em;
    color: #222;
    display: flex;
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 14px
}

.page .controls__name {
    flex: 1;
    text-align: left
}

.page .controls__name strong {
    display: inline-block;
    margin-right: 15px;
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: -3px
}

.page .controls .js-next,
.page .controls .js-prev,
.page .controls .js-back-to-1 {
    cursor: pointer;
    display: none;
    margin-left: 15px;
    font-weight: 700;
    text-transform: none
}

@media (min-width:100px) {
    .page {
        top: 0;
        left: 0;
        margin: 0;
        box-shadow: none
    }

    .page__wrapper {
        background: #fff
    }

    .page * {
        opacity: 0;
        transform: translateY(10px);
        transition: 0.3s ease
    }

    .page *:nth-child(odd) {
        transform: translateY(-10px)
    }

    .page.active {
        z-index: 10
    }

    .page.active * {
        opacity: 1;
        transform: translate(0, 0)
    }

    .page .controls .js-next,
    .page .controls .js-prev,
    .page .controls .js-back-to-1 {
        display: inline-block
    }

    .page .controls .js-back-to-1 {
        margin-left: 0
    }
}

@media (max-width:500px) {
    .page {
        padding: 6em 2.5em 2em
    }
}

.title {
    grid-column: 1 / -1;
    font-size: 25px;
    padding-bottom: 1rem;
    font-family: 'Abril Fatface';
    font-size: 2.5em;
    line-height: 1.2;
    margin-top: .5em
}

.title small {
    font-size: 25%;
    text-transform: uppercase;
    display: block;
    font-family: Libre Baskerville;
    letter-spacing: 1px;
    margin: 2em 0 1em;
    color: #999;
    width: 75%
}

.page-content {
    font-size: 17px;
    background-color: #fff;
    align-items: top
}

@media only screen and (max-width:767px) {
    .learn-more {
        position: relative
    }

    .learn-more-btn {
        position: absolute;
        bottom: 10px
    }

    .choose_us .content-single-icon i {
        line-height: 37px
    }
}

.cotech_two_service_section {
    padding: 25px 0 0
}

.cotech_two_service_section .service_content {
    padding-top: 70px
}

.cotech_two_service_section .service_content_box {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px 20px 30px 25px;
    z-index: 1;
    background-color: #fff;
    transition: 0.5s all ease-in-out;
    box-shadow: 0 20px 81px 0 rgba(8, 0, 20, .14)
}

.cotech_two_service_section .service_content_box:before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -3;
    border-radius: 10px;
    position: absolute;
    transition: 0.5s all ease-in-out;
    background-image: linear-gradient(45deg, #c00f0f 32%, #6b2c94 100%)
}

.cotech_two_service_section .service_content_box:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 10px;
    background-color: #fff
}

.cotech_two_service_section .service_content_box:hover {
    transform: translate(-7px, -7px);
    box-shadow: 0 20px 81px 0 rgba(8, 0, 20, .3)
}

.cotech_two_service_section .service_content_box:hover:before {
    transform: translate(7px, 7px)
}

.cotech_two_service_section .service_content_box .service_icon_box {
    width: 60px;
    margin-bottom: 18px
}

.cotech_two_service_section .service_content_box .service_icon_box .upper_icon svg {
    height: 48px;
    width: 48px;
    fill: #30347b
}

.cotech_two_service_section .service_content_box .service_text_box .section-link {
    color: #010101;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 1px
}

.cotech_two_service_section .service_content_box .service_text_box p {
    line-height: 1.5;
    color: #666
}

</style><style>.headingtxt {
    color: #260e58
}

.headingcontent,
li {
    color: #000
}

.section-head h3,
.section-head h2 {
    font-weight: 600
}

@media only screen and (max-width:766px) {
    .hero-image {
        background-image: none !important
    }

    .call-do-action-content p {
        width: 95%;
        margin: auto
    }
}

.service-single-items h2 {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px
}

.section-head .fact-heading {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 600
}