html {
    font-style: 15px;
}

body {
    font-family: font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

images {
    max-width: 100%;
    height: auto;
}
/*header*/
.navbar-light .navbar-nav .nav-link {
    color: #111;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-brand {
    margin-left: 25px;
}
.collapse {
    margin-right: 30px;
}
.menu li a::after {
    content: '';
    display: block;
    width: 100%;
    background-color: #777;
    height: 1px;
    transition: all 0.3s;
    transform: scale(0);
}
.menu li a:hover::after {
    transform: scale(1);
}

/* intro */
.intro {
    width: 100%;
    height: 72vh;
    padding-top: 200px;
    background: url("../images/web-design.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.description {
    text-align: right;
}
.description h2 {
    margin-right: 25px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.intro .carousel-inner .carousel-item p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.carousel-inner {
    display: flex;
    height: 200px;
    margin-top: 85px;
}
.carousel-item {
    margin-top: 95px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
/* publish */

.publish {
    width: 100%;
    padding: 90px 0;
}
.publish .container .row {
    padding: 15px 0;
}

.publish .container .row .col-12 h2  {
    margin-top: 10px;
    margin-bottom: 40px;
    color: #232323;
}

.publish .container .row .col-4 .publish__icon {
    width: 65px;
    height: 65px;
    margin: 25px auto;
}

.publish .container .row .col-4 h4  {
    height: 75px;
    font-size: 18;
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
}


.publish .container .row .col-4 p {
    height: 95px;
    font-size: 14;
    color: #222222;
}
.publish__icon {
    width: 25%;
}
/*talk*/
.talk {
    width: 100%;
    background: url("../images/talk.jpg") center no-repeat;
    background-size: cover;
    background-position: 50% 84px;
    background-attachment: fixed;
    padding: 10% 0;
}
.talk .container {
    width: 100%;
    display: block;
}
.talk .container .row p {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.talk .container .row h2 {
    font-size: 48px;
    margin: 35px auto;
    display: block;
    color: #fff;
}
.talk .container .row a{
    margin-top: 50px;
    font-size: 18px;
    color: #fff;
    border: none;
}

/*expert*/
.expert {
    width: 100%;
    background: #E9E9E9;
    padding-top: 40px;
}
.bg__left {
    background: url("../images/intro1.jpg") center no-repeat;
    background-size: cover;
    width: 50%;
}


.expert .container .row .col-6 h3 {
    margin: 25px auto;
    text-align: center;
    font-weight: 700;
}
.expert .container .col-6 ul li {

    margin: 25px auto;
    font-size: 18px;
}
.expert .container .col-6 ul li::marker{
    font-size: 1.1em;
    color: #052B54;
}
.expert .container .col-6 h4 {
    text-align: left;
    margin: 15px 15px 15px 35px;
}

/*partners*/
.partners {
    padding-top: 45px;
}
.partners .container h3 {
    margin: 30px auto;
    text-transform: uppercase;
    font-weight: 700;
}

.partners .container .row {
    margin: 35px;
}

.notround img {
    margin: 35px auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.round img {
    margin: 15%;
    width: 70%;
    object-fit: contain;
}



/*work*/
.work {
    padding: 40px 0;
    background-color: #EEF0F3;
}
.work .container h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 35px 0;
}
.work__item {
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}
.item-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.work .container .row .col-lg-3 {
    margin: 0;
    padding: 0;
}
.work .container .row .col-lg-3 .work__item {
    max-width: 100%;
    height: 150px;
    background-color: #EEF0F3;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.work .container .row .col-lg-3 .work__item h4{
    transition: 0.4s;
    transform: translateY(40px);
    color: #2f3e4c;
    text-transform: uppercase;
}
.work .container .row .col-lg-3 .work__item p {
    transition: 0.4s;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    margin: 6%;
    color: #2f3e4c;
}
.work .container .row .col-lg-3 .work__item:before {
    content: '';
    position: absolute;
    color: #2f3e4c;
    border-top: solid 1px;
    border-bottom: solid 1px;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    transition: 0.4s;
    transform: scale(0);
}
.work .container .row .col-lg-3 .work__item:after {
    content: '';
    position: absolute;
    color: #2f3e4c;
    border-left: solid 1px;
    border-right: solid 1px;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    transition: 0.4s;
    transform: scaleY(0);
}
.work .container .row .col-lg-3 .work__item:hover:before,
.work .container .row .col-lg-3 .work__item:hover:after {
    transform: scale(1);
    cursor: pointer;
}
.work .container .row .col-lg-3 .work__item h4{
    transition: 0.4s;
    transform: translateY(40px);
    color: #2f3e4c;
    text-transform: uppercase;
}
.work .container .row .col-lg-3 .work__item p {
    transition: 0.4s;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    margin: 6%;
    color: #2f3e4c;
}
.work .container .row .col-lg-3 .work__item:hover h4 {
    opacity: 0;
}
.work .container .row .col-lg-3 .work__item:hover p {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.work .container .row .col-lg-4 {
    margin: 0;
    padding: 0;
}
.work .container .row .col-lg-4 .work__item {
    max-width: 100%;
    height: 150px;
    background-color: #EEF0F3;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.work .container .row .col-lg-4 .work__item h4{
    transition: 0.4s;
    transform: translateY(30px);
    color: #2f3e4c;
    text-transform: uppercase;
}
.work .container .row .col-lg-4 .work__item p {
    transition: 0.4s;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    margin: 6%;
    color: #2f3e4c;
}
.work .container .row .col-lg-4 .work__item:before {
    content: '';
    position: absolute;
    color: #2f3e4c;
    border-top: solid 1px;
    border-bottom: solid 1px;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    transition: 0.4s;
    transform: scale(0);
}
.work .container .row .col-lg-4 .work__item:after {
    content: '';
    position: absolute;
    color: #2f3e4c;
    border-left: solid 1px;
    border-right: solid 1px;
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
    transition: 0.4s;
    transform: scaleY(0);
}
.work .container .row .col-lg-4 .work__item:hover:before,
.work .container .row .col-lg-4 .work__item:hover:after {
    transform: scale(1);
    cursor: pointer;
}

.work .container .row .col-lg-4 .work__item:hover h4 {
    opacity: 0;
}
.work .container .row .col-lg-4 .work__item:hover p {
    transform: translateY(-20);
    opacity: 1;
    visibility: visible;
    top: 0;
}



    /* price */
.price {
    padding-top: 40px;
    margin-bottom: 25px;
}
.price .container .row h3 {
    padding: 40px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.pricing_tenzin .pricing_item.pink {
    border-color: #EC768C;
}
.pricing_tenzin .pricing_item.green {
    border-color: #82B440;
}
.pricing_tenzin .pricing_item.blue {
    border-color: #07AAA5;
}
.pricing_tenzin .pricing_item {
    margin: 1em;
    padding: 2em 1em;
    text-align: left;
    color: #262b38;
    background: #EEF0F3;
    border-top: 3px solid;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    margin-top: 0;
}
.pricing_item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}
.pricing_tenzin .pricing_list {

    line-height: 2;
    font-size: 14px;
    padding: 25px 0;
    color: #8b909d;
}

.pricing_list {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.pink__list li::marker {
    color: #EC768C;
    font-size: 1.2em;
}
.green__list li::marker {
    color: #82B440;
    font-size: 1.2em;
}
.blue__list li::marker {
    color: #07AAA5;
    font-size: 1.2em;
}
.heading {
    margin: 20px auto;
    text-transform: uppercase;
    font-size: 45px;
}


    /*conn*/

.conn {
    padding-top: 40px;

}
.conn .container h2 {
    margin: 35px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.conn__left {
    margin-top: 50px;
}
.conn__left h5{
    text-transform: uppercase;
}

.conn .container .row .col-6 p {
    font-size: 15px;
    font-weight: 400;
    margin: 25px 0 20px 20px;

}


#form{
    position: relative;
}

.loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    display: none;
}

.loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
    .talk .container .row h2 {
        font-size: 44px;
    }
}
@media (max-width: 1208px) {
    .intro  {
        height: auto;
        padding-top: 150px;
    }
    .description h2 {
        font-size: 35px;
    }
}

@media (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
    .intro  {
        height: auto;
        padding-top: 130px;
    }
    .description h2 {
        font-size: 35px;
    }
    .why-we h4{
        font-size: 22px;
        height: auto;
    }
    .publish .container.why-we .row .col-4 p{
        height: auto;
    }
}

@media (max-width: 1024px) {
    .description h2 {
        font-size: 30px;
    }

    .intro .carousel-inner .carousel-item p {
        font-size: 20px;
    }

    .talk .container .row h2 {
        font-size: 36px;
    }
    .talk .container .row a {
        font-size: 17px;
    }
}
@media (max-width: 992px) {
    .description h2 {
        font-size: 30px;
    }

    .intro .carousel-inner .carousel-item p {
        font-size: 20px;
    }

    .why-we h4 {
        font-size: 21px;
    }
    .bg__left {
        display: none;
    }
    .col-lg-12 {
        width: 100%;
    }
    .talk .container .row h2 {
        font-size: 36px;
    }

    .talk .container .row a {
        font-size: 17px;
    }

    .work .container .row .col-lg-3 .work__item h4{
        font-size: 21px;
    }
    .work .container .row .col-lg-3 .work__item p {
        font-size: 14px;
    }

    .work .container .row .col-lg-4 .work__item h4 {
        font-size: 21px;
    }
    .work .container .row .col-lg-4 .work__item p {
        font-size: 12px;
    }
    .partners .container h3 {
        margin: 20px auto;
    }
    .notround img {
        margin: 10px auto;
    }
}
@media (max-width: 914px) {
    .publish .container .row .col-lg-4 h4 {
        height: auto;
    }

    .talk .container .row h2 {
        font-size: 26px;
    }

    .talk .container .row a {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .why-we h4{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .work .container .row .col-lg-3 .work__item h4 {
        font-size: 18px;
    }
    .work .container .row .col-lg-3 .work__item p {
        font-size: 10px;
    }
    .work .container .row .col-lg-4 .work__item h4 {
        font-size: 18px;
    }
    .work .container .row .col-lg-4 .work__item p {
        font-size: 10px;
    .publish .container .row .col-lg-4 p {
        font-size: 12px;
    }
    .publish__icon {
        width: 25%;
    }
}

@media (max-width: 576px) {

    #working {
        margin: 0 auto;
    }

    .description h2 {
        font-size: 18px;
    }

    .intro .carousel-inner .carousel-item p {
        font-size: 14px;
    }

    .publish__icon{
        width: 25%;
    }

    .talk .container .row p {
        font-size: 18px;
    }

    .talk .container .row h2 {
        font-size: 18px;
    }
    .partners {
        padding-top: 20px;
    }
    .notround img {
        margin: 15px auto;
    }
    .partners .container h3 {
        margin: 10px auto;
    }
    .partners .container .row {
        margin: 0;
    }
    .work .container .row .col-lg-3 .work__item h4 {
        font-size: 14px;
    }
    .work .container .row .col-lg-4 .work__item h4 {
        font-size: 14px;
    }
    .price .container .row h3 {
        padding: 10px 0;
    }
}




