@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@font-face {
    font-family: 'Cooper Hewitt';
    src: url('../fonts/CooperHewitt-Medium.eot');
    src: url('../fonts/CooperHewitt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CooperHewitt-Medium.woff2') format('woff2'),
        url('../fonts/CooperHewitt-Medium.woff') format('woff'),
        url('../fonts/CooperHewitt-Medium.ttf') format('truetype'),
        url('../fonts/CooperHewitt-Medium.svg#CooperHewitt-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cooper Hewitt Bold';
    src: url('../fonts/CooperHewitt-Bold.eot');
    src: url('../fonts/CooperHewitt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CooperHewitt-Bold.woff2') format('woff2'),
        url('../fonts/CooperHewitt-Bold.woff') format('woff'),
        url('../fonts/CooperHewitt-Bold.ttf') format('truetype'),
        url('../fonts/CooperHewitt-Bold.svg#CooperHewitt-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


::-moz-selection {
    background: #7b7d7f;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #7b7d7f;
    color: #ffffff;
    text-shadow: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: "Noto Serif", serif;
    /* font-family: "Playfair Display", serif; */
    /* font-family: "Source Serif 4", serif; */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    color: #000000;
    background:#fffefe;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: hidden;
}

:root {
    overflow-y: scroll;
}

html {
    overflow: hidden;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
}

a:hover {
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
}

p,
p span {
    font-family: "Noto Serif", serif;
}

img {
    border: 0px;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder {
    color: #ffffff;
}

:-moz-placeholder {
    color: #ffffff;
}

a {
    color: #333232;
}

section {
    width: 100%;
    float: left;
}

img {
    max-width: 100%;
}

.common-anchor {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}


/* --------header-wrapp------- */
.header-wrapp {
    width: 100%;
    float: left;
    background: #f2f5f4;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header-wrapp .header-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-wrapp .brand-logo {
    width: 100px;
}

.header-wrapp .header-menu {
    width: auto;
}

.header-wrapp .header-menu ul {
    width: 100%;
    float: left;
    background: #f2f5f4;
    border-radius: 48px;
    padding: 10px 20px;
}

.header-wrapp .header-menu ul .nav-link {
    display: inline-block;
    font-size: 13px;
    padding: 0;
}

.header-wrapp .header-menu ul .nav-link a {
    padding: 5px 15px;
    display: block;
    color: #000000;
    font-weight: 600;
    border-radius: 41px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.header-wrapp .header-menu ul .nav-link.active a {
    background: #fff;
    color: #000;
    padding-left: 18px;
}

.header-wrapp .header-menu ul .nav-link a:before {
    content: none;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.header-wrapp .header-menu ul .nav-link.active a:before {
    opacity: 1;
}

.header-wrapp .header-menu ul .nav-link a:hover {
    background: #C60404;
    background: linear-gradient(90deg, rgba(254, 0, 0, 1) 0%, rgba(198, 4, 4, 1) 100%);
    color: #ffffff;
}

.header-wrapp .header-menu ul .nav-link a:hover:before {
    opacity: 1;
}

.header-wrapp .header-menu ul .nav-link.dropdown a {
    /* padding-right: 22px; */
    /* background: url(../images/down-arrow.svg) no-repeat center; */
    /* background-size: 12px;
    background-position-x: 95%; */
}

.header-wrapp .header-menu ul .nav-link.dropdown a:hover {
    /* background: #ffffff url(../images/up-arrow.svg) no-repeat center; */
    /* background-size: 12px;
    background-position-x: 95%; */
}

.header-wrapp .header-menu ul .nav-link.dropdown.active a {
    /* background: #ffffff url(../images/up-arrow.svg) no-repeat center; */
    /* background-size: 12px;
    background-position-x: 95%; */
}

.header-wrapp .header-menu ul .nav-link.dropdown:before {
    display: none;
}

.header-wrapp .header-menu ul .nav-link.dropdown .dropdown-menu {
    width: 220px;
    display: block;
    background: #cacacb;
    border-radius: 0 0 0px 0px;
    box-shadow: 0px 4px 4px 0px #0000001A;
    border: none;
    padding: 0 12px 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.header-wrapp .header-menu ul .nav-link.dropdown:hover .dropdown-menu {
    padding-bottom: 12px;
    max-height: 380px;
    opacity: 1;
}

.header-wrapp .header-menu ul .nav-link.dropdown .dropdown-menu li a {
    background: none;
    color: #000000;
    padding: 8px !important;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
}

.header-wrapp .header-menu ul .nav-link.dropdown .dropdown-menu li a:hover {
    /* background: #FFFAFA; */
    color: #C60404;
}

.header-wrapp .header-menu ul .nav-link.dropdown .dropdown-menu li a:before {
    display: none;
}

.header-wrapp .header-btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -20px;
    flex-wrap: wrap;
}

.header-wrapp .header-btns .header-btn1 {
    display: inline-block;
    background: #C60404;
    background: linear-gradient(90deg, rgba(198, 4, 4, 1) 0%, rgba(254, 0, 0, 1)100%);
    border: 1px solid #C60404;
    padding: 8px 15px !important;
    color: #ffffff;
    font-size: 12px !important;
    font-weight: 500;
    border-radius: 24px;
    margin: 0 5px 0 0;
}

.banmob-conten h2 {
    font-size: 20px;
    max-width: 280px;
    margin: 0 auto;
    font-weight: 500;
    color: #000;
}

.header-wrapp .header-btns .header-btn1:hover {
    color: #ff0100;
    background: none;
    border-color:#fa0000;
}

.header-wrapp .header-btns .header-btn1:last-child {
    margin-right: 0;
}

.header-wrapp .header-btns .header-btn1 .icon {
    position: relative;
    display: inline-block;
    margin: 0 2px -7px 0;
    display: none;
}

.header-wrapp .header-btns .header-btn1 .icon img {
    width: 100%;
    display: block;
    transition: all .25s ease-in-out;
}

/* .header-wrapp .header-btns .header-btn1 .icon .hover-icon {  position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: all .25s ease-in-out;}
.header-wrapp .header-btns .header-btn1:hover .icon > img { opacity: 0;}
.header-wrapp .header-btns .header-btn1:hover .icon .hover-icon { opacity: 1;} */


.head-mob {
    display: none;
}

/* -----------banner-wrapp---------- */

.banner-wrapp {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    margin-top: 155px;
}

.banner-wrapp .banner-bg {
    width: 100%;
    position: relative;
    display: none;
}

.banner-wrapp .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-wrapp .banner-bg::after{
    position: absolute;
    background: #C60404;
    background: linear-gradient(90deg,rgba(254, 0, 0, 1) 30%, rgba(198, 4, 4, 1) 100%);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.banner-wrapp .banner-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.banner-wrapp .banner-content .banner-row {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-wrapp .banner-col1 {
    width: 50%;
    max-width: 535px;
    padding: 120px 0 0;
}

.banner-wrapp .banner-col2 {
    width: 50%;
    margin-left: -33px;
}

.banner-wrapp h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 20px;
}

.banner-wrapp h2 span {
    display: block;
}

.banner-wrapp p {
    font-size: 18px;
    color: #fff;
    line-height: 1.56;
    margin: 0 0 20px;
    font-weight: 600;
}

.videos-row-1 .slick-next {
    right: -7px;
}

.videos-row-1 .slick-prev {
    left: -7px;
}

.banner-wrapp p span {
    display: block;
}

.banner-wrapp .banner-btn {
    display: block;
    width: fit-content;
    padding: 12px 40px;
    background: #C60404;
    background: linear-gradient(90deg, rgba(198, 4, 4, 1) 0%, rgba(254, 0, 0, 1) 100%);
    border: 1px solid #C60404;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
}

.banner-wrapp .banner-btn:hover {
    background: #fff;
    color: #0C0404;
    border-color: #fff;
}

.banner-wrapp .banner-btn .icon {
    display: inline-block;
    margin: 0 0 -2px 3px;
    position: relative;
}

.banner-wrapp .banner-btn .icon img {
    width: 100%;
    display: block;
    transition: all .25s ease-in-out;
    display: none;
}

.banner-wrapp .banner-btn .icon .hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.banner-wrapp .banner-btn:hover .icon>img {
    opacity: 0;
}

.banner-wrapp .banner-btn:hover .icon .hover-icon {
    opacity: 1;
}

.banner-wrapp .banner-col2 .banner-mock {
    width: 100%;
    max-width: 486px;
    position: relative;
    top: -6px;
}

.banner-wrapp .banner-col2 .banner-mock .mock-frame {
    width: 100%;
    display: block;
}

.banner-wrapp .banner-col2 .banner-mock span.mock-img {
    position: absolute;
    display: block;
    top: 38px;
    left: 59px;
}

.banner-wrapp .search-wrapp {
    position: absolute;
    top: 21px;
    right: 1%;
    width: 264px;
}

.banner-wrapp .search-wrapp input {
    width: 100%;
    height: 34px;
    border-radius: 24px;
    border: 1px solid #fff;
    background: none;
    color: #ffff;
    padding: 8px 45px 8px 15px;
    font-size: 14px;
}

.banner-wrapp .search-wrapp .search-icon {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
}

.banner-wrapp .search-wrapp .search-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner-wrapp .social-icons {
    position: absolute;
    bottom: 20px;
    background: #E8E4E4;
    padding: 12px 40px 8px 40px;
    right: -40px;
    border-radius: 25px;
}

.banner-wrapp .social-icons .social-icon {
    display: inline-block;
    margin: 0 25px 0 0;
}

.banner-wrapp .social-icons .social-icon img {
    display: block;
}

.banner-wrapp .social-icons .social-icon:last-child {
    margin-right: 0;
}

.banner-wrapp .banner-content .container {
    position: relative;
}

.banner-wrapp .slider-progress {
    position: absolute;
    bottom: 130px;
    left: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-wrapp .slider-progress .slider-progress-bar {
    width: auto;
    display: flex;
    position: relative;
    padding-left: 8px;
}

.banner-wrapp .slider-progress .slider-progress-bar .line {
    width: 50px;
    padding: 0 0 1px 0;
    position: relative;
    display: inline-block;
    background: #FFFFFF4D;
}

.banner-wrapp .slider-progress .slider-progress-bar .line:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #917F79;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease-in;
}

.banner-wrapp .slider-progress .slider-progress-bar .line.active:after {
    background: #C60404;
}

.banner-wrapp .slider-progress .slider-progress-bar:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #C60404;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.banner-wrapp .slider-progress .slider-progress-bar .line:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 1px;
    left: 0;
    background: #C60404;
    transition: all .25s ease-in;
}

.banner-wrapp .slider-progress .slider-progress-bar .line.active:before {
    width: 100%;
}

.banner-wrapp .slider-progress .slider-progress-bar .line:first-child {
    display: none;
}

.banner-wrapp .slider-progress p {
    font-size: 32px;
    margin: 0 20px 0 0;
}

.banner-slider button.slick-prev {
    top: inherit;
    transform: none;
    top:50%;
    width: 40px;
    height: 40px;
    background: url(../images/carbon_prev-outline.svg) no-repeat center / 100%;
    left: 0;
    z-index: 1;
}

.banner-slider button.slick-next {
    top: inherit;
    transform: none;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../images/carbon_next-outline.svg) no-repeat center / 100%;
    right: inherit;
    right:0;
    z-index: 1;
}

.banner-slider button.slick-prev:before,
.banner-slider button.slick-next:before {
    display: none;
}


.news-wrapp {
    padding: 50px 0 20px;
    background: #ffffff;
}

h2.highlight {
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1;
}

h2.highlight:before {
    content: "";
    position: absolute;
    height: 65%;
    width: 7px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff0100;
}

h2.highlight:after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    right: 0;
    bottom: 8px;
    height: 5px;
    background: #7c7575;
    /* background: linear-gradient(90deg,rgba(254, 0, 0, 1) 30%, rgba(198, 4, 4, 1) 100%); */
}

.news-wrapp .news-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}

.news-wrapp .news-head .date {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.news-wrapp .news-head .share-wrapp {
    width: auto;
}

.news-wrapp .news-head .share-wrapp .share-icons {
    display: inline-block;
    margin: 0 25px 0 0;
}

.news-wrapp .news-head .share-wrapp .share-icons:last-child {
    margin-right: 0;
}

.news-wrapp .news-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.news-wrapp .news-col1 {
    width: 25%;
}

.news-wrapp .left-bar {
    width: 100%;
    background: #f2f2f2;
    border-radius: 4px;
    margin: 0 0 30px;
}

.sub-head {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.news-wrapp .left-bar h4 {
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.dropdown-toggle:empty::after {
    content: none;
}

.banner-btn {
    display: block;
    width: fit-content;
    padding: 12px 22px;
    background: #0C0404;
    border: 1px solid #0C0404;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #000;
    margin-top: 20px;
}

.banner-btn:hover {
    background: #fff;
    color: #0C0404;
    border-color: #000000;
}

.banner-btn .icon {
    display: inline-block;
    margin: 0 0 -2px 3px;
    position: relative;
}

.banner-btn .icon img {
    width: 100%;
    display: block;
    transition: all .25s ease-in-out;
}

.banner-btn .icon .hover-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.news-wrapp .left-bar h4:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 30%;
    height: 3px;
    background:#7c7575;
    /* background: linear-gradient(90deg,rgba(254, 0, 0, 1) 30%, rgba(198, 4, 4, 1) 100%); */
    margin: 0 0 0 4%;
    bottom: 5px;
}

.news-wrapp .left-bar h4::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 4px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff0100;
}

.news-wrapp .left-bar .latest-news {
    padding: 20px 0px;
    width: 100%;
    border-top: 1px solid #898989;
}

.search-form {
    display: flex;
    align-items:center;
    justify-content: flex-end;
    position: relative;
    bottom: -53px;
    right: 20px;
}

.search-field {
    width: 197px;
    height: 45px;
    border: 1px solid #000000;
    margin: 0 7px 0 0;
    padding: 0 10px;
    color: #000000;
    outline: none;
    box-shadow: none;
    display: inline-block;
}

.search-form .search-submit {
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 13px;
    color: #ffff;
    border: 1px solid #000000;
    background: #000000;
    transition: all .25s ease-in-out;
}

.search-form .search-submit:hover {
    background-color:#0000009b;
    border: 1px solid #000000;
}

.news-wrapp .left-bar .latest-news p {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 500;
}

.news-wrapp .left-bar .latest-news p a {
    color: #000;
}

.news-wrapp .left-bar .latest-news .latest-news-col1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news-wrapp .left-bar .latest-news .latest-news-col1 .time {
    display: inline-block;
    font-size: 14px;
    color: #8C8C8C;
    padding: 0 0 0 20px;
    background: url(../images/timer.svg) no-repeat center;
    background-size: 16px;
    background-position-x: 0;
}

.news-wrapp .left-bar .latest-news .latest-news-col1 .save-btn {
    display: inline-block;
    width: auto;
}

.news-wrapp .left-bar .latest-news .latest-news-col1 .save-btn img {
    display: block;
}

.news-wrapp .news-col2 {
    width: 50%;
    padding: 0 30px;
}

.news-main {
    width: 100%;
    margin: 0 0 30px;
}

/* .news-main p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
} */
.news-main .news-img {
    width: 100%;
    margin: 0 0 20px;
}

.news-related-box a:hover h3 {
    color: #0a58ca;
}

.gcc-box .news-main a:hover h3 {
    color: #0a58ca;
}

.gcc-box .news-main a:hover p {
    color: #0a58ca;
}

.news-related-box a:hover p {
    color: #0a58ca;
}

.news-related-box img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.news1 .news-main .news-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.news-main .news-img img {
    width: 100%;
    display: block;
    height: 160px;
    object-fit: cover;
}

.news-main h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-main .date {
    font-size: 14px;
    color: #8C8C8C;
    display: block;
    margin: 10px 0px;
}

.gcc-box .news-main {
    width: 100%;
    margin: 0 0 30px;
}

.gcc-box .news-main .news-img {
    width: 100%;
    margin: 0 0 20px;
}

.gcc-box .news-main .news-img img {
    width: 100%;
    display: block;
    height: 400px;
    object-fit: cover;
}

.gcc-box .news-main h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
}

.gcc-box .news-main p {
    color: #fff;
}

.date {
    font-size: 14px;
    color: #8C8C8C;
    display: block;
    margin: 10px 0px;
}

.gcc-box .news-main .date {
    font-size: 14px;
    color: #8C8C8C;
    display: block;
    margin: 10px 0px;
}

.gcc-box .news-related-box .date {
    font-size: 14px;
    color: #8C8C8C;
    display: block;
    margin: 10px 0px;
}

.news-wrapp .news-col2 .news-related {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-related-box {
    width: 100%;
    margin: 0 0 4%;
}

.news-related-box:hover {
    color: #0a58ca;
}

.news-related-box h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.gcc-wrapp .top-stories {
    margin-bottom: 50px;
}

.top-stories .gcc-countryswipe .high-content h3 {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
    background: transparent !important;
    color: #000 !important;
}

.news-related-box .img {
    width: 100%;
    margin: 0 0 15px;
}

.news-related-box .img img {
    width: 100%;
    display: block;
}

.gcc-box .news-related-box p {
    font-size: 13px;
    font-weight: 500;
    color: #8C8C8C;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.gcc-box .news-related-box h3 {
    color: #fff;
}

.gcc-box .news-related-box p a {
    color: #ffffff;
}

.news-related-box p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.25;
}

.news-related-box p a {
    color: #000;
}

.news-wrapp .news-col3 {
    width: 25%;
    background-color: #ffffff;
}

.news-wrapp .news-col3 .magazine-box {
    width: 100%;
    background: #f2f2f2;
    margin: 0 0 30px;
}

.news-wrapp .news-col3 .magazine-box h4 {
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.news-wrapp .news-col3 .magazine-box h4:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 30%;
    height: 3px;
    background:#7c7575;
    /* background: linear-gradient(90deg,rgba(254, 0, 0, 1) 30%, rgba(198, 4, 4, 1) 100%); */
    margin: 0 0 0 4%;
    bottom: 5px;
}

.news-wrapp .news-col3 .magazine-box h4::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 4px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff0100;
}

.news-wrapp .news-col3 .magazine-box .magazine-img {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #898989;
}

.news-wrapp .news-col3 .magazine-box .magazine-img img {
    width: 100%;
    display: block;
}

.news-wrapp .news-col3 .stocks-news {
    width: 100%;
    background: #fff;
    border-radius: 4px;
}

.news-wrapp .news-col3 .stocks-news h4 {
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.news-wrapp .news-col3 .stocks-news h4:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 28%;
    height: 3px;
    background: #F0DAA5;
    margin: 0 0 0 4%;
}

.news-wrapp .news-col3 .stocks-news .stocks-news-row {
    padding: 20px;
    border-top: 1px solid #898989;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-wrapp .news-col3 .stocks-news .stocks-news-row .stocks-news-col1 {
    width: 48%;
}

.news-wrapp .news-col3 .stocks-news .stocks-news-row .stocks-news-col2 {
    width: 48%;
    text-align: right;
}

.news-wrapp .news-col3 .stocks-news .stocks-news-row p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.35;
}

.news-wrapp .news-col3 .stocks-news .stocks-news-row p span {
    display: block;
}

.news-wrapp .news-col3 .stocks-news .stocks-news-row p span.green {
    color: #17C608;
}

.news-wrapp .news-col3 .stocks-news .stocks-news-row p span.red {
    color: #EE0707;
}



.gcc-wrapp {
    padding: 30px 0;
}

.gcc-wrapp .gcc-galler {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gcc-wrapp .gcc-galler .wrapper {
    background-color: #222327;
    padding: 20px;
    width: 74%;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 {
    width: 48%;
}

.gcc-wrapp .gcc-galler .gcc-img-row-2 {
    width: 24%;
}

.gcc-wrapp .gcc-galler .gcc-img-row-3 {
    width: 23%;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-1 {
    width: 100%;
    margin: 0 0 58px;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-1 .gcc-img-1 {
    width: 100%;
    margin: 0 0 20px;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-1 .gcc-img-1 img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-1 h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-1 .date {
    font-size: 14px;
    color: #8C8C8C;
    display: block;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 .gcc-img-2 {
    width: 47%;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 .gcc-img-2 .img {
    width: 100%;
    margin: 0 0 15px;
}

.gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 .gcc-img-2 .img img {
    width: 100%;
    display: block;
    height: 198px;
    object-fit: cover;
    border-radius: 4px;
}

.gcc-wrapp p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.25;
}

.gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 {
    width: 100%;
}

.gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 .gcc-img-3 {
    width: 100%;
    margin: 0 0 21px;
}

.gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 .gcc-img-3 .img {
    width: 100%;
    margin: 0 0 12px;
}

.gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 .gcc-img-3 .img img {
    width: 100%;
    display: block;
    height: 198px;
    object-fit: cover;
    border-radius: 4px;
}

.gcc-wrapp .gcc-galler .gcc-img-row-3 img {
    width: 100%;
    display: block;
    height: 700px;
    object-fit: cover;
}


.newsletter-wrapp {
    background-image: url(../images/Newsletter-Subscription-Banner.png);
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.newsletter-wrapp .newsletter-row-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.newsletter-wrapp .newsletter-row-1 p {
    display: none;
}

.newsletter-wrapp p {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0 50px 0 0;
}

.newsletter-wrapp .text-fields {
    width: 490px;
    position: relative;
}

.newsletter-wrapp .text-fields input {
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 52pc;
    padding: 12px 30px;
    font-size: 14px;
    color: #7F7F7F;
}

.newsletter-wrapp .text-fields input::placeholder {
    color: #7F7F7F;
}

.newsletter-wrapp .text-fields button {
    position: absolute;
    right: 6px;
    background: #0C0404;
    height: 50px;
    color: #fff;
    border: 1px solid #0C0404;
    padding: 0 55px;
    border-radius: 52px;
    top: 50%;
    transform: translateY(-50%);
}


.sector-wrapp {
    padding: 50px 0 30px;
}

.sector-wrapp h2.highlight:after {
    width: 89%;
}

.sector-wrapp .sector-galler {
    width: 100%;
}

.sector-wrapp .sector-galler .sector-img-row-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 {
    width: 49%;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 .sector-img-1 {
    width: 100%;
    position: relative;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 .sector-img-1 img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 .sector-img-1 .content {
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 0 30px;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 .sector-img-1 .content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 .sector-img-1 .content span.time {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 0 20px;
    background: url(../images/timer-1.svg) no-repeat center;
    background-size: 16px;
    background-position-x: 0;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 {
    width: 48%;
    position: relative;
    margin: 0 0 20px;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 img {
    width: 100%;
    display: block;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 .content {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    bottom: 28px;
}

.sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 .content p {
    color: #1D19D7;
    font-size: 16px;
    font-weight: 600;
}


.videos-wrapp h2.highlight:after {
    width: 89%;
}


.videos-wrapp .videos-galler {
    background: #ffffff;
    padding: 50px 20px;
}

.videos-wrapp .videos-galler .videos-row-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 6%;
}

.videos-wrapp .videos-galler .videos-row-1 .videos-img-1 {
    width: 19%;
    margin: 0 3% 0 0;
}

.facebook-page-posts-user-root-container {
    display: none;
}

.videos-wrapp .videos-galler .videos-row-1 .videos-img-1 .img {
    width: 100%;
    margin: 0 0 15px;
}

.videos-wrapp .videos-galler .videos-row-1 .videos-img-1 .video {
    width: 100%;
    margin: 0 0 15px;
}

.videos-wrapp .videos-galler .videos-row-1 .videos-img-1 .img img {
    width: 100%;
    display: block;
}

.videos-wrapp .videos-galler .videos-row-1 .videos-img-1:nth-child(4n) {
    margin-right: 0;
}

.videos-wrapp .videos-galler .videos-row-1 .videos-img-1 p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.videos-wrapp .videos-galler .social-row-1 {
    width: 100%;
    margin: 50px 0 0;
}

.videos-wrapp .videos-galler h2.highlight {
    color: #000000;
}

.videos-wrapp .videos-galler h2.highlight::before {
    background: #C60404;
    background: linear-gradient(90deg,rgba(254, 0, 0, 1) 30%, rgba(198, 4, 4, 1) 100%);
}

.videos-wrapp .videos-galler h2.highlight::after {
    background: #7c7575;
    /* background: linear-gradient(90deg,rgba(254, 0, 0, 1) 30%, rgba(198, 4, 4, 1) 100%); */
    width: 75%;
}

.slick-prev,
.slick-next {
    padding: 10px;
    border-radius: 50%;
    background-color: #ffffff !important;
    border-radius: 50%;
    color: #fff !important;
    width: 30px !important;
    height: 30px !important;
}

.ads-wrapp {
    padding: 20px 0 0px;
}

.ads-wrapp .ads-row {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.ads-wrapp .ads-row img {
    width: 100%;
    display: block;
}


.what-we-offer-wrpp {
    padding: 20px 0;
}

.what-we-offer-wrpp h2.highlight:after {
    width: 80%;
}

.what-we-offer-wrpp .what-we-offer-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.what-we-offer-wrpp .what-we-offer-row .what-we-offer-col {
    width: 32.5%;
    position: relative;
}

.what-we-offer-wrpp .what-we-offer-row .what-we-offer-col img {
    width: 100%;
    display: block;
}

.videos-row-1 .slick-slide {
    margin-left: 7px;
    margin-right: 7px;
}

.what-we-offer-wrpp .what-we-offer-row .what-we-offer-col h1 {
    position: absolute;
    bottom: 35px;
    left: 35px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
}

/* .what-we-offer-wrpp .what-we-offer-row .what-we-offer-col:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(22, 22, 22, 0.899) 73.4%, #000000 100%);
} */


.what-we-offer-wrpp {
    padding: 20px 0;
}

.features-wrapp {
    padding: 50px 0;
}

.features-wrapp h2.highlight:after {
    width: 70%;
}

.features-wrapp .features-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.features-wrapp .features-col1 {
    width: 19%;
    margin: 0 1.25% 0 0;
    position: relative;
    background: #c22124 ;
    background: linear-gradient(90deg,#c22124 30%, #861518 100%);
    padding: 80px 30px 120px;
    border-radius: 20px;
}

.features-wrapp .features-col1 img {
    width: 40px;
    display: block;
    height: 40px;
    object-fit: cover;
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    border-radius: 50%;
}

.features-wrapp .features-col1:last-child {
    margin-right: 0;
}

.feature-conten h3{
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
.feature-conten p{
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
}
.features-wrapp .features-col1 h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}


.footer-wrapp {
    width: 100%;
    float: left;
    background: #0C0404;
}

.footer-wrapp .footer-row1 {
    width: 100%;
    display: none;
}

.footer-wrapp .footer-row1 img {
    width: 100%;
    display: block;
}

.footer-wrapp .footer-row2 {
    width: 100%;
    background: #0C0404;
    margin: -2px 0 0;
    position: relative;
}

.footer-wrapp .footer-row2 .footer-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0;
    border-bottom: 1px solid #76AEFF;
}

.footer-wrapp .footer-col1 {
    width: 22%;
}
.footer-wrapp .footer-col1 .footer-logo img{
    width: 160px;
    height: 160px;
    object-fit: cover;
}
.footer-wrapp .footer-col1 .footer-logo {
    width: 258px;
    display: block;
}

.footer-wrapp .footer-links {
    width: 17%;
}

.footer-wrapp .footer-col4 {
    width: 35%;
}

.footer-wrapp .footer-links ul {
    width: 100%;
}

.footer-wrapp .footer-links ul li {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}

.footer-wrapp .footer-links ul li a {
    color: #fff;
}

.footer-wrapp p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin: 0 0 30px;
}

.footer-wrapp .footer-form {
    width: 100%;
    margin: 0 0 20px;
}

.footer-wrapp .footer-form .text-fields {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.footer-wrapp .footer-form .text-fields .text-field {
    width: 69%;
    margin: 0 2% 0 0;
}

.footer-wrapp .footer-form .text-fields .text-field label {
    font-size: 16px;
    font-weight: 400;
    color: #CFD3D7;
    margin: 0 0 10px;
}

.footer-wrapp .footer-form .text-fields .text-field input {
    width: 100%;
    height: 56px;
    background: #4F5A68;
    border: 1px solid #FFFAFA;
    padding: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.footer-wrapp .footer-form .text-fields .text-field input::placeholder {
    color: #77808B;
}

.footer-wrapp .footer-form .text-fields .submit-btn {
    width: 29%;
    background: #fa0000;
    height: 56px;
    border: 1px solid #fa0000;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    transition: all .25s ease-in-out;
}

.footer-wrapp .footer-form .text-fields .submit-btn:hover {
    color: #FFFAFA;
    background: none;
}

.footer-wrapp .social-icons {
    width: 100%;
}

.footer-wrapp .social-icons .social-icon {
    display: inline-block;
    margin: 0 15px 0 0;
}

.footer-wrapp .social-icons .social-icon img {
    width: 21px;
    height: 21px;
}

.footer-wrapp .footer-row3 {
    width: 100%;
    padding: 50px 0;
}

.footer-wrapp .footer-row3 .footer-row4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-wrapp .footer-row3 .footer-row4 p {
    margin: 0;
    font-weight: 400;
}

.footer-wrapp .footer-row3 .footer-row4 ul.footer-contact {
    width: auto;
}

.footer-wrapp .footer-row3 .footer-row4 ul.footer-contact li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 30px 0 0;
    padding: 0 0 0 30px;
}

.footer-wrapp .footer-row3 .footer-row4 ul.footer-contact li:last-child {
    margin-right: 0;
}

.footer-wrapp .footer-row3 .footer-row4 ul.footer-contact li a {
    color: #fff;
}

.footer-wrapp .footer-row3 .footer-row4 ul.footer-contact li.loc {
    background: url(../images/location_on.svg) no-repeat center;
    background-size: 24px;
    background-position-x: 0;
}

.footer-wrapp .footer-row3 .footer-row4 ul.footer-contact li.mail {
    background: url(../images/email.svg) no-repeat center;
    background-size: 24px;
    background-position-x: 0;
}

.footer-wrapp .footer-row3 .footer-row4 ul.footer-contact li.phone {
    background: url(../images/call.svg) no-repeat center;
    background-size: 24px;
    background-position-x: 0;
}

.footer-wrapp .social-icons.mob {
    display: none;
}

.footer-wrapp .footer-links-mob {
    display: none;
}

.content-wrapp {
    padding: 50px 0 35px;
    margin-top: 140px;
}

.content-wrapp .content-row {
    width: 100%;
}

.content-wrapp h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0 0 22px;
}

.content-wrapp p {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 26px;
}

.content-wrapp ul {
    width: 100%;
    margin: 0 0 26px;
}

.content-wrapp ul li {
    float: none;
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-left: 14px;
}

.content-wrapp ul li:before {
    content: "\2022";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 1px;
}

.content-wrapp h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin: 0 0 22px;
}

.content-wrapp p b {
    font-weight: bold;
}

.content-wrapp ul li b {
    font-weight: bold;
}

.content-wrapp ol {
    width: 100%;
    float: none;
    counter-reset: my-awesome-counter;
    margin: 0 auto 28px;
    position: relative;
}

.content-wrapp ol li {
    font-size: 20px;
    color: #000000;
    line-height: 1.3;
    counter-increment: step-counter;
    padding-left: 20px;
    width: auto;
    margin: 0 auto;
    position: relative;
    letter-spacing: normal;
    font-weight: 400;
}

.content-wrapp ol li:before {
    content: counter(step-counter)'.';
    margin-right: 0px;
    position: absolute;
    left: 0;
    color: #000000;
    font-size: 20px;
    top: 0;
}

.content-wrapp ol li b {
    font-weight: bold;
}

.content-wrapp .content-img {
    width: 100%;
    margin: 0 0 38px;
}

.content-wrapp .content-img img {
    width: 100%;
    display: block;
}

.content-wrapp2 {
    padding: 70px 0 10px;
}


.magazine-wrapp {
    padding: 50px 0 50px;
    margin-top: 140px;
}

.magazine-wrapp h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 37px;
}

.magazine-wrapp .magazine-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.magazine-wrapp .magazine-col1 {
    width: 22.33%;
    margin: 0 2% 40px 0;
    text-align: center;
}

.magazine-wrapp .magazine-col1:nth-child(4n) {
    margin-right: 0;
}

.magazine-wrapp .magazine-col1 .magazine-img {
    width: 100%;
    margin: 0 0 20px;
}

.magazine-wrapp .magazine-col1 .magazine-img img {
    width: 100%;
}

.magazine-wrapp .magazine-col1 h3 {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
}


.contact-wrapp {
    padding: 70px 0;
    margin: 125px 0 0;
}

.contact-wrapp h2 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px;
}

.contact-wrapp .contact-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-wrapp .contact-col1 {
    width: 48%;
}


.contact-wrapp .contact-left {
    background: #fa0000;
    padding: 30px;
}

.contact-wrapp .contact-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
}

.contact-wrapp .contact-left h4 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 22px;
}

.contact-wrapp .contact-left h4 a {
    color: #fff;
}

.contact-wrapp .contact-col2 {
    width: 48%;
}

.contact-wrapp .text-fields {
    width: 100%;
}

.contact-wrapp .text-fields .text-field {
    width: 100%;
    margin: 0 0 11px;
}

.contact-wrapp .text-fields .text-field input {
    width: 100%;
    height: 50px;
    background: none;
    border: 1px solid #000000;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
}

.contact-wrapp .text-fields .text-field input::placeholder {
    color: #000000;
}

.contact-wrapp .text-fields .text-field textarea {
    width: 100%;
    height: 160px;
    background: none;
    border: 1px solid #000000;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
    resize: none;
}

.contact-wrapp .text-fields .text-field textarea::placeholder {
    color: #000000;
}

.contact-wrapp .text-fields .submit-btn {
    background: #fa0000;
    font-size: 15px;
    color: #fff;
    padding: 14px 45px;
    border-radius: 50px;
    border: 1px solid #fa0000;
}

.contact-wrapp .text-fields .submit-btn:hover {
    background: none;
    color: #0C0404;
}

.contact-wrapp .contact-col2 input {
    width: 100%;
    height: 50px;
    background: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
}

.contact-wrapp .contact-col2 input::placeholder {
    color: #000000 !important;
}

.contact-wrapp .contact-col2 textarea {
    width: 100%;
    height: 160px;
    background: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
    resize: none;
}

.contact-wrapp .contact-col2 textarea::placeholder {
    color: #000000 !important;
}



.contact-wrapp .contact-col2 .everest-forms .evf-submit-container .evf-submit {
    background: #fa0000;
    font-size: 15px;
    color: #fff;
    padding: 14px 45px;
    border-radius: 50px;
    border: 1px solid #fa0000;
}

.contact-wrapp .contact-col2 .everest-forms .evf-submit-container .evf-submit:hover {
    background: none;
    color: #0C0404;
}

.contact-wrapp.enquiry-wrapp {
    margin: 0 0 0;
}

.videos-wrapp.home-vid {
    margin-top: 0;
}

.videos-wrapp {
    padding: 50px 0 75px;
    margin-top: 140px;

}

.videos-wrapp h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 37px;
}

.videos-wrapp .videos-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.videos-wrapp .video-box {
    width: 32%;
    margin: 0 2% 4% 0;
}

.videos-wrapp .video-box:nth-child(3n) {
    margin-right: 0;
}

.videos-wrapp .video-box .video {
    width: 100%;
    margin: 0 0 10px;
}

.videos-wrapp .video-box .video iframe {
    width: 100%;
    height: 250px;
}

.videos-wrapp h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.pagination-wrapp {
    margin: 50px 0 0;
}

.pagination-wrapp .pagination-nav {
    text-align: center;
}

.pagination-wrapp .pagination-nav li {
    display: inline-block;
    font-size: 20px;
    color: #000;
    margin: 0 5px;
}

.pagination-wrapp .pagination-nav li a {
    color: #000;
}

.latest-works {
    padding: 0 0 60px;
}

.latest-works h2.highlight:after {
    width: 78%;
}

.latest-works .latest-works-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.latest-works .latest-works-col1 {
    width: 31%;
    margin: 0 3.5% 2% 0;
}

.latest-works .latest-works-col1:nth-child(3n) {
    margin-right: 0;
}

.latest-works .latest-works-col1 .img {
    width: 100%;
    margin: 0 0 20px;
}

.latest-works .latest-works-col1 img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.latest-works .latest-works-col1 h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}

.latest-works .latest-works-col1 .date {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
}



.latest-news-wrapp {
    padding: 100px 0;
}

.latest-news-wrapp h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0 0 45px;
}

.latest-news-wrapp .latest-news-row {
    width: 100%;
}

.latest-news-wrapp .latest-news-col1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
}

.latest-news-wrapp .latest-news-col1 .latest-news-row1 {
    width: 67%;
    display: flex;
    flex-wrap: wrap;
}

.latest-news-wrapp .latest-news-col1 .latest-news-row1 .latest-news-box {
    width: 30%;
    margin: 0 4% 80px 0;
}

.latest-news-wrapp .latest-news-col1 .latest-news-row1 .latest-news-box:nth-child(3n) {
    margin-right: 0;
}

.latest-news-wrapp .latest-news-row1 .latest-news-box .img {
    width: 100%;
    margin: 0 0 20px;
}

.latest-news-wrapp .latest-news-row1 .latest-news-box .img img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.latest-news-wrapp .latest-news-row1 .latest-news-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}

.latest-news-wrapp .latest-news-row1 .latest-news-box .date {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
}

.latest-news-wrapp .latest-news-col1 .ad-area1 {
    width: 28%;
}

.latest-news-wrapp .latest-news-col1 .ad-area1 img {
    width: 100%;
    display: block;
}

.latest-news-wrapp .latest-news-row .latest-news-col2 {
    width: 100%;
}

.latest-news-wrapp .latest-news-row .latest-news-col2 .latest-news-row1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.latest-news-wrapp .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box {
    width: 32%;
    margin: 0 2% 80px 0;
}

.latest-news-wrapp .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box:nth-child(3n) {
    margin-right: 0;
}

.latest-news-wrapp .latest-news-row .latest-news-col2 .ad-area2 {
    text-align: center;
    width: 100%;
    margin: 0 0 80px;
}

.latest-news-wrapp .latest-news-row .latest-news-col2 .ad-area2 img {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: block;
}



.latest-news-wrapp2 {
    margin-top: 140px;
    padding: 50px 0px;
}

.latest-news-wrapp2 h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0 0 45px;
}

.latest-news-wrapp2 h2 span {
    display: block;
}

.latest-news-wrapp2 .latest-news-row {
    width: 100%;
}

.latest-news-wrapp2 .latest-news-col1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
    align-items: flex-start;
}

.latest-news-wrapp2 .latest-news-col1 .latest-news-row1 {
    width: 67%;
    display: flex;
    flex-wrap: wrap;
}

.latest-news-wrapp2 .latest-news-col1 .latest-news-row1 span {
    margin-bottom: 18px;
    font-size: 22px;
    color: gray;
}

.latest-news-wrapp2 .latest-news-col1 .latest-news-row1 .latest-news-box {
    width: 30%;
    margin: 0 2% 50px 0;
}

.latest-news-wrapp2 .latest-news-row1 .latest-news-box .img {
    width: 100%;
    margin: 0 0 20px;
}

.latest-news-wrapp2 .latest-news-row1 .latest-news-box .img img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.latest-news-wrapp2 .latest-news-row1 .latest-news-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-news-wrapp2 .latest-news-row1 .latest-news-box .date {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
}

.latest-news-wrapp2 .latest-news-col1 .ad-area1 {
    width: 28%;
}

.latest-news-wrapp2 .latest-news-col1 .ad-area1 img {
    width: 100%;
    display: block;
}

.latest-news-wrapp2 .latest-news-row .latest-news-col2 {
    width: 100%;
}

.latest-news-wrapp2 .latest-news-row .latest-news-col2 .latest-news-row1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.latest-news-wrapp2 .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box {
    width: 32%;
    margin: 0 2% 80px 0;
}

.latest-news-wrapp2 .latest-news-row .latest-news-col2 .realated-news-slider .latest-news-box {
    margin: 0;
}

.inner-wrapp .latest-news-row .latest-news-col2 .slick-slide {
    margin: 0 15px;
}

.latest-news-wrapp2 .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box:nth-child(3n) {
    margin-right: 0;
}

.latest-news-wrapp2 .latest-news-row .latest-news-col2 .ad-area2 {
    text-align: center;
    width: 100%;
    margin: 0 0 80px;
}

.latest-news-wrapp2 .latest-news-row .latest-news-col2 .ad-area2 img {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: block;
}

.latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp {
    width: 28%;
}

.latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp {
    width: 100%;
    margin: 0 0 35px;
    padding: 20px;
    background-color: #f2f2f2;
}

.latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 23px;
}

.latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #000000;
}

.latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 .regions-img {
    width: 90px;
    margin: 0 20px 0 0;
}

.latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 .regions-img img {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ff0100;
}

.latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 h3 {
    font-weight: 600;
    margin: 0 0 0;
    flex: 1 0 0;
}

.latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .ad-area1 {
    width: 100%;
}

.latest-news-wrapp2 p {
    font-size: 16px;
    line-height: 1.56;
    font-weight: 400;
    color: #000;
    margin: 0 0 28px;
}

.latest-news-wrapp2 p span {
    display: block;
}

.inner-wrapp .blog-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
}

.inner-wrapp .blog-head.mob {
    display: none;
}

.inner-wrapp .blog-head .profile-detail {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inner-wrapp .blog-head .profile-detail .profile-img {
    width: 66px;
    height: 66px;
    margin: 0 20px 0 0;
}

.inner-wrapp .blog-head .profile-detail .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
    border-radius: 50%;
}

.inner-wrapp .blog-head .profile-detail .profile-name {
    width: auto;
}

.inner-wrapp .blog-head .profile-detail .profile-name h3 {
    font-size: 16px;
    font-weight: 600;
    color: #06027b;
    margin-bottom: 10px;
    font-family: "Noto Serif", serif;
    letter-spacing: 3px;
}

