/*=====Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html=====*/

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.eot');
    src: url('../fonts/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Italic.woff2') format('woff2'), url('../fonts/SegoeUI-Italic.woff') format('woff'), url('../fonts/SegoeUI-Italic.ttf') format('truetype'), url('../fonts/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-SemiBold.eot');
    src: url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'), url('../fonts/SegoeUI-SemiBold.woff') format('woff'), url('../fonts/SegoeUI-SemiBold.ttf') format('truetype'), url('../fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype'), url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.eot');
    src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Light.woff2') format('woff2'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-BoldItalic.eot');
    src: url('../fonts/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'), url('../fonts/SegoeUI-BoldItalic.woff') format('woff'), url('../fonts/SegoeUI-BoldItalic.ttf') format('truetype'), url('../fonts/SegoeUI-BoldItalic.svg#SegoeUI-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

html {
    max-width: 100%;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-weight: normal;
    background-color: #FFFFFF;
    margin: 0;
    direction: rtl;
}

/*=====Text elements=====*/

.attachment img {
    max-width: 900px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}

.wp-smiley {
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

*,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0 none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
    border-bottom: 2px solid #15F1FF;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
    border-bottom: 2px solid #15F1FF;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
    color: #000000;
}

p {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

p a {
    color: #000000;
}

img {
    max-width: 100%;
	/*
    height: auto;
	*/
}

/*=====SET PLACEHOLDER=====*/

::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

::-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}

:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

/*=====SET PLACEHOLDER=====*/

/*=====layout=====*/

.wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.container-fluid {
    padding-left: 105px;
    padding-right: 105px;
}

.container {
    max-width: 1170px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.cntbtn {
    text-align: center;
    background-color: #BE2A2A;
    border-radius: 3px;
    min-width: 122px;
    display: inline-block;
    border: 2px solid transparent;
    font-size: 14px;
    color: #FFFFFF;
    padding: 7px 20px;
    font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.cntbtn:hover {
    background-color: transparent;
    border-color: #BE2A2A;
    color: #BE2A2A;
}

/*=====*/

/*=====HEADER HERE=====*/

header {
    width: 100%;
    position: relative;
    z-index: 998;
    padding: 0 0;
    background-color: #FFFFFF;
}

.headtop {
    position: relative;
    padding: 5px 0;
}

.socialsec ul {
    margin: 0 -7px;
}

.socialsec ul li {
    padding: 0 7px;
}

.socialsec ul li a {
    display: block;
    color: #FFFFFF;
    font-size: 11px;
}

.socialsec ul li a i {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
}

.socialsec ul li a i.fa-facebook {
    background-color: #4267B2;
}

.socialsec ul li a i.fa-twitter {
    background-color: #50ABF1;
}

.socialsec ul li a i.fa-youtube {
    background-color: #DC472E;
}

.socialsec ul li a i.fa-instagram {
    background-color: #da446b;
}

.socialsec ul li a i.fa-whatsapp {
    background-color: #1BD741;
}

.headright {
    text-align: right;
}

.headright p {
    font-weight: 600;
}

.headmid {
    width: 100%;
    height: 100px;
    position: relative;
    background-image: url(../images/headbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headmid .container {
    position: relative;
    z-index: 998;
}

.shape1 {
    background-image: url(../images/shape1.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 645px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
}

.shape2 {
    background-image: url(../images/shape2.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 645px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100px;
    z-index: 2;
}

.logo {
    text-align: right;
}

.logo .navbar-brand {
    white-space: normal;
    margin-right: 0;
}

.topsearch {
    max-width: 350px;
    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    padding: 0 15px;
}

.topsearchbar .topsearch button {
    border: none;
    outline: none;
    padding: 6px 8px;
    width: 34px;
    height: 34px;
    border-radius: 100% !important;
}

.topsearch button:focus {
    outline: none;
    box-shadow: none;
}

.topsearch input {
    border: none;
    outline: none;
    height: 38px;
    text-align: right;
    font-size: 16px;
    color: #999999;
}

.topsearch .form-control:focus {
    outline: none;
    box-shadow: none;
}

.headbtm {
    background-image: url(../images/navbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

header nav.navbar {
    padding: 0;
}

header nav.navbar:before {
    background-image: url(../images/navshape2.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 338px;
    height: 100%;
    content: "";
    position: absolute;
    left: -382px;
    top: 0;
}

header nav.navbar:after {
    background-image: url(../images/navshape1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 338px;
    height: 100%;
    content: "";
    position: absolute;
    right: -382px;
    top: 0;
}

header nav.navbar .navbar-brand {
    white-space: inherit;
    margin-right: 0;
    padding: 0;
}

.dropdown-toggle::after {
    display: none;
}

header nav.navbar-expand-md .navbar-nav .nav-item {
    padding: 0 15px;
}

header nav ul li a {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

header nav.navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 0;
    border-bottom: 4px solid transparent;
}

header nav.navbar-expand-md .navbar-nav .nav-link:hover {
    border-bottom: 4px solid #BE2A2A;
}

header nav.navbar-expand-md .navbar-nav .nav-item.active .nav-link {
    border-bottom: 4px solid #BE2A2A;
}

header nav.navbar-expand-md .navbar-nav .nav-item:hover .toggle_dropdown {
    color: #15F1FF;
}

header .navbar-nav li>ul.dropdown-menu {
    background-color: transparent;
    border: none;
    left: 15px;
    padding-top: 11px;
    padding-bottom: 0;
    border-color: transparent;
    min-width: 24.5rem;
    margin-top: 0;
}

header .navbar-nav li.resource_item>ul.dropdown-menu {
    left: auto;
    right: 0;
}

header .navbar-nav li>ul.dropdown-menu li {
    border-bottom: 1px solid #f6f6f8;
}

header .navbar-nav li>ul.dropdown-menu li:last-child {
    border-bottom: 1px solid transparent;
}

header .navbar-nav li>ul.dropdown-menu li .dropdown-item {
    padding: 0.667rem 1.667rem;
    background-color: #FFFFFF;
    font-size: 16px;
    white-space: inherit;
    color: #000000;
    line-height: 1.444rem;
}

header .navbar-nav li>ul.dropdown-menu li:hover .dropdown-item {
    background-color: #15F1FF;
    color: #FFFFFF;
}

-webkit-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-ms-keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*=====*/

/*=====SET: RESPONSIVE HAMBURGER=====*/

#nav-toggle {
    width: 40px;
    height: 30px;
    z-index: 22;
    cursor: pointer;
    padding: 0;
    outline: none;
    border: none;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: transparent;
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#nav-toggle a {
    display: block;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    padding-top: 12px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    height: 4px;
    width: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    display: block;
    content: "";
}

#nav-toggle span {
    width: 30px;
}

#nav-toggle span:before {
    top: -10px;
    width: 30px;
    left: 0;
}

#nav-toggle span:after {
    bottom: -10px;
    width: 30px;
    left: 0;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#nav-toggle.current_page_item span {
    background-color: transparent;
    background: none;
}

#nav-toggle.current_page_item span:before,
#nav-toggle.current_page_item span:after {
    top: 0;
    width: 30px;
}

#nav-toggle.current_page_item span:before {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-toggle.current_page_item span:after {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle_dropdown {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    opacity: 0;
    color: #393939;
}

.toggle_dropdown:before {
    content: "\f107";
    font-family: "FontAwesome";
}

/*=====END: RESPONSIVE HAMBURGER=====*/

/*=====SET FIRST SEC HERE=====*/

.firstsec {
    padding-top: 10px;
    position: relative;
}

.addimg {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -745px;
    width: 160px;
}

.addimg.right {
    right: 50%;
    left: auto;
    margin-right: -745px;
}

.topbarsec {
    background-color: #242424;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.topbarsec ul li {
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
}

.topbarsec.first ul li:nth-child(2):after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #C20202;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    border-radius: 100%;
}

.topbarsec ul li:first-child {
    padding-left: 5px;
    padding-right: 0;
}

.topbarsec ul li a {
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
}

.topbarsec ul li:first-child a {
    background-color: #BE2A2A;
    border-radius: 0px 3px 3px 0px;
    padding-left: 22px;
    padding-right: 22px;
}

.newspostsec {
    padding-top: 10px;
}

.newspostsec .row {
    margin-left: -9px;
    margin-right: -9px;
}

.newspostsec .row .col {
    padding-left: 9px;
    padding-right: 9px;
}

.box {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    margin-bottom: 23px;
    position: relative;
}

.newspostsec .box {
    text-align: right;
}

.box .midcolimg a {
    display: inline-block;
    vertical-align: top;
}

.newspostsec .box .midcoltext {
    min-height: 75px;
    padding: 5px 15px;
}

.newspostsec .box .midcoltext p {
    font-size: 17px;
}

.newspostsec .box .midcoltext a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.technologysec {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.top {
    width: 100%;
    background: -webkit-linear-gradient(top, #FBFBFB 0%, #DFDFDF 100%) 0% 0% no-repeat;
    background: linear-gradient(180deg, #FBFBFB 0%, #DFDFDF 100%) 0% 0% no-repeat;
    padding-left: 15px;
}

.righttext {
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
    padding-right: 15px;
}

.righttext {
    background-image: url(../images/headingshape1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    /*width: 132px;*/
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-left: 10px;
    padding-right: 15px;
}

.righttext p {
    line-height: inherit;
    color: #BE2A2A;
    font-size: 18px;
    font-weight: 600;
}

.technology_slider {
    padding-left: 9px;
    direction: ltr;
}

.technology_slider .slick-list {
    padding-right: 0 !important;
}

.technology_slider .slick-slide {
    border-left: 1px solid #E2E2E2;
    padding-top: 8px;
    padding-bottom: 11px;
}

.technology_slider .slick-arrow {
    width: 20px;
    height: 40px;
    background-color: #FFFFFF;
    z-index: 2;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.technology_slider .slick-arrow:before {
    display: none;
}

.technology_slider .slick-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

.technology_slider .slick-next {
    right: 0;
    border-radius: 3px 0px 0px 3px;
}

.technology_slider .midcolimg {
    padding-right: 10px;
}

.technology_slider .midcoltext {
    padding: 0 15px;
    text-align: right;
}

.technologyboxsec {
    position: relative;
    padding-top: 10px;
    direction: ltr;
}

.technologyboxsec .row {
    margin-left: -10px;
    margin-right: -10px;
}

.technologyboxsec .row .col-lg-7 {
    padding-left: 10px;
    padding-right: 10px;
}

.technologyboxsec .row .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.technologyboxsec .row .col-lg-5 {
    padding-left: 10px;
    padding-right: 10px;
}

.technologyboxsec .box {
    margin-bottom: 20px;
    overflow: hidden;
    border: none;
}

.technologyboxsec .box.last {
    height: calc(100% - 20px);
}

.technologyboxsec .box .tagbtn {
    border-radius: 3px;
    background-color: #BE2A2A;
    padding: 2px 10px 2px 15px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.technologyboxsec .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technologyboxsec .box .tagbtn a {
    color: #FFFFFF;
}

.technologyboxsec .box .discription {
    background: -webkit-linear-gradient(top, #00000000 0%, #000000B0 41%, #000000 100%) 0% 0% no-repeat;
    background: linear-gradient(180deg, #00000000 0%, #000000B0 41%, #000000 100%) 0% 0% no-repeat;
    padding: 5px 19px 15px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    text-align: right;
}

.technologyboxsec .box .discription p {
    color: #FFFFFF;
}

.technologyboxsec .box .discription p a {
    color: #FFFFFF;
}

.storysec {
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
}

.storysec ul li .box {
    padding: 12px 13px;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.storysec ul li+li {
    border-left: 1px solid #E2E2E2;
}

.storysec ul li:nth-child(even) .box {
    background-color: #F8F8F8;
}

.storysec ul li .box .midcolimg {
    margin-bottom: 5px;
}

.storysec ul li .box .midcoltext {
    text-align: right;
    padding-bottom: 10px;
}

.storysec.story2 ul li:nth-child(even) .box {
    background-color: transparent;
}

.storysec.story2 ul li:nth-child(odd) .box {
    background-color: #F8F8F8;
}

.technology_double {
    padding-top: 10px;
    margin-bottom: 20px;
}

.technology_double .box {
    margin-bottom: 0;
}

.technology_double .row {
    margin-left: -5px;
    margin-right: -5px;
}

.technology_double .row .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.technology_double .row .doublein .row {
    margin-left: -2px;
    margin-right: -2px;
}

.technology_double .row .doublein .row .col-lg-6 {
    padding-left: 2px;
    padding-right: 2px;
}

.technology_double .row .doublein .box .midcoltext {
    text-align: right;
    padding: 10px 11px;
}

.technology_double .row .doublein .box .midcoltext p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.technology_double .row .doublein .box .midcoltext form {
    margin-bottom: 20px;
}

.technology_double .row .doublein .box .midcoltext form label {
    font-weight: normal;
    margin-right: 5px;
}

.buttonsec ul li {
    padding: 0 2px;
}

/*
.buttonsec ul li .cntbtn { text-align: center; background-color: #BE2A2A; border-radius: 3px; min-width: 122px; display: inline-block; border: 2px solid transparent; }
.buttonsec ul li .cntbtn:hover { background-color: transparent; border: 2px solid #BE2A2A; color: #BE2A2A; }
*/

.technology_double .row .doublein .box .midcoltext .row {
    margin-left: -5px;
    margin-right: -5px;
}

.technology_double .row .doublein .box .midcoltext .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.technology_double .row .doublein .box .midcoltext .row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
}

.technology_double .row .doublein .box .midcoltext .row .col-md-8 .discr {
    height: auto !important;
    padding: 0;
}

.technology_double .row .doublein .box .midcoltext .row .col-md-8 .discr p {
    font-weight: normal;
    font-size: 14px;
}

.listsec {
    margin-bottom: 10px;
}

.box .midcolimg {
    border-radius: 3px;
    overflow: hidden;
}

.technology_double .row .box.right .midcoltext {
    text-align: right;
    padding: 10px 15px;
}

.technology_double .row .box.right .midcoltext .row {
    margin-left: -5px;
    margin-right: -5px;
}

.technology_double .row .box.right .midcoltext .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.technology_double .row .box.right .midcoltext .row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
}

.technology_double .row .box.right .midcoltext .row .col-md-8 .discr {
    height: auto !important;
    padding: 0;
}

.secondtech {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.technologylistsec {
    margin-bottom: 20px;
}

.technologylistsec .row {
    margin-left: -5px;
    margin-right: -5px;
}

.technologylistsec .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.technologylistsec .row .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;
}

.technologylistsec .box {
    margin-bottom: 0;
}

.technologylistsec .box.leftbox .midcoltext {
    text-align: right;
    padding-left: 13px;
    padding-right: 16px;
    padding-top: 10px;
}

.technologylistsec .box.leftbox .midcoltext ul li:first-child:before {
    background-color: #D8D8D8;
    border-radius: 10px;
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    height: 100%;
    width: 5px;
}

.technologylistsec .box.leftbox .midcoltext ul li {
    min-height: 60px;
    position: relative;
    margin-bottom: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #F2F2F2;
    font-weight: 600;
}

.technologylistsec .box.leftbox .midcoltext ul li:after {
    height: 100%;
    width: 5px;
    content: "";
    top: 0;
    right: 0;
    background-color: #BE2A2A;
    position: absolute;
}

.technologylistsec .box.rightbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.technologylistsec .box.rightbox .row {
    margin: 0;
}

.technologylistsec .box.rightbox .midcoltext {
    padding-right: 10px;
    text-align: right;
}

.technologylistsec .box.rightbox .midcoltext ul li {
    min-height: 60px;
    position: relative;
    margin-bottom: 4px;
    padding-right: 21px;
    padding-left: 10px;
    border-bottom: 1px solid #F2F2F2;
    border-right: 5px solid #F2F2F2;
    font-weight: 600;
    line-height: normal;
}

.technologylistsec .box.rightbox .midcoltext ul li.active {
    border-right: 5px solid #BE2A2A;
    background-color: #F6F6F6;
}

.technologylistsec .box.rightbox .midcoltext ul li:hover {
    border-right: 5px solid #BE2A2A;
    background-color: #F6F6F6;
}

.technologylistsec .box.rightbox .midcolimg {
    padding-right: 10px;
    height: calc(100% - 4px);
}

.technologylistsec .box.rightbox .midcolimg a {
    display: block;
    height: 100%;
}

.technologylistsec .box.rightbox .midcolimg img {
    height: 100%;
    object-fit: cover;
}

.thirdtech {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.forthtech {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.fifthsec .technology_double {
    padding-top: 0;
}

.fifthsec .technology_double .listsec .midcoltext {
    height: auto !important;
}

.fifthsec .technology_double .row .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.addsec {
    position: relative;
}

.addsec .row {
    margin-left: -5px;
    margin-right: -5px;
}

.addsec .row .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.addsec .row .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.addsec .midcolimg {
    margin-bottom: 10px;
}

.sixthsec .technologylistsec .listsec .midcoltext {
    height: auto !important;
}

.sixthsec .technologylistsec .box .listsec .midcolimg a {
    display: block;
}

.sixthsec .technologylistsec .box.leftbox .midcoltext {
    padding-left: 20px;
    padding-right: 9px;
}

.sixthsec .technologylistsec .box .listsec .midcolimg img {
    width: 100%;
}

.sixthsec .technologylistsec .box.rightbox .midcoltext ul li {
    padding-right: 10px;
}

.sixthsec .technologylistsec .box.rightbox .midcoltext ul li .row {
    margin-left: -5px;
    margin-right: -5px;
}

.sixthsec .technologylistsec .box.rightbox .midcoltext ul li .row .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.sixthsec .technologylistsec .box.rightbox .midcoltext ul li .row .col-lg-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.sixthsec .technologylistsec .box.rightbox .midcoltext {
    padding-left: 20px;
}

.sixthsec .technologylistsec .box.rightbox .midcoltext ul li.active {
    background-color: transparent;
}

.sixthsec .technologylistsec .box.rightbox .midcoltext ul li:hover {
    background-color: transparent;
}

.sixthsec .technologylistsec .box.leftbox .midcoltext .listsec .midcoltext {
    padding-left: 0;
    padding-right: 0;
}

.seventhsec {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.eightsec .technology_double {
    padding-top: 0;
}

.eightsec .technology_double .row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.ninthsec .technology_double .row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.ninthsec .technology_double .box.right .midcoltext ul {
    margin: 0 -5px;
}

.ninthsec .technology_double .box.right .midcoltext ul li {
    padding: 0 5px;
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    font-size: 16px;
}

.ninthsec .technology_double .box.right .midcoltext ul li:before {
    position: absolute;
    right: 10px;
    background-color: #BE2A2A;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
}

.ninthsec .technology_double .box.right .midcoltext ul li a {
    border: 1px solid #EEEEEE;
    background-color: #FBFBFB;
    display: block;
    padding: 4px 15px;
}

.ninthsec .technology_double .box.right .midcolimg {
    padding: 5px;
}

.ninthsec .technology_double .box.right .midcolimg a {
    width: 100%;
}

.ninthsec .technology_double .box.right .midcolimg a img {
    width: 100%;
}

.tenthsec {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.eleventhsec .technology_double {
    padding-top: 0;
}

.eleventhsec .technology_double .row .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.eleventhsec .technology_double .row .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.eleventhsec .technology_double .row .box.right .midcoltext .row .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.eleventhsec .technology_double .row .box.right .midcoltext .row .col-md-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.eleventhsec .technology_double .row .box.right .midcoltext {
    padding: 0;
}

.eleventhsec .technology_double .row .box.right .midcoltext .listsec {
    padding: 10px 15px;
    margin-bottom: 0;
}

.eleventhsec .technology_double .row .box.right .midcoltext .listsec.first p {
    font-size: 18px;
    font-weight: 600;
}

.eleventhsec .technology_double .row .box.right .midcoltext .listsec:nth-child(even) {
    background-color: #F8F8F8;
}

.eleventhsec .technology_double .row .box.right .midcoltext .listsec .midcolimg a {
    display: block;
}

.eleventhsec .technology_double .row .box.right .midcoltext .listsec .midcolimg img {
    width: 100%;
}

.twelvethsec .technology_double {
    padding-top: 0;
}

.twelvethsec .technology_double .row .box.right .midcoltext .row .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.twelvethsec .technology_double .row .box.right .midcoltext .row .col-md-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.twelvethsec .technology_double .row .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.twelvethsec .technology_double .row .box.right .midcoltext {
    padding: 0;
}

.twelvethsec .technology_double .row .box.right .midcoltext .listsec {
    padding: 10px 15px;
    margin-bottom: 0;
}

.twelvethsec .technology_double .row .box.right .midcoltext .listsec:nth-child(even) {
    background-color: #F8F8F8;
}

.twelvethsec .technology_double .row .box.right .midcoltext .listsec .midcolimg a {
    display: block;
}

.twelvethsec .technology_double .row .box.right .midcoltext .listsec .midcolimg img {
    width: 100%;
}

.twelvethsec .technology_double .row .box.right .midcoltext ul li {
    border-bottom: 1px solid #E2E2E2;
    position: relative;
    padding: 5px 35px 5px 15px;
    line-height: 16px;
    font-weight: 600;
}

.twelvethsec .technology_double .box.right .midcoltext ul li:before {
    position: absolute;
    right: 18px;
    background-color: #BE2A2A;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
}

.twelvethsec .technology_double .box.right .midcoltext ul li:nth-child(odd) {
    background-color: #F8F8F8;
}

.thirteenthsec {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.fourteenthsec {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.fifteenthsec {
    position: relative;
}

.fifteenthsec .technology_double {
    padding-top: 0;
    margin-bottom: 40px;
}

.newsslider {
    direction: ltr;
    height: 100%;
    padding: 10px;
    margin-bottom: 0 !important;
}

.fifteenthsec .technology_double .row .box.right .midcoltext {
    text-align: center;
}

.fifteenthsec .technology_double .row .box.right .midcoltext p {
    font-size: 16px;
    font-weight: 600;
}

.newsslider .midcolimg {
    height: auto !important;
    margin-bottom: 10px;
}

.newsslider .midcoltext {
    height: auto !important;
    padding: 10px;
    text-align: center;
}

.newssliderthumb {
    direction: ltr;
    height: 100%;
    border-left: 1px solid #EEE;
}

.newssliderthumb .slick-slide {
    width: 100% !important;
    left: 0 !important;
    opacity: 1 !important;
}

.newssliderthumb .slick-slide.slick-current .midcolimg {
    background-color: #BE2A2A;
}

.newssliderthumb .midcolimg {
    height: auto !important;
    padding: 10px;
}

.newssliderthumb .midcolimg img {
    margin: 0 auto;
}

.fifteenthsec .technology_double .row .box.right .midcoltext {
    padding: 0;
}

.fifteenthsec .technology_double .row .box.right .midcoltext .row {
    margin: 0;
}

.fifteenthsec .technology_double .row .box.right .midcoltext .newsslider .midcoltext {
    padding: 0 15px;
}

.newsslider1 {
    direction: ltr;
    height: 100%;
    padding: 10px;
    margin-bottom: 0 !important;
}

.newsslider1 .midcolimg {
    height: auto !important;
    margin-bottom: 10px;
}

.newsslider1 .midcoltext {
    height: auto !important;
    padding: 10px;
    text-align: center;
}

.newssliderthumb1 {
    direction: ltr;
    height: 100%;
    border-left: 1px solid #EEE;
}

.newssliderthumb1 .slick-slide {
    width: 100% !important;
    left: 0 !important;
    opacity: 1 !important;
}

.newssliderthumb1 .slick-slide.slick-current .midcolimg {
    background-color: #BE2A2A;
}

.newssliderthumb1 .midcolimg {
    height: auto !important;
    padding: 10px;
}

.newssliderthumb1 .midcolimg img {
    margin: 0 auto;
}

/*=====END FIRST SEC HERE=====*/

/*=====SET FOOTER HERE=====*/

footer {
    position: relative;
    background-color: #BE2A2A;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftrtop {
    background-color: #AB1D1D;
    padding-top: 24px;
    padding-bottom: 65px;
}

.ftrmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftrmenu ul li {
    font-size: 16px;
    padding: 0 15px;
}

.ftrmenu ul li a {
    color: #f1f1f1;
    display: inline-block;
    vertical-align: top;
}

.ftrmid {
    position: relative;
    min-height: 80px;
}

.clientlogo {
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 884px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 14px 15px;
}

.clientlogo ul {
    margin: 0 -5px;
}

.clientlogo ul li {
    padding: 0 5px;
}

.clientlogo ul li a {
    padding: 2px;
    box-shadow: 0 0 2px rgb(190 42 42 / 15%);
    display: block;
}

.footerbottom {
    text-align: center;
}

.footerbottom p {
    color: #FFFFFF;
    padding-bottom: 20px;
}

.footerbottom p a {
    display: inline-block;
}

/*=====END FOOTER HERE=====*/

/*=====PRODUCT PAGE=====*/

.formsec label {
    font-size: 14px;
    color: #8A8A8F;
    line-height: 1;
}

.formsec label sup {
    color: #15F1FF;
    top: 0;
    font-size: 14px;
}

.formsec label i {
    color: #15F1FF;
    font-size: 24px;
    vertical-align: middle;
}

.formsec input {
    font-size: 14px;
    height: 42px;
    width: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    border-color: transparent;
    border-radius: 52px;
    margin-bottom: 5px;
}

.formsec input.file {
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 2;
    left: 0;
    opacity: 0;
}

.formsec select {
    appearance: none;
    position: relative;
    height: 42px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 52px;
    background: url(../images/downicon.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto;
}

.formsec textarea {
    font-size: 14px;
    height: 150px;
    width: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 15px;
    resize: none;
}

.formsec.variations .cntbtn {
    background-color: transparent;
    color: #15F1FF;
    border-color: #15F1FF;
}

.formsec.variations .cntbtn:hover {
    background-color: #15F1FF;
    color: #FFFFFF;
}

.formsec h5 i {
    color: #15F1FF;
    font-size: 24px;
    vertical-align: middle;
}

/*=====PRODUCT PAGE=====*/

/*=====END: INNER PAGE=====*/

span.wpcf7-not-valid-tip {
    font-size: 16px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f0ad4e;
    color: #f0ad4e;
}

/*******************************************************/
/*** wc2022 ***/
.wc-back-color .technologyboxsec .row {
	margin-left: -5px;
    margin-right: 12px;
}
.wc-back-color .technologyboxsec .row .col-lg-12 {
	padding-right: 0px;
    padding-left: 15px;
}
.wc-back-color .technologyboxsec .box img {
    height: 190px;
}
.wc-back-color .technologyboxsec .box.last {
	margin-bottom: 0px;
}
.wc-back-color .technologyboxsec .box {
    margin-bottom: 20px;
}
.wc-back-color .row .col-lg-3.lefttab {
    padding-left: 20px;
}
.wc-back-color {
	/*background: linear-gradient(180deg,#670105,#d40414);*/
	position: relative;
	border-radius: 15px;
	border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.wc-back-color:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/wc2022/pattern01.svg) center center repeat;
    background-size: 420px auto;
    pointer-events: none;
    opacity: .016;
	border-radius: 15px;
}
.wc-back-color:after{
	content:"";
	width:582px;
	height:633px;
	position:absolute;
	top:-20px;
	right:-170px;
	mix-blend-mode:color-burn;
	opacity:1;
	background:url(../images/wc2022/pattern02.png) center center no-repeat;
	background-size:100% auto;pointer-events:none}
.wc-back-color .box {
	border:none;
}

.wc-back-color .box .innerCatNews .listsec {
    border: 1px solid #dddddd;
    padding: 0px;
    margin-bottom: 15px;
    border-radius: 5px;
	background: #f1f1f1;
}
.wc-back-color .box .innerCatNews .listsec .row .col-md-12{
    padding: 5px;
    padding-top: 0;
	padding-bottom: 0px;
	min-height: 100px;
}

.wc-back-color .midcoltext .row.wcnewslist{
    padding: 7px;
}
.wc-back-color .wcdate{
    font-size: 13px;
    font-weight: bold;
    color: #969696;
}
.wc-back-color .wctitlebg{
    color: #000000;
}

.wc-back-color .box .innerCatNews .listsec:nth-child(even) {
    /*background: none;*/
	background: #e9e9e9;
}
.wc-back-color .box .wcnlist .row .midcolimg a img{
    width: 100%;
    height: 173px;
}

.wc-back-color .box .leftsidebox .row .midcolimg {
	border-radius:0px;
}
.wc-back-color .box .leftsidebox .row .midcolimg a img{
    width: 100%;
    height: 151px;
    border: 1px solid #e2e2e2;
}
.wc-back-color .box .leftsidebox .row .leftsideimg{
    padding-left:0px;
	padding-right:0px;
}
.wc-back-color .box .leftsidebox .row .leftsidetxt{
	padding-left: 0px;
    padding-right: 0px;
    background: #f1f1f1;
    border: 1px solid #e2e2e2;
    border-radius: 0px 0px 9px 8px;
}
.eventCountDown {
    display: inline-block;
    width: 100%;
    height: 150px;
    position: relative;
    background: linear-gradient(45deg,#650c2a,#8a1539,#650c2a);
    background-size: contain;
	border-radius: 15px;
}
.eventCountDown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../images/wc2022/pattern02.png) center center no-repeat;
    background-size: auto 100%;
    z-index: 1;
    pointer-events: none;
}
.eventCountDown {
    background: #f8f1cf;
}
.eventCountDown .countDownCnts {
    display: inline-block;
    width: 100%;
    height: 100%;
    float: right;
    position: relative;
}
.eventCountDown .countDown {
    display: inline-block;
    float: right;
    width: 100%;
    position: absolute;
    bottom: 34px;
    left: 0;
    z-index: 2;
	text-align: center;
}
.eventCountDown .countDown .phrosCounter {
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: inline-block;
}
.eventCountDown .countDown .phrosCounter .phrosTimer {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 6px;
    font-family: ykLight;
    font-weight: 700;
    font-size: 26px;
    border-radius: 4px;
    color: #8a1538;
    background-color: #f8f1cf;
    line-height: 40px;
    width: 40px;
    height: 40px;
}
.eventCountDown .countDown .phrosCounter .phrosTimer {
    color: #f8f1cf;
    background-color: #8a1538;
}
.eventCountDown .countDown .phrosCounter .phrosTimer:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 1;
    background: url(../images/wc2022/pattern06.svg) center center no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}
.eventCountDown .countDown .phrosCounter .phrosTimer:last-child:before {
    display: none;
}
.eventCountDown .countDown .phrosCounter .phrosTimer:last-child:after {
    display: none;
}
.eventCountDown .countDown .phrosCounter .phrosTimer span {
    font-family: droidLight, arial;
    color: #7f1333;
    font-size: 14px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    font-weight: bold;
}
.wc-back-color .cntDwnFinished .eventCountDown .text {
    display: none;
}
.wc-back-color .cntDwnFinished .eventCountDown .countDown {
    display: none;
}
.cntDwnFinished .eventCountDown .goToWC{display:inline-block}

.eventCountDown .goToWC {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}
.eventCountDown .goToWC .btn {
    position: relative;
    width: 110px;
    height: 30px;
    line-height: 30px;
    background: #f2410e;
    margin: 0 calc((100% - 110px) / 2);
    border-radius: 6px;
    font-family: droidLight, Arial;
    font-size: 14px;
    text-align: center;
    color: #f8f1cf;
}
.eventCountDown .goToWC .btn:before {
    content: "";
    width: 46px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 10px);
    opacity: 1;
    background: url(../images/wc2022/pattern08.svg) center center no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}
.eventCountDown .goToWC .btn:after {
    content: "";
    width: 46px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 10px);
    opacity: 1;
    background: url(../images/wc2022/pattern09.svg) center center no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}

.eventCountDown .text {
    display: inline-block;
    width: 200px;
    height: 35px;
    position: absolute;
    top: 20px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    background: url(../images/wc2022/countdownText-White.png) center center no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}

.wc-back-color .wc-head-bar-d {
	display:block;
}
.wc-back-color .wc-head-bar-m {
	display:none;
}

/*******************************************************/