@font-face {
    font-family: primary;
    src: url("/uc/fonts/ins400.eot");
    src: url('/uc/fonts/ins400.otf'), url('/uc/fonts/ins400.ttf');
    src: url("/uc/fonts/ins400.woff");
    unicode-range: U+00-FF;
}

@font-face {
    font-family: secondary;
    src: url("/uc/fonts/ins700.eot");
    src: url("/uc/fonts/ins700.ttf"), url("/uc/fonts/ins700.otf");
    src: url("/uc/fonts/ins700.woff");
    unicode-range: U+00-FF;
}

*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    background: #ffffff;
    color: #545454;
    font-family: 'primary',sans-serif;
    font-size: 17px;
    word-wrap: break-word;
}

h1, h2, h3, h4 {
    color: #545454;
    font-size: 22px;
    font-family: 'secondary',sans-serif;
    font-weight: normal;
}


.right_content h1 {
    padding-bottom: 22px;
    text-align: center;
    padding-top: 15px;
}

h5, h6 {
    color: #7bce05;
    font-size: 18px;
    font-family: 'secondary',sans-serif;
    font-weight: normal;
    margin-bottom: 40px;
}

.highlight {
    /*background-color: rgba(242, 242, 242, .6);*/
}

    .highlight:before {
        color: #7bce05;
        content: "[ ";
        font-weight: bold;
    }

    .highlight:after {
        color: #7bce05;
        content: " ]";
        font-weight: bold;
    }

a {
    text-decoration: none;
}

.right_content a:link, .right_content a:visited {
    color: #7bce05;
    text-decoration: none;
}

.right_content a:hover {
    text-decoration: none;
    background-color: #f2f2f2;
    /* padding:8px;
    border-radius: 9999px;*/
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

p {
    line-height: 2.4;
    text-align: justify;
}

ul {
    list-style: none;
}

.right_content .listbox {
    margin-bottom: 40px;
    text-align: left;
}

.right_content ul {
    text-align: left;
    display: inline-block;
    padding: 0 4vw;
    list-style: circle;
    vertical-align: top;
    margin: 20px;
    line-height: 2;
}

.wrapper {
    margin: 0 auto;
}

.pull3,
.pull2,
.pull {
    display: none;
    position: relative;
}


/*--  header  --*/


.header {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding: 0 25px;
}

.header_bg {
    width: 100%;
    height: 209px;
    position: relative;
    z-index: 11;
    background: url('/uc/theme/hdr.png') center/cover no-repeat;
}

.logo {
    display: inline-block;
    box-shadow: 0 0 5px #ccc;
    padding: 0 10px;
}

.logo_wrapper {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 11px;
}

.menu_main {
    overflow: hidden;
    text-align: center;
    margin-top: 14px;
    padding: 0 100px;
}

    .menu_main .top_sub {
        display: none;
    }

    .menu_main ul {
        /*text-align: center;*/
        display: flex;
        justify-content: space-around;
    }

        .menu_main ul li {
            display: inline-block;
        }

            .menu_main ul li a {
                color: #545454;
                font-size: 14px;
                /*margin: 0 154px 0;*/
                margin: 0px;
                display: inline-block;
                text-transform: uppercase;
                cursor: pointer;
            }

            .menu_main ul li:first-of-type a {
                /*margin: 0 154px 0;*/
                margin: 0px;
            }

            .menu_main ul li:last-of-type a {
                /*margin: 0 154px 0;*/
                margin: 0px;
            }

            .menu_main ul li a:hover {
                color: #7bce05;
            }




/*--  end header  --*/



/*--  video  --*/


.video {
    position: relative;
    top: -14vw;
    overflow: hidden;
    /*background-image: url('/uc/wr/video/vidpost2.jpg');
background-size:100% 100%;*/
}

.overlay {
    top: 14vw;
}

.video video {
    width: 100.5%;
    margin-left: -3px;
    height: 100%;
}

.overlay {
    position: absolute;
    /*top: 0;*/
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% - 13vw);
    color: #545454;
    text-align: center;
    overflow-y: hidden;
}

    .overlay:after {
        content: '';
        height: 100%;
        vertical-align: middle;
        display: inline-block;
    }

.inside_header .overlay {
    top: 8vw;
    height: calc(100% - 8vw);
}

.overlay .middle {
    /*top:-20px;*/
    /*top: 200px;*/
    top: 5vw;
    width: 58%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 99;
    vertical-align: top;
}

.home_page .overlay .middle {
    /*width: 45%;*/
}

.home_page .overlay .middle {
    text-align: center;
}

.inside_header .overlay .middle {
    top: 2vw;
}

.overlay .middle h3 {
    font-size: 2vw;
    margin-bottom: 0;
    text-transform: uppercase;
}

.overlay .middle span.title_top {
    font-weight: normal;
    font-family: 'primary',sans-serif;
    /*display: block;*/
}

.overlay .middle p {
    font-size: 36px;
}

.overlay .middle .for_button {
    margin-top: 34px;
    display: block;
    text-align: center;
}

    .home_bottom_each a,
    .frame_next_each a,
    .frame_each:last-of-type a,
    .contact_each .for_button a,
    .right_content .for_button a,
    .footer_top a,
    .overlay .middle .for_button a {
        display: inline-block;
        color: #545454;
        background: #f2f2f2;
        border: 1px solid #7bce05;
        padding: 14px 40px 13px;
        font-size: 23px;
        cursor: pointer;
        -webkit-transition: all 350ms ease-in;
        -ms-transition: all 350ms ease-in;
        -moz-transition: all 350ms ease-in;
        transition: all 350ms ease-in;
    }

.next, .prev, .learn_more {
    cursor: pointer;
    -webkit-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
}

.right_content .for_button {
    display: inline-block;
}

.videobotpanel {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    bottom: -1px;
}

    .videobotpanel img {
        width: 100%;
        display: block;
    }


/*--  end video  --*/






/*--    indicators  --*/


.content {
    position: relative;
    z-index: 95;
}

.indicators {
    text-align: center;
    padding: 0px;
    margin-top: -280px;
    width: 100%;
}

    .indicators ul {
        overflow: hidden;
    }

        .indicators ul li {
            border-bottom: 2px solid #7bce05;
            /*position: relative;*/
            /*width: 100%;*/
        }
            /*.indicators ul li a,*/
            .indicators ul li a img {
                display: block;
                position: relative;
            }

            .indicators ul li a {
                display: flex;
                position: relative;
                /*left: -35px;*/
                /*width: 198px;*/
                width: 200px;
                margin: 0 0 -1px 0;
                -webkit-transition: all 200ms;
                -ms-transition: all 200ms;
                -moz-transition: all 200ms;
                transition: all 200ms;
                /*-ms-transform: translateX(-35px); !* IE 9 *!*/
                /*-webkit-transform: translateX(-35px); !* Safari *!*/
                /*transform: translateX(-35px); !* Standard syntax *!*/
            }

.sidebarnav > div.cursor_parent {
    width: 100%;
    margin-bottom: 12px;
}

