/*
Theme Name: Zoom IT
Theme URI: http
://thezoomit.com
Author: Muhammad Kamrul Hasan
Author URI: https://kamrulbd.com
Description: The theme is designed for Corporate, Multinational, Organization websites.
Version: 1.0.0
*/

/*@import url('https://fonts.googleaps.ciom/css2?family=Baloo+Paaji+2:wght@400;500;600;700;800&display=swap');*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Manrope', sans-serif !important;
    font-size: 16px !important;
    color: #111 !important;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Baloo Paaji 2', cursive;*/
    font-family: 'Manrope', sans-serif !important;
    font-weight: bold !important;
    margin-top: 0;
    line-height: inherit;
}

p {
    margin-top: 0;
    line-height: 23px;
}

ul {
    margin: 0 !important;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.top-bar span {
    width: 20%;
    height: 2px;
    float: left;
}

.top-bar .one {
    background: #31BCEE;
}

.top-bar .two {
    background: #F15A29;
}

.top-bar .three {
    background: #FFC80A;
}

.top-bar .four {
    background: #92278F;
}

.top-bar .five {
    background: #383795;
}

.fix {
    display: block;
    overflow: hidden;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #ddd;
    text-shadow: 1px 1px #222;
}

.text-black {
    color: #222;
}

.text-green {
    color: #F15A29;
    text-shadow: 1px 1px #41672A;
}

.text-green-check {
    color: #F15A29;
}

.text-blue {
    color: #31BCEE;
    text-shadow: 1px 1px #41672A;
}

.text-violet {
    color: #383795;
}

.text-purple {
    color: #92278F;
    text-shadow: 0px 0px #92278F;
}

.text-red {
    color: red;
}

.btn-blue {
    background: #31BCEE;
    color: #fff;
}

.btn-green {
    background: #F15A29;
    color: #fff;
}

.btn-violet {
    background: #383795;
    color: #fff;
}

.btn {
    border-radius: 25px;
    padding: 12px 20px;
}

.btn:hover {
    color: #fff;
    box-shadow: 0 0 12px #ddd;
}

.hr-icon {
    height: 5px;
    width: 70px;
    background: #F15A29;
    border-radius: 2px;
    position: relative;
    margin-left: 20px;
    left: 0;
    display: inline-block;
}

.hr-icon::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #F15A29;
    box-shadow: 9px 0 0 0 #F15A29, 18px 0 0 0 #F15A29;
}

/****************
Main CSS
****************/

.about-us-area,
.services-area,
.skills-area,
.product-area,
.testimonial-area,
.contact-area,
.blog-area,
.pricing-area,
.portfolio-area,
.client-area,
.about-header {
    padding: 50px 0;
}

.service-header{

    text-align: left;
    
    display: block;
    overflow: hidden;
}


.about-header,
.services-header,
.product-header,
.skill-header,
.blog-header,
.pricing-header,
.portfolio-header,
.client-header {
    text-align: left;
    padding-bottom: 40px;
    display: block;
    overflow: hidden;
}

