.home header:after {
	content: '';
    width: 100%;
	height: 110px;
	opacity: 0.8;
    position: absolute;
    left: 0;
    top: 45px;
	z-index: -1;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
.home header.headSmall:after {
	content: none;
}
.hero-text {
  text-transform: uppercase; 
  color: #fff;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 800;
  font-size: 6vw;
line-height: 5vw;
  position: absolute;
    bottom: 130px;
    left: 60px;
}
.hero-text:after { 
  position: absolute;
  bottom:5px;
  content: '';
  transform: skew(-23.5deg);
  height: 4vw;
    width: 1.3vw;
    right: -3.2vw;
  background: rgb(100,0,143); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(100,0,143,1) 0%, rgba(173,75,170,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(100,0,143,1) 0%,rgba(173,75,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(100,0,143,1) 0%,rgba(173,75,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64008f', endColorstr='#ad4baa',GradientType=1 );
}
.welcome {
	background: -webkit-linear-gradient(10deg, rgba(104,4,144,1) 0%,rgba(173,75,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  .to {
	background: -webkit-linear-gradient(10deg, rgba(100,0,143,1) 0%,rgba(117,17,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }

#hero-text-container {
	position: absolute;
	left:0px;
	bottom: 0px;
	animation-name: show;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url('/_layouts/15/IMAGES/OFMWebsite/img/rebrand-video-text.jpg');
    background-size: cover;
    background-position: right center;
}

.active #hero-text-container {
	animation-name: hide;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

#hero-text-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-learn-more {
    background: #64008F;
    padding: 14px 24px;
    color: #FFF;
    font-size: 20px;
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 2;
    border: none;
    margin: 0;
    letter-spacing: 1px;
    font-family: Arial;
    cursor: pointer;
    transition: .2s ease-in-out;
    animation-name: show;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	cursor: pointer;
}

.hero-learn-more:hover {
    text-decoration: underline;
    background: #64008F;
}

.active .hero-learn-more {
    animation-name: hide;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.hero-video-container {
    width: 100vw;
    height: 90vh;
    position: relative;
}

#rebrand-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-play-button {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
    animation-name: show;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
	cursor: pointer;
}

.active .hero-play-button {
	animation-name: hide;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.hero-play-button img {
	max-width: 90px;
	opacity: 0.9;
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        z-index: -1;
        opacity: 0;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    1% {
        z-index: 2;
        opacity: 0;
    }
    100% {
        opacity: 1;
        z-index: 2;
    }
}

section.part1, section.part2, section.part3, section.part4, footer {
    overflow: hidden
}

section.part1 {
    margin-top: -5px;
}

section {
    padding-bottom: 20px;
    float: left
}

.home section {
    width: 100%;
    background: #f8f8f8;
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.home .dwArr {
    width: 100%;
    clear: both;
    padding: 0;
    position: relative;
    z-index: 6;
    float: left;
    text-align: center;
    overflow: hidden;
    height: 55px;
}

.dwArr .shdw {
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 3
}

.dwArr .arr {
    margin-top: -25px;
    z-index: 2;
}

.home section h1 {
    font-size: 42px;
    font-weight: bold;
    font-family: Arial;
    color: #222;
    margin: 0 0 10px;
    padding: 0 40px;
    width: calc(100% - 80px) !important;
}

.campaignSptl .text h1 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    font-family: Arial;
}

.home section .txtPrt1, .home .part3 .visionTxt {
    width: 100%;
    display: block;
    float: none;
    margin: 0px auto;
    max-width: 650px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
}

.home section.part2, .home section.part3, .home section.part4 {
    width: calc(100% - 80px);
    z-index: 2;
    padding-top: 40px;
    margin-top: 0 !important;
}

.home section.part2 {
    background: #FFF;
    padding: 40px 0 !important;
    overflow: hidden;
}

.home section.part3 {
    background: #F8F8F8;
    padding: 0 40px 40px !important;
    width: calc(100% - 80px) !important;
    overflow: hidden;
}

.home section.part2 .bg1 {
    background: #FFF;
    float: left;
    clear: both;
    width: 100%;
}

.home section.part2 .bg2 {
    padding: 0 !important;
    width: 100%;
}

.home .header {
    width: calc(100% - 80px);
    max-width: none;
    padding: 0 40px;
}

.home header {
    background: -moz-linear-gradient(top, rgba(100,0,143,1) 0%, rgba(100,0,143,1) 36%, rgba(100,0,143,0) 36%, rgba(100,0,143,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(100,0,143,1) 0%,rgba(100,0,143,1) 36%,rgba(100,0,143,0) 36%,rgba(100,0,143,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(100,0,143,1) 0%,rgba(100,0,143,1) 36%,rgba(100,0,143,0) 36%,rgba(100,0,143,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64008f', endColorstr='#0064008f',GradientType=0 );
}

    .home header.headSmall {
        background: -moz-linear-gradient(top, rgba(100,0,143,1) 0%, rgba(100,0,143,1) 33.5%, rgba(255,255,255,1) 33.5%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(100,0,143,1) 0%,rgba(100,0,143,1) 33.5%,rgba(255,255,255,1) 33.5%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(100,0,143,1) 0%,rgba(100,0,143,1) 33.5%,rgba(255,255,255,1) 33.5%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64008f', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

.wrapper.home {
    max-width: none;
    width: 100%;
    padding-top: 45px !important;
}

#searchInputBox {
    margin: 0 !important;
}

#SearchBox {
    padding: 0;
}

.ms-srch-sb-borderFocused {
    border: none !important;
}

.topNav li {
    background: none;
    position: relative;
}

    .topNav li:after {
        content: '';
        position: absolute;
        background: #FFFFFF;
        height: 15px;
        width: 3px;
        top: 15px;
        right: 4px;
        transform: skew(-23.5deg);
    }

    .topNav li:last-child:after {
        content: none;
    }

    .topNav li a {
        color: #FFFFFF;
        transition: .2s ease-in-out;
        letter-spacing: 0.6px;
    }

        .topNav li a:hover {
            color: #FFE270 !important;
        }

.contact {
    background: #FFFFFF !important;
    height: 36px !important;
    color: #64008F !important;
    right: 40px !important;
    font-size: 12px !important;
    width: 121px !important;
    letter-spacing: 0.6px;
    padding-top: 10px !important;
    transition: .2s ease-in-out;
}

    .contact:hover {
        background: #64008F !important;
        color: #FFFFFF !important;
    }

.signin {
    right: 120px !important;
    height: 45px !important;
    width: 200px !important;
}

    .signin li {
        position: relative;
        height: 45px !important;
        padding: 0 22px 0 8px !important;
        background: transparent !important;
    }

        .signin li a {
            color: #FFFFFF !important;
            font-size: 12px !important;
            letter-spacing: 0.6px;
            transition: .2s ease-in-out
        }

            .signin li a:hover {
                color: #FFE270 !important;
            }

        .signin li:after {
            content: '';
            position: absolute;
            background: #FFFFFF;
            height: 15px;
            width: 3px;
            top: 14px;
            right: 4px;
            transform: skew(-23.5deg);
        }

        .signin li:last-child {
            padding: 0 10px !important;
        }

            .signin li:last-child:after {
                content: none;
            }

.home .mainNav {
    right: 40px
}

    .home .mainNav #sfsMenu li.OFMstatic {
        background: none;
        padding: 0px 20px 0 10px;
        position: relative !important;
    }

    .home .mainNav #sfsMenu li:after {
        content: '';
        position: absolute;
        background: #FFFFFF;
        height: 15px;
        width: 3px;
        top: 13px;
        right: 4px;
        transform: skew(-23.5deg);
    }

.home .headSmall .mainNav #sfsMenu li:after {
    background: #222222;
}

.home .hrBanLnk div:first-child {
    position: relative;
}

    .home .hrBanLnk div:first-child:after {
        content: '';
        width: 100%;
        height: 130px;
        position: absolute;
        top: 0px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    }

.home #sfsMenu li a {
    font-size: 14px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.home .headSmall #sfsMenu li a {
    color: #222 !important;
}

.home .OFMdynamic {
    border: none !important;
    background: #FFFFFF !important;
}

.home #sfsMenu li ul li {
    background: none !important;
    text-indent: 24px;
    position: relative;
}

    .home #sfsMenu li ul li a {
        color: #222 !important;
        text-transform: capitalize;
        font-size: 12px !important;
        transition: .2s ease-in-out;
    }

    .home #sfsMenu li ul li:before, .lvl2_13:before {
        content: '';
        position: absolute;
        left: 15px;
        top: 12px;
        background: #64008F;
        width: 3px;
        height: 15px;
        transform: skew(-23.5deg);
        transition: .2s ease-in-out;
    }

    .home #sfsMenu li ul li:after {
        content: none !important;
    }

    .home #sfsMenu li ul li a:hover {
        background: #64008F;
    }

    .home #sfsMenu li ul li:hover:before {
        background: #FFF;
    }

.home #sfsMenu li.thrdLvlMn:nth-child(5) ul.OFMdynamic {
    min-width: 670px;
    right: -115px;
}

.home #sfsMenu li.thrdLvlMn:nth-child(2) ul.OFMdynamic {
    min-width: 670px;
    right: -540px;
}

