
/* ===================
fonts
====================== */


@font-face {
    font-family: 'Outfit-SemiBold';
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-SemiBold.woff') format('woff'),
    url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
    url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
    url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Outfit-Medium';
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Medium.woff') format('woff'),
    url('../fonts/Outfit-Medium.woff2') format('woff2'),
    url('../fonts/Outfit-Medium.ttf') format('truetype'),
    url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Outfit-Regular';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Regular.woff') format('woff'),
    url('../fonts/Outfit-Regular.woff2') format('woff2'),
    url('../fonts/Outfit-Regular.ttf') format('truetype'),
    url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Outfit-Light';
    src: url('../fonts/Outfit-Light.eot');
    src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Outfit-Light.woff') format('woff'),
    url('../fonts/Outfit-Light.woff2') format('woff2'),
    url('../fonts/Outfit-Light.ttf') format('truetype'),
    url('../fonts/Outfit-Light.svg#Outfit-Regular') format('svg');
    font-display: swap;
}
@font-face {
	font-family: 'Poppins-SemiBold';
	font-display: swap;
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
	    url('../fonts/Poppins-SemiBold.woff') format('woff'),
	    url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
}
@font-face {
	font-family: 'Roboto-Regular';
	font-display: swap;
	src:url('../fonts/Roboto-Regular.woff2') format('woff2'),
	    url('../fonts/Roboto-Regular.woff') format('woff'), 
	    url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}



body {
    font-family: 'Roboto-Regular', "Outfit-Regular", sans-serif;
}

:root {
    --primary-light-color: #56429a;
    --primary-color: #695aa2;
    /*--accent-color: #e6b127;*/
    --accent-color: #56429a;
    --text-color: #151515;
    --white-color: #fff;
    --black-color: #151515;
    --gray-blue-color: #f7fdff;
    --dark-blue-color: #3f3d45;
    --gray-purple-color: #dfdff5;
    --light-purple-color: #f6f6ff;
    --dark-purple-color: #2f2d34;
}

/*@media screen and (min-width:1920px) {*/
/*    .container {*/
/*        padding: 0px 2%;*/
/*    }*/
/*}*/
/*@media screen and (max-width:1580px) {*/
/*    .container {*/
/*        padding: 0px 2%;*/
/*    }*/
/*}*/
/*@media screen and (max-width:1400px) {*/
/*    .container {*/
/*        padding: 0px 4%;*/
/*    }*/
/*}*/
/*@media screen and (max-width:1200px) {*/
/*    .container {*/
/*        padding: 0px 30px;*/
/*    }*/
/*}*/
/*@media screen and (max-width:800px) {*/
/*    .container {*/
/*        padding: 0px 15px;*/
/*    }*/
/*}*/


h1, .head-tit1 {
    font-size: 40px;
    line-height: 50px;
    font-family: 'Poppins-SemiBold';
}

h2, .head-tit2 {
    font-size: 38px;
    line-height: 50px;
    color: var(--black-color);
    font-family: 'Poppins-SemiBold';
}

h3, .head-tit3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Poppins-SemiBold';
}

h4, .head-tit4 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Poppins-SemiBold';
}

h5, .head-tit5 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Poppins-SemiBold';
}

h6, .head-tit6 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    letter-spacing: 2.0px;
    color: var(--primary-light-color);
}

p, a, span {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto-Regular';
}

b, strong {
    font-weight: bolder;
    font-family: 'Roboto-Regular';
}

.site-heading {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
}

.site-heading h2{
    margin-bottom: 30px;
}

.site-heading h3{
    margin-bottom: 30px;
}

@media (max-width: 1200px){
    h1, .head-tit1 {
        font-size: 40px;
        line-height: 1.3;
    }

    h2, .head-tit2 {
        font-size: 35px;
        line-height: 1.3;
    }

    h3, .head-tit3 {
        font-size: 28px;
        line-height: 1.3;
    }

    h4, .head-tit4 {
        font-size: 22px;
        line-height: 1.3;
    }

    h5, .head-tit5 {
        font-size: 20px;
        line-height: 1.3;
    }

    h6, .head-tit6 {
        font-size: 18px;
        line-height: 1.3;
    }

    p, a, span {
        font-size: 16px;
        line-height: 1.4;
        font-family: 'Roboto-Regular';
    }

    .site-heading {
        margin-bottom: 30px;
        justify-content: center;
    }

    .site-heading h2{
        margin-bottom: 20px;
    }

    .site-heading h3{
        margin-bottom: 20px;
    }
}