.inner-wrapp .blog-head .profile-detail .profile-name h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Serif", serif;
}

.inner-wrapp .blog-head .action-btns {
    width: auto;
}

.inner-wrapp .blog-head .action-btns .action-btn {
    display: inline-block;
    width: auto;
    margin: 0 0 0 20px;
}

.latest-news-wrapp2 .blog-img {
    width: 100%;
    margin: 0 0 30px;
}

.latest-news-wrapp2 .blog-img img {
    width: 100%;
    display: block;
}

.latest-news-wrapp2 .text {
    font-size: 20px;
    color: #666666;
    font-weight: 300;
    margin: 0 0 28px;
}

.latest-news-wrapp2 h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}

.latest-news-wrapp2 a.text-links {
    font-size: 25px;
    color: #222327;
    text-decoration: underline;
    line-height: 1.56;
}

.latest-news-wrapp2 a.text-links:hover {
    text-decoration: none;
}

.inner-wrapp .latest-news-row .latest-news-col2 {
    margin: 100px 0 0;
}

.inner-wrapp .videowrapp {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    margin: 0 0 30px;
}

.inner-wrapp .videowrapp iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.magazine-wrap-mob {
    width: 100%;
    margin: 50px 0 0;
    display: none;
}

.magazine-wrap-mob h2.highlight:after {
    width: 74%;
}

