.inner-banner {height: 500px; padding-top: 190px; position: relative; background-image: url("../images/consulting-cloud-banner.jpg"); background-position: top center; background-size: 100%; background-repeat: no-repeat; }
.inner-banner h1 {font-size: 60px; font-family: 'Montserrat-Bold', sans-serif; z-index: 9; position: relative; color: #000; width: 100%; padding: 0% 55% 0% 0%; text-align: left; line-height: 70px; }
.cc {padding: 70px 0px; position: relative; text-align: center; }
.cc h2 {font-size: 36px; padding: 0px 30px 30px 30px; font-family: 'Poppins-Regular'; position: relative; margin: 0 auto; line-height: 48px; width: 55%; }
.cc p {font-family: 'Rubik-Regular'; font-size: 20px; width: 100%; line-height: 32px; }
.place {background: #fcf9f7; padding: 60px 0px 80px 0px; position: relative; }
.place h3 {font-family: 'Poppins-SemiBold'; font-size: 13px; text-transform: uppercase; letter-spacing: 3px; background-color: #fff3ee; padding: 10px 20px 10px 20px; margin: 50px 0px 30px 0px; border-radius: 3px 3px 3px 3px; color: #fa611d; display: inline-block; }
.place h4 {font-family: 'Rubik-Medium'; font-size: 24px; width: 100%; line-height: 30px; padding: 0% 10% 0% 0%; }
.place p {font-family: 'Rubik-Regular'; font-size: 16px; width: 100%; margin: 30px 0px; padding: 0% 20% 0% 0%; line-height: 24px; }
.place img {
    padding: 10px 0px 50px 0px;
}

.place button {
    background: #fa611d;
    padding: 20px 40px;
    color: #fff;
    box-shadow: -15px 15px 0px -10px #000000;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    cursor: pointer;
    position: relative;
}

.place button:hover {
    background-color: #fa611d;
    box-shadow: 15px -15px 0px -10px #1179EA;
    transition: all .4s ease-in-out;
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding: 11px 30px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    background-color: #fa611d;
    font-family: 'Rubik', sans-serif;
    border: 0px;
}

.btn:before {
    position: absolute;
    content: '';
    right: 92%;
    top: 20px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    background-color: #111;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(50deg);
}

.btn .txt {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    top: 0;
}

.btn:hover {
    color: #ffffff;
    border-color: #000;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: .7s;
    -webkit-transition-duration: .7s;
}

.btn i {
    font-size: 16px;
    position: relative;
}

.place section {
    width: 45%;
    background: #fff;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 30px;
    margin: 0px 15px 15px 0px;
    float: left;
}

.place section:hover {
    background: #fa611d;
    transition: all .4s ease-in-out;
    color: #fff;
}

.place section i {
    font-size: 40px;
    color: #d4dbe7;
}

.place section h5 {
    font-family: 'Rubik-Medium';
    font-size: 24px;
    margin: 20px 0px;
    line-height: 28px;
}

.place section p {
    font-family: 'Rubik-Regular';
    font-size: 16px;
    color: #7b7b7b;
    margin: 10px 0px;
    padding: 0px;
}

.place section:hover i {
    color: #fff;
}

.place section:hover p {
    color: #fff;
}
.place section .orng{
    color: #fa611d;
}

.mrgtp {
    margin-top: 20px!important;
}

.mrgtp1 {
    margin-top: -20px !important;
}
.experts{padding: 70px 0px;position: relative;text-align: center;background: #09335c;color: #fff;}
.experts::before {background-image: url(../images/bg.png); background-repeat: repeat; content: ""; position: absolute; width: 100%; bottom: 0; background-position: center; top: 0; left: 0; opacity: 0.4; }
.experts h3{font-family: 'Poppins-SemiBold'; font-size: 36px; margin: 18px 0px;width: 100%;}
.experts p{font-family: 'Poppins-Light'; font-size: 20px;}
.experts section{padding: 20px 0px; position: relative;display: flex; border-radius: 4px;}
.experts section figure{display: inline-block;margin-right: 10px;width:30%;}
.experts section figure img{margin-top: 10px;}
.experts section .txt{ font-family: 'Poppins-Light';display: inline-block;text-align: left;margin-top: 15px;}
.experts section .txt h4{ font-size: 18px;font-family: 'Rubik-Regular'; color: #fff;line-height: 25px;padding: 0% 10% 0% 0%;}
.experts section .txt p{font-size: 15px;font-family: 'Rubik-Light'; color: #fff;}
.experts section .figure{width: 20%;}

.values{padding: 60px 0px 80px 0px; position: relative; }
.values h3 {font-family: 'Poppins-SemiBold'; font-size: 13px; text-transform: uppercase; letter-spacing: 3px; background-color: #fff3ee; padding: 10px 20px 10px 20px; margin: 50px 0px 30px 0px; border-radius: 3px 3px 3px 3px; color: #fa611d; display: inline-block; }
.values h4{font-family: 'Rubik-Medium'; font-size: 24px; width: 100%; line-height: 30px; padding: 0% 10% 0% 0%; }
.values p{font-family: 'Rubik-Regular'; font-size: 16px; width: 100%; margin: 30px 0px; padding: 0% 18% 0% 0%; line-height: 26px; }
.values ul{padding: 0px;display: inline-block;margin-right: 30px;}
.values ul li{list-style: none;line-height:30px;font-family: 'Rubik-Regular';font-size: 16px;}
.values ul li img {position:relative; left: 0; margin: 0px 5px 0px 0px;}

@media only screen and (min-width:320px)and (max-width:479px) {
    .inner-banner {
        padding-top: 80px;
        height: 220px;
        background-size: cover;
    }
    .inner-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .cc {
        padding: 20px 0px;
    }
    .cc h2 {
        font-size: 24px;
        line-height: 32px;
        width: auto;
        padding: 0px 0px 10px 0px;
    }
    .cc p {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 10px;
        width: 90%;
        margin: 0 auto;
    }
    .place { padding: 20px 0px 20px 0px;}
    .place h3{margin: 0px 0px 20px 0px;}
    .place p{padding: 0px;margin: 10px 0px;}
    .place img {padding: 10px 0px 20px 0px;}
    .btn{margin-bottom: 30px;}
    .place section{width: 100%;}
    .mrgtp {margin-top: 20px !important; margin-bottom: 20px !important;}

    .experts {
        padding: 10px 0px;
    }
    .experts h3 {
        font-size: 24px;
    }
    .experts p {
        font-size: 14px;
        padding: 0px 20px;
    }
    .experts section {
        padding: 0px;
    }
    .experts section .txt p {
        padding: 0px;
    }
    .experts section .figure {
        width: 40%;
    }
    .values{padding: 20px 0px 40px 0px;}
    .values h3{margin: 10px 0px 20px 0px;}
    .values p{margin: 10px 0px 20px 0px;padding: 0px;}
    .values img{margin-top: 20px;}
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .inner-banner {
        padding-top: 80px;
        height: 220px;
        background-size: cover;
    }
    .inner-banner h1 {
        font-size: 30px;
    }
    .cc {
        padding: 20px 0px;
    }
    .cc h2 {
        font-size: 24px;
        line-height: 32px;
        width: auto;
        padding: 0px 0px 10px 0px;
    }
    .cc p {
        font-size: 14px;
        line-height: 20px;
        padding: 0px 10px;
        width: 90%;
        margin: 0 auto;
    }
    .cc section h3 {
        margin: 18px 0px 0px 0px;
    }
    .place { padding: 20px 0px 20px 0px;}
    .place h3{margin: 0px 0px 20px 0px;}
    .place p{padding: 0px;margin: 10px 0px;}
    .place img {padding: 10px 0px 20px 0px;}
    .btn{margin-bottom: 30px;}
    .place section{width: 100%;}
    .mrgtp {margin-top: 20px !important; margin-bottom: 20px !important;}
    .experts {padding: 10px 0px; } .experts h3 {font-size: 24px; }
    .experts p {font-size: 14px; padding: 0px 20px; }
    .experts section {padding: 0px; }
    .experts section .txt p {padding: 0px; }
    .experts section .figure {width: 40%; }
    .values{padding: 20px 0px 40px 0px;}
    .values h3{margin: 10px 0px 20px 0px;}
    .values p{margin: 10px 0px 20px 0px;padding: 0px;}
    .values img{margin-top: 20px;}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .inner-banner {
        padding-top: 80px;
        height: 220px;
        background-size: cover;
    }
    .inner-banner h1 {
        font-size: 30px;
    }
    .cc {
        padding: 20px 0px;
    }
    .cc h2 {
        font-size: 24px;
        line-height: 32px;
        width: auto;
        padding: 0px 0px 10px 0px;
    }
    .cc p {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 10px;
        margin: 0 auto;
    }
    .cc section h3 {
        margin: 18px 0px 0px 0px;
    }
    .place { padding: 20px 0px 20px 0px;}
    .place h3{margin: 0px 0px 20px 0px;}
    .place p{padding: 0px;margin: 10px 0px;}
    .place img {padding: 10px 0px 20px 0px;}
    .btn{margin-bottom: 30px;}
    .place section{width: 45%;}
    .mrgtp {margin-top: 0px !important; margin-bottom: 20px !important;}
    .experts {
        padding: 10px 0px;
    }
    .experts h3 {
        font-size: 24px;
    }
    .experts p {
        font-size: 14px;
        padding: 0px 20px;
    }
    .experts section {
        padding: 0px;
    }
    .experts section .txt p {
        padding: 0px;
    }
    .experts section .figure {
        width: 40%;
    }
    .experts .shwhd {
        display: none;
    }
    .values{padding: 20px 0px 40px 0px;}
    .values h3{margin: 10px 0px 20px 0px;}
    .values p{margin: 10px 0px 20px 0px;padding: 0px;}
    .values img{margin-top: 20px;}
}
@media only screen and (min-width:1200px) and (max-width:1440px){
  .inner-banner {padding-top: 130px; height:300px; background-size: cover;}
  .inner-banner h1 {font-size: 40px;}
  .inner-banner p{font-size: 16px;line-height: 24px;padding: 0% 60% 0% 0%;}
  .cc{padding: 20px 0px; }
  .cc p{padding: 0px 20px;}
}
