@charset "utf-8";
/* CSS Document */


body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'robotoregular';
}

* {
    border: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    color: inherit;
}

img {
    vertical-align: top;
}

iframe {
    width: 100% !important;
}

@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('roboto-regular-webfont.woff2') format('woff2'),
        url('roboto-regular-webfont.woff') format('woff'),
        url('roboto-regular-webfont.ttf') format('truetype'),
        url('roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bitstream_vera_sansroman';
    src: url('vera-webfont.eot');
    src: url('vera-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('vera-webfont.woff2') format('woff2'),
        url('vera-webfont.woff') format('woff'),
        url('vera-webfont.ttf') format('truetype'),
        url('vera-webfont.svg#bitstream_vera_sansroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansregular';
    src: url('liberationsans-regular-webfont.eot');
    src: url('liberationsans-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('liberationsans-regular-webfont.woff2') format('woff2'),
        url('liberationsans-regular-webfont.woff') format('woff'),
        url('liberationsans-regular-webfont.ttf') format('truetype'),
        url('liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('roboto-light-webfont.eot');
    src: url('roboto-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('roboto-light-webfont.woff') format('woff'),
        url('roboto-light-webfont.ttf') format('truetype'),
        url('roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1 {
    font: normal 20px 'bitstream_vera_sansroman';
    color: #fff;
    margin: 50px 0 0 0;
    padding: 0;
    letter-spacing: 2px
}

h2 {
    font: normal 20px 'bitstream_vera_sansroman';
    color: #fff;
    margin: 20px 0 20px 0;
    padding: 0;
    letter-spacing: 2px;
    font-weight: bold;
}

h3 {
    font: normal 27px 'bitstream_vera_sansroman';
    color: #fff;
    margin: 0px 0 20px 0;
    padding: 0;
    letter-spacing: 2px;
    font-weight: bold;
}

p {
    font: normal 15px 'liberation_sansregular';
    color: #fff;
    margin: 0px 0 0 0;
    padding: 0 0 20px 0;
    letter-spacing: 1px;
    line-height: 27px;
}

img {
    max-width: 100%;
}

@media \0screen {
    img {
        width: auto;
        /* for ie 8 */
    }
}



.tp_bar {
    padding: 0;
    position: relative;
    /*z-index:99;*/
}

.logo {
    padding: 5px 0 5px 15px;
    float: left;
}

.menu_right {
    float: right;
    position: relative;
}

.content {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#canvas {
    min-height: 100%;
}

.text_sec {
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 15px;
    height: 40px;
}

.typewriter h1 {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange;
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation:
        typing 3.5s steps(30, end),
        blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: orange
    }
}

.wcircle-menu {
    z-index: 99;
}

.wcircle-menu-item {
    font-size: 13px;
    font-family: 'bitstream_vera_sansroman';
    text-align: center;
    line-height: 100px;
}

.logo_text {
    position: absolute;
    top: 108px;
    text-align: center;
    left: 0;
    width: 100%;
    font-size: 11px;
}

.wcircle-menu-item a {
    display: block;
}

.wcircle-menu-item:hover {
    background-color: #FF6600 !important;
}


#content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10%;
}

.banner img {
    width: 100%;
}

.sim-button {
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    display: inline-block;
    cursor: pointer;
    color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    font-size: 13px;
    font-family: 'bitstream_vera_sansroman';
    padding: 0px 20px;
    color: #fff;
}

.sim-button span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sim-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0);
}

.sim-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0);

}

.sim-button:hover::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0);
}

.sim-button:hover::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0);
}

.goog-te-menu-frame {
    width: max-content !important;
    min-width: 54% !important;
    max-width: 100%;
}

.img_holder canvas {
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% 89%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 89%, 0 100%, 0 0);
    background-color: #fdbc2a;
    position: relative;
    z-index: 1;
}

ul.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list li {
    font: normal 15px 'robotolight';
    color: #fff;
    margin: 0px 0 0 0;
    padding: 0 10px 20px 20px;
    letter-spacing: 1px;
    background: url(../images/check.png) no-repeat left top;
    line-height: 20px;
}

.box1 {
    width: 50%;
    padding: 0;
    float: left;
}

.form_box {
    padding: 0;
    width: 48%;
}

.textbox1 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 34px;
    background-color: rgba(255, 255, 255, 0);
    font: normal 12px 'robotolight';
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    -webkit-appearance: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 30px;
}