.magazine-wrap-mob .magazine-img {
    width: 100%;
}

.magazine-wrap-mob .magazine-img img {
    width: 100%;
    display: block;
}

.innerreg-sidebar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.innerreg-sidebar h3 {
    font-size: 18px !important;
    margin-left: 10px !important;
}

.sector-tab>div {
    padding: 1em;
}

.sector-tab {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.sectortab-cont span {
    color: grey;
    font-size: 13px;
}

.sector-wrapp .tab {
    padding-top: 20px;
}

.sector-wrapp .tab .tablinks {
    background: #323333;
    /* background:linear-gradient(90deg,rgba(198, 4, 4, 1) 0%, rgba(254, 0, 0, 1) 50%); */
    border-radius: 8px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    min-width: 210px;
    margin-left: 10px;
    position: relative;
    max-width: fit-content;
}

.sector-wrapp .tab .tablinks:before {
    content: none;
    color: #ff0100;
    margin-right: 10px;
}

.features-wrapp.feature-mob {
    display: none;
}

.sector-wrapp .tab {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    overflow: scroll;
}

.sectorrep1 {
    grid-column: 1 / 3;
    grid-row: 1/5;
}

.sectorrep2 {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.sectorrep3 {
    grid-column: 4/5;
    grid-row: 1 /3;
}

.sectorrep4 {
    grid-column: 3 /4;
    grid-row: 3/5;
}

.sectorrep5 {
    grid-column: 4/5;
    grid-row: 3/5;
}

.sectorrep6 {
    grid-column: 1/2;
    grid-row: 5/7;
}

.sectorrep7 {
    grid-column: 2/3;
    grid-row: 5/7;
}

.sectorrep8 {
    grid-column: 3/4;
    grid-row: 5/7;
}

.sectorrep9 {
    grid-column: 4/5;
    grid-row: 5/7;
}

/* news-wrap */


/* .wrapper > div {
    border: 2px solid rgb(233 171 88);
    border-radius: 5px;
    background-color: rgb(233 171 88 / 50%);
    padding: 1em;
    color: #d9480f;
  } */
.wrapper {
    display: grid;

    gap: 20px;

    width: 72%;
}

.news1 {
    grid-column: 1 / 3;
    grid-row: 1/5;
}

.news2 {
    grid-column: 3/ 4;
    grid-row: 1/3;
}

.news-box {
    margin-bottom: 40px;
}

.news2 .news-related-box p,
.news3 .news-related-box p,
.news4 .news-related-box p,
.news5 .news-related-box p,
.news6 .news-related-box p,
.news7 .news-related-box p,
.news8 .news-related-box p,
.news9 .news-related-box p,
.news10 .news-related-box p,
.news11 .news-related-box p,
.news12 .news-related-box p,
.news13 .news-related-box p,
.news14 .news-related-box p,
.news15 .news-related-box p,
.news16 .news-related-box p,
.news17 .news-related-box p,
.news18 .news-related-box p {
    font-family: "Noto Serif", serif;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: grey;
}

.news3 {
    grid-column: 3/4;
    grid-row: 3/5;
}

.news4 {
    grid-column: 1/2;
    grid-row: 5/7;
}

.news5 {
    grid-column: 2/3;
    grid-row: 5/7;
}

.news6 {
    grid-column: 3/4;
    grid-row: 5/7;
}

.news7 {
    grid-column: 1/2;
    grid-row: 7/9;
}

.news8 {
    grid-column: 2/3;
    grid-row: 7/9;
}

.news9 {
    grid-column: 3/4;
    grid-row: 7/9;
}

.gcc-galle .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
    width: 72%;
}

.gcc1 {
    grid-column: 2/4;
    grid-row: 1/5;
}

.gcc2 {
    grid-column: 1/2;
    grid-row: 1/3;
}

.gcc3 {
    grid-column: 1/2;
    grid-row: 3/5;
}

.gcc4 {
    grid-column: 1/2;
    grid-row: 5/7;
}

.gcc5 {
    grid-column: 2/3;
    grid-row: 5/7;
}

.gcc6 {
    grid-column: 3/4;
    grid-row: 5/7;
}

.gcc7 {
    grid-column: 1/2;
    grid-row: 7/9;
}

.gcc8 {
    grid-column: 2/3;
    grid-row: 7/9;
}

.gcc9 {
    grid-column: 3/4;
    grid-row: 7/9;
}

.mobile-banner {
    display: none;
}

.high-light-swiper {
    padding: 30px 0px !important;
    margin-bottom: 0 !important;
    border: 1px solid #7C7575;
    border-left: none;
    border-right: none;
}

.high-img img {
    height: 170px;
    object-fit: cover;
}

.highlight-box a:hover .high-content p {
    color: #0a58ca !important;
}

.highlight-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 20px;
    flex-direction: column;
}