.header-area.home {
    background: transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.inner-text img {
    display: block;
    height: 5px;
}

.inner-text h1,
.inner-text h2 {
    font-size: 27px;
    margin-bottom: 7px;
}

.inner-text span {
    font-size: 16px;
    line-height: 32px;
}

.logo {
    margin-top: 20px;
}

.header-area.pages {
    height: 76px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

.logo img {}

.header-info {
    background: #92278F;
    position: relative;
    padding: 6px 16px;
    width: 100%;
    height: 30px;
    z-index: 10;
}

.header-info ul li {
    float: left;
    color: #fff;
    margin-right: 33px;
    font-size: 13px;
}

.header-info ul li strong {
    /*font-family: 'Baloo Paaji 2', cursive;*/
    font-family: 'Manrope', sans-serif !important;
}

.mainmenu {
    background: #fff;
    width: 100%;
    height: 44px;
}

.mainmenu ul li {
    float: left;
    position: relative;
}

.mainmenu ul li.active a,
.mainmenu ul li a:hover {
    color: #92278F;
    font-weight: bold;
}

.mainmenu ul li a {
    padding: 11px 15px;
    color: #222;
    display: block;
    /*font-family: 'Baloo Paaji 2', cursive;*/
    font-family: 'Manrope', sans-serif !important;
    font-size: 15px;
    font-weight: bold;
}

.mainmenu ul li ul {
    position: absolute;
    left: -999999;
    display: none;
    z-index: 11;
}

.mainmenu ul li:hover ul {
    left: -74px;
    display: block;
}

.mainmenu ul li ul li {
    float: none;
    width: 240px;
    left: 74px;
    border: 1px solid #eaeaea;
}

.mainmenu ul li ul li:last-child {
    border-bottom: 1px solid #eaeaea;
}

.mainmenu ul li ul li a,
.header-area.pages .mainmenu ul li ul li a {
    background: #fff;
    color: #000;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
}

.mainmenu ul li ul li a:hover,
.header-area.pages .mainmenu ul li ul li a:hover {
    background: #92278F;
    color: #fff;
    box-shadow: none;
}

.header-area.pages .mainmenu ul {
    float: right;
}

.header-area.pages .mainmenu {
    margin-top: 17px;
}

.header-area.pages .mainmenu ul li a {
    padding: 11px 13px;
    font-size: 17px;
}

.cd-hero__content.cd-hero__content--half-width h1 {
    font-size: 28px;
}

.cd-hero__content.cd-hero__content--half-width h1 {
    font-size: 28px;
}

.about-right {
    margin-top: 28px;
}

.about-right p {
    text-align: justify;
}

.about-right h2 {
    font-size: 22px;
}

.card {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 13px;
    min-height: 241px;
    transition: all 0.3s;
}

.card:hover {
    box-shadow: 0 0px 20px #b7d7d7;
    translate: 0 -5px;
}

.card-title span.fa {
    font-size: 22px;
    float: left;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    color: #222;
    text-align: center;
    padding-top: 14px;
    border-radius: 50%;
    margin-right: 14px;
}

.card-green .card-title span.fa {
    color: #fff;
}

.card-title h4 {
    float: left;
    font-size: 24px;
    margin-top: 5px;
}

.card-title {
    margin-bottom: 7px;
}

.contentMargin160 {
    margin-top: 100px;
}

.services-area {
    background: url('img/ice_age.png') repeat;
    border-top: 1px solid #eef8f8;
}

.why-us-title {
    padding: 140px 0;
}

.card-green {
    background: #F15A29;
}

.card-grey {
    background: #eef8f8;
}

.services {
    margin-top: 10px;
}

.inner-service {
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
    transition: all 0.3s;
    min-height: 420px;
    box-shadow: inset 0 0 15px #ddd !important;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.single-module-head {
    width: 70%;
    float: left;
}

.inner-service .icon {
    width: 30%;
    float: left;
    min-height: 416px;
    border-top-left-radius: 17px;
}

.inner-service .icon h1,
.inner-service .icon h2 {
    font-size: 22px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 7px;
    text-align: center;
}

.inner-service.color1 .icon {
   
    background-color: #31BCEE;
}

.inner-service.color2 .icon {
   
    background-color: #383795;
}

.inner-service.color3 .icon {
    
    background-color: #92278f;
}

.inner-service .icon ul li {
    margin-left: 15px;
    color: #fff;
    cursor: pointer;
}

.inner-service .icon ul li.active {
    font-weight: 700;
}

.inner-service .icon ul li a {
    color: #fff;
}

.inner-service .icon ul li a:hover {
    color: #efefef;
}

.inner-service .icon ul li a i.fa {
    margin-right: 8px;
}

.inner-service.color1 {
    border: 3px solid #31BCEE;
}

.inner-service.color2 {
    border: 3px solid #383795;
}

.inner-service.color3 {
    border: 3px solid #92278f;
}

.single-module-head {
    padding: 22px;
}

.readmore a {
    color: #222;
    font-family: 'Hind Siliguri', sans-serif;
}

.product-area {
    background: url(/assets/img/furley_bg.png);
}

.singleProduct {
    background: #fff;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.singleProduct .thumb {
    padding: 0;
}

.singleProduct .thumb img {
    max-width: 100%;
    height: 120px !important;
    width: 100%;
}

.singleProduct .content h3 {
    font-size: 20px;
    margin-top: 14px;
}

.singleProduct .content h3 a {
    color: #222;
}

.singleProduct .content h3 a:hover {
    color: #A84CB8;
}

#testimonialCarousel .item h3 {
    font-size: 15px;
}

.testimonial-area {
   
    color: #fff;
    background-size: cover;
    padding-bottom: 150px;
}

.testimonial-header {
    margin-bottom: 30px;
}

#testimonialCarousel .owl-nav div {
    position: absolute;
    bottom: -48px;
    color: #eee;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 52px;
    background: #66AC3D;
    border-radius: 50%;
}