.home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_10,
.home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_22,
.home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_34,
.home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_39,
.home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_58,
.home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_66,
.home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_73,
.home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_79 {
    background: #64008F !important;
}

    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_10 a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_22 a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_34 a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_39 a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_58 a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_66 a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_73 a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_79 a {
        text-transform: uppercase !important;
        color: #fff !important;
        text-indent: 16px;
        padding-left: 0px;
    }
    /* .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li:nth-child(3):before {content: none !important;} */
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_10 ul li a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_22 ul li a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_34 ul li a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_39 ul li a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_58 ul li a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_66 ul li a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_73 ul li a,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_79 ul li a {
        text-indent: 8px;
        color: #222 !important;
        text-transform: capitalize !important;
        padding: 13px 0 13px 15%;
    }

        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_10 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_22 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_34 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_39 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_58 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_66 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_73 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_79 ul li a:hover {
            color: #fff !important;
        }

    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_10:before,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_22:before,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_34:before,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_39:before,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_58:before,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_66:before,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_73:before,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_79:before {
        content: none;
    }

.home .dwArr {
    display: none !important;
}

.home .part1 .cont_area {
    width: 100%;
    margin: auto;
}

.campaignSptl .img:after {
    content: '';
    position: absolute;
    background: #FFF;
    width: 360px;
    height: 160%;
    top: -20%;
    right: -15%;
    z-index: 2;
    transform: skew(-23.5deg);
}

.campaignSptl .img img {
    width: 100%;
    height: auto;
}

.home a.bluTxt {
    color: #fff !important;
    background: #64008F;
    padding: 15px 20px;
    position: relative;
    top: 20px;
    font-size: 14px;
}

.home .threeColmRow {
    padding: 0;
    max-width: 1600px;
    margin: 30px auto 0;
    float: none;
}

    .home .threeColmRow .imgRow, .home .threeColmRow .imgRow:nth-of-type(2), .home .threeColmRow .imgRow:nth-of-type(3) {
        width: 33.33%;
        margin: 0;
        border-right: 2px solid white;
    }

        .home .threeColmRow .imgRow:nth-of-type(3) {
            border: none;
        }

        .home .threeColmRow .imgRow, .home .threeColmRow .imgRow:nth-of-type(2) {
            width: calc(33.33% - 2px);
        }

            .home .threeColmRow .imgRow .ms-rtestate-field a {
                height: 200px;
            }

                .home .threeColmRow .imgRow .ms-rtestate-field a img {
                    width: 100%;
                    height: auto;
                }

            .home .threeColmRow .imgRow h2 {
                font-size: 28px;
                font-weight: bold;
                color: #222;
                position: absolute;
                text-align: left;
                left: 25px;
                bottom: -65px;
                background: none;
                width: 100%;
            }

    .home .threeColmRow .colm {
        margin: auto !important;
        width: calc(33% - 84px) !important;
        padding: 42px !important;
        margin: 0 !important;
    }

        .home .threeColmRow .colm ul {
            margin: 25px 0 0;
        }

            .home .threeColmRow .colm ul li {
                position: relative;
                line-height: 40px;
                padding-left: 20px;
                background: none !important;
            }

                .home .threeColmRow .colm ul li:after {
                    content: '';
                    position: absolute;
                    left: 0px;
                    top: 12px;
                    background: #64008F;
                    width: 3px;
                    height: 15px;
                    transform: skew(-23.5deg);
                }

                .home .threeColmRow .colm ul li a {
                    color: #222 !important;
                    transition: .2s ease-in-out;
                }

                    .home .threeColmRow .colm ul li a:hover {
                        color: #64008F !important;
                    }

.home .campaignSptl .text {
    width: calc(29% - 30px);
    margin: 15px 0 0;
}

    .home .campaignSptl .text h1 {
        padding: 0 40px 0 0;
    }