.high-content p {
    font-size: 12px !important;
    color: #000 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.high-content {
    margin-top: 10px;
    /* padding-left: 15px !important; */
}

.high-content span {
    font-size: 10px;
    color: #8C8C8C;
    display: block;
    margin: 5px 0px;
}

.addrun-div {
    margin-bottom: 50px;
}

.side-bar-wrapp .news-wrapp .news-col3 {
    width: 100%;
}

caret.caret-mob.dropdown-toggle::after {
    content: none;
}

.dropdown-toggle:empty::after {
    content: none;
}

.latest-news-row1 .social-icons {
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.top-stories h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    background: #C60404;
    background: linear-gradient(90deg,rgba(254, 0, 0, 1) 30%, rgba(198, 4, 4, 1) 100%);
    text-transform: uppercase;
    color: #fff;
    padding: 17px 30px;
}

.advertisement h2.highlight:after {
    width: 72%;
}

.subscribemodal .modal-dialog {
    max-width: 870px;
}

.subscribemodal .modal-dialog .contact-wrapp {
    padding: 0;
    margin: 0 0 0;
}

.subscribemodal .modal-dialog .modal-content .modal-body {
    padding: 30px;
}

.subscribemodal .modal-dialog .contact-wrapp p {
    font-size: 18px;
    color: #fff;
    line-height: 1.45;
}

.subscribemodal .modal-dialog .modal-content .modal-body .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}


.contact-wrapp .text-fields .check-field {
    width: 100%;
    margin: 25px 0;
}