.textarea1 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0);
    font: normal 12px 'robotolight';
    color: #fff;
    padding: 15px 0;
    margin: 0 0 15px 0;
    resize: none;
    overflow-y: hidden;
    display: block;
    -webkit-appearance: none;
    border-radius: 0 !important;
    box-shadow: none !important;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

.submit_btn {
    display: inline-block;
    height: 35px;
    background-color: #ffffff;
    font: normal 14px 'robotoregular';
    color: #b179d2;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 0 30px;
    margin-bottom: 34px;
    line-height: 35px;
}

.about_sec1 {
    background-color: #fff;
    padding: 180px 0 131px 0;
    text-align: center;
    margin-top: -160px;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 0);
    position: relative;
}


.about_sec1 p {
    font-size: 17px;
    color: #555555;
    line-height: 30px;
}

.about_sec_btm {
    padding: 5% 0 7% 0;
    text-align: center;
}

.back_btn {
    font: bold 16px 'liberation_sansregular';
    color: #fdbc2a;
    display: inline-block;
    background-color: #245989;
    border-radius: 35px;
    padding: 0 81px 0 35px;
    position: relative;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow: 0px 0px 0 100px #fff inset;
    margin-top: 40px;
    line-height: 55px;
}

.back_btn:hover {
    -webkit-box-shadow: 0px 0px 0 0px #fff inset;
    -webkit-transform: scale(1);
    color: #fff !important;
}

.arrow {
    animation: nudge 1s linear infinite alternate;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 26px;
    top: 10px;
}

@keyframes nudge {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(16px, 0);
    }

}

.icon1 {
    width: 73px;
    float: left;
    margin-right: 26px;
}

.text {
    overflow: hidden;
}

.text h3 {
    font-size: 17px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}

.service_sec {
    padding-bottom: 2px;
    overflow: hidden;
}

.icon2 {
    width: 73px;
    float: right;
    margin-left: 26px;
}

.service_btm p {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}

.design_sec1 {
    background-color: #fff;
    padding: 180px 0 131px 0;
    text-align: center;
    margin-top: -160px;
    -webkit-clip-path: polygon(100% 0, 100% 87%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 87%, 0 100%, 0 0);
    position: relative;
}

.design_sec1 h2 {
    color: #000000;
    margin: 0 0 20px 0;
    font-size: 40px;
}

.design_text p {
    font-size: 15px;
    color: #555555;
    line-height: 20px;
}

.design_sec_btm h2 {
    margin: 0 0 20px 0;
    font-size: 40px;
}

.img_ful1 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.marketing_top {
    background-color: #fff;
    padding: 180px 0 131px 0;
    text-align: center;
    margin-top: -160px;
    -webkit-clip-path: polygon(100% 0, 100% 72%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 72%, 0 100%, 0 0);
}

.marketing_top h2 {
    font-size: 45px;
    color: #737373;
    letter-spacing: 0;
    font-weight: bold;
}

.marketing_top h2 span {
    font-size: 30px;
    display: block;
    color: #555555;
}

.marketing_img {
    width: 220px;
    display: table-cell;
    vertical-align: middle;
}

.marketing_img img {
    width: 100%;
    padding: 20px;
    border-radius: 50%;
    border: 2px dashed #fedf99;
    position: relative
}

.marketing_img img:before {
    width: 10px;
    height: 10px;
    background-color: #ff0;
    position: absolute;
    content: '';
}

.marketing_text {
    overflow: hidden;
    padding-left: 50px;
}

.marketing_div {
    padding-bottom: 55px;
    overflow: hidden;
    text-align: left;
    display: table;
    height: 100%;
}


.about_sec1:before {
    background: url(../images/partical1.jpg) no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 91px;
}

.about_sec1:after {
    background: url(../images/partical2.jpg) no-repeat right bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 60px;
}

.about_sec1 .container,
.design_sec1 .container {
    position: relative;
    z-index: 9;
}

.design_sec1:before {
    background: url(../images/partical1.jpg) no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 117px;
}

.design_sec1:after {
    background: url(../images/partical2.jpg) no-repeat right bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 70px;
}




ul.marketing_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.marketing_list li {
    margin: 0;
    padding: 0;
    font: normal 15px 'liberation_sansregular';
    color: #fff;
    margin: 0px 0 0 0;
    padding: 0 0 16px 42px;
    background: url(../images/bullet.png) no-repeat left top;
}