.home .smallBtn {
    color: #fff !important;
    background: #64008F;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

    .home .smallBtn:hover {
        text-decoration: underline !important;
    }

.home .part2 .threeColmRow .colm {
    margin-top: 120px !important;
}

    .home .part2 .threeColmRow .colm h2 {
        font-size: 28px;
        font-weight: bold;
        color: #222;
    }

    .home .part2 .threeColmRow .colm p {
        font-size: 18px;
        color: #222;
    }

.home .percentageBox {
    padding: 0 !important;
    width: 100%;
}

    .home .percentageBox > div {
        max-width: 920px;
        width: 100%;
        margin: 0 auto;
    }

.home #article > div {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.home .part3 h2 {
    font-weight: bold;
}

.home .targetIc, .home .mediaIc, .home .resultIc {
    background-size: contain;
    height: 25px;
    width: 25px;
}

.home .part3 > div img {
    width: 280px !important;
    height: auto !important;
    margin-top: 20px;
}

.mobile-hero-banner {
	display: none;
}

.mobile-hero-banner img {
	width: 100%;
	height: auto;
}

/*commented code- remove circle dots from the page*/
/*.home section.part2 .bg2 {
        background: url("/_layouts/15/IMAGES/OFMWebsite/img/bgCircles2.png") no-repeat center -30px;
        float: left;
        clear: both;
        padding: 40px 2% 30px;
    }*/
section.part3 {
    padding-bottom: 70px !important;
}

    section.part3 .visionTxt {
        width: 90%;
        font: normal 16px/25px arial;
        float: none;
        margin: 0px auto;
        padding-top: 20px;
    }

    section.part3 h2 {
      line-height: 30px;
      text-align: center;
      padding: 60px 0;
      position: relative;
      top: 30px;
    }

    section.part3 .visionTxt h2 {
        font: bold 30px arial;
        color: #333;
    }

.bannerImg {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: none;
}

    .bannerImg img {
        width: 100%;
    }

    .bannerImg div.herobnr_cnt {
        display: none;
        position: absolute;
        bottom: 5px;
        left: 5%;
        width: 920px;
        background: url("/_layouts/15/IMAGES/OFMWebsite/img/overlayBg.png") repeat;
        height: 190px;
        text-align: center
    }

        .bannerImg div.herobnr_cnt h1 {
            font: normal 72px arial;
            color: #fff;
            text-align: center;
            margin-top: -28px;
            float: left;
            width: 100%;
            margin-bottom: 0px;
        }

        .bannerImg div.herobnr_cnt p {
            color: #fff;
            font: normal 16px arial;
            margin: 20px 5%;
            width: 90%;
        }

.bannerArea {
    width: 100%;
    overflow: hidden;
    float: left;
    height: 500px;
    clear: both;
    position: relative
}

    .bannerArea ul {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 9999;
        padding: 0;
        margin: 0;
        width: auto;
        height: 30px;
    }

        .bannerArea ul li {
            border-radius: 50%;
            border: 1px solid #333;
            background: #fff;
            margin: 0 5px;
            background: #fff;
            list-style-type: none;
            width: 20px;
            height: 20px;
            float: left;
            cursor: pointer
        }

    .bannerArea img {
        display: none;
        position: absolute;
    }

        .bannerArea img:nth-of-type(1) {
            display: block
        }

.ovly {
    position: absolute;
    padding: 10px;
    bottom: 10px;
    left: 10px;
    background: url("/_layouts/15/IMAGES/OFMWebsite/img/banner_ovly.png") repeat;
    width: 200px;
    height: 100px;
    color: #fff;
    display: none
}

    .ovly h2 { /*font:bold 16px arial;*/
        margin: 10px 0;
    }

    .ovly p {
        font: normal 13px arial;
    }

    .ovly a {
        display: block;
        width: 47px;
        float: right;
        text-decoration: none;
        background: #fff;
        border-radius: 5px;
        height: 25px;
        font: bold 12px/25px arial;
        color: #000;
        text-indent: 10px;
    }

.cont_area {
    float: left;
    clear: both;
    width: 100%;
    min-height: 100px;
}

.part1 .cont_area {
    margin-left: 0.8%;
    width: 99%
}

section h1 {
    margin: 30px 0;
    width: 100%;
    text-align: center
}

.threeColmRow {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0;
}

    .threeColmRow .colm {
        width: 32.1%;
        float: left;
        margin: 10px 0;
        color: #333333;
    }

    .threeColmRow .imgRow {
        width: 32.1%;
        margin-right: 1.2%;
        margin-top: 40px;
        float: left;
        height: auto;
        position: relative;
        background-size: 100% !important;
    }

        .threeColmRow .imgRow:nth-of-type(2) {
            margin-top: 20px;
        }

        .threeColmRow .imgRow h2 {
            position: absolute;
            bottom: -10px;
            text-indent: 10px;
            left: 25px;
            color: #fff;
            background: url(/_layouts/15/IMAGES/OFMWebsite/img/tltBlu2.png) no-repeat;
            background-size: 100%;
            width: 260px;
            height: 57px;
            font: normal 24px/57px arial;
        }

    .threeColmRow .colm ul {
        margin: 25px 0 0 25px;
    }

    .threeColmRow .colm li {
        list-style-position: inside;
        list-style: none;
        background: url("/_layouts/15/IMAGES/OFMWebsite/img/arrVlt.png") no-repeat 0px 12px;
        padding-left: 15px;
        line-height: 30px;
    }

    .threeColmRow .titleRow {
        font: bold 14px arial;
    }

.part1 .threeColmRow .colm {
    margin-right: 1.2%;
}

    .part1 .threeColmRow .colm:nth-child(2) {
        margin-top: -10px;
    }


.threeColmRow2 {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0;
}

    .threeColmRow2 .colm {
        width: 31%;
        float: left;
        margin: 10px 1%;
        min-height: 100px;
    }

    .threeColmRow2 .img {
        height: 80px;
        background: #333;
        float: left;
        clear: both;
        width: 95%
    }

    .threeColmRow2 .colm .titleRow {
        margin-top: 0px !important;
        height: 40px !important;
    }

    .threeColmRow2 .colm h2 {
        margin: 15px 0 0;
        font: bold 14px arial;
    }

    .threeColmRow2 .colm h3 {
        font-size: 12px;
        margin-top: 20px;
    }

    .threeColmRow2 .colm span {
        font: normal 12px arial;
    }

    .threeColmRow2 .colm p {
        margin-top: 10px;
    }

.btnRow {
    height: 40px;
}