.text-size-18 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto-Regular';
    color: var(--text-color)
}

.text-size-16 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto-Regular';
    color: var(--text-color)
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto-Regular';
    color: var(--text-color)
}

.all_button {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto-Regular';
    min-width: 167px;
    height: 56px;
    padding: 16px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    color: var(--white-color);
    border: 1px solid var(--white-color);
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 9%);
}

.all_button:hover {
    color: var(--white-color);
    background: var(--primary-color)
}

.all_button2 {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto-Regular';
    min-width: 167px;
    height: 56px;
    padding: 16px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 9%);
}

.all_button2:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: var(--white-color)
}

html {
    scroll-behavior: smooth
}


/*Banner container*/
/*Banner container*/
/*Banner container*/

.banner_outer {
    background: var(--light-purple-color);
    width: 100%;
    height: auto;
    position: relative;
}

.banner_outer::after {
    content: "";
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    position: absolute;
    background-image: url("../images/banner-bgimage.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 992px){
    .banner_outer::after{
        visibility: hidden;
    }
}

.banner-con {
    z-index: 1;
    margin-top: 60px;
    margin-bottom: 50px;
    min-height: 870px;
}

@media (max-width: 992px){
    .banner-con{
        min-height: 600px;
    }
}

.banner-con ul {
    position: absolute;
    left: -310px;
    top: 285px
}

.banner-con ul li {
    margin: 13px 0;
    transition: all .3s ease-in-out
}

.banner-con ul li:first-child {
    margin-top: 0
}

.banner-con ul li:last-child {
    margin-bottom: 0
}

.banner-con ul li i {
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 34px;
    border-radius: 100px;
    text-align: center;
    color: var(--white-color);
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: all .3s ease-in-out
}

.banner-con ul li a:hover i {
    background: var(--accent-color);
    border: 1px solid rgb(230 177 39 / 50%)
}


.banner-con .banner_content {
    position: relative;
    z-index: 2;
    right: -50px;
    width: 480px;
    padding: 60px 50px 75px;
    border-radius: 15px;
    background-color: var(--dark-blue-color);
    min-height: 338px;
}

@media (max-width: 992px) {
    .banner-con .banner_content {
        position: unset;
        width: 100%;
        padding: 20px;
    }
}

.banner-con .banner_content h1,
.banner-con .banner_content .head-tit1 {
    margin-bottom: 15px;
    color: var(--white-color);
    font-family: 'Outfit-SemiBold', sans-serif;
}

@media (max-width: 992px) {
    .banner-con .banner_content h1 {
        left: 0px;
        right: 10px;
        width: auto;
        padding: 20px;
    }
}

.banner-con .banner_content p {
    margin-bottom: 25px;
    color: var(--gray-blue-color)
}

.banner-con .banner_content .get_started:hover {
    color: var(--primary-color);
    background: var(--white-color)
}

.banner-con .banner_content ul {
    display: none
}

.banner-con .banner_wrapper {
    top: 14px;
    right: 0;
    width: 100%;
}

.banner-con .item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 338px;
}

.banner-con .item img {
    width: 780px;
    height: 700px;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
}

@media (max-width: 992px){
    .banner-con .item{
        display: block;
    }
    .banner-con .item img {
        visibility: hidden;
        display: none;
    }
}

.banner-con .owl-carousel .owl-stage-outer {
    height: auto;
}

@media (max-width: 992px){
    .banner-con .owl-carousel .owl-stage-outer {
        height: auto;
    }
}

.banner-con .owl-carousel .owl-nav.disabled {
    display: block
}