.contact-wrapp .text-fields .check-field input {
    -webkit-appearance: auto;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-wrapp .text-fields .check-field label {
    font-size: 15px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.sk-ww-facebook-page-posts .post-header {
    display: flex;
    align-items: center;
}

.sectore-related-box .sectortab-cont h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sectore-related-box .sectortab-cont p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner-wrapp .banner-col2 .banner-mock span.mock-img {
    width: 77%;
}

.news-redbtn {
    font-size: 10px !important;
    padding: 5px 20px;
    background-color: red;
    color: #fff !important;
    margin: 10px 0px;
    display: block;
    max-width: fit-content;
}

.event-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.share-button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.share-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.modal-content a {
    display: block;
    margin: 10px 0;
    padding: 10px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.modal-content a:hover {
    background-color: #0056b3;
}

.single-event {
    width: 30%;
    margin-bottom: 50px;
    border: 1px solid #80808047;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sm-addvert .smadd-img {
    width: 100%;
    height: 200px;
    object-fit: cover;  
}
.footer-pannel{
    background: linear-gradient(90deg, rgb(255 0 0) 0%, rgb(125 0 0) 100%);
    padding:80px 50px;
}
.footer-pannel h1{
    font-size: 50px;
    color: #fff;
}
.footer-pannel-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-pannel-col1{
    width: 90%;
    height: 2px;
    background-color: #fff;
}
.footer-pannel-col2{
    width: 18%;
}
.footer-pannel-col2 p{
    font-size: 28px;
    color: #fff;
    text-align: right;
    font-weight: 500;
}
.search-submit{
    position: relative;
}
.search-submit::after{
    position: absolute;
    content: '';
    background-image: url("../../assets/images/search-solid.svg");
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width:1499px) {
    .header-wrapp .header-btns .header-btn1 {
        font-size: 15px;
    }

    .header-wrapp .header-menu ul .nav-link {
        font-size: 12.5px;
    }

    .header-wrapp .header-menu ul .nav-link.dropdown .dropdown-menu li a {
        font-size: 12.5px;
    }

    .header-wrapp .header-menu ul {
        padding: 10px 15px;
    }

    .banner-wrapp .banner-col2 .banner-mock {
        max-width: 460px;
    }

    .banner-wrapp .banner-col2 .banner-mock span.mock-img {
        width: 77%;
    }

}

@media (max-width:1399px) {
    .header-wrapp .brand-logo {
        width: 100px;
    }

    .header-wrapp .header-menu ul .nav-link {
        font-size: 11px;
    }

    .header-wrapp .header-menu ul .nav-link a {
        padding: 5px 15px;
    }

    .header-wrapp .header-btns .header-btn1 {
        font-size: 12px;
        padding: 10px 15px;
    }

    .header-wrapp .header-btns .header-btn1.enqyuiry-btn {
        padding: 8px 15px 12px;
    }

    .header-wrapp .header-btns .header-btn1 .icon {
        margin: 0 2px -9px 0;
    }

    .header-wrapp .header-menu ul .nav-link.dropdown .dropdown-menu li a {
        font-size: 11px;
    }

    .banner-wrapp .banner-col2 .banner-mock {
        max-width: 400px;
    }

    .banner-wrapp .banner-col2 .banner-mock span.mock-img {
        top: 32px;
        left: 50px;
    }

    h2.highlight:after {
        width: 75%;
    }

    .sector-wrapp h2.highlight:after {
        width: 75%;
    }

    .videos-wrapp h2.highlight:after {
        width: 75%;
    }

    .videos-wrapp .videos-galler h2.highlight::after {
        width: 75%;
    }

    .what-we-offer-wrpp h2.highlight:after {
        width: 75%;
    }

    .features-wrapp h2.highlight:after {
        width: 65%;
    }

    .features-wrapp .features-col1 h2 {
        font-size: 30px;
    }

    .videos-wrapp .videos-galler .videos-row-1 .slick-slide {
        margin: 0 15px;
    }

    .videos-img-1 .video iframe {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }


    .footer-wrapp .footer-col1 {
        width: 29%;
    }

    .latest-works h2.highlight:after {
        width: 74%;
    }

    .advertisement h2.highlight:after {
        width: 69%;
    }


}

@media (max-width:1200px) {
    .header-wrapp .header-btns {
        position: absolute;
        top: 10px;
        right: 0;
    }

    /* .header-wrapp .header-menu {
        padding: 40px 0 0;
    } */
    .features-wrapp h2.highlight:after {
        width: 56%;
    }
    .header-wrapp {
        padding: 30px 0 25px;
    }


    .banner-wrapp .banner-col1 {
        padding: 80px 0 0;
    }

    .banner-wrapp h2 {
        font-size: 28px;
    }

    .banner-wrapp h2 span {
        display: inline;
    }

    .banner-wrapp .banner-col2 .banner-mock {
        max-width: 335px;
    }

    .banner-wrapp .banner-col2 .banner-mock span.mock-img {
        top: 26px;
        left: 40px;
    }

    .banner-wrapp {
        max-height: 419px;
    }

    .banner-wrapp .social-icons .social-icon {
        width: 20px;
        margin: 0 20px 0 0;
    }

    .banner-wrapp .social-icons {
        right: 2%;
        padding: 12px 25px 8px;
        bottom: 77px;
    }

    .banner-wrapp .slider-progress {
        bottom: 90px;
        left: 22%;
    }

    .banner-slider button.slick-next {
        top: 50%;
        right: 0;
    }

    .banner-slider button.slick-prev {
        top: 50%;
        left:0;
    }

    h2.highlight:after {
        width: 75%;
    }

    .news-related-box p a {
        font-size: 14px;
    }

    .news-related-box span {
        font-size: 12px;
    }

    .what-we-offer-wrpp .what-we-offer-row .what-we-offer-col h1 {
        font-size: 25px;
    }

    .features-wrapp .features-col1 h2 {
        font-size: 18px;
    }

    .footer-wrapp .footer-col1 .footer-logo {
        width: 200px;
    }

    .footer-wrapp .footer-row3 .footer-row4 ul.footer-contact li {
        font-size: 14px;
        margin: 0 20px 0 0;
    }

    .footer-wrapp .footer-row3 .footer-row4 p {
        font-size: 14px;
    }

    .latest-works h2.highlight:after {
        width: 69%;
    }

    .advertisement h2.highlight:after {
        width: 63%;
    }

    .newsletter-wrapp .newsletter-row-1 {
        padding-left: 15%;
    }

    .newsletter-wrapp .text-fields {
        width: 375px;
    }

    .latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 h3 {
        font-size: 16px !important;
    }

    .latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 .regions-img {
        width: 70px;
        margin-right: 10px;
    }

    .latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 .regions-img img {
        height: 70px;
    }
    .features-wrapp .features-col1{
        width: 32%;
        margin-bottom: 20px;
    }
    .footer-pannel-col2 p{
        font-size: 20px;
    }
}

@media (max-width:992px) {
    .header-wrapp .header-btns .header-btn1{
        font-size: 11px;
    }
    .mobile-banner{
        display: none !important;
    }
    .slick-prev, .slick-next{
        display: none;
    }
    .header-wrapp .brand-logo {
        display: none;
    }

    .mobile-banner {
        display: block;
        margin: 154px 0 0;
    }

    .mobban-outer {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .header-wrapp .header-menu {
        display: none;
    }

    .header-wrapp .header-btns {
        position: relative;
        top: 0;
    }

    .header-wrapp .header-row {
        justify-content: right;
    }

    .header-wrapp {
        padding: 30px 0 20px;
    }
    .ads-wrapp{
        margin-top: 160px;
        padding: 20px 0px;
    }
    .head-mob {
        padding: 15px 0;
        display: block;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px #0000001A;
        margin-top: 63px;
        position: fixed;
        z-index: 9;
    }

    .head-mob .brand-logo {
        width: 70px;
    }

    .head-mob .head-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .overlay-menu {
        display: block;
        position: fixed;
        width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        overflow-y: auto;
        background: #fff;
        z-index: 9;
        padding: 100px 5%;
        margin-left: -100%;
        opacity: 0;
        transition: all .25s ease-in-out;
    }

    .hamburger {
        position: fixed;
        width: 31px;
        height: 30px;
        top: 100px;
        right: 5%;
        z-index: 99;
    }

    .hamburger .line {
        width: 100%;
        display: inline-block;
        height: 2px;
        background: #0C0404;
        position: relative;
        transition: all .25s ease-in-out;
    }

    .hamburger .line:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: -11px;
        background: #0C0404;
        transition: all .25s ease-in-out;
    }

    .hamburger .line:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: 12px;
        background: #0C0404;
        transition: all .25s ease-in-out;
    }

    .head-mob .search-btn {
        width: 37px;
        margin: 0 10% 0 0;
    }

    .overlay-menu>ul {
        width: 100%;
    }

    .overlay-menu>ul>li {
        display: block;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #b1b1b1;
    }

    .overlay-menu ul li a {
        color: #000;
        padding: 13px 0;
        display: block;
    }

    .overlay-menu ul li a:hover {
        color: #9a9a9a;
    }

    .overlay-menu>ul>li.dropdown>a {
        background: url(../images/chevron-down-black.svg) no-repeat center / 12px;
        background-position-x: 95%;
    }

    .overlay-menu ul li.dropdown .dropdown-menu {
        position: relative;
        border: none;
        padding: 0;
    }

    .overlay-menu ul li.dropdown .dropdown-menu li {
        font-size: 14px;
    }

    .overlay-menu ul li.dropdown .dropdown-menu li a {
        padding: 10px 0 10px 20px;
    }

    .hamburger .active .line {
        background: transparent;
    }

    .hamburger .active .line:before {
        transform: rotate(-45deg);
        top: 0;
    }

    .hamburger .active .line:after {
        transform: rotate(45deg);
        top: 0;
    }

    .overlay-menu.show {
        margin-left: 0;
        opacity: 1;
    }

    body:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #00000052;
        margin-left: -100%;
        transition: all .25s ease-in-out;
        opacity: 0;
    }

    body.menu-open:after {
        margin-left: 0;
        opacity: 1;
    }

    .banner-wrapp {
        display: none;
    }

    .news-wrapp .news-col3 {
        display: none;
    }

    .news-wrapp .news-col1 {
        width: 40%;
    }

    .news-wrapp .news-col2 {
        width: 60%;
    }

    h2.highlight:after {
        width: 65%;
    }


    .gcc-wrapp .gcc-galler .gcc-img-row-3 {
        display: none;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-1 {
        width: 58%;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-2 {
        width: 38%;
    }

    .magazine-wrap-mob {
        display: block;
    }

    .sector-wrapp h2.highlight:after {
        width: 80%;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 {
        width: 100%;
        margin: 0 0 30px;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 {
        width: 100%;
    }

    .videos-wrapp {
        padding: 45px 0;
    }

    .videos-wrapp h2.highlight:after {
        width: 78%;
    }

    .videos-wrapp .videos-galler h2.highlight::after {
        width: 61%;
    }

    .videos-wrapp .videos-galler .videos-row-1 {
        padding: 0 2%;
    }


    .newsletter-wrapp .newsletter-row-1 {
        padding: 0;
    }

    .newsletter-wrapp .text-fields {
        width: 475px;
    }

    .what-we-offer-wrpp h2.highlight:after {
        width: 62%;
    }

    .what-we-offer-wrpp .what-we-offer-row .what-we-offer-col h1 {
        font-size: 32px;
    }

    .features-wrapp h2.highlight:after {
        width: 40%;
    }

    .features-wrapp .features-col1 {
        width: 32%;
        margin: 0 2% 2% 0;
    }

    .features-wrapp .features-col1:nth-child(3n) {
        margin-right: 0;
    }


    .footer-wrapp .footer-links-mob {
        display: block;
        width: 100%;
        margin: 35px 0 0;
    }

    .footer-wrapp .footer-links {
        display: none;
    }

    .footer-wrapp .footer-col1 {
        width: 100%;
        margin: 0 0 35px;
    }

    .footer-wrapp {
        text-align: center;
    }

    .footer-wrapp .footer-col1 .footer-logo {
        width: 258px;
        margin: 0 auto 30px;
    }

    .footer-wrapp .social-icons.mob {
        display: block;
    }

    .footer-wrapp .social-icons .social-icon:last-child {
        margin-right: 0;
    }

    .footer-wrapp .social-icons {
        display: none;
    }

    .footer-wrapp .footer-col4 {
        width: 100%;
        padding: 38px 0;
        border-top: 1px solid #ffff;
        border-bottom: 1px solid #ffff;
    }

    .footer-wrapp .footer-form .text-fields .text-field label {
        display: none;
    }

    .footer-wrapp .footer-row1 {
        display: none;
    }

    .footer-wrapp .footer-row2 .footer-row {
        padding: 65px 0 0;
        border: none;
    }

    .footer-wrapp .footer-row3 {
        padding: 38px 0;
    }

    .footer-wrapp .footer-row3 .footer-row4 ul.footer-contact {
        display: none;
    }

    .footer-wrapp .footer-row3 .footer-row4 {
        justify-content: center;
    }

    .footer-wrapp .footer-links-mob ul {
        width: 100%;
    }

    .footer-wrapp .footer-links-mob ul li {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding-right: 18px;
        margin-right: 15px;
    }

    .footer-wrapp .footer-links-mob ul li a {
        color: #ffff;
    }

    .footer-wrapp .footer-links-mob ul li a:hover {
        color: #b9b9b9;
    }

    .footer-wrapp .footer-links-mob ul li:after {
        content: "";
        position: absolute;
        display: block;
        width: 2px;
        height: 90%;
        background: #fff;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-wrapp .footer-links-mob ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .footer-wrapp .footer-links-mob ul li:last-child:after {
        display: none;
    }


    .latest-news-wrapp .latest-news-row1 .latest-news-box h3 {
        font-size: 20px;
    }


    .latest-news-wrapp2 h2 span {
        display: inline;
    }

    .latest-news-wrapp2 p span {
        display: inline;
    }

    .inner-wrapp .latest-news-col1 .side-bar-wrapp {
        display: none;
    }

    .inner-wrapp .latest-news-col1 .latest-news-row1 {
        width: 100%;
    }

    .videos-wrapp .video-box {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .videos-wrapp .video-box:nth-child(2n) {
        margin-right: 0;
    }

    .videos-wrapp .video-box:nth-child(3n) {
        margin-right: auto;
    }

    .latest-works h2.highlight:after {
        width: 59%;
    }

    .advertisement h2.highlight:after {
        width: 50%;
    }

    .contact-wrapp .contact-left h3 {
        font-size: 20px;
    }

    .contact-wrapp .contact-left h4 {
        font-size: 20px;
    }

    .latest-news-wrapp2 .latest-news-row1 .latest-news-box h3 {
        font-size: 15px;
    }

    .latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp h3 {
        font-size: 18px;
    }

    .latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 .regions-img {
        width: 70px;
        margin: 0 10px 0 0;
    }

    .latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 .regions-img img {
        height: 70px;
    }

    .latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp .regions-wrapp .regions-col1 a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .latest-news-wrapp2 .latest-news-col1 .latest-news-row1 .latest-news-box {
        margin: 0 3% 50px 0;
        width: 45%;
    }

    .latest-news-wrapp2 .latest-news-col1 {
        margin: 0 0 0;
    }

    .newsletter-wrapp .newsletter-row-1 {
        padding-left: 47%;
    }

    .newsletter-wrapp {
        background-position-x: -60px;
    }

    .wrapper {
        width: 100%;
    }

    .modal {
        padding-right: 0 !important;
    }
    .footer-pannel-col{
        flex-wrap: wrap;
    }
    .footer-pannel-col1{
        margin: 20px 0px;
        width: 100%;
    }
    .footer-pannel-col2{
        width: 100%;
    }
    .footer-pannel-col2 p{
        text-align: center;
    }
    .footer-pannel-col2 p br{
        display: none;  
    }
    .footer-pannel h1 {
        font-size:30px;
    }
    .footer-pannel h1 br{
        display: none;
    }
}

@media screen and (max-width:769px) {
    h2.highlight {
        font-size: 25px;
    }

    h2.highlight:after {
        width: 75%;
    }

    .news-main h3 {
        font-size: 20px;
    }

    .news-wrapp .news-head {
        display: none;
    }

    .news-wrapp .news-col1 {
        width: 100%;
    }

    .news-wrapp .news-col2 {
        width: 100%;
        padding: 0;
    }

    .news-wrapp .news-row {
        flex-direction: column-reverse;
    }

    .news-wrapp .news-col2 .news-related .news-related-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .news-wrapp .news-col2 .news-related .news-related-box .img {
        width: 46%;
        margin: 0 4% 0 0;
    }

    .news-wrapp .news-col2 .news-related .news-related-box p {
        width: 50%;
    }

    .news-wrapp .left-bar h4:after {
        display: none;
    }

    .news-row .wrapper {
        width: 100%;
    }

    .magazine-wrap-mob h2.highlight:after {
        width: 70%;
    }

    .gcc-box .news-main h3 {
        font-size: 20px;
    }

    .gcc-galler .wrapper {
        width: 100% !important;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-1 {
        width: 100%;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-2 {
        width: 100%;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 .gcc-img-2 {
        width: 100%;
        margin: 0 0 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 .gcc-img-2 .img {
        width: 46%;
        margin: 0 4% 0 0;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 .gcc-img-2 p {
        width: 50%;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 .gcc-img-3 {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 .gcc-img-3 .img {
        width: 46%;
        margin: 0 4% 0 0;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 .gcc-img-3 p {
        width: 50%;
    }

    .newsletter-wrapp .text-fields {
        width: 100%;
    }

    .newsletter-wrapp .newsletter-row-1 form {
        width: 100%;
    }

    .newsletter-wrapp p {
        margin: 0 0 20px;
    }

    .newsletter-wrapp .newsletter-row-1 {
        justify-content: center;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 .content p {
        font-size: 14px;
    }

    .what-we-offer-wrpp .what-we-offer-row .what-we-offer-col h1 {
        font-size: 20px;
        left: 20px;
        bottom: 20px;
    }

    .what-we-offer-wrpp h2.highlight:after {
        width: 60%;
    }

    .features-wrapp h2.highlight:after {
        width: 35%;
    }

    .features-wrapp .features-row {
        justify-content: space-between;
    }

    .features-wrapp .features-col1 {
        width: 49%;
        margin: 0 0 20px;
    }

    /* .features-wrapp .features-col1 img {
        height: 170px;
    } */


    .latest-news-wrapp .latest-news-row1 .latest-news-box h3 {
        font-size: 20px;
    }

    .latest-news-wrapp .latest-news-col1 .ad-area1 {
        display: none;
    }

    .latest-news-wrapp .latest-news-col1 .latest-news-row1 {
        width: 100%;
    }

    .latest-news-wrapp .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box {
        width: 48%;
        margin: 0 4% 30px 0;
    }

    .latest-news-wrapp .latest-news-col1 .latest-news-row1 .latest-news-box {
        margin: 0 4% 30px 0;
    }

    .latest-news-wrapp .latest-news-col1 {
        margin: 0 0 0;
    }

    .latest-news-wrapp .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box:nth-child(2n) {
        margin-right: 0;
    }

    .latest-news-wrapp .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box:nth-child(3n) {
        margin-right: auto;
    }

    .latest-news-wrapp {
        padding: 50px 0;
    }

    .latest-news-wrapp h2 {
        font-size: 25px;
        margin: 0 0 30px;
    }

    .pagination-wrapp {
        margin: 30px 0 0;
    }


    .inner-wrapp .blog-head.mob {
        display: block;
    }

    .latest-news-wrapp2 {
        padding: 50px 0;
    }

    .inner-wrapp .blog-head .profile-detail .profile-name h3 {
        font-size: 16px;
    }

    .inner-wrapp .blog-head .profile-detail .profile-name h4 {
        font-size: 12px;
    }

    .inner-wrapp .blog-head .profile-detail .profile-img {
        width: 50px;
        height: 50px;
    }

    .latest-news-wrapp2 h2 {
        font-size: 25px;
        margin: 0 0 25px;
    }

    .latest-news-wrapp2 p {
        font-size: 15px;
    }

    .inner-wrapp .latest-news-col1 .blog-head .profile-detail {
        display: none;
    }

    .inner-wrapp .blog-head .action-btns .action-btn:first-child {
        margin-left: 0;
    }

    .inner-wrapp .blog-head {
        margin: 0 0 30px;
    }

    .latest-news-wrapp2 .text {
        font-size: 12px;
    }

    .latest-news-wrapp2 h3 {
        font-size: 20px;
    }

    .latest-news-wrapp2 a.text-links {
        font-size: 20px;
    }

    .latest-news-wrapp2 .latest-news-row1 .latest-news-box h3 {
        font-size: 20px;
    }

    .inner-wrapp .latest-news-row .latest-news-col2 {
        margin: 25px 0 0;
    }

    .latest-news-wrapp2 .latest-news-col1 {
        margin: 0;
    }

    .videos-wrapp .video-box .video iframe {
        height: 200px;
    }

    .videos-wrapp h2 {
        font-size: 25px;
        margin: 0 0 30px;
    }


    .magazine-wrapp {
        padding: 50px 0 20px;
    }

    .magazine-wrapp h2 {
        font-size: 25px;
        margin: 0 0 30px;
    }

    .magazine-wrapp .magazine-col1 {
        width: 48%;
        margin: 0 4% 40px 0;
    }

    .magazine-wrapp .magazine-col1:nth-child(2n) {
        margin-right: 0;
    }

    .magazine-wrapp .magazine-col1:nth-child(3n) {
        margin-right: auto;
    }

    .magazine-wrapp .magazine-col1 h3 {
        font-size: 20px;
    }

    .content-wrapp {
        padding: 50px 0 26px;
    }

    .content-wrapp h2 {
        font-size: 25px;
    }

    .content-wrapp p {
        font-size: 15px;
    }

    .latest-works h2.highlight:after {
        width: 56%;
    }

    .latest-works .latest-works-col1 {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .latest-works .latest-works-col1:nth-child(2n) {
        margin-right: 0;
    }

    .latest-works .latest-works-col1:nth-child(3n) {
        margin-right: auto;
    }

    .latest-works .latest-works-col1 h3 {
        font-size: 20px;
    }

    .advertisement h2.highlight:after {
        width: 47%;
    }

    .contact-wrapp .contact-col1 {
        width: 100%;
        margin: 0 0 28px;
    }

    .contact-wrapp .contact-col2 {
        width: 100%;
    }

    .latest-news-wrapp2 .latest-news-col1 .side-bar-wrapp {
        display: none;
    }

    .latest-news-wrapp2 .latest-news-col1 .latest-news-row1 {
        width: 100%;
    }

    .latest-news-wrapp2 .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box {
        width: 48%;
        margin: 0 4% 50px 0;
    }

    .latest-news-wrapp2 .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box:nth-child(2n) {
        margin-right: 0;
    }

    .contact-wrapp h2 {
        font-size: 25px;
    }

    .content-wrapp h3 {
        font-size: 22px;
    }

    .content-wrapp ul li {
        font-size: 15px;
    }

    .content-wrapp ul li:before {
        font-size: 12px;
    }

    .content-wrapp ol li {
        font-size: 15px;
    }

    .content-wrapp ol li:before {
        font-size: 15px;
    }

}

@media screen and (max-width:767px) {
    .newsletter-wrapp {
        padding-top: 100px;
        background-color: #000;
        background-size: 131%;
        background-position-x: left;
        background-position-y: top;
    }

    .newsletter-wrapp .newsletter-row-1 {
        padding: 0;
    }

    .sector-wrapp .tab .tablinks {
        min-width: fit-content;
        padding: 10px 20px 12px;
        margin: 0 5px 20px;
        font-size: 14px;
    }

    .contact-wrapp {
        padding: 30px 0 70px;
        margin: 156px 0 0;
    }
}

@media screen and (max-width:600px) {
    .magazine-wrap-mob h2.highlight:after {
        width: 67%;
    }

    .sector-wrapp h2.highlight:after {
        width: 75%;
    }

    .videos-wrapp h2.highlight:after {
        width: 75%;
    }

    .videos-wrapp .videos-galler h2.highlight::after {
        width: 56%;
    }

    .what-we-offer-wrpp h2.highlight:after {
        width: 55%;
    }

    .features-wrapp h2.highlight:after {
        width: 70%;
    }

    .head-mob .search-btn {
        margin: 0 55px 0 0;
    }

    .videos-wrapp .video-box .video iframe {
        height: 56vw;
    }

    .videos-wrapp .video-box {
        width: 100%;
        margin: 0 0 30px;
    }

    .latest-works h2.highlight:after {
        width: 50%;
    }

    .advertisement h2.highlight:after {
        width: 41%;
    }

    .ads-wrapp {
        padding: 25px 0;
    }

    .newsletter-wrapp {
        padding-top: 100px;
        background-color: #000;
        background-size: 147%;
        background-position-x: left;
    }
    .search-form .search-submit{
        height: 30px;
    }
    .search-field{
        height: 30px;
    }
    .header-wrapp .header-btns .header-btn1{
        width: 48%;
        margin-bottom: 10px;
        text-align: center;
    }
    .head-mob{
        margin-top: 100px;
    }
    .hamburger{
        top: 130px;
        right: 5%;
    }
    .header-wrapp{
        padding: 30px 0px 10px;
    }
    .ads-wrapp{
        margin-top: 200px;
        padding: 10px 0px;
    }
    .search-form{
        bottom: 0;
        right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .overlay-menu {
        width: 100%;
    }

    h2.highlight:after {
        width: 54%;
    }

    .magazine-wrap-mob h2.highlight:after {
        width: 63%;
    }

    .sector-wrapp h2.highlight:after {
        width: 73%;
    }

    .videos-wrapp h2.highlight:after {
        width: 72%;
    }

    .videos-wrapp .videos-galler h2.highlight::after {
        width: 49%;
    }

    .what-we-offer-wrpp h2.highlight:after {
        width: 48%;
    }

    .features-wrapp h2.highlight:after {
        width: 65%;
    }

    .features-wrapp.feature-mob {
        display: block;
    }

    .features-wrapp {
        display: none;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 .gcc-img-2 .img img {
        height: 150px;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 .content p {
        font-size: 12px;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 .content {
        bottom: 20px;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 .gcc-img-3 .img img {
        height: 150px;
    }

    .latest-news-wrapp .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .latest-news-wrapp .latest-news-col1 .latest-news-row1 .latest-news-box {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .magazine-wrapp .magazine-col1 {
        width: 100%;
        margin: 0 0 40px;
    }

    .what-we-offer-wrpp .what-we-offer-row .what-we-offer-col {
        width: 100%;
        margin: 0 0 30px;
    }

    .what-we-offer-wrpp {
        padding: 20px 0 0;
    }

    .latest-works .latest-works-col1 {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .latest-works h2.highlight:after {
        width: 44%;
    }

    .advertisement h2.highlight:after {
        width: 33%;
    }

    .features-wrapp .features-col1 {
        width: 100%;
    }

    .contact-wrapp .contact-left {
        padding: 20px;
    }

    .contact-wrapp .contact-left h3 {
        font-size: 18px;
    }

    .contact-wrapp .contact-left h4 {
        font-size: 18px;
    }

    .latest-news-wrapp2 .latest-news-col1 .latest-news-row1 .latest-news-box {
        width: 100%;
        margin: 0 0 34px 0;
    }

    .latest-news-wrapp2 .latest-news-row .latest-news-col2 .latest-news-row1 .latest-news-box {
        width: 100%;
        margin: 0 0 0 0;
    }

    .news-main p {
        display: none;
    }

    .news1 {
        grid-column: 1 / 5;
        grid-row: 1/2;
    }

    .news2 {
        grid-column: 1/ 5;
        grid-row: 2/3;
    }

    .news3 {
        grid-column: 1/5;
        grid-row: 3/4;
    }

    .news4 {
        grid-column: 1/5;
        grid-row: 4/5;
    }

    .news5 {
        grid-column: 1/5;
        grid-row: 5/6;
    }

    .news6 {
        grid-column: 1/5;
        grid-row: 6/7;
    }

    .news7 {
        grid-column: 1/5;
        grid-row: 7/8;
    }

    .news8 {
        grid-column: 1/5;
        grid-row: 8/9;
    }

    .news9 {
        grid-column: 1/5;
        grid-row: 9/10;
    }

    .news10 {
        grid-column: 1/5;
        grid-row: 10/11;
        width: 48%;
    }

    .news11 {
        grid-column: 1/5;
        grid-row: 10/11;
        width: 48%;
        margin-left: auto;
    }

    .news13 {
        grid-column: 1/5;
        grid-row: 11/12;
        width: 48%;
    }

    .news14 {
        grid-column: 1/5;
        grid-row: 11/12;
        width: 48%;
        margin-left: auto;
    }

    .gcc-galle .wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        grid-auto-rows: minmax(100px, auto);
        width: 72%;
    }

    .gcc1 {
        grid-column: 1/5;
        grid-row: 1/2;
    }

    .gcc2 {
        grid-column: 1/5;
        grid-row: 2/3;
    }

    .gcc3 {
        grid-column: 1/5;
        grid-row: 3/4;
    }

    .gcc4 {
        grid-column: 1/5;
        grid-row: 4/5;
    }

    .gcc5 {
        grid-column: 1/5;
        grid-row: 5/6;
    }

    .gcc6 {
        grid-column: 1/5;
        grid-row: 6/7;
    }

    .gcc7 {
        grid-column: 1/5;
        grid-row: 7/8;
    }

    .gcc8 {
        grid-column: 1/5;
        grid-row: 8/9;
    }

    .gcc9 {
        grid-column: 1/5;
        grid-row: 9/10;
    }

    .sectorrep1 {
        grid-column: 1/5;
        grid-row: 1/5;
    }

    .sector-tab {
        display: flex;
        flex-wrap: wrap;
    }

    .newsletter-wrapp {
        background-size: 187%;
        padding-top: 22%;
    }

    .subscribemodal .modal-dialog .modal-content .modal-body {
        padding: 20px;
    }

    .subscribemodal .modal-dialog .modal-content {
        padding: 0;
    }

}



@media screen and (max-width:424px) {
    h2.highlight:after {
        width: 50%;
    }

    .magazine-wrap-mob h2.highlight:after {
        width: 50%;
    }

    .sector-wrapp h2.highlight:after {
        width: 64%;
    }

    .videos-wrapp h2.highlight:after {
        width: 61%;
    }

    .videos-wrapp .videos-galler h2.highlight::after {
        width: 27%;
    }

    .what-we-offer-wrpp h2.highlight:after {
        width: 29%;
    }

    .features-wrapp h2.highlight:after {
        width: 12%;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-1 .gcc-img-col-2 .gcc-img-2 .img img {
        height: 120px;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 .content p {
        font-size: 10px;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-2 .sector-img-2 .content {
        bottom: 15px;
        padding: 0 10px;
    }

    .news-wrapp .news-col2 .news-related .news-related-box p {
        font-size: 14px;
    }

    .gcc-wrapp p {
        font-size: 14px;
    }

    .gcc-wrapp .gcc-galler .gcc-img-row-2 .gcc-img-col-1 .gcc-img-3 .img img {
        height: 120px;
    }

    .newsletter-wrapp .text-fields button {
        font-size: 12px;
        padding: 0 22px;
    }

    .newsletter-wrapp .text-fields input {
        font-size: 12px;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 .sector-img-1 .content {
        padding: 0 20px;
        bottom: 20px;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 .sector-img-1 .content h3 {
        font-size: 18px;
    }

    .sector-wrapp .sector-galler .sector-img-row-1 .sector-img-col-1 .sector-img-1 .content span.time {
        font-size: 12px;
    }

    .features-wrapp .features-col1 h2 {
        font-size: 26px;
    }

    .footer-wrapp .footer-col1 .footer-logo {
        width: 230px;
    }

    .latest-works h2.highlight:after {
        width: 25%;
    }

    .advertisement h2.highlight:after {
        width: 22%;
    }

    .features-wrapp .features-col1 {
        width: 100%;
    }

}

@media screen and (max-width:374px) {
    .advertisement h2.highlight:after {
        width: 9%;
    }

}

@media (min-width:1400px) {
    .header-wrapp .container {
        max-width: 1360px;
    }

    .footer-wrapp .container {
        max-width: 1360px;
    }

    .contact-wrapp .container {
        max-width: 1220px;
    }

}

@media (min-width:1500px) {
    .header-wrapp .container {
        max-width: 1400px;
    }

    .footer-wrapp .container {
        max-width: 1400px;
    }


}