.contact_top {
    background-color: #fff;
    padding: 150px 0 150px 0;
    text-align: center;
    margin-top: 0px;
    -webkit-clip-path: polygon(100% 0, 100% 87%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 67%, 0 100%, 0 0);
    position: relative;
    margin-top: -150px;
}

.contact_top:before {
    background: url(../images/partical1.jpg) no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 100px;
}

.contact_top:after {
    background: url(../images/partical2.jpg) no-repeat right bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: 70px;
}

.contact_top .container {
    position: relative;
    z-index: 9;
}

.contact_top h2 {
    font-size: 28px;
    color: #737373;
    letter-spacing: 0;
    font-weight: bold;
}

.contact_btm {
    padding: 6% 0;
}

.contact_btm h3 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 40px;
}

.address p {
    position: relative;
}

.address p img {
    position: absolute;
    left: 0;
    top: 5px;
}

ul.title_list {
    margin: 0;
    padding: 50px 0 0 0;
    list-style: none;
}

ul.title_list li {
    font: normal 13px 'liberation_sansregular';
    color: #ffffff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 20px;
    letter-spacing: 2px;
    transition: all 0.2s ease 0s;
}

ul.title_list li:hover {
    padding-top: 5px;
}

ul.title_list li:before {
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
}

ul.title_list li:first-child {
    padding-left: 0;
}

ul.title_list li:first-child:before {
    display: none;
}

ul.title_list li a {
    position: relative;
}

.sitemap {
    padding: 20px 0 100px 0;
    text-align: center;
}

.sitemapmenu {
    position: relative;
    padding-top: 50px;
}

.sitemapmenu:after {
    width: 1px;
    height: 52px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
}

.sitemapmenu ul {
    margin: 0;
    padding: 40px 0 0 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.sitemapmenu ul li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    font-size: 13px;
    font-family: 'bitstream_vera_sansroman';
    color: #fff;
    line-height: 110px;
    position: relative;
}

.sitemapmenu ul li:before {
    width: 1px;
    height: 40px;
    position: absolute;
    content: '';
    left: 0;
    top: -40px;
    right: 0;
    margin: 0 auto;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
}

.sitemapmenu ul li a {
    display: block;
}

.contact_banner {
    -webkit-clip-path: polygon(100% 0, 100% 91%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 91%, 0 100%, 0 0);
    position: relative;
    z-index: 9;
}

.contact_banner img {
    width: 100%;
}

/***/
.circle-nav-wrapper .circle-nav-menu.circle-nav-open .circle-nav-item.circle-nav-item-51 {
    top: 126px;
    left: 54px;
}

.circle-nav-wrapper .circle-nav-menu.circle-nav-open .circle-nav-item.circle-nav-item-52 {
    top: 156px;
    left: 54px;
}

/*.circle-nav-wrapper .circle-nav-menu.circle-nav-open .circle-nav-item.circle-nav-item-51 a*/
/*{*/
/*     font-size:13px;*/
/*}*/
/*.circle-nav-wrapper .circle-nav-menu.circle-nav-open .circle-nav-item.circle-nav-item-52 a*/
/*{*/
/*    font-size:13px;*/
/*}*/
.circle-nav-wrapper .circle-nav-menu.circle-nav-open .circle-nav-item.circle-nav-item-53 {
    top: 246px;
    left: 54px;
}

/*.circle-nav-wrapper .circle-nav-menu.circle-nav-open .circle-nav-item.circle-nav-item-53 a*/
/*{*/
/*     font-size:13px;*/
/*}*/
/***/
@media(min-width:1024px) {
    ul.title_list li a:after {
        content: "";
        bottom: 0;
        height: 2px;
        left: 50%;
        position: absolute;
        width: 0;
    }

    ul.title_list li a:hover:after {
        width: 100%;
        margin-left: -50%;
    }

    ul.title_list li a::after {
        bottom: -5px;
        height: 1px;
        background: #fff;
        transition: all 0.2s ease 0s;
    }
}