#testimonialCarousel .owl-nav .owl-prev {
    position: absolute;
    left: 45%;
}

#testimonialCarousel .owl-nav .owl-next {
    position: absolute;
    left: auto;
    right: 45%;
}

#testimonialCarousel .item h3 span {
    color: #F15A29;
}

.owl-carousel .owl-item {
    position: relative;
    
    overflow: hidden;
}

.single-post:hover {
    box-shadow: 0px 0px 15px #ddd;
}

.post-content {
    padding: 15px;
    min-height: 217px;
    border: 1px solid #eaeaea;
}

.post-content h3 {
    line-height: 17px;
    margin-top: 0;
}

.post-content h3 a {
    font-size: 17px;
    color: #222;
}

.post-content a.button {
    line-height: 30px;
    margin-top: 8px;
}

.contact-left .head h2 {
    color: #92278F;
}

.contact-left .head {
    margin-bottom: 21px;
}

.contact-left .content {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.contact-left .content span.fa {
    background: #92278F;
    width: 80px;
    height: 80px;
    float: left;
    font-size: 43px;
    text-align: center;
    padding-top: 17px;
    color: #fff;
    margin-right: 18px;
}

.contact-left .content div span.title {
    display: block;
    font-weight: 700;
}


.footer-top {
    padding: 122px 0 80px 0;
    color: #fff;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.5);
}

.widget h3 {
    font-size: 22px;
}

.copyright {
    text-align: center;
    color: #fff;
    padding: 8px;
}

.copyright p {
    margin: 0;
    font-size: 14px;
}

.copyright p i {
    color: #92278F;
}

.widget ul.social-icon li {
    list-style: none;
    float: left;
    margin-right: 6px;
    margin-left: 0;
}

.widget ul.social-icon li:before {
    content: '';
}

.widget ul.social-icon li a {
    width: 30px;
    height: 25px;
    display: block;
    text-align: center;
    padding-top: 3px;
    border-radius: 3px;
}

.widget ul li a {
    color: #ddd;
}

.widget ul li a:hover {
    color: #fff;
}

.footer-service li a {
    border: 1px solid #404C38;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 9px;
    display: block;
    border-left: 3px solid #F15A29;
}

.footer-service li a:hover {
    background: #437724;
}

.facebook a {
    background: #315A94;
    color: #fff;
}

.twitter a {
    background: #1EA1F3;
    color: #fff;
}

.linkedin a {
    background: #006599;
    color: #fff;
}

.youtube a {
    background: #CD201F;
    color: #fff;
}

.widget p {
    font-size: 16px;
}

.pageBreadcrumb {
    padding: 40px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -106px;
}

.content-area {
    padding-bottom: 55px;
}

.pageBreadcrumb h3 {
    margin: 0;
}

.slideImg {
    width: 30%;
    margin-right: 20px;
    float: left;
}

.slideContent {
    width: 55%;
    float: left;
}

.slideContent h2 {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 5px;
}

.post-content p a {
    color: #92278F;
}

.siteorigin-widget-tinymce.textwidget p {
    font-size: 15px;
    text-align: justify;
}

.pageBreadcrumb.blog {
    text-align: left;
    padding: 20px;
    margin-top: -66px;
}

.content h3 {
    margin-top: 0;
}

.blog-content-area {
    padding-bottom: 80px;
}

.sidebar_widget {
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding: 20px;
}

.sidebar_widget h3 {
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    font-weight: 400 !important;
    border-bottom: 1px solid #31BCEE;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

.sidebar_widget ul li a {
    color: #444;
    text-transform: capitalize;
    padding: 7px 0;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(97, 191, 168, 0.2);
}

.singlePost h3 {
    font-size: 18px;
    margin-top: 9px;
}

.singlePost {
    padding: 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.permalink {
    margin-top: 10px;
}

.permalink a {
    border: 2px solid #222;
    color: #222;
}

.post-extra {
    padding: 6px 10px;
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.post-extra a {
    color: #92278F;
}

.pageBreadcrumb.blog h3 span.fa {
    color: #F15A29;
}

#searchform input[type="text"] {
    border: 2px solid #F15A29;
    width: 100%;
    padding: 5px;
}

#searchsubmit {
    border: 0;
    padding: 5px 15px;
    margin-top: 6px;
    background: #F15A29;
}

.screen-reader-text {
    display: none;
}

#es_txt_email {
    border: 1px solid #72106F;
    padding: 5px;
    color: #222;
    width: 100%;
    height: 43px;
}

#es_txt_button {
    border: 0;
    background: #72106F;
    width: 100%;
    padding: 9px;
    font-size: 18px;
}