.boxes_parent {
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

    .boxes_parent .boxes_each {
        -webkit-transition: all 200ms;
        -ms-transition: all 200ms;
        -moz-transition: all 200ms;
        transition: all 200ms;
        cursor: pointer;
        margin-top: 10px;
    }

        .boxes_parent .boxes_each p {
            text-align: center;
        }
        /*.boxes_parent {
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/
        /*.boxes_each {
    -webkit-animation: moveB 2s ease-in-out;
    animation: moveB 2s ease-in-out;
}*/
        .boxes_parent .boxes_each a {
            color: #545454;
        }

            .boxes_parent .boxes_each a:visited {
                color: #545454;
            }

            .boxes_parent .boxes_each a:hover {
                color: #545454;
            }

        .boxes_parent .boxes_each div {
            width: 260px;
            height: 220px;
            padding: 50px 0;
            position: relative;
            background: rgba(255,255,255, 0.6);
            border: 1px solid #7bce05;
            text-align: center;
        }

            .boxes_parent .boxes_each div:hover {
                opacity: .8;
                -webkit-transition: all 400ms;
                -ms-transition: all 400ms;
                -moz-transition: all 400ms;
                transition: all 400ms;
            }

        .boxes_parent .boxes_each p {
            margin-top: 20px;
            font-size: 23px;
            color: #545454;
            -webkit-transition: all 200ms ease-in;
            -ms-transition: all 200ms ease-in;
            -moz-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }


/*--  end indicators  --*/



/*--    home_text  --*/


.home_text {
    margin: 100px 0 85px;
    padding: 100px 120px 115px;
    background: #f2f2f2;
}

    .home_text p {
        max-width: 1650px;
        margin: 0 auto;
        color: #000000;
        text-align: center;
        font-size: 44px;
        line-height: 1.2;
    }


/*--  end home_text  --*/



/*--  slider  --*/


#slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    #slider > div.slider_each {
        /*opacity: 0.8;*/
        display: none;
        min-height: 200px;
        /*-webkit-transition: all 200ms ease-in;*/
        /*-ms-transition: all 200ms ease-in;*/
        /*-moz-transition: all 200ms ease-in;*/
        /*transition: all 200ms ease-in;*/
    }

        #slider > div.slider_each.show {
            opacity: 1;
            display: block;
            -webkit-transition: all 150ms ease-in;
            -ms-transition: all 150ms ease-in;
            -moz-transition: all 150ms ease-in;
            transition: all 150ms ease-in;
        }

#slider1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    #slider1 > div.slider_each {
        /*opacity: 0;*/
        display: none;
        /*min-height: 100px;*/
        -webkit-transition: all 100ms ease-in;
        -ms-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    }

#slider > div.show.slider_each {
    opacity: 1;
    display: block;
}

#slider1 > div.show1.slider_each img {
    display: block;
    margin: 0 auto;
}


.new_message p {
    text-align:center;
}

.slider_frame {
    /*max-width: 940px;*/
    width: 544px;
    margin: 0 auto;
}

.slide-viewer {
    position: relative; /* needed for IE7 */
    overflow: hidden;
    /*height: 100%;*/
    height: 430px;
}

.frame_each .slide-viewer {
    position: relative; /* needed for IE7 */
    overflow: hidden;
    height: 880px;
}

.slide-group {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

    .slide:first-child {
        display: block;
    }




/*--  end slider  --*/


/*--    frame  --*/
#move_me {
    position: relative;
}

.frame_each_parent {
    max-width: 1650px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    background: url('/uc/theme/img-Watermark.png') center top/auto 90% no-repeat;
}

.frame_each {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

    .frame_each:last-of-type {
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
        padding: 0 0 55px 0;
    }

        .frame_next_each h3,
        .frame_each:last-of-type h3 {
            width: 70%;
            font-size: 67px;
            word-break: break-all;
            line-height: 1.2;
            margin: 95px 0 60px 0;
        }

            .frame_next_each h3 span,
            .frame_each:last-of-type h3 span {
                display: block;
            }

        .frame_next_each p,
        .frame_each:last-of-type p {
            text-align: justify;
        }

.frame_next_each:last-of-type p {
    line-height: 100%;
    height: 100%;
}

.content_sections_wrapper .frame_next_each:last-of-type p {
    line-height: 2.4;
    height: unset;
}

.frame_next_each a, .frame_each:last-of-type a {
    margin-top: 70px;
    padding: 14px 118px 13px;
}

.frame {
    overflow: hidden;
}

.frame_next {
}

.frame_next_parent {
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #f2f2f2;
    padding: 0px !important;
}

.frame_next_each {
    width: 50%;
}

    .frame_next_each:first-of-type, .content_sections_wrapper .frame_next_each:last-of-type {
        padding: 0 70px 95px;
    }

.content_sections_wrapper .frame_next_each:first-of-type {
    padding: 0px;
}

.frame_next_each img {
    width: 100%;
    display: block;
    height: 100%;
}


/*--  end frame  --*/


/*--    home_bottom  --*/


.home_bottom_wrapper {
    max-width: 1650px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 100px 0 115px;
}

.home_bottom_each {
    position: relative;
    width: 30%;
    text-align: center;
    padding-bottom: 55px;
}

    .home_bottom_each p {
        text-align: left;
        line-height: 1.5;
        margin-bottom: 32px;
    }

    .home_bottom_each h3 {
        margin: 30px 0 23px;
    }

    .home_bottom_each img {
        width: 100%;
        display: block;
    }

    .home_bottom_each a {
        position: absolute;
        display: block;
        width: 70%;
        bottom: 0;
        padding: 14px 110px 13px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }


/*--  end home_bottom  --*/



/*--    footer  --*/


footer {
    box-shadow: 0 -7px 14px -6px #ccc;
    padding-bottom: 14px;
}

.footer_parent {
    padding: 18px 55px 15px;
}

footer .footer_each {
    width: 21%;
    position: relative;
    text-align: left;
}

    footer .footer_each:first-of-type {
        width: 37%;
    }

    footer .footer_each .title {
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 24px;
    }

    footer .footer_each p {
        font-size: 18px;
        line-height: 23px;
        text-align: justify;
    }

.footer_each ul li {
    width: 50%;
    float: left;
    display: block;
    margin-bottom: 27px;
}

.footer_each a {
    color: #545454;
}

.footer_each ul li a {
    font-size: 17px;
    display: inline-block;
    text-transform: uppercase;
}

    .footer_each ul li a:hover {
        color: #7bce05;
    }

footer .footer_each.contact div {
    margin-bottom: 27px;
    padding-left: 2px;
}

footer .footer_each.contact .contact-icons div,
footer .footer_each.contact .contact-icons {
    padding-left: 0px;
}

footer .footer_each.contact div.title {
    margin-bottom: 20px;
}

footer .footer_each img {
    margin-right: 12px;
    display: inline-block;
}

footer .last_line {
    text-align: center;
    font-size: 12px;
}

    footer .last_line p {
        line-height: 100%;
        display: inline-block;
    }

    footer .last_line a {
        color: #545454;
        text-transform: uppercase;
        display: inline-block;
        border-left: 1px solid #545454;
        margin: 0 5px;
        padding-left: 9px;
    }

        footer .last_line a:hover {
            color: #7bce05;
        }

footer .contact-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}


