/*ALL PAGE*/
.box-contact {
    padding-bottom: 160px;
}
.box-contact .box-text {
    max-width: 744px;
    text-align: center;
    margin: 0 auto;
}
.box-contact .box-text h3 {
    font-family: Poppins;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.54px;
    color: #363636;
}
.box-contact .box-text p {
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #444444;
}
.box-contact .box-text a {
    padding: 20px 43.5px;
    border-radius: 30px;
    background-color: #006796;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-align: center;
    color: #fdfdfd;
    display: inline-block;
    margin-top: 45px;
}

/*SERVICES AND SOLUTIONS PAGE*/
.template-service-solution .box-banner {
    background-image: linear-gradient(280deg,#005176 13%,#0095d6 100%)!important;
    background-position: right 0px bottom 100px;
    background-repeat: no-repeat;
    padding-top: 60px;
    margin-bottom: 60px;
    padding-left: 10%;
    display: flex;
    margin-top: 75px;
}
.template-service-solution .box-banner .box-text {
    width: 32%;
}
.template-service-solution .box-banner .box-text h2 {
    font-family: Poppins;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -0.72px;
    color: #fdfdfd;
    margin-top: 36px;
    margin-bottom: 20px;
    padding: 0;
}
.template-service-solution .box-banner .box-text p {
    font-size: 21px;
    font-style: normal;
    line-height: 1.38;
    color: #fdfdfd;
}
.template-service-solution .box-banner .box-text ul {
    display: flex;
    padding-top: 60px;
}
.template-service-solution .box-banner .box-text ul li a {
    padding: 17px 40px;
    border-radius: 30px;
    background-color: #006796;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-align: center;
    color: #fdfdfd;
    display: block;
    border: solid 2px #006796;
}
.template-service-solution .box-banner .box-text ul li:last-child a{
    background-color: transparent;
    border: solid 2px #fdfdfd;
    margin-left: 27px;
}
.template-service-solution .box-banner .box-img {
    width: 68%;
}
.template-service-solution .box-banner .box-img img {
    width: 100%;
    padding-left: 9%;
}
.template-service-solution .box-items {
    padding: 60px 0 150px;
}
.template-service-solution .box-items .box-item {
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.template-service-solution .box-items .box-item .box-img{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 60%;
}
.template-service-solution .box-items .box-item .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.template-service-solution .box-items .box-item.img-left .box-img img{
    padding-right: 15%;
}
.template-service-solution .box-items .box-item.img-right .box-img img{
    padding-left: 15%;
}
.template-service-solution .box-items .box-item .box-text{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
}
.template-service-solution .box-items .box-item .box-text h2 {
    margin: 0 0 16px;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -0.48px;
    color: #363636;
}
.template-service-solution .box-items .box-item .box-text p {
    margin: 16px 0px 30px;
    font-size: 18px;
    line-height: 1.44;
    color: #444444;
}
.template-service-solution .box-items .box-item .box-text ul {
    margin-bottom: 47px;
    list-style-type: circle;
    padding-left: 20px;
}
.template-service-solution .box-items .box-item .box-text ul li {
    font-size: 16px;
    line-height: 1.44;
    color: #636363;
}
.template-service-solution .box-items .box-item .box-text a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-align: center;
    color: #0093d6;
    position: relative;
}
.template-service-solution .box-items .box-item .box-text a:before {
    content: '\f105';
    position: absolute;
    right: -15px;
    font-family: FontAwesome;
}
.template-service-solution .box-support {
    display: flex;
}
.template-service-solution .box-support .box-text {
    width: 60%;
    background-image: url(http://phoenixit.wpengine.com/wp-content/uploads/2020/11/bg3-300x83-1.png);
    padding: 8% 0;
    background-size: cover;
    padding-left: 8%;
}
.template-service-solution .box-support .box-text h3 {
    margin: 0 0 37px;
    font-family: Poppins;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.54px;
    color: #fdfdfd;
    padding: 0;
}
.template-service-solution .box-support .box-text p {
    font-size: 18px;
    line-height: 1.44;
    color: #ffffff;
    max-width: 464px;
}
.template-service-solution .box-support .box-button {
    width: 40%;
    background-image: url(http://phoenixit.wpengine.com/wp-content/uploads/2020/11/Group3-300x206.png);
    padding: 170px 0;
    background-size: cover;
    text-align: center;
}
.template-service-solution .box-support .box-button a {
    padding: 20px 43.5px 17px;
    border-radius: 30px;
    background-color: #d8d8d8;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-align: center;
    color: #006796;
}
/*INDUSTRIES PAGE*/
.template-industries .box-banner {
    padding-top: 110px;
    padding-bottom: 45px;
    margin-top: 75px;
}
.template-industries .box-banner h3 {
    max-width: 584px;
    font-family: Poppins;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.54px;
    text-align: center;
    color: #363636;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 25px;
}
.template-industries .box-banner p {
    max-width: 540px;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #444444;
    margin: 0 auto;
}
.template-industries .box-slider {
    padding: 75px 0;
    background-image: linear-gradient(109deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1) 100%), linear-gradient(to bottom, #f6f6f6, #f6f6f6);
}
.template-industries .box-slider ul li img{
    max-width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}
.template-industries .box-slider ul li p.description {
    max-width: 556px;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
    color: #444444;
    margin: 33px auto;
    padding: 0;
}
.template-industries .box-slider ul li p.info {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: -0.19px;
    text-align: center;
    color: #363636;
}
.template-industries .box-slider ul .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.template-industries .box-slider ul .owl-nav button.owl-next {
    float: right;
}
.template-industries .box-slider ul .owl-nav button span {
    color: #0065f2;
    font-size: 70px;
    font-weight: 100;
}
.template-industries .box-service {
    padding: 80px 0 120px;
}
.template-industries .box-service ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 30px;
}
.template-industries .box-service ul li {
    flex-direction: column;
    grid-column-start: span 3;
    grid-column-end: span 3;
    padding: 60px 0 30px;
}
.template-industries .box-service ul li img {
    max-height: 32px;
}
.template-industries .box-service ul li h3 {
    margin: 11px 0 8px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #444444;
    padding: 0;
}
.template-industries .box-service ul li p {
    font-size: 16px;
    line-height: 1.44;
    color: #636363;
}
.template-industries .box-brand {
    padding-bottom: 90px;
}
.template-industries .box-brand ul {
    display: flex;
    align-items: center;
}
.template-industries .box-brand ul li {
    width: calc(20% - 20px);
    float: left;
    margin: 0 10px;
    text-align: center;
}
.template-industries .box-brand ul li img{
    max-height: 74px;
}
/*CASE STUDIES PAGE*/
.template-service-solution {

}
.template-case-studies .box-banner {
    background-image: linear-gradient(111deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1) 101%), linear-gradient(to bottom, #f6f6f6, #f6f6f6);
    padding: 96px 0;
    background-position: inherit;
    margin-top: 75px;
}
.template-case-studies .box-banner h5 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #959595;
    padding: 0;
    text-transform: uppercase;
    max-width: 556px;
    margin: 0 auto;
}
.template-case-studies .box-banner h2 {
    max-width: 556px;
    margin: 19px auto;
    font-family: Poppins;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.54px;
    text-align: center;
    color: #363636;
}
.template-case-studies .box-banner p {
    max-width: 672px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1.38;
    text-align: center;
    color: #444444;
}
.template-case-studies .box-banner .box-link {
    text-align: center;
}
.template-case-studies .box-banner .box-link a {
    padding: 20px 43.5px 17px;
    border-radius: 30px;
    background-color: #006796;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-align: center;
    color: #fdfdfd;
    display: inline-block;
    margin-top: 53px;
}
.template-case-studies .box-items {
    padding: 80px 0 160px;
}
.template-case-studies .box-items li.box-item {
    padding: 52px 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.template-case-studies .box-items li.box-item .box-text,
.template-case-studies .box-items li.box-item .box-img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}
.template-case-studies .box-items li.box-item .box-text h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #959595;
    padding: 0;
}
.template-case-studies .box-items li.box-item .box-text h2 {
    margin: 11px 0 26px;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.35px;
    color: #363636;
    padding: 0;
}
.template-case-studies .box-items li.box-item .box-text p {
    font-size: 18px;
    line-height: 1.44;
    color: #444444;
    margin-bottom: 60px;
}
.template-case-studies .box-items li.box-item .box-text a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-align: center;
    color: #0093d6;
    position: relative;
}
.template-case-studies .box-items li.box-item .box-text a:before {
    content: '\f105';
    position: absolute;
    right: -15px;
    font-family: FontAwesome;
}
.template-case-studies .box-items li.box-item .box-img img {
    width: 100%;
    height: 100%;
}
.template-case-studies .box-items li.box-item.img-right .box-text {
    padding-right: 55px;
}
.template-case-studies .box-items li.box-item.img-right .box-img {
    padding-left: 22px;
}
.template-case-studies .box-items li.box-item.img-left .box-text {
    padding-left: 55px;
}
.template-case-studies .box-items li.box-item.img-left .box-img {
    padding-right: 22px;
}
/*CONTACT PAGE*/
.template-contact .box-banner {
    padding: 60px 0;
    margin-top: 75px;
}
.template-contact .box-banner .container {
    display: flex;
    align-items: center;
}
.template-contact .box-banner .box-description {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}
.template-contact .box-banner .box-description h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #959595;
    padding: 0;
    text-transform: uppercase;
}
.template-contact .box-banner .box-description h2 {
    margin: 24px 0 22.2px;
    font-family: Poppins;
    font-size: 41px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.54px;
    color: #363636;
    padding: 0;
}
.template-contact .box-banner .box-description p {
    font-size: 21px;
    line-height: 1.38;
    color: #444444;
}
.template-contact .box-banner .box-address {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}
.template-contact .box-banner .box-address .box-text {
    max-width: 275px;
    float: right;
}
.template-contact .box-banner .box-address h5 {
    margin: 0 0 3px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #444444;
    padding: 0;
}
.template-contact .box-banner .box-address p {
    font-size: 16px;
    line-height: 1.44;
    color: #636363;
}
.template-contact .box-tab {
    padding-bottom: 137px;
}
.template-contact .box-tab .box-content {
    max-width: 540px;
    margin: 0 auto;
}
.template-contact .box-tab .box-content .nav-tab {
    display: flex;
}
.template-contact .box-tab .box-content .nav-tab a{
    font-family: Poppins;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.44px;
    text-align: center;
    color: #8c8c8c;
}
.template-contact .box-tab .box-content .nav-tab li{
    width: 50%;
    border: none;
    background-color: transparent;
    padding: 0 20px;
}
.template-contact .box-tab .box-content .nav-tab li:first-child{
    text-align: right;
}
.template-contact .box-tab .box-content .nav-tab li a{
    padding: 10px 0;
    display: inline;
}
.template-contact .box-tab .box-content .nav-tab li.ui-tabs-active a {
    border-bottom: 2px solid;
    color: #0093d6;
}
.template-contact .box-tab .box-content .box-form {
    padding-top: 67px;
}
.template-contact .box-tab .box-content .box-form label{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    letter-spacing: -0.19px;
    color: #636363;
}
.template-contact .box-tab .box-content .box-form input,
.template-contact .box-tab .box-content .box-form select,
.template-contact .box-tab .box-content .box-form textarea{
    margin: 6px 0 0;
    padding: 12px 0 12px 16px;
    border-radius: 3px;
    border: solid 1px #dedede;
    background-color: #fcfcfc;
    width: 100%;
}
.template-contact .box-tab .box-content .box-form .button-form-contact {
    padding: 17px 90px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.44px;
    color: #fdfdfd;
    border-radius: 30px;
    background-color: #006796;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.template-contact .box-tab .box-content .box-form .button-form-contact:after{
    display: none;
}
.template-contact .box-tab .box-content .box-form p.text-form {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: -0.35px;
    color: #363636;
}
/*FAQ PAGE*/
.template-faq {}
.box-banner {
    padding: 76px 0 97px;
    margin-top: 75px;
}
.template-faq .box-banner h5 {
    padding: 0;
    max-width: 350px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #959595;
    margin: 0 auto;
}
.template-faq .box-banner h2 {
    max-width: 502px;
    padding: 0;
    margin: 17px auto 28px;
    font-family: Poppins;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.54px;
    text-align: center;
    color: #363636;
}
.template-faq .box-banner form.et_pb_searchform {
    max-width: 545px;
    margin: 0 auto;
    position: relative;
}
.template-faq .box-banner input.et_pb_s {
    width: 100%;
    height: 60px;
    padding: 0 0 0 22px;
    border-radius: 30px;
    border: solid 2px #e8e8e8;
    background-color: #fdfdfd;
}
.template-faq .box-banner button.et_pb_searchsubmit {
    position: absolute;
    height: 100%;
    right: 0;
    background-color: #006796;
    padding: 0;
    width: 80px;
    border: none;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    cursor: pointer;
}
.template-faq .box-banner button.et_pb_searchsubmit i {
    font-size: 23px;
    color: #fff;
}
.template-faq .box-content{
    padding-bottom: 250px;
}
.template-faq .box-content .box-sidebar {
    width: 25%;
    float: left;
    padding-right: 30px;
}
.template-faq .box-content .box-sidebar #text-18,
.template-faq .box-content .box-sidebar #text-19{
    display: none;
}
.template-faq .box-content .box-sidebar ul.menu li.menu-item-has-children{
    position: relative;
}
.template-faq .box-content .box-sidebar ul.menu li.menu-item-has-children i{
    cursor: pointer;
    position: absolute;
    right: 55%;
    top: 0px;
    color: #c2c2c2;
    padding: 5px;
}
.template-faq .box-content .box-sidebar ul.menu li.menu-item-has-children i.active:before{
    content: "\f0d8";
    color: #636363;
}
.template-faq .box-content .box-sidebar ul.menu li a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    color: #636363;
}
.template-faq .box-content .box-sidebar ul.menu li ul.sub-menu li a {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    color: #0093d6;
}
.template-faq .box-content .box-sidebar .widget_categories h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #444444;
    margin-bottom: 6px;
}
.template-faq .box-content .box-sidebar .widget_categories li {
    margin: 16px 15px 0 0;
    display: inline-block;
    padding: 9px 14px 8px 13px;
    border-radius: 18px;
    background-color: #d8d8d8;
    text-align: center;
}
.template-faq .box-content .box-sidebar .widget_categories a {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.35px;
    text-align: center;
    color: #636363;
}
.template-faq .box-content .box-sidebar #sidebar {
    width: 100%;
}
.template-faq .box-content .box-accordion {
    width: 75%;
    float: right;
    padding-left: 5.5%;
    border-left: 1px solid #e4e4e4;
}
.template-faq .box-content .box-accordion .box-title {
    margin-bottom: 45px;
}
.template-faq .box-content .box-accordion .box-title h3 {
    margin: 0 0 26px;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -0.48px;
    color: #363636;
    padding: 0;
}
.template-faq .box-content .box-accordion .box-title p {
    font-size: 18px;
    line-height: 1.44;
    color: #444444;
}
.template-faq .box-content .box-accordion .accordion-item h3 {
    position: relative;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.24px;
    color: #363636;
    cursor: pointer;
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 20px 19px 0;
}
.template-faq .box-content .box-accordion .accordion-item h3:after{
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
}
.template-faq .box-content .box-accordion .accordion-item h3.ui-accordion-header-active:after{
    content: "\f107";
}
.template-faq .box-content .box-accordion .accordion-item h3.ui-accordion-header-active {
    border-bottom: none;
}
.template-faq .box-content .box-accordion .accordion-item div {
    padding: 0 0 32px;
}
.template-faq .box-content .box-accordion .accordion-item .ui-accordion-content-active {
    border-bottom: 1px solid #d5d5d5;
}
.template-faq .box-content .box-accordion .accordion-item p {
    font-size: 18px;
    line-height: 1.44;
    color: #444444;
}
.template-faq .box-content .box-accordion .box-accordion-bot {
    margin-top: 150px;
}
/*BLOG PAGE*/
.template-blog {

}
.template-blog .section-search {
    padding-top: 75px;
    margin-top: 75px;
}
.template-blog .section-search .subtitle {
    font-family: Poppins;
    font-weight: 500;
    color: #959595!important;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.template-blog .section-search h2.title {
    font-family: Poppins;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    max-width: 502px;
    margin: 0 auto;
}
.template-blog .section-search form {
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: 30px auto 90px;
    position: relative;
}
.template-blog .section-search form input {
    padding: 20px 15px;
    border-radius: 30px;
    width: 100%;
    height: 60px;
}
.template-blog .section-search form button {
    position: absolute;
    color: #ffffff!important;
    background-color: #006796;
    right: 0;
    height: 60px;
    width: 80px;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.template-blog .section-search form button i {
    font-size: 20px;
}
.template-blog .section-featured-articles {
    padding-bottom: 80px;
}
.template-blog .section-featured-articles h2 {
    padding-bottom: 0;
    margin-bottom: 40px;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.17;
    letter-spacing: 1px;
    text-align: center;
    color: #636363;
}
.template-blog .section-featured-articles .featured-articles {
    display: flex;
}
.template-blog .section-featured-articles .featured-articles .box-left {
    padding-right: 15px;
}
.template-blog .section-featured-articles .featured-articles .box-right {
    padding-left: 15px;
}
.template-blog .section-featured-articles .featured-articles .box-item .box-img {
    position: relative;
    height: 100%;
}
.template-blog .section-featured-articles .featured-articles .box-item .box-img img {
    height: 100%;
}
.template-blog .section-featured-articles .featured-articles .box-item .box-img .box-over {
    position: absolute;
    bottom: 30px;
    padding-left: 35px;
    padding-right: 15px;
}
.template-blog .section-featured-articles .featured-articles .box-item .box-img .box-over h2 {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -0.35px;
    color: #fdfdfd;
    text-align: left;
    margin-bottom: 8px;
}
.template-blog .section-featured-articles .featured-articles .box-item .box-img .box-over p {
    font-size: 18px;
    line-height: 1.44;
    color: #fdfdfd;
    margin-bottom: 30px;
    max-width: 345px;
}
.template-blog .section-featured-articles .featured-articles .box-item .box-img .box-over a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    color: #fdfdfd;
    position: relative;
}
.template-blog .section-featured-articles .featured-articles .box-item .box-img .box-over a:before {
    content: '\f105';
    position: absolute;
    right: -15px;
    font-family: FontAwesome;
}
.template-blog .section-featured-articles .featured-articles .box-left .box-item:first-child{
    height: 62%;
    padding-bottom: 15px;
}
.template-blog .section-featured-articles .featured-articles .box-left .box-item:last-child {
    height: 38%;
    padding-top: 15px;
}
.template-blog .section-featured-articles .featured-articles .box-right .box-item:first-child{
    height: 38%;
    padding-bottom: 15px;
}
.template-blog .section-featured-articles .featured-articles .box-right .box-item:last-child {
    height: 62%;
    padding-top: 15px;
}
.template-blog .section-popular-topics h2 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 1px;
    text-align: center;
    color: #636363;
    margin: 25px 0 48px;
    padding: 0;
}
.template-blog .section-popular-topics ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    display: -ms-grid;
    display: grid;
    border-top: solid 1px #e4e4e4;
}
.template-blog .section-popular-topics li {
    grid-column-start: span 6;
    grid-column-end: span 6;
    display: flex;
    padding: 50px 0 90px;
    border-bottom: solid 1px #e4e4e4;
}
.template-blog .section-popular-topics li:nth-child(2n+1) {
    padding-right: 6%;
}
.template-blog .section-popular-topics li:nth-child(2n) {
    padding-left: 6%;
    border-left: solid 1px #e4e4e4;
}
.template-blog .section-popular-topics li .box-img {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
}
.template-blog .section-popular-topics li .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.template-blog .section-popular-topics li .box-content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    padding-left: 8%;
}
.template-blog .section-popular-topics li .box-content h3 {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -0.35px;
    color: #363636;
}
.template-blog .section-popular-topics li .box-content p {
    margin: 8px 0 32px;
    font-size: 18px;
    line-height: 1.44;
    color: #636363;
}
.template-blog .section-popular-topics li .box-content a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    color: #0093d6;
    position: relative;
}
.template-blog .section-popular-topics li .box-content a:before {
    content: '\f105';
    position: absolute;
    right: -15px;
    font-family: FontAwesome;
}
.template-blog .section-category {
    padding: 40px 0 170px;
}
.template-blog .section-category h2 {
    padding: 0;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: -0.35px;
    text-align: center;
    color: #636363;
    margin-bottom: 30px;
}
.template-blog .section-category ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.template-blog .section-category ul li {
    padding: 13px 10px 12px;
    border-radius: 23px;
    background-color: #d8d8d8;
    margin: 10px;
    display: inline-block;
}
.template-blog .section-category ul li:hover {
    background-color: #006796;
}
.template-blog .section-category ul li:hover a {
    color: #fdfdfd;
}
.template-blog .section-category ul li a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-align: center;
    color: #636363;
}
/*RESPONSIVE*/
@media (max-width: 1199px){
    p{
        font-size: 16px !important;
    }
    .template-service-solution .box-banner {
        background-position: 0;
    }
    .template-service-solution .box-banner .box-text ul {
        padding-top: 30px;
        flex-direction: column;
    }
    .template-service-solution .box-banner .box-text ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .template-service-solution .box-banner .box-text ul li:last-child a {
        margin-left: 0;
    }
    .template-service-solution .box-items {
        padding: 30px 0 60px;
    }
    .template-service-solution .box-items .box-item {
        padding: 30px 0;
    }
    .template-service-solution .box-items .box-item .box-text h2 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .template-service-solution .box-items .box-item .box-text p {
        margin: 10px 0px 20px;
    }
    .template-service-solution .box-items .box-item .box-text ul {
        margin-bottom: 20px;
    }
    .box-contact {
        padding-bottom: 100px;
    }
    .template-industries .box-banner {
        padding-top: 60px;
    }
    .template-industries .box-brand {
        padding-bottom: 60px;
    }
    .template-industries .box-slider {
        padding: 60px 0;
    }
    .template-industries .box-service {
        padding: 60px 0 100px;
    }
    .template-industries .box-service ul li {
        padding: 30px 0 0px;
    }
    .template-case-studies .box-items li.box-item {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .template-case-studies .box-items li.box-item .box-text h2 {
        margin: 10px 0 20px;
    }
    .template-case-studies .box-items li.box-item .box-text p {
        margin-bottom: 30px;
    }
    .template-faq .box-banner {
        padding: 60px 0 70px;
    }
    .template-faq .box-content .box-accordion .box-accordion-bot {
        margin-top: 60px;
    }
    .template-faq .box-content .box-accordion .box-title h3 {
        margin: 0px 0 15px;
    }
    .template-faq .box-content .box-accordion .box-title {
        margin-bottom: 20px;
    }
    .template-faq .box-content {
        padding-bottom: 90px;
    }
    .template-blog .section-popular-topics li .box-img {
        flex-basis: 40%;
    }
    .template-blog .section-popular-topics li .box-content {
        flex-basis: 60%;
        padding-left: 5%;
    }
    .template-blog .section-popular-topics li {
        padding: 30px 0 60px;
    }
    .template-blog .section-category {
        padding: 40px 0 100px;
    }
}
@media (max-width: 1051px){
    .header-custom .et_pb_menu .et-menu>li {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 1024px){
    .template-industries .box-service ul li {
        grid-column-start: span 4;
        grid-column-end: span 4;
    }
    .template-service-solution .box-items .box-item,
    .template-case-studies .box-items li.box-item,
    .template-contact .box-banner .container {
        align-items: inherit;
    }
}
@media (max-width: 991px){
    div.container {
        width: 90%;
    }
    .template-industries .box-service ul li {
        grid-column-start: span 6;
        grid-column-end: span 6;
    }
}
@media (max-width: 980px){
    .header-custom .et_pb_image_0_tb_header {
        width: 50%;
    }
    .header-custom .et_pb_column.et_pb_column_1_3.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px){
    .template-service-solution .box-banner {
        flex-direction: column;
        padding-left: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
    .template-service-solution .box-items .box-item {
        flex-direction: column;
    }
    .template-service-solution .box-items .box-item .box-img {
        flex-basis: 100%;
    }
    .template-service-solution .box-items .box-item .box-text {
        flex-basis: 100%;
    }
    .template-service-solution .box-items .box-item.img-right .box-img img {
        padding-left: 0%;
    }
    .template-service-solution .box-items .box-item.img-left .box-img img {
        padding-right: 0%;
    }
    .template-service-solution .box-support {
        flex-direction: column;
    }
    .template-service-solution .box-banner .box-img,
    .template-service-solution .box-banner .box-text,
    .template-service-solution .box-support .box-button,
    .template-service-solution .box-support .box-text {
        width: 100%;
    }
    .template-service-solution .box-support .box-text{
        padding-left: 5%;
    }
    .template-service-solution .box-banner .box-text h2 {
        font-size: 35px;
    }
    .template-service-solution .box-items .box-item .box-text h2,
    .template-service-solution .box-support .box-text h3,
    .box-contact .box-text h3,
    .template-industries .box-banner h3,
    .template-case-studies .box-banner h2,
    .template-contact .box-banner .box-description h2,
    .template-faq .box-banner h2{
        font-size: 30px;
    }
    .template-service-solution .box-banner .box-text ul li {
        width: 70%;
    }
    .template-industries .box-service ul li {
        grid-column-start: span 12;
        grid-column-end: span 12;
    }
    .template-industries .box-slider ul li p.description {
        padding: 0 30px;
    }
    .template-case-studies .box-items li.box-item {
        flex-direction: column;
    }
    .template-case-studies .box-items li.box-item.img-left .box-img,
    .template-case-studies .box-items li.box-item.img-right .box-text {
        padding-right: 0;
    }
    .template-case-studies .box-items li.box-item.img-left .box-text,
    .template-case-studies .box-items li.box-item.img-right .box-img {
        padding-left: 0;
    }
    .template-contact .box-banner .container {
        flex-direction: column;
    }
    .template-contact .box-banner .box-address .box-text {
        max-width: 100%;
        float: left;
        margin-top: 20px;
    }
    .template-contact .box-banner .box-address p {
        padding-bottom: 0px;
    }
    .header-custom .et_pb_column.et_pb_column_1_3.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 48px;
    }
    .template-faq .box-content .box-sidebar {
        width: 100%;
        padding-right: 0;
    }
    .template-faq .box-content .box-accordion {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .template-faq .box-content .box-accordion .box-title h3{
        font-size: 25px;
    }
    .template-faq .box-banner button.et_pb_searchsubmit {
        width: 60px;
    }
    .template-blog .featured-articles .box-left,
    .template-blog .featured-articles .box-right,
    .template-blog .featured-articles .box-item .box-img img{
        width: 100%;
    }
    .template-blog .section-popular-topics li {
        grid-column-start: span 12;
        grid-column-end: span 12;
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
    }
    .template-blog .section-popular-topics li:nth-child(2n) {
        padding-left: 0;
        border-left: none;
    }
    .template-blog .section-popular-topics li:nth-child(2n+1){
        padding-right: 0;
    }
    .template-blog .section-popular-topics li .box-img,
    .template-blog .section-popular-topics li .box-content{
        flex-basis: 100%;
    }
    .page-template-template-page-blog .template-blog .section-search h2.title {
        font-size: 30px;
    }
    .template-blog .section-featured-articles h2,
    .template-blog .section-popular-topics h2,
    .template-blog .section-category h2{
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .template-blog .section-popular-topics li .box-content {
        padding-left: 0%;
    }
    .page-template-template-page-blog .section-search button.et_pb_searchsubmit{
        width: 60px;
    }
    .template-blog .section-category ul {
        text-align: left;
    }
    .template-blog .section-featured-articles .featured-articles {
        display: block;
    }
    .template-blog .section-featured-articles .featured-articles .box-right,
    .template-blog .section-featured-articles .featured-articles .box-left {
        padding-right: 0;
        padding-left: 0;
    }
    .template-blog .section-featured-articles .featured-articles .box-right .box-item:first-child,
    .template-blog .section-featured-articles .featured-articles .box-right .box-item:last-child,
    .template-blog .section-featured-articles .featured-articles .box-left .box-item:last-child,
    .template-blog .section-featured-articles .featured-articles .box-left .box-item:first-child {
        padding-top: 0;
        padding-bottom: 0;
    }
    .template-blog .section-featured-articles .featured-articles .box-item {
        margin-bottom: 10px;
    }
}
@media (max-width: 650px){
    .header-custom .et_pb_column.et_pb_column_1_3.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 47px;
    }
}
@media (max-width: 600px){
    .template-industries .box-service ul {
        display: block;
    }
    .template-industries .box-brand ul {
        display: inline-block;
    }
    .template-industries .box-brand ul li {
        width: 100%;
        margin: 10px 0;
    }
    .template-industries .box-brand ul li img {
        max-height: 50px;
    }
    .template-blog .featured-articles .box-item .box-img,
    .template-blog .featured-articles .box-item .box-img img{
        min-height: 300px;
    }
}
@media (max-width: 414px){
    .header-custom .et_pb_column.et_pb_column_1_3.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 34px;
    }
}