body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #172B43;
    background-color: #fff;
}

body, html {
    scroll-behavior: smooth;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    color: inherit;
}

a:hover, a:focus, button:focus, input:focus {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

.form-select:focus, .form-control:focus {
    border-color: #082032;
    box-shadow: none;
}

p {
    color: #44464b;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1 h2 h3 h4 {
    font-weight: 600;
}

strong {
    font-weight: 700;
}
.container,
.container-fluid{
    padding-left:15px;
    padding-right:15px;
}
.row{
    margin-left:-15px;
    margin-right:-15px;
}
.row>*{
    padding-left:15px;
    padding-right:15px;
} 
.fa-phone {
    transform: rotate(90deg);
}

/*Header Cs*/
.t-header {
    background-color: #061726;
}

.t-header .navbar-brand img {
    width: 300px;
}

.t-header .navbar .nav-item {
    margin-right: 30px;
}

.t-header .navbar .nav-item .nav-link {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height:18px;
    font-weight:300;
    position:relative;
    padding-left:0;
    padding-right:0;
    padding-bottom:10px;
}
.t-header .navbar .nav-item .nav-link:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    height:2px;
    width:0;
    background-color:#fff;
    transition:0.5s;
}
.t-header .navbar .nav-item .nav-link.active:after,
.t-header .navbar .nav-item .nav-link:hover:after{
    width:100%;
}
/*Header Cs*/
/*Banner Css*/
.hmg-banner{
    background-image:url(../jpg/image-23.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    margin-top: 60px;
    min-height:1000px;
    padding-top:0px;
    padding-bottom:50px;
    background-position: center;
}
.hmg-banner h1{
    font-size:28px;
    color:#fff;
    font-weight:300;
}
.hmg-banner .banner-bottm{
    margin-top:250px;
}
.banner-bottm-item{
    padding-top:30px;
    margin-right:40px;
}
.banner-bottm-item h3{
    font-size:30px;
    font-weight:300;
    margin-bottom:0;
    color:#fff;
    line-height:38px;
}
.banner-bottm-item h3 img{
    margin-left:0px;
}
.banner-bottm-item h4{
    font-size:26px;
    color:#fff;
    font-weight:300;
    margin-bottom:25px;
}
.banner-bottm-item p{
    font-size:20px;
    color:#fff;
    font-weight:200;
    margin-bottom:0;
    line-height:32px;
}
.banner-bottm-item p span{
    text-transform:uppercase;
    font-weight:300;
}
/*Banner Css*/
.we-specialize-sec{
    background-color:#132a3f;
    padding-top:65px;
    padding-bottom:100px;
}

.sub-heading-sec h2{
    font-size:28px;
    line-height:40px;
    margin-bottom:25px;
}
.sub-heading-sec p{
    font-size:20px;
    line-height:28px;
    margin-bottom:30px;
    font-weight: 400;
}
.we-specialize-sec-innrs .tab-content{
    background-color:#fff;
    padding:30px;
}
.we-specialize-sec-innrs .tab-content h3{
    font-size:26px;
    color:#223c57;
    margin-bottom:20px;
}
.we-specialize-sec-innrs .tab-content p{
    font-size:20px;
    margin-bottom:20px;
}
.we-specialize-sec-innrs .tab-content ul li h4{
    font-size:24px;
    border-bottom:1px solid #223c57;
    padding-bottom:8px;
    color:#223c57;
    text-transform:uppercase;
}
.we-specialize-sec-innrs ul.nav-tabs{
    border-bottom:none;
    margin-bottom:50px;
}
.we-specialize-sec-innrs ul.nav-tabs li a{
    color: #fff;
    font-size: 20px;
    margin-right: 50px;
    display: inline-block;
    position:relative;
    padding-bottom:10px;
}
.we-specialize-sec-innrs ul.nav-tabs li a:after{
    content:'';
    position:absolute;
    left:0;
    background-color:#2c4d6f;
    bottom:0;
    height:4px;
    width:0;
}
.we-specialize-sec-innrs ul.nav-tabs li a.active:after{
    width:100%;
}
.we-specialize-sec-innrs img.lft-tbs-img{
    width: calc(100% + 100px);
}
.real-time-sec{
    background-size:cover;
    background-position:center;
    height:750px;
    overflow:hidden;

    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.slick-next {
    right: 20px;
    z-index: 999;
}
.slick-prev {
    z-index: 999;
    left: 20px;
}
.real-time-sec.one{
    background-image:url(../jpg/real-time-sec-bg.jpg);
}
.real-time-sec.two{
    background-image:url(../jpg/international-sec-bg.jpg);
}
.real-time-sec.three{
    background-image:url(../jpg/real-time-sec-bg.jpg);
}
.real-time-sec.four{
    background-image:url(../jpg/international-sec-bg.jpg);
}
.real-time-sec.five{
    background-image:url(../jpg/real-time-sec-bg.jpg);
}
.real-time-sec .container-fluid{
    position:relative;
}
.real-time-sec-item{
    min-height:750px;
    display: flex;
    align-items: end;
    position: relative;
    padding:30px;
}
.real-time-sec-item>div{
    position:relative;
    z-index: 99;
}
.real-time-sec-item h3{
    color:#fff;
    font-size:36px;
    margin-bottom:25px;
    font-weight:400;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.real-time-sec-item p{
    /*visibility:hidden;*/
    opacity: 0;
    font-size: 22px;
    line-height: 32px;
    transition:0.5s;
    height:0;
    color:#fff;
    /*-webkit-transition: max-height 0.5s ease;*/
    /*transition: max-height 0.5s ease;*/
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.real-time-sec-item a{
    display:inline-block;
    color:#fff;
}
.real-time-sec h2{
    position: absolute;
    z-index: 9;
    top:180px;
    padding-left:25px;
}
.real-time-sec-item:after{
    content: '';
    position: absolute;
    opacity: 0.2;
    background: black;
    top: 0;
    right: 1px;
    left: 0;
    bottom: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
.real-time-sec-slider .slick-slide.slick-current.slick-active .real-time-sec-item p{
    /*visibility:visible;
    opacity:1;
    height:auto;*/
}
.real-time-sec-slider .slick-slide.slick-current.slick-active .real-time-sec-item:after{
    /*opacity: 0.3;*/
}

.real-time-sec-slider .slick-slide.show-data .real-time-sec-item p{
    /*visibility:visible;*/
    opacity:1;
    height:auto;
 /*   -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease*/;
}
.real-time-sec-slider .slick-slide.show-data .real-time-sec-item:after{
    opacity: 0.3;
}



.real-time-sec-slider .slick-slider {
    margin:0 -1px;
}
.real-time-sec-slider .slick-slide {
    margin-right:1px;
    margin-left:1px;
} 



.our-inovative-section{
    background-image:url(../jpg/our-inovative-section-bg.jpg);
    background-size:cover;
    padding-top:70px;
    padding-bottom:50px;
    background-position:center;
}
.our-inovative-section h2{
    font-size:36px;
    color:#132a3f;
    font-weight:600;
    margin-bottom:20px;
}
.our-inovative-section p{
    font-size:20px;
    margin-bottom:35px;
    color:#132a3f;
    font-weight:500;
}
.our-inovative-section .lear-more-text{
    display: inline-block;
    width: 210px;
    text-align: center;
    color: #132a3f;
    font-size: 22px;
    font-weight: 500;
    border: 1px solid #132a3f;
    height: 50px;
    line-height: 48px;
}
.our-inovative-section .lear-more-text:hover{
    background-color:#132a3f;
    color:#fff;
}
.international-sec{
    padding-top:100px;
    padding-bottom:100px;
    background-image:url(../jpg/international-sec-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.international-sec-innrs{
    background-color:rgb(255 255 255 / 70%);
    padding: 30px;
}
.international-sec-innrs .sub-heading-sec h2{
    font-size:36px;
    color:#132a3f;
    font-weight:600;
    margin-bottom:20px;
}
.international-sec-item{
    padding-top:50px;
    text-align:center;
}
.international-sec-item p{
    font-size:22px;
    margin-bottom:0;
    margin-top:20px;
}
.industries_leads_sec{
    padding-top:60px;
    padding-bottom:80px;
    background-color: #f6f6fa;
}
.industries_leads_sec h2{
    font-size:32px;
    color:#132a3f;
    font-weight:600;
    padding-bottom:30px;
}
.industries_leads_sec ul{
    display: flex;
    flex-wrap: wrap;
    margin-left:-10px;
    margin-right:-10px;
}
.industries_leads_sec ul li{
    padding-left:30px;
    padding-right:30px;
   
    text-align:center;
    margin-top:30px;
}
.industries_leads_sec ul li img{
    height: 150px;
    width: 100%;
    object-fit: contain;
}
.th-ftr{
    background-color:#132a3f;
    padding-top:90px;
    padding-bottom:70px;
}
.ftr-logo-sec h2{
    font-size:42px;
    font-weight:400;
    color:#e3e5ec;
}
.ftr-logo-sec p{
    font-size:16px;
    color:#e3e5ec;
    font-weight:400;
    margin-bottom:25px;
}
.ftr-logo-sec .gt-mr-btn{
    border: 1px solid #e3e5ec;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 25px;
    border-radius: 30px;
    color: #e3e5ec;
}
.ftr-logo-sec .gt-mr-btn:hover{
    background-color:#fff;
    color:#132a3f;
}
.ftr-logo-sec{
    margin-bottom:35px;
}
.th-ftr .frt-ul{
    padding-top:25px;
}
.th-ftr .frt-ul li{
    border-bottom:1px solid #425565;
}
.th-ftr .frt-ul li a.frt-item{
    color: #e3e5ec;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    align-items: center;
}
.copy-right-text{
    margin-top:25px;
}
.copy-right-text p{
    font-size:14px;
    margin-bottom:0;
    color: #e3e5ec;
}
.copy-right-text .social-lnks a{
    font-size:16px;
    color: #e3e5ec;
    display:inline-block;
    margin-right:10px;
}
/*Inner Page*/
.banner-innr{
 background-color: #132a3f;
 padding-top: 100px;
 margin-top: 100px;
 padding-bottom:70px;
 position:relative;
}
.banner-innr h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom:25px;
}
.banner-innr p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    font-weight:400;
}
.banner-innr img{
    position:absolute;
    right:0;
    bottom:70px;
    width:50%;
}
.the-sale-section-tp{
    background-color:#132a3f;
    padding-top:70px;
    padding-bottom:70px;
}
.the-sale-section{
    background-image:url(../jpg/the-sale-section-bg.jpg);
    background-size:cover;
    padding-top:150px;
    padding-bottom:100px;
    background-position: center left;
}
.the-sale-section-item{
    text-align:center;
    background-color:#132a3f;
    padding:20px 30px;
    margin-top:30px;
    height:100%;
}
.the-sale-section-item img{
    width:130px;
    height:130px;
    object-fit:contain;
}
.the-sale-section-item h3{
    font-size: 26px;
    color: #fff;
    font-weight:700;
    margin-top: 20px;
    margin-bottom: 15px;
}
.the-sale-section-item p{
    font-size:18px;
    color: #fff;
    font-weight: 400;
    min-height: 112px;
    line-height:32px;
}
.the-sale-section-item h6{
    font-size: 18px;
    color: #ed7d31;
    font-weight: 600;
    margin-top: 20px;
}
.optimize-sec-tp{
    background-color:#fff;
    padding-top:123px;
    position:relative;
    padding-bottom:173px;
}
.optimize-sec-tp:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:123px;
    width:100%;
    z-index: 9;
    background-image:url(../png/optimize-sec-tp-shape.png);
}
.optimize-sec-tp:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    height:123px;
    width:100%;
    z-index: 9;
    background-image:url(../png/optimize-sec-tp-shape-btm.png);
}
.optimize-sec-itm{
    margin-top:25px;
}
.optimize-sec-itm img{
    width: 100%;
    height: 255px;
    margin-bottom: 20px;
    object-fit: cover;
}
.optimize-sec-itm .contnts{
    background-color: #132a3f;
    text-align: center;
    padding: 70px 20px 20px 20px;
}
.optimize-sec-itm .contnts h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
}
.optimize-sec-itm .contnts p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    min-height: 112px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height:32px;
}
.optimize-sec-itm .contnts h6 {
    font-size: 18px;
    color: #ed7d31;
    font-weight: 600;
    margin-top: 20px;
}
.the-importance-sec{
    background-color:#132a3f;
    padding-top: 100px;
    padding-bottom: 100px;
}
.the-importance-sec h2{
    font-size: 56px;
    color: #ed7d31;
    font-weight: 400;
}
.the-importance-sec p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
}
.wtp-advisor-section{
    padding-top:70px;
    padding-bottom:70px;
}
.wtp-advisor-left{
    background-color: #132a3f;
    display: flex;
    height: 100%;
    padding: 30px 20px;
    width: 100%;
    margin-top:25px;
}
.wtp-advisor-left div{
    text-align:center;
}
.wtp-advisor-left img{
    width:200px;
    border:5px solid #fff;
    border-radius:100%;
    max-width: 100%;
}
.wtp-advisor-left h3{
    color: #1dacd2;
    font-size: 32px;
    font-weight: 700;
    margin-top: 25px;
}
.wtp-advisor-left h4{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-top:5px;
}
.wtp-advisor-left p {
    font-size: 18px;
    color: #e3e5ec;
    font-weight: 400;
    margin-bottom: 0;
}
.wtp-advisor-item{
    text-align: center;
    margin-top: 25px;
    padding: 0 20px;
}
.wtp-advisor-item img{
    width:150px;
    height:150px;
    border-radius:50%;
}
.wtp-advisor-item h3{
    color: #132a3f;
    font-size: 32px;
    line-height:36px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom:0;
}
.wtp-advisor-item h4{
    color: #1dacd2;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
}
.wtp-advisor-item p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
}
.wtp-advisor-section .sub-heading-sec h2{
    font-weight:700;
    margin-bottom:0;
}
/*Inner Page*/
/*Inner Page*/