/*--  end footer  --*/
/*--    profile_page  --*/
.content_top_wrapper {
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 0 150px; /*-- for page's side's width changing (second parameter) --*/
    margin: -135px auto 0; /*-- for page's side's bottom's changing (first parameter)--*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.left_bar {
    margin-top: 15px;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.left_bar_content {
    margin-right: 55px;
}

    .left_bar_content .catlistimg {
        vertical-align: middle;
        height: 60px;
        padding-left: 10px;
    }


.left_bar ul {
    display: inline-block;
    text-align: right;
}

    .left_bar ul li a {
        display: inline-block;
        text-transform: uppercase;
        color: #545454;
        margin-bottom: 54px;
        font-size: 16px;
        transition: all ease-in-out 400ms;
    }

        .left_bar ul li a:hover {
            background: #ffffff;
            opacity: .5;
        }

.right_content {
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    background: url('/uc/theme/img-Watermark.png') 33px top/74% no-repeat;
    padding-bottom: 70px;
}

    .right_content p {
        font-size: 17px;
        line-height: 2.8;
        margin-bottom: 40px;
        text-align: justify;
    }

    .right_content .contact-section p {
        line-height: 1.8;
    }

.content_bottom_wrapper {
    padding: 90px 55px 50px;
    background: #f2f2f2;
    text-align: center;
}

    .content_bottom_wrapper > h3, .content_sections_wrapper > h3 {
        font-size: 48px;
        margin-bottom: 50px;
    }

.content_sections_wrapper .frame_next_each h3 {
    text-align: left;
}

.content_sections_wrapper {
    padding: 90px 55px 50px;
    text-align: center;
}

    .content_sections_wrapper:nth-of-type(even) {
        background-color: #f2f2f2;
    }

    .content_sections_wrapper:nth-of-type(odd) {
        background-color: #ffffff;
    }

.footer_parent,
.content_bottom {
    max-width: 1650px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .content_bottom .content_bottom_each, .alternating .content_middle_each {
        position: relative;
        width: 23%;
        color: #545454;
        margin-bottom: 35px;
        text-align: center;
    }

.content_bottom_each div.img img {
    width: 100%;
    display: block;
}


/*--  end profile_page  --*/
/*--    workdetail_page  --*/


.content_workDetail {
    margin-top: -69px;
}

.works-vid .overlay .middle h3,
.workdetail_page .overlay .middle h3 {
    font-size: 3vw;
}

.overlay .middle .for_button {
    margin-top: 0;
}

    .overlay .middle .for_button a,
    .contact_each .for_button a, .right_content .for_button a {
        border-radius: 9999px;
        padding: 14px 119px 13px;
    }



.contact_each .for_button a, .right_content .for_button a {
    padding: 14px 118px 13px;
}

.contact-content,
.workDetail_img_parent,
.content_icons_wrapper {
    position: relative;
    z-index: 99;
    max-width: 1650px;
    padding: 0 55px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.content_icons_wrapper {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.content_all_wrapper {
    position: relative;
    top: -160px;
}

.workDetail_img_parent {
    margin-top: 32px;
}

.content_icons_wrapper .content_icons_each {
    position: relative;
    width: 10%;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

    .content_icons_wrapper .content_icons_each p {
        margin-top: 17px;
        color: #545454;
        font-size: 16px;
        -webkit-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .content_icons_wrapper .content_icons_each:hover p {
        color: #7bce05;
    }

.workDetail_img_parent .workDetail_img_each {
    position: relative;
    width: 48%;
    text-align: center;
    margin-bottom: 42px;
}

    .workDetail_img_parent .workDetail_img_each:last-of-type {
        margin-bottom: 0;
    }

    .workDetail_img_parent .workDetail_img_each.large {
        width: 100%;
        background: #f2f2f2;
        padding: 79px;
    }

    .workDetail_img_parent .workDetail_img_each img {
        width: 100%;
    }

.workDetail_text {
    max-width: 1650px;
    padding: 0 55px;
    margin: 0 auto;
    text-align: justify;
}

.workDetail_text {
    position: relative;
    top: 80px;
}

.footer_top {
    position: relative;
    text-align: center;
    background: #545454;
    padding: 60px 55px 55px;
}

    .footer_top h3 {
        color: #ffffff;
        font-size: 48px;
        margin-bottom: 30px;
    }

    .footer_top a {
        text-transform: capitalize;
        padding: 14px 75px 13px
    }


/*--  end workdetail_page  --*/


/*--     stories_page  --*/


.stories-content_wrapper {
    background: url('/uc/theme/img-Watermark.png') center bottom/60% no-repeat;
    padding-bottom: 2px;
}

.stories-content {
    position: relative;
    top: -129px;
    padding: 0 55px;
    z-index: 6;
}

.stories_page .overlay .middle .for_button a {
    padding: 14px 79px 13px;
    text-transform: capitalize;
}

    .stories_page .stories-content2,
    .stories_page .overlay .middle .for_button a.back {
        display: none;
    }

    .stories_page .overlay .middle .for_button a.back {
        margin-bottom: 12px;
    }

.stories_page .records_each {
    margin-bottom: 33px;
}

    .stories_page .records_each p {
        text-align: justify;
    }

.stories_title {
    position: relative;
    z-index: 99;
    margin: 10px auto 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .stories_title p.stories_title_each:first-of-type {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .stories_title h3.stories_title_each:last-of-type {
        -webkit-flex: 4;
        -ms-flex: 4;
        flex: 4;
    }

    .stories_title > p {
        color: #7bce05;
        text-transform: capitalize;
        font-size: 21px;
        font-weight: bold;
    }

    .stories_title h3 {
        text-transform: uppercase;
        text-align: right;
        font-size: 62px;
        color: #bdbec0;
    }


/*--  end stories_page  --*/




/*--    contact_page --*/


.contact_page .contact_content_wrapper {
    position: relative;
    background: url('/uc/theme/img-Watermark.png') center bottom/50% no-repeat;
    z-index: 9;
}

.contact_page .contact-content > p {
    position: relative;
    text-align: center;
    width: 100%;
    top: -50px;
}

.contact-content {
    position: relative;
    top: -86px;
}

    .contact-content form {
        width: 100%;
    }

.contact_each {
    width: 50%;
}

    .contact_each h3 {
        text-transform: uppercase;
        font-size: 20px;
    }

    .contact_each p {
        margin-bottom: 18px;
    }

.checkbox_parent {
    position: relative;
    z-index: 99;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.checkbox_each {
    width: 50%;
    margin-bottom: 23px;
}

.contact_checkbox input {
    display: none;
    position: relative;
    z-index: -9999;
}

.contact_checkbox label {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    top: -17px;
}

.contact_checkbox span {
    width: 48px;
    height: 48px;
    display: inline-block;
    border: 2px solid #e7e7e7;
    background: #ffffff;
    margin-right: 18px;
}

.contact_checkbox input:checked + span {
    background: #ffffff url('/uc/theme/chk.png') center no-repeat;
}

.form-group1 {
    display: inline-block;
    width: 48%;
    margin: 0 5px 33px 0;
}

    .form-group1.email {
        width: 58%;
    }

    .form-group1.phone {
        width: 38%;
    }

    .form-group1.comment {
        width: 98%;
    }

.form-control1 {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: #545454;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f2f2f2;
}

    .form-control1.comment {
        height: auto;
        max-width: 100%;
    }

.contact_each .for_button, .right_content .for_button {
    text-align: right;
}

    .contact_each .for_button a, .right_content .for_button a {
        padding: 14px 60px 13px;
        margin-right: 12px;
    }


/*--  end contact_page  --*/

/*review page start*/


.content {
    display: flex;
    flex-direction: column;
}

.person-review {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -101px;
}

.name-p {
    color: #7bce05;
}

.right_content .person-review .type-p {
    color: rgba(84,84,84,0.4);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 65px;
}

.btns {
    float: right;
    /*display:flex;*/
}

.next, .prev, .learn_more {
    font-size: 23px;
    padding: 14px 118px 13px;
    background: #f2f2f2;
    /*padding: 6px 74px;*/
    border-radius: 9999px;
    /*float: right;*/
    /* background-color: transparent;*/
    border: 1px solid #7bce05;
    color: #545454;
}

.prev {
    margin-right: 7px;
}

.right_content .itemWrap {
    display: none;
}

    .right_content .itemWrap.active {
        display: inline-block;
    }

.fieldrowwrap {
    display: flex;
    justify-content: space-between;
    width: 90%;
}
/*review page end*/


/*contact page start*/

.request-details {
    width: 100%;
}

.ContactForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.checkbox-options {
    width: 50%;
}

.reminder {
    font-size: 18px;
    margin: 35px;
    text-align: center;
}
/*.contactform-section {
    width: 50%;
}*/

.flex-first {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section-name-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items:center;*/
    margin-bottom: 15px;
}

.fieldWrap {
    width: 50%;
}

.cf_name {
    /*width:87%;*/
    padding: 5px;
    font-size: 18px;
    color: #545454;
    height: 33px;
}

#ContactUs1tbFirstName {
    width: 94%;
}

#ContactUs1tbLastName {
    margin-left: -14px;
    width: 91%;
}

.with-email {
    width: 60%;
}

.with-phone {
    width: 40%;
}

#ContactUs1tbEmail {
    width: 97%;
    height: 33px;
}

.errormsg {
    color: red;
}

#ContactUs1tbPhone {
    width: 84%;
    height: 33px;
}

.msg-area {
    width: 100%;
}

    .msg-area textarea {
        width: 94%;
        height: 112px;
        padding: 7px;
        font-size: 18px;
    }

.fieldrowwrap {
    margin-top: 10px;
}

.fieldrowwrap {
    display: flex;
    justify-content: space-between;
    width: 94%;
}

    .fieldrowwrap .cptch-touch {
        margin-bottom: 20px;
        margin-left: 5px;
    }

    .fieldrowwrap .fieldWrap {
        width: auto;
        margin-right: 0 !important;
    }

        .fieldrowwrap .fieldWrap .field-checkbox {
            width: 20px !important;
        }


.checkbox-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.checkbox-options input[type='checkbox'] {
    /* -webkit-appearance: none;*/
    width: 40px;
    height: 40px;
    background: inherit;
    border-radius: 1px;
    border: 2px solid #f2f2f2;
    margin: 5px 10px;
}

.each-cheackbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.rows-for-chckbx {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.container-flex input [type='text'] {
    border-color: #f2f2f2;
}

.container-flex {
    width: 50%;
}
/*contact page end*/
/*portfolio page start*/



.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9 {
    display: block;
    margin: 0px 0px -6px 0px;
    padding: 0px 0px 0px 0px;
}

    .r1 div, .r2 div, .r3 div,
    .r4 div, .r5 div, .r6 div,
    .r7 div, .r8 div, .r9 div {
        display: inline-block;
        vertical-align: top;
    }

.r3c2 div,
.r8c1 div {
    display: block;
}

.r1 div img, .r2 div img, .r3 div img,
.r4 div img, .r5 div img, .r6 div img,
.r7 div img, .r8 div img, .r9 div img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.r1 .r1c1, .r1 .r1c2,
.r2 .r2c1, .r2 .r2c2, .r2 .r2c3,
.r4 .r4c1, .r4 .r4c2,
.r5 .r5c1, .r5 .r5c2, .r5 .r5c3,
.r7 .r7c1, .r7 .r7c2, .r7 .r7c3,
.r8 .r8c2,
.r9 .r9c1, .r9 .r9c2, .r9 .r9c3 {
    width: 24.4%;
    margin: 0% .4% .4% 0%;
    padding: 0px 0px 0px 0px;
}

.r2 .r2c4,
.r5 .r5c4,
.r7 .r7c4,
.r9 .r9c4 {
    width: 24.4%;
    margin: 0% 0% .4% 0%;
    padding: 0px 0px 0px 0px;
}

/*.r7 .r7c4 {
    width: 24.8%;
   
}

.r5 .r5c4 {
    width: 24.7%;
}

.r7 .r7c4 img {
    height: 612.92px;
}

.r5 .r5c4 img {
    height:464.81px;
}
*/

.r8 .r8c3 {
    width: 24.4%;
    margin: 0% 0% .4% 0%;
    padding: 0px 0px 0px 0px;
}

.r1 .r1c3 {
    width: 49.2%;
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
}

.r4 .r4c3 {
    width: 49.35%;
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
}

.r6 .r6c2 {
    width: 49.2%;
    margin: 0% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
}


.r3 .r3c1,
.r6 .r6c1,
.r8 .r8c1 {
    width: 49.2%;
    margin: 0% .4% .4% 0%;
    padding: 0px 0px 0px 0px;
}

.r3 .r3c1,
.r6 .r6c1 {
    width: 49.2%;
}


.r3 .r3c2 {
    width: 49.5%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.r3 .r3c2r1,
.r8 .r8c1r1 {
    margin: 0% 0% -0.6% 0%;
    padding: 0px 0px 0px 0px;
}

.r3 .r3c2r2 {
    margin: .8% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
}

.r8 .r8c1r2 {
    margin: .4% 0% 0% 0%;
    padding: 0px 0px 0px 0px;
}



/*portfolio page end*/



/*project details page start*/



/*.icons-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        margin:0 auto;
        text-align:center;
    }*/

.icons-area {
    display: block;
    text-align: center;
}

    .icons-area figure {
        display: inline-block;
        width: 163px;
        vertical-align: top;
        text-align: center;
        font-size: .7vw;
        margin-bottom: 30px;
    }

    .icons-area img {
        border: none !important;
        width: 65px;
    }
/*
    .less-icons {
        width:23%;
    }*/

.one-icn {
    width: 5%;
}


.website-exmpl {
    width: 100%;
}

    .website-exmpl img {
        width: 100%;
    }

.tech-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

figcaption {
    text-align: center;
}

.details-page {
    text-align: center;
    width: 94%;
    margin-top: -157px;
    margin-bottom: 120px;
}

.tdcontentmid .icons-area .icn {
    color: black;
}

.work-together {
    background-color: #545454;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    height: 190px;
}

    .work-together p {
        color: white;
        font-size: 31px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align:center;  
    }

    .work-together .learn_more {
        background-color: white;
    }

.tech-area-multiple {
    display: flex;
    flex-wrap: wrap;
}

.photo-area.large {
    width: 100%;
}

    .photo-area.large img {
        width: 100%;
    }

.mini {
    width: 50%;
}

    .mini img {
        width: 100%;
    }

.details-area {
    background-color: #f2f2f2;
    padding: 44px;
    margin-top: 10px;
}

.flex-wrapper {
    margin-bottom: 17px;
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 33%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #545454;
    stroke-width: 3.8px;
}

.circle {
    fill: none;
    stroke-width: 3.8px;
    /*    stroke-linecap: round;*/
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart .circle {
    stroke: #7bce05;
}

.circular-chart.green .circle {
    stroke: #4CC790;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.with-video {
    display: none;
}

/*project details page end*/



/*services page start*/
.grey-section {
    background-color: #f2f2f2;
    padding: 88px;
}

    .grey-section h3, .no-photo h3 {
        text-align: center;
        margin-bottom: 7px;
    }

.service-second h3, .service-case h3, .service-first h3 {
    font-size: 39px;
}

.with-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.service-second .with-photo {
    margin-left: 15px;
}

.no-photo {
    padding: 88px;
}

.service-case div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
/*services page end*/

.clear {
    clear: both;
}

.for_button:hover a {
    color: #7bce05;
}

.boxes_parent .boxes_each:hover p,
.home_bottom_each:hover a,
.frame_next_each:hover a,
.frame_each:last-of-type:hover a,
.contact_each .for_button:hover a,
.right_content .for_button:hover a,
.footer_top:hover a,
.overlay .middle .for_button:hover a,
.next:hover, .prev:hover, .learn_more:hover {
    color: #7bce05;
}

/********************************/

/*media*/

/********************************/

@media only screen and (max-width: 3800px) {
    .video {
        top: -8vw;
    }

    .inside_header .overlay {
        top: 8vw;
    }

        .inside_header .overlay .middle {
            top: 4vw;
        }
}



@media only screen and (max-width: 2000px) and (min-width: 1750px) {
    /*.menu_main ul li:last-of-type a,*/
    /*.menu_main ul li:first-of-type a,*/
    .menu_main ul li a {
        /*margin: 0 108px 0;*/
        margin: 0 6vw 0;
    }

    .menu_main ul li:first-of-type a {
        /*margin: 0 154px 0;*/
        /* margin: 0px;*/
        margin: 0 6vw 0;
    }

    .menu_main ul li:last-of-type a {
        /*margin: 0 154px 0;*/
        /*margin: 0px;*/
        margin: 0 6vw 0;
    }

    .home_page .overlay .middle {
        /*width: 53%;*/
        margin: 0 0 33px 0;
    }

    .tech-area {
        width: 100%;
    }

    .photo-area {
        width: 50%;
    }

        .photo-area img {
            width: 840px;
        }

    .details-page {
        margin-top: -109px;
    }
}

@media only screen and (max-width: 1749px) and (min-width: 1550px) {
    /*.menu_main ul li:last-of-type a,*/
    /*.menu_main ul li:first-of-type a,*/
    .menu_main ul li a {
        padding: 0 6vw 0;
    }

    .menu_main ul li:first-of-type a {
        padding: 0 115px 0 0;
    }

    .menu_main ul li:last-of-type a {
        padding: 0 0 0 115px;
    }

    .home_page .overlay .middle {
        width: 60%;
        margin: 0 0 33px 185px;
    }

    .photo-area img {
        width: 740px;
    }

    .details-page {
        margin-top: -69px;
    }
}

@media only screen and (max-width: 1549px) and (min-width: 1367px) {
    /*.menu_main ul li:last-of-type a,*/
    /*.menu_main ul li:first-of-type a,*/
    .menu_main ul li a {
        padding: 0 6vw 0;
    }

    .menu_main ul li:first-of-type a {
        padding: 0 90px 0 0;
    }

    .menu_main ul li:last-of-type a {
        padding: 0 0 0 90px;
    }

    .home_page .overlay .middle {
        width: 64%;
        margin: 0 0 33px 185px;
    }

    .photo-area img {
        width: 748px;
    }

    .photo-area img {
        width: 649px;
    }

    .details-page {
        margin-top: -40px;
    }
}

@media only screen and (max-width: 2000px) {

    .inside_header .video {
        top: -7vw;
    }

    .boxes_parent .boxes_each {
        /*width: 13.9vw;*/
    }

        .boxes_parent .boxes_each div {
            width: 250px;
            height: 212px;
            /*padding: 25px 0;*/
        }

        .boxes_parent .boxes_each p {
            line-height: 100%;
            margin-top: 20px;
            font-size: 23px;
        }

    .frame_each_parent {
        padding: 0 40px;
    }

    .frame_each {
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }

    .frame_next_each:first-of-type {
        padding: 0 50px 90px 90px;
    }

    .home_bottom_each a {
        padding: 14px 50px 13px;
    }
}

@media only screen and (min-width: 1367px) {
    .header_bg {
        background: url('/uc/theme/hdr.png') center/100% 100% no-repeat;
    }

    .slide-viewer {
        height: 520px;
    }
    /*.home_page .overlay .middle {*/
    /*width: 1022px;*/
    /*margin:0 0 33px 185px;*/

    /*}*/


}

@media only screen and (max-width: 1366px) {
    .next, .prev, .learn_more {
        padding: 8px 88px 7px;
    }

    .right_content .for_button {
        display: block;
        text-align: left;
    }

        .right_content .for_button a {
            padding: 14px 18px 13px;
            width: 200px;
            margin: 10px 0px;
            text-align: center;
        }

    .inside_header .video {
        top: -10vw;
    }

    .menu_main ul li a {
        padding: 0 64px 0;
    }

    .menu_main ul li:first-of-type a {
        padding: 0 75px 0 0;
    }

    .menu_main ul li:last-of-type a {
        padding: 0 0 0 75px;
    }

    .overlay .middle span.title_top {
        line-height: 50px;
    }

    .home_page .overlay .middle {
        /*top: -33px;
        width: 45%;*/
    }

    .overlay .middle h3 {
        margin-bottom: 12px;
    }

    .home_page .overlay .middle h3 {
        margin-bottom: 0;
    }

    .works-vid .overlay .middle h3, .workdetail_page .overlay .middle h3,
    .overlay .middle h3,
    .overlay .middle span.title_top {
        /*font-size: 42px;*/
    }

    .workdetail_page .overlay .middle .for_button a, .works-vid .overlay .middle .for_button a,
    .stories_page .overlay .middle .for_button a {
        padding: 10px 43px 9px;
    }

    .overlay .middle p {
        font-size: 28px;
    }

    .slide-viewer {
        height: 400px;
    }

    .boxes_parent .boxes_each div {
        width: 180px;
        height: 120px;
        padding: 21px 0;
    }

        .boxes_parent .boxes_each div img {
            display: inline-block;
            /*width: 40px;*/
            height: 40px;
        }

            .boxes_parent .boxes_each div img[alt='dining'] {
                width: 30px;
                display: inline-block;
            }

    .boxes_parent .boxes_each p {
        font-size: 17px;
    }

    .boxes_parent .boxes_each div p {
        margin-top: 9px;
    }

    .content_all_wrapper {
        top: -130px;
    }

    .workDetail_text {
        top: 65px;
    }

    .indicators > p {
        color: #7bce05;
        font-size: 37px;
    }

    .home_text {
        padding: 100px 50px 115px;
    }

    .content_icons_wrapper .content_icons_each {
        position: relative;
        width: 18%;
        margin-bottom: 22px;
        text-align: center;
    }

    .stories_title h3 {
        font-size: 51px;
    }

    .contact_checkbox label {
        font-size: 16px;
        top: -12px;
    }

    .contact_checkbox span {
        width: 35px;
        height: 35px;
        margin-right: 9px;
    }

    .left_bar_content {
        margin-right: 28px;
    }

    footer .footer_each {
        width: 30%;
    }

        footer .footer_each:first-of-type {
            width: 30%;
        }

    .photo-area img {
        width: 568px;
    }

    .details-page {
        margin-top: -74px;
    }

    /*.less-icons {
        width: 39%;
    }*/
    .one-icn {
        width: 5%;
    }
}

@media only screen and (max-width: 1200px) {
    .inside_header .video {
        top: -10vw;
    }

    .menu_main ul li a {
        padding: 0 52px 0;
    }

    .menu_main ul li:first-of-type a {
        padding: 0 52px 0 0;
    }

    .menu_main ul li:last-of-type a {
        padding: 0 0 0 52px;
    }

    .home_page .overlay .middle {
        /*width: 51%;
        top: 0;*/
    }

    .boxes_parent .boxes_each div {
        /*width: 160px;
        height: 100px;*/
        padding: 14px 14px;
    }

        .boxes_parent .boxes_each div p {
            margin-top: 0;
        }

    .indicators {
        margin-top: -120px;
    }

    .home_text {
        margin: 90px 0 85px;
    }

    .frame_next_parent {
        display: block;
    }

    .frame_each_parent {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .frame_each:first-of-type {
        width: 100%;
    }

    .frame_each:last-of-type {
        width: 100%;
        padding: 0 0 55px 0;
    }

    .frame_each {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .frame_next_each {
        width: 100%;
    }

        .frame_next_each:last-of-type {
            text-align: right;
        }

        .frame_next_each img {
            /*width: auto;*/
            display: inline-block;
        }

        .frame_next_each:first-of-type {
            padding: 50px 40px;
        }

    .contact_each {
        width: 100%;
    }

    .photo-area img {
        width: 517px;
    }

    .details-page {
        margin-top: -27px;
    }

    .icons-area {
        flex-wrap: wrap;
    }

        /*  .icn img {
        width:68%;
    }*/

        .icons-area figcaption {
            font-size: 12px;
        }
}

@media only screen and (max-width: 1100px) {
    .inside_header .video {
        top: -10vw;
    }

    .boxes_parent .boxes_each {
        width: auto;
    }

        .boxes_parent .boxes_each div {
            width: 260px;
            height: 220px;
            margin: 0 23px 33px;
            padding: 50px 0;
        }

            .boxes_parent .boxes_each div p {
                margin-top: 20px;
                line-height: 1;
            }

            .boxes_parent .boxes_each div img {
                display: inline-block;
                width: auto;
                height: auto;
            }

                .boxes_parent .boxes_each div img[alt='dining'] {
                    width: auto;
                    display: inline-block;
                }

        .boxes_parent .boxes_each p {
            font-size: 23px;
        }

    .indicators ul li a {
        display: block !important;
        text-align: center !important;
        position: static !important;
        transform: none !important;
        margin: 0 auto;
    }

        .indicators ul li a img {
            display: block;
            margin: 0 auto;
        }

    .each-cheackbox {
        font-size: 10px;
    }

    .checkbox-options input[type='checkbox'] {
        width: 25px;
        height: 25px;
    }

    #ContactUs1tbFirstName {
        width: 90%;
    }

    #ContactUs1tbLastName {
        width: 93%;
    }

    .r1 .r1c1, .r1 .r1c2,
    .r2 .r2c1, .r2 .r2c2, .r2 .r2c3,
    .r4 .r4c1, .r4 .r4c2,
    .r5 .r5c1, .r5 .r5c2, .r5 .r5c3,
    .r7 .r7c1, .r7 .r7c2, .r7 .r7c3,
    .r8 .r8c2,
    .r9 .r9c1, .r9 .r9c2,
    .r9 .r9c3 {
        /* width:22.25vw;*/
        width: 24.3%;
    }

    .r2 .r2c4,
    .r5 .r5c4,
    .r7 .r7c4,
    .r9 .r9c4 {
        width: 24.15%;
    }

    .r8 .r8c3 {
        width: 24.1%;
    }

    .r1 .r1c3 {
        width: 49%;
    }

    .r4 .r4c3 {
        width: 49.25%;
    }

    .r6 .r6c2 {
        width: 49.25%;
    }


    .r3 .r3c1,
    .r6 .r6c1,
    .r8 .r8c1 {
        width: 49.6%;
    }

    .r3 .r3c2 {
        width: 49.3%;
    }


    .photo-area img {
        width: 477px;
    }

    .details-page {
        margin-top: -20px;
    }

    .icn img {
        width: 85px;
    }

    .icn img {
        width: 65px;
    }
}

@media only screen and (max-width: 1023px) {

    .menu_main ul li:first-of-type a {
        padding: 0 52px 0;
    }

    .menu_main ul li:last-of-type a {
        padding: 0 52px 0;
    }

    .home_page .overlay .middle {
        width: 70%;
        top: 0;
    }

    .home_bottom_each {
        width: 48%;
        margin-bottom: 33px;
    }

    .home_bottom_wrapper {
        padding: 50px 40px 22px;
    }

    .slide-viewer {
        height: 300px;
    }

    .overlay .middle h3 {
        margin-bottom: 6px;
    }

    .home_page .overlay .middle {
        margin-left: 0;
    }

    .overlay .middle p {
        font-size: 20px;
        line-height: 2;
    }

    .home_page .overlay .middle h3 {
        /*font-size: 31px;*/
        margin-bottom: 0;
    }

    .home_page .overlay .middle .for_button {
        margin-top: 0;
    }

    .content {
        top: -220px;
    }

    .home_page .content {
        top: 0;
    }

    .home_text {
        top: 100px;
    }

    .home_bottom_wrapper {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 50px 15px 65px;
    }

    .menu ul {
        display: none;
        padding-bottom: 1px;
        background: rgba(255,255,255,.96);
        border-radius: 30px;
        border: 1px solid #7bce05;
    }

    .menu_main ul li {
        display: block;
        margin-bottom: 33px;
    }

        .menu_main ul li:last-of-type {
            margin-bottom: 13px;
        }

    .pull {
        display: inline-block;
        float: right;
        position: relative;
        top: 56px;
    }

        .pull img {
            width: 30px;
        }

    .header_bg {
        z-index: 999;
        height: 185px;
        background: url('/uc/theme/hdr.png') center/100% no-repeat;
    }

    .video {
        top: -77px;
    }

    .inside_header .video {
        top: -10vw;
    }

    .overlay {
        /*top: 77px;*/
    }

    .indicators {
        margin-top: -70px;
    }

    .content_top_wrapper {
        margin: -135px auto 0;
    }

    .frame_each:first-of-type {
        margin: 0 auto;
    }

    .frame_next_each img {
        width: 100%;
        display: block;
    }

    .frame_next_each h3, .frame_each:last-of-type h3 {
        font-size: 48px;
    }

    .frame_next_each:first-of-type,
    .home_text {
        padding: 50px 15px 65px;
    }

    .indicators,
    .frame_each_parent {
        padding: 0 15px;
    }

    .workdetail_page .overlay .middle {
        top: 30px;
    }

    .content_all_wrapper {
        top: -50px;
    }

    .workDetail_text {
        top: 0;
        margin-top: 40px;
    }

    .contact-content, .workDetail_img_parent, .content_icons_wrapper,
    .content_top_wrapper {
        padding: 0 15px;
    }

    .content_bottom_wrapper, .content_sections_wrapper {
        padding: 90px 15px 50px;
    }

    .footer_parent {
        padding: 18px 15px 15px;
    }

    .stories-content,
    .workDetail_text {
        padding: 0 15px;
    }

    .stories-content {
        top: -100px;
    }

    .footer_top {
        padding: 60px 15px 55px;
    }

    .content_icons_wrapper .content_icons_each {
        width: 25%;
    }

    .left_bar {
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }

    .right_content {
        background: url('/uc/theme/img-Watermark.png') center bottom/100% no-repeat;
    }

    .content_bottom .content_bottom_each, .alternating .content_middle_each {
        position: relative;
        width: 48%;
    }

    footer .footer_each {
        width: 48%;
    }

        footer .footer_each:last-of-type {
            width: 52%;
        }

        footer .footer_each:first-of-type {
            width: 100%;
            margin-bottom: 33px;
            text-align: center;
        }

            footer .footer_each:first-of-type p {
                text-align: center;
            }

    .stories_title h3.stories_title_each:last-of-type,
    .stories_title p.stories_title_each:first-of-type {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .reviews-area .content {
        top: 38px;
        font-size: 15px;
    }

    .right_content .person-review .type-p {
        font-size: 40px;
    }

    .next, .prev, .learn_more {
        padding: 7px 66px 8px;
        font-size: 20px;
        margin-top: 20px;
    }

    .photo-area img {
        width: 369px;
    }

    /*.less-icons {
        width: 62%;
    }*/

    .one-icn {
        width: 5%;
    }

    .home_bottom_each:last-child {
        width: 100%;
    }

    .person-review {
        margin-top: 0px;
    }

    .right_content p {
        margin-bottom: 0px;
    }

    .logo_wrapper {
        left: 14px;
    }
}

@media only screen and (max-width: 767px) {

    .inside_header .video {
        top: -14vw;
    }

    .home_page .overlay .middle {
        top: 0px;
        display: contents;
    }

        .home_page .overlay .middle .for_button a {
            padding: 9px 29px 7px;
        }

    .menu_main {
        margin-top: -8px;
    }

    .overlay .middle {
        /*top:0;*/
    }

    .video {
        top: -86px;
    }

    .overlay {
        top: 7vw;
        height: 50vw;
    }

    #slider {
        padding: 0px 20px;
    }

    .home_text p {
        text-align: left;
        font-size: 33px;
    }

    .content_top_wrapper {
        display: block;
    }

    .left_bar_content {
        display: none;
        margin-right: 0;
    }

    .left_bar ul {
        text-align: right;
        display: initial;
        display: unset;
    }

    .boxes_parent {
        margin: 30px auto;
    }

        .boxes_parent .boxes_each div {
            width: 220px;
            height: 180px;
            margin: 0 23px 33px;
            padding: 28px 0;
        }

    .btn1 {
        color: #545454;
        background-color: #f2f2f2;
        text-transform: capitalize;
        display: inline-block;
        padding: 6px 35px;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        border: 1px solid #7bce05;
        border-radius: 0;
        -webkit-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

        .pull3:hover, .pull3.active, .btn1:hover {
            background-color: #ffffff;
            color: #545454;
            border: 1px solid #7bce05;
        }

            .pull3:hover:before, .pull3.active:before {
                border-color: #7bce05 transparent transparent;
            }

    .pull3 {
        display: inline-block;
        margin-bottom: 23px;
    }

        .pull3:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 5px 0;
            border-color: #545454 transparent transparent;
            position: absolute;
            z-index: 5;
            right: 12px;
            top: 16px;
        }

    .indicators ul li a {
        margin: 0 0 -1px 0;
    }

    .frame_each:first-of-type {
        width: 100%;
    }

    .frame_next_each h3 {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .home_bottom_each {
        width: 48%;
        margin-bottom: 33px;
    }

        .home_bottom_each a {
            padding: 14px 31px 13px;
        }

    .works-vid .overlay .middle h3, .footer_top h3, .content_bottom_wrapper > h3, .content_sections_wrapper > h3, .workdetail_page .overlay .middle h3, .overlay .middle h3, .overlay .middle span.title_top {
        font-size: 24px;
    }
    /*.overlay .middle h3 {
        font-size: 35px;
    }*/
    .home_page .overlay .middle span.title_top {
        font-size: 25px;
    }

    .overlay .middle p {
        font-size: 23px;
    }

    .workDetail_img_parent .workDetail_img_each.large {
        width: 100%;
        background: #f2f2f2;
        padding: 20px;
    }

    .right_content,
    .left_bar {
        width: 100%;
        text-align: center;
        display: block;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .stories_title h3 {
        font-size: 38px;
    }

    .stories-content {
        top: -90px;
    }

    .contact_checkbox span {
        margin-right: 5px;
    }

    .home_bottom_each a, .frame_next_each a, .frame_each:last-of-type a, .contact_each .for_button a,, .right_content .for_button a .footer_top a, .overlay .middle .for_button a {
        font-size: 20px;
    }

    .main-review {
        text-align: start;
    }

    .checkbox-area, .section-name-info {
        flex-direction: column;
    }

    .each-cheackbox {
        font-size: 15px;
        text-align: start;
    }

    .right_content p {
        font-size: 15px;
    }



    .fieldWrap, #ContactUs1tbFirstName,
    #ContactUs1tbLastName, #ContactUs1tbPhone, #ContactUs1tbEmail {
        width: 100%;
        margin-bottom: 5px;
    }

    #ContactUs1tbLastName {
        margin-left: 0;
    }

    .msg-area textarea {
        width: 100%;
    }

    .fieldrowwrap {
        flex-direction: column;
    }

    .section-name-info {
        margin-bottom: 0;
    }

    .r1 div, .r2 div, .r3 div,
    .r4 div, .r5 div, .r6 div,
    .r7 div, .r8 div, .r9 div {
        display: block;
    }

    .r1 .r1c1, .r1 .r1c2,
    .r2 .r2c1, .r2 .r2c2, .r2 .r2c3,
    .r4 .r4c1, .r4 .r4c2,
    .r5 .r5c1, .r5 .r5c2, .r5 .r5c3,
    .r7 .r7c1, .r7 .r7c2, .r7 .r7c3,
    .r8 .r8c2,
    .r9 .r9c1, .r9 .r9c2, .r9 .r9c3 {
        width: 100%;
    }

    .r2 .r2c4,
    .r5 .r5c4,
    .r7 .r7c4,
    .r9 .r9c4 {
        width: 100%;
    }

    .r8 .r8c3 {
        width: 100%;
    }

    .r1 .r1c3, .r4 .r4c3, .r6 .r6c2 {
        width: 100%;
    }


    .r3 .r3c1,
    .r6 .r6c1,
    .r8 .r8c1 {
        width: 100%;
    }

    .r3 .r3c2 {
        width: 100%;
    }

    .tech-area {
        flex-direction: column;
    }

    .photo-area img {
        width: 100%;
    }

    .details-page {
        margin-bottom: 120px;
        margin-top: 74px;
    }

    .icons-area figure {
        width: 150px;
    }
}

@media only screen and (max-width: 567px) {
    .menu_main ul li:first-of-type a {
        padding: 0 30px 0;
    }

    .menu_main ul li a {
        padding: 0 16px 0;
    }

    .menu_main ul li:last-of-type a {
        padding: 0 20px 0;
    }

    .video video {
        width: auto;
        height: 300px;
    }

    .inside_header .video {
        top: -22vw;
    }

        .inside_header .video video {
            height: 25vw;
        }

    .overlay {
        /* height: 74vw;*/
        height: calc(100% - 8vw);
    }

        .works-vid .overlay .middle h3, .footer_top h3, .content_bottom_wrapper > h3, .content_sections_wrapper > h3, .workdetail_page .overlay .middle h3, .overlay .middle h3, .overlay .middle span.title_top {
            font-size: 20px;
        }

    .home_page .overlay .middle {
        top: 15px;
        width: 80%;
    }

        .home_page .overlay .middle h3 {
            /*font-size: 24px;*/
        }

    .overlay .middle p {
        font-size: 16px;
        line-height: 2;
        text-align: center;
    }

    .home_bottom_each a, .frame_next_each a, .frame_each:last-of-type a, .contact_each .for_button a, .right_content .for_button a, .footer_top a, .overlay .middle .for_button a {
        font-size: 16px;
    }

    .overlay .middle span.title_top {
        font-size: 25px;
        line-height: 40px;
    }

    .slider_frame {
        width: 290px;
    }

    .frame_each .slide-viewer {
        height: 469px;
    }

    .frame_next_each h3, .frame_each:last-of-type h3 {
        width: 100%;
    }

    .frame_next_each p, .frame_each:last-of-type p,
    p, .stories_page .records_each p {
        text-align: left;
    }

    .overlay .middle {
        width: 90%;
    }

        .overlay .middle .for_button {
            margin-top: 0;
        }

        .overlay .middle h3 {
            margin-bottom: 12px;
        }

    .home_bottom_each {
        width: 100%;
        margin-bottom: 33px;
    }

    .boxes_parent .boxes_each div {
        margin: 0 auto 33px;
    }

    .frame_next_each a, .frame_each:last-of-type a {
        margin-top: 70px;
        padding: 14px 68px 13px;
    }

    .boxes_parent .boxes_each {
        width: 100%;
    }

        .boxes_parent .boxes_each p {
            text-align: center;
        }

    .frame_each img {
        width: 100%;
        display: block;
    }

    .frame_next_each h3, .frame_each:last-of-type h3 {
        margin: 5px 0 30px 0;
    }

    .frame_each_parent {
        background: url(/uc/theme/img-Watermark.png) 0px top/100% no-repeat;
    }

    .footer_top a, .stories_page .overlay .middle .for_button a, .overlay .middle .for_button a {
        padding: 9px 49px 7px;
    }

    .content_icons_wrapper .content_icons_each p {
        text-align: center;
    }

    .content_top_wrapper {
        margin: -80px auto 0;
    }

    .content_icons_wrapper .content_icons_each {
        width: 50%;
    }

    .content_bottom .content_bottom_each, .alternating .content_middle_each {
        width: 100%;
    }

    .right_content p {
        text-align: left;
    }

    .profile_page .overlay .middle {
        /*top: 30px;*/
    }

    .boxes_parent {
        margin: 0px;
    }

    .indicators ul li a img {
        max-width: 150px;
        /*display:none;*/
    }
    /*-----------------------------------------------------------*/
    .sidebarnav > div.cursor_parent {
        margin-left: -310px;
        /*        position:fixed;*/
        padding-top: 0;
        margin-bottom: 4px;
        z-index: 9999;
        /*        transform: translateY(85px) rotate(270deg);*/

        transform: translateY(-10px) rotate(270deg) translateX(15px);
    }


    .indicators ul li {
        border-bottom: none;
    }

        .indicators ul li a {
            transform: translateX(-39px) !important;
        }

            .indicators ul li a img {
                max-width: 123px;
            }
    /*--------------------------------------------------------------*/
    footer .footer_each:first-of-type p,
    footer .footer_each:first-of-type {
        text-align: left;
    }

    footer .footer_each:last-of-type,
    footer .footer_each {
        width: 100%;
    }

    footer .last_line p {
        margin-top: 11px;
        display: block;
        text-align: center;
    }

    .content_all_wrapper {
        top: -10px;
    }

    .workDetail_text {
        top: 0;
        margin: 23px 0;
    }

    .checkbox_each {
        width: 100%;
    }

    .form-group1, .form-group1.email,
    .form-group1.phone, .form-group1.comment {
        width: 100%;
        margin: 0 0 33px 0;
    }

    .contact_each .for_button, .right_content .for_button {
        text-align: center;
    }

        .contact_each .for_button a, .right_content .for_button a {
            margin-right: 0;
        }

    .contact_page .contact-content > p {
        top: -32px;
        text-align: left;
    }

    .person-review {
        flex-direction: column;
        align-items: self-start;
    }

    .right_content .person-review .type-p {
        font-size: 31px;
    }


    .ContactForm {
        flex-direction: column;
    }

    .details-page {
        margin-top: 40px;
    }

    .work-together p {
        text-align: center;
    }

    /*.less-icons {
        width: 100%;
    }*/

    .one-icn {
        width: 5%;
    }

    .icn img {
        width: 54px;
    }

    .checkbox-options {
        width: 95%;
    }

    .checkbox-area {
        flex-direction: row;
    }

    .checkbox-options input[type='checkbox'] {
        width: 28px;
        height: 28px;
    }

    .each-cheackbox {
        font-size: 10px;
    }

    .ContactForm {
        margin-top: 12px;
        align-items: center;
    }

    .container-flex {
        width: 91%;
    }

    .section-name-info {
        flex-direction: column;
    }

    footer .contact-icons {
        width: 30%;
    }

    .reviews-area .content {
        flex-direction: column-reverse;
    }

    .reviews-area .content {
        top: 0;
    }

    /*.btns {
        margin-top: 16px;
    }*/
}

@media only screen and (max-width: 375px) {
    .inside_header .video {
        top: -28vw;
    }

    .home_page .overlay .middle span.title_top {
        font-size: 20px;
        line-height: 32px;
    }

    .home_page .overlay .middle .for_button a {
        padding: 9px 19px 7px;
    }

    .home_page .overlay .middle h3 {
        /*font-size: 20px;*/
    }

    .home_page .content {
        top: 40px;
    }

    .slide-viewer {
        height: 215px;
    }

    .content_all_wrapper {
        top: 0;
    }

    .workDetail_text {
        margin: 55px 0;
        top: 0;
    }

    .stories-content {
        top: -66px;
    }

    .works-vid .overlay .middle,
    .workdetail_page .overlay .middle {
        top: 25px;
    }

    .contact_each .for_button a, .right_content .for_button a {
        padding: 14px 40px 13px;
    }

    .right_content .person-review .type-p {
        font-size: 27px;
    }

    .reviews-area .content {
        font-size: 14px;
    }

    .request-details {
        flex-direction: column;
    }

    .checkbox-options {
        width: 100%;
    }

    .checkbox-area {
        flex-direction: column;
    }

    .checkbox-options {
        margin-bottom: 15px;
    }

    .contactform-section {
        width: 85%;
    }

    /*.less-icons {
        width: 100%;
    }*/

    .one-icn {
        width: 5%;
    }

    .details-page {
        margin-top: -9px;
    }
}