.page-title-content {
    margin-top: 222px;
    width: 600px;
}

.page-title-content h2 {
    color: #F15A29 !important;
    text-shadow: 5px 4px 2px rgba(0, 0, 0, 0.34);
    font-size: 40px;
    letter-spacing: -1px;
}

.page-title-content p {
    color: #fff;
    font-size: 18px;
}

.inner-type p {
    background: #223744;
    font-size: 17px;
    padding: 9px 0 9px 49px;
    color: #fff;
    text-align: left;
    position: relative;
}

.inner-type p i {
    position: absolute;
    font-size: 14px;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    width: 41px;
    height: 42px;
    background: #F15A29;
    padding: 14px 0 0 13px;
}

.inner-why-web {
    padding: 1.3em;
    background: #fff;
    min-height: 266px;
}

.why-website {
    background: linear-gradient(135deg, rgb(24, 223, 32) 0%, rgb(101, 35, 200) 100%);
    min-height: 277px;
    padding: 5px;
    transition: all 0.3s;
}

.why-website:hover {
    transform: translateY(-5px);
}

#pg-32-0,
#pg-32-1,
#pg-32-2,
#pg-32-3,
#pg-32-4,
#pg-32-5,
#pg-32-6,
#pl-32 .so-panel {
    margin-bottom: 0px !important;
}

#pg-32-7 {
    margin-bottom: -56px;
}

.grecaptcha-badge {
    display: none !important;
}

.es-field-wrap label {
    width: 100%
}

.es_required_field.es_txt_email,
.es-field-wrap input[type="text"] {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 40px;
    padding: 10px;
}

.es_subscription_form_submit {
    background: #383795;
    color: #fff;
    border-radius: 2px;
    padding: 11px;
    font-size: 15px;
    text-align: center;
    border: 0px solid;
    width: 100%;
}

.single-post .thumbnails img {
    height: 218px;
}

/**Pricing table*/