/*Disc Page*/
.disc-bg{
    background-color: #132a3f;
    margin-top: 60px;
    padding-top:100px;
    padding-bottom:100px;
    position:relative;
}
.disc-bg h1{
    font-size: 60px;
    font-weight: 700;
}
.disc-bg p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}
.disc-bg h4{
    font-size:26px;
}

.disc-page-1{
    background-color: #132a3f;
    padding-bottom:100px;
    padding-top:0px;
    position:relative;
}
.disc-page-1 h2{
    font-size:42px;
    font-weight: 700;
    margin-bottom:20px;
}
.disc-page-1 p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}
.disc-page-2{
    background-color: #132a3f;
    padding-bottom:100px;
}
.disc-page-2 h2{
    font-size:42px;
    font-weight:700;
     margin-bottom: 20px;
}
.disc-page-2 h3{
    font-size:32px;
    font-weight:600;
}
.disc-page-2 ul.disc-page-2-lft{
    padding-left:20px;
}
.disc-page-2 ul.disc-page-2-lft li{
    list-style-type:disc;
    font-size:18px;
    margin-top:10px;
    font-weight:500;
}
.disc-page-2-right{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.disc-page-2-right li{
    background-color: #d6dce5;
    padding: 15px;
    height: 150px;
    width: calc(50% - 45px);
    margin-bottom: 25px;
    position: relative;
}
.disc-page-2-right li:nth-child(1):after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-left: 75px solid #d6dce5;
    border-bottom: 75px solid transparent;
    top: 0;
    right: -75px;
}
.disc-page-2-right li:nth-child(2){
    margin-top:80px;
    background-color:#d0cece;
}
.disc-page-2-right li:nth-child(2):after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-right: 75px solid #d0cece;
    border-bottom: 75px solid transparent;
    top: 0;
    left: -75px;
}
.disc-page-2-right li:nth-child(3){
        margin-top: -80px;
        background-color:#ffffff;
}
.disc-page-2-right li:nth-child(3):after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-left: 75px solid #ffffff;
    border-bottom: 75px solid transparent;
    top: 0;
    right: -75px;
}
.disc-page-2-right li:nth-child(4){
        background-color:#dae3f3;
}
.disc-page-2-right li:nth-child(4):after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-right: 75px solid #dae3f3;
    border-bottom: 75px solid transparent;
    top: 0;
    left: -75px;
}
.disc-page-2-right li h5{
    font-size:16px;
    text-align:center;
}
.disc-page-2-right li p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom:10px;
}
.disc-page-2 h3{
    font-size:36px;
    font-weight:700;
    margin-top:20px;
}
.disc-page-2 p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}
.disc-page-3{
    background-image:url(../jpg/disc-page-3-bg-img.jpg);
    background-size:cover;
    padding-top:150px;
    padding-bottom:150px;
    background-repeat:no-repeat;
    background-position:top;
}
.disc-page-3-text-tp{
    padding-top:30px;
    padding-bottom:1px;
}
.disc-page-3-text{
    background-color: #132a3f;
    text-align:center;
    padding:20px;
    height:100%;
}
.disc-page-3-text h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}
.disc-page-3-text p{
 font-size: 18px;
 line-height: 32px;
 margin-bottom: 15px;
 font-weight: 400;
}
/*Disc Page*/

