@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black/Lato-Black.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Black/Lato-Black.woff') format('woff'),url('../fonts/Lato-Black/Lato-Black.ttf') format('truetype'),url('../fonts/Lato-Black/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold/Lato-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Bold/Lato-Bold.woff') format('woff'),url('../fonts/Lato-Bold/Lato-Bold.ttf') format('truetype'),url('../fonts/Lato-Bold/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('../fonts/Lato-BoldItalic/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-BoldItalic/Lato-BoldItalic.woff') format('woff'),url('../fonts/Lato-BoldItalic/Lato-BoldItalic.ttf') format('truetype'),url('../fonts/Lato-BoldItalic/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Heavy';
    src: url('../fonts/Lato-Heavy/Lato-Heavy.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Heavy/Lato-Heavy.woff') format('woff'),url('../fonts/Lato-Heavy/Lato-Heavy.ttf') format('truetype'),url('../fonts/Lato-Heavy/Lato-Heavy.svg#Lato-Heavy') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light/Lato-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Light/Lato-Light.woff') format('woff'),url('../fonts/Lato-Light/Lato-Light.ttf') format('truetype'),url('../fonts/Lato-Light/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato-Medium/Lato-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Medium/Lato-Medium.woff') format('woff'),url('../fonts/Lato-Medium/Lato-Medium.ttf') format('truetype'),url('../fonts/Lato-Medium/Lato-Medium.svg#Lato-Medium') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-MediumItalic';
    src: url('../fonts/Lato-MediumItalic/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-MediumItalic/Lato-MediumItalic.woff') format('woff'),url('../fonts/Lato-MediumItalic/Lato-MediumItalic.ttf') format('truetype'),url('../fonts/Lato-MediumItalic/Lato-MediumItalic.svg#Lato-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'),url('../fonts/Lato-Regular/Lato-Regular.ttf') format('truetype'),url('../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato-Semibold/Lato-Semibold.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Semibold/Lato-Semibold.woff') format('woff'),url('../fonts/Lato-Semibold/Lato-Semibold.ttf') format('truetype'),url('../fonts/Lato-Semibold/Lato-Semibold.svg#Lato-Semibold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Hairline';
    src: url('../fonts/Lato-Hairline/Lato-Hairline.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Hairline/Lato-Hairline.woff') format('woff'),url('../fonts/Lato-Hairline/Lato-Hairline.ttf') format('truetype'),url('../fonts/Lato-Hairline/Lato-Hairline.svg#Lato-Hairline') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/Lato-Thin/Lato-Thin.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Thin/Lato-Thin.woff') format('woff'),url('../fonts/Lato-Thin/Lato-Thin.ttf') format('truetype'),url('../fonts/Lato-Thin/Lato-Thin.svg#Lato-Thin') format('svg');
    font-weight: normal;
    font-style: normal
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes LefttoRight {
    0% {
        -webkit-transform: translateX(-2px)
    }

    100% {
        -webkit-transform: translateX(2px)
    }
}

@keyframes LefttoRight {
    0% {
        transform: translateX(-2px)
    }

    100% {
        transform: translateX(2px)
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200px 0
    }
}

@-moz-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200px 0
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200px 0
    }
}

@-ms-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200px 0
    }
}

@-o-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200px 0
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin2 {
    100% {
        -moz-transform: rotate(-360deg)
    }
}

@-webkit-keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:hover {
    text-decoration: none;
    outline: none
}

a:focus {
    text-decoration: none;
    outline: none
}

a:active {
    text-decoration: none;
    outline: none
}

.list-inline {
    margin: 0;
    padding: 0
}

.list-inline li {
    padding: 0
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    padding: 0;
    list-style: none
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-family: 'Lato-Bold'
}

p {
    margin: 0;
    padding: 0
}

.btn {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none
}

.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none
}

.btn.active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border-radius: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

body {
    font-family: 'Lato-Regular';
    overflow-x: hidden
}

.privacy_download {
    display: table !important;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Lato-Bold';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.privacy_download:hover {
    background-color: #d40a0b;
    color: #fff;
    border-color: #d40a0b
}

@media (min-width: 544px) and (max-width:767px) {
    .col-ip-1 {
        width:8.33333333%;
        float: left
    }

    .col-ip-2 {
        width: 16.66666667%;
        float: left
    }

    .col-ip-3 {
        width: 25%;
        float: left
    }

    .col-ip-4 {
        width: 33.33333333%;
        float: left
    }

    .col-ip-5 {
        width: 41.66666667%;
        float: left
    }

    .col-ip-6 {
        width: 50%;
        float: left
    }

    .col-ip-7 {
        width: 58.33333333%;
        float: left
    }

    .col-ip-8 {
        width: 66.66666667%;
        float: left
    }

    .col-ip-9 {
        width: 75%;
        float: left
    }

    .col-ip-10 {
        width: 83.33333333%;
        float: left
    }

    .col-ip-11 {
        width: 91.66666667%;
        float: left
    }

    .col-ip-12 {
        width: 100%;
        float: left
    }

    .visible-ip {
        display: block !important
    }

    .hidden-ip {
        display: none !important
    }
}

.header_section {
    padding: 15px 0
}

.header_section .header_area:before,.header_section .header_area:after {
    display: table;
    content: " "
}

.header_section .header_area:after {
    clear: both
}

.header_section .header_area .left_area {
    float: left
}

.header_section .header_area .left_area a {
    display: inline-block
}

.header_section .header_area .left_area a img {
    width: 100px
}

.header_section .header_area .right_area {
    float: right;
    padding: 10px 0
}

.header_section .header_area .right_area .list-inline li {
    padding: 0 10px
}

.header_section .header_area .right_area .list-inline li a {
    padding: 6px 0;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-family: 'Lato-BoldItalic';
    font-size: 10px;
    position: relative
}

.header_section .header_area .right_area .list-inline li a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #0c3887;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header_section .header_area .right_area .list-inline li a:hover:after {
    opacity: 1;
    width: 100%
}

.header_section .header_area .right_area .list-inline li.active a:after {
    opacity: 1;
    width: 100%
}

.header_section .header_area .right_area .list-inline li.current_page_item a:after {
    opacity: 1;
    width: 100%;
    background-color: #e53d3d
}

.header_section .header_area .right_area .list-inline li.red-active a:after {
    opacity: 1;
    width: 100%;
    background-color: #e53d3d
}

.header_section .header_area .right_area .list-inline li.social {
    padding-left: 10px;
    padding-right: 10px
}

.header_section .header_area .right_area .list-inline li.social a:after {
    display: none
}

.dl-menuwrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    float: right;
    text-align: right;
    margin-top: -7px;
    margin-right: 10px
}

.dl-menuwrapper .dl-trigger {
    background: #082558;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dl-menuwrapper .dl-trigger:hover {
    background-color: #082558
}

.dl-menuwrapper .dl-trigger.dl-active {
    background-color: #082558
}

.dl-menuwrapper .dl-menu {
    z-index: 9;
    background-color: #082558
}

.dl-menuwrapper .dl-menu li {
    text-align: left
}

.dl-menuwrapper .dl-menu li.red-bg {
    background-color: #d40a0b
}

.dl-menuwrapper .dl-menu li.dl-back:after {
    color: #fff
}

.dl-menuwrapper .dl-menu li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 15px;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dl-menuwrapper .dl-menu li a:after {
    color: #fff
}

.dl-menuwrapper .dl-menu li.profile a {
    border: 2px solid #fff
}

.dl-menuwrapper .dl-menu li.login a {
    border: 2px solid #fff;
    border-top: 0 solid #fff
}