.table-border {
    padding: 3px;
    border-radius: 7px;
    border-image: url(/assets/img/grbg2.jpg) 10 fill;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 25px;
}

.single-table {
    background: #fff;
    border-radius: 8px;
}

.table-head {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 10px;
}

.table-head h3 {
    font-size: 22px;
    color: #222;
    margin-bottom: 0;
}

.package-price {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.package-price h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.table-content ul li {
    padding: 7px 15px;
    font-size: 15px;
}

.table-content ul li:nth-child(2n+1) {
    background: #f9f9f9 !important;
}

.table-content ul li span {
    margin-right: 9px;
}

.table-footer a {
    text-align: center;
    border-top: 1px solid #ddd;
    color: #222;
    padding: 14px 29px;
    border-radius: 6px;
    width: 100%;
    display: block;
    font-weight: bold;
}

.table-footer:hover {
    background: #F9F9F9;
}

/*
************************************
Footer About Us Style
************************************
*/

.footer-logo img {
    display: inline;
    padding-bottom: 15px;
}

.social-footer {
    display: block;
    margin-top: 10px;
}

.social-footer ul {
    float: left;
}

.social-footer ul li {
    margin-right: 5px;
    float: left;
    margin-bottom: 4px;
    list-style: none;
}

.social-footer ul li a span {
    font-size: 14px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    color: #fff;
}

.social-footer ul li a span:hover {
    opacity: 0.9;
    border-radius: 2px;
}

.social-footer ul li a span.fa-facebook {
    background: #315A94;
}

.social-footer ul li a span.fa-twitter {
    background: #1EA1F3;
}

.social-footer ul li a span.fa-linkedin {
    background: #006599;
}

.social-footer ul li a span.fa-google-plus {
    background: #E33729;
}

.social-footer ul li a span.fa-instagram {
    background: #FD9F13;
}

.social-footer ul li a span.fa-pinterest {
    background: #DB1000;
}

.social-footer ul li a span.fa-youtube {
    background: #CD201F;
}

/*
/*
************************************
Footer Contact Style
************************************
*/

.footer-content .email .fa-envelope:before {
    font-size: 13px;
    color: #666;
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    border-radius: 25px;
    background: #fafafa;
}

.footer-content .footer-content .address {
    line-height: 1.5em;
}

.footer-content .address i {
    float: left;
}


.list-style{
    list-style: none;
}


.footer-content .address .fa-map-marker:before {
    font-size: 15px;
    color: #666;
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    background: #fafafa;
}

.footer-content .phone .fa-phone:before,
.footer-content .phone .fa-fax:before {
    border: 1px solid #eaeaea;
    border-radius: 25px;
    color: #666;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    height: 35px;
    line-height: 34px;
    margin-right: 5px;
    margin-bottom: 8px;
    text-align: center;
    width: 35px;
    background: #fafafa;
}

.footer-content p {
    display: inline-block;
    padding-left: 5px;
    width: 80%;
}

.portfolio-content .image-box {
    position: relative;
    box-shadow: 0px 0px 5px #e6e6f8;
}

.portfolio-content .title-text {
    margin-bottom: 30px;
    background: #F15A29;
    padding: 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #F15A29;
}

.portfolio-content .title-text h6 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0
}

.portfolio-content .title-text h6 a {
    color: #fff;
}

.portfolio-content .title-text span {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #aeaeae;
}

.portfolio-content .image-box img {
    width: 100%;
}

.portfolio-content .image-box:hover .images-overly {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all 500ms ease;
}

.portfolio-content .images-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: center;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transition: all 500ms ease;
    background: rgba(102, 172, 61, 0.84);
}

.portfolio-content .images-overly a {
    display: inline;
    top: 45%;
    left: 0;
    position: relative;
    transform: translate(0);
    width: 100%;
    text-align: center;
}