.banner-con .owl-carousel .owl-nav {
    margin-top: 0!important;
    position: absolute;
    right: 30%;
    bottom: -10%;
}

.banner-con .owl-carousel .owl-prev span {
    left: -80px;
    border-radius: 15px 0 0 15px
}

.banner-con .owl-carousel .owl-next span {
    right: -80px;
    border-radius: 0 15px 15px 0
}

.banner-con .owl-carousel .owl-prev,.banner-con .owl-carousel .owl-next {
    margin: 0!important
}

.banner-con .owl-carousel .owl-prev span,.banner-con .owl-carousel .owl-next span {
    font-size: 17px;
    width: 80px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    color: var(--white-color);
    background: var(--primary-color);
    transition: all .3s ease-in-out
}

.banner-con .owl-carousel .owl-prev:hover span,.banner-con .owl-carousel .owl-next:hover span {
    background: var(--accent-color)
}

.banner-con .owl-carousel .owl-prev:focus,.banner-con .owl-carousel .owl-next:focus {
    border: none!important;
    box-shadow: none!important;
    outline: none!important
}

.banner-con .doted-square{
    position: absolute;
    right: -114px;
    bottom: 0px;
    opacity: 50%;
}

@media (max-width: 992px){
    .banner-con .doted-square{
        visibility: hidden;
    }
}



/*About container*/
/*About container*/
/*About container*/


.hidden-con {
    visibility: hidden;
}

.about-con {
    padding: 100px 0 100px;
    min-height: 647px;
}

.about-con .about_wrapper .about-image {
    position: relative;
    left: 0;
    border-radius: 15px;
    z-index: 1;
    width: 100%;
}

@media (max-width: 992px) {
    .about-con .about_wrapper .about-image {
        padding-bottom: 20px;
        top: 0px;
    }
}

.about-con .about_wrapper .about-image img {
    opacity: 90%;
    border-radius: 15px
}

.about-con .about_wrapper .doted-square {
    position: absolute;
    right: -114px;
    top: -30px
}

.about-con .about_wrapper .about-rightimage {
    position: absolute;
    right: -332px;
    top: 300px
}

.about-con .about_wrapper .about-rightimage img {
    opacity: 60%
}

.about-con .about_wrapper .box {
    right: 92px;
    bottom: -155px;
    padding: 11px 36px 31px;
    z-index: 1;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    background-color: var(--white-color);
    border-bottom: 2px solid var(--primary-color);
    box-shadow: 5px 0 87px rgb(186 224 246 / 100%)
}

.about-con .about_wrapper .box .number {
    font-size: 54px;
    line-height: 60px;
    font-family: 'Outfit-Regular',sans-serif;
    display: block;
    margin-bottom: 10px;
    color: var(--accent-color);
}

.about-con .about_wrapper .box .text {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Outfit-Regular',sans-serif;
    color: var(--primary-color)
}


.about-con .about_content h6 {
    margin-bottom: 8px
}

.about-con .about_content p {
    padding-right: 20px
}

.about-con .about_content .text1 {
    margin-bottom: 12px
}

.about-con .about_content .text2 {
    margin-bottom: 32px
}

.about-con .about_content .all_button2{
    margin-top: 20px;
}

/*Core Advantages*/
/*Core Advantages*/
/*Core Advantages*/

.advantage_con {
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/background-image.jpg)
}

.advantage_con .advantage_content h6 {
    margin-bottom: 8px
}

.advantage_con .advantage_content h2 {
    margin-bottom: 20px;
    color: var(--black-color)
}

.advantage-item {
    text-align: center;
}