/*international-tax-bg*/
.international-tax-bg{
    background-color: #132a3f;
    margin-top: 60px;
    padding-top:50px;
    padding-bottom: 50px;
    position: relative;
}
.international-tax-bg h1 {
    font-size:36px;
    font-weight: 700;
}
.international-tax-bg p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
    font-weight: 400;
    margin-top:20px;
}
.adapting-sec{
    background-color:#132a3f;
    padding-bottom:50px;
}
.adapting-sec h2{
    font-size:36px;
    font-weight: 700;
    margin-top:20px;
}
.adapting-sec p,
.we-prvd-sec p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-top:20px;
}
.we-prvd-sec{
    background-color:#132a3f;
    padding-bottom:20px;
}
.we-prvd-sec h2{
   font-size:36px;
   font-weight: 700;
   margin-bottom: 25px;
}
.we-prvd-sec ul{
    padding-left:20px;
}
.we-prvd-sec ul li {
    list-style-type: disc;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 38px;
}
.we-prvd-sec h3{
    font-size:36px;
    font-weight:600;
    margin-top:25px;
}
/*international-tax-bg*/
/*our-international-tax*/
.our-international-tax{
    background-color:#132a3f;
    padding-bottom:70px;
}
.our-international-tax h2{
    font-size:36px;
    font-weight:600;
}
.our-international-tax p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.our-international-tax-img{
    background-image:url(../jpg/our-international-tax-img-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    padding-bottom:30px;
    margin-top:40px;
    margin-bottom:40px;
   background-position:top;

}
.our-international-tax-img-text-tp{
    padding-top:30px;
    padding-bottom:1px;
}
.our-international-tax-img-text{
    background-color:#132a3f;
    padding:20px;
    height:100%;
}
.our-international-tax-img-text h4{
    font-size:24px;
    font-weight:700;
    color:#fff;
}
.our-international-tax-img-text ul{
    padding-left:20px;
}
.our-international-tax-img-text ul li {
    list-style-type: disc;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}
/*our-international-tax*/

/*international-valuations-bg Page*/
.international-valuations-bg{
    background-color: #132a3f;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}
.international-valuations-bg h1 {
    font-size: 52px;
    font-weight: 700;
}
.international-valuations-bg p,
.international-valuations-2 p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400;
}
.international-valuations-bg ul{
    padding-left:20px;
}
.international-valuations-bg ul li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #fff;
}
.international-valuations-2{
    background-color: #132a3f;
    padding-bottom:70px;
    position: relative;
}
.international-valuations-2 h2{
    font-size: 52px;
    font-weight: 700;
}
.international-valuations-3{
    background-color: #132a3f;
    padding-bottom:70px;
    position: relative;
}
.international-valuations-3 h2{
    font-size:44px;
    font-weight:700;
}
.international-valuations-3 p{
    font-size:18px;
    font-weight:400;
}
.international-valuations-4{
    background-image:url(../jpg/international-valuations-4-bg.jpg);
    padding-top:60px;
    padding-bottom:50px;
    background-size:cover;
    background-repeat:no-repeat;
}

.international-valuations-4 .our-international-tax-img-text h4{
    font-size:18px;
}
.international-valuations-4  .our-international-tax-img-text{
    text-align:center;
}
.international-valuations-4 .our-international-tax-img-text p{
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}
/*international-valuations-bg Page*/
@media(min-width:1399px){
    .container-fluid{
        padding-left:60px;
        padding-right:60px;
    }
}
@media(min-width:1599px){
    .container{
        max-width:1510px;
    }
}

@media(min-width:1399px){
    .container-fluid{
        padding-left:60px;
        padding-right:60px;
    }
}
@media(min-width:1599px){
    .container{
        max-width:1510px;
    }
}