.portfolio-content .overlay-box i {
    position: relative;
    font-size: 17px;
    width: 38px;
    height: 38px;
    color: #012f5d;
    text-align: center;
    margin: 5px;
    background: #ffffff;
    line-height: 38px;
    border-radius: 2px;
}

.cta-
 {
    padding: 50px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url('img/cat-bg.png');
    background-color: rgba(0, 0, 0, 0);
    background-color: #383795;
}

.call-to-action {
    margin-bottom: 50px;
}

.cta-contact a {
    float: right;
    background: transparent;
    padding: 11px;
    text-align: center;
    width: 156px;
    margin: 26px 0;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    transition: all 0.3s
}

.cta-contact a:hover {
    background: #fff;
    color: #383795;
}

.breadcrumb-area {
    padding: 100px 0;
   
    background-size: cover;
}

.breadcrumb-content h1,
.breadcrumb-content h2 {
    font-size: 28px;
    color: #F15A29;
}

.breadcrumb-content {
    font-size: 17px;
    color: #fff;
}

.skills-area {
   
    color: #fff;
}

.skills-content .progress {
    height: 35px;
    margin-bottom: 10px;
}

.skills-content .progress .skill {
    font-family: 'Hind Siliguri', sans-serif;
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.skills-content .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.skills-content .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}

.progress-bar-one {
    background-color: #31BCEE;
}

.progress-bar-two {
    background-color: #F15A29;
}

.progress-bar-three {
    background-color: #FFC80A;
}

.progress-bar-four {
    background-color: #92278F;
}

/*-------------------------------
    Contact addresses css
---------------------------------*/

.single-contact-address {
    background: #fff;
    height: 120px;
    line-height: 140px;
    text-align: center;
    border-left: 5px solid #F15A29;
    box-shadow: inset 0px 0px 47px #ddd;
}

.single-contact-icon {
    display: inline-block;
    position: relative;
    top: -8px;
}

.single-contact-desc {
    display: inline-block;
    margin-left: 8px;
}

.single-contact-icon i {
    background: #F15A29;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.single-contact-desc>p {
    color: #333333;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.contact-address {
    margin-bottom: -60px;
    position: relative;
    z-index: 99;
}

.missionVision {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    text-align: center;
    min-height: 217px;
    margin-bottom: 20px;
}

.more-about-us {
    margin-top: 80px;
}

.missionVision.one {
    border-bottom: 4px solid #2c98f0;
}

.missionVision.two {
    border-bottom: 4px solid #A84CB8;
}

.missionVision.three {
    border-bottom: 4px solid #2FA499;
}

.contact-form-box input,
.contact-form-box textarea,
.contact-form-box select {
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 14px;
    box-shadow: unset;
    border: unset;
    background: #f8f8f8;
}

.contact-form-box input,
.contact-form-box select {
    font-size: 14px;
    height: 43px;
}

.contact-form-box select {
    margin-bottom: 10px;
}

.contact-form-header h3 {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16%;
}

.contact-form-box .form-control:focus {
    box-shadow: unset;
    border-left: 2px solid #777;
}

.opening-hour li {
    text-align: right;
    border-bottom: 1px solid #404C38;
    margin-bottom: 0;
    padding: 5px 0;
    display: block;
    overflow: hidden;
}

.opening-hour li span {
    float: left;
}

.opening-hour li:last-child {
    border-bottom: 0px solid;
}

.opening-hour li.active {
    color: #F15A29;
}

/*
************************************
web design page
************************************
*/

.who-need {
    background-image: url(/assets/img/gplaypattern.png);
    background-repeat: repeat;
    padding-bottom: 50px !important;
}

.inner-type {
    text-align: center;
}

.type-icon .inner-type h2 {
    background: #223744;
    font-size: 18px;
    padding: 10px 0 10px 55px;
    color: #fff;
    text-align: left;
    position: relative;
    font-weight: 400 !important;
    line-height: 1.16;
}