footer {
    background-color: #1e4f7e;
    padding: 14px 0px;
    overflow: hidden;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

footer ul li {
    font: normal 13px 'liberation_sansregular';
    color: #ffffff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 20px;
    letter-spacing: 2px;
}

footer ul li:before {
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
}

footer ul li:first-child {
    padding-left: 0;
}

footer ul li:first-child:before {
    display: none;
}

footer p {
    float: right;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-family: 'liberation_sansregular';
    letter-spacing: 2px;
    font-size: 13px;
}

@media(min-width:1025px) {
    .row_equal_height {
        display: flex;
    }
}

@media(max-width:1199px) {
    .contact_top:after {
        bottom: 50px;
    }

    .img_auto {
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width: 1024px) .text_sec {
    height: 80px;
    overflow: hidden;
}

@media(max-width:1023px) {
    .typewriter h1 {
        font-size: 17px;
    }

    #menu_icon {
        margin-top: 0 !Important;
        position: absolute !important;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto !important;
    }

    .design_sec1 {
        -webkit-clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 95%, 0 100%, 0 0);
    }

    .design_sec1 h2,
    .design_sec_btm h2 {
        font-size: 23px;
    }

        {
        font-size: 30px;
    }

    .mobile_img {
        width: 500px;
        height: 300px;
        margin: 0 auto;
        display: block;
    }

    .icon1,
    .icon2 {
        width: 47px;
    }

    .text h3 {
        padding-top: 4px;
    }

    .marketing_img {
        width: 160px;
    }

    .marketing_img img {
        padding: 10px;
    }

    .about_icon {
        width: 170px;
    }

    .contact_top:after {
        bottom: 30px;
    }

    .home_body {
        position: fixed;
        width: 100%;
    }

    .design_sec1:after {
        bottom: 0;
    }

    .sitemapmenu ul li {
        width: 90px;
        height: 90px;
        margin: 0 3px;
        font-size: 12px;
        line-height: 90px;
    }

}


@media(max-width:767px) {
    #typeWriter h1 {
        font-size: 15px;
    }

    #menu_icon {
        margin-top: 0 !Important;
        width: 60px !important;
        height: 60px !important;
        top: 70%;
    }

    .wcircle-menu-item {
        width: 60px !important;
        height: 60px !important;
        font-size: 8px;
        line-height: 60px;
    }

    .logo_text {
        top: 64px;
    }

    /*.wcircle-menu{z-index:9;}*/
    .logo {
        padding-left: 15px;
    }

    .about_sec1 {
        -webkit-clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 0);
        padding-bottom: 81px;
    }

    footer ul {
        float: none;
        text-align: center;
    }

    footer ul li {
        padding: 0 7px 0 10px !important;
    }

    footer p {
        float: none;
        text-align: center;
    }

    .text_left {
        text-align: left;
    }

    .icon2 {
        float: left;
        margin: 0 26px 0 0;
    }

    .text h3 {
        font-size: 16px;
    }

    .marketing_img {
        margin: 0 auto 10px auto;
        float: none;
    }

    .contact_btm h3 {
        font-size: 15px;
    }

    .home_slogan {
        display: none;
    }

    .img_holder canvas {
        clip-path: none;
        background-color: #fff;
    }

    .text h3 {
        padding-top: 8px;
    }

    .about_icon {
        width: 130px;
    }

    .contact_top {}

    .contact_top:before {
        width: 100%;
        height: 80px;
        background-position: left bottom;
    }

    .contact_top:after {
        width: 100%;
        height: 80px;
        bottom: 0;
        background-position: left top;
    }

    .about_sec1:after {
        bottom: 0;
    }

    .design_sec1:after {
        bottom: 0;
    }

    .sitemap {
        padding-bottom: 40px;
    }

    .sitemap img {
        display: none;
    }

    .sitemapmenu:after {
        display: none;
    }

    .sitemapmenu ul {
        border: none;
        display: block;
        padding: 0;
    }

    .sitemapmenu ul li:before {
        display: none;
    }

    .sitemapmenu ul li {
        display: block;
        margin: 0 0 16px 0;
        padding: 0 0 0px 30px;
        background-color: transparent !important;
        text-align: left;
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: normal;
    }

    .sitemapmenu ul li:after {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
    }

    .sitemapmenu ul li:first-child:after {
        background-color: #fa534b;
    }

    .sitemapmenu ul li:nth-of-type(2):after {
        background-color: #66860b;
    }

    .sitemapmenu ul li:nth-of-type(3):after {
        background-color: #0b8ac8;
    }

    .sitemapmenu ul li:nth-of-type(4):after {
        background-color: #fdbc2a;
    }

    .sitemapmenu ul li:nth-of-type(5):after {
        background-color: #b179d2;
    }

    .sitemapmenu ul li:nth-of-type(6):after {
        background-color: #a8074b;
    }

    .sitemapmenu ul li:nth-of-type(7):after {
        background-color: #84b73e;
    }

    .sitemapmenu {
        padding-top: 0;
    }

    .contact_top {
        -webkit-clip-path: polygon(100% 0, 100% 67%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 89%, 0 100%, 0 0);
        position: relative;
    }

    .contact_top {
        margin-top: -40px;
        padding: 70px 0;
    }

    .contact_top:before {
        top: 0;
    }
}