.titleRow {
    float: left;
    width: 100%;
    height: 70px;
    margin-top: 30px;
    font: bold 16px arial;
    color: #336699;
}

    .titleRow a {
        display: block;
        width: 150px;
        float: right;
        text-decoration: none;
        margin-right: 15px;
        color: #BCBCBC
    }

    .titleRow div {
        color: #000;
        font: normal 12px arial;
    }

.campaignSptl {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

    .campaignSptl .img {
        float: left;
        width: 71%;
        min-height: 320px;
        height: 50vh;
        background-size: 100%;
        position: relative;
        z-index: 2
    }

    .campaignSptl .text {
        float: left;
        width: 29%;
        padding: 15px;
        height: 300px;
        background: url(/_layouts/15/IMAGES/OFMWebsite/img/whiteOvly.png) repeat;
        position: relative;
        z-index: 3;
        margin: 15px 0 0 -30px
    }

        .campaignSptl .text h1 {
            text-align: left;
            margin: 0px 0 15px;
        }

        .campaignSptl .text h2 {
            font: italic 14px arial;
            width: auto;
            line-height: 32px;
            color: #222;
            background: none;
        }

        .campaignSptl .text p {
            font: normal 16px/24px arial;
            color: #333;
            margin: 20px 0;
            width: 90%;
        }

.part2 {
    width: 100% !important;
    padding: 0 !important
}

    .part2 .threeColmRow .colm {
        margin: 20px 0.5%;
        background: #fff;
        min-height: 215px;
        padding: 25px 3%;
        width: 26.3%;
    }

        .part2 .threeColmRow .colm .targetIc, .part2 .threeColmRow .colm .mediaIc, .part2 .threeColmRow .colm .resultIc {
            position: relative;
            top: -52px
        }

        .part2 .threeColmRow .colm h2 {
            font: normal 24px arial;
            color: #5a2e80;
            margin: -20px 0 20px;
        }

        .part2 .threeColmRow .colm p {
            font: normal 16px/24px arial;
        }

.part4 {
    background: #f1f1f2 !important;
    padding: 40px !important;
}

    .part4 .titleRow {
        color: #64008F;
        font: bold 30px arial;
        height: 50px;
    }

    .part4 .colm1 {
        float: left;
        width: 52% !important;
        margin-right: 3%;
        min-height: 100px;
    }

    .part4 .colm2 {
        float: right;
        width: 32% !important;
        min-height: 100px;
    }

        .part4 .colm2 .txt {
            width: calc(100% - 100px) !important
        }


    .part4 .row {
        padding: 13px 0;
        border-top: 1px solid #c2c3c4;
    }

    .part4 .date {
        float: left;
        padding: 10px 10px 0 0;
        width: 34px;
        text-align: right;
        border-right: 1px solid #c2c3c4
    }

    .part4 .dateTxt {
        width: 310px;
        float: right;
        padding-right: 22px;
    }

    .part4 .date p:nth-child(1) {
        font: normal 15px arial;
        color: #666666
    }

    .part4 .date p:nth-child(2) {
        font: bold 15px arial;
        color: #57585b
    }

    .part4 .date p:nth-child(3) {
        font: normal 13px arial;
        color: #999999
    }

    .part4 .txt {
        float: left;
        padding: 10px 0 0 17px;
        width: 100% !important;
        max-width: 450px;
    }

        .part4 .txt h3 {
            font: bold 14px arial;
            color: #333;
            margin-bottom: 10px;
        }

        .part4 .txt p {
            font: normal 14px/24px arial;
        }

        .part4 .txt a {
            font: italic 14px arial;
            color: #57585b
        }

    .part4 .img {
        float: right;
        padding: 10px 0 0 0px;
        width: 250px;
    }

    .part4 .btnRow {
        float: left;
        width: 100%;
        clear: both;
        text-align: right;
    }

.threeColmRow a {
    color: #333 !important;
    font: normal 16px arial
}

    .threeColmRow a:hover {
        color: #51bfeb !important;
        text-decoration: underline
    }

.part4 .txt a:hover {
    /*color: #64008F !important;*/
    color: #2d66ff !important;
    text-decoration: underline
}


.breadgram {
    width: 100%;
    float: left;
    clear: both;
    height: 30px;
}

    .breadgram .links {
        width: 70%;
        float: left;
        height: 30px;
        background: #CBCBCB
    }

    .breadgram .mrPrdt {
        width: 30%;
        float: left;
        height: 30px;
        background: #B8B8B8;
    }

.subPage .titleRow {
    float: left;
    width: 50%;
    height: 80px;
    text-indent: 2%;
}

    .subPage .titleRow span {
        padding-left: 2%;
        font: normal 14px arial;
    }

.subPage .imgColm {
    float: right;
    width: 49%;
    margin-left: 1%;
    background: #F3DDDD;
    height: 300px
}

.subPage .contArea {
    float: left;
    width: 48%;
    height: 300px;
    padding-left: 2%
}

    .subPage .contArea h2 {
        margin-top: 20px;
        margin-bottom: 10px;
        font: bold 12px arial;
    }

    .subPage .contArea ul {
        margin-bottom: 15px;
    }

    .subPage .contArea li {
        list-style-position: inside;
        padding-bottom: 10px
    }

.subPage .barExpl {
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 30px 0;
    background: #CCCCCC;
    float: left;
    clear: both;
    font: bold 14px/40px arial;
}
/*Tab Title Consistancy*/
.tabMargin {
    margin-top: 0px;
}

.percentageBox {
    float: left;
    width: 93%;
    padding: 2% 0 2% 7%;
    font-family: arial;
    color: #57585b
}

    .percentageBox .bxOne, .percentageBox .bxTwo, .percentageBox .bxThree {
        float: left;
        padding: 10px 0;
        font-size: 17px;
    }

    .percentageBox .bxOne {
        margin-right: 20%;
    }

    .percentageBox .bxTwo {
        margin-top: 50px
    }

    .percentageBox .bxThree {
        margin: 0 0 0 25%
    }

    .percentageBox .prctCircle {
        float: left;
        width: 135px;
        height: 105px;
        border-radius: 50%;
        text-align: center;
        font-size: 65px;
        color: #fff;
        padding-top: 30px;
    }

        .percentageBox .prctCircle span {
            font-size: 25px;
        }

    .percentageBox .prctTxt {
        float: left;
        padding-left: 15px;
        margin-top: 17px;
    }

        .percentageBox .prctTxt a {
            font-size: 12px;
            color: #5a247e;
            text-decoration: none;
            clear: both;
            display: block;
            margin-top: 10px;
        }

    .percentageBox .bxOne .prctCircle {
        background: #64008F;
    }

    .percentageBox .bxTwo .prctCircle {
        background: #000000;
    }

    .percentageBox .bxThree .prctCircle {
        background: #AD4BAA;
    }

.banPlyIc {
    position: absolute;
    width: 100px;
    top: 20%;
    left: 45%;
    height: 100px;
    background: url("/_layouts/15/IMAGES/OFMWebsite/img/playicon.png") no-repeat;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.heroShadow {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.bannerNone .banPlyIc {
    top: 41%;
}

.hero_image .banPlyIc {
    top: 30%;
    left: 40%;
}

.learnMoreBtn {
    padding: 13px 26px;
    display: inline-table;
    background: #57c0e9;
    margin: 0 10px;
    font: 18px arial;
    color: #fff !important;
    text-decoration: none !important;
    min-height: 12px;
    font-variant: small-caps;
    position: absolute;
    bottom: 10px;
}

.learnMoreBt:hover {
    background: #4aaed6;
    text-decoration: none !important
}

@media (min-width:940px) {
    .bannerImg div.herobnr_Left .herobnr_cnt {
        background: url("/_layouts/15/IMAGES/OFMWebsite/img/overlayBg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        height: 90% !important;
        position: absolute;
        left: 5% !important;
        text-align: center;
        top: 5% !important;
        width: 30% !important;
    }

    .bannerImg div.herobnr_Left h1 {
        margin-top: 20px !important;
        color: #fff;
        float: left;
        font: 72px arial;
        text-align: center;
        width: 100%;
    }

    div.herobnr_Left .learnMoreBtn {
        position: absolute;
        bottom: 45px;
        left: 12%;
    }

    .bannerImg div.herobnr_Right .herobnr_cnt {
        background: url("/_layouts/15/IMAGES/OFMWebsite/img/overlayBg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        left: auto !important;
        height: 90% !important;
        position: absolute;
        right: 5% !important;
        text-align: center;
        top: 5% !important;
        width: 30% !important;
    }

    .bannerImg div.herobnr_Right h1 {
        margin-top: 20px !important;
        color: #fff;
        float: left;
        font: 72px arial;
        text-align: center;
        width: 100%;
    }

    div.herobnr_Right .learnMoreBtn {
        position: absolute;
        bottom: 45px;
        left: 72%;
    }

    .herobnr_None .herobnr_cnt {
        background: none !important;
        height: 80px !important;
    }

        .herobnr_None .herobnr_cnt span {
            display: none;
        }

    .learnMoreBtn {
        left: 42%;
    }
}

@media (max-width:1030px) {
    .home section {
        width: 98%;
        padding-left: 1% !important;
        padding-right: 1% !important;
        top: 0px;
    }

        .home section.part2 .bg2 {
            width: 98%;
            padding: 40px 1% 30px
        }

    .part4 {
        width: 98% !important;
        padding: 40px 1% !important;
    }

    .heroShadow {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
}

@media (max-width:940px) {
    body {
        background: url("/_layouts/15/IMAGES/OFMWebsite/img/gryLineBg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0) !important
    }

    .bgCircles {
        background: none
    }


    .part1 .threeColmRow .imgRow img {
        width: 100% !important;
    }

    .part4 .colm1, .part4 .colm2 {
        width: 98% !important;
        padding-left: 1%;
        padding-right: 1%;
    }

        .part4 .colm1 .row {
            width: 50%;
            clear: none
        }


    .part4 .img {
        width: 100%;
        text-align: center
    }

    .part4 .dateTxt {
        width: 100%;
        padding-right: 0
    }

    .part4 .colm2 {
        background: #fff;
    }

        .part4 .colm2 .row {
            width: 49%;
            margin-right: 1%;
            clear: none
        }

    .dwArrOne {
        margin-top: -5px;
    }


    .bannerImg div {
        left: 0 !important;
        width: 100% !important;
        position: relative !important;
        height: auto !important;
    }

        .bannerImg div h1 {
            margin-top: 20px !important;
            font-size: 36px !important;
        }

    .learnMoreBtn {
        left: 40%;
        bottom: 25px;
    }

    .herobnr_cnt {
        margin-top: -20px;
        padding-bottom: 65px;
    }

    .threeColmRow .imgRow h2 {
        width: 170px;
        height: 37px;
        line-height: 37px;
        text-indent: 10px;
        font-size: 16px;
    }

    .campaignSptl .text {
        height: auto;
        margin-left: -30px;
    }

        .campaignSptl .text h1 {
            font-size: 18px !important;
            padding: 0 !important;
            width: 100% !important;
        }

        .campaignSptl .text h2 {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
        }

        .campaignSptl .text p {
            margin: 5px 0;
        }

    .part2 .threeColmRow {
        padding-top: 50px;
    }

        .part2 .threeColmRow .colm p {
            line-height: 21px;
        }

    .campaignSptl .img {
        height: 220px;
    }

        .campaignSptl .img img {
            width: 100%;
        }

    .part4 .btnRow {
        text-align: center;
        height: 70px
    }

    .part2 .threeColmRow .colm {
        min-height: 225px
    }

    .part3 h2 {
        color: #64008F !important;
        margin: 20px 0px !important;
        font: normal 19px arial;
    }

    .part3 .smallBtnGry {
        margin-left: 20px !important;
    }

    .percentageBox .prctCircle {
        border-radius: 50%;
        color: #fff;
        float: left;
        font-size: 35px !important;
        height: 90px !important;
        line-height: 90px !important;
        text-align: center !important;
        width: 90px !important;
        padding-top: 0px !important;
    }

        .percentageBox .prctCircle span {
            font-size: 18px !important;
        }

    .percentageBox .bxOne {
        margin-right: 10%;
    }

    .percentageBox .prctTxt {
        float: left;
        margin-top: 0 !important;
        padding-left: 5px !important;
        font-size: 16px !important;
    }

    .percentageBox .bxTwo {
        margin-top: 0px;
    }

    .percentageBox .bxThree {
        margin: 0px !important;
        clear: both
    }

    .percentageBox .bxOne, .percentageBox .bxTwo, .percentageBox .bxThree {
        width: 100% !important;
    }

    .percentageBox .prctTxt {
        width: 75%;
        margin-top: 10px !important;
        margin-left: 25px;
    }

    .banPlyIc {
        top: 20%;
        left: 44%
    }

    .heroShadow {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .bannerNone .banPlyIc {
        top: 27%;
    }

    .hero_image .banPlyIc {
        top: 30%;
        left: 40% !important;
    }
}



@media (min-width: 2100px) {
    .campaignSptl .img:after {
        content: '';
        position: absolute;
        background: #FFF;
        height: 160%;
        top: -40%;
        right: -10vw;
        z-index: 2;
        transform: skew(-23.5deg);
        width: 20vw;
    }

    .home .campaignSptl .text {
        margin-top: 8vw;
    }
}

@media (min-width: 1600px) {
    .campaignSptl .img:after {
        content: '';
        position: absolute;
        background: #FFF;
        height: 160%;
        top: -40%;
        right: -15%;
        z-index: 2;
        transform: skew(-23.5deg);
    }

    .home .campaignSptl .text {
        margin-top: 8vw;
    }
}

@media (max-width: 1465px) {
    .part4 .txt {
        width: 42% !important;
    }

    .hero-text {
        font-size: 6vw;
        line-height: 5vw;
        bottom: 120px;
    }
      .hero-text:after {
        height: 4vw;
        width: 1.4vw;
        right: -3vw;
    }
    .welcome {
        background: -webkit-linear-gradient(10deg, #680490, #AD4BAA);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
      
    .to {
        background: -webkit-linear-gradient(10deg, #64008F, #751195);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .hero-learn-more {
        padding: 12px 22px;
        color: #FFF;
        font-size: 15px;
    }
}

@media (max-width: 1270px) {
    .home #sfsMenu li a {
        font-size: 12px !important;
    }

    .home .header {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .home .mainNav {
        right: 20px;
    }

    .contact {
        right: 20px !important;
    }

    .header .logoColm {
        left: 20px;
    }
}

@media screen and (max-width: 1140px) and (min-width: 941px) {
    .home .mainNav #sfsMenu li.OFMstatic:nth-child(7) {
        display: none;
    }

    .home .mainNav #sfsMenu li.OFMstatic {
        padding: 0px 20px 0 6px;
    }

    .menuCont {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .logoColm {
        max-width: 170px !important;
    }

        .logoColm a {
            width: 190px !important;
        }
}

@media (min-width: 941px) {
    .home #sfsMenu li ul li a:hover {
        color: #FFF !important;
        background: #64008F;
    }
}

@media (max-width: 940px) {

    .hero-text {
        bottom: 70px;
        left: 20px;
    }
    .hero-learn-more {
        left: 20px;
        bottom: 20px;
    }

    .home .threeColmRow .imgRow h2 {
        font-size: 20px;
    }

    .home #sfsMenu li a {
        font-size: 11px !important;
    }

    .home .mainNav #sfsMenu li.OFMstatic {
        padding: 0px 10px;
        width: 227px !important;
    }

    .home .mainNav #sfsMenu li:after {
        content: none;
    }

    .home .header {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .home #sfsMenu li a {
        color: #222 !important;
    }

    .home .campaignSptl .text {
        width: calc(39% - 30px);
    }

    .campaignSptl .img:after {
        width: 320px;
    }

    .campaignSptl .img {
        width: 61%;
    }

    .home section.part2 {
        overflow: visible;
    }

    .part4 .txt {
        padding: 10px 20px 0;
        width: calc(100% - 40px) !important;
    }

    .part4 .txt {
        width: 90% !important;
    }

    header, header nav, header .header {
        height: 130px !important;
        right: 0px !important;
    }

    .home .mainNav #sfsMenu li.OFMstatic, .home #sfsMenu li ul li {
        position: unset !important;
    }

    .contact {
        right: 0px !important;
    }

    .home #sfsMenu li.thrdLvlMn:nth-child(2) ul.OFMdynamic, .home #sfsMenu li.thrdLvlMn:nth-child(5) ul.OFMdynamic {
        min-width: auto;
    }

    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_10,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_22,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_34,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_39,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_58,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_66,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_73,
    .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_79 {
        background: #fff !important;
        color: #222
    }

        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_10 a,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_22 a,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_34 a,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_39 a,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_58 a,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_66 a,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_73 a,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_79 a,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_10 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_22 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_34 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_39 ul li a:hover .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_58 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_66 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_73 ul li a:hover,
        .home #sfsMenu li.thrdLvlMn ul.OFMdynamic li.lvl2_79 ul li a:hover {
            color: #222 !important;
        }

    .menuCont ul.root li.thrdLvlMn li li:hover a, .menuCont ul.root li.thrdLvlMn li li:hover {
        color: #222 !important;
    }
}

/* @media (max-width: 800px) {
    .hero-text {
        font-size: 70px;
        line-height: 60px;
        bottom: 120px;
    }
      .hero-text:after {
        height: 47px;
        width: 17px;
        right: -38px;
    }
    .welcome {
        background: -webkit-linear-gradient(10deg, #680490, #AD4BAA);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
      
    .to {
        background: -webkit-linear-gradient(10deg, #64008F, #751195);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .hero-learn-more {
        padding: 12px 22px;
        color: #FFF;
        font-size: 15px;
    }
} */

@media (max-width: 675px) {
    .home .part1 .threeColmRow .imgRow {
        width: 100% !important;
        float: none;
        border-right: none !important;
        margin-bottom: 36vw !important;
    }

    .home .part1 .threeColmRow .colm {
        width: 100% !important;
        float: none;
        position: absolute;
        top: 104vw;
    }

    .home .threeColmRow .colm:nth-child(2) {
        top: 203vw;
    }

    .home .threeColmRow .colm:nth-child(3) {
        top: 303vw;
    }

    .select-market {
        display: none;
    }

    .countryList:after {
        content: none !important;
    }

    .campaignSptl {
        overflow: visible;
    }

        .campaignSptl .img {
            width: 100%;
        }

            .campaignSptl .img:after {
                content: none;
            }

    .home section.part2 .bg2 {
        width: 100%;
    }

    .home .campaignSptl .text {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .part2 .campSptBtn {
        margin-top: 20px;
    }

    footer .colm ul li a {
      font-size: 13px !important;
    }
}

@media (max-width: 670px) and (orientation: landscape) {

    .home .threeColmRow .colm:nth-child(1) {
        top: 105vw;
    }
  
    .home .threeColmRow .colm:nth-child(2) {
        top: 205vw;
    }
  
    .home .threeColmRow .colm:nth-child(3) {
        top: 305vw;
    }
    .hero-text {
      font-size: 40px;
      line-height: 35px;
      bottom: 70px;
      left: 20px;
      }
      .hero-text:after {
          height: 27px;
          width: 9px;
          right: -18px;
          bottom: 3px;
      }
      .hero-learn-more {
          left: 20px;
          bottom: 20px;
      }
    }
    
  
  @media (max-width: 675px) and (min-width: 655px) {
      .home .threeColmRow .colm:nth-child(1) {
          top: 95vw;
      }
  
      .home .threeColmRow .colm:nth-child(2) {
          top: 195vw;
      }
  
      .home .threeColmRow .colm:nth-child(3) {
          top: 296vw;
      }
      .hero-text {
      font-size: 40px;
      line-height: 35px;
      bottom: 70px;
      left: 20px;
      }
      .hero-text:after {
          height: 27px;
          width: 9px;
          right: -18px;
          bottom: 3px;
      }
      .hero-learn-more {
          left: 20px;
          bottom: 20px;
      }
  }
  
  @media (max-width: 612px) {
      .copyRight {
          margin-top: 40px;
      }
      .part4 .txt {
          width: 200px !important
      }
  
      header .logoColm {
          width: 49%;
      }
  
      .campaignSptl .text p {
          max-height: 75px;
          overflow: hidden
      }
  
      .part2 .threeColmRow {
          padding-top: 10px !important
      }
  
          .part2 .threeColmRow .colm {
              min-height: 250px !important
          }
  
      .part4 .txt {
          width: 205px !important
      }
  
      .part3 .smallBtnGry {
          margin-left: 10px;
      }
  
      .bannerNone .banPlyIc {
          top: 27%;
      }
  }
  
  @media (max-width:630px) /* Samsumg Media Query */{
      .part4 .txt {
          width: 200px !important
      }
  
      header .logoColm {
          width: 49%;
      }
  
      .campaignSptl .text p {
          max-height: 75px;
          overflow: hidden
      }
  
      .part2 .threeColmRow {
          padding-top: 10px !important
      }
  
          .part2 .threeColmRow .colm {
              min-height: 250px !important
          }
  
      .part4 .txt {
          width: 205px !important
      }
  
      .part3 .smallBtnGry {
          margin-left: 10px;
      }
  
      .bannerNone .banPlyIc {
          top: 27%;
      }
  }
  
  @media (max-width: 580px) {
      .home .threeColmRow .imgRow {
          margin-bottom: 40vw !important;
      }
  
      .home .threeColmRow .colm:nth-child(1) {
          top: 109vw;
      }
  
      .home .threeColmRow .colm:nth-child(2) {
          top: 209vw;
      }
  
      .home .threeColmRow .colm:nth-child(3) {
          top: 309vw;
      }
  
      .hero-text {
          font-size: 40px;
          line-height: 35px;
          bottom: 70px;
          left: 20px;
      }
        .hero-text:after {
          height: 27px;
          width: 9px;
          right: -18px;
          bottom: 3px;
      }
      .hero-learn-more {
          left: 20px;
          bottom: 20px;
      }
  
      
  }
  
  @media (max-width: 580px) and (orientation: landscape) {
  
    .home .threeColmRow .colm:nth-child(1) {
        top: 125vw;
    }
  
    .home .threeColmRow .colm:nth-child(2) {
        top: 225vw;
    }
  
    .home .threeColmRow .colm:nth-child(3) {
        top: 325vw;
    }
    .hero-text {
      font-size: 40px;
      line-height: 35px;
      bottom: 70px;
      left: 20px;
      }
      .hero-text:after {
          height: 27px;
          width: 9px;
          right: -18px;
          bottom: 3px;
      }
      .hero-learn-more {
          left: 20px;
          bottom: 20px;
      }
  }
  
  @media (max-width: 550px) {
      .part1 .imgRow .ms-rtestate-field {
          display: block !important;
      }
  
      .home .threeColmRow .colm:nth-child(1) {
          top: 82vw;
          display: block !important;
      }
  
      .home .threeColmRow .colm:nth-child(2) {
          top: 181vw;
          display: block !important;
      }
  
      .home .threeColmRow .colm:nth-child(3) {
          top: 282vw;
          display: block !important;
      }
  
      .select-market {
          display: block;
          background: #fff !important;
          font-size: 11px !important;
          color: #222 !important;
      }
  
      #searchInputBox, .ms-srch-sb > input {
          width: 100%;
      }
  
      .ms-srch-sb > input {
          width: 197px !important;
      }
  
      .part3 .visionTxt {
          padding: 20px 0 0 0 !important;
      }
  
      footer .colm:nth-child(2) li:first-child {
          display: inline;
      }
      .mobile-hero-banner {
          display: block;
      }
      .bannerImg {
      display: none;
      }
      
      .bannerArea ul {
          display: none
      }
      .home section h1 {
          width: calc(100% - 80px) !important;
      }
  
      .ovly {
          background: url("../images/banner_ovly.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
          bottom: 0px;
          left: 0px;
          color: #fff;
          display: none;
          height: 100px;
          margin: -3% 0;
          padding: 2%;
          position: absolute;
          width: 96%;
      }
  
          .ovly a {
              float: left;
              width: 90%;
              text-align: center;
              margin-top: 5px;
          }
  
      section h1 {
          width: 65%;
          margin: 30px auto;
      }
  
  
      .txtoffer {
          height: 20px;
          text-overflow: ellipsis;
          overflow: hidden;
      }
  
      .part2 .titleRow {
          margin-top: 0px;
          height: 40px;
      }
  
      .caseStudiesBanner {
          height: 200px;
      }
  
          .caseStudiesBanner .img {
              height: 120px;
              width: 100%;
          }
  
          .caseStudiesBanner .text {
              height: 80px;
              width: 100%;
          }
  
      .part3 {
          padding: 0 5% 70px !important;
          width: 90% !important;
      }
  
          .part3 .titleRow {
              margin-top: 0px;
              height: 40px;
              text-align: left
          }
  
              .part3 .titleRow .paddingTop20 {
                  padding-top: 0px !important
              }
  
              .part3 .titleRow .alignCenter {
                  text-align: left !important
              }
  
          .part3 .visionTxt {
              width: 100%;
              text-align: center !important
          }
  
          .part3 .threeColmRow {
              display: none
          }
  
          .part3 h2 {
              font: bold 14px/24px arial !important;
          }
  
          .part3 .smallBtnGry {
              margin-left: 0px !important;
          }
  
      .btnRow {
          height: 110px
      }
  
          .btnRow .smallBtnGry {
              margin: 10px !important;
          }
  
      .part4 .threeColmRow2 .colm {
          display: none;
          margin: 0
      }
  
          .part4 .threeColmRow2 .colm:nth-child(1) {
              display: block;
              width: 100%;
          }
  
          .part4 .threeColmRow2 .colm .img {
              width: 100%;
          }
  
          .part4 .threeColmRow2 .colm .txtRow {
              width: 90%;
              padding: 2% 5%;
          }
  
              .part4 .threeColmRow2 .colm .txtRow p {
                  display: none
              }
  
      .part4 .titleRow {
          margin-top: 0px;
          text-align: center
      }
  
      .part4 .colm1 .row {
          width: 100% !important;
          display: none
      }
  
      .part4 .dateTxt .txt {
          float: left;
          padding: 30px 0 0;
          width: 255px;
      }
  
      .part4 .txt p {
          display: none
      }
  
      .part4 .colm1 .row:nth-of-type(2), .part4 .colm1 .row:nth-of-type(2) p {
          display: block
      }
  
      .part4 .colm2 {
          padding-top: 20px;
      }
  
          .part4 .colm2 .row {
              display: none;
              width: 100%;
          }
  
              .part4 .colm2 .row:nth-of-type(2), .part4 .colm2 .row:nth-of-type(3) {
                  display: block
              }
  
      .part4 .btnRow {
          float: left;
          width: 100%;
          clear: both;
          text-align: center;
          height: 80px
      }
  
      .part4 .dateTxt {
          margin-top: -72px;
          padding-right: 0;
          width: 86%;
      }
  
          .part4 .dateTxt .date p:nth-child(1), .part4 .dateTxt .date p:nth-child(2) {
              color: #fff;
          }
  
      .breadgram .links {
          width: 100%;
      }
  
      .breadgram .mrPrdt {
          display: none
      }
  
      .subPage .imgColm, .subPage .contArea, .subPage .titleRow {
          width: 100%;
          float: left;
      }
  
      .threeColmRow .imgRow:nth-of-type(2) {
          margin-top: 40px
      }
  
      .threeColmRow .imgRow h2 {
          width: 100%;
          background: #51bfeb;
          height: 45px;
          line-height: 20px;
          text-align: center;
          text-indent: 0;
          padding-top: 5px;
          left: 0
      }
  
          .threeColmRow .imgRow h2.active {
              background: none;
          }
  
      .part1 .threeColmRow .colm:nth-child(2) {
          margin-top: 10px
      }
  
      .threeColmRow .colm {
          width: 100%;
      }
  
          .threeColmRow .colm:nth-of-type(1) {
              display: block
          }
  
      .campaignSptl .img {
          height: auto !important;
          min-height: 100px !important;
          width: 100%;
      }
  
      .campaignSptl .text {
          width: 100%;
          margin-left: 0px;
          margin-top: 2px !important;
      }
  
          .campaignSptl .text h1 {
              font-size: 24px;
          }
  
          .campaignSptl .text h2 {
              font-size: 14px;
              height: 32px;
              line-height: 32px;
          }
  
      .campSptBtn {
          height: 85px;
          padding-top: 30px
      }
  
      .home .dwArr {
          height: 45px;
      }
  
      .home section h1 {
          font-size: 30px !important;
      }
  
      .home section.part2, .home section.part3, .home section.part4 {
          margin-top: 0px !important;
          padding-top: 20px !important
      }
  
          .home section.part2 .bg2 {
              padding-top: 20px !important;
          }
  
      section .bg2 h1 {
          margin-bottom: 15px !important
      }
  
      .campSptBtn {
          height: 45px !important;
          padding-top: 25px;
      }
  
      section.part3 {
          padding-bottom: 20px !important
      }
  
          section.part3 .row h2 {
              margin: 20px 0px;
              color: #333;
          }
  
      .part3 .paddingTop20 {
          padding-top: 0px !important
      }
  
      section.part1 {
          margin-top: 0px;
      }
  
      .percentageBox .prctCircle {
          border-radius: 50%;
          color: #fff;
          float: left;
          font-size: 35px !important;
          height: 90px !important;
          line-height: 90px !important;
          text-align: center !important;
          width: 90px !important;
          padding-top: 0px !important;
      }
  
          .percentageBox .prctCircle span {
              font-size: 18px !important;
          }
  
      .percentageBox .prctTxt {
          float: left;
          margin-top: 0px !important;
          padding-left: 10px !important;
          font-size: 16px !important;
          width: 65%;
          margin-left: 0px !important;
      }
  
      .percentageBox .bxOne, .percentageBox .bxTwo, .percentageBox .bxThree {
          width: 310px !important;
      }
  
      .banPlyIc {
          top: 20%;
          left: 35%
      }
  
      .heroShadow {
          opacity: 0.9;
          filter: alpha(opacity=90);
      }
  
      .hero_image .banPlyIc {
          top: 26% !important
      }
  
      .bannerNone .banPlyIc {
          top: 13% !important;
      }
  
      .herobnr_None .banPlyIc {
          left: 35% !important;
          top: 7% !important;
      }
  
      .learnMoreBtn {
          left: 27%;
          bottom: 25px;
      }
  
      .home header:after {
          content: none;
      }
  }
  
  @media (max-width: 491px) {
      .home .threeColmRow .colm:nth-child(1) {
          top: 88vw;
      }
  
      .home .threeColmRow .colm:nth-child(2) {
          top: 189vw;
      }
  
      .home .threeColmRow .colm:nth-child(3) {
          top: 291vw;
      }
  
      .home .threeColmRow .imgRow {
          margin-bottom: 39vw !important;
      }
  }
  
  @media (max-width: 425px) {
      .home .threeColmRow .colm:nth-child(1) {
          top: 94vw;
      }
  
      .home .threeColmRow .colm:nth-child(2) {
          top: 202vw;
      }
  
      .home .threeColmRow .colm:nth-child(3) {
          top: 311vw;
      }
  
      .home .part1 .threeColmRow .imgRow {
          margin-bottom: 44vw !important;
      }
  
      .home .part3 > div img {
          width: 220px !important;
      }
  }
  
  @media (max-width: 350px) {
      .prctTxt {
          width: 140px !important;
      }
  
      .home .part1 .threeColmRow .imgRow {
          margin-bottom: 54vw !important;
      }
  
      .home .threeColmRow .colm:nth-child(1) {
          top: 101vw;
      }
  
      .home .threeColmRow .colm:nth-child(2) {
          top: 218vw;
      }
  
      .home .threeColmRow .colm:nth-child(3) {
          top: 339vw;
      }
  }
  
  @media (max-width: 300px) {
      .home .part1 .threeColmRow .imgRow {
          margin-bottom: 60vw !important;
      }
  
      .home .threeColmRow .colm:nth-child(1) {
          top: 105vw;
      }
  
      .home .threeColmRow .colm:nth-child(2) {
          top: 231vw;
      }
  
      .home .threeColmRow .colm:nth-child(3) {
          top: 339vw;
      }
  }