@media (min-width: 768px) and (max-width:991px) {
    .header_section .header_area .right_area .list-inline li.social {
        display:none
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .header_section {
        padding:15px 0 15px 0
    }

    .header_section .header_area .left_area {
        margin-top: 0
    }

    .header_section .header_area .left_area a img {
        width: 80px
    }

    .header_section .header_area .right_area {
        padding: 6px 0
    }

    .header_section .header_area .right_area .list-inline li {
        padding: 0 5px
    }

    .header_section .header_area .right_area .list-inline li a {
        font-size: 10px
    }

    .header_section .header_area .right_area .list-inline li.social {
        display: none
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .header_section {
        padding:15px 0 13px 0
    }

    .header_section .header_area .left_area {
        margin-top: -2px
    }

    .header_section .header_area .left_area a img {
        width: 80px
    }

    .header_section .header_area .right_area .list-inline {
        display: none
    }

    .header_section .header_area .right_area .list-inline li.social {
        display: none
    }

    .dl-menuwrapper {
        display: block
    }
}

@media (max-width: 360px) {
    .header_section {
        padding:15px 0 13px 0
    }

    .header_section .header_area .left_area {
        margin-top: -2px
    }

    .header_section .header_area .left_area a img {
        width: 80px
    }

    .header_section .header_area .right_area .list-inline {
        display: none
    }

    .header_section .header_area .right_area .list-inline li.social {
        display: none
    }

    .dl-menuwrapper {
        display: block
    }
}

.banner_section {
    background-image: url('../images/background/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 197px 0
}

.banner_section .banner_area {
    padding-left: 80px
}

.banner_section .banner_area h2 {
    font-family: 'Lato-Light';
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 10px
}

.banner_section .banner_area h2 span {
    display: inline-block;
    background: -webkit-linear-gradient(right, #d40a0b, #0c3887);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.banner_section .banner_area h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 5px
}

.banner_section .banner_area h1 span {
    display: inline-block;
    background: -webkit-linear-gradient(right, #d40a0b, #0c3887);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.banner_section .banner_area a {
    display: inline-block;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    color: #4e4e4e;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    padding-right: 12px;
    padding-left: 7px
}

.banner_section .banner_area a:after {
    position: absolute;
    content: '\f0da';
    font-family: 'fontAwesome';
    font-size: 16px;
    top: 0;
    right: 0;
    margin-top: -2px;
    color: #d40a0b
}

.banner_section .banner_area a:hover {
    color: #d40a0b
}

.banner_section .banner_area p {
    padding-top: 5px;
    padding-left: 7px
}

@media (min-width: 1918px) {
    .banner_section {
        padding:250px 0
    }

    .banner_section .banner_area h2 {
        font-size: 92px
    }

    .banner_section .banner_area h1 {
        font-size: 92px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .banner_section {
        padding:130px 0
    }

    .banner_section .banner_area {
        padding-left: 0
    }

    .banner_section .banner_area h2 {
        font-size: 55px
    }

    .banner_section .banner_area h1 {
        font-size: 55px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .banner_section {
        padding:110px 0;
        background-position: -100px 0
    }

    .banner_section .banner_area {
        padding-left: 0
    }

    .banner_section .banner_area h2 {
        font-size: 40px
    }

    .banner_section .banner_area h1 {
        font-size: 40px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .banner_section {
        padding:65px 0;
        background-position: 0 0
    }

    .banner_section .banner_area {
        padding-left: 0
    }

    .banner_section .banner_area h2 {
        font-size: 30px;
        letter-spacing: 2px
    }

    .banner_section .banner_area h1 {
        font-size: 30px;
        letter-spacing: 2px
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .banner_section {
        padding:60px 0;
        background-position: -225px 0
    }

    .banner_section .banner_area {
        padding-left: 0
    }

    .banner_section .banner_area h2 {
        font-size: 30px;
        letter-spacing: 2px
    }

    .banner_section .banner_area h1 {
        font-size: 30px;
        letter-spacing: 2px
    }

    .banner_section .banner_area p {
        background-color: rgba(255,255,255,0.7);
        padding: 7px
    }
}

@media (max-width: 360px) {
    .banner_section {
        padding:60px 0;
        background-position: -225px 0
    }

    .banner_section .banner_area {
        padding-left: 0
    }

    .banner_section .banner_area h2 {
        font-size: 30px;
        letter-spacing: 2px
    }

    .banner_section .banner_area h1 {
        font-size: 30px;
        letter-spacing: 2px
    }

    .banner_section .banner_area p {
        background-color: rgba(255,255,255,0.7);
        padding: 7px;
        font-size: 13px
    }
}

.unique_section {
    background-image: url('../images/background/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px 0;
    background-attachment: fixed
}

.unique_section .container {
    position: relative
}

.unique_section .services_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: -180px;
    z-index: 99;
    height: 275px;
    overflow: hidden
}

.unique_section .services_section:before,.unique_section .services_section:after {
    display: table;
    content: " "
}

.unique_section .services_section:after {
    clear: both
}

.unique_section .services_section [class*="col-"] {
    padding-left: 0;
    padding-right: 0
}

.unique_section .services_section .rotate_title {
    position: absolute;
    bottom: 0;
    z-index: 100;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: -70px;
    margin-bottom: 47px;
    letter-spacing: 3px
}

.unique_section .services_section .rotate_title h3 {
    color: #fff;
    font-family: 'Lato-Heavy';
    font-size: 11px;
    text-transform: uppercase
}

.unique_section .services_section .one_third {
    background-color: #fff;
    padding: 10px 25px 25px 25px;
    border-radius: 5px;
    border-top: 3px solid #d40a0b;
    -webkit-box-shadow: 0 0 5px 0 #eaeaea;
    -moz-box-shadow: 0 0 5px 0 #eaeaea;
    box-shadow: 0 0 5px 0 #eaeaea
}

.unique_section .services_section .one_third h1 {
    font-size: 24px;
    color: #c6161e;
    font-family: 'Lato-Thin';
    padding-bottom: 5px
}

.unique_section .services_section .one_third h3 {
    color: #000;
    font-family: 'Lato-Heavy';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px
}

.unique_section .services_section .one_third p {
    color: #000;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 16px
}

.unique_section .services_section .one_third a {
    margin-top: 12px;
    color: #d40a0b;
    font-family: 'Lato-Heavy';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    border-bottom: 1px solid #d40a0b;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 25px;
    position: relative
}

.unique_section .services_section .one_third a:after {
    position: absolute;
    content: '\f105';
    font-family: 'fontAwesome';
    top: 0;
    right: 0;
    font-size: 14px;
    margin-top: -3px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.unique_section .services_section .one_third a:hover:after {
    margin-right: 15px
}

.unique_section .services_section .one_third.red_border {
    margin-top: 61px;
    padding-top: 35px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.unique_section .services_section .one_third.red_border a {
    opacity: 0
}

.unique_section .services_section .one_third.red_border p {
    height: 63px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.unique_section .services_section .one_third.red_border:hover {
    margin-top: 0;
    padding-top: 10px
}

.unique_section .services_section .one_third.red_border:hover a {
    opacity: 1
}

.unique_section .services_section .one_third.red_border:hover p {
    height: auto
}

.unique_section .services_section .one_third.blue_border {
    margin-top: 61px;
    padding-top: 35px;
    border-color: #0c3887;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.unique_section .services_section .one_third.blue_border h1 {
    color: #0c3887
}

.unique_section .services_section .one_third.blue_border a {
    color: #0c3887;
    border-color: #0c3887;
    opacity: 0
}

.unique_section .services_section .one_third.blue_border p {
    height: 63px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.unique_section .services_section .one_third.blue_border:hover {
    margin-top: 0;
    padding-top: 10px
}

.unique_section .services_section .one_third.blue_border:hover a {
    opacity: 1
}

.unique_section .services_section .one_third.blue_border:hover p {
    height: auto
}

.unique_section .services_section .one_third.sky_border {
    padding-top: 35px;
    margin-top: 61px;
    border-color: #0fb8ff;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.unique_section .services_section .one_third.sky_border h1 {
    color: #0fb8ff
}

.unique_section .services_section .one_third.sky_border a {
    opacity: 0;
    color: #0fb8ff;
    border-color: #0fb8ff
}

.unique_section .services_section .one_third.sky_border p {
    height: 63px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.unique_section .services_section .one_third.sky_border:hover {
    margin-top: 0;
    padding-top: 10px
}

.unique_section .services_section .one_third.sky_border:hover a {
    opacity: 1
}

.unique_section .services_section .one_third.sky_border:hover p {
    height: auto
}

.unique_section .unique_area {
    text-align: center;
    padding: 0 100px;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.unique_section .unique_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.unique_section .unique_area .top_area {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px
}

.unique_section .unique_area .top_area img {
    width: 170px
}

.unique_section .unique_area h1 {
    padding-top: 3px;
    color: #fff;
    font-family: 'Lato-Regular';
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 5px;
    padding-bottom: 15px
}

.unique_section .unique_area p {
    font-size: 16px;
    color: #fff;
    padding: 30px 0 30px 0
}

.unique_section .unique_area .border {
    margin: 0 auto;
    height: 2px;
    width: 150px;
    background-color: #d40a0b
}

.envoke_title_sec {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    margin-top: 40px
}

.envoke_title_sec.in-view {
    opacity: 1;
    margin-top: 0
}

.envoke_title_sec .envoke_title {
    padding: 50px 100px;
    position: relative;
    display: flex
}

.envoke_title_sec .envoke_title:before,.envoke_title_sec .envoke_title:after {
    display: table;
    content: " "
}

.envoke_title_sec .envoke_title:after {
    clear: both
}

.envoke_title_sec .envoke_title .left_area {
    float: left;
    margin-right: 45px
}

.envoke_title_sec .envoke_title .left_area h3 {
    padding-top: 8px;
    font-size: 60px;
    color: #e20000;
    font-family: 'Lato-Hairline'
}

.envoke_title_sec .envoke_title .left_area h2 {
    font-size: 20px;
    font-family: 'Lato-Semibold';
    text-transform: uppercase
}

.envoke_title_sec .envoke_title .right_area {
    padding-top: 30px;
    padding-right: 150px;
    padding-left: 25px
}

.envoke_title_sec .envoke_title .right_area p {
    color: #9f9f9f;
    font-size: 16px;
    font-family: 'Lato-Regular'
}

.envoke_title_sec .envoke_title .icon_area {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -175px;
    z-index: 200;
    margin-left: 180px
}

.envoke_title_sec .envoke_title .icon_area img {
    width: 100px
}

.envoke_title_sec.title_right {
    position: relative
}

.envoke_title_sec.title_right .envoke_title {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative
}

.envoke_title_sec.title_right .envoke_title:before,.envoke_title_sec.title_right .envoke_title:after {
    display: table;
    content: " "
}

.envoke_title_sec.title_right .envoke_title:after {
    clear: both
}

.envoke_title_sec.title_right .envoke_title .env_left {
    padding-top: 50px;
    float: left;
    width: 58%;
    padding-right: 50px
}

.envoke_title_sec.title_right .envoke_title .env_left p {
    color: #9f9f9f;
    font-size: 16px;
    font-family: 'Lato-Regular'
}

.envoke_title_sec.title_right .envoke_title .env_right {
    float: right;
    width: 40%;
    padding-left: 75px
}

.envoke_title_sec.title_right .envoke_title .env_right h3 {
    padding-left: 50px;
    font-size: 60px;
    color: #0d2c6c;
    font-family: 'Lato-Hairline'
}

.envoke_title_sec.title_right .envoke_title .env_right h2 {
    font-size: 20px;
    font-family: 'Lato-Semibold';
    text-transform: uppercase
}

.envoke_title_sec.title_right .envoke_title .icon_area {
    position: absolute;
    left: inherit;
    bottom: 0;
    right: 0;
    margin-bottom: -170px;
    margin-right: 70px;
    z-index: 122
}

.envoke_title_sec.title_right .envoke_title .icon_area img {
    width: 85px
}

.envoke_title_sec.title_right .icon_area2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    margin-top: 155px
}

.envoke_title_sec.title_right .icon_area2 img {
    width: 270px
}

.envoke_title_sec.solution_sec .envoke_title {
    padding-top: 85px;
    padding-bottom: 85px;
    position: relative
}

.envoke_title_sec.solution_sec .envoke_title .left_area h3 {
    color: #44c7ee
}

.envoke_title_sec.solution_sec .envoke_title .icon_area3 {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 55px;
    margin-top: -74px;
    z-index: 121
}

.envoke_title_sec.solution_sec .envoke_title .icon_area3 img {
    width: 280px
}

.envoke_title_sec.solution_sec .envoke_title .icon_area4 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 70px;
    margin-bottom: -110px;
    z-index: 121
}

.envoke_title_sec.solution_sec .envoke_title .icon_area4 img {
    width: 70px
}

.product_section {
    overflow: hidden;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.product_section.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.product_section .product_area {
    padding: 0 100px
}

.product_section .product_area .custom_area {
    padding: 50px 0 85px 0;
    position: relative
}

.product_section .product_area .custom_area:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 220px;
    height: 100%;
    width: 100%;
    background-color: #ef373e
}

.product_section .product_area .custom_area:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    margin-right: -50%;
    height: 100%;
    width: 100%;
    background-color: #ef373e
}

.product_section .product_area .custom_area .owl-carousel {
    z-index: 130
}

.product_section .product_area .custom_area .owl-carousel .item .p_title {
    padding-bottom: 34px;
    padding-left: 240px
}

.product_section .product_area .custom_area .owl-carousel .item .p_title:before,.product_section .product_area .custom_area .owl-carousel .item .p_title:after {
    display: table;
    content: " "
}

.product_section .product_area .custom_area .owl-carousel .item .p_title:after {
    clear: both
}

.product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area {
    float: left;
    margin-right: 15px
}

.product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area img {
    width: 190px
}

.product_section .product_area .custom_area .owl-carousel .item .p_title .content_area {
    display: inline-block
}

.product_section .product_area .custom_area .owl-carousel .item .p_title .content_area h3 {
    letter-spacing: 3px;
    color: #fff;
    font-family: 'Lato-Regular'
}

.product_section .product_area .custom_area .owl-carousel .item .p_title .content_area p {
    text-align: right;
    color: #fff;
    font-style: italic;
    padding-right: 5px
}

.product_section .product_area .custom_area .owl-carousel .item .img_area img {
    width: 100%
}

.product_section .product_area .custom_area .owl-carousel .item .product_column {
    padding-left: 100px
}

.product_section .product_area .custom_area .owl-carousel .item .product_column h3 {
    text-transform: uppercase;
    padding-bottom: 25px;
    font-family: 'Lato-Medium';
    font-size: 24px;
    color: #fff
}

.product_section .product_area .custom_area .owl-carousel .item .product_column p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px
}

.product_section .product_area .custom_area .owl-carousel .item .product_column a {
    margin-top: 25px;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Lato-Bold'
}

.product_section .product_area .custom_area .owl-carousel .item .product_column ul li {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-left: 12px;
    position: relative
}

.product_section .product_area .custom_area .owl-carousel .item .product_column ul li:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 12px
}

.product_section .product_area .custom_area .owl-carousel .item .more_more {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 115px
}

.product_section .product_area .custom_area .owl-carousel .item .more_more a {
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Lato-Bold'
}

.product_section .product_area .custom_area .owl-carousel .owl-controls {
    z-index: 125;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 7px
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav {
    float: left;
    width: 70px
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav:after {
    content: 'SWIPE';
    position: relative;
    top: 19px;
    margin-left: 7px;
    color: #f46167;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato-Bold';
    z-index: 121
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: relative;
    float: left;
    color: #fff;
    z-index: 125
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-next {
    position: relative;
    float: right;
    color: #fff;
    z-index: 125
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots {
    margin-left: -46px;
    counter-reset: slides-num;
    position: relative;
    left: 0;
    top: -3px;
    font-size: 8px;
    width: auto;
    display: inline-block
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    color: #ffbbbe;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato-Bold'
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
    float: left;
    color: #fff;
    width: auto
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot span {
    display: none
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
    content: '/';
    position: relative;
    top: 0;
    left: 8px;
    font-size: 14px
}

.product_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
    content: counter(slides-num);
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    margin-left: -5px;
    clear: both;
    color: #ffbbbe;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato-Bold';
    text-align: left
}

.product_section .product_area .custom_area .bottom_swap {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 121;
    margin-bottom: 67px;
    padding-left: 617px
}

.product_section .product_area .custom_area .bottom_swap .numbers {
    color: #ffbbbe;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato-Bold'
}

.product_section .product_area .custom_area .bottom_swap .swap {
    padding-left: 5px;
    color: #f46167;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato-Bold'
}

.product_section .product_area .custom_area .right_item_area {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 358px;
    margin-right: -50%;
    margin-top: 126px;
    opacity: .2
}

.product_section .product_area .custom_area .right_item_area .next_item h3 {
    text-transform: uppercase;
    padding-bottom: 25px;
    font-family: 'Lato-Medium';
    font-size: 28px;
    color: #fff
}

.product_section .product_area .custom_area .right_item_area .next_item p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px
}

.product_section .product_area .custom_area .right_item_area .next_item a {
    margin-top: 25px;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Lato-Bold'
}

.product_section.learning_section {
    position: relative;
    overflow: hidden
}

.product_section.learning_section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #0d2c6c;
    margin-top: 50px
}

.product_section.learning_section .product_area {
    position: relative
}

.product_section.learning_section .product_area .rotate_title {
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 100;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: -50px;
    margin-bottom: 150px;
    letter-spacing: 3px
}

.product_section.learning_section .product_area .rotate_title h3 {
    color: #fff;
    font-family: 'Lato-Heavy';
    font-size: 11px;
    text-transform: uppercase
}

.product_section.learning_section .product_area .custom_area {
    padding: 0 0 100px 0
}

.product_section.learning_section .product_area .custom_area:before {
    display: none
}

.product_section.learning_section .product_area .custom_area:after {
    display: none
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column {
    padding-top: 100px;
    margin-bottom: 100px;
    padding-left: 70px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img {
    margin-top: 30px;
    position: relative;
    padding-bottom: 10px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img img {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5px;
    width: 80px;
    display: none
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 {
    display: inline-block;
    color: rgba(255,255,255,0.05);
    font-size: 100px;
    position: relative
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span {
    font-size: 50px;
    margin-right: 50px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active {
    font-size: 100px;
    position: relative
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80px;
    height: 48px;
    margin-top: 8px;
    background-image: url('../images/icons/explore.png');
    background-repeat: no-repeat;
    background-size: 100%
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 5px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h3 {
    margin-top: -10px;
    padding-bottom: 8px;
    font-size: 20px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h4 {
    padding-bottom: 25px;
    color: #ff000c;
    font-family: 'Lato-MediumItalic';
    font-size: 18px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column p {
    line-height: 22px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column a {
    margin-top: 30px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .item .more_more {
    margin-left: 85px
}

.product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls {
    margin-bottom: 0
}

.product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav:after {
    color: #fff
}

.product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
    color: #fff
}

.product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots:after {
    color: #fff
}

.product_section.learning_section .product_area .custom_area .more_more {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 95px;
    margin-left: 95px;
    z-index: 9999
}

.product_section.learning_section .product_area .custom_area .more_more a {
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Lato-Bold'
}

.product_section.solution_section {
    background-color: #44c7ee
}

.product_section.solution_section .product_area .custom_area {
    padding: 0 0 15px 0
}

.product_section.solution_section .product_area .custom_area:before {
    background-color: #f8f8f8;
    margin-left: 400px;
    width: 85%
}

.product_section.solution_section .product_area .custom_area:after {
    display: none
}

.product_section.solution_section .product_area .custom_area .owl-carousel {
    padding: 30px 0
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column {
    padding-left: 40px
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column .top_s img {
    float: left;
    width: 15px;
    margin-right: 5px
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column .top_s h5 {
    color: #49b590;
    text-transform: uppercase;
    font-size: 12px
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h1 {
    color: #49b590;
    padding-bottom: 25px;
    font-size: 20px
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h3 {
    color: #000;
    font-size: 20px;
    padding-bottom: 15px
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column p {
    color: #000;
    line-height: 20px
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column a {
    margin-top: 30px;
    border: 1px solid #000;
    color: #000
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more {
    margin-left: 55px
}

.product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more a {
    border: 1px solid #000;
    color: #000
}

.product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls {
    margin-bottom: 35px
}

.product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav:after {
    color: #000
}

.product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-next {
    color: #000
}

.product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-prev {
    color: #000
}

.product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
    color: #000
}

.product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
    color: #000
}

.product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots:after {
    color: #000
}

@media (min-width: 1918px) {
    .unique_section {
        padding:80px 0 110px 0
    }

    .unique_section .services_section {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: -200px;
        height: 330px
    }

    .unique_section .services_section .one_third {
        padding: 10px 25px 25px 25px
    }

    .unique_section .services_section .one_third h1 {
        font-size: 30px;
        padding-bottom: 5px
    }

    .unique_section .services_section .one_third h3 {
        font-size: 16px;
        padding-bottom: 20px
    }

    .unique_section .services_section .one_third p {
        font-size: 14px;
        line-height: 20px
    }

    .unique_section .services_section .one_third.red_border {
        margin-top: 97px
    }

    .unique_section .services_section .one_third.blue_border {
        margin-top: 97px
    }

    .unique_section .services_section .one_third.sky_border {
        margin-top: 97px
    }

    .unique_section .unique_area {
        padding: 0 0
    }

    .unique_section .unique_area .top_area {
        padding-top: 35px
    }

    .unique_section .unique_area .top_area img {
        width: auto
    }

    .unique_section .unique_area h1 {
        font-size: 72px
    }

    .unique_section .unique_area p {
        font-size: 22px
    }

    .envoke_title_sec .envoke_title {
        padding: 50px 0
    }

    .envoke_title_sec .envoke_title .left_area h3 {
        padding-top: 20px;
        font-size: 80px
    }

    .envoke_title_sec .envoke_title .left_area h2 {
        font-size: 30px
    }

    .envoke_title_sec .envoke_title .right_area {
        padding-top: 60px
    }

    .envoke_title_sec .envoke_title .right_area p {
        font-size: 18px
    }

    .envoke_title_sec .envoke_title .icon_area {
        margin-bottom: -244px;
        margin-left: 52px
    }

    .envoke_title_sec .envoke_title .icon_area img {
        width: auto
    }

    .envoke_title_sec.title_right .envoke_title {
        padding-top: 90px;
        padding-bottom: 70px
    }

    .envoke_title_sec.title_right .envoke_title .env_left p {
        font-size: 18px
    }

    .envoke_title_sec.title_right .envoke_title .env_right {
        padding-left: 50px
    }

    .envoke_title_sec.title_right .envoke_title .env_right h3 {
        padding-left: 50px;
        font-size: 80px
    }

    .envoke_title_sec.title_right .envoke_title .env_right h2 {
        font-size: 30px
    }

    .envoke_title_sec.title_right .envoke_title .icon_area {
        margin-right: 0
    }

    .envoke_title_sec.title_right .envoke_title .icon_area img {
        width: auto
    }

    .envoke_title_sec.title_right .icon_area2 {
        margin-top: 60px
    }

    .envoke_title_sec.title_right .icon_area2 img {
        width: auto
    }

    .envoke_title_sec.solution_sec .envoke_title {
        padding-top: 85px;
        padding-bottom: 105px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area3 {
        margin-left: 0;
        margin-top: -88px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area3 img {
        width: auto
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 {
        margin-left: 10px;
        margin-bottom: -110px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 img {
        width: 75px
    }

    .product_section .product_area {
        padding: 0 0
    }

    .product_section .product_area .custom_area {
        padding: 50px 0 100px 0
    }

    .product_section .product_area .custom_area:before {
        margin-left: 220px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title {
        padding-bottom: 55px;
        padding-left: 260px;
        padding-top: 20px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area {
        margin-right: 15px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area img {
        width: 240px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area h3 {
        font-size: 30px;
        letter-spacing: 3px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area p {
        font-size: 18px;
        padding-right: 5px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-left: 100px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        padding-bottom: 25px;
        font-size: 30px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column p {
        font-size: 18px;
        line-height: 36px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 25px;
        font-size: 12px;
        padding: 10px 15px
    }

    .product_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 692px
    }

    .product_section .product_area .custom_area .right_item_area {
        width: 455px;
        margin-top: 178px
    }

    .product_section .product_area .custom_area .right_item_area .next_item h3 {
        padding-bottom: 25px;
        font-size: 30px
    }

    .product_section .product_area .custom_area .right_item_area .next_item p {
        font-size: 18px;
        line-height: 36px
    }

    .product_section .product_area .custom_area .right_item_area .next_item a {
        margin-top: 25px;
        font-size: 12px;
        padding: 10px 15px
    }

    .product_section.learning_section {
        padding-bottom: 200px
    }

    .product_section.learning_section .product_area .rotate_title {
        margin-left: -150px;
        margin-bottom: 20px
    }

    .product_section.learning_section .product_area .custom_area {
        padding: 0 0 0 0
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 120px;
        padding-bottom: 100px;
        padding-left: 70px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img {
        margin-top: 30px;
        padding-bottom: 10px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img img {
        margin-top: 0;
        width: auto
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 {
        font-size: 128px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active {
        font-size: 128px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:before {
        width: 102px;
        height: 61px;
        margin-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:after {
        margin-bottom: 10px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        margin-top: -15px;
        padding-bottom: 8px;
        font-size: 30px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h4 {
        padding-bottom: 25px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column p {
        font-size: 18px;
        line-height: 28px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 30px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 655px
    }

    .product_section.learning_section .product_area .custom_area .bottom_swap {
        margin-bottom: -18px;
        padding-left: 688px
    }

    .product_section.solution_section .product_area .custom_area {
        padding: 0 0 15px 0
    }

    .product_section.solution_section .product_area .custom_area:before {
        margin-left: 400px;
        width: 85%
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel {
        padding: 30px 0
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .img_area {
        padding-left: 50px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h1 {
        padding-bottom: 25px;
        font-size: 30px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 30px;
        padding-bottom: 15px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column p {
        font-size: 18px;
        line-height: 28px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 630px
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap {
        padding-left: 648px;
        margin-bottom: 27px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .unique_section .services_section {
        margin-top:-175px;
        height: 310px
    }

    .unique_section .services_section .one_third {
        padding: 20px
    }

    .unique_section .services_section .one_third h1 {
        padding-bottom: 6px
    }

    .unique_section .services_section .one_third h3 {
        padding-bottom: 6px
    }

    .unique_section .services_section .one_third p {
        font-size: 11px;
        padding-bottom: 6px
    }

    .unique_section .services_section .one_third.red_border {
        margin-top: 84px
    }

    .unique_section .services_section .one_third.red_border p {
        height: 83px
    }

    .unique_section .services_section .one_third.red_border:hover {
        padding-top: 20px
    }

    .unique_section .services_section .one_third.blue_border {
        margin-top: 84px
    }

    .unique_section .services_section .one_third.blue_border p {
        height: 83px
    }

    .unique_section .services_section .one_third.blue_border:hover {
        padding-top: 20px
    }

    .unique_section .services_section .one_third.sky_border {
        margin-top: 84px
    }

    .unique_section .services_section .one_third.sky_border p {
        height: 83px
    }

    .unique_section .services_section .one_third.sky_border:hover {
        padding-top: 20px
    }

    .unique_section .unique_area {
        padding: 0 0;
        padding-top: 70px
    }

    .unique_section .unique_area .top_area {
        padding-top: 0
    }

    .unique_section .unique_area h1 {
        font-size: 35px
    }

    .unique_section .unique_area p {
        padding: 20px 0
    }

    .envoke_title_sec .envoke_title {
        padding: 40px 85px
    }

    .envoke_title_sec .envoke_title .left_area h3 {
        font-size: 60px
    }

    .envoke_title_sec .envoke_title .left_area h2 {
        font-size: 22px
    }

    .envoke_title_sec .envoke_title .right_area {
        padding-top: 20px;
        padding-right: 0
    }

    .envoke_title_sec .envoke_title .icon_area {
        margin-bottom: -153px
    }

    .envoke_title_sec .envoke_title .icon_area img {
        width: 85px
    }

    .envoke_title_sec.title_right .envoke_title {
        padding-top: 40px
    }

    .envoke_title_sec.title_right .envoke_title .env_left {
        width: 60%;
        padding-top: 30px
    }

    .envoke_title_sec.title_right .envoke_title .env_left p {
        font-size: 14px
    }

    .envoke_title_sec.title_right .envoke_title .env_right h3 {
        font-size: 60px
    }

    .envoke_title_sec.title_right .envoke_title .env_right h2 {
        font-size: 22px
    }

    .envoke_title_sec.title_right .envoke_title .icon_area {
        margin-bottom: -147px
    }

    .envoke_title_sec.title_right .envoke_title .icon_area img {
        width: 70px
    }

    .envoke_title_sec.title_right .icon_area2 {
        margin-top: 125px
    }

    .envoke_title_sec.title_right .icon_area2 img {
        width: 185px
    }

    .envoke_title_sec.solution_sec .envoke_title {
        padding-top: 70px;
        padding-bottom: 50px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 {
        margin-left: 68px;
        margin-bottom: -62px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 img {
        width: 40px
    }

    .product_section .product_area {
        padding: 0 85px
    }

    .product_section .product_area .custom_area {
        padding: 50px 0 80px 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area img {
        width: 120px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-left: 20px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        padding-bottom: 10px;
        font-size: 24px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: 26px;
        padding-bottom: 20px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .more_more {
        margin-left: 35px
    }

    .product_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0
    }

    .product_section .product_area .custom_area .bottom_swap {
        margin-bottom: 62px;
        padding-left: 446px
    }

    .product_section.learning_section .product_area .custom_area {
        padding-bottom: 60px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 80px;
        padding-left: 10px;
        margin-bottom: 60px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img img {
        width: 60px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 {
        font-size: 80px;
        padding-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active {
        font-size: 80px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:before {
        width: 60px;
        height: 36px;
        margin-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 20px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h4 {
        padding-bottom: 15px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: 24px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 410px;
        margin-bottom: 30px
    }

    .product_section.learning_section .product_area .custom_area .more_more {
        margin-bottom: 83px;
        margin-left: 30px
    }

    .product_section.learning_section .product_area .custom_area .bottom_swap {
        margin-bottom: 43px;
        padding-left: 431px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-left: 30px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h1 {
        font-size: 28px;
        padding-bottom: 15px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 20px;
        padding-bottom: 10px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: 23px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 5px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more {
        margin-left: 45px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 433px
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap {
        padding-left: 455px;
        margin-bottom: 27px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .unique_section {
        padding:80px 0 60px 0
    }

    .unique_section .services_section {
        margin-top: -120px;
        padding-left: 0;
        padding-right: 0;
        height: auto
    }

    .unique_section .services_section [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px
    }

    .unique_section .services_section .one_third {
        padding: 20px
    }

    .unique_section .services_section .one_third h1 {
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third h3 {
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third p {
        font-size: 14px;
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third.red_border {
        margin-top: 20px;
        padding: 20px
    }

    .unique_section .services_section .one_third.red_border p {
        height: auto
    }

    .unique_section .services_section .one_third.red_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.red_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.blue_border {
        margin-top: 20px;
        padding: 20px
    }

    .unique_section .services_section .one_third.blue_border p {
        height: auto
    }

    .unique_section .services_section .one_third.blue_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.blue_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.sky_border {
        margin-top: 20px;
        padding: 20px
    }

    .unique_section .services_section .one_third.sky_border p {
        height: auto
    }

    .unique_section .services_section .one_third.sky_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.sky_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .unique_area {
        padding: 400px 0 0 0
    }

    .unique_section .unique_area .top_area {
        padding-top: 0
    }

    .unique_section .unique_area h1 {
        font-size: 25px
    }

    .unique_section .unique_area p {
        padding: 15px 0
    }

    .envoke_title_sec .envoke_title {
        padding: 30px 0
    }

    .envoke_title_sec .envoke_title .left_area h3 {
        font-size: 40px
    }

    .envoke_title_sec .envoke_title .left_area h2 {
        font-size: 18px
    }

    .envoke_title_sec .envoke_title .right_area {
        padding-top: 5px;
        padding-right: 0
    }

    .envoke_title_sec .envoke_title .right_area p {
        font-size: 15px
    }

    .envoke_title_sec .envoke_title .icon_area {
        margin-bottom: -124px;
        margin-left: 55px
    }

    .envoke_title_sec .envoke_title .icon_area img {
        width: 70px
    }

    .envoke_title_sec.title_right .envoke_title {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .envoke_title_sec.title_right .envoke_title .env_left {
        width: 60%;
        padding-top: 5px
    }

    .envoke_title_sec.title_right .envoke_title .env_left p {
        font-size: 14px
    }

    .envoke_title_sec.title_right .envoke_title .env_right h3 {
        font-size: 40px
    }

    .envoke_title_sec.title_right .envoke_title .env_right h2 {
        font-size: 18px
    }

    .envoke_title_sec.title_right .envoke_title .icon_area {
        margin-bottom: -120px;
        margin-right: 30px
    }

    .envoke_title_sec.title_right .envoke_title .icon_area img {
        width: 55px
    }

    .envoke_title_sec.title_right .icon_area2 {
        margin-top: 125px
    }

    .envoke_title_sec.title_right .icon_area2 img {
        width: 100px
    }

    .envoke_title_sec.solution_sec .envoke_title {
        padding-top: 55px;
        padding-bottom: 30px
    }

    .envoke_title_sec.solution_sec .envoke_title .right_area {
        padding-top: 15px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area3 {
        margin-left: 0;
        margin-top: -53px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area3 img {
        width: 200px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 {
        margin-left: -10px;
        margin-bottom: -52px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 img {
        width: 30px
    }

    .product_section .product_area {
        padding: 0 0
    }

    .product_section .product_area .rotate_title {
        display: none
    }

    .product_section .product_area .custom_area {
        padding: 25px 0 80px 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title {
        padding-left: 190px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area img {
        width: 130px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area h3 {
        font-size: 16px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area p {
        font-size: 12px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-left: 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        padding-bottom: 10px;
        font-size: 20px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .more_more {
        margin-left: 15px
    }

    .product_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0
    }

    .product_section .product_area .custom_area:before {
        margin-left: 165px
    }

    .product_section .product_area .custom_area .right_item_area {
        display: none
    }

    .product_section .product_area .custom_area .bottom_swap {
        margin-bottom: 62px;
        padding-left: 427px
    }

    .product_section.learning_section .product_area .custom_area {
        padding-bottom: 60px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 80px;
        padding-left: 0;
        margin-bottom: 100px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img img {
        width: 50px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 {
        font-size: 70px;
        padding-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span {
        margin-right: 40px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active {
        font-size: 70px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:before {
        width: 50px;
        height: 30px;
        margin-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 18px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h4 {
        padding-bottom: 15px;
        font-size: 14px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: 22px;
        font-size: 14px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 377px;
        margin-bottom: 50px
    }

    .product_section.learning_section .product_area .custom_area .more_more {
        margin-bottom: 105px;
        margin-left: 15px
    }

    .product_section.learning_section .product_area .custom_area .bottom_swap {
        margin-bottom: 43px;
        padding-left: 434px
    }

    .product_section.solution_section .product_area .custom_area:before {
        margin-left: 180px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-left: 0
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h1 {
        font-size: 24px;
        padding-bottom: 10px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 18px;
        padding-bottom: 10px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: 23px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 5px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more {
        margin-left: 15px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap {
        margin-bottom: 27px;
        padding-left: 426px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .unique_section {
        padding:80px 0 60px 0
    }

    .unique_section .services_section {
        margin-top: -100px;
        padding-left: 0;
        padding-right: 0;
        height: auto
    }

    .unique_section .services_section [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px
    }

    .unique_section .services_section .one_third {
        padding: 20px
    }

    .unique_section .services_section .one_third h1 {
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third h3 {
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third p {
        font-size: 14px;
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third.red_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.red_border p {
        height: auto
    }

    .unique_section .services_section .one_third.red_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.red_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.blue_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.blue_border p {
        height: auto
    }

    .unique_section .services_section .one_third.blue_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.blue_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.sky_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.sky_border p {
        height: auto
    }

    .unique_section .services_section .one_third.sky_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.sky_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .unique_area {
        padding: 570px 0 0 0
    }

    .unique_section .unique_area .top_area {
        padding-top: 0
    }

    .unique_section .unique_area h1 {
        font-size: 25px
    }

    .unique_section .unique_area p {
        padding: 15px 0
    }

    .envoke_title_sec .envoke_title {
        padding: 30px 0
    }

    .envoke_title_sec .envoke_title .left_area {
        margin-right: 20px
    }

    .envoke_title_sec .envoke_title .left_area h3 {
        font-size: 30px
    }

    .envoke_title_sec .envoke_title .left_area h2 {
        font-size: 16px
    }

    .envoke_title_sec .envoke_title .right_area {
        padding-top: 5px;
        padding-right: 0
    }

    .envoke_title_sec .envoke_title .right_area p {
        font-size: 12px
    }

    .envoke_title_sec .envoke_title .icon_area {
        display: none
    }

    .envoke_title_sec.title_right .envoke_title {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .envoke_title_sec.title_right .envoke_title .env_left {
        width: 60%;
        padding-top: 5px;
        padding-right: 0
    }

    .envoke_title_sec.title_right .envoke_title .env_left p {
        font-size: 12px
    }

    .envoke_title_sec.title_right .envoke_title .env_right {
        text-align: right
    }

    .envoke_title_sec.title_right .envoke_title .env_right h3 {
        font-size: 30px;
        padding-left: 0
    }

    .envoke_title_sec.title_right .envoke_title .env_right h2 {
        font-size: 16px
    }

    .envoke_title_sec.title_right .envoke_title .icon_area {
        display: none
    }

    .envoke_title_sec.title_right .icon_area2 {
        display: none
    }

    .envoke_title_sec.solution_sec .envoke_title {
        padding-top: 55px;
        padding-bottom: 30px
    }

    .envoke_title_sec.solution_sec .envoke_title .right_area {
        padding-top: 15px
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area3 {
        display: none
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 {
        display: none
    }

    .product_section {
        background-color: #d40a0b;
        padding: 30px 0
    }

    .product_section .product_area {
        padding: 0 0
    }

    .product_section .product_area .rotate_title {
        display: none
    }

    .product_section .product_area .custom_area {
        padding: 0 0 0 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title {
        padding-left: 0;
        padding-bottom: 15px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area img {
        width: 100px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area h3 {
        font-size: 16px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area p {
        font-size: 12px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 20px;
        padding-left: 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        padding-bottom: 10px;
        font-size: 20px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .more_more {
        margin-left: 15px
    }

    .product_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 53%;
        margin-bottom: 10px
    }

    .product_section .product_area .custom_area .right_item_area {
        display: none
    }

    .product_section .product_area .custom_area .bottom_swap {
        display: none
    }

    .product_section .product_area .custom_area:before {
        display: none
    }

    .product_section .product_area .custom_area:after {
        display: none
    }

    .product_section.learning_section {
        background-color: #0d2c6c
    }

    .product_section.learning_section:after {
        display: none
    }

    .product_section.learning_section .product_area .custom_area {
        padding-bottom: 0
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 20px;
        padding-left: 0;
        margin-bottom: 100px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img img {
        width: 40px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 {
        font-size: 50px;
        padding-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active {
        font-size: 50px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:before {
        width: 40px;
        height: 24px;
        margin-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 16px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h4 {
        padding-bottom: 10px;
        font-size: 12px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: inherit;
        font-size: 12px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 53%;
        margin-top: 0;
        margin-bottom: 10px
    }

    .product_section.learning_section .product_area .custom_area .more_more {
        margin-bottom: 4px;
        margin-left: 15px
    }

    .product_section.solution_section .product_area .custom_area {
        padding: 0
    }

    .product_section.solution_section .product_area .custom_area:before {
        display: none
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel {
        padding: 0
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-left: 0
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column .top_s h5 {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h1 {
        font-size: 20px;
        padding-bottom: 10px;
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 16px;
        padding-bottom: 10px;
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: inherit;
        color: #fff;
        font-size: 12px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 5px;
        color: #fff;
        border-color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more {
        margin-left: 15px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more a {
        color: #fff;
        border-color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-prev {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-next {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots:after {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
        color: #fff
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .unique_section {
        padding:80px 0 60px 0
    }

    .unique_section .services_section {
        margin-top: -100px;
        padding-left: 0;
        padding-right: 0;
        height: auto
    }

    .unique_section .services_section [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px
    }

    .unique_section .services_section .one_third {
        padding: 20px
    }

    .unique_section .services_section .one_third h1 {
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third h3 {
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third p {
        font-size: 14px;
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third.red_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.red_border p {
        height: auto
    }

    .unique_section .services_section .one_third.red_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.red_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.blue_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.blue_border p {
        height: auto
    }

    .unique_section .services_section .one_third.blue_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.blue_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.sky_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.sky_border p {
        height: auto
    }

    .unique_section .services_section .one_third.sky_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.sky_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .unique_area {
        padding: 795px 0 0 0
    }

    .unique_section .unique_area .top_area {
        padding-top: 0
    }

    .unique_section .unique_area h1 {
        font-size: 25px
    }

    .unique_section .unique_area p {
        padding: 15px 0
    }

    .envoke_title_sec .envoke_title {
        padding: 30px 0
    }

    .envoke_title_sec .envoke_title .left_area {
        margin-right: 20px
    }

    .envoke_title_sec .envoke_title .left_area h3 {
        font-size: 30px
    }

    .envoke_title_sec .envoke_title .left_area h2 {
        font-size: 16px
    }

    .envoke_title_sec .envoke_title .right_area {
        padding-top: 5px;
        padding-right: 0
    }

    .envoke_title_sec .envoke_title .right_area p {
        font-size: 12px
    }

    .envoke_title_sec .envoke_title .icon_area {
        display: none
    }

    .envoke_title_sec.title_right .envoke_title {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .envoke_title_sec.title_right .envoke_title .env_left {
        width: 59%;
        padding-top: 5px;
        padding-right: 0
    }

    .envoke_title_sec.title_right .envoke_title .env_left p {
        font-size: 12px
    }

    .envoke_title_sec.title_right .envoke_title .env_right {
        text-align: right;
        padding-left: 0
    }

    .envoke_title_sec.title_right .envoke_title .env_right h3 {
        font-size: 30px;
        padding-left: 0
    }

    .envoke_title_sec.title_right .envoke_title .env_right h2 {
        font-size: 16px
    }

    .envoke_title_sec.title_right .envoke_title .icon_area {
        display: none
    }

    .envoke_title_sec.title_right .icon_area2 {
        display: none
    }

    .envoke_title_sec.solution_sec .envoke_title {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .envoke_title_sec.solution_sec .envoke_title .right_area {
        padding-top: 0
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area3 {
        display: none
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 {
        display: none
    }

    .product_section {
        background-color: #d40a0b;
        padding: 30px 0
    }

    .product_section .product_area {
        padding: 0 0
    }

    .product_section .product_area .rotate_title {
        display: none
    }

    .product_section .product_area .custom_area {
        padding: 0 0 0 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title {
        padding-left: 0;
        padding-bottom: 15px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area img {
        width: 100px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area h3 {
        font-size: 16px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area p {
        font-size: 12px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 20px;
        padding-left: 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        padding-bottom: 10px;
        font-size: 20px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column ul li {
        font-size: 12px;
        line-height: 24px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column ul li:after {
        height: 3px;
        width: 3px;
        margin-top: 11px
    }

    .product_section .product_area .custom_area .owl-carousel .item .more_more {
        position: static;
        left: 0;
        margin-left: 15px
    }

    .product_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 0
    }

    .product_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav div.owl-prev {
        padding-left: 0
    }

    .product_section .product_area .custom_area:before {
        display: none
    }

    .product_section .product_area .custom_area:after {
        display: none
    }

    .product_section .product_area .custom_area .right_item_area {
        display: none
    }

    .product_section .product_area .custom_area .bottom_swap {
        margin-bottom: -17px;
        padding-left: 20px
    }

    .product_section.learning_section {
        background-color: #0d2c6c
    }

    .product_section.learning_section:after {
        display: none
    }

    .product_section.learning_section .product_area .custom_area {
        padding-bottom: 0
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 20px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img img {
        width: 40px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 {
        font-size: 50px;
        padding-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active {
        font-size: 50px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:before {
        width: 40px;
        height: 24px;
        margin-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 16px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h4 {
        padding-bottom: 10px;
        font-size: 12px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: inherit;
        font-size: 12px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .more_more {
        position: static;
        left: 0;
        margin-left: 15px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 20px
    }

    .product_section.learning_section .product_area .custom_area .more_more {
        left: 0;
        margin-bottom: 10px;
        margin-left: 0
    }

    .product_section.learning_section .product_area .custom_area .bottom_swap {
        margin-bottom: -17px;
        padding-left: 20px
    }

    .product_section.solution_section .product_area .custom_area {
        padding: 0
    }

    .product_section.solution_section .product_area .custom_area:before {
        display: none
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel {
        padding: 0
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-left: 0
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column .top_s h5 {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h1 {
        font-size: 20px;
        padding-bottom: 10px;
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 16px;
        padding-bottom: 10px;
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: inherit;
        color: #fff;
        font-size: 12px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 5px;
        color: #fff;
        border-color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more {
        position: static;
        left: 0;
        margin-left: 15px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more a {
        color: #fff;
        border-color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 5px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-prev {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-next {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots:after {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap {
        margin-bottom: -17px;
        padding-left: 20px
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap .numbers {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap .swap {
        color: #fff
    }
}

@media (max-width: 360px) {
    .unique_section {
        padding:80px 0 60px 0
    }

    .unique_section .services_section {
        margin-top: -100px;
        padding-left: 0;
        padding-right: 0;
        height: auto
    }

    .unique_section .services_section [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px
    }

    .unique_section .services_section .one_third {
        padding: 20px
    }

    .unique_section .services_section .one_third h1 {
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third h3 {
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third p {
        font-size: 14px;
        padding-bottom: 12px
    }

    .unique_section .services_section .one_third.red_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.red_border p {
        height: auto
    }

    .unique_section .services_section .one_third.red_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.red_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.blue_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.blue_border p {
        height: auto
    }

    .unique_section .services_section .one_third.blue_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.blue_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.sky_border {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .services_section .one_third.sky_border p {
        height: auto
    }

    .unique_section .services_section .one_third.sky_border a {
        opacity: 1
    }

    .unique_section .services_section .one_third.sky_border:hover {
        margin-top: 20px;
        padding-top: 20px
    }

    .unique_section .unique_area {
        padding: 795px 0 0 0
    }

    .unique_section .unique_area .top_area {
        padding-top: 0
    }

    .unique_section .unique_area h1 {
        font-size: 25px
    }

    .unique_section .unique_area p {
        padding: 15px 0
    }

    .envoke_title_sec .envoke_title {
        padding: 30px 0
    }

    .envoke_title_sec .envoke_title .left_area {
        margin-right: 20px
    }

    .envoke_title_sec .envoke_title .left_area h3 {
        font-size: 30px
    }

    .envoke_title_sec .envoke_title .left_area h2 {
        font-size: 16px
    }

    .envoke_title_sec .envoke_title .right_area {
        padding-top: 5px;
        padding-right: 0
    }

    .envoke_title_sec .envoke_title .right_area p {
        font-size: 12px
    }

    .envoke_title_sec .envoke_title .icon_area {
        display: none
    }

    .envoke_title_sec.title_right .envoke_title {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .envoke_title_sec.title_right .envoke_title .env_left {
        width: 59%;
        padding-top: 5px;
        padding-right: 0
    }

    .envoke_title_sec.title_right .envoke_title .env_left p {
        font-size: 12px
    }

    .envoke_title_sec.title_right .envoke_title .env_right {
        text-align: right;
        padding-left: 0
    }

    .envoke_title_sec.title_right .envoke_title .env_right h3 {
        font-size: 30px;
        padding-left: 0
    }

    .envoke_title_sec.title_right .envoke_title .env_right h2 {
        font-size: 16px
    }

    .envoke_title_sec.title_right .envoke_title .icon_area {
        display: none
    }

    .envoke_title_sec.title_right .icon_area2 {
        display: none
    }

    .envoke_title_sec.solution_sec .envoke_title {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .envoke_title_sec.solution_sec .envoke_title .right_area {
        padding-top: 0
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area3 {
        display: none
    }

    .envoke_title_sec.solution_sec .envoke_title .icon_area4 {
        display: none
    }

    .product_section {
        background-color: #d40a0b;
        padding: 30px 0
    }

    .product_section .product_area {
        padding: 0 0
    }

    .product_section .product_area .rotate_title {
        display: none
    }

    .product_section .product_area .custom_area {
        padding: 0 0 0 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title {
        padding-left: 0;
        padding-bottom: 15px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .icon_area img {
        width: 120px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area h3 {
        font-size: 16px
    }

    .product_section .product_area .custom_area .owl-carousel .item .p_title .content_area p {
        font-size: 12px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 20px;
        padding-left: 0
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        padding-bottom: 10px;
        font-size: 20px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column ul li {
        font-size: 12px;
        line-height: 24px
    }

    .product_section .product_area .custom_area .owl-carousel .item .product_column ul li:after {
        height: 3px;
        width: 3px;
        margin-top: 11px
    }

    .product_section .product_area .custom_area .owl-carousel .item .more_more {
        position: static;
        left: 0;
        margin-left: 15px
    }

    .product_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 0
    }

    .product_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav div.owl-prev {
        padding-left: 0
    }

    .product_section .product_area .custom_area:before {
        display: none
    }

    .product_section .product_area .custom_area:after {
        display: none
    }

    .product_section .product_area .custom_area .bottom_swap {
        margin-bottom: -17px;
        padding-left: 20px
    }

    .product_section.learning_section {
        background-color: #0d2c6c
    }

    .product_section.learning_section:after {
        display: none
    }

    .product_section.learning_section .product_area .custom_area {
        padding-bottom: 0
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 20px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img img {
        width: 40px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 {
        font-size: 50px;
        padding-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active {
        font-size: 50px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column .icon_img h1 span.active:before {
        width: 40px;
        height: 24px;
        margin-top: 5px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 16px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column h4 {
        padding-bottom: 10px;
        font-size: 12px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: inherit;
        font-size: 12px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 10px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .item .more_more {
        position: static;
        left: 0;
        margin-left: 15px
    }

    .product_section.learning_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 5px
    }

    .product_section.learning_section .product_area .custom_area .more_more {
        left: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .product_section.learning_section .product_area .custom_area .bottom_swap {
        margin-bottom: -17px;
        padding-left: 20px
    }

    .product_section.solution_section .product_area .custom_area {
        padding: 0
    }

    .product_section.solution_section .product_area .custom_area:before {
        display: none
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel {
        padding: 0
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column {
        padding-left: 0
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column .top_s h5 {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h1 {
        font-size: 20px;
        padding-bottom: 10px;
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column h3 {
        font-size: 16px;
        padding-bottom: 10px;
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column p {
        line-height: inherit;
        color: #fff;
        font-size: 12px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .product_column a {
        margin-top: 5px;
        color: #fff;
        border-color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more {
        position: static;
        left: 0;
        margin-left: 15px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .item .more_more a {
        color: #fff;
        border-color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 5px
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav div {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-prev {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-nav .owl-next {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots:after {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap {
        margin-bottom: -17px;
        padding-left: 20px
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap .numbers {
        color: #fff
    }

    .product_section.solution_section .product_area .custom_area .bottom_swap .swap {
        color: #fff
    }
}

.breadcome_section.what_we_bread {
    background-image: url('../images/background/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 170px 0
}

.breadcome_section.what_we_bread .breadcome_area {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    margin-left: 100px;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.breadcome_section.what_we_bread .breadcome_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.breadcome_section.what_we_bread .breadcome_area:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 1px;
    width: 77%;
    background-color: #fff;
    margin-bottom: 6px
}

.breadcome_section.what_we_bread .breadcome_area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 35px;
    width: 4px;
    background-color: #630e26;
    margin-top: 5px
}

.breadcome_section.what_we_bread .breadcome_area h3 {
    font-family: 'Lato-Light';
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 38px
}

.breadcome_section.what_we_bread .breadcome_area h2 {
    font-family: 'Lato-Heavy';
    color: #fff;
    text-transform: uppercase;
    font-size: 50px
}

.breadcome_section.what_we_bread .breadcome_area a {
    padding-left: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato-Bold';
    color: #fff;
    letter-spacing: 1px;
    position: relative
}

.breadcome_section.what_we_bread .breadcome_area a:after {
    position: absolute;
    content: '\f0da';
    font-family: 'fontAwesome';
    top: 0;
    right: 0;
    font-size: 17px;
    color: #d40a0b;
    margin-top: -2px;
    margin-right: -12px
}

.breadcome_section.what_we_bread.wtd_breadcome .breadcome_area {
    margin-left: 0
}

.what_we_section {
    padding: 20px 0 0 0;
    position: relative
}

.what_we_section .bg_icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: -60px
}

.what_we_section .bg_icon img {
    width: 920px
}

.what_we_section .what_we_area {
    position: relative;
    z-index: 222
}

.what_we_section .what_we_area .wicon_before {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -50px;
    margin-left: 70px;
    z-index: 1
}

.what_we_section .what_we_area .wicon_before img {
    width: auto
}

.what_we_section .what_we_area .inner_title {
    width: 350px;
    margin-left: 600px;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.what_we_section .what_we_area .inner_title.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.what_we_section .what_we_area .inner_title h1 {
    font-size: 42px;
    color: #fff;
    font-family: 'Lato-Regular';
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 55px;
    padding-bottom: 20px
}

.what_we_section .what_we_area .inner_title p {
    font-size: 14px;
    color: #fff
}

.what_we_section .what_we_area .consult_area {
    padding-top: 45px;
    position: relative;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.what_we_section .what_we_area .consult_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.what_we_section .what_we_area .consult_area .long_border {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 30px;
    height: 1px;
    width: 80%;
    background-color: #255fac
}

.what_we_section .what_we_area .consult_area .long_border:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    border: 2px solid #255fac;
    border-radius: 50%;
    background-color: #fff;
    z-index: 12;
    margin-top: -6.5px
}

.what_we_section .what_we_area .consult_area .icon_area img {
    width: 65px
}

.what_we_section .what_we_area .consult_area h2 {
    text-transform: uppercase;
    font-family: 'Lato-Semibold';
    font-size: 24px;
    padding: 30px 0
}

.what_we_section .what_we_area .consult_area p {
    font-size: 15px
}

.what_we_section .what_we_area .menu_listing_ser {
    position: relative;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.what_we_section .what_we_area .menu_listing_ser.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.what_we_section .what_we_area .menu_listing_ser:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1.2px;
    background-color: #44c7ee;
    margin-right: 22.5px;
    z-index: 11
}

.what_we_section .what_we_area .menu_listing_ser:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 8px;
    width: 8px;
    border: 1.2px solid #44c7ee;
    border-radius: 50%;
    margin-right: 19px;
    background-color: #255fac;
    z-index: 12
}

.what_we_section .what_we_area .menu_listing_ser .inner_listing {
    padding-top: 100px;
    padding-bottom: 50px
}

.what_we_section .what_we_area .menu_listing_ser .inner_listing ul li a {
    text-align: right;
    padding: 9px 0;
    display: block;
    color: #737373;
    text-transform: uppercase;
    font-size: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.what_we_section .what_we_area .menu_listing_ser .inner_listing ul li a .border {
    position: relative;
    z-index: 22;
    display: inline-block;
    height: 8px;
    width: 8px;
    border: 1.2px solid #44c7ee;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.what_we_section .what_we_area .menu_listing_ser .inner_listing ul li a:hover {
    color: #0c3887;
    font-family: 'Lato-Heavy'
}

.what_we_section .what_we_area .menu_listing_ser .inner_listing ul li a:hover .border {
    border-color: #0c3887
}

.what_we_section .what_we_area .menu_listing_ser .inner_listing ul li.active a {
    color: #0c3887;
    font-family: 'Lato-Heavy'
}

.what_we_section .what_we_area .menu_listing_ser .inner_listing ul li.active a .border {
    border-color: #0c3887
}

.what_image_sec {
    background-color: #efefef;
    padding: 60px 0 200px 0;
    position: relative;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.what_image_sec.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.what_image_sec .top_area {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -52px
}

.what_image_sec .top_area img {
    width: 640px
}

.what_image_sec .what_sec_area {
    padding-left: 70px
}

.what_image_sec .what_sec_area .content_area {
    padding-left: 62px
}

.what_image_sec .what_sec_area .content_area h1 {
    font-family: 'Lato-Hairline';
    font-size: 65px;
    line-height: 45px
}

.what_image_sec .what_sec_area .content_area h3 {
    padding-top: 15px;
    color: #0d2c6c;
    text-transform: uppercase;
    font-family: 'Lato-Semibold';
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px
}

.what_image_sec .what_sec_area .content_area h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background-color: #44c7ee
}

.what_image_sec .what_sec_area .content_area p {
    padding-top: 5px;
    font-size: 15px;
    line-height: 30px
}

.what_image_sec .what_sec_area .content_area ul {
    padding-top: 28px
}

.what_image_sec .what_sec_area .content_area ul li {
    padding-left: 15px;
    font-size: 15px;
    line-height: 30px;
    position: relative
}

.what_image_sec .what_sec_area .content_area ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #0c3887;
    margin-top: 13px
}

.what_image_sec .what_sec_area .content_area a {
    margin-top: 60px;
    display: inline-block;
    color: #44c7ee;
    text-transform: uppercase;
    border: 1px solid #434343;
    border-radius: 5px;
    padding: 5px 11px;
    font-size: 12px
}

.what_image_sec.portfolio_section {
    background-color: #0c3887;
    padding-bottom: 60px
}

.what_image_sec.portfolio_section .what_sec_area {
    padding-left: 70px
}

.what_image_sec.portfolio_section .what_sec_area .content_area {
    padding-left: 62px
}

.what_image_sec.portfolio_section .what_sec_area .content_area h1 {
    color: #fff
}

.what_image_sec.portfolio_section .what_sec_area .content_area h3 {
    color: #fff
}

.what_image_sec.portfolio_section .what_sec_area .content_area h3:after {
    background-color: #0fb8ff
}

.what_image_sec.portfolio_section .what_sec_area .content_area p {
    color: #fff
}

.what_image_sec.portfolio_section .what_sec_area .content_area ul li {
    color: #fff
}

.what_image_sec.portfolio_section .what_sec_area .content_area ul li:before {
    background-color: #fff
}

.what_image_sec.portfolio_section .what_sec_area .content_area a {
    color: #0fb8ff;
    border: 1px solid #0fb8ff
}

.what_image_sec.portfolio_section .what_sec_area .content_area a:hover {
    background-color: #0fb8ff;
    color: #fff
}

.what_image_sec.benefit_section {
    padding-bottom: 60px
}

.what_image_sec.benefit_section .what_sec_area {
    padding-left: 70px
}

.what_image_sec.benefit_section .what_sec_area .content_area a:hover {
    background-color: #434343;
    color: #fff
}

.what_image_sec.technology_section .top_area {
    margin-top: 60px
}

.what_image_sec.technology_section .what_sec_area .content_area a:hover {
    background-color: #434343;
    color: #fff
}

.bigger_section {
    background-image: url('../images/background/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-attachment: fixed;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.bigger_section.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.bigger_section .bigger_area {
    padding: 0 180px;
    text-align: center
}

.bigger_section .bigger_area p {
    font-family: 'Lato-MediumItalic';
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 35px
}

.bigger_section .bigger_area p:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f00
}

.bigger_section.bigger_section2 {
    background-image: url('../images/background/bg5.jpg')
}

.bigger_section.bigger_section2 .bigger_area p {
    color: #0c3887
}

.business_section {
    padding: 60px 0 138px 0;
    position: relative;
    z-index: 99;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.business_section.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.business_section .icon_before {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -60px;
    margin-left: 45px
}

.business_section .icon_before img {
    width: 11px
}

.business_section .business_area {
    position: relative;
    padding-top: 20px
}

.business_section .business_area .top_area h1 {
    font-family: 'Lato-Hairline';
    font-size: 65px;
    line-height: 45px
}

.business_section .business_area .top_area h3 {
    padding-top: 15px;
    color: #0d2c6c;
    text-transform: uppercase;
    font-family: 'Lato-Semibold';
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px
}

.business_section .business_area .top_area h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background-color: #44c7ee
}

.business_section .business_area .top_area p {
    padding-top: 5px;
    font-size: 15px;
    line-height: 30px
}

.business_section .business_area .top_area ul {
    padding-top: 28px
}

.business_section .business_area .top_area ul li {
    padding-left: 15px;
    font-size: 15px;
    line-height: 30px;
    position: relative
}

.business_section .business_area .top_area ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #0c3887;
    margin-top: 13px
}

.business_section .business_area .top_area a {
    margin-top: 60px;
    display: inline-block;
    color: #44c7ee;
    text-transform: uppercase;
    border: 1px solid #434343;
    border-radius: 5px;
    padding: 5px 11px;
    font-size: 12px
}

.business_section .business_area .top_area a:hover {
    border-color: #0fb8ff;
    background-color: #0fb8ff;
    color: #fff
}

.business_section .business_area .icon_area {
    padding-top: 65px;
    padding-left: 60px
}

.business_section .business_area .icon_area img {
    width: 180px
}

.business_section .business_area .icon_after {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 160px;
    margin-top: 300px;
    z-index: 99
}

.business_section .business_area .icon_after img {
    width: 11px
}

.business_section.program_section .business_area .top_area ul li:first-child {
    padding-left: 0
}

.business_section.program_section .business_area .top_area ul li:first-child:before {
    display: none
}

.business_section.program_section .business_area .icon_area {
    padding-top: 155px
}

.business_section.program_section .business_area .icon_area img {
    width: 200px
}

.business_section.project_section .business_area .icon_area {
    padding-top: 140px
}

.business_section.project_section .business_area .icon_area img {
    width: 200px
}

@media (min-width: 1918px) {
    .breadcome_section.what_we_bread {
        padding-top:300px;
        padding-bottom: 215px
    }

    .breadcome_section.what_we_bread .breadcome_area {
        padding-bottom: 11px
    }

    .breadcome_section.what_we_bread .breadcome_area h3 {
        font-size: 62px;
        line-height: 45px
    }

    .breadcome_section.what_we_bread .breadcome_area h2 {
        font-size: 62px
    }

    .what_we_section .bg_icon {
        margin-top: -72px
    }

    .what_we_section .bg_icon img {
        width: 1150px
    }

    .what_we_section .what_we_area .wicon_before {
        margin-bottom: -30px;
        margin-left: 70px
    }

    .what_we_section .what_we_area .wicon_before img {
        width: auto
    }

    .what_we_section .what_we_area .inner_title {
        width: 450px;
        padding-top: 5px
    }

    .what_we_section .what_we_area .inner_title h1 {
        font-size: 60px;
        line-height: 70px
    }

    .what_we_section .what_we_area .inner_title p {
        font-size: 22px
    }

    .what_we_section .what_we_area .consult_area {
        padding-top: 45px;
        padding-bottom: 160px
    }

    .what_we_section .what_we_area .consult_area .long_border {
        margin-left: 40px
    }

    .what_we_section .what_we_area .consult_area .icon_area img {
        width: auto
    }

    .what_we_section .what_we_area .consult_area h2 {
        font-size: 30px;
        padding: 40px 0
    }

    .what_we_section .what_we_area .consult_area p {
        font-size: 18px
    }

    .what_we_section .what_we_area .menu_listing_ser:after {
        margin-right: 24.5px
    }

    .what_we_section .what_we_area .menu_listing_ser:before {
        height: 9px;
        width: 9px;
        margin-right: 21px
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing {
        padding-top: 140px;
        padding-bottom: 50px
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing ul li a {
        font-size: 11px
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing ul li a .border {
        height: 9px;
        width: 9px;
        margin: 0 5px
    }

    .what_image_sec {
        padding: 68px 0 240px 0
    }

    .what_image_sec .top_area {
        margin-top: -62px
    }

    .what_image_sec .top_area img {
        width: auto
    }

    .what_image_sec .what_sec_area {
        padding-left: 70px
    }

    .what_image_sec .what_sec_area .content_area {
        padding-left: 50px;
        padding-top: 10px
    }

    .what_image_sec .what_sec_area .content_area h1 {
        font-size: 80px;
        line-height: 45px
    }

    .what_image_sec .what_sec_area .content_area h3 {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 17px;
        margin-bottom: 40px
    }

    .what_image_sec .what_sec_area .content_area h3:after {
        width: 100px
    }

    .what_image_sec .what_sec_area .content_area p {
        font-size: 18px;
        line-height: 35px
    }

    .what_image_sec .what_sec_area .content_area ul {
        padding-top: 30px
    }

    .what_image_sec .what_sec_area .content_area ul li {
        padding-left: 20px;
        font-size: 18px;
        line-height: 35px
    }

    .what_image_sec .what_sec_area .content_area ul li:before {
        width: 10px;
        margin-top: 17px
    }

    .what_image_sec .what_sec_area .content_area a {
        border-radius: 5px;
        padding: 7px 20px;
        font-size: 17px
    }

    .what_image_sec.portfolio_section {
        padding-bottom: 90px
    }

    .what_image_sec.portfolio_section .what_sec_area .content_area {
        padding-left: 50px
    }

    .what_image_sec.benefit_section {
        padding-bottom: 85px
    }

    .what_image_sec.technology_section .top_area {
        margin-top: 75px
    }

    .bigger_section {
        padding: 65px 0
    }

    .bigger_section .bigger_area {
        padding: 0 150px
    }

    .bigger_section .bigger_area p {
        font-size: 30px
    }

    .bigger_section .bigger_area p:after {
        height: 2px;
        width: 200px
    }

    .business_section {
        padding: 80px 0 140px 0
    }

    .business_section .business_area .top_area h1 {
        font-size: 80px;
        line-height: 45px
    }

    .business_section .business_area .top_area h3 {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 17px;
        margin-bottom: 40px
    }

    .business_section .business_area .top_area h3:after {
        width: 100px
    }

    .business_section .business_area .top_area p {
        font-size: 18px;
        line-height: 35px
    }

    .business_section .business_area .top_area ul {
        padding-top: 30px
    }

    .business_section .business_area .top_area ul li {
        padding-left: 20px;
        font-size: 18px;
        line-height: 35px
    }

    .business_section .business_area .top_area ul li:before {
        width: 10px;
        margin-top: 14px
    }

    .business_section .business_area .top_area a {
        border-radius: 5px;
        padding: 7px 20px;
        font-size: 14px
    }

    .business_section .business_area .icon_area {
        padding-top: 70px;
        padding-left: 120px
    }

    .business_section .business_area .icon_area img {
        width: auto
    }

    .business_section.program_section .business_area .icon_area img {
        width: auto
    }

    .business_section.project_section .business_area .icon_area img {
        width: auto
    }
}

@media (min-width: 1678px) and (max-width:1917px) {
    .breadcome_section.what_we_bread {
        padding-top:350px;
        padding-bottom: 265px
    }

    .breadcome_section.what_we_bread .breadcome_area {
        padding-bottom: 11px
    }

    .breadcome_section.what_we_bread .breadcome_area h3 {
        font-size: 62px;
        line-height: 45px
    }

    .breadcome_section.what_we_bread .breadcome_area h2 {
        font-size: 62px
    }

    .what_we_section .bg_icon {
        margin-top: -60px
    }

    .what_we_section .bg_icon img {
        width: 1010px
    }

    .what_we_section .what_we_area .wicon_before {
        margin-bottom: -30px;
        margin-left: 70px
    }

    .what_we_section .what_we_area .wicon_before img {
        width: auto
    }

    .what_we_section .what_we_area .inner_title {
        width: 450px;
        padding-top: 5px
    }

    .what_we_section .what_we_area .inner_title h1 {
        font-size: 60px;
        line-height: 70px
    }

    .what_we_section .what_we_area .inner_title p {
        font-size: 22px
    }

    .what_we_section .what_we_area .consult_area {
        padding-top: 45px;
        padding-bottom: 160px
    }

    .what_we_section .what_we_area .consult_area .long_border {
        margin-left: 40px
    }

    .what_we_section .what_we_area .consult_area .icon_area img {
        width: auto
    }

    .what_we_section .what_we_area .consult_area h2 {
        font-size: 30px;
        padding: 40px 0
    }

    .what_we_section .what_we_area .consult_area p {
        font-size: 18px
    }

    .what_we_section .what_we_area .menu_listing_ser:after {
        margin-right: 24.5px
    }

    .what_we_section .what_we_area .menu_listing_ser:before {
        height: 9px;
        width: 9px;
        margin-right: 21px
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing {
        padding-top: 140px;
        padding-bottom: 100px
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing ul li a {
        font-size: 11px
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing ul li a .border {
        height: 9px;
        width: 9px;
        margin: 0 5px
    }

    .what_image_sec {
        padding: 68px 0 240px 0
    }

    .what_image_sec .top_area {
        margin-top: -62px
    }

    .what_image_sec .top_area img {
        width: 690px
    }

    .what_image_sec .what_sec_area {
        padding-left: 70px
    }

    .what_image_sec .what_sec_area .content_area {
        padding-left: 50px;
        padding-top: 10px
    }

    .what_image_sec .what_sec_area .content_area h1 {
        font-size: 80px;
        line-height: 45px
    }

    .what_image_sec .what_sec_area .content_area h3 {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 17px;
        margin-bottom: 40px
    }

    .what_image_sec .what_sec_area .content_area h3:after {
        width: 100px
    }

    .what_image_sec .what_sec_area .content_area p {
        font-size: 18px;
        line-height: 35px
    }

    .what_image_sec .what_sec_area .content_area ul {
        padding-top: 30px
    }

    .what_image_sec .what_sec_area .content_area ul li {
        padding-left: 20px;
        font-size: 18px;
        line-height: 35px
    }

    .what_image_sec .what_sec_area .content_area ul li:before {
        width: 10px;
        margin-top: 17px
    }

    .what_image_sec .what_sec_area .content_area a {
        border-radius: 5px;
        padding: 7px 20px;
        font-size: 17px
    }

    .what_image_sec.portfolio_section {
        padding-bottom: 90px
    }

    .what_image_sec.portfolio_section .what_sec_area .content_area {
        padding-left: 50px
    }

    .what_image_sec.benefit_section {
        padding-bottom: 85px
    }

    .what_image_sec.technology_section .top_area {
        margin-top: 75px
    }

    .bigger_section {
        padding: 65px 0
    }

    .bigger_section .bigger_area {
        padding: 0 150px
    }

    .bigger_section .bigger_area p {
        font-size: 30px
    }

    .bigger_section .bigger_area p:after {
        height: 2px;
        width: 200px
    }

    .business_section {
        padding: 80px 0 140px 0
    }

    .business_section .business_area .top_area h1 {
        font-size: 80px;
        line-height: 45px
    }

    .business_section .business_area .top_area h3 {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 17px;
        margin-bottom: 40px
    }

    .business_section .business_area .top_area h3:after {
        width: 100px
    }

    .business_section .business_area .top_area p {
        font-size: 18px;
        line-height: 35px
    }

    .business_section .business_area .top_area ul {
        padding-top: 30px
    }

    .business_section .business_area .top_area ul li {
        padding-left: 20px;
        font-size: 18px;
        line-height: 35px
    }

    .business_section .business_area .top_area ul li:before {
        width: 10px;
        margin-top: 14px
    }

    .business_section .business_area .top_area a {
        border-radius: 5px;
        padding: 7px 20px;
        font-size: 14px
    }

    .business_section .business_area .icon_area {
        padding-top: 70px;
        padding-left: 120px
    }

    .business_section .business_area .icon_area img {
        width: auto
    }

    .business_section.program_section .business_area .icon_area img {
        width: auto
    }

    .business_section.project_section .business_area .icon_area img {
        width: auto
    }
}

@media (min-width: 1598px) and (max-width:1677px) {
    .what_image_sec .top_area {
        margin-top:-50px
    }

    .what_image_sec .top_area img {
        width: 660px
    }

    .what_we_section .bg_icon img {
        width: 950px
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing {
        padding-top: 120px
    }

    .what_we_section .what_we_area .wicon_before {
        margin-bottom: -35px
    }
}

@media (min-width: 1398px) and (max-width:1518px) {
    .what_image_sec .top_area {
        margin-top:-50px
    }

    .what_image_sec .top_area img {
        width: 575px
    }

    .what_we_section .bg_icon {
        margin-top: -46px
    }

    .what_we_section .bg_icon img {
        width: 810px
    }
}

@media (min-width: 1298px) and (max-width:1397px) {
    .what_image_sec .top_area {
        margin-top:-50px
    }

    .what_image_sec .top_area img {
        width: 560px
    }

    .what_we_section .bg_icon {
        margin-top: -35px
    }

    .what_we_section .bg_icon img {
        width: 800px
    }
}

@media (min-width: 1198px) and (max-width:1297px) {
    .what_image_sec .top_area {
        margin-top:-50px
    }

    .what_image_sec .top_area img {
        width: 520px
    }

    .what_we_section .bg_icon {
        margin-top: -35px
    }

    .what_we_section .bg_icon img {
        width: 800px
    }
}

@media (min-width: 992px) and (max-width:1197px) {
    .breadcome_section.what_we_bread {
        padding-top:170px;
        padding-bottom: 170px
    }

    .breadcome_section.what_we_bread .breadcome_area {
        padding-left: 10px;
        margin-left: 0
    }

    .breadcome_section.what_we_bread .breadcome_area:after {
        width: 62%;
        margin-bottom: 6px
    }

    .breadcome_section.what_we_bread .breadcome_area:before {
        height: 30px;
        width: 3px;
        margin-top: 8px
    }

    .breadcome_section.what_we_bread .breadcome_area h3 {
        font-size: 30px;
        line-height: 38px
    }

    .breadcome_section.what_we_bread .breadcome_area h2 {
        font-size: 30px
    }

    .what_we_section .bg_icon {
        margin-top: -40px
    }

    .what_we_section .bg_icon img {
        width: 600px
    }

    .what_we_section .what_we_area .inner_title {
        margin-left: 510px
    }

    .what_we_section .what_we_area .inner_title h1 {
        font-size: 30px;
        letter-spacing: 5px;
        line-height: 35px;
        padding-bottom: 10px
    }

    .what_we_section .what_we_area .consult_area h2 {
        font-size: 20px;
        padding: 25px 0
    }

    .what_we_section .what_we_area .consult_area p {
        font-size: 14px
    }

    .what_image_sec {
        padding: 60px 0 60px 0
    }

    .what_image_sec .top_area {
        margin-top: -40px
    }

    .what_image_sec .top_area img {
        width: 430px
    }

    .what_image_sec .what_sec_area .content_area h1 {
        font-size: 50px;
        line-height: 35px
    }

    .what_image_sec .what_sec_area .content_area h3 {
        font-size: 20px
    }

    .what_image_sec .what_sec_area .content_area h3:after {
        height: 2px
    }

    .what_image_sec .what_sec_area .content_area p {
        font-size: 14px;
        line-height: 26px
    }

    .what_image_sec .what_sec_area .content_area ul {
        padding-top: 10px
    }

    .what_image_sec .what_sec_area .content_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .what_image_sec .what_sec_area .content_area ul li:before {
        margin-top: 11px
    }

    .what_image_sec .what_sec_area .content_area a {
        margin-top: 30px
    }

    .bigger_section .bigger_area {
        padding: 0 0
    }

    .bigger_section .bigger_area p {
        font-size: 20px;
        padding-bottom: 25px
    }

    .business_section {
        padding: 60px 0 100px 0
    }

    .business_section .icon_before {
        margin-left: 25px
    }

    .business_section .icon_before img {
        width: 10px
    }

    .business_section .business_area .top_area h1 {
        font-size: 50px;
        line-height: 35px
    }

    .business_section .business_area .top_area h3 {
        font-size: 20px
    }

    .business_section .business_area .top_area h3:after {
        height: 2px
    }

    .business_section .business_area .top_area p {
        font-size: 14px;
        line-height: 26px
    }

    .business_section .business_area .top_area ul {
        padding-top: 10px
    }

    .business_section .business_area .top_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .business_section .business_area .top_area ul li:before {
        margin-top: 11px
    }

    .business_section .business_area .top_area a {
        margin-top: 30px
    }

    .business_section .business_area .icon_area {
        text-align: center;
        padding-top: 65px;
        padding-left: 0
    }

    .business_section .business_area .icon_area img {
        width: 130px
    }

    .business_section .business_area .icon_after {
        display: none
    }

    .business_section.program_section .business_area .icon_area {
        padding-top: 135px
    }

    .business_section.program_section .business_area .icon_area img {
        width: 130px
    }

    .business_section.project_section .business_area .icon_area {
        padding-top: 100px
    }

    .business_section.project_section .business_area .icon_area img {
        width: 130px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .breadcome_section.what_we_bread {
        padding-top:170px;
        padding-bottom: 170px
    }

    .breadcome_section.what_we_bread .breadcome_area {
        padding-left: 10px;
        margin-left: 0
    }

    .breadcome_section.what_we_bread .breadcome_area:after {
        width: 62%;
        margin-bottom: 6px
    }

    .breadcome_section.what_we_bread .breadcome_area:before {
        height: 30px;
        width: 3px;
        margin-top: 8px
    }

    .breadcome_section.what_we_bread .breadcome_area h3 {
        font-size: 30px;
        line-height: 38px
    }

    .breadcome_section.what_we_bread .breadcome_area h2 {
        font-size: 30px
    }

    .what_we_section .bg_icon {
        margin-top: -40px
    }

    .what_we_section .bg_icon img {
        width: 600px
    }

    .what_we_section .what_we_area .inner_title {
        margin-left: 280px
    }

    .what_we_section .what_we_area .inner_title h1 {
        font-size: 30px;
        letter-spacing: 5px;
        line-height: 35px;
        padding-bottom: 10px
    }

    .what_we_section .what_we_area .consult_area h2 {
        font-size: 20px;
        padding: 25px 0
    }

    .what_we_section .what_we_area .consult_area p {
        font-size: 14px
    }

    .what_we_section .what_we_area .wicon_before {
        display: none
    }

    .what_image_sec {
        padding: 60px 0 60px 0
    }

    .what_image_sec .top_area {
        margin-top: -40px
    }

    .what_image_sec .top_area img {
        width: 350px
    }

    .what_image_sec .what_sec_area .content_area h1 {
        font-size: 50px;
        line-height: 35px
    }

    .what_image_sec .what_sec_area .content_area h3 {
        font-size: 20px
    }

    .what_image_sec .what_sec_area .content_area h3:after {
        height: 2px
    }

    .what_image_sec .what_sec_area .content_area p {
        font-size: 14px;
        line-height: 26px
    }

    .what_image_sec .what_sec_area .content_area ul {
        padding-top: 10px
    }

    .what_image_sec .what_sec_area .content_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .what_image_sec .what_sec_area .content_area ul li:before {
        margin-top: 11px
    }

    .what_image_sec .what_sec_area .content_area a {
        margin-top: 30px
    }

    .bigger_section .bigger_area {
        padding: 0 0
    }

    .bigger_section .bigger_area p {
        font-size: 18px;
        padding-bottom: 20px
    }

    .business_section {
        padding: 60px 0 100px 0
    }

    .business_section .icon_before {
        margin-left: 25px
    }

    .business_section .icon_before img {
        width: 10px
    }

    .business_section .business_area .top_area h1 {
        font-size: 50px;
        line-height: 35px
    }

    .business_section .business_area .top_area h3 {
        font-size: 20px
    }

    .business_section .business_area .top_area h3:after {
        height: 2px
    }

    .business_section .business_area .top_area p {
        font-size: 14px;
        line-height: 26px
    }

    .business_section .business_area .top_area ul {
        padding-top: 10px
    }

    .business_section .business_area .top_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .business_section .business_area .top_area ul li:before {
        margin-top: 11px
    }

    .business_section .business_area .top_area a {
        margin-top: 30px
    }

    .business_section .business_area .icon_area {
        text-align: center;
        padding-top: 65px;
        padding-left: 0
    }

    .business_section .business_area .icon_area img {
        width: 130px
    }

    .business_section .business_area .icon_after {
        display: none
    }

    .business_section.program_section .business_area .icon_area {
        padding-top: 135px
    }

    .business_section.program_section .business_area .icon_area img {
        width: 130px
    }

    .business_section.project_section .business_area .icon_area {
        padding-top: 100px
    }

    .business_section.project_section .business_area .icon_area img {
        width: 130px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .breadcome_section.what_we_bread {
        padding-top:100px;
        padding-bottom: 100px
    }

    .breadcome_section.what_we_bread .breadcome_area {
        padding-left: 10px;
        margin-left: 0
    }

    .breadcome_section.what_we_bread .breadcome_area:after {
        width: 55%;
        margin-bottom: 7px
    }

    .breadcome_section.what_we_bread .breadcome_area:before {
        height: 30px;
        width: 2px;
        margin-top: 8px
    }

    .breadcome_section.what_we_bread .breadcome_area h3 {
        font-size: 18px;
        line-height: 28px
    }

    .breadcome_section.what_we_bread .breadcome_area h2 {
        font-size: 18px
    }

    .breadcome_section.what_we_bread .breadcome_area a {
        font-size: 8px
    }

    .breadcome_section.what_we_bread .breadcome_area a:after {
        font-size: 12px;
        margin-right: -8px
    }

    .what_we_section .bg_icon {
        height: 132px;
        overflow: hidden;
        margin-top: 0
    }

    .what_we_section .bg_icon img {
        width: 100%
    }

    .what_we_section .what_we_area .inner_title {
        text-align: center;
        margin-left: 0;
        width: 100%;
        padding: 20px 0
    }

    .what_we_section .what_we_area .inner_title h1 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 25px;
        padding-bottom: 5px
    }

    .what_we_section .what_we_area .consult_area {
        padding-top: 60px;
        text-align: center
    }

    .what_we_section .what_we_area .consult_area .long_border {
        display: none
    }

    .what_we_section .what_we_area .consult_area .icon_area img {
        width: 50px
    }

    .what_we_section .what_we_area .consult_area h2 {
        font-size: 17px;
        padding: 20px 0 12px 0
    }

    .what_we_section .what_we_area .consult_area p {
        font-size: 14px
    }

    .what_we_section .what_we_area .wicon_before {
        display: none
    }

    .what_we_section .what_we_area .menu_listing_ser {
        margin-top: 30px
    }

    .what_we_section .what_we_area .menu_listing_ser:before {
        background-color: #fff
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing {
        padding-top: 50px
    }

    .what_image_sec {
        padding: 0 0 40px 0
    }

    .what_image_sec .top_area {
        position: static;
        margin-top: 0
    }

    .what_image_sec .top_area img {
        width: 100%
    }

    .what_image_sec .what_sec_area {
        padding-top: 30px;
        padding-left: 0
    }

    .what_image_sec .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec .what_sec_area .content_area h1 {
        font-size: 40px;
        line-height: 25px
    }

    .what_image_sec .what_sec_area .content_area h3 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .what_image_sec .what_sec_area .content_area p {
        font-size: 14px;
        line-height: 24px
    }

    .what_image_sec .what_sec_area .content_area ul {
        padding-top: 10px
    }

    .what_image_sec .what_sec_area .content_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .what_image_sec .what_sec_area .content_area ul li:before {
        margin-top: 11px
    }

    .what_image_sec .what_sec_area .content_area a {
        margin-top: 20px
    }

    .what_image_sec.portfolio_section {
        padding-bottom: 40px
    }

    .what_image_sec.portfolio_section .what_sec_area {
        padding-left: 0
    }

    .what_image_sec.portfolio_section .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec.benefit_section {
        padding-bottom: 40px
    }

    .what_image_sec.benefit_section .what_sec_area {
        padding-left: 0
    }

    .what_image_sec.benefit_section .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec.technology_section .top_area {
        margin-top: 0
    }

    .bigger_section {
        padding: 30px 0
    }

    .bigger_section .bigger_area {
        padding: 0 0
    }

    .bigger_section .bigger_area p {
        font-size: 14px;
        padding-bottom: 15px
    }

    .business_section {
        padding: 30px 0 40px 0
    }

    .business_section .icon_before {
        display: none
    }

    .business_section .business_area .top_area h1 {
        font-size: 40px;
        line-height: 25px
    }

    .business_section .business_area .top_area h3 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .business_section .business_area .top_area p {
        font-size: 14px;
        line-height: 24px
    }

    .business_section .business_area .top_area ul {
        padding-top: 10px
    }

    .business_section .business_area .top_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .business_section .business_area .top_area ul li:before {
        margin-top: 11px
    }

    .business_section .business_area .top_area a {
        margin-top: 20px
    }

    .business_section .business_area .icon_area {
        text-align: center;
        padding-top: 30px;
        padding-left: 0
    }

    .business_section .business_area .icon_area img {
        width: 100px
    }

    .business_section .business_area .icon_after {
        display: none
    }

    .business_section.program_section .business_area .icon_area {
        padding-top: 30px
    }

    .business_section.program_section .business_area .icon_area img {
        width: 100px
    }

    .business_section.project_section .business_area .icon_area {
        padding-top: 30px
    }

    .business_section.project_section .business_area .icon_area img {
        width: 100px
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .breadcome_section.what_we_bread {
        padding-top:100px;
        padding-bottom: 100px
    }

    .breadcome_section.what_we_bread .breadcome_area {
        padding-left: 10px;
        margin-left: 0
    }

    .breadcome_section.what_we_bread .breadcome_area:after {
        width: 55%;
        margin-bottom: 7px
    }

    .breadcome_section.what_we_bread .breadcome_area:before {
        height: 30px;
        width: 2px;
        margin-top: 8px
    }

    .breadcome_section.what_we_bread .breadcome_area h3 {
        font-size: 18px;
        line-height: 28px
    }

    .breadcome_section.what_we_bread .breadcome_area h2 {
        font-size: 18px
    }

    .breadcome_section.what_we_bread .breadcome_area a {
        font-size: 8px
    }

    .breadcome_section.what_we_bread .breadcome_area a:after {
        font-size: 12px;
        margin-right: -8px
    }

    .what_we_section .bg_icon {
        margin-top: 0
    }

    .what_we_section .bg_icon img {
        width: 100%
    }

    .what_we_section .what_we_area .inner_title {
        text-align: center;
        margin-left: 0;
        width: 100%;
        padding: 20px 0
    }

    .what_we_section .what_we_area .inner_title h1 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 25px;
        padding-bottom: 5px
    }

    .what_we_section .what_we_area .consult_area {
        padding-top: 60px;
        text-align: center
    }

    .what_we_section .what_we_area .consult_area .long_border {
        display: none
    }

    .what_we_section .what_we_area .consult_area .icon_area img {
        width: 50px
    }

    .what_we_section .what_we_area .consult_area h2 {
        font-size: 17px;
        padding: 20px 0 12px 0
    }

    .what_we_section .what_we_area .consult_area p {
        font-size: 14px
    }

    .what_we_section .what_we_area .wicon_before {
        display: none
    }

    .what_we_section .what_we_area .menu_listing_ser {
        margin-top: 30px
    }

    .what_we_section .what_we_area .menu_listing_ser:before {
        background-color: #fff
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing {
        padding-top: 50px
    }

    .what_image_sec {
        padding: 0 0 40px 0
    }

    .what_image_sec .top_area {
        position: static;
        margin-top: 0
    }

    .what_image_sec .top_area img {
        width: 100%
    }

    .what_image_sec .what_sec_area {
        padding-top: 30px;
        padding-left: 0
    }

    .what_image_sec .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec .what_sec_area .content_area h1 {
        font-size: 40px;
        line-height: 25px
    }

    .what_image_sec .what_sec_area .content_area h3 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .what_image_sec .what_sec_area .content_area p {
        font-size: 14px;
        line-height: 24px
    }

    .what_image_sec .what_sec_area .content_area ul {
        padding-top: 10px
    }

    .what_image_sec .what_sec_area .content_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .what_image_sec .what_sec_area .content_area ul li:before {
        margin-top: 11px
    }

    .what_image_sec .what_sec_area .content_area a {
        margin-top: 20px
    }

    .what_image_sec.portfolio_section {
        padding-bottom: 40px
    }

    .what_image_sec.portfolio_section .what_sec_area {
        padding-left: 0
    }

    .what_image_sec.portfolio_section .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec.benefit_section {
        padding-bottom: 40px
    }

    .what_image_sec.benefit_section .what_sec_area {
        padding-left: 0
    }

    .what_image_sec.benefit_section .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec.technology_section .top_area {
        margin-top: 0
    }

    .bigger_section {
        padding: 30px 0
    }

    .bigger_section .bigger_area {
        padding: 0 0
    }

    .bigger_section .bigger_area p {
        font-size: 14px;
        padding-bottom: 15px
    }

    .business_section {
        padding: 30px 0 40px 0
    }

    .business_section .icon_before {
        display: none
    }

    .business_section .business_area .top_area h1 {
        font-size: 40px;
        line-height: 25px
    }

    .business_section .business_area .top_area h3 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .business_section .business_area .top_area p {
        font-size: 14px;
        line-height: 24px
    }

    .business_section .business_area .top_area ul {
        padding-top: 10px
    }

    .business_section .business_area .top_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .business_section .business_area .top_area ul li:before {
        margin-top: 11px
    }

    .business_section .business_area .top_area a {
        margin-top: 20px
    }

    .business_section .business_area .icon_area {
        text-align: center;
        padding-top: 30px;
        padding-left: 0
    }

    .business_section .business_area .icon_area img {
        width: 100px
    }

    .business_section .business_area .icon_after {
        display: none
    }

    .business_section.program_section .business_area .icon_area {
        padding-top: 30px
    }

    .business_section.program_section .business_area .icon_area img {
        width: 100px
    }

    .business_section.project_section .business_area .icon_area {
        padding-top: 30px
    }

    .business_section.project_section .business_area .icon_area img {
        width: 100px
    }
}

@media (max-width: 360px) {
    .breadcome_section.what_we_bread {
        padding-top:100px;
        padding-bottom: 100px
    }

    .breadcome_section.what_we_bread .breadcome_area {
        padding-left: 10px;
        margin-left: 0
    }

    .breadcome_section.what_we_bread .breadcome_area:after {
        width: 55%;
        margin-bottom: 7px
    }

    .breadcome_section.what_we_bread .breadcome_area:before {
        height: 30px;
        width: 2px;
        margin-top: 8px
    }

    .breadcome_section.what_we_bread .breadcome_area h3 {
        font-size: 18px;
        line-height: 28px
    }

    .breadcome_section.what_we_bread .breadcome_area h2 {
        font-size: 18px
    }

    .breadcome_section.what_we_bread .breadcome_area a {
        font-size: 8px
    }

    .breadcome_section.what_we_bread .breadcome_area a:after {
        font-size: 12px;
        margin-right: -8px
    }

    .what_we_section .bg_icon {
        margin-top: 0
    }

    .what_we_section .bg_icon img {
        width: 100%
    }

    .what_we_section .what_we_area .inner_title {
        text-align: center;
        margin-left: 0;
        width: 100%;
        padding: 20px 0
    }

    .what_we_section .what_we_area .inner_title h1 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 25px;
        padding-bottom: 5px
    }

    .what_we_section .what_we_area .consult_area {
        padding-top: 60px;
        text-align: center
    }

    .what_we_section .what_we_area .consult_area .long_border {
        display: none
    }

    .what_we_section .what_we_area .consult_area .icon_area img {
        width: 50px
    }

    .what_we_section .what_we_area .consult_area h2 {
        font-size: 17px;
        padding: 20px 0 12px 0
    }

    .what_we_section .what_we_area .consult_area p {
        font-size: 14px
    }

    .what_we_section .what_we_area .wicon_before {
        display: none
    }

    .what_we_section .what_we_area .menu_listing_ser {
        margin-top: 30px
    }

    .what_we_section .what_we_area .menu_listing_ser:before {
        background-color: #fff
    }

    .what_we_section .what_we_area .menu_listing_ser .inner_listing {
        padding-top: 50px
    }

    .what_image_sec {
        padding: 0 0 40px 0
    }

    .what_image_sec .top_area {
        position: static;
        margin-top: 0
    }

    .what_image_sec .top_area img {
        width: 100%
    }

    .what_image_sec .what_sec_area {
        padding-top: 30px;
        padding-left: 0
    }

    .what_image_sec .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec .what_sec_area .content_area h1 {
        font-size: 40px;
        line-height: 25px
    }

    .what_image_sec .what_sec_area .content_area h3 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .what_image_sec .what_sec_area .content_area p {
        font-size: 14px;
        line-height: 24px
    }

    .what_image_sec .what_sec_area .content_area ul {
        padding-top: 10px
    }

    .what_image_sec .what_sec_area .content_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .what_image_sec .what_sec_area .content_area ul li:before {
        margin-top: 11px
    }

    .what_image_sec .what_sec_area .content_area a {
        margin-top: 20px
    }

    .what_image_sec.portfolio_section {
        padding-bottom: 40px
    }

    .what_image_sec.portfolio_section .what_sec_area {
        padding-left: 0
    }

    .what_image_sec.portfolio_section .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec.benefit_section {
        padding-bottom: 40px
    }

    .what_image_sec.benefit_section .what_sec_area {
        padding-left: 0
    }

    .what_image_sec.benefit_section .what_sec_area .content_area {
        padding-left: 0
    }

    .what_image_sec.technology_section .top_area {
        margin-top: 0
    }

    .bigger_section {
        padding: 30px 0
    }

    .bigger_section .bigger_area {
        padding: 0 0
    }

    .bigger_section .bigger_area p {
        font-size: 14px;
        padding-bottom: 15px
    }

    .business_section {
        padding: 30px 0 40px 0
    }

    .business_section .icon_before {
        display: none
    }

    .business_section .business_area .top_area h1 {
        font-size: 40px;
        line-height: 25px
    }

    .business_section .business_area .top_area h3 {
        font-size: 17px;
        margin-bottom: 10px
    }

    .business_section .business_area .top_area p {
        font-size: 14px;
        line-height: 24px
    }

    .business_section .business_area .top_area ul {
        padding-top: 10px
    }

    .business_section .business_area .top_area ul li {
        padding-left: 18px;
        font-size: 14px;
        line-height: 26px
    }

    .business_section .business_area .top_area ul li:before {
        margin-top: 11px
    }

    .business_section .business_area .top_area a {
        margin-top: 20px
    }

    .business_section .business_area .icon_area {
        text-align: center;
        padding-top: 30px;
        padding-left: 0
    }

    .business_section .business_area .icon_area img {
        width: 100px
    }

    .business_section .business_area .icon_after {
        display: none
    }

    .business_section.program_section .business_area .icon_area {
        padding-top: 30px
    }

    .business_section.program_section .business_area .icon_area img {
        width: 100px
    }

    .business_section.project_section .business_area .icon_area {
        padding-top: 30px
    }

    .business_section.project_section .business_area .icon_area img {
        width: 100px
    }
}

.content_bg_page {
    position: relative
}

.content_bg_page .how_full_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: .55;
    text-align: right
}

.content_bg_page .how_full_bg img {
    width: 80%
}

.breadcome_section.what_we_bread.breadcome_partners.hwd_breadcome .breadcome_area:before {
    display: none
}

.breadcome_second_title.how_we_do_breadcome {
    background-color: transparent;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.breadcome_second_title.how_we_do_breadcome.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.breadcome_second_title.how_we_do_breadcome .breadcome_area .long_border {
    background-color: #0d2c6c
}

.breadcome_second_title.how_we_do_breadcome .breadcome_area .long_border:before {
    border: 2px solid #0d2c6c
}

.breadcome_second_title.how_we_do_breadcome .breadcome_area .img_area:after {
    background-image: url('../images/background/bg17.jpg')
}

.partner_title_section.how_we_sec_title {
    padding-bottom: 80px;
    background-color: transparent;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.partner_title_section.how_we_sec_title.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partner_title_section.how_we_sec_title .partner_title {
    width: 550px
}

.partner_title_section.how_we_sec_title .partner_title .icon_box {
    padding-bottom: 30px
}

.partner_title_section.how_we_sec_title .partner_title .icon_box img {
    width: 70px
}

.partner_title_section.how_we_sec_title .partner_title h1 {
    color: #0d2c6c
}

.partner_title_section.how_we_sec_title .partner_title h2 {
    color: #0d2c6c
}

.partner_title_section.how_we_sec_title .partner_title p {
    color: #0d2c6c
}

.partner_title_section.how_we_sec_title.our_strategy_title:before,.partner_title_section.how_we_sec_title.our_strategy_title:after {
    display: table;
    content: " "
}

.partner_title_section.how_we_sec_title.our_strategy_title:after {
    clear: both
}

.partner_title_section.how_we_sec_title.our_strategy_title .partner_title {
    float: right;
    text-align: right
}

.partner_title_section.how_we_sec_title.our_strategy_title .partner_title h2 {
    padding-bottom: 0
}

.partner_slide_section {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.partner_slide_section.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partner_slide_section.our_appraoch_bg {
    background-image: url('../images/background/bg18.png');
    margin-bottom: 50px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area {
    padding-bottom: 0;
    padding-top: 60px;
    position: relative
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .active_icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .active_icon img {
    width: 15px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area {
    margin-top: 0;
    border-top: 5px solid #e53d3d;
    width: 550px;
    background-color: #e53d3d;
    margin-bottom: -70px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .button_area .left_area a {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .button_area .left_area a:hover {
    background-color: #d31c1c;
    color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .numbers_we {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 100px;
    font-family: 'Lato-Hairline';
    margin-top: -120px;
    color: #e53d3d
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .img_area {
    padding-bottom: 20px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .img_area img {
    width: auto
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
    min-height: 340px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
    color: #fff;
    margin-bottom: 50px;
    padding-bottom: 30px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
    background-color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area p {
    color: #fff;
    padding-bottom: 20px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .button_area {
    padding-top: 30px
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a:hover {
    background-color: #d31c1c;
    color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls {
    margin-bottom: 0
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav:after {
    color: #e53d3d
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    left: inherit;
    right: 0;
    top: 0
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
    color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
    color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots:after {
    color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .bottom_swap {
    margin-bottom: 32px;
    margin-right: -138px;
    bottom: 50%
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .bottom_swap .numbers {
    color: #fff
}

.partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .bottom_swap .swap {
    color: #e53d3d
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg {
    background-image: url('../images/background/bg19.png')
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area:before,.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area:after {
    display: table;
    content: " "
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area:after {
    clear: both
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .active_icon {
    left: inherit;
    right: 0
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area {
    border-top: 5px solid #255fac;
    background-color: #255fac;
    float: right
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .button_area .left_area a:hover {
    background-color: #1c4882
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .numbers_we {
    color: #255fac;
    left: 0
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .img_area {
    padding-bottom: 20px
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
    min-height: 340px
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
    margin-bottom: 50px;
    padding-bottom: 30px
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
    background-color: #55d3fc
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .content_area p {
    padding-bottom: 20px
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item img {
    margin-top: 20px;
    width: auto
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a:hover {
    background-color: #255fac
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .bottom_swap {
    margin-bottom: 32px;
    margin-left: -138px;
    left: 0;
    right: inherit
}

.partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .bottom_swap .swap {
    color: #55d3fc
}

.partner_slide_section.our_appraoch_bg.centric_center_bg {
    background-image: url('../images/background/bg26.png')
}

.partner_slide_section.our_appraoch_bg.centric_center_bg .partner_slide_area .inner_area {
    border-top-color: #43c4ec;
    background-color: #43c4ec
}

.partner_slide_section.our_appraoch_bg.centric_center_bg .partner_slide_area .inner_area .button_area .left_area a:hover {
    background-color: #17b4e5
}

.partner_slide_section.our_appraoch_bg.centric_center_bg .partner_slide_area .inner_area .numbers_we {
    color: #43c4ec
}

.partner_slide_section.our_appraoch_bg.centric_center_bg .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
    background-color: #0d2c6c
}

.partner_slide_section.our_appraoch_bg.centric_center_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots {
    margin-right: 13px
}

.how_process_section {
    margin-top: 180px;
    background-image: url('../images/background/bg20.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px 0;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.how_process_section.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.how_process_section .process_area {
    text-align: center;
    position: relative
}

.how_process_section .process_area .large_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    font-family: 'Lato-Black';
    font-size: 100px;
    text-transform: uppercase;
    opacity: .04;
    color: #000
}

.how_process_section .process_area .mini_title {
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px
}

.how_process_section .process_area .mini_title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    height: 2px;
    width: 50%;
    background-color: #e53d3d
}

.how_process_section .process_area .mini_title h4 {
    font-family: 'Lato-Bold';
    color: #0d2c6c;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px
}

.how_process_section .process_area .mini_title h3 {
    font-family: 'Lato-Bold';
    color: #0d2c6c;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 5px
}

.how_process_section .process_area p {
    font-family: 'Lato-Light';
    font-size: 18px;
    color: #2f2f2f
}

.how_process_section .process_area .button_area {
    padding-top: 50px
}

.how_process_section .process_area .button_area .btn {
    background-color: transparent;
    border: 1px solid #0d2c6c;
    color: #0d2c6c;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Lato-Black';
    border-radius: 5px;
    padding: 8px 50px
}

.how_process_section .process_area .button_area .btn:hover {
    background-color: #0d2c6c;
    color: #fff
}

@media (min-width: 1918px) {
    .partner_title_section.how_we_sec_title {
        padding-top:200px;
        padding-bottom: 120px
    }

    .partner_title_section.how_we_sec_title .partner_title {
        width: 720px
    }

    .partner_title_section.how_we_sec_title .partner_title .icon_box {
        padding-bottom: 50px
    }

    .partner_title_section.how_we_sec_title .partner_title .icon_box img {
        width: auto
    }

    .partner_title_section.how_we_sec_title .partner_title h2 {
        font-size: 48px
    }

    .partner_title_section.how_we_sec_title .partner_title p {
        padding-top: 10px;
        font-size: 18px
    }

    .partner_title_section.our_strategy_title {
        padding-top: 130px
    }

    .partner_slide_section.our_appraoch_bg {
        margin-bottom: 140px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area {
        padding-top: 100px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .active_icon {
        margin-top: -40px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .active_icon img {
        width: 20px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area {
        width: 720px;
        margin-bottom: -110px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .numbers_we {
        font-size: 170px;
        margin-top: -200px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .img_area {
        padding-bottom: 20px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .img_area img {
        width: auto
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
        min-height: 340px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
        font-size: 36px;
        padding-bottom: 30px;
        margin-bottom: 40px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area p {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 25px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .bottom_swap {
        margin-right: -119px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .content_area p {
        padding-bottom: 40px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .bottom_swap {
        margin-left: -120px
    }

    .how_process_section {
        margin-top: 280px;
        padding: 100px 0 120px 0
    }

    .how_process_section .process_area .large_title {
        margin-top: -75px;
        font-size: 130px
    }

    .how_process_section .process_area .mini_title {
        padding-top: 10px;
        padding-bottom: 40px;
        margin-bottom: 60px
    }

    .how_process_section .process_area .mini_title h4 {
        font-size: 36px;
        letter-spacing: 10px;
        padding-bottom: 15px
    }

    .how_process_section .process_area .mini_title h3 {
        font-size: 72px;
        letter-spacing: 10px
    }

    .how_process_section .process_area p {
        font-size: 24px
    }

    .how_process_section .process_area .button_area .btn {
        font-size: 12px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .partner_title_section.how_we_sec_title .partner_title {
        padding-top:50px;
        width: 100%
    }

    .partner_slide_section.our_appraoch_bg {
        background-image: url(../images/background/bg18-1.jpg)
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg {
        background-image: url(../images/background/bg19-1.jpg)
    }

    .how_process_section .process_area .large_title {
        margin-top: -32px;
        font-size: 50px
    }

    .how_process_section .process_area .mini_title {
        padding-bottom: 25px;
        margin-bottom: 30px
    }

    .how_process_section .process_area .mini_title h4 {
        font-size: 20px;
        letter-spacing: 3px
    }

    .how_process_section .process_area .mini_title h3 {
        font-size: 40px;
        letter-spacing: 3px
    }

    .how_process_section .process_area p {
        font-size: 16px
    }

    .how_process_section .process_area .button_area {
        padding-top: 30px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .breadcome_second_title.how_we_do_breadcome {
        background-color:#0d2c6c
    }

    .partner_title_section.how_we_sec_title {
        padding-bottom: 30px
    }

    .partner_title_section.how_we_sec_title .partner_title {
        width: 100%
    }

    .partner_title_section.how_we_sec_title .partner_title .icon_box img {
        width: 60px
    }

    .partner_slide_section.our_appraoch_bg {
        background-image: url('../images/background/bg18-1.jpg')
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area {
        padding-top: 35px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .active_icon {
        display: none
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area {
        width: 100%;
        margin-bottom: -35px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .numbers_we {
        font-size: 60px;
        margin-top: -75px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
        min-height: 200px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 4px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg {
        background-image: url('../images/background/bg19-1.jpg')
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .active_icon {
        display: none
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .img_area {
        padding-bottom: 20px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
        min-height: 200px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 4px
    }

    .how_process_section {
        margin-top: 60px;
        padding: 50px 0
    }

    .how_process_section .process_area .large_title {
        margin-top: -20px;
        font-size: 32px
    }

    .how_process_section .process_area .mini_title {
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .how_process_section .process_area .mini_title h4 {
        font-size: 16px;
        letter-spacing: 3px
    }

    .how_process_section .process_area .mini_title h3 {
        font-size: 32px;
        letter-spacing: 3px
    }

    .how_process_section .process_area p {
        font-size: 14px
    }

    .how_process_section .process_area .button_area {
        padding-top: 30px
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .partner_title_section.how_we_sec_title {
        padding-bottom:30px
    }

    .partner_title_section.how_we_sec_title .partner_title {
        width: 100%
    }

    .partner_title_section.how_we_sec_title .partner_title .icon_box img {
        width: 60px
    }

    .partner_slide_section.our_appraoch_bg {
        background-image: url('../images/background/bg18-1.jpg')
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area {
        padding-top: 35px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .active_icon {
        display: none
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area {
        width: 100%;
        margin-bottom: -35px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .numbers_we {
        font-size: 60px;
        margin-top: -75px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
        min-height: 300px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 4px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg {
        background-image: url('../images/background/bg19-1.jpg')
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .active_icon {
        display: none
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .img_area {
        padding-bottom: 20px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
        min-height: 300px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 4px
    }

    .how_process_section {
        margin-top: 60px;
        padding: 50px 0
    }

    .how_process_section .process_area .large_title {
        margin-top: -20px;
        font-size: 32px
    }

    .how_process_section .process_area .mini_title {
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .how_process_section .process_area .mini_title h4 {
        font-size: 16px;
        letter-spacing: 3px
    }

    .how_process_section .process_area .mini_title h3 {
        font-size: 32px;
        letter-spacing: 3px
    }

    .how_process_section .process_area p {
        font-size: 14px
    }

    .how_process_section .process_area .button_area {
        padding-top: 30px
    }
}

@media (max-width: 360px) {
    .partner_title_section.how_we_sec_title {
        padding-bottom:30px
    }

    .partner_title_section.how_we_sec_title .partner_title {
        width: 100%
    }

    .partner_title_section.how_we_sec_title .partner_title .icon_box img {
        width: 60px
    }

    .partner_slide_section.our_appraoch_bg {
        background-image: url('../images/background/bg18-1.jpg')
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area {
        padding-top: 35px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .active_icon {
        display: none
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area {
        width: 100%;
        margin-bottom: -35px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .numbers_we {
        font-size: 60px;
        margin-top: -75px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
        min-height: 300px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 4px
    }

    .partner_slide_section.our_appraoch_bg .partner_slide_area .inner_area .bottom_swap {
        bottom: 0;
        right: 0;
        margin-bottom: 14px;
        margin-right: 37px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg {
        background-image: url('../images/background/bg19-1.jpg')
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .active_icon {
        display: none
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .img_area {
        padding-bottom: 20px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .item .content_area {
        min-height: 300px
    }

    .partner_slide_section.our_appraoch_bg.our_strategy_bg .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 4px
    }

    .how_process_section {
        margin-top: 60px;
        padding: 50px 0
    }

    .how_process_section .process_area .large_title {
        margin-top: -20px;
        font-size: 32px
    }

    .how_process_section .process_area .mini_title {
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .how_process_section .process_area .mini_title h4 {
        font-size: 16px;
        letter-spacing: 3px
    }

    .how_process_section .process_area .mini_title h3 {
        font-size: 32px;
        letter-spacing: 3px
    }

    .how_process_section .process_area p {
        font-size: 14px
    }

    .how_process_section .process_area .button_area {
        padding-top: 30px
    }
}

.breadcome_section.news_breadcome {
    padding: 140px 0 105px 0
}

.breadcome_section.news_breadcome .breadcome_area {
    margin-left: 0
}

.breadcome_section.news_breadcome .breadcome_area:after {
    display: none
}

.breadcome_section.news_breadcome .breadcome_area:before {
    margin-top: 17px
}

.breadcome_section.news_breadcome .breadcome_area .date {
    font-family: 'Lato-Bold';
    font-size: 12px;
    color: #fff;
    padding-bottom: 2px
}

.breadcome_section.news_breadcome .breadcome_area h2 {
    font-size: 40px
}

.breadcome_section.news_breadcome .breadcome_area p {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #fff
}

.breadcome_section.news_breadcome .breadcome_area a {
    padding-left: 0;
    color: #50d7ff
}

.breadcome_section.news_breadcome .breadcome_area a:after {
    color: #fff;
    font-size: 16px
}

.breadcome_section.news_breadcome .breadcome_area a:hover {
    color: #e53d3d
}

.breadcome_section .inner_image img {
    width: 100%
}

.news_section {
    padding-top: 90px;
    padding-bottom: 90px
}

.news_section .news_area [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px
}

.news_section .news_area [class*="col-"]:nth-of-type(odd) .one_half .img_area:before {
    margin-left: -25px;
    left: 0
}

.news_section .news_area [class*="col-"]:nth-of-type(even) .one_half .img_area:before {
    right: 0;
    margin-right: -25px
}

.news_section .news_area .one_half {
    padding: 25px;
    min-height: 560px;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.news_section .news_area .one_half.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.news_section .news_area .one_half .img_area {
    position: relative
}

.news_section .news_area .one_half .img_area:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #eaeaea;
    z-index: -1;
    margin-top: -25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_section .news_area .one_half .img_area:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 5px;
    width: 50px;
    background-color: #f00;
    margin-bottom: -15px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_section .news_area .one_half .img_area img {
    width: 100%
}

.news_section .news_area .one_half .date {
    padding: 30px 0 10px 0;
    font-family: 'Lato-Semibold';
    font-size: 12px;
    text-transform: uppercase;
    color: #858585
}

.news_section .news_area .one_half .caption {
    position: relative
}

.news_section .news_area .one_half .caption .icon_area {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    opacity: 0;
    margin-left: -50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_section .news_area .one_half .caption .icon_area img {
    width: 33px
}

.news_section .news_area .one_half .caption a {
    display: block;
    padding-bottom: 10px
}

.news_section .news_area .one_half .caption a h3 {
    text-transform: uppercase;
    color: #222;
    font-size: 20px;
    line-height: normal;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_section .news_area .one_half .caption p {
    color: #222;
    line-height: 16px
}

.news_section .news_area .one_half.bg-red .img_area:after {
    background-color: #e53d3d
}

.news_section .news_area .one_half.bg-red:hover .img_area:before {
    background-color: #e53d3d
}

.news_section .news_area .one_half.bg-red:hover .img_area:after {
    background-color: #e53d3d
}

.news_section .news_area .one_half.bg-red:hover .caption .icon_area {
    opacity: 1
}

.news_section .news_area .one_half.bg-red:hover .caption a h3:hover {
    color: #e53d3d
}

.news_section .news_area .one_half.bg-sky .img_area:after {
    background-color: #44c7ee
}

.news_section .news_area .one_half.bg-sky:hover .img_area:before {
    background-color: #44c7ee
}

.news_section .news_area .one_half.bg-sky:hover .img_area:after {
    background-color: #44c7ee
}

.news_section .news_area .one_half.bg-sky:hover .caption .icon_area {
    opacity: 1
}

.news_section .news_area .one_half.bg-sky:hover .caption a h3:hover {
    color: #44c7ee
}

.news_section .news_area .one_half.bg-blue .img_area:after {
    background-color: #0d2c6c
}

.news_section .news_area .one_half.bg-blue:hover .img_area:before {
    background-color: #0d2c6c
}

.news_section .news_area .one_half.bg-blue:hover .img_area:after {
    background-color: #0d2c6c
}

.news_section .news_area .one_half.bg-blue:hover .caption .icon_area {
    opacity: 1
}

.news_section .news_area .one_half.bg-blue:hover .caption a h3:hover {
    color: #0d2c6c
}

.news_section .news_area .one_half:hover .img_area:before {
    background-color: #0d2c6c
}

.news_section .news_area .one_half:hover .img_area:after {
    background-color: #0d2c6c
}

.news_section .news_area .one_half:hover .caption .icon_area {
    opacity: 1
}

.news_section .news_area .one_half:hover .caption a:hover {
    color: #0d2c6c
}

.news_section .news_area .btn.loadMoreBtn {
    border: 1px solid #e53d3d;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Lato-Bold';
    letter-spacing: 2px;
    color: #0d2c6c;
    padding: 10px 40px 10px 30px;
    display: table;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_section .news_area .btn.loadMoreBtn:after {
    position: absolute;
    right: 0;
    margin-right: 20px;
    content: '\f067';
    font-family: 'fontAwesome';
    color: #e53d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_section .news_area .btn.loadMoreBtn:hover {
    background-color: #e53d3d;
    color: #fff
}

.news_section .news_area .btn.loadMoreBtn:hover:after {
    color: #fff
}

.news_section .news_area .btn.loadMoreBtn:hover i {
    color: #fff
}

.news_section .news_area .btn.loadMoreBtn i {
    color: #e53d3d;
    margin-left: 10px
}

.news_section .news_area .button_area {
    display: table;
    margin: 0 auto;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.news_section .news_area .button_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.news_section .news_area .button_area .btn {
    border: 1px solid #e53d3d;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Lato-Bold';
    letter-spacing: 2px;
    color: #0d2c6c;
    padding: 10px 25px
}

.news_section .news_area .button_area .btn:hover {
    background-color: #e53d3d;
    color: #fff
}

.news_section .news_area .button_area .btn:hover i {
    color: #fff
}

.news_section .news_area .button_area .btn i {
    color: #e53d3d;
    margin-left: 10px
}

.news_detail_section {
    padding: 55px 0
}

.news_detail_section.news_detail_padding {
    padding: 10px 0 30px 0;
    position: relative
}

.news_detail_section.news_detail_padding .full_img {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 15px
}

.news_detail_section.news_detail_padding .full_img img {
    width: 870px
}

.news_detail_section.news_detail_padding .news_detail_area:before,.news_detail_section.news_detail_padding .news_detail_area:after {
    display: table;
    content: " "
}

.news_detail_section.news_detail_padding .news_detail_area:after {
    clear: both
}

.news_detail_section.news_detail_padding .news_detail_area .inner_detail_area {
    float: right;
    width: 200px
}

.news_detail_section.news_detail_pb {
    padding-bottom: 0
}

.news_detail_section.news_detail_pt {
    padding-top: 0
}

.news_detail_section .news_detail_area {
    padding: 0 100px
}

.news_detail_section .news_detail_area .top_area {
    position: relative
}

.news_detail_section .news_detail_area .top_area .date {
    font-family: 'Lato-Bold';
    font-size: 12px;
    color: #000;
    padding-bottom: 2px
}

.news_detail_section .news_detail_area .top_area .icon_area {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: -55px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_detail_section .news_detail_area .top_area .icon_area:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #e53d3d;
    margin-right: -13px
}

.news_detail_section .news_detail_area .top_area .icon_area img {
    width: 33px
}

.news_detail_section .news_detail_area .top_area h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #000
}

.news_detail_section .news_detail_area .top_area .list-inline {
    padding: 15px 0 25px 0
}

.news_detail_section .news_detail_area .top_area .list-inline li a {
    display: block;
    color: #e53d3d;
    padding: 0 5px
}

.news_detail_section .news_detail_area .inner_detail_area h3 {
    font-family: 'Lato-Regular';
    color: #000;
    font-size: 22px;
    padding-bottom: 30px
}

.news_detail_section .news_detail_area .inner_detail_area p {
    color: #000;
    font-size: 14px;
    padding-bottom: 30px
}

.news_detail_section .news_detail_area .inner_detail_area img {
    margin-bottom: 30px;
    float: left;
    width: 500px;
    margin-right: 30px
}

.news_detail_section .news_detail_area .inner_detail_area h2 {
    padding: 85px 0;
    font-family: 'Lato-Medium';
    margin-bottom: 30px;
    color: #0d2c6c;
    font-size: 24px;
    line-height: 34px
}

.news_detail_section .news_detail_area .button_area {
    display: table;
    margin: 0 auto;
    margin-top: 65px
}

.news_detail_section .news_detail_area .button_area .btn {
    border: 1px solid #e53d3d;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Lato-Black';
    letter-spacing: 1px;
    color: #000;
    font-size: 11px;
    border-radius: 3px;
    padding: 8px 15px;
    margin: 0 10px
}

.news_detail_section .news_detail_area .button_area .btn:hover {
    background-color: #e53d3d;
    color: #fff
}

.news_detail_section .news_detail_area .button_area .btn:hover i {
    color: #fff
}

.news_detail_section .news_detail_area .button_area .btn i {
    color: #e53d3d;
    margin-left: 10px
}

.related_blog_title {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.related_blog_title.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.related_blog_title .related_area .blog_title {
    padding: 100px 0 130px 0;
    text-align: center
}

.related_blog_title .related_area .blog_title h2 {
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    font-size: 30px;
    padding-bottom: 15px;
    position: relative;
    font-family: 'Lato-Semibold'
}

.related_blog_title .related_area .blog_title h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #e53d3d
}

.related_blog_section {
    background-color: #ebebeb;
    padding-bottom: 70px
}

.related_blog_section .related_area {
    margin-top: -50px;
    padding: 0 20px
}

.related_blog_section .related_area [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}

.related_blog_section .related_area .one_third {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.related_blog_section .related_area .one_third.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.related_blog_section .related_area .one_third .img_area {
    position: relative
}

.related_blog_section .related_area .one_third .img_area:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #f00;
    margin-bottom: -15px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.related_blog_section .related_area .one_third .img_area img {
    width: 100%
}

.related_blog_section .related_area .one_third .date {
    padding: 30px 0 10px 0;
    font-family: 'Lato-Semibold';
    font-size: 12px;
    text-transform: uppercase;
    color: #858585
}

.related_blog_section .related_area .one_third .caption a {
    display: block;
    padding-bottom: 10px
}

.related_blog_section .related_area .one_third .caption a h3 {
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
    line-height: normal;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.related_blog_section .related_area .one_third .caption p {
    color: #222;
    line-height: 16px
}

.related_blog_section .related_area .one_third.bg-red .img_area:after {
    background-color: #e53d3d
}

.related_blog_section .related_area .one_third.bg-red:hover .img_area:before {
    background-color: #e53d3d
}

.related_blog_section .related_area .one_third.bg-red:hover .img_area:after {
    background-color: #e53d3d
}

.related_blog_section .related_area .one_third.bg-red:hover .caption .icon_area {
    opacity: 1
}

.related_blog_section .related_area .one_third.bg-red:hover .caption a h3:hover {
    color: #e53d3d
}

.related_blog_section .related_area .one_third.bg-sky .img_area:after {
    background-color: #44c7ee
}

.related_blog_section .related_area .one_third.bg-sky:hover .img_area:before {
    background-color: #44c7ee
}

.related_blog_section .related_area .one_third.bg-sky:hover .img_area:after {
    background-color: #44c7ee
}

.related_blog_section .related_area .one_third.bg-sky:hover .caption .icon_area {
    opacity: 1
}

.related_blog_section .related_area .one_third.bg-sky:hover .caption a h3:hover {
    color: #44c7ee
}

.related_blog_section .related_area .one_third.bg-blue .img_area:after {
    background-color: #0d2c6c
}

.related_blog_section .related_area .one_third.bg-blue:hover .img_area:before {
    background-color: #0d2c6c
}

.related_blog_section .related_area .one_third.bg-blue:hover .img_area:after {
    background-color: #0d2c6c
}

.related_blog_section .related_area .one_third.bg-blue:hover .caption .icon_area {
    opacity: 1
}

.related_blog_section .related_area .one_third.bg-blue:hover .caption a h3:hover {
    color: #0d2c6c
}

.related_blog_section .related_area .one_third:hover .img_area:before {
    background-color: #0d2c6c
}

.related_blog_section .related_area .one_third:hover .img_area:after {
    background-color: #0d2c6c
}

.related_blog_section .related_area .one_third:hover .caption .icon_area {
    opacity: 1
}

.related_blog_section .related_area .one_third:hover .caption a h3:hover {
    color: #0d2c6c
}

@media (min-width: 1918px) {
    .breadcome_section.news_breadcome {
        padding:175px 0 125px 0
    }

    .breadcome_section.news_breadcome .breadcome_area:before {
        margin-top: 17px
    }

    .breadcome_section.news_breadcome .breadcome_area .date {
        font-size: 16px
    }

    .breadcome_section.news_breadcome .breadcome_area h2 {
        font-size: 48px
    }

    .breadcome_section.news_breadcome .breadcome_area p {
        padding-top: 20px;
        padding-bottom: 5px;
        font-size: 18px
    }

    .news_section {
        padding-top: 115px;
        padding-bottom: 115px
    }

    .news_section .news_area .one_half {
        min-height: 680px
    }

    .news_section .news_area .one_half .date {
        padding-top: 35px;
        padding-bottom: 15px;
        font-size: 14px
    }

    .news_section .news_area .one_half .caption a h3 {
        font-size: 30px;
        line-height: 35px
    }

    .news_section .news_area .one_half .caption p {
        font-size: 14px;
        line-height: 18px
    }

    .news_detail_section {
        padding: 70px 0
    }

    .news_detail_section .news_detail_area {
        padding: 0 0
    }

    .news_detail_section .news_detail_area .top_area .date {
        font-size: 16px
    }

    .news_detail_section .news_detail_area .top_area .icon_area {
        margin-top: 25px;
        margin-left: -70px
    }

    .news_detail_section .news_detail_area .top_area .icon_area:after {
        width: 3px;
        margin-right: -13px
    }

    .news_detail_section .news_detail_area .top_area .icon_area img {
        width: 50px
    }

    .news_detail_section .news_detail_area .top_area h1 {
        font-size: 48px
    }

    .news_detail_section .news_detail_area .top_area .list-inline {
        padding: 25px 0 45px 0
    }

    .news_detail_section .news_detail_area .top_area .list-inline li a {
        font-size: 18px;
        padding: 0 5px
    }

    .news_detail_section .news_detail_area .inner_detail_area h3 {
        font-size: 24px;
        line-height: 36px
    }

    .news_detail_section .news_detail_area .inner_detail_area p {
        font-size: 16px
    }

    .news_detail_section .news_detail_area .inner_detail_area img {
        width: 650px;
        margin-right: 40px
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        padding: 85px 0;
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 46px
    }

    .news_detail_section .news_detail_area .button_area {
        margin-top: 80px
    }

    .news_detail_section .news_detail_area .button_area .btn {
        font-size: 12px;
        border-radius: 5px;
        padding: 10px 25px;
        margin: 0 12px
    }

    .news_detail_section.news_detail_padding .full_img img {
        width: 1035px
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area {
        width: 300px;
        margin-right: 20px
    }

    .related_blog_title .related_area .blog_title {
        padding: 170px 0 170px 0
    }

    .related_blog_title .related_area .blog_title h2 {
        font-size: 36px
    }

    .related_blog_section {
        padding-bottom: 90px
    }

    .related_blog_section .related_area {
        padding: 0 0
    }

    .related_blog_section .related_area .one_third .img_area:after {
        height: 4px
    }

    .related_blog_section .related_area .one_third .date {
        padding: 30px 0 10px 0;
        font-size: 14px
    }

    .related_blog_section .related_area .one_third .caption a {
        padding-bottom: 10px
    }

    .related_blog_section .related_area .one_third .caption a h3 {
        font-size: 18px;
        line-height: 30px
    }

    .related_blog_section .related_area .one_third .caption p {
        font-size: 14px
    }
}

@media (min-width: 1678px) and (max-width:1917px) {
    .news_detail_section {
        padding:70px 0
    }

    .news_detail_section .news_detail_area {
        padding: 0 0
    }

    .news_detail_section .news_detail_area .top_area .date {
        font-size: 16px
    }

    .news_detail_section .news_detail_area .top_area .icon_area {
        margin-top: 25px;
        margin-left: -70px
    }

    .news_detail_section .news_detail_area .top_area .icon_area:after {
        width: 3px;
        margin-right: -13px
    }

    .news_detail_section .news_detail_area .top_area .icon_area img {
        width: 50px
    }

    .news_detail_section .news_detail_area .top_area h1 {
        font-size: 48px
    }

    .news_detail_section .news_detail_area .top_area .list-inline {
        padding: 25px 0 45px 0
    }

    .news_detail_section .news_detail_area .top_area .list-inline li a {
        font-size: 18px;
        padding: 0 5px
    }

    .news_detail_section .news_detail_area .inner_detail_area h3 {
        font-size: 24px;
        line-height: 36px
    }

    .news_detail_section .news_detail_area .inner_detail_area p {
        font-size: 16px
    }

    .news_detail_section .news_detail_area .inner_detail_area img {
        width: 650px;
        margin-right: 40px
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        padding: 60px 0;
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 46px
    }

    .news_detail_section .news_detail_area .button_area {
        margin-top: 80px
    }

    .news_detail_section .news_detail_area .button_area .btn {
        font-size: 12px;
        border-radius: 5px;
        padding: 10px 25px;
        margin: 0 12px
    }

    .news_detail_section.news_detail_padding .full_img img {
        width: 935px
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area {
        width: 300px;
        margin-right: 20px
    }

    .related_blog_title .related_area .blog_title {
        padding: 170px 0 170px 0
    }

    .related_blog_title .related_area .blog_title h2 {
        font-size: 36px
    }

    .related_blog_section {
        padding-bottom: 90px
    }

    .related_blog_section .related_area {
        padding: 0 0
    }

    .related_blog_section .related_area .one_third .img_area:after {
        height: 4px
    }

    .related_blog_section .related_area .one_third .date {
        padding: 30px 0 10px 0;
        font-size: 14px
    }

    .related_blog_section .related_area .one_third .caption a {
        padding-bottom: 10px
    }

    .related_blog_section .related_area .one_third .caption a h3 {
        font-size: 18px;
        line-height: 30px
    }

    .related_blog_section .related_area .one_third .caption p {
        font-size: 14px
    }
}

@media (min-width: 1398px) and (max-width:1500px) {
    .news_detail_section.news_detail_padding .full_img img {
        width:840px
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        padding: 75px 0
    }
}

@media (min-width: 1298px) and (max-width:1397px) {
    .news_detail_section.news_detail_padding .full_img img {
        width:800px
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        padding: 65px 0
    }
}

@media (min-width: 1198px) and (max-width:1297px) {
    .news_detail_section.news_detail_padding .full_img img {
        width:750px
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        padding: 60px 0
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .breadcome_section.news_breadcome .breadcome_area h2 {
        font-size:30px
    }

    .news_section .news_area .one_half {
        min-height: 500px
    }

    .news_section .news_area .one_half .caption a h3 {
        font-size: 18px;
        line-height: normal
    }

    .news_detail_section {
        padding: 50px 0
    }

    .news_detail_section .news_detail_area {
        padding: 0 50px
    }

    .news_detail_section .news_detail_area .top_area h1 {
        font-size: 22px
    }

    .news_detail_section .news_detail_area .top_area .list-inline {
        padding: 15px 0 15px 0
    }

    .news_detail_section .news_detail_area .inner_detail_area h3 {
        font-family: 'Lato-Semibold';
        font-size: 18px;
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area p {
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area img {
        margin-bottom: 20px;
        width: 400px
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px
    }

    .news_detail_section .news_detail_area .button_area {
        margin-top: 20px
    }

    .news_detail_section.news_detail_padding .full_img img {
        width: 620px
    }

    .related_blog_title .related_area .blog_title {
        padding: 30px 0 120px 0
    }

    .related_blog_title .related_area .blog_title h2 {
        font-size: 24px;
        padding-bottom: 11px
    }

    .related_blog_title .related_area .blog_title h2:after {
        height: 2px
    }

    .related_blog_section {
        padding-bottom: 60px
    }

    .related_blog_section .related_area {
        padding: 0 0
    }

    .related_blog_section .related_area .one_third .img_area:after {
        height: 3px
    }

    .related_blog_section .related_area .one_third .date {
        font-size: 12px
    }

    .related_blog_section .related_area .one_third .caption a {
        padding-bottom: 10px
    }

    .related_blog_section .related_area .one_third .caption a h3 {
        font-size: 16px;
        line-height: 22px
    }

    .related_blog_section .related_area .one_third .caption p {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .breadcome_section.news_breadcome {
        padding:90px 0
    }

    .breadcome_section.news_breadcome .breadcome_area h2 {
        font-size: 24px
    }

    .news_section .news_area .one_half {
        min-height: 500px
    }

    .news_section .news_area .one_half .caption a h3 {
        font-size: 18px;
        line-height: normal
    }

    .news_detail_section {
        padding: 50px 0
    }

    .news_detail_section .news_detail_area {
        padding: 0 50px
    }

    .news_detail_section .news_detail_area .top_area h1 {
        font-size: 22px
    }

    .news_detail_section .news_detail_area .top_area .list-inline {
        padding: 15px 0 15px 0
    }

    .news_detail_section .news_detail_area .inner_detail_area h3 {
        font-family: 'Lato-Semibold';
        font-size: 18px;
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area p {
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area img {
        margin-bottom: 20px;
        width: 400px
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px
    }

    .news_detail_section .news_detail_area .button_area {
        margin-top: 20px
    }

    .news_detail_section.news_detail_padding .full_img {
        position: static
    }

    .news_detail_section.news_detail_padding .full_img img {
        width: 100%
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area {
        width: 100%
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area h2 {
        padding: 0;
        padding-top: 40px;
        margin-bottom: 0
    }

    .related_blog_title .related_area .blog_title {
        padding: 30px 0 120px 0
    }

    .related_blog_title .related_area .blog_title h2 {
        font-size: 24px;
        padding-bottom: 11px
    }

    .related_blog_title .related_area .blog_title h2:after {
        height: 2px
    }

    .related_blog_section {
        padding-bottom: 60px
    }

    .related_blog_section .related_area {
        padding: 0 0
    }

    .related_blog_section .related_area .one_third .img_area:after {
        height: 3px
    }

    .related_blog_section .related_area .one_third .date {
        font-size: 12px
    }

    .related_blog_section .related_area .one_third .caption a {
        padding-bottom: 10px
    }

    .related_blog_section .related_area .one_third .caption a h3 {
        font-size: 16px;
        line-height: 22px
    }

    .related_blog_section .related_area .one_third .caption p {
        font-size: 14px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .breadcome_section.news_breadcome {
        padding:60px 0
    }

    .breadcome_section.news_breadcome .breadcome_area h2 {
        font-size: 22px;
        line-height: normal
    }

    .breadcome_section.news_breadcome .breadcome_area a:after {
        font-size: 12px
    }

    .news_section {
        padding: 50px 0
    }

    .news_section .news_area [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }

    .news_section .news_area [class*="col-"]:nth-of-type(odd) .one_half .img_area:before {
        margin-top: -15px;
        margin-left: -15px
    }

    .news_section .news_area [class*="col-"]:nth-of-type(even) .one_half .img_area:before {
        margin-top: -15px;
        margin-right: -15px
    }

    .news_section .news_area .one_half {
        min-height: 450px;
        margin-bottom: 20px;
        padding: 15px
    }

    .news_section .news_area .one_half .caption a h3 {
        font-size: 18px;
        line-height: normal
    }

    .news_detail_section {
        padding: 30px 0
    }

    .news_detail_section .news_detail_area {
        padding: 0 0
    }

    .news_detail_section .news_detail_area .top_area h1 {
        font-size: 18px;
        line-height: normal
    }

    .news_detail_section .news_detail_area .top_area .list-inline {
        padding: 10px 0 10px 0
    }

    .news_detail_section .news_detail_area .icon_area {
        display: none
    }

    .news_detail_section .news_detail_area .inner_detail_area h3 {
        font-family: 'Lato-Semibold';
        font-size: 16px;
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area p {
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area img {
        margin-bottom: 20px;
        width: 100%
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        padding: 0;
        margin-bottom: 0;
        font-size: 20px;
        padding-bottom: 15px;
        line-height: 26px
    }

    .news_detail_section .news_detail_area .button_area {
        margin-top: 10px
    }

    .news_detail_section.news_detail_padding .full_img {
        position: static
    }

    .news_detail_section.news_detail_padding .full_img img {
        width: 100%
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area {
        width: 100%
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area h2 {
        padding: 0;
        padding-top: 40px;
        margin-bottom: 0
    }

    .related_blog_title .related_area .blog_title {
        padding: 40px 0 60px 0
    }

    .related_blog_title .related_area .blog_title h2 {
        font-size: 24px;
        padding-bottom: 11px
    }

    .related_blog_title .related_area .blog_title h2:after {
        height: 2px
    }

    .related_blog_section {
        padding: 40px 0 0 0
    }

    .related_blog_section .related_area {
        margin: 0;
        padding: 0 0
    }

    .related_blog_section .related_area [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }

    .related_blog_section .related_area .one_third {
        margin-bottom: 40px
    }

    .related_blog_section .related_area .one_third .img_area:after {
        height: 3px
    }

    .related_blog_section .related_area .one_third .date {
        font-size: 12px
    }

    .related_blog_section .related_area .one_third .caption a {
        padding-bottom: 10px
    }

    .related_blog_section .related_area .one_third .caption a h3 {
        font-size: 16px;
        line-height: 22px
    }

    .related_blog_section .related_area .one_third .caption p {
        font-size: 14px
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .breadcome_section.news_breadcome {
        padding:60px 0
    }

    .breadcome_section.news_breadcome .breadcome_area h2 {
        font-size: 22px;
        line-height: normal
    }

    .breadcome_section.news_breadcome .breadcome_area a:after {
        font-size: 12px
    }

    .news_section .news_area [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }

    .news_section .news_area [class*="col-"]:nth-of-type(odd) .one_half .img_area:before {
        margin-top: -15px;
        margin-left: -15px
    }

    .news_section .news_area [class*="col-"]:nth-of-type(even) .one_half .img_area:before {
        margin-top: -15px;
        margin-right: -15px
    }

    .news_section .news_area .one_half {
        min-height: auto;
        margin-bottom: 20px;
        padding: 15px
    }

    .news_section .news_area .one_half .caption a h3 {
        font-size: 18px;
        line-height: normal
    }

    .news_detail_section {
        padding: 30px 0
    }

    .news_detail_section .news_detail_area {
        padding: 0 0
    }

    .news_detail_section .news_detail_area .top_area h1 {
        font-size: 18px;
        line-height: normal
    }

    .news_detail_section .news_detail_area .top_area .list-inline {
        padding: 10px 0 10px 0
    }

    .news_detail_section .news_detail_area .icon_area {
        display: none
    }

    .news_detail_section .news_detail_area .inner_detail_area h3 {
        font-family: 'Lato-Semibold';
        font-size: 16px;
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area p {
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area img {
        margin-bottom: 20px;
        width: 100%
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        padding: 0;
        margin-bottom: 0;
        font-size: 20px;
        padding-bottom: 15px;
        line-height: 26px
    }

    .news_detail_section .news_detail_area .button_area {
        margin-top: 10px
    }

    .news_detail_section.news_detail_padding .full_img {
        position: static
    }

    .news_detail_section.news_detail_padding .full_img img {
        width: 100%
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area {
        width: 100%
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area h2 {
        padding: 0;
        padding-top: 40px;
        margin-bottom: 0
    }

    .related_blog_title .related_area .blog_title {
        padding: 40px 0 60px 0
    }

    .related_blog_title .related_area .blog_title h2 {
        font-size: 24px;
        padding-bottom: 11px
    }

    .related_blog_title .related_area .blog_title h2:after {
        height: 2px
    }

    .related_blog_section {
        padding: 40px 0 0 0
    }

    .related_blog_section .related_area {
        margin: 0;
        padding: 0 0
    }

    .related_blog_section .related_area [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }

    .related_blog_section .related_area .one_third {
        margin-bottom: 40px
    }

    .related_blog_section .related_area .one_third .img_area:after {
        height: 3px
    }

    .related_blog_section .related_area .one_third .date {
        font-size: 12px
    }

    .related_blog_section .related_area .one_third .caption a {
        padding-bottom: 10px
    }

    .related_blog_section .related_area .one_third .caption a h3 {
        font-size: 16px;
        line-height: 22px
    }

    .related_blog_section .related_area .one_third .caption p {
        font-size: 14px
    }
}

@media (max-width: 360px) {
    .breadcome_section.news_breadcome {
        padding:60px 0
    }

    .breadcome_section.news_breadcome .breadcome_area h2 {
        font-size: 22px;
        line-height: normal
    }

    .breadcome_section.news_breadcome .breadcome_area a:after {
        font-size: 12px
    }

    .news_section {
        padding: 30px 0
    }

    .news_section .news_area [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }

    .news_section .news_area [class*="col-"]:nth-of-type(odd) .one_half .img_area:before {
        margin-top: -15px;
        margin-left: -15px
    }

    .news_section .news_area [class*="col-"]:nth-of-type(even) .one_half .img_area:before {
        margin-top: -15px;
        margin-right: -15px
    }

    .news_section .news_area .one_half {
        min-height: auto;
        margin-bottom: 20px;
        padding: 15px
    }

    .news_section .news_area .one_half .caption a h3 {
        font-size: 18px;
        line-height: normal
    }

    .news_detail_section {
        padding: 30px 0
    }

    .news_detail_section .news_detail_area {
        padding: 0 0
    }

    .news_detail_section .news_detail_area .top_area h1 {
        font-size: 18px;
        line-height: normal
    }

    .news_detail_section .news_detail_area .top_area .list-inline {
        padding: 10px 0 10px 0
    }

    .news_detail_section .news_detail_area .icon_area {
        display: none
    }

    .news_detail_section .news_detail_area .inner_detail_area h3 {
        font-family: 'Lato-Semibold';
        font-size: 16px;
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area p {
        padding-bottom: 20px
    }

    .news_detail_section .news_detail_area .inner_detail_area img {
        margin-bottom: 20px;
        width: 100%
    }

    .news_detail_section .news_detail_area .inner_detail_area h2 {
        padding: 0;
        margin-bottom: 0;
        font-size: 20px;
        padding-bottom: 15px;
        line-height: 26px
    }

    .news_detail_section .news_detail_area .button_area {
        margin-top: 10px
    }

    .news_detail_section.news_detail_padding .full_img {
        position: static
    }

    .news_detail_section.news_detail_padding .full_img img {
        width: 100%
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area {
        width: 100%
    }

    .news_detail_section.news_detail_padding .news_detail_area .inner_detail_area h2 {
        padding: 0;
        padding-top: 40px;
        margin-bottom: 0
    }

    .related_blog_title .related_area .blog_title {
        padding: 40px 0 60px 0
    }

    .related_blog_title .related_area .blog_title h2 {
        font-size: 24px;
        padding-bottom: 11px
    }

    .related_blog_title .related_area .blog_title h2:after {
        height: 2px
    }

    .related_blog_section {
        padding: 40px 0 0 0
    }

    .related_blog_section .related_area {
        margin: 0;
        padding: 0 0
    }

    .related_blog_section .related_area [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }

    .related_blog_section .related_area .one_third {
        margin-bottom: 40px
    }

    .related_blog_section .related_area .one_third .img_area:after {
        height: 3px
    }

    .related_blog_section .related_area .one_third .date {
        font-size: 12px
    }

    .related_blog_section .related_area .one_third .caption a {
        padding-bottom: 10px
    }

    .related_blog_section .related_area .one_third .caption a h3 {
        font-size: 16px;
        line-height: 22px
    }

    .related_blog_section .related_area .one_third .caption p {
        font-size: 14px
    }
}

.breadcome_section.what_we_bread.breadcome_partners.breadcome_abt .breadcome_area:before {
    display: block;
    background-color: #fb0000
}

.breadcome_second_title {
    background-color: #f3f3f3;
    padding-bottom: 50px
}

.breadcome_second_title.about_bread_title .breadcome_area {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.breadcome_second_title.about_bread_title .breadcome_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.breadcome_second_title.about_bread_title .breadcome_area .long_border {
    margin-bottom: -58px;
    background-color: #fff
}

.breadcome_second_title.about_bread_title .breadcome_area .long_border:before {
    border: 2px solid #fff;
    background-color: #ef373e
}

.breadcome_second_title.about_bread_title .breadcome_area .img_area:after {
    background-color: #fff
}

.breadcome_second_title.about_bread_title .breadcome_area .column_area h1 {
    color: #0d2c6c
}

.breadcome_second_title.about_bread_title .breadcome_area .column_area p {
    color: #0d2c6c
}

.partner_title_section.about_sec_title {
    margin-top: -30px;
    padding-bottom: 80px;
    background-color: #ef373e
}

.partner_title_section.about_sec_title .partner_title {
    width: 100%
}

.partner_title_section.about_sec_title .partner_title .left_area {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.partner_title_section.about_sec_title .partner_title .left_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partner_title_section.about_sec_title .partner_title .left_area .icon_box {
    padding-bottom: 30px
}

.partner_title_section.about_sec_title .partner_title .left_area .icon_box img {
    width: 70px
}

.partner_title_section.about_sec_title .partner_title .left_area h1 {
    color: #fff
}

.partner_title_section.about_sec_title .partner_title .left_area h2 {
    color: #fff
}

.partner_title_section.about_sec_title .partner_title .left_area p {
    color: #fff
}

.partner_title_section.about_sec_title .partner_title .left_area h3 {
    padding: 25px 0 50px 0;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato-Regular'
}

.partner_title_section.about_sec_title .partner_title .left_area .list-inline li {
    margin-right: 10px
}

.partner_title_section.about_sec_title .partner_title .left_area .list-inline li a {
    display: inline-block;
    border: 1px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'Lato-Heavy';
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 8px 20px
}

.partner_title_section.about_sec_title .partner_title .left_area .list-inline li a:hover {
    background-color: #d31c1c
}

.partner_title_section.about_sec_title .partner_title .right_area {
    text-align: center;
    margin-top: -150px;
    position: relative;
    z-index: 123;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.partner_title_section.about_sec_title .partner_title .right_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partner_title_section.about_sec_title .partner_title .right_area img {
    width: 80%
}

.director_section {
    padding: 150px 0 90px 0
}

.director_section .director_area {
    width: 800px;
    position: relative;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.director_section .director_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.director_section .director_area .icon_area {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -170px
}

.director_section .director_area h3 {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 30px
}

.director_section .director_area p {
    font-size: 14px
}

.director_column_area {
    background-color: #dedede
}

.director_column_area .director_area {
    width: 100%;
    margin-top: -40px;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.director_column_area .director_area .inner_area {
    background-color: #393939
}

.director_column_area .director_area .inner_area:before,.director_column_area .director_area .inner_area:after {
    display: table;
    content: " "
}

.director_column_area .director_area .inner_area:after {
    clear: both
}

.director_column_area .director_area .inner_area .left_area {
    width: 31%;
    margin-top: -30px;
    float: left;
    margin-right: 0
}

.director_column_area .director_area .inner_area .left_area img {
    width: 350px
}

.director_column_area .director_area .inner_area .right_area {
    float: right;
    width: 69%;
    padding: 40px 150px 40px 50px
}

.director_column_area .director_area .inner_area .right_area h3 {
    font-family: 'Lato-Heavy';
    color: #fff;
    font-size: 20px
}

.director_column_area .director_area .inner_area .right_area h4 {
    font-family: 'Lato-Regular';
    color: #fff;
    font-size: 14px;
    padding-bottom: 25px
}

.director_column_area .director_area .inner_area .right_area p {
    text-align: justify;
    color: #fff;
    font-size: 14px;
    padding-bottom: 15px
}

.director_column_area .director_area .inner_area .right_area img {
    margin-top: 20px;
    width: auto
}

.director_column_area .director_area.second_director {
    margin-top: 0;
    margin-left: -50px;
    margin-bottom: -30px
}

.director_column_area .director_area.second_director .inner_area {
    text-align: right;
    background-color: #0d2c6c
}

.director_column_area .director_area.second_director .inner_area .left_area {
    width: 31%;
    margin-top: 0;
    margin-bottom: -40px;
    float: right !important
}

.director_column_area .director_area.second_director .inner_area .right_area {
    padding: 40px 50px 40px 120px;
    width: 69%;
    float: left
}

.director_column_area .director_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.people_section {
    margin-top: 80px;
    padding: 100px 0;
    position: relative;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.people_section.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.people_section .people_area .left_area {
    padding-right: 20px
}

.people_section .people_area .left_area h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-family: 'Lato-Semibold'
}

.people_section .people_area .left_area h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #0d2c6c
}

.people_section .people_area .left_area p {
    font-size: 16px;
    color: #3a3a3a;
    padding-bottom: 10px
}

.people_section .people_area .left_area ul li {
    padding: 2px 0;
    padding-left: 12px;
    font-size: 16px;
    position: relative
}

.people_section .people_area .left_area ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #000;
    margin-top: 11px
}

.people_section .people_area .left_area .quote_area {
    display: none;
    margin-top: 40px;
    position: relative;
    padding-right: 70px;
    padding-left: 30px
}

.people_section .people_area .left_area .quote_area .left_quote {
    position: absolute;
    top: 0;
    left: 0
}

.people_section .people_area .left_area .quote_area .right_quote {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 90px;
    margin-bottom: 20px
}

.people_section .people_area .left_area .quote_area h4 {
    padding: 0 0 0 0;
    font-size: 40px;
    font-family: 'Lato-Light';
    color: #0d2c6c
}

.people_section .people_area .right_area {
    padding-left: 50px;
    padding-top: 30px;
    position: relative
}

.people_section .people_area .right_area img {
    width: 100%
}

.people_section .fixed_right_area {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 100px
}

.people_section .fixed_right_area:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #ef373e;
    width: 580px;
    z-index: -1;
    margin-top: 50px
}

.people_section .fixed_right_area img {
    width: 750px
}

.substain_section {
    background-image: url('../images/background/bg23.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 80px 0
}

.substain_section .substain_area {
    text-align: center;
    padding: 0 250px;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.substain_section .substain_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.substain_section .substain_area .img_area {
    margin-bottom: 30px
}

.substain_section .substain_area .caption {
    position: relative;
    display: inline-block
}

.substain_section .substain_area .caption h3 {
    color: #fff;
    font-family: 'Lato-Light';
    font-size: 40px
}

.substain_section .substain_area .caption .left_q {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -22px
}

.substain_section .substain_area .caption .right_q {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 22px;
    margin-right: 18px
}

.related_blog_title.about_blog_title .related_area .blog_title {
    padding-top: 135px
}

.about_modal .modal-dialog .modal-content .modal-body p {
    padding: 5px 0;
    font-size: 16px
}

.about_modal .modal-dialog .modal-content .modal-footer .btn {
    display: inline-block;
    border: 1px solid #fb0000;
    background-color: #fb0000;
    text-transform: uppercase;
    font-family: 'Lato-Heavy';
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-decoration: none;
    outline: none;
    box-shadow: none
}

@media (min-width: 1918px) {
    .partner_title_section.about_sec_title {
        padding-bottom:100px
    }

    .partner_title_section.about_sec_title .partner_title .left_area .icon_box {
        padding-bottom: 30px
    }

    .partner_title_section.about_sec_title .partner_title .left_area .icon_box img {
        width: auto
    }

    .partner_title_section.about_sec_title .partner_title .left_area h1 {
        font-size: 30px
    }

    .partner_title_section.about_sec_title .partner_title .left_area h2 {
        font-size: 30px;
        padding-bottom: 50px
    }

    .partner_title_section.about_sec_title .partner_title .left_area p {
        font-size: 18px;
        line-height: 30px
    }

    .partner_title_section.about_sec_title .partner_title .left_area h3 {
        padding: 25px 0 50px 0;
        font-size: 24px
    }

    .partner_title_section.about_sec_title .partner_title .left_area .list-inline li a {
        font-size: 14px;
        padding: 12px 40px 10px 40px
    }

    .partner_title_section.about_sec_title .partner_title .right_area {
        margin-top: -175px;
        margin-left: -50px
    }

    .partner_title_section.about_sec_title .partner_title .right_area img {
        width: 100%
    }

    .director_section {
        padding: 215px 0 100px 0
    }

    .director_section .director_area {
        width: 900px
    }

    .director_section .director_area .icon_area {
        margin-top: -215px
    }

    .director_section .director_area h3 {
        font-size: 30px;
        padding-bottom: 45px
    }

    .director_section .director_area p {
        font-size: 16px;
        line-height: 30px
    }

    .director_column_area .director_area {
        margin-top: -50px
    }

    .director_column_area .director_area .inner_area .left_area {
        width: 33.5%
    }

    .director_column_area .director_area .inner_area .left_area img {
        width: auto
    }

    .director_column_area .director_area .inner_area .right_area {
        width: 66.5%;
        padding: 47px 150px 40px 50px
    }

    .director_column_area .director_area .inner_area .right_area h4 {
        padding-bottom: 35px
    }

    .director_column_area .director_area .inner_area .right_area p {
        padding-bottom: 15px;
        line-height: 30px;
        font-size: 16px
    }

    .director_column_area .director_area .inner_area .right_area img {
        margin-top: 10px;
        width: auto
    }

    .director_column_area .director_area.second_director {
        margin-left: -50px;
        margin-bottom: -50px
    }

    .director_column_area .director_area.second_director .inner_area .left_area {
        width: 33.5%;
        margin-bottom: -40px
    }

    .director_column_area .director_area.second_director .inner_area .right_area {
        padding: 47px 50px 40px 150px;
        width: 66.5%
    }

    .people_section {
        margin-top: 130px;
        padding: 100px 0 230px 0
    }

    .people_section .people_area .left_area {
        padding-right: 0
    }

    .people_section .people_area .left_area h3 {
        font-size: 30px;
        padding-bottom: 15px;
        margin-bottom: 40px
    }

    .people_section .people_area .left_area h3:after {
        height: 2px;
        width: 70px;
        background-color: #0d2c6c
    }

    .people_section .people_area .left_area p {
        font-size: 18px
    }

    .people_section .people_area .left_area .quote_area {
        margin-top: 40px;
        position: relative;
        padding-right: 70px;
        padding-left: 30px
    }

    .people_section .people_area .left_area .quote_area .right_quote {
        margin-right: 90px;
        margin-bottom: 20px
    }

    .people_section .people_area .left_area .quote_area h4 {
        font-size: 42px
    }

    .people_section .fixed_right_area {
        margin-top: 120px
    }

    .people_section .fixed_right_area:after {
        width: 75%;
        margin-top: 50px
    }

    .people_section .fixed_right_area img {
        width: auto
    }

    .substain_section {
        padding: 80px 0 140px 0
    }

    .substain_section .substain_area {
        padding: 0 200px
    }

    .substain_section .substain_area .img_area {
        margin-bottom: 40px
    }

    .substain_section .substain_area .caption h3 {
        font-size: 48px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .partner_title_section.about_sec_title .partner_title .right_area {
        margin-top:-100px;
        text-align: left
    }

    .director_column_area .director_area .inner_area .left_area {
        margin-top: 0
    }

    .director_column_area .director_area .inner_area .left_area img {
        width: 100%
    }

    .director_column_area .director_area .inner_area .right_area {
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area .inner_area .right_area h4 {
        padding-bottom: 15px
    }

    .director_column_area .director_area.second_director {
        margin-left: 0
    }

    .director_column_area .director_area.second_director .inner_area .left_area {
        margin-bottom: 0
    }

    .director_column_area .director_area.second_director .inner_area .right_area {
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area.second_director .inner_area .right_area h4 {
        padding-bottom: 15px
    }

    .director_section {
        padding: 100px 0
    }

    .director_section .director_area .icon_area {
        margin-top: -130px
    }

    .people_section {
        margin-top: 0
    }

    .people_section .people_area .left_area {
        padding-right: 0
    }

    .people_section .people_area .left_area .quote_area h4 {
        font-size: 24px
    }

    .people_section .people_area .left_area .quote_area .right_quote {
        margin-right: 75px;
        margin-bottom: 6px
    }

    .substain_section .substain_area {
        padding: 0 150px
    }

    .substain_section .substain_area .caption h3 {
        font-size: 26px
    }

    .related_blog_title.about_blog_title .related_area .blog_title {
        padding-top: 80px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .partner_title_section.about_sec_title {
        padding-top:130px
    }

    .partner_title_section.about_sec_title .partner_title .right_area {
        margin-top: 0;
        text-align: right
    }

    .director_column_area .director_area .inner_area .left_area {
        margin-top: 0
    }

    .director_column_area .director_area .inner_area .left_area img {
        width: 100%
    }

    .director_column_area .director_area .inner_area .right_area {
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area .inner_area .right_area h4 {
        padding-bottom: 15px
    }

    .director_column_area .director_area.second_director {
        margin-left: 0
    }

    .director_column_area .director_area.second_director .inner_area .left_area {
        margin-bottom: 0
    }

    .director_column_area .director_area.second_director .inner_area .right_area {
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area.second_director .inner_area .right_area h4 {
        padding-bottom: 15px
    }

    .director_section {
        padding: 100px 0
    }

    .director_section .director_area {
        width: 100%
    }

    .director_section .director_area .icon_area {
        margin-top: -130px
    }

    .people_section {
        margin-top: 0
    }

    .people_section .people_area .left_area {
        padding-right: 0
    }

    .people_section .people_area .left_area .quote_area h4 {
        font-size: 24px
    }

    .people_section .people_area .left_area .quote_area .right_quote {
        margin-right: 75px;
        margin-bottom: 6px
    }

    .people_section .people_area .right_area {
        padding-left: 0
    }

    .substain_section {
        padding: 50px 0
    }

    .substain_section .substain_area {
        padding: 0 0
    }

    .substain_section .substain_area .img_area {
        margin-bottom: 20px
    }

    .substain_section .substain_area .caption .left_q {
        display: none
    }

    .substain_section .substain_area .caption h3 {
        font-size: 26px
    }

    .substain_section .substain_area .caption .right_q {
        display: none
    }

    .related_blog_title.about_blog_title .related_area .blog_title {
        padding-top: 80px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .partner_title_section.about_sec_title {
        padding-top:30px;
        padding-bottom: 50px
    }

    .partner_title_section.about_sec_title .partner_title .right_area {
        padding-top: 50px;
        margin-top: 0;
        text-align: center
    }

    .director_column_area .director_area .inner_area .left_area {
        margin-top: 0
    }

    .director_column_area .director_area .inner_area .left_area img {
        width: 100%
    }

    .director_column_area .director_area .inner_area .right_area {
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area .inner_area .right_area h3 {
        font-size: 20px
    }

    .director_column_area .director_area .inner_area .right_area h4 {
        font-size: 14px;
        padding-bottom: 15px
    }

    .director_column_area .director_area .inner_area .right_area p {
        font-size: 14px
    }

    .director_column_area .director_area .inner_area .right_area img {
        margin-top: 0
    }

    .director_column_area .director_area.second_director {
        margin-left: 0
    }

    .director_column_area .director_area.second_director .inner_area .left_area {
        margin-bottom: 0
    }

    .director_column_area .director_area.second_director .inner_area .right_area {
        text-align: left;
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area.second_director .inner_area .right_area h4 {
        padding-bottom: 15px
    }

    .director_section {
        padding: 100px 0
    }

    .director_section .director_area {
        width: 100%
    }

    .director_section .director_area h3 {
        font-size: 20px
    }

    .director_section .director_area .icon_area {
        margin-top: -130px
    }

    .people_section {
        margin-top: 0;
        padding: 70px 0 50px 0
    }

    .people_section .people_area .left_area {
        padding-right: 0
    }

    .people_section .people_area .left_area h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .people_section .people_area .left_area p {
        font-size: 14px
    }

    .people_section .people_area .left_area .quote_area {
        margin-top: 20px;
        padding-right: 0;
        padding-left: 0
    }

    .people_section .people_area .left_area .quote_area .left_quote {
        display: none
    }

    .people_section .people_area .left_area .quote_area h4 {
        font-size: 20px
    }

    .people_section .people_area .left_area .quote_area .right_quote {
        display: none;
        margin-right: 75px;
        margin-bottom: 6px
    }

    .people_section .people_area .right_area {
        padding-left: 0
    }

    .substain_section {
        padding: 35px 0
    }

    .substain_section .substain_area {
        padding: 0 0
    }

    .substain_section .substain_area .img_area {
        margin-bottom: 10px
    }

    .substain_section .substain_area .img_area img {
        width: 50px
    }

    .substain_section .substain_area .caption .left_q {
        display: none
    }

    .substain_section .substain_area .caption h3 {
        font-size: 20px
    }

    .substain_section .substain_area .caption .right_q {
        display: none
    }

    .related_blog_title.about_blog_title .related_area .blog_title {
        padding-top: 60px
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .partner_title_section.about_sec_title {
        padding-top:30px;
        padding-bottom: 50px
    }

    .partner_title_section.about_sec_title .partner_title .right_area {
        padding-top: 50px;
        margin-top: 0;
        text-align: center
    }

    .director_column_area .director_area .inner_area .left_area {
        width: 100%;
        float: inherit;
        margin-top: 0
    }

    .director_column_area .director_area .inner_area .left_area img {
        width: 100%
    }

    .director_column_area .director_area .inner_area .right_area {
        float: inherit;
        width: 100%;
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area .inner_area .right_area h3 {
        font-size: 20px
    }

    .director_column_area .director_area .inner_area .right_area h4 {
        font-size: 14px;
        padding-bottom: 15px
    }

    .director_column_area .director_area .inner_area .right_area p {
        font-size: 14px
    }

    .director_column_area .director_area .inner_area .right_area img {
        margin-top: 0
    }

    .director_column_area .director_area.second_director {
        margin-left: 0
    }

    .director_column_area .director_area.second_director .inner_area .left_area {
        width: 100%;
        float: inherit;
        margin-bottom: 0
    }

    .director_column_area .director_area.second_director .inner_area .right_area {
        text-align: left;
        width: 100%;
        float: inherit;
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area.second_director .inner_area .right_area h4 {
        padding-bottom: 15px
    }

    .director_section {
        padding: 100px 0
    }

    .director_section .director_area {
        width: 100%
    }

    .director_section .director_area h3 {
        font-size: 20px
    }

    .director_section .director_area .icon_area {
        margin-top: -130px
    }

    .people_section {
        margin-top: 0;
        padding: 70px 0 50px 0
    }

    .people_section .people_area .left_area {
        padding-right: 0
    }

    .people_section .people_area .left_area h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .people_section .people_area .left_area p {
        font-size: 14px
    }

    .people_section .people_area .left_area .quote_area {
        margin-top: 20px;
        padding-right: 0;
        padding-left: 0
    }

    .people_section .people_area .left_area .quote_area .left_quote {
        display: none
    }

    .people_section .people_area .left_area .quote_area h4 {
        font-size: 20px
    }

    .people_section .people_area .left_area .quote_area .right_quote {
        display: none;
        margin-right: 75px;
        margin-bottom: 6px
    }

    .people_section .people_area .right_area {
        padding-left: 0
    }

    .substain_section {
        padding: 35px 0
    }

    .substain_section .substain_area {
        padding: 0 0
    }

    .substain_section .substain_area .img_area {
        margin-bottom: 10px
    }

    .substain_section .substain_area .img_area img {
        width: 50px
    }

    .substain_section .substain_area .caption .left_q {
        display: none
    }

    .substain_section .substain_area .caption h3 {
        font-size: 20px
    }

    .substain_section .substain_area .caption .right_q {
        display: none
    }

    .related_blog_title.about_blog_title .related_area .blog_title {
        padding-top: 60px
    }
}

@media (max-width: 360px) {
    .partner_title_section.about_sec_title {
        padding-top:30px;
        padding-bottom: 50px
    }

    .partner_title_section.about_sec_title .partner_title .right_area {
        padding-top: 50px;
        margin-top: 0;
        text-align: center
    }

    .director_column_area .director_area .inner_area .left_area {
        width: 100%;
        float: inherit;
        margin-top: 0
    }

    .director_column_area .director_area .inner_area .left_area img {
        width: 100%
    }

    .director_column_area .director_area .inner_area .right_area {
        float: inherit;
        width: 100%;
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area .inner_area .right_area h3 {
        font-size: 20px
    }

    .director_column_area .director_area .inner_area .right_area h4 {
        font-size: 14px;
        padding-bottom: 15px
    }

    .director_column_area .director_area .inner_area .right_area p {
        font-size: 14px
    }

    .director_column_area .director_area .inner_area .right_area img {
        margin-top: 0
    }

    .director_column_area .director_area.second_director {
        margin-left: 0
    }

    .director_column_area .director_area.second_director .inner_area .left_area {
        width: 100%;
        float: inherit;
        margin-bottom: 0
    }

    .director_column_area .director_area.second_director .inner_area .right_area {
        text-align: left;
        width: 100%;
        float: inherit;
        padding: 30px 30px 30px 30px
    }

    .director_column_area .director_area.second_director .inner_area .right_area h4 {
        padding-bottom: 15px
    }

    .director_section {
        padding: 100px 0
    }

    .director_section .director_area {
        width: 100%
    }

    .director_section .director_area h3 {
        font-size: 20px
    }

    .director_section .director_area .icon_area {
        margin-top: -130px
    }

    .people_section {
        margin-top: 0;
        padding: 70px 0 50px 0
    }

    .people_section .people_area .left_area {
        padding-right: 0
    }

    .people_section .people_area .left_area h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .people_section .people_area .left_area p {
        font-size: 14px
    }

    .people_section .people_area .left_area .quote_area {
        margin-top: 20px;
        padding-right: 0;
        padding-left: 0
    }

    .people_section .people_area .left_area .quote_area .left_quote {
        display: none
    }

    .people_section .people_area .left_area .quote_area h4 {
        font-size: 20px
    }

    .people_section .people_area .left_area .quote_area .right_quote {
        display: none;
        margin-right: 75px;
        margin-bottom: 6px
    }

    .people_section .people_area .right_area {
        padding-left: 0
    }

    .substain_section {
        padding: 35px 0
    }

    .substain_section .substain_area {
        padding: 0 0
    }

    .substain_section .substain_area .img_area {
        margin-bottom: 10px
    }

    .substain_section .substain_area .img_area img {
        width: 50px
    }

    .substain_section .substain_area .caption .left_q {
        display: none
    }

    .substain_section .substain_area .caption h3 {
        font-size: 20px
    }

    .substain_section .substain_area .caption .right_q {
        display: none
    }

    .related_blog_title.about_blog_title .related_area .blog_title {
        padding-top: 60px
    }
}

.breadcome_section.breadcome_partners {
    padding: 160px 0 170px 0
}

.breadcome_section.breadcome_partners .breadcome_area:after {
    display: none
}

.breadcome_section.breadcome_partners .breadcome_area:before {
    display: none
}

.breadcome_section.breadcome_partners .breadcome_area h3 {
    font-size: 40px;
    font-weight: 600;
}

.breadcome_section.breadcome_partners .breadcome_area h2 {
    font-size: 40px;
    font-weight: 600;
}

.breadcome_second_title {
    background-color: #f3f3f3;
    padding-bottom: 50px
}

.breadcome_second_title .breadcome_area {
    position: relative
}

.breadcome_second_title .breadcome_area:before,.breadcome_second_title .breadcome_area:after {
    display: table;
    content: " "
}

.breadcome_second_title .breadcome_area:after {
    clear: both
}

.breadcome_second_title .breadcome_area .long_border {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 30px;
    height: 1px;
    width: 80%;
    margin-bottom: -58px;
    background-color: #e53d3d
}

.breadcome_second_title .breadcome_area .long_border:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 13px;
    width: 13px;
    border: 2px solid #e53d3d;
    border-radius: 50%;
    background-color: #fff;
    z-index: 12;
    margin-bottom: -5px
}

.breadcome_second_title .breadcome_area .img_area {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -70px;
    z-index: 10
}

.breadcome_second_title .breadcome_area .img_area:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    margin-right: -100%;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #ee343f;
    z-index: -1
}

.breadcome_second_title .breadcome_area .img_area img {
    height: 300px
}

.breadcome_second_title .breadcome_area .column_area {
    padding: 10px 0;
    float: right;
    width: 500px;
    position: relative;
    z-index: 12
}

.breadcome_second_title .breadcome_area .column_area h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 45px;
    font-weight: 600;
}

.breadcome_second_title .breadcome_area .column_area p {
    padding-top: 8px;
    color: #fff;
    font-weight: 600;
}

.breadcome_second_title.partner_ani_title .breadcome_area .column_area {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.breadcome_second_title.partner_ani_title .breadcome_area .column_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partner_title_section {
    background-color: #f3f3f3;
    padding: 100px 0 120px 0
}

.partner_title_section.education_sec_title {
    padding-bottom: 150px;
    padding-top: 110px
}

.partner_title_section.education_sec_title .partner_title {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.partner_title_section.education_sec_title .partner_title.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partner_title_section.charity_sec_title .partner_title {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.partner_title_section.charity_sec_title .partner_title.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partner_title_section.corporate_sec_title .partner_title {
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.partner_title_section.corporate_sec_title .partner_title.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partner_title_section .partner_title {
    width: 800px
}

.partner_title_section .partner_title h1 {
    font-family: 'Lato-Hairline';
    font-size: 120px;
    color: #0d2c6c;
    opacity: .21;
    line-height: 105px
}

.partner_title_section .partner_title h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Lato-Semibold';
    color: #0d2c6c;
    padding-bottom: 35px
}

.partner_title_section .partner_title p {
    font-size: 14px;
    color: #0d2c6c
}

.partner_slide_section {
    background-image: url('../images/background/bg12.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

.partner_slide_section.education_section_bg {
    background-image: url('../images/background/bg11.jpg')
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area {
    border-color: #e53d3d
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .item .img_area {
    margin-bottom: 20px
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
    background-color: #e53d3d
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
    border-color: #e53d3d;
    color: #e53d3d
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav div {
    color: #636363
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots {
    position: absolute;
    left: inherit;
    right: 0;
    margin-right: 0;
    top: 0
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
    color: #636363
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
    color: #636363
}

.partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots:after {
    color: #636363
}

.partner_slide_section.corporate_partners_bg {
    background-image: url('../images/background/bg13.jpg')
}

.partner_slide_section.corporate_partners_bg .partner_slide_area .inner_area {
    border-color: #0d2c6c
}

.partner_slide_section.corporate_partners_bg .partner_slide_area .inner_area .owl-carousel .item .img_area {
    margin-bottom: 20px
}

.partner_slide_section.corporate_partners_bg .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
    background-color: #0d2c6c
}

.partner_slide_section.corporate_partners_bg .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
    border-color: #0d2c6c;
    color: #0d2c6c
}

.partner_slide_section.corporate_partners_bg .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a:hover {
    background-color: #0d2c6c;
    color: #fff
}

.partner_slide_section.corporate_partners_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav:after {
    color: #0d2c6c
}

.partner_slide_section.corporate_partners_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav .owl-prev {
    color: #0d2c6c
}

.partner_slide_section.corporate_partners_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav .owl-next {
    color: #0d2c6c
}

.partner_slide_section.charity_section_bg .partner_slide_area:before,.partner_slide_section.charity_section_bg .partner_slide_area:after {
    display: table;
    content: " "
}

.partner_slide_section.charity_section_bg .partner_slide_area:after {
    clear: both
}

.partner_slide_section.charity_section_bg .partner_slide_area .inner_area {
    float: right
}

.partner_slide_section.charity_section_bg .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
    border-color: #44c7ee;
    color: #44c7ee
}

.partner_slide_section.charity_section_bg .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a:hover {
    background-color: #44c7ee;
    color: #fff
}

.partner_slide_section.charity_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav:after {
    color: #44c7ee
}

.partner_slide_section.charity_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav .owl-prev {
    color: #44c7ee
}

.partner_slide_section.charity_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav .owl-next {
    color: #44c7ee
}

.partner_slide_section .partner_slide_area {
    padding-bottom: 50px
}

.partner_slide_section .partner_slide_area .inner_area {
    margin-top: -50px;
    border-top: 5px solid #44c7ee;
    width: 600px;
    background-color: #fff;
    padding: 50px;
    position: relative
}

.partner_slide_section .partner_slide_area .inner_area .button_area {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 50px;
    margin-bottom: 45px;
    z-index: 999
}

.partner_slide_section .partner_slide_area .inner_area .button_area .left_area a {
    border: 1px solid #44c7ee;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Lato-Bold';
    letter-spacing: 2px;
    color: #44c7ee;
    font-size: 11px;
    padding: 8px 15px;
    border-radius: 5px
}

.partner_slide_section .partner_slide_area .inner_area .button_area .left_area a:hover {
    background-color: #e53d3d;
    color: #fff
}

.partner_slide_section .partner_slide_area .inner_area .active_icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -80px
}

.partner_slide_section .partner_slide_area .inner_area .active_icon img {
    width: 45px
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area {
    padding-bottom: 20px
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area img {
    width: auto
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area {
    min-height: 330px;
    margin-bottom: 30px
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
    font-size: 28px;
    font-family: 'Lato-Regular';
    color: #0d2c6c;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    margin-left: 2px;
    background-color: #44c7ee
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area p {
    color: #525252;
    line-height: 26px;
    padding-bottom: 8px
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .button_area {
    padding-top: 40px
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
    border: 1px solid #44c7ee;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Lato-Bold';
    letter-spacing: 2px;
    color: #44c7ee;
    font-size: 11px;
    padding: 8px 15px;
    border-radius: 5px
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a:hover {
    background-color: #e53d3d;
    color: #fff
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls {
    position: absolute;
    bottom: 0;
    margin-right: 5px;
    right: 0;
    z-index: 125
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls:before,.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls:after {
    display: table;
    content: " "
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls:after {
    clear: both
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav {
    float: left;
    width: 70px
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav:after {
    content: 'SWIPE';
    position: relative;
    top: 0;
    margin-left: 17px;
    color: #f46167;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato-Bold';
    z-index: 121
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav div {
    padding: 0
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: relative;
    float: left;
    color: #fff;
    z-index: 125
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-nav .owl-next {
    position: relative;
    float: right;
    color: #fff;
    z-index: 125
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots {
    margin-left: -46px;
    counter-reset: slides-num;
    position: relative;
    left: 0;
    top: -3px;
    font-size: 8px;
    width: auto;
    display: inline-block
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    color: #636363;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato-Bold'
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
    float: left;
    color: #fff;
    width: auto
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots .owl-dot span {
    display: none
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:after {
    content: '/';
    position: relative;
    top: 0;
    left: 8px;
    font-size: 14px;
    color: #636363
}

.partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots .owl-dot.active:before {
    content: counter(slides-num);
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    margin-left: -5px;
    clear: both;
    color: #636363;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato-Bold';
    text-align: left
}

@media (min-width: 1918px) {
    .breadcome_section.breadcome_partners {
        padding:200px 0 210px 0
    }

    .breadcome_section.breadcome_partners .breadcome_area h3 {
        font-size: 60px
    }

    .breadcome_section.breadcome_partners .breadcome_area h2 {
        font-size: 60px
    }

    .breadcome_second_title .breadcome_area .img_area {
        margin-top: -100px;
        margin-right: -80px
    }

    .breadcome_second_title .breadcome_area .img_area img {
        height: 400px
    }

    .breadcome_second_title .breadcome_area .column_area {
        width: 600px
    }

    .breadcome_second_title .breadcome_area .column_area h1 {
        font-size: 60px;
        line-height: 65px
    }

    .breadcome_second_title .breadcome_area .column_area p {
        padding-top: 10px;
        font-size: 22px
    }

    .partner_title_section {
        padding: 130px 0 150px 0
    }

    .partner_title_section .partner_title {
        width: 800px
    }

    .partner_title_section .partner_title h1 {
        font-size: 150px;
        line-height: 160px
    }

    .partner_title_section .partner_title h2 {
        font-size: 36px
    }

    .partner_title_section .partner_title p {
        font-size: 18px
    }

    .partner_slide_section .partner_slide_area .inner_area {
        width: 700px;
        padding: 70px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area {
        min-height: 330px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
        font-size: 36px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
        width: 100px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area p {
        font-size: 18px;
        line-height: 36px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
        font-size: 12px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: -13px
    }
}

@media (min-width: 992px) and (max-width:1197px) {
    .breadcome_second_title .breadcome_area .img_area:after {
        display:none
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .breadcome_section.breadcome_partners {
        padding:100px 0 150px 0
    }

    .breadcome_section.breadcome_partners .breadcome_area h3 {
        font-size: 30px
    }

    .breadcome_section.breadcome_partners .breadcome_area h2 {
        font-size: 30px
    }

    .breadcome_second_title .breadcome_area .long_border {
        display: none
    }

    .breadcome_second_title .breadcome_area .img_area {
        margin-top: -90px
    }

    .breadcome_second_title .breadcome_area .img_area:after {
        display: none
    }

    .breadcome_second_title .breadcome_area .img_area img {
        height: auto;
        width: 100%
    }

    .breadcome_second_title .breadcome_area .column_area {
        padding: 10px 0 10px 100px;
        float: inherit;
        width: 100%
    }

    .breadcome_second_title .breadcome_area .column_area h1 {
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 35px
    }

    .breadcome_second_title .breadcome_area .column_area p {
        padding-top: 10px
    }

    .partner_title_section {
        padding: 50px 0 90px 0
    }

    .partner_title_section.education_sec_title {
        padding-bottom: 150px
    }

    .partner_title_section .partner_title {
        width: auto
    }

    .partner_title_section .partner_title h1 {
        font-size: 80px;
        line-height: 90px
    }

    .partner_title_section .partner_title h2 {
        font-size: 24px;
        padding-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .active_icon {
        margin-top: -80px
    }

    .partner_slide_section .partner_slide_area .inner_area .active_icon img {
        width: 45px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area {
        padding-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area img {
        width: auto
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
        width: 60px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .breadcome_section.breadcome_partners {
        padding:50px 0 50px 0
    }

    .breadcome_section.breadcome_partners .breadcome_area h3 {
        font-size: 20px
    }

    .breadcome_section.breadcome_partners .breadcome_area h2 {
        font-size: 20px
    }

    .breadcome_second_title {
        background-color: #e53d3d;
        padding: 50px 0
    }

    .breadcome_second_title .breadcome_area .long_border {
        display: none
    }

    .breadcome_second_title .breadcome_area .img_area {
        display: none;
        margin-top: -22px
    }

    .breadcome_second_title .breadcome_area .img_area:after {
        display: none
    }

    .breadcome_second_title .breadcome_area .img_area img {
        height: auto;
        width: 100%
    }

    .breadcome_second_title .breadcome_area .column_area {
        padding: 10px 0 10px 70px;
        float: inherit;
        width: 100%
    }

    .breadcome_second_title .breadcome_area .column_area h1 {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 30px
    }

    .breadcome_second_title .breadcome_area .column_area p {
        padding-top: 5px
    }

    .partner_title_section {
        padding: 20px 0 70px 0
    }

    .partner_title_section.education_sec_title {
        padding-bottom: 150px
    }

    .partner_title_section .partner_title {
        width: auto
    }

    .partner_title_section .partner_title h1 {
        font-size: 50px;
        line-height: 60px
    }

    .partner_title_section .partner_title h2 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area {
        margin-top: -40px;
        width: 100%;
        padding: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .button_area {
        margin-left: 20px;
        margin-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .button_area .left_area a {
        font-size: 10px
    }

    .partner_slide_section .partner_slide_area .inner_area .active_icon {
        margin-top: -80px
    }

    .partner_slide_section .partner_slide_area .inner_area .active_icon img {
        width: 45px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area {
        padding-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area img {
        width: auto
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
        width: 60px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area p {
        line-height: 22px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
        font-size: 10px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 0
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .breadcome_section.breadcome_partners {
        padding:50px 0 50px 0
    }

    .breadcome_section.breadcome_partners .breadcome_area h3 {
        font-size: 20px
    }

    .breadcome_section.breadcome_partners .breadcome_area h2 {
        font-size: 20px
    }

    .breadcome_second_title {
        padding-bottom: 20px
    }

    .breadcome_second_title .breadcome_area .long_border {
        display: none
    }

    .breadcome_second_title .breadcome_area .img_area {
        margin-top: -22px
    }

    .breadcome_second_title .breadcome_area .img_area:after {
        display: none
    }

    .breadcome_second_title .breadcome_area .img_area img {
        height: auto;
        width: 100%
    }

    .breadcome_second_title .breadcome_area .column_area {
        padding: 10px 0 10px 70px;
        float: inherit;
        width: 100%
    }

    .breadcome_second_title .breadcome_area .column_area h1 {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 30px
    }

    .breadcome_second_title .breadcome_area .column_area p {
        padding-top: 5px
    }

    .partner_title_section {
        padding: 20px 0 70px 0
    }

    .partner_title_section.education_sec_title {
        padding-bottom: 150px
    }

    .partner_title_section .partner_title {
        width: auto
    }

    .partner_title_section .partner_title h1 {
        font-size: 50px;
        line-height: 60px
    }

    .partner_title_section .partner_title h2 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area {
        margin-top: -40px;
        width: 100%;
        padding: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .button_area {
        margin-left: 20px;
        margin-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .button_area .left_area a {
        font-size: 10px
    }

    .partner_slide_section .partner_slide_area .inner_area .active_icon {
        margin-top: -80px
    }

    .partner_slide_section .partner_slide_area .inner_area .active_icon img {
        width: 45px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area {
        padding-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area img {
        width: auto
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
        width: 60px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area p {
        line-height: 22px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
        font-size: 10px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 0
    }

    .partner_slide_section.education_section_bg .partner_slide_area .inner_area .owl-carousel .owl-controls .owl-dots {
        margin-right: 4px
    }
}

@media (max-width: 360px) {
    .breadcome_section.breadcome_partners {
        padding:50px 0 50px 0
    }

    .breadcome_section.breadcome_partners .breadcome_area h3 {
        font-size: 20px
    }

    .breadcome_section.breadcome_partners .breadcome_area h2 {
        font-size: 20px
    }

    .breadcome_second_title {
        padding-bottom: 20px
    }

    .breadcome_second_title .breadcome_area .long_border {
        display: none
    }

    .breadcome_second_title .breadcome_area .img_area {
        margin-top: -22px
    }

    .breadcome_second_title .breadcome_area .img_area:after {
        display: none
    }

    .breadcome_second_title .breadcome_area .img_area img {
        height: auto;
        width: 100%
    }

    .breadcome_second_title .breadcome_area .column_area {
        padding: 10px 0 10px 70px;
        float: inherit;
        width: 100%
    }

    .breadcome_second_title .breadcome_area .column_area h1 {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 30px
    }

    .breadcome_second_title .breadcome_area .column_area p {
        padding-top: 5px
    }

    .partner_title_section {
        padding: 20px 0 70px 0
    }

    .partner_title_section.education_sec_title {
        padding-bottom: 150px
    }

    .partner_title_section .partner_title {
        width: auto
    }

    .partner_title_section .partner_title h1 {
        font-size: 50px;
        line-height: 60px
    }

    .partner_title_section .partner_title h2 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area {
        margin-top: -40px;
        width: 100%;
        padding: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .button_area {
        margin-left: 20px;
        margin-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .button_area .left_area a {
        font-size: 10px
    }

    .partner_slide_section .partner_slide_area .inner_area .active_icon {
        margin-top: -80px
    }

    .partner_slide_section .partner_slide_area .inner_area .active_icon img {
        width: 45px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area {
        padding-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .img_area img {
        width: auto
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area h1:after {
        width: 60px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .content_area p {
        line-height: 22px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .item .button_area .left_area a {
        font-size: 10px
    }

    .partner_slide_section .partner_slide_area .inner_area .owl-carousel .owl-controls {
        margin-bottom: 0
    }
}

.get_breadcome_section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 105px 0 90px 0;
    background-color: #f8f8f8
}

.get_breadcome_section .breadcpme_area h1 {
    padding-left: 30px;
    font-family: 'Lato-Thin';
    font-size: 70px;
    color: #fff;
    text-transform: uppercase
}

.contact_section {
    background-color: #f8f8f8;
    position: relative
}

.contact_section .contact_area .left_area {
    width: 95%;
    position: relative;
    z-index: 13;
    margin-top: -30px;
    background-color: #fff;
    padding: 50px 100px 100px 50px
}

.contact_section .contact_area .left_area .form_title {
    margin-bottom: 40px
}

.contact_section .contact_area .left_area .form_title h3 {
    font-family: 'Sofia-pro';
    font-size: 18px;
    color: #000;
    line-height: 27px;
    font-weight: 600;
    text-shadow: unset !important;
}

.contact_section .contact_area .left_area form .form-group .form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    color: #666;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e53d3d;
    font-family: 'Lato-Regular';
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 20px
}

.contact_section .contact_area .left_area form .form-group ::-webkit-input-placeholder {
    color: #000
}

.contact_section .contact_area .left_area form .form-group ::-moz-placeholder {
    color: #000
}

.contact_section .contact_area .left_area form .form-group :-ms-input-placeholder {
    color: #000
}

.contact_section .contact_area .left_area form .form-group :-moz-placeholder {
    color: #000
}

.contact_section .contact_area .left_area form .btn {
    margin-top: 15px;
    width: auto;
    border-radius: 0;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #d90707;
    padding: 10px 20px;
    font-family: 'Lato-Bold';
    font-size: 12px;
    letter-spacing: 1.5px;
    background-color: transparent;
    text-decoration: none;
    outline: none
}

.contact_section .contact_area .left_area form .btn:hover {
    background-color: #d90707;
    color: #fff;
    border-color: #d90707;
    text-decoration: none;
    outline: none
}

.contact_section .contact_area .left_area form .btn:focus {
    text-decoration: none;
    outline: none
}

.contact_section .contact_area .right_area {
    padding: 50px 0 50px 30px
}

.contact_section .contact_area .right_area .address .top_area {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.contact_section .contact_area .right_area .address .top_area:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100px;
    background-color: #c6161e
}

.contact_section .contact_area .right_area .address .top_area img {
    width: auto
}

.contact_section .contact_area .right_area .address .inner_box p {
    font-family: 'Lato-Regular';
    font-size: 18px
}

.contact_section .contact_area .right_area .address .inner_box ul {
    margin-bottom: 20px
}

.contact_section .contact_area .right_area .address .inner_box ul li {
    font-family: 'Lato-Regular';
    font-size: 18px;
    padding: 0 0
}

.contact_section .iframe_area {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    z-index: 12;
    margin-bottom: -2px
}

.contact_section .iframe_area iframe {
    width: 100%;
    height: 400px
}

.gm-style .place-card-large {
    display: none !important;
    z-index: -1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important
}

.footer_contact_section {
    background-color: #f8f8f8;
    padding-top: 150px;
    padding-bottom: 20px
}

.footer_contact_section .footer_area {
    text-align: center
}

.footer_contact_section .footer_area p {
    color: #000;
    font-size: 12px
}

@media (min-width: 1918px) {
    .get_breadcome_section {
        padding:135px 0 110px 0
    }

    .get_breadcome_section .breadcpme_area h1 {
        padding-left: 0;
        font-size: 85px
    }

    .contact_section .contact_area .left_area {
        margin-top: -30px;
        width: 625px;
        padding: 47px 100px 140px 70px
    }

    .contact_section .contact_area .left_area .form_title {
        margin-bottom: 60px
    }

    .contact_section .contact_area .left_area .form_title h3 {
        font-size: 20px;
        line-height: normal
    }

    .contact_section .contact_area .left_area form .form-group .form-control {
        margin-bottom: 25px
    }

    .contact_section .contact_area .left_area form .btn {
        width: 87%;
        padding: 20px 0;
        letter-spacing: 2px
    }

    .contact_section .contact_area .right_area {
        padding: 113px 0 50px 77px
    }

    .contact_section .contact_area .right_area .address .top_area {
        padding-bottom: 16px;
        margin-bottom: 12px
    }

    .contact_section .contact_area .right_area .address .top_area:after {
        height: 1px;
        width: 100px
    }

    .contact_section .contact_area .right_area .address .inner_box p {
        font-size: 20px
    }

    .contact_section .contact_area .right_area .address .inner_box ul {
        margin-bottom: 20px
    }

    .contact_section .contact_area .right_area .address .inner_box ul li {
        font-size: 20px
    }

    .contact_section .iframe_area {
        width: 75%
    }

    .contact_section .iframe_area iframe {
        width: 100%;
        height: 450px
    }

    .footer_contact_section {
        padding-top: 230px;
        padding-bottom: 25px
    }
}

@media (min-width: 1678px) and (max-width:1917px) {
    .contact_section .contact_area .left_area {
        width:95%
    }

    .contact_section .contact_area .right_area {
        padding: 60px 0 50px 40px
    }
}

@media (min-width: 1598px) and (max-width:1677px) {
    .contact_section .contact_area .left_area {
        width:95%
    }

    .contact_section .contact_area .right_area {
        padding: 60px 0 50px 40px
    }
}

@media (min-width: 1398px) and (max-width:1518px) {
    .contact_section .contact_area .left_area {
        width:100%
    }

    .contact_section .contact_area .right_area {
        padding: 60px 0 50px 80px
    }
}

@media (min-width: 1298px) and (max-width:1397px) {
    .contact_section .contact_area .left_area {
        width:100%
    }

    .contact_section .contact_area .right_area {
        padding: 60px 0 50px 80px
    }
}

@media (min-width: 1198px) and (max-width:1297px) {
    .contact_section .contact_area .left_area {
        width:100%
    }

    .contact_section .contact_area .right_area {
        padding: 50px 0 50px 80px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .get_breadcome_section .breadcpme_area h1 {
        font-size:40px
    }

    .contact_section .contact_area .left_area {
        width: 100%;
        padding: 30px
    }

    .contact_section .contact_area .left_area .form_title {
        margin-bottom: 20px
    }

    .contact_section .contact_area .right_area {
        padding: 50px 0
    }

    .contact_section .contact_area .right_area .address .inner_box ul li {
        font-size: 14px
    }

    .contact_section .contact_area .right_area .address .inner_box ul p {
        font-size: 14px
    }

    .contact_section .iframe_area {
        margin-top: 50px;
        margin-bottom: 0;
        position: static;
        width: 100%
    }

    .footer_contact_section {
        padding: 50px 0
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .get_breadcome_section {
        padding:50px 0
    }

    .get_breadcome_section .breadcpme_area h1 {
        font-size: 30px
    }

    .contact_section .contact_area .left_area {
        margin-top: -15px;
        width: 100%;
        padding: 25px
    }

    .contact_section .contact_area .left_area .form_title {
        margin-bottom: 20px
    }

    .contact_section .contact_area .left_area .form_title h3 {
        font-size: 16px
    }

    .contact_section .contact_area .right_area {
        padding: 50px 0
    }

    .contact_section .contact_area .right_area .address .inner_box ul li {
        font-size: 14px
    }

    .contact_section .contact_area .right_area .address .inner_box p {
        font-size: 14px
    }

    .contact_section .iframe_area {
        margin-top: 0;
        margin-bottom: 0;
        position: static;
        width: 100%
    }

    .footer_contact_section {
        padding: 50px 0
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .get_breadcome_section {
        padding:50px 0
    }

    .get_breadcome_section .breadcpme_area h1 {
        font-size: 30px
    }

    .contact_section .contact_area .left_area {
        margin-top: -15px;
        width: 100%;
        padding: 30px
    }

    .contact_section .contact_area .left_area .form_title {
        margin-bottom: 20px
    }

    .contact_section .contact_area .right_area {
        padding: 50px 0
    }

    .contact_section .contact_area .right_area .address .inner_box ul li {
        font-size: 14px
    }

    .contact_section .contact_area .right_area .address .inner_box p {
        font-size: 14px
    }

    .contact_section .iframe_area {
        margin-top: 0;
        margin-bottom: 0;
        position: static;
        width: 100%
    }

    .footer_contact_section {
        padding: 50px 0
    }
}

@media (max-width: 360px) {
    .get_breadcome_section {
        padding:50px 0
    }

    .get_breadcome_section .breadcpme_area h1 {
        font-size: 30px
    }

    .contact_section .contact_area .left_area {
        margin-top: -15px;
        width: 100%;
        padding: 25px
    }

    .contact_section .contact_area .left_area .form_title {
        margin-bottom: 20px
    }

    .contact_section .contact_area .left_area .form_title h3 {
        font-size: 16px
    }

    .contact_section .contact_area .right_area {
        padding: 50px 0
    }

    .contact_section .contact_area .right_area .address .inner_box ul li {
        font-size: 14px
    }

    .contact_section .contact_area .right_area .address .inner_box p {
        font-size: 14px
    }

    .contact_section .iframe_area {
        margin-top: 0;
        margin-bottom: 0;
        position: static;
        width: 100%
    }

    .footer_contact_section {
        padding: 50px 0
    }
}

.landing_header {
    padding-top: 10px;
    padding-bottom: 10px
}

.landing_header .landing_area {
    overflow: auto;
    position: relative
}

.landing_header .landing_area:before,.landing_header .landing_area:after {
    display: table;
    content: " "
}

.landing_header .landing_area:after {
    clear: both
}

.landing_header .landing_area .list-inline {
    position: relative;
    z-index: 11;
    float: right;
    padding-left: 20px;
    background-color: #fff
}

.landing_header .landing_area .list-inline li.cus_menu a {
    font-family: 'Lato-Heavy';
    font-size: 13px;
    color: #b2b2b2
}

.landing_header .landing_area .list-inline li.cus_menu a.active {
    color: #d34c54
}

.landing_header .landing_area .list-inline li.cus_menu a .cross_btn {
    display: inline-block;
    opacity: 0;
    width: 0;
    margin-right: -4px;
    position: relative;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.landing_header .landing_area .list-inline li.cus_menu a .cross_btn.any_open {
    opacity: 1;
    width: 11px;
    height: 11px
}

.landing_header .landing_area .list-inline li.cus_menu a .cross_btn span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #33348e
}

.landing_header .landing_area .list-inline li.cus_menu a .cross_btn span.left_cross {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.landing_header .landing_area .list-inline li.cus_menu a .cross_btn span.right_cross {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.landing_header .landing_area .list-inline li a {
    display: inline-block;
    padding: 0 3px;
    color: #b2b2b2;
    font-size: 14px
}

.landing_header .landing_area .list-inline li a:hover {
    color: #e53d3d
}

.landing_header .landing_area:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-image: url('../images/landing/top-border.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    margin-bottom: 7px
}

.landing_banner .landing_banner_area {
    position: relative;
    z-index: 333
}

.landing_banner .landing_banner_area img {
    width: 100%
}

.landing_banner .landing_banner_area .open_menu_sec {
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(18,39,84,0.95);
    z-index: 222;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.landing_banner .landing_banner_area .open_menu_sec.open_nvoke {
    opacity: 1;
    left: 0
}

.landing_banner .landing_banner_area .open_menu_sec ul {
    margin-right: 82px;
    padding-top: 30px;
    position: relative
}

.landing_banner .landing_banner_area .open_menu_sec ul:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 30px;
    width: 1px;
    background-color: #fff;
    z-index: 444;
    margin-right: 10px
}

.landing_banner .landing_banner_area .open_menu_sec ul li {
    text-align: right
}

.landing_banner .landing_banner_area .open_menu_sec ul li a {
    font-family: 'Lato-Bold';
    display: inline-block;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    padding: 12px 0;
    position: relative
}

.landing_banner .landing_banner_area .open_menu_sec ul li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    margin-right: 50px;
    height: 1px;
    width: 25px;
    background-color: #fff;
    margin-bottom: 7px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.landing_banner .landing_banner_area .open_menu_sec ul li a span {
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #42cef1
}

.landing_banner .landing_banner_area .open_menu_sec ul li a:hover {
    color: #fa2c36;
    margin-right: -12px
}

.landing_banner .landing_banner_area .open_menu_sec ul li a:hover:after {
    right: 0;
    margin-right: 0;
    opacity: 1
}

.landing_banner .landing_banner_area .open_menu_sec ul li a:hover span {
    color: #fff
}

.landing_banner .landing_banner_area .open_menu_sec ul li.active a {
    color: #fa2c36
}

.landing_banner .landing_banner_area .open_menu_sec ul li.active a span {
    color: #fff
}

.landing_content {
    padding-top: 12px
}

.landing_content .landing_content {
    padding-left: 10px;
    padding-right: 10px
}

.landing_content .landing_content [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

.landing_content .landing_content .logo_area a {
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 3px
}

.landing_content .landing_content .logo_area a:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #e53d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.landing_content .landing_content .logo_area a:hover:after {
    width: 75px
}

.landing_content .landing_content .logo_area a:hover img {
    margin-top: -4px;
    width: 190px
}

.landing_content .landing_content .logo_area img {
    width: 180px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.landing_content .landing_content .logo_area .logo_box p {
    font-family: 'Lato-MediumItalic';
    color: #1f306a;
    line-height: 16px
}

.landing_content .landing_content .left_area {
    text-align: right
}

.landing_content .landing_content .left_area a:after {
    right: 0;
    background-color: #93d0ef
}

.landing_content .landing_content .right_area {
    text-align: left
}

.landing_content .landing_content .right_area a:after {
    left: 0;
    background-color: #ce3740
}

.landing_content .landing_content .middle_area {
    text-align: center;
    position: relative
}

.landing_content .landing_content .middle_area .border_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    height: 85px;
    overflow: hidden
}

.landing_content .landing_content .middle_area .top_area {
    padding-top: 26px
}

.landing_content .landing_content .middle_area .top_area img {
    width: 100%
}

.landing_content .landing_content .middle_area .content_area {
    text-align: center;
    margin-top: 7px
}

.landing_content .landing_content .middle_area .content_area p {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #1c2a7a;
    font-size: 10px;
    font-family: 'Lato-Heavy';
    letter-spacing: 3px;
    padding-top: 3.5px
}

.landing_content .landing_content .middle_area .content_area p:after {
    display: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url('../images/landing/prev.png');
    background-repeat: no-repeat;
    margin-left: -24px
}

.landing_content .landing_content .middle_area .content_area p:before {
    display: none;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-image: url('../images/landing/next.png');
    background-repeat: no-repeat;
    margin-right: -24px
}

.landing_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.landing_footer .landing_footer_area p {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #c3c3c3;
    letter-spacing: 3px
}

@media (min-width: 1918px) {
    .landing_header .landing_area .list-inline li a {
        padding:0 5px;
        font-size: 20px
    }

    .landing_header .landing_area .list-inline li.cus_menu a {
        font-size: 17px
    }

    .landing_header .landing_area .list-inline li.cus_menu a .cross_btn.any_open {
        height: 14px;
        width: 14px
    }

    .landing_header .landing_area .list-inline li.cus_menu a .cross_btn span {
        width: 3px
    }

    .landing_header .landing_area:after {
        margin-bottom: 10px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul {
        margin-right: 121px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a {
        font-size: 20px;
        padding: 15px 0
    }

    .landing_content {
        padding-top: 15px
    }

    .landing_content .landing_content .middle_area .border_top {
        margin-top: -90px;
        height: 120px
    }

    .landing_content .landing_content .middle_area .top_area {
        padding-top: 30px
    }

    .landing_content .landing_content .middle_area .content_area {
        margin-top: 10px
    }

    .landing_footer {
        margin-bottom: 50px
    }

    .landing_footer .landing_footer_area p {
        font-size: 12px
    }
}

@media (min-width: 1678px) and (max-width:1917px) {
    .landing_header .landing_area .list-inline li a {
        padding:0 5px;
        font-size: 20px
    }

    .landing_header .landing_area .list-inline li.cus_menu a {
        font-size: 17px
    }

    .landing_header .landing_area .list-inline li.cus_menu a .cross_btn.any_open {
        height: 14px;
        width: 14px
    }

    .landing_header .landing_area .list-inline li.cus_menu a .cross_btn span {
        width: 3px
    }

    .landing_header .landing_area:after {
        margin-bottom: 10px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul {
        margin-right: 121px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a {
        font-size: 20px;
        padding: 15px 0
    }

    .landing_content {
        padding-top: 15px
    }

    .landing_content .landing_content .middle_area .border_top {
        margin-top: -90px;
        height: 120px
    }

    .landing_content .landing_content .middle_area .top_area {
        padding-top: 30px
    }

    .landing_content .landing_content .middle_area .content_area {
        margin-top: 10px
    }

    .landing_footer {
        margin-bottom: 50px
    }

    .landing_footer .landing_footer_area p {
        font-size: 12px
    }
}

@media (min-width: 1298px) and (max-width:1397px) {
    .landing_header {
        padding-left:20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .landing_banner {
        padding-left: 20px;
        padding-right: 20px
    }

    .landing_content {
        padding-top: 8px
    }

    .landing_content .landing_content .logo_area img {
        width: 140px
    }

    .landing_content .landing_content .logo_area a:hover {
        width: 150px
    }

    .landing_content .landing_content .middle_area .top_area {
        padding-top: 20px
    }

    .landing_content .landing_content .middle_area .content_area {
        margin-top: 3px
    }

    .landing_content .landing_content .middle_area .content_area p {
        padding-top: 0
    }

    .landing_content .landing_content .middle_area .content_area p:before {
        height: 10px;
        width: 10px;
        background-size: 8px;
        background-position: right;
        margin-top: 2px
    }

    .landing_content .landing_content .middle_area .content_area p:after {
        height: 10px;
        width: 10px;
        background-size: 8px;
        background-position: left;
        margin-top: 2px
    }

    .landing_footer {
        margin-bottom: 10px
    }

    .landing_footer .landing_footer_area p {
        font-size: 10px
    }
}

@media (min-width: 1198px) and (max-width:1297px) {
    .landing_header {
        padding-left:20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .landing_banner {
        padding-left: 20px;
        padding-right: 20px
    }

    .landing_content {
        padding-top: 5px
    }

    .landing_content .landing_content .logo_area img {
        width: 140px
    }

    .landing_content .landing_content .logo_area a:hover {
        width: 150px
    }

    .landing_content .landing_content .middle_area .top_area {
        padding-top: 20px
    }

    .landing_content .landing_content .middle_area .content_area {
        margin-top: 3px
    }

    .landing_content .landing_content .middle_area .content_area p {
        padding-top: 0
    }

    .landing_content .landing_content .middle_area .content_area p:before {
        height: 10px;
        width: 10px;
        background-size: 8px;
        background-position: right;
        margin-top: 2px
    }

    .landing_content .landing_content .middle_area .content_area p:after {
        height: 10px;
        width: 10px;
        background-size: 8px;
        background-position: left;
        margin-top: 2px
    }

    .landing_footer {
        margin-bottom: 10px
    }

    .landing_footer .landing_footer_area p {
        font-size: 10px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .landing_content .landing_content .middle_area .border_top {
        margin-top:-50px;
        height: 80px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul {
        margin-right: 84px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a {
        font-size: 12px;
        padding: 8px 0
    }

    .landing_banner .landing_banner_area .open_menu_sec ul:after {
        margin-right: 7px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .landing_header .landing_area .list-inline li.cus_menu a {
        font-size:12px
    }

    .landing_header .landing_area .list-inline li.cus_menu a .cross_btn.any_open {
        height: 10px;
        width: 10px
    }

    .landing_content .landing_content .logo_area .logo_box p {
        font-size: 13px
    }

    .landing_content .landing_content .middle_area .border_top {
        margin-top: -45px;
        height: 75px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul {
        margin-right: 85px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a {
        font-size: 10px;
        padding: 4px 0
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a:after {
        display: none
    }

    .landing_banner .landing_banner_area .open_menu_sec ul:after {
        margin-right: 6px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .landing_header {
        padding-top:5px;
        padding-bottom: 5px
    }

    .landing_header .landing_area .list-inline li a {
        font-size: 14px
    }

    .landing_header .landing_area .list-inline li.cus_menu a {
        font-size: 12px
    }

    .landing_header .landing_area .list-inline li.cus_menu a .cross_btn.any_open {
        height: 11px;
        width: 10px
    }

    .landing_content {
        padding-top: 5px
    }

    .landing_content .landing_content .logo_area .logo_box p {
        font-size: 10px
    }

    .landing_content .landing_content .logo_area img {
        width: 100px
    }

    .landing_content .landing_content .logo_area a:hover img {
        width: 110px
    }

    .landing_content .landing_content .middle_area .border_top {
        margin-top: -45px;
        height: 75px
    }

    .landing_content .landing_content .middle_area .top_area {
        padding-top: 15px
    }

    .landing_content .landing_content .middle_area .content_area p {
        padding-top: 4px;
        font-size: 8px
    }

    .landing_content .landing_content .middle_area .content_area p:before {
        background-size: 8px;
        margin-right: -15px;
        background-position: right
    }

    .landing_content .landing_content .middle_area .content_area p:after {
        background-size: 8px;
        margin-left: -15px;
        background-position: left
    }

    .landing_banner .landing_banner_area .open_menu_sec ul {
        margin-right: 85px;
        padding-top: 6px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul:after {
        display: none
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a {
        font-size: 8px;
        padding: 5px 0
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a:after {
        display: none
    }

    .landing_footer {
        margin-bottom: 10px
    }

    .landing_footer .landing_footer_area p {
        font-size: 10px;
        letter-spacing: 2px
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .landing_header .landing_area .list-inline li a {
        font-size:14px
    }

    .landing_header .landing_area .list-inline li.cus_menu a {
        font-size: 12px
    }

    .landing_header .landing_area .list-inline li.cus_menu a .cross_btn.any_open {
        height: 10px;
        width: 10px
    }

    .landing_content .landing_content .logo_area .logo_box p {
        font-size: 10px
    }

    .landing_content .landing_content .logo_area .logo_box p br {
        display: none
    }

    .landing_content .landing_content .logo_area img {
        width: 100%
    }

    .landing_content .landing_content .logo_area a:hover img {
        width: 100%
    }

    .landing_content .landing_content .middle_area .border_top {
        display: none
    }

    .landing_content .landing_content .middle_area .top_area {
        padding-top: 10px
    }

    .landing_content .landing_content .middle_area .content_area p {
        padding-top: 0;
        font-size: 8px
    }

    .landing_content .landing_content .middle_area .content_area p:before {
        background-size: 8px;
        margin-right: -11px;
        background-position: right
    }

    .landing_content .landing_content .middle_area .content_area p:after {
        background-size: 8px;
        margin-left: -11px;
        background-position: left
    }

    .landing_banner .landing_banner_area .open_menu_sec ul {
        margin-right: 20px;
        padding-top: 6px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul:after {
        display: none
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li {
        display: inline-block;
        width: 49%
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a {
        font-size: 8px;
        padding: 5px 0
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a:after {
        display: none
    }

    .landing_footer .landing_footer_area p {
        letter-spacing: 2px
    }
}

@media (max-width: 360px) {
    .landing_header .landing_area .list-inline li a {
        font-size:14px
    }

    .landing_header .landing_area .list-inline li.cus_menu a {
        font-size: 12px
    }

    .landing_header .landing_area .list-inline li.cus_menu a .cross_btn.any_open {
        height: 10px;
        width: 10px
    }

    .landing_content .landing_content .logo_area .logo_box p {
        font-size: 8px;
        line-height: 12px
    }

    .landing_content .landing_content .logo_area .logo_box p br {
        display: none
    }

    .landing_content .landing_content .logo_area img {
        width: 100%
    }

    .landing_content .landing_content .logo_area a:hover img {
        width: 100%
    }

    .landing_content .landing_content .middle_area .border_top {
        display: none
    }

    .landing_content .landing_content .middle_area .top_area {
        padding-top: 10px
    }

    .landing_content .landing_content .middle_area .content_area p {
        padding-top: 0;
        font-size: 8px
    }

    .landing_content .landing_content .middle_area .content_area p:before {
        background-size: 8px;
        margin-right: -5px;
        background-position: right
    }

    .landing_content .landing_content .middle_area .content_area p:after {
        background-size: 8px;
        margin-left: -5px;
        background-position: left
    }

    .landing_banner .landing_banner_area .open_menu_sec ul {
        margin-right: 20px;
        padding-top: 6px
    }

    .landing_banner .landing_banner_area .open_menu_sec ul:after {
        display: none
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li {
        display: inline-block;
        width: 49%
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a {
        font-size: 8px;
        padding: 5px 0
    }

    .landing_banner .landing_banner_area .open_menu_sec ul li a:after {
        display: none
    }

    .landing_footer .landing_footer_area p {
        letter-spacing: 2px
    }
}

.newsletter_section .people_area .left_area p {
    text-align: center;
    font-family: 'Lato-MediumItalic';
    font-size: 40px
}

@media (min-width: 992px) and (max-width:1199px) {
    .newsletter_section .people_area .left_area p {
        text-align:center;
        font-family: 'Lato-MediumItalic';
        font-size: 35px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .newsletter_section .people_area .left_area p {
        text-align:center;
        font-family: 'Lato-MediumItalic';
        font-size: 32px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .newsletter_section .people_area .left_area p {
        text-align:center;
        font-family: 'Lato-MediumItalic';
        font-size: 24px
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .newsletter_section .people_area .left_area p {
        text-align:center;
        font-family: 'Lato-MediumItalic';
        font-size: 24px
    }
}

@media (max-width: 360px) {
    .newsletter_section .people_area .left_area p {
        text-align:center;
        font-family: 'Lato-MediumItalic';
        font-size: 24px
    }
}

.footer_section {
    padding: 95px 0 65px 0
}

.footer_section .footer_area .footer_title {
    text-align: center;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.footer_section .footer_area .footer_title.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.footer_section .footer_area .footer_title h1 {
    padding-top: 10px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    font-size: 50px;
    font-family: 'Lato-Regular';
    position: relative
}

.footer_section .footer_area .footer_title h1 span {
    display: inline-block;
    background: -webkit-linear-gradient(right, #d40a0b, #44c7ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 2px
}

.footer_section .footer_area .footer_title h1:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    width: 80px;
    background-color: #d40a0b
}

.footer_section .footer_area .footer_title p {
    color: #717171;
    font-size: 18px
}

.footer_section .footer_area .form_area {
    padding-top: 65px;
    text-align: center;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.footer_section .footer_area .form_area.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.footer_section .footer_area .form_area .form-group .form-control {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    padding: 0;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 1px solid #d40a0b;
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    padding-bottom: 10px
}

.footer_section .footer_area .form_area .btn {
    margin-top: 15px;
    color: #d40a0b;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato-Bold';
    letter-spacing: 2px;
    border: 1px solid #000;
    background-color: transparent;
    width: auto;
    padding: 15px 25px
}

.footer_section .footer_area .form_area .btn:hover {
    background-color: transparent
}

.footer_section .footer_area .form_area .btn:focus {
    background-color: transparent
}

.footer_section.footer_pages {
    background-color: #f8f8f8
}

.footer_section .foot_logo_area {
    width: 350px;
    display: table;
    margin: 0 auto
}

.footer_section .foot_logo_area:before,.footer_section .foot_logo_area:after {
    display: table;
    content: " "
}

.footer_section .foot_logo_area:after {
    clear: both
}

.footer_section .foot_logo_area .footer_logo {
    text-align: center;
    padding-top: 160px;
    opacity: 0;
    -moz-transition: opacity 1.5s,-moz-transform .8s ease;
    -webkit-transition: opacity 1.5s,-webkit-transform .8s ease;
    -o-transition: opacity 1.5s,-webkit-transform .8s ease;
    transition: opacity 1.5s,transform .8s ease;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.footer_section .foot_logo_area .footer_logo.in-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.footer_section .foot_logo_area .footer_logo.left_area {
    float: left
}

.footer_section .foot_logo_area .footer_logo.left_area img {
    margin-top: 20px;
    width: 125px
}

.footer_section .foot_logo_area .footer_logo.right_area {
    float: right
}

.footer_section .foot_logo_area .footer_logo img {
    width: 170px
}

.footer_section .download_brochure {
    text-align: center;
    margin-top: 110px
}

.footer_section .download_brochure .icon {
    margin-bottom: 20px
}

.footer_section .download_brochure .button_area a {
    display: inline-block;
    border: 1.2px solid #000;
    color: #000;
    font-size: 18px;
    padding: 12px 30px;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer_section .download_brochure .button_area a:hover {
    border-color: #d40a0b;
    color: #d40a0b
}

.footer_bottom_section {
    background-color: #d40a0b;
    padding: 30px 0
}

.footer_bottom_section .footer_bottom {
    text-align: center
}

.footer_bottom_section .footer_bottom .footer_menu .list-inline li {
    padding: 0 20px
}

.footer_bottom_section .footer_bottom .footer_menu .list-inline li a {
    display: block;
    color: #fff;
    font-family: 'Lato-BoldItalic';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    padding-bottom: 5px;
    position: relative
}

.footer_bottom_section .footer_bottom .footer_menu .list-inline li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer_bottom_section .footer_bottom .footer_menu .list-inline li a:hover:after {
    width: 100%
}

.footer_bottom_section .footer_bottom .footer_menu .list-inline li.active a:after {
    width: 100%
}

.footer_bottom_section .footer_bottom .social_links {
    padding-top: 15px
}

.footer_bottom_section .footer_bottom .social_links .list-inline li {
    padding: 0 10px
}

.footer_bottom_section .footer_bottom .social_links .list-inline li a {
    display: block;
    color: #001148;
    font-size: 16px
}

.owl-nav:after {
    display: none !important
}

.top_s {
    display: none !important
}

@media (min-width: 1918px) {
    .footer_section {
        padding:75px 0 75px 0
    }

    .footer_section .footer_area .footer_title h1 {
        padding-bottom: 28px;
        margin-bottom: 20px;
        font-size: 60px
    }

    .footer_section .footer_area .footer_title h1:after {
        width: 120px
    }

    .footer_section .footer_area .footer_title p {
        font-size: 20px
    }

    .footer_section .footer_area .form_area {
        padding-top: 90px
    }

    .footer_section .footer_area .form_area .form-group .form-control {
        font-size: 16px;
        padding-bottom: 10px
    }

    .footer_section .footer_area .form_area .btn {
        margin-top: 25px;
        font-size: 14px;
        padding: 20px 25px
    }

    .footer_section .footer_area .footer_logo {
        padding-top: 210px
    }

    .footer_section .footer_area .footer_logo img {
        width: auto
    }

    .footer_section.footer_pages {
        background-color: #f8f8f8
    }

    .footer_bottom_section {
        padding: 30px 0
    }

    .footer_bottom_section .footer_bottom .footer_menu .list-inline li a {
        letter-spacing: 1px;
        font-size: 12px;
        padding-bottom: 5px
    }

    .footer_bottom_section .footer_bottom .social_links {
        padding-top: 25px;
        padding-bottom: 20px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .footer_section {
        padding:50px 0
    }

    .footer_section .footer_area .footer_title h1 {
        font-size: 40px
    }

    .footer_section .footer_area .form_area {
        padding-top: 60px
    }

    .footer_section .footer_area .footer_logo {
        padding-top: 70px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .footer_section {
        padding:50px 0
    }

    .footer_section .footer_area .footer_title h1 {
        font-size: 32px
    }

    .footer_section .footer_area .footer_title p {
        font-size: 16px
    }

    .footer_section .footer_area .form_area {
        padding-top: 40px
    }

    .footer_section .footer_area .form_area .form-group .form-control {
        font-size: 14px
    }

    .footer_section .footer_area .footer_logo {
        padding-top: 35px
    }
}

@media (min-width: 544px) and (max-width:767px) {
    .footer_section {
        padding:30px 0
    }

    .footer_section .footer_area {
        padding: 0 130px
    }

    .footer_section .footer_area .footer_title h1 {
        padding-top: 0;
        font-size: 26px
    }

    .footer_section .footer_area .footer_title p {
        font-size: 16px
    }

    .footer_section .footer_area .form_area {
        padding-top: 20px
    }

    .footer_section .footer_area .form_area .form-group .form-control {
        font-size: 12px;
        padding-bottom: 0
    }

    .footer_section .footer_area .footer_logo {
        padding-top: 35px
    }

    .footer_bottom_section {
        padding: 30px 0
    }

    .footer_bottom_section .footer_bottom .footer_menu .list-inline li {
        padding: 0 5px
    }

    .footer_bottom_section .footer_bottom .footer_menu .list-inline li a {
        font-size: 10px
    }
}

@media (min-width: 361px) and (max-width:543px) {
    .footer_section {
        padding:30px 0
    }

    .footer_section .footer_area .footer_title h1 {
        padding-top: 0;
        font-size: 26px
    }

    .footer_section .footer_area .footer_title p {
        font-size: 16px
    }

    .footer_section .footer_area .form_area {
        padding-top: 20px
    }

    .footer_section .footer_area .form_area .form-group .form-control {
        font-size: 12px;
        padding-bottom: 0
    }

    .footer_section .footer_area .footer_logo {
        padding-top: 35px
    }

    .footer_section .foot_logo_area {
        width: 300px
    }

    .footer_section .foot_logo_area .footer_logo.left_area img {
        width: 100px
    }

    .footer_section .foot_logo_area .footer_logo img {
        width: 150px
    }

    .footer_bottom_section {
        padding: 30px 0
    }

    .footer_bottom_section .footer_bottom .footer_menu .list-inline li {
        padding: 0 5px
    }

    .footer_bottom_section .footer_bottom .footer_menu .list-inline li a {
        font-size: 10px
    }
}

@media (max-width: 360px) {
    .footer_section {
        padding:30px 0
    }

    .footer_section .footer_area .footer_title h1 {
        padding-top: 0;
        font-size: 26px
    }

    .footer_section .footer_area .footer_title p {
        font-size: 16px
    }

    .footer_section .footer_area .form_area {
        padding-top: 20px
    }

    .footer_section .footer_area .form_area .form-group .form-control {
        font-size: 12px;
        padding-bottom: 0
    }

    .footer_section .footer_area .footer_logo {
        padding-top: 35px
    }

    .footer_section .foot_logo_area {
        width: 300px
    }

    .footer_section .foot_logo_area .footer_logo.left_area img {
        width: 100px
    }

    .footer_section .foot_logo_area .footer_logo img {
        width: 150px
    }

    .footer_bottom_section {
        padding: 30px 0
    }

    .footer_bottom_section .footer_bottom .footer_menu .list-inline li {
        padding: 0 5px
    }

    .footer_bottom_section .footer_bottom .footer_menu .list-inline li a {
        font-size: 10px
    }
}