.type-icon .inner-type h2::before {
    position: absolute;
    font-size: 14px;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    width: 41px;
    height: 42px;
    background: #F15A29;
    padding: 14px 0 0 13px;
}

.type-icon:nth-child(1) .inner-type h2::before {
    content: '\f0b1';
}

.type-icon:nth-child(2) .inner-type h2::before {
    content: '\f1ea';
}

.type-icon:nth-child(3) .inner-type h2::before {
    content: '\f07a';
}

.type-icon:nth-child(4) .inner-type h2::before {
    content: '\f03e';
}

.type-icon:nth-child(5) .inner-type h2::before {
    content: '\f0f5';
}

.type-icon:nth-child(6) .inner-type h2::before {
    content: '\f19c';
}

.type-icon:nth-child(7) .inner-type h2::before {
    content: '\f0e4';
}

.type-icon:nth-child(8) .inner-type h2::before {
    content: '\f1e3';
}

.type-icon:nth-child(9) .inner-type h2::before {
    content: '\f08b';
}

.type-icon:nth-child(10) .inner-type h2::before {
    content: '\f08b';
}

.type-icon:nth-child(11) .inner-type h2::before {
    content: '\f08b';
}

.type-icon:nth-child(12) .inner-type h2::before {
    content: '\f08b';
}

.padding80 {
    padding: 80px 0px;
}

.padding50 {
    padding: 50px 0px;
}

.why-choose-area {
   
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.why-choose-us {
    margin: auto;
}

.why-choose-us p {
    border-top: 2px dashed;
    border-color: #284049 !important;
    margin: 0;
    padding: 30px;
    counter-increment: section;
    position: relative;
}

.why-choose-us p:nth-child(even):before {
    content: counter(section);
    right: 100%;
    margin-right: -16px;
    position: absolute;
    border-radius: 50%;
    padding: 4px;
    height: 32px;
    width: 32px;
    background: radial-gradient(circle at top right, #3f6e79, #0f0e16);
    text-align: center;
    color: white;
    font-size: 110%;
}

.why-choose-us p:nth-child(odd):before {
    content: counter(section);
    left: 100%;
    margin-left: -16px;
    position: absolute;
    border-radius: 50%;
    padding: 4px;
    height: 32px;
    width: 32px;
    background: radial-gradient(circle at top right, #3f6e79, #0f0e16);
    text-align: center;
    color: white;
    font-size: 110%;
}

.why-choose-us p:nth-child(even) {
    border-left: 2px dashed;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: 30px;
    padding-right: 0;
}

.why-choose-us p:nth-child(odd) {
    border-right: 2px dashed;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 30px;
    padding-left: 0;
}

.why-choose-us p:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.why-choose-us p:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 480px) {
    .why-choose-us ol li {
        width: 100%;
    }
}

ol.gradient-list>li,
ol.gradient-list>li::before {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

.profitable-web {
    display: block;
    margin: 0 auto;
    padding: 1rem;
}

ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 2rem 0;
    padding-left: 1rem;
}

ol.gradient-list>li {
    list-style: none !important;
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    font-size: 17px;
}

ol.gradient-list li h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: '';
    height: 3rem;
    left: -2rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
} 

ol.gradient-list>li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #fff;
    display: flex;
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1;
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

ol.gradient-list>li:nth-child(10n+1):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+2):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+3):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+4):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+5):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+6):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+7):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+8):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+9):before {
    background: linear-gradient(135deg, #F15A29 0%, #F15A29 100%);
}

ol.gradient-list>li:nth-child(10n+10):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
}

ol.gradient-list>li+li {
    margin-top: 2rem;
}

.how-to-develop {
    background: url(/assets/img/photography.png) repeat;
}

#compare {
    border-collapse: collapse;
    width: 100%;
}

#compare td,
#compare th {
    border: 1px solid #ddd;
    padding: 8px;
}

#compare td {
    vertical-align: top;
}

#compare tr:nth-child(even) {
    background-color: #f2f2f2;
}