@media(max-width:667px) {
    body {
        position: fixed;
        width: 100%;
    }

    #menu_icon {
        top: 41%;
    }

    #content {
        padding: 0 15px;
    }
}


@media(max-width:567px) {
    #typeWriter h1 {
        letter-spacing: 0;
        margin-top: 15px;
    }

    #menu_icon {
        margin-top: 0 !Important;
        width: 60px !important;
        height: 60px !important;
        top: 50%;
    }

    .wcircle-menu-item {
        width: 60px !important;
        height: 60px !important;
        font-size: 8px;
        line-height: 60px;
    }

    .logo_text {
        top: 68px;
        left: -20px;
        width: 100px;
        font-size: 7px;
    }

    .logo {
        width: 131px;
    }

    .box1 {
        width: 100%;
    }

    .about_sec1 {
        -webkit-clip-path: polygon(100% 0, 100% 94%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 94%, 0 100%, 0 0);
    }

    .about_sec1 p {
        font-size: 14px;
    }

    h3 {
        font-size: 23px;
    }

    .icon1,
    .icon2 {
        margin-right: 11px;
    }

    .home_slogan {
        display: block;
    }

    .design_sec_btm h2 {
        font-size: 23px;
    }

    .marketing_img img {
        padding: 10px;
    }

    .marketing_img {
        width: 130px;
        margin: 0 auto;
        display: block;
    }

    .marketing_text {
        padding-left: 0;
    }

    h2 {
        font-size: 17px;
    }

    .icon1,
    .icon2 {
        width: 47px;
    }

    .text h3 {
        font-size: 12px;
        padding-top: 11px;
    }

    .mobile_img {
        width: 300px;
        height: 150px;
    }

    ul.title_list li {
        font-size: 12px;
        padding: 0 7px !important;
        letter-spacing: 0
    }

    ul.title_list li:before {
        height: 11px;
    }

    .design_sec1:after {
        bottom: 10px;
    }

    .marketing_top {
        padding-bottom: 0 !important;
    }

    .marketing_top:after {
        bottom: -20px !Important;
    }

    .about_sec1:after {
        bottom: -10px;
    }

    .design_sec1:before {
        top: 111px;
    }
}

.box_style {
    display: -webkit-inline-box;
}

@media(min-width:768px) {
    .row_equal_height2 {
        display: flex;
    }
}


#loading {
    width: 100px;
    height: 100px;
    border: 2px solid #ccc;
    border-top-color: #f50;
    border-radius: 100%;

    /* here we center it*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;

    /* Tha animation*/
    animation: round 1s linear infinite;
}

@keyframes round {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}


/*.box_style {
    display: -webkit-inline-box;
}*/
.media-img {
    margin-top: 3rem;
    padding-right: 10px;
}

.media-img img {
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
}

#overlay {
    opacity: 1;
    left: 0;
    top: 0;
    z-index: 9999;
}

.hh1 {
    position: relative;
    text-align: center;
    margin-top: 0;
}


@media screen and (min-device-width: 1024px) {
    .hh1 {
        top: -3rem
    }
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
    .hh1 {
        display: block;
    }

}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .hh1 {
        display: none;
    }
}

@media screen and (min-device-width:1024px) and (max-device-width: 1100px) and (orientation: landscape) {
    .hh1 {
        display: none;
    }

}


@media(max-width:768px) {
    .media-img {
        width: 90px;
        margin: 0 auto;
        display: block;
        float: none;
        vertical-align: middle;
        text-align: center;
        padding-right: 0px;
    }

    .box_style {
        display: block;
    }

    .media-img img {
        padding: 10px;
    }

    .media-img1 img {
        width: 150px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}



/*span.downarrow {
    display: -webkit-inline-box !important;
    position: relative;
    z-index: 100;
}


.sub-menu { display: none; background-color: #ff796e;
    z-index: 1001;
    visibility: visible;
    position: relative;}

   .sub-menu li {
    padding: 5px;
    font-size: 12px;
}*/