.advantage-item-icon {
    margin-bottom: 30px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.advantage-item:hover>.advantage-item-icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.advantage-item-icon span {
    color: var(--primary-color);
    font-size: 60px;
    margin-bottom: 20px;
}

.advantage-item h4 {
    text-align: center;
}
.row-index-advantage .advantage-item h4 {
    font-size: 22px;
}

/*Service container*/
/*Service container*/
/*Service container*/

.service_con {
    padding: 120px 0;
}

.service_con .service_wrapper{
    padding-bottom: 20px;
}

.service-post-item {
    position: relative;
    box-shadow: none;
    top: 0;
    padding-bottom: 20px;
}

@media (max-width:1000px){
    .service-post-item{
        margin-bottom: 20px;
    }
}

.service-post-item:hover{
    box-shadow: none;
}

.service-box-content {
    background-image: url("../images/cards-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    background-color: var(--white-color);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 9%);
}

.service-image-icon-wrapper {
    position: relative;
}

.service-featured-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    height: 220px;
}

.service-featured-wrapper img{
    height: 100%;
}

.service-post-item:hover .service-featured-wrapper:after {
    transform: scaleY(1.0);
    box-shadow: none;
    opacity: 1;
    transition: all 1s ease;
}

.service-post-item:hover .service-featured-wrapper img {
    box-shadow: none!important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1s ease;
}

.service-content-inner{
    padding: 15px;
    height: 270px;
}

@media (max-width:1000px){
    .service-content-inner{
        height: auto;
    }
}

.service-content-inner h4{
    color: var(--black-color);
    text-decoration: none !important;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-content-inner h4:hover{
    text-decoration: underline;
    color: var(--primary-color);
}

.service_con .owl-nav {
    position: absolute;
    right: 50%;
    display: flex;
}

.service_con .owl-prev span {
    left: -40px;
    border-radius: 15px 0 0 15px
}

.service_con .owl-next span {
    right: -40px;
    border-radius: 0 15px 15px 0
}

.service_con .owl-prev,.service_con .owl-next {
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    background: none!important;
    border-radius: 15px;
}

.service_con .owl-prev span,.service_con .owl-next span {
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    color: var(--white-color);
    background: var(--primary-color);
    transition: all .3s ease-in-out
}

.service_con .owl-prev:hover span,.service_con .owl-next:hover span {
    background: var(--accent-color)
}

.service_con .owl-prev:focus,.service_con .owl-next:focus {
    border: none!important;
    box-shadow: none!important;
    outline: none!important
}

/*Research area*/
/*Research area*/
/*Research area*/

.research-con {
    overflow: hidden
}

/*.research-con .research_wrapper .owl-carousel .owl-stage-outer{*/
/*    overflow: unset !important;*/
/*}*/

.research-con .research_wrapper .research-image {
    position: relative;
    right: 0;
    top: 140px;
    border-radius: 15px;
    z-index: 1
}

@media (min-width: 1400px){
    .research-con .research_wrapper .research-image {
        position: relative;
        left: 0;
        top: 115px;
        border-radius: 15px;
        z-index: 1
    }
}



.research-con .research_wrapper .research-image img {
    opacity: 95%;
    border-radius: 15px;
    width: 95%;
}

.research-con .research_wrapper .doted-square {
    position: absolute;
    left: -114px;
    top: 38px
}

.research-con .research_wrapper .research-leftimage {
    position: absolute;
    left: -332px;
    top: 240px
}

.research-con .research_wrapper .research-leftimage img {
    opacity: 60%
}

.research-con .research_content {
    padding: 120px 0 180px 50px
}

@media (max-width: 992px) {
    .research-con .research_content {
        padding: 150px 0 180px 10px
    }
}


.research-con .research_content::before {
    content: "";
    width: 1600px;
    height: 100%;
    left: -10%;
    top: 0;
    position: absolute;
    background-color: var(--light-purple-color)
}

@media (max-width: 992px) {
    .research-con .research_content::before {
        right: -150px;
    }
}

.research-con .research_content h6 {
    margin-bottom: 8px
}

.research-con .research_content ul {
    margin-bottom: 34px;
    padding-left: 103px
}

.research-con .research_content ul li {
    margin-bottom: 38px;
    position: relative
}

.research-con .research_content ul li .box {
    position: absolute;
    left: -100px
}

.research-con .research_content ul li span {
    font-size: 36px;
    font-family: 'Outfit-Regular',sans-serif;
    top: 4px;
    width: 74px;
    height: 70px;
    line-height: 65px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    color: var(--accent-color);
    background: var(--white-color);
    border-bottom: 2px solid var(--primary-color);
    z-index: 1;
    transition: all .3s ease-in-out
}

.research-con .research_content ul li span:hover {
    transform: translateY(-5px)
}

.research-con .research_content ul li .content {
    position: relative;
    height: 110px;
}

@media (max-width: 1200px) {
    .research-con .research_content ul li .content {
        position: relative;
        height: auto;
    }
}


.research-con .research_content ul li .content::before {
    content: "";
    position: absolute;
    border: 1px dashed var(--primary-color);
    height: 100%;
    top: 70px;
    left: -62px
}

.research-con .research_content ul li:last-child .content::before {
    display: none
}

.research-con .research_content ul li .content h5 {
    color: var(--black-color)
}

.research-con .research_content ul li .content p {
    color: var(--text-color)
}

.research-con .research_content ul li:last-child {
    margin-bottom: 0
}

.research-con .owl-carousel .owl-nav.disabled {
    display: block
}

.research-con .owl-carousel .owl-nav {
    margin-top: 0!important;
    position: absolute;
    right: 60%;
    bottom: 0%;
}

.research-con .owl-carousel .owl-prev span {
    left: -80px;
    border-radius: 15px 0 0 15px
}

.research-con .owl-carousel .owl-next span {
    right: -80px;
    border-radius: 0 15px 15px 0
}

.research-con .owl-carousel .owl-prev,.research-con .owl-carousel .owl-next {
    margin: 0!important
}

.research-con .owl-carousel .owl-prev span,.research-con .owl-carousel .owl-next span {
    font-size: 17px;
    width: 80px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    color: var(--white-color);
    background: var(--primary-color);
    transition: all .3s ease-in-out
}

.research-con .owl-carousel .owl-prev:hover span,.research-con .owl-carousel .owl-next:hover span {
    background: var(--accent-color)
}

.research-con .owl-carousel .owl-prev:focus,.research-con .owl-carousel .owl-next:focus {
    border: none!important;
    box-shadow: none!important;
    outline: none!important
}

/*contact container*/
/*contact container*/
/*contact container*/
.contact-con{
    padding-top: 80px;
    padding-bottom: 120px;
}


/*about-breadcrumb*/
.pic-table {
    width: 100%;
    display: table;
    height: 100%;
    padding-top: 90px;
}

.pic-cell {
    display: table-cell;
    vertical-align: middle
}

.pic-table .a-pack {
    padding-top: 100px;
    padding-bottom: 150px;
}

.foot-contact-list .list-item {
  margin-bottom: 10px;
}
.foot-contact-list .list-item p {
  background-image: none;
}
.foot-contact-list .list-item p {
  margin-bottom: 5px;
  padding-left: 22px;
}
.foot-contact-list .list-item a {
  color: #fff;
}
.foot-contact-list .list-item:nth-child(1) > p.style1 {
  background: url(../images/foot-address.svg) no-repeat 0px 5px/15px;
}
.foot-contact-list .list-item:nth-child(2) > p.style1 {
  background: url(../images/foot-phone.svg) no-repeat 0px 5px/15px;
}
.foot-contact-list .list-item:nth-child(3) > p.style1 {
  background: url(../images/foot-email.svg) no-repeat 0px 5px/15px;
}
.foot-contact-list .list-item * {
    color: #fff;
}


.foot-contact-list-box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: 30px;
}
.foot-contact-list-box a {
    color: #fff;
}
.foot-contact-list-box .list-item .foottitle {
    margin-bottom: 15px;
    display: block;
    border: none;
    padding: 0;
    font-size: 18px;
}
.foot-contact-list-box .list-item p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}
.foot-contact-list-box .list-item p:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.foot-contact-list-box .list-item p:nth-child(1):before {
    background-image: url(../images/foot-address.svg);
}
.foot-contact-list-box .list-item p:nth-child(2):before {
    background-image: url(../images/foot-email.svg);
}
.foot-contact-list-box .list-item p:nth-child(3):before {
    background-image: url(../images/foot-phone.svg);
}

@media (min-width: 1200px) {
    .foot .f-1 {
        max-width: 490px;
    }
}