#compare tr:nth-child(odd) {
    background-color: #ffffff;
}

#compare tr:hover {
    background-color: #ddd;
}

#compare th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #F15A29;
    color: white;
}



.Institute-types.wp .inner-type h2::before {
    content: "\f19a" !important;
}

ol.rounded-list {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    list-style: decimal;
    /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

ol.rounded-list span {
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    padding: .4em;
    margin: .5em 0;
    background: #fff;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
    border: 1px solid #ddd;
}

.rounded-list li {
    width: 40%;
    float: left;
    margin: 4px 35px;
}

ol.rounded-list span:hover {
    background: #eee;
}

ol.rounded-list span::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #F15A29;
    height: 30px;
    width: 30px;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    color: #fff;
}

.call-to-action.ecoomerce {
    padding: 80px 0;
    margin-bottom: 0;
    
    background-size: cover;
    border-bottom: 3px solid #2C4204;
}

.cd-hero__content.cd-hero__content--half-width a:hover {
    box-shadow: 0 0 0 #444;
}

.Institute-types.ecom .inner-type h2::before {
    content: "\f07a" !important;
}

.languageBar a {
    background: #373694;
    color: #fff;
    padding: 4px 8px;
    line-height: 15px;
    font-size: 14px;
    border-radius: 12px;
    width: 56px;
    display: block;
    text-align: center;
}

.languageBar {
    position: absolute;
    left: 180px;
    top: 39px;
    z-index: 100;
}

.cta-link a:hover {
    border-bottom: 2px solid #111;
}



#clientSlider .owl-nav [class*="owl-"] {
    color: #fff;
    background: #F15A29;
}

.contact-form-header {
    background: url(/assets/img/partnership.jpg) no-repeat;
    background-size: cover;
    min-height: 146px;
    color: #fff;
    padding: 20px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-position: center;
}

.contact-area .contact-form-header {
    background-size: cover;
    min-height: 120px;
}

.contact-form-header i {
    font-size: 60px;
    float: left;
    margin-right: 17px;
    margin-top: 5px;
}

.contact-area .contact-form-box {
    margin-top: -170px;
}

.contact-form-box form {
    padding: 30px;
    box-shadow: 0px 0px 8px #e6e6f8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contact-form-box button.btn {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.inner-modules {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px;
    min-height: auto;
    box-shadow: 0px 0px 8px #ddd;
    transition: all 0.3s;
}

.inner-modules .singleModuleHead h3 {
    margin: 5px 0;
    font-size: 18px;
    background: #92278f;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.inner-modules .readmore {
    color: #333;
    box-shadow: -5px 5px 8px #ddd;
    padding-left: 5px;
    border-radius: 2px;
    font-weight: 700;
    border-left: 3px solid #ddd;
}

.product-boxes {
    margin-top: 30px;
}

.product-head {
    --mask: radial-gradient(29.00px at 50% calc(100% - 41.00px), #000 99%, #0000 101%) calc(50% - 40px) 0/80px 100%, radial-gradient(29.00px at 50% calc(100% + 21.00px), #0000 99%, #000 101%) 50% calc(100% - 20px)/80px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background: linear-gradient(135deg, #F15A29, #b3401a) fixed;
    height: 85px;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.product-head h3 {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 5px;
}

.product-modules {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: -1px -5px 8px #ddd;
    margin-bottom: 30px;
}

.product-content {
    padding: 0 20px;
    text-align: justify;
    min-height: 323px;
}

.product-footer {
    text-align: center;
    padding: 10px;
    background: #eee;
    --mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50%/12.00px 100%;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    height: 50px;
}

.product-footer a.readmore {
    color: #F15A29;
    font-weight: 600;
    display: block;
    transition: all 0.3s;
}

.product-footer:hover {
    background: linear-gradient(135deg, #F15A29, #cf4c20) fixed;
}

.product-footer:hover a {
    color: #fff;
}