@import "../css/external/external-core.css";
@import "../css/internal/internal-core.css";
/*.cmp-sto-gra-top{
    background-image: url("../images/sports/brand-story/asics/asics_.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    background-attachment: fixed;
}*/
body {
    font-family: 'Montserrat', sans-serif;
}

	
::selection {
    color: #ffffff;
    /*background-color: #2151a1;*/
    background-color: #2151a1;
}

/* start of header */

.b-top {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: white;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.top-i-top {
    padding: 15px 10px;
    border-bottom: none;
}

.cmp-com-wid {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

/* start of navigation */

.cmp-pad-zer {
    padding: 0 0;
}

.navbar-image {
    width: 242px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-image img {
    width: 100%;
    height: auto;
    display: block;
}


.ctl-nav-txt {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ctl-nav-txt:hover, .ctl-drp-txt:hover {
    color: #2151a1;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ctl-nav-txt.active {
    color: #2151a1;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.cmp-drp-dwn {
    padding: 0;
    margin: 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5a5a5a26;
    border-radius: 0;
    left: -365px;
}

.ctl-drp-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}

.ctl-flx-com {
    margin: 15px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
    color: #2151a1 !important;
}

.ctl-drp-upe-txt {
    text-transform: uppercase;
    border-bottom: 1px solid #b1b1b1;
    font-weight: 700;
}

.ctl-drp-cap-txt {
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}

.ctl-drp-txt {
    color: #21405d;
    font-size: 15px;
    font-style: normal;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}

.ctl-drp-txt:focus {
    color: #2151a1;
    border: none;
    outline: none;
    box-shadow: none;
}

.ctl-drp-txt:hover {
    background-color: transparent;
}

.ctl-pad-rit {
    padding-right: 0 !important;
}

/* end of navigation */

/* end of header */

/* start of main */

.cmp-per-wid {
    width: 100%;
    margin: auto;
}

.cmp-sec-two, .cmp-sec-fou, .cmp-sec-fiv {
    padding: 50px 50px;
}

.cmp-sec-thr {
    background-color: #f2f2f0;
}

.ctl-cen-com-flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-com-blo-inf {
    width: 33.33%;
}

.ctl-com-blo-inf a {
    text-decoration: none;
    display: block;
}

.ctl-com-blo-inf a:hover .ctl-blo-img-top {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.ctl-com-blo-inf a:hover .ctl-blo-tit-bot p,
.ctl-com-blo-inf a:hover .ctl-blo-tit-bot span {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.ctl-ser-con-top {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: none;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctl-blo-img-top img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-blo-tit-bot {
    position: absolute;
    top: 12%;
    left: 30%;
    transform: translate(-30%, -12%);
}

.ctl-blo-tit-bot span {
    color: #163663;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-text-stroke-width: 1px;
}

.ctl-blo-tit-bot p {
    color: #1d1d1d;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-text-stroke-width: 1px;
}

.ctl-cen-par-txt p {
    color: #1d1d1d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 26px;
    /*line-height: normal;*/
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-cen-par-txt p:not(:last-child) {
    /*padding-bottom: 30px;*/
    padding-bottom: 20px;
}

.ctl-blo-com-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-fur-abt-cen {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ctl-com-inf-blo:not(:last-child) {
    margin-bottom: 68px;
}

.ctl-whi-par-txt p {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    line-height: 27px;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-lnk-rit-pic {
    max-width: 250px;
    width: 100%;
}

.ctl-lnk-rit-pic img {
    width: 100%;
    height: 80px;
    display: block;
    object-fit: contain;
}

.ctl-vis-mis-blo {
    margin-bottom: 40px;
}

.ctl-cen-hdr-tit {
    margin-bottom: 20px;
}


.ctl-cen-hdr-tit h4 {
    text-align: left;
}

.ctl-txt-val-cen h4 {
    text-align: center;
}

.ctl-cen-hdr-tit h4, .ctl-txt-val-cen h4 {
    color: #163663;
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}


.ctl-cen-hdr-tit h4 span, .ctl-txt-val-cen h4 span {
    font-weight: 700;
    display: block;
}


.ctl-vis-par-txt p {
    color: #1d1d1d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 27px;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-vis-par-txt p:not(:last-child) {
    padding-bottom: 15px;
}

/* start of about section */

.cmp-fut-val-bot {
    background-color: #f2f2f0;
    padding: 50px;
}


.cmp-sec-abt-thr, .cmp-sec-abt-fou, .cmp-sec-abt-fiv {
    padding: 120px 50px;
}

.cmp-sec-abt-thr, .cmp-sec-abt-fiv {
    background-color: #f2f2f0;
}

.cmp-sec-abt-fou {
    background-color: #ffffff;
}

.ctl-seg-num-txt {
    background-color: #d41d18;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: auto;
    display: table;
}

.ctl-seg-num-txt h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    display: table-cell;
    vertical-align: middle;
}

.ctl-tit-pat-top {
    margin-bottom: 35px;
}

.ctl-seg-hdr-top {
    margin-bottom: 25px;
}

.ctl-seg-hdr-top h4 {
    color: #1d1d1d;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 34px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.ctl-seg-hdr-top h4 span {
    color: #163663;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.ctl-seg-par-bot p, .ctl-uno-lis-inf li p {
    color: #1d1d1d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 27px;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-seg-par-bot p:not(:last-child) {
    padding-bottom: 15px;
}

.ctl-uno-lis-inf li p span {
    font-weight: 700;
    text-transform: uppercase;
}

.ctl-uno-lis-inf li:not(:last-child) {
    margin-bottom: 15px;
}

.ctl-uno-lis-inf {
    padding-left: 20px;
}

.ctl-uno-lis-inf li {
    list-style-type: disc;
    color: #000000;
}

.ctl-val-ico-top {
    background-color: #1c3f85;
    border-radius:30px;
    padding: 15px;
}

.ctl-val-ico-top img {
    width: 100px;
    height: 100px;
    /*width: 100%;*/
    /*height: auto;*/
    object-fit: contain;
    margin: auto;
    display: block
}

.ctl-val-txt-bot {
    margin-top: 20px;
}

.ctl-val-txt-bot h4 {
    color: #1d1d1d;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}

.ctl-val-ico-txt {
    padding: 15px;
}

/* end of about section */

/* end of main */

/* start of footer */

.bot-i-top {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0c254e;
}

/*.cmp-fot-flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cmp-fot-lft, .cmp-fot-cen {
    width: 30%;
    float: left;
}

.cmp-fot-rit {
    width: 40%;
    float: right;
}*/


.ctl-pro-hdr-top {
    margin-bottom: 35px;
}

.ctl-pro-hdr-top h5 {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-pro-hov-lnk li {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-pro-hov-lnk li:not(:last-child) {
    padding-bottom: 35px;
}

.ctl-pro-hov-lnk li i {
    color: #ffffff;
    font-size: 20px;
    padding-right: 10px;
}

.ctl-pro-hov-lnk li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-pro-hov-lnk li a span {
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-pro-hov-lnk li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.ctl-pro-hov-lnk li a:hover .ctl-ico-hov {
    color: #ffffff;
}

.ctl-tou-blo {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.ctl-tou-blo:not(:last-child) {
    margin-bottom: 25px;
}

.ctl-env-ico-lft {
    margin-right: 10px;
    width: 25px;
}

.ctl-env-ico-lft img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-env-ico-lft i {
    font-size: 20px;
    color: #ffffff;
}

.ctl-env-ema-rit address {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: 24px;
    letter-spacing: normal;
}

.ctl-env-ema-rit a, .ctl-pro-hov-lnk li a span {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.ctl-env-ema-rit a {
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-env-ema-rit a:hover, .ctl-fot-sit-lnk a:hover {
    text-decoration: none;
}

.bot-i-bot {
    background-color: #071b3c;
}

.cmp-fot-pad-blk {
    padding-top: 15px;
    padding-bottom: 15px;

}

.ctl-fot-soc-lnk {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-fot-soc-lnk li:not(:last-child) {
    margin-right: 15px;
}

.ctl-fot-soc-lnk li a {
    display: table;
    width: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.ctl-fot-soc-lnk li a:hover {
    text-decoration: none;
}

.ctl-fot-soc-lnk li a i {
    color: #071b3c;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
}

.ctl-fot-soc-lnk li a img {
    width: 100%;
    height: auto;
    display: block;
}


.ctl-cpy-fot-txt h6, .ctl-fot-sit-lnk li a span {
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.ctl-cpy-fot-txt h6 {
    text-align: center;
    text-transform: inherit;
    line-height: normal;
    letter-spacing: normal;
}
.ctl-cpy-fot-txt h6 a{
    color: #ffffff;
    font-weight: 600;
}
.ctl-fot-sit-lnk {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-fot-sit-lnk li:not(:last-child) {
    margin-right: 15px;
}

.ctl-fot-sit-lnk li a span {
    text-align: right;
    text-transform: inherit;
    line-height: normal;
    letter-spacing: normal;
    display: block;
}

/* end of footer */

/* start of electronic product main page */

/* start of main secondary navigation */
.top-i-bot {
    background-color: #f2f2f0;
    padding: 5px 10px;
}

.ctl-pro-sub-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-sub-nav-pro {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 10px 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.ctl-sub-nav-pro:hover, .ctl-drp-txt:hover {
    color: #2151a1;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ctl-sub-nav-pro.active {
    color: #2151a1;
}


.ctl-pro-nes-nav {
    padding: 0;
    min-width: 12rem;
    margin: 2px auto auto;
    font-size: 14px;
    color: #1d1d1d;
    border: 1px solid #f2f2f0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.ctl-pro-nes-nav a:hover, .ctl-drp-nav-pro:hover {
    /*background-color: #2151a1;*/
    color: #2151a1;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.ctl-drp-nav-pro.active {
    /*background-color: #2151a1;*/
    color: #2151a1;
}

.ctl-drp-nav-pro {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 15px 20px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.ctl-drp-nav-pro:not(:last-child) {
    border-bottom: 1px solid #f2f2f0
}


/* end of main secondary navigation */

/* start of product left navigation */
.ctl-lft-drp-nav {
    position: sticky;
    top: 190px;
    z-index: 99999;
}

.ctl-lft-nav-hdr {
    border-bottom: 1px solid #d8d8d7;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.ctl-lft-nav-hdr h3 {
    color: #1d1d1d;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}

.ctl-pro-lft-nav {
    background-color: transparent;
}

.ctl-pro-nav-tit {
    color: #1d1d1d;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    display: block;
    /* border-bottom: 1px solid #d8d8d7; */
    /* padding-bottom: 8px;*/
}

.ctl-main-nav-lis, .ctl-sub-nav-lis li a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

span.ctl-nav-hdr-txt {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 5px 15px;
    margin-top: 5px;
}

.ctl-nav-hdr-txt i {
    font-size: 16px;
    color: #1d1d1d;
}

.ctl-main-nav-lis li a {
    display: block;
}

.ctl-main-nav-lis li a:hover,
.ctl-sub-nav-lis li a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #e2336d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ctl-lea-sub-txt {
    color: #1d1d1d;
    /*font-size: 13px;*/
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 3px 30px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ctl-lea-sub-txt:hover {
    text-decoration: none;
}

/* end of product left navigation */

/* start of slider */
.ctl-car-ico-bot {
    bottom: 50px;
}

.ctl-car-ico-bot li {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: #f2f2f0;
    border-radius: 50%;
}

.ctl-car-ico-bot li img {
    width: 100%;
    height: auto;
}

.cmp-sli-rel {
    position: relative;
}

.ctl-sli-inf {
    height: auto;
    /*height: 80vh;*/
    overflow: hidden;
}

.ctl-sli-wid img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-act-sli-mob {
    display: none;
}


.ctl-sli-fis-tab {
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 0;
    transform: translateY(-50%);
    width: 53%;
    display: none;
}

.ctl-sli-fiv-tab, .ctl-sli-fou-tab, .ctl-sli-thr-tab, .ctl-sli-two-tab {
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 25%;
    right: auto;
    bottom: auto;
    left: 102px;
    padding: 0;
    transform: translateY(-50%);
    width: 53%;
    display: none;
}

.ctl-bnr-hdr-tit p {
    color: #ffffff;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
}

.ctl-bnr-hdr-txt {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ctl-bnr-hdr-txt p {
    color: #ffffff;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
}

.ctl-sli-btn-bot {
    width: 143px;
    display: none;
}

.ctl-sli-btn-bot a {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    background-color: #14015b;
    padding: 10px 10px;
    border-radius: 0;
    display: block;
}

.ctl-sli-btn-bot a:hover {
    text-decoration: none;
}

.ctl-sli-btn-bot a i {
    font-size: 27px;
    color: #ffffff;
}

.ctl-sli-col-ovr {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    top: 0;
}

.carousel-control-next {
    z-index: 9999999;
}

/* end of slider */

/* start of products categories */
.ctl-pro-blk-inf {
    margin-bottom: 30px;
}

.ctl-ino-txt-top a {
    display: block;
}

.ctl-pro-pic-top {
    background-color: #f7f7f7;
    padding: 25px 25px;
}

.ctl-pro-pic-top img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-inf-txt-bot {
    margin-top: 10px;
}

.ctl-pro-nme-pri {
    margin-bottom: 3px;
}

.ctl-pro-nme-pri h4 {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-pro-pri-cen {
    display: none;
}

.ctl-pro-pri-cen h4 {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-pro-str-cen {
    margin: 3px auto;
}

.ctl-pro-str-rat {
    display: none;
}

.ctl-pro-str-rat li {
    display: inline-block;
}

.ctl-pro-str-rat li i {
    font-size: 18px;
}

.ctl-pro-par-txt p {
    color: #1d1d1d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-str-act-ico {
    color: #224ea7;
}

.ctl-str-ina-ico {
    color: #bdbdbd;
}

/* end of products categories */

/* end of electronic product main page */


/* start of channel partners */

.ctl-cha-par-pic img,.ctl-cha-par-map img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-cha-par-pic {
    width: 100%;
    box-shadow: 0 0 12px #e7e7e7;
    border-radius: 18px;
    overflow: hidden;
}

.ctl-cha-par-wid {
    /*overflow: hidden;*/
}
.ctl-cha-par-hdr,.ctl-cha-par-onl{
    margin-bottom: 25px;
}

.ctl-onl-blo{
    margin-bottom: 55px;
}
.ctl-cha-par-off{
    margin-bottom: 50px;
}
.ctl-cha-par-hdr  span{
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    /*background-color: #d41d18;*/
    background-color: #ed4d2d;
    padding: 15px 15px;
    display: block;
    width: 240px;

}

.ctl-cen-par-con h4 {
    color: #1d1d1d;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 34px;
    letter-spacing: normal;
    text-transform: uppercase;
}

.ctl-cen-par-con h4 span {
    color: #163663;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
/* end of channel partners */

/* start of products sub page */
.ctl-pro-pic-gal {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 500px;
    /*overflow: hidden;*/
}

#ctl-sma-img-rol {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ctl-sho-pro-pic {
    width: 100%;
    height: 500px;
    background-color: #f7f7f7;
    padding: 50px;
    margin-left: 35px;
}

.ctl-sml-img-pic {
    width: 100px;
    height: auto;
    /*margin: 25px auto;*/
    position: relative;
    /*left: auto;*/
}

.ctl-sml-img-pic .icon-left, .ctl-sml-img-pic .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 999;
}

.ctl-sml-img-pic .icon-left {
    transform: rotate(180deg)
}

.ctl-sml-img-pic .icon-right {
    right: 0;
}

.ctl-sml-img-pic .icon-left:hover, .ctl-sml-img-pic .icon-right:hover {
    opacity: .5;
}

.ctl-sma-con-inf {
    /*width: 310px;*/
    /*height: 70px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: 0 auto;*/
}

.ctl-sma-con-inf div {
    /*width: 800%;*/
    /*position: relative;*/
}

.ctl-sma-con-inf .ctl-sho-sma-img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    float: left;
    background-color: #f7f7f7;
    padding: 15px !important;
    margin-bottom: 35px;
}

.ctl-sma-con-inf .ctl-sho-sma-img:last-of-type {
    margin-bottom: 0;
}

.ctl-pro-spe-inf img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-bnr-hdr-tit h4 {
    color: #1d1d1d;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-bnr-mod-tit h4 {
    color: #333333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-pro-des-txt, .ctl-bnr-hdr-tit {
    margin-top: 25px;
}

.ctl-pro-des-txt p {
    color: #1d1d1d;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    line-height: 27px;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-sho-pro-pic img {
    object-fit: contain;
}

/* end of products sub page */
/* start of brand story page */
.cmp-sto-cos-top {
    background-color: #1b3251;
}

.cmp-sto-leo-cen, .cmp-awd-cos-top {
    background-color: #172a48;
}

.cmp-sto-leo-bot, .cmp-awd-cos-cen {
    background-color: #ffffff;
}

.cmp-awd-cos-bot {
    background-color: #f2f2f0;
}

.cmp-brd-com-pad {
    padding: 50px 50px;
}

.ctl-brd-com-hdr {
    width: 292px;
}

.ctl-brd-glo-pic {
    max-width: 992px;
    width: 100%;
    margin: auto;
}

.ctl-brd-com-hdr img, .ctl-brd-glo-pic img {
    width: 100%;
    height: auto;
    display: block;
}


.ctl-brd-par-txt p {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    /*line-height: normal;*/
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-brd-par-txt p:not(:last-child) {
    padding-bottom: 20px;
}
.ctl-brd-par-txt p span {
    font-weight: 700;
    text-transform: uppercase;
}
.ctl-brd-par-txt {
    margin: 25px auto 40px;
}

.ctl-dis-par-txt p {
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    /*line-height: 32px;*/
    line-height: normal;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-dis-par-txt p:not(:last-child) {
    padding-bottom: 35px;
}

.ctl-dis-par-txt {
    margin: 25px auto 40px;
}

.ctl-brd-cos-pic {
    background-color: transparent;
}

.ctl-brd-qua-pic {
    box-shadow: 0 0 11px 2px #d2d2d2;
    border-radius: 15px;
    overflow: hidden;
}

.ctl-brd-cos-pic img, .ctl-brd-qua-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-brd-hdr-tit, .ctl-awd-hdr-tit h4 {
    margin-bottom: 35px;
}

.ctl-awd-hdr-tit h4 {
    color: #ffffff;
    text-align: left;
}

.ctl-brd-hdr-tit h4 {
    color: #163663;
    text-align: center;
}

.ctl-brd-hdr-tit h4, .ctl-awd-hdr-tit h4 {
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: inherit;
}


.ctl-brd-hdr-tit h4 span, .ctl-awd-hdr-tit h4 span {
    font-weight: 700;
    display: block;
}

.ctl-awd-img-con:not(:last-child) {
    margin-bottom: 25px;
}

.ctl-ard-inf-par li span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: inherit;
    list-style-type: disc;
    display: block;

}

.ctl-ard-inf-chi {
    margin-top: 10px;
}

.ctl-ard-inf-par, .ctl-ard-inf-chi {
    padding-left: 25px;
}

.ctl-ard-inf-chi li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    text-transform: inherit;
    list-style-type: disc;
}

.ctl-img-con-rit {
    width: 320px;
}

.ctl-img-con-rit img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-brd-fla-pic {
    width: 80%;
    margin-top: 10px;
}

.ctl-brd-ico-pic {
    width: 102px;
    margin-left: auto;
}

.ctl-brd-ico-pic img, .ctl-brd-fla-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-brd-fla-tit h5 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: inherit;
}

.ctl-brd-hdr-tit h5 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: inherit;
    padding-top: 15px;
}

.ctl-app-cap-pic {
    /*box-shadow: 0 0 11px 2px #d2d2d2;*/
    /*border-radius: 15px;*/
    /*overflow: hidden;*/
}

.ctl-app-cap-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-app-cap-txt {
    margin-top: 15px;
}

.ctl-app-cap-txt h4 {
    color: #1d1d1d;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    text-transform: inherit;
    padding: 0 15px;
}

/* end of brand story page */

/* start of contact page*/

.ctl-cot-map-top iframe {
    height: 560px;
    width: 100%;
}

.ctl-cot-map-top img {
    width: 100%;
    height: auto;
    display: block;
}

.ctl-cot-det-bot {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.ctl-cot-det-blo {
    padding: 50px 25px;
    /*position: relative;*/
    /*top: -170px;*/
    background-color: #ffffff;
    z-index: 101;

}
.ctl-cot-mar-top{
    margin-top: 5px;
}
.ctl-cot-flx-inf {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;

}

.ctl-cot-flx-inf li {
    width: 33.33%;
    padding: 25px 25px;
    box-shadow: 0 0 5px 5px #f2f2f0;
    margin: 14px;
    border-radius: 11px;
}

.ctl-cot-flx-inf li:nth-of-type(2) {
    /*border-right: 2px solid #e7e7e4;*/
    /*border-left: 2px solid #e7e7e4;*/
}

.ctl-cot-ico-top {
    display: table;
    margin: auto;
}

.ctl-cot-icon {
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
}
.ctl-cot-icon i,.ctl-cot-cal-ico i{
    font-size: 37px;
    color: #ffffff;
}
.ctl-bck-blu {
    background-color: #2151a1;
}


.ctl-bck-ros {
    background-color: #d41d18;
}

.ctl-add-inf-bot {
    margin-top: 25px;
}

.ctl-add-inf-bot h4 {
    color: #1d1d1d;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-add-inf-bot address, .ctl-add-inf-bot a {
    color: #1d1d1d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-con-frm-bot {
    margin-top: 50px;
}


.ctl-cot-cus-txt h4, .ctl-cot-tit-txt h4 {
    color: #1d1d1d;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: inherit;
}

.ctl-con-num-txt a {
    color: #1d1d1d;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    text-transform: inherit;
    pointer-events: none;
    display: block;
}
.ctl-con-num-txt h4 a:hover{
    text-decoration: none;
}
.ctl-cot-frm-cen {
    margin: 50px auto;
}

.ctl-frm-pot-box {
    margin-bottom: 25px;
}

.ctl-frm-pot-box label {
    color: #1d1d1d;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding-bottom: 15px;
}

.ctl-frm-pot-box label i {
    color: #ff0000;
    font-size: 10px;
}

.ctl-pot-inp-box {
    color: #1d1d1d;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    letter-spacing: normal;
    border: 1px solid #e6e6e6;
    padding: 20px 15px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;

}

.ctl-pot-inp-box:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #bfbfbf;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.ctl-pot-inp-box::placeholder {
    color: #5D5E82;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    line-height: normal;
    letter-spacing: normal;
}


.ctl-btn-sub-rit {
    width: 100%;
}

.ctl-cot-sub-btn {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-transform: inherit;
    letter-spacing: normal;
    display: block;
    background-color: #2151a1;
    border: 1px solid #2151a1;
    box-sizing: border-box;
    padding: 20px 22px;
    border-radius: 0;
    text-decoration: none;
    float: right;
    width: 260px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

.ctl-cot-sub-btn:focus {
    outline: 0;
}

.ctl-cot-sub-btn:hover {
    background-color: #133e85;
    border: 1px solid #133e85;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ctl-cot-ico-blo {
    display: table;
    margin: auto;
}

.ctl-cot-cal-ico {
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
}

/* end of contact page */

.navbar-toggler[aria-expanded="true"] .navbar-toggler-ico i:before{
    content: "\f00d";
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-ico  i:before{
    content: "\f0c9";
}
.cmp-sto-gra-top,.cmp-sto-gra-cen{
    background-color: #f2f2f0;
}
.cmp-str-spo-cen{
    background-color: #ffffff;
}
.ctl-spo-col-ovr p{
    color: #000000;
}
.ctl-spo-pic-bck{
    background-color: #0000000d;
    padding: 15px;
}
.ctl-spo-ovr-sty {
    background-color: transparent;
    padding: 20px 20px;
    border: 2px solid #f7f7f7;
}
.ctl-res-two-col{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}