* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea,
select {
    outline: none !important
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    color: #141414 !important;
}

a,
img,
button,
input[type="submit"] {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}


/*------- Header -------*/
header.site-header {
    margin: 0;
    padding: 0 15px;
    position: relative;
    width: 100%;
    background: #141414 url("../images/header-bg.jpg") no-repeat center center;
    background-size: cover;
}

header.site-header .row {
    align-items: center
}

header.site-header .site-brand img {
    margin: 0;
    padding: 0;
    max-height: 80px
}

header.site-header .main-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center
}

header.site-header .main-menu li {
    margin: 0;
    padding: 0;
    position: relative;
}

header.site-header .main-menu li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 45px 15px;
    border-bottom: 2px solid transparent;
}

header.site-header .main-menu li a:hover {
    color: #35d325;
    border-bottom: 2px solid #35d325;
}

header.site-header .header-right ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.site-header .header-right ul li {
    margin: 0;
    padding: 0 10px
}

header.site-header .header-right ul li:last-child {
    padding-right: 0;
}

header.site-header .header-right ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 0
}

header.site-header .header-right ul li:last-child a {
    background: #35d325;
    color: #111;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500
}

header.site-header .header-right ul li:last-child a:hover {
    color: #fff
}

header.site-header .header-right .search-box {
    position: absolute;
    background: #35d325;
    padding: 15px;
    z-index: 9;
    right: 0;
    min-width: 350px;
    border-radius: 0 0 10px 10px;
    top: 80px;
    display: none;
}

header.site-header .header-right .search-box input[type="text"] {
    border: none;
    padding: 12px 60px 12px 12px;
    width: 100%;
    border-radius: 25px;
    color: #141414;
}

header.site-header .header-right .search-box input[type="submit"] {
    border: none;
    padding: 10px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    top: 19px;
    background: #141414 url("../images/search-icon.png") no-repeat center center;
    border-radius: 100%;
    cursor: pointer;
}


/*----------- Home Baneer ---------*/
.home-banner {
    overflow: hidden;
    z-index: 1;
    margin: 0;
    padding: 150px 0 300px 0;
    position: relative;
    width: 100%;
    background: url("../images/home-banner.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.home-banner:before {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 20%;
    background: #fff;
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
}

.home-banner h1 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700
}

.home-banner p {
    color: #b6b6b6
}

.home-banner .btn-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center
}

.home-banner .btn-list li {
    margin: 0;
    padding: 0 15px
}

.home-banner .btn-list li a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 10px;
    color: #111;
    background: #fff;
    font-weight: 500;
    text-decoration: none
}

.home-banner .btn-list li a:hover {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}


/*------- icci Services ----------*/
.icci-services {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff
}

.icci-services .bg {
    background: #000 url("../images/icci-services-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 45px;
    border-radius: 45px;
    position: relative;
    z-index: 9;
    margin-top: -250px;
}

.icci-services .bg .row {
    margin: 0 -8px
}

.icci-services .bg h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 0 10px 0
}

.icci-services .bg h2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px
}

.icci-services .service-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    justify-content: center
}

.icci-services .service-list li {
    display: flex;
    margin: 0 0 16px 0;
    padding: 0 8px;
    width: 16.666%
}

.icci-services .service-list li .content-box {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.icci-services .service-list li .content-box a {
    border-radius: 15px;
    border: 1px solid #fff;
    border-bottom: 5px solid #fff;
    width: 100%;
    padding: 15px;
    margin: 0;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
}

.icci-services .service-list li .content-box a:hover {
    background: #141414;
    border-color: #35d325;
}

.icci-services .service-list li .content-box img {
    max-height: 60px;
    object-fit: contain;
}

.icci-services .service-list li .content-box .title {
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 14px;
}

.icci-services .service-list li .content-box a:hover .title {
    color: #35d325;
}


/*---------- Our Partners -----------*/
.our-partners {
    margin: 0;
    padding: 30px 0;
    background: #fff;
    position: relative;
    width: 100%
}

.our-partners .row {
    margin: 0 -30px
}

.our-partners .partner-list {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    list-style-type: none
}

.our-partners .partner-list li {
    margin: 0;
    padding: 0 30px;
    width: 20%
}

/*----------- Request Quote ----------*/
.request-quote {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background: #141414;
    overflow: hidden;
}

.request-quote .container-fluid {
    padding: 0;
}

.request-quote .container-fluid>.row {
    margin: 0;
}

.request-quote .img-box,
.request-quote .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative;
}

.request-quote .img-box:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 1px;
    width: 25%;
    height: 100%;
    background: #141414;
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.request-quote .img-box:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 25%;
    height: 20%;
    background: #5c5c5c;
    -webkit-clip-path: polygon(50% 100%, 0% 100%, 20% 0%);
    clip-path: polygon(50% 100%, 0% 100%, 20% 0%);
}

.request-quote .content-box {
    padding: 45px 100px 45px 60px !important
}

.request-quote .img-box img {
    height: 100%;
    object-fit: cover
}

.request-quote h4 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
}

.request-quote h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #35d325;
    content: "";
}

.request-quote input,
.request-quote textarea {
    width: 100%;
    border: none;
    padding: 12px 15px;
    margin: 0 0 30px 0;
    background: #363636;
    border-radius: 10px;
    color: #fff
}

.request-quote textarea {
    height: 90px
}

.request-quote input[type="submit"] {
    padding: 10px 45px;
    border: 1px solid #fff;
    width: auto;
    background: transparent;
    cursor: pointer;
    margin-bottom: 0;
}

.request-quote input[type="submit"]:hover {
    color: #141414;
    background: #fff
}


/*---------  Clients Review  -----------*/
.clients-review {
    margin: 0;
    padding: 60px 0;
    background: #f1f1f1;
    position: relative;
    width: 100%
}

.clients-review h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    color: #111
}

.clients-review h4:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px;
}

.clients-review .item {
    padding: 30px 0;
}

.clients-review .slide-content {
    filter: blur(4px);
    padding: 30px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    position: relative;
    margin: 60px 0 0 0;
    box-shadow: 0px 0px 10px #ccc
}

.clients-review .slide-content .icon-box {
    background: #141414;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    position: absolute;
    top: -30px;
    transform: translate(-50%, 0);
    left: 50%;
}

.clients-review .slide-content p {
    color: #444
}

.clients-review .slide-content .auther-name {
    color: #444;
    font-weight: 600;
    font-size: 18px
}

.clients-review .slide-content .rating-box {
    color: #fbc227
}

.clients-review .center {
    position: relative;
    z-index: 9
}

.clients-review .center .slide-content {
    filter: none;
    transform: scale(1.1);
}

.clients-review .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin: -25px 0 0 0
}

.clients-review .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #424242 !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-review .owl-nav button:hover {
    background: #35d325 !important;
    color: #fff
}

.clients-review .owl-nav button span {
    font-size: 21px;
    color: #fff
}

.clients-review .owl-nav button.owl-next {
    right: -15px
}

.clients-review .owl-nav button.owl-prev {
    left: -15px
}


/*--------- Industries Serve ---------*/
.industries-serve {
    margin: 0;
    padding: 60px 0;
    background: #141414;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1
}

.industries-serve:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: #fff;
    content: "";
    z-index: -1
}

.industries-serve h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    color: #fff
}

.industries-serve h4:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px
}

.industries-serve .serve-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%
}

.industries-serve .serve-list li {
    width: 33.333%;
    padding: 0 15px;
    margin: 0
}

.industries-serve .serve-list .content-box {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 30px;
    min-height: 450px;
}

.industries-serve .content-box .title {
    color: #141414;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0
}

.industries-serve .content-box p {
    color: #555555;
    margin: 0
}

.industries-serve .content-box img {
    height: 100px;
    width: auto
}


/*---------- Icci Careers --------------*/
.icci-careers {
    margin: 0;
    padding: 60px 0 0 0;
    background: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    overflow: hidden
}

.icci-careers:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 40%;
    background: #141414;
    -webkit-clip-path: polygon(100% 0%, -100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, -100% 100%, 100% 100%);
}

.icci-careers h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    color: #141414
}

.icci-careers h3:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px
}

.icci-careers p {
    color: #555
}

.icci-careers .btn-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%
}

.icci-careers .btn-list li {
    margin: 0;
    padding: 0 15px
}

.icci-careers .btn-list li a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 10px;
    color: #111;
    background: #fff;
    font-weight: 500;
    text-decoration: none
}

.icci-careers .btn-list li a:hover {
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}

.icci-careers .img-box img {
    border-radius: 30px
}

.icci-careers .img-box {
    margin: 30px 0 0 0;
}


/*---------- About Icci ----------*/
.about-icci {
    margin: 0;
    padding: 60px 0;
    background: #f1f1f1;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.about-icci .content-box,
.about-icci .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.about-icci .content-box {
    padding-right: 45px
}

.about-icci .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 30px 0
}

.about-icci h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
    color: #111
}

.about-icci h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    ;
}

.about-icci p {
    color: #979595;
}

.about-icci .learn-more {
    margin: 0;
    padding: 0
}

.about-icci .learn-more a {
    background: #141414;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px
}

.about-icci .learn-more a:hover {
    color: #35d325
}

.about-icci .row:nth-child(even) .content-box {
    padding-left: 45px;
    padding-right: 0;
}

.about-icci .row:nth-child(even) .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0 30px 30px
}

.about-icci .row:nth-child(even) .content-box h3 {
    color: white;
    padding-top: 20px;
}

.about-icci:after {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 150px;
    background: #111111;
    transform: skew(0deg, -5deg);
    margin-top: -100px;
}


.page-title-bg {
    margin: 0;
    padding: 100px 0;
    position: relative;
    width: 100%;
    background: #141414 url("../images/page-title-bg.jpg") no-repeat center center;
    text-align: center;
    background-size: cover
}

.page-title-bg h1 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 15px 0;
}

.page-title-bg .breadcrumb {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    justify-content: center;
}

.page-title-bg .breadcrumb li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

.page-title-bg .breadcrumb li a:hover {
    color: #35d325
}

.page-title-bg .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-family: 'FontAwesome';
    color: #fff
}

.page-title-bg .breadcrumb li {
    color: #35d325;
    text-transform: uppercase;
}



.contact-page-sec {
    background: #fff;
    padding: 60px 0 0 0;
    margin: 0;
    position: relative;
    width: 100%
}

.contact-page-sec h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 0 10px 0;
    text-align: center
}

.contact-page-sec h2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px;
}

.contact-page-sec p {
    color: #555
}

.contact-page-sec p strong {
    font-size: 21px;
    font-weight: 600
}

.contact-page-sec .google-map {
    margin: 60px 0 0 0;
    width: 100%;
    position: relative;
}

.contact-page-sec .google-map iframe {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%
}

.contact-page-sec .contact-info {
    position: absolute;
    left: 0;
    top: 50%;
    background: #35d325;
    padding: 30px 30px 30px 100px;
    border-radius: 0 30px 30px 0;
    transform: translate(0, -50%)
}

.contact-page-sec .contact-info .contact-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.contact-page-sec .contact-info .contact-list li {
    border: 1px solid #28af1a;
    background: #4de33e;
    margin: 0 0 15px 0;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    line-height: 21px;
    color: #141414
}

.contact-page-sec .contact-info .contact-list li .icon {
    background: #141414;
    display: flex;
    color: #fff;
    font-size: 24px;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 5px
}

.contact-page-sec .contact-info .contact-list li:last-child {
    margin-bottom: 0
}

.contact-page-sec .contact-info .contact-list li a {
    color: #141414;
    text-decoration: none
}

.contact-page-sec .contact-info .contact-list li a:hover {
    color: #fff
}

.contact-page-sec .contact-info h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 15px 0;
}


.careers-page-sec {
    background: #fff;
    padding: 60px 0;
    margin: 0;
    position: relative;
    width: 100%
}

.careers-page-sec h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 0 10px 0;
    text-align: center
}

.careers-page-sec h2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px;
}

.careers-page-sec p {
    color: #555
}

.careers-page-sec p strong {
    font-size: 21px;
    font-weight: 600
}

.careers-page-sec p:last-child {
    margin-bottom: 0
}



.veterans-page-sec {
    background: #fff;
    padding: 60px 0;
    margin: 0;
    position: relative;
    width: 100%;
    text-align: center
}

.veterans-page-sec .row {
    text-align: left;
    align-items: center;
    margin-bottom: 45px
}

.veterans-page-sec h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
}

.veterans-page-sec h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
}

.veterans-page-sec .bg {
    background: #141414;
    color: #fff;
    padding: 30px;
    border-radius: 30px
}

.veterans-page-sec .bg h3 {
    margin-top: 0
}

.veterans-page-sec .bg p {
    color: #fff
}

.veterans-page-sec h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 30px 0 15px 0;
    padding: 0 0 10px 0;
    text-align: center
}

.veterans-page-sec h3:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px;
}

.veterans-page-sec p {
    color: #555
}

.veterans-page-sec p a {
    color: #555;
    text-decoration: underline;
    font-weight: 500
}

.veterans-page-sec p a:hover {
    color: #35d325
}

.veterans-page-sec p strong {
    font-size: 18px;
    font-weight: 600
}



.hse-page-sec {
    background: #fff;
    padding: 60px 0;
    margin: 0;
    position: relative;
    width: 100%
}

.hse-page-sec img {
    width: 100%;
    margin: 0 0 30px 0;
    border-radius: 30px
}

.hse-page-sec h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 0 10px 0;
    text-align: center
}

.hse-page-sec h2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px;
}

.hse-page-sec p {
    color: #555
}

.hse-page-sec .read-more {
    text-align: center;
    margin: 30px 0 0 0;
    padding: 0;
}

.hse-page-sec .read-more a {
    background: #141414;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.hse-page-sec .read-more a:hover {
    color: #35d325;
}



.why-use-page {
    background: #fff;
    padding: 60px 0;
    margin: 0;
    position: relative;
    width: 100%
}

.why-use-page h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 0 0 45px 0;
    padding: 0 0 10px 0;
    text-align: center
}

.why-use-page h2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px;
}

.why-use-page p {
    color: #555;
}

.why-use-page .content-box p {
    text-align: justify;
}

.why-use-page .content-box p:last-child {
    margin-bottom: 0;
}

.why-use-page .content-box,
.why-use-page .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.why-use-page .content-box {
    padding-left: 45px;
}

.why-use-page .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 30px;
}

.why-use-page .row:nth-child(odd) .content-box {
    padding-right: 45px;
    padding-left: 0;
}

.why-use-page .row:nth-child(odd) .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 30px 30px 30px;
}


.about-page {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
    width: 100%
}

.about-page .row.top {
    align-items: center;
}

.about-page .row.top h2 {
    margin: 0;
}

.about-page h2,
.about-page h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin: 30px 0 15px 0;
    padding: 0 0 10px 0;
    text-align: center
}

.about-page h2:before,
.about-page h3:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #35d325;
    content: "";
    margin-left: -50px;
}

.about-page p {
    color: #555
}

.about-page p strong {
    font-weight: 600
}

.about-page .signature {
    margin: 30px 0
}

.about-page .signature img {
    max-height: 45px;
    margin: 0 0 15px 0
}

.about-page .bg {
    background: #141414;
    color: #fff;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    margin: 45px 0
}

.about-page .bg h3 {
    color: #35d325;
    margin: 0;
    padding: 0;
    font-size: 30px
}

.about-page .bg h3:before {
    display: none
}

.about-page .bg p {
    color: #fff;
    margin: 0
}

.about-page .team-list {
    margin: 60px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none
}

.about-page .team-list li {
    width: 33.333%;
    padding: 0 15px;
    display: flex;
    margin-bottom: 60px;
    position: relative
}

.about-page .team-list .content-box {
    background: #f1f1f1;
    padding: 25px;
    position: relative;
    text-align: center;
    border-radius: 30px
}

.about-page .team-list .content-box img {
    margin: -60px 0 0 0;
    padding: 0;
    display: block;
    border-radius: 30px
}

.about-page .content-box .auther-name {
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0 0
}

.about-page .content-box .auther-desi {
    color: #555;
    text-transform: uppercase
}

.about-page .service-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none
}

.about-page .service-list li {
    width: 33.333%;
    padding: 0 15px;
    margin: 0 0 30px 0;
    padding-bottom: 90px;
    position: relative;
}

.about-page .service-list li img {
    border-radius: 15px;
    width: 100%
}

.about-page .service-list .title {
    color: #141414;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0
}

.about-page .service-list .sub-title {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    border-left: 3px solid #35d325;
    padding: 0 0 0 15px
}

.about-page .service-list .list-items {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 100%
}

.about-page .service-list .list-items li {
    width: 100%;
    margin: 0;
    padding: 5px 0 5px 10px;
    color: #555;
    position: relative;
    line-height: normal
}

.about-page .service-list .list-items li:before {
    width: 6px;
    height: 6px;
    background: #555;
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    border-radius: 100%
}

.about-page .service-list .custom-btn {
    margin: 15px 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.about-page .service-list .custom-btn a {
    background: #141414;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px
}

.about-page .service-list .custom-btn a:hover {
    color: #35d325
}


/*----------- Footer --------*/
footer.site-footer {
    background: #141414;
    margin: 0;
    padding: 60px 0 0 0;
    position: relative;
    width: 100%;
    color: #b3b3b3;
}

footer.site-footer h5 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0
}

footer.site-footer h5:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #35d325;
    content: ""
}

footer.site-footer .nav-list {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none
}

footer.site-footer .nav-list li {
    margin: 0;
    padding: 5px 0
}

footer.site-footer .nav-list li a {
    color: #b3b3b3;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

footer.site-footer .nav-list li a:hover {
    color: #fff
}

footer.site-footer .contact_add {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%
}

footer.site-footer .contact_add li {
    margin: 0;
    padding: 5px 0 5px 30px;
    color: #b3b3b3;
    position: relative
}

footer.site-footer .contact_add li .icon {
    position: absolute;
    left: 0;
    top: 5px
}

footer.site-footer .contact_add li a {
    color: #b3b3b3;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

footer.site-footer .contact_add li a:hover {
    color: #fff
}

footer.site-footer .site-brand .foot-logo img {
    margin: 0 0 15px 0;
    max-height: 100px
}

footer.site-footer .site-brand p {
    text-align: justify
}

footer.site-footer .social-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

footer.site-footer .social-list li {
    margin: 0 10px 0 0;
    padding: 0;
    display: flex
}

footer.site-footer .social-list li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 21px;
    color: #fff;
    text-decoration: none
}

footer.site-footer .social-list li.facebook a {
    background: #35d325
}

footer.site-footer .social-list li.twitter a {
    background: #000;
}

footer.site-footer .social-list li.linkedin a {
    background: #007ab9
}

footer.site-footer .footer-bottom {
    background: #0d0d0d;
    text-align: center;
    padding: 15px 0;
    margin: 30px 0 0 0
}

footer.site-footer .footer-bottom a {
    color: #b3b3b3;
    text-decoration: none
}

footer.site-footer .footer-bottom a:hover {
    color: #fff
}


@media (max-width: 575.98px) {
    .review-slide .owl-stage {
        display: flex !important;
        align-items: stretch;
    }

    .review-slide .owl-item {
        display: flex;
        height: auto !important;
    }

    .review-slide .slide-content {
        display: flex;
        flex-direction: column;
        height: 90%;
    }

    .clients-review .slide-content {
        padding: 30px 20px;
    }

    .navbar {
        padding: 1rem 0rem;
    }

    header.site-header .header-right ul li {
        padding: 0px 8px;
    }

    .our-partners .partner-list {
        padding: 0;
    }
}
@media (min-width: 1199.98px){
    .about-icci:after{
        height: 175px;
    }
}

@media (max-width: 1199.98px) {
    .about-icci:after{
        height: 150px;
    }
    .industries-serve .serve-list .content-box {
        padding: 20px;
    }

    footer.site-footer .site-brand p {
        text-align: left;
    }

    .request-quote .content-box {
        padding: 45px !important;
    }

    header.site-header .main-menu li a {
        padding: 45px 10px;
        font-size: 14px !important;
    }
}

@media (max-width: 1080px) {
    header.site-header .main-menu {
        gap: 9px !important;
    }

    header.site-header .main-menu li a {
        padding: 45px 0px;
        font-size: 14px !important;
    }
}

@media (max-width: 1025px) {
    header.site-header .main-menu {
        gap: 7px !important;
    }

    header.site-header .main-menu li a {
        padding: 45px 0px;
        font-size: 14px !important;
    }
   
}

@media (max-width: 991.98px) {
    .container {
        max-width: 990px;
    }

    .about-icci:after {
        margin-top: -80px;
    }

    header.site-header .main-menu li a {
        padding: 10px;
    }

    button.navbar-toggler img {
        width: 50px;
        height: auto;

    }

    .industries-serve .serve-list .content-box {
        padding: 8px !important;
    }

    .about-icci .content-box {
        padding-bottom: 20px;
    }

    .about-icci:after {
        top: 45%;
    }

    .site-footer .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 20px;
    }

    .our-partners {
        width: 98%;
    }

    .our-partners .partner-list {
        padding: 15px;
    }

    .our-partners .partner-list li {
        padding: 0 10px;
    }
     .request-quote .content-box {
        padding: 20px !important;
    }
   
}
@media (max-width: 820.99px) {
    .about-icci:after {
        margin-top: -120px;
    }
}

@media (max-width: 780px) {
    .industries-serve .serve-list li {
        padding: 0px 7px;
    }

    .industries-serve .serve-list .content-box {
        padding: 7px;
    }

   

}

@media (max-width: 767.98px) {
    .icci-services .service-list li {
        width: 50%;
    }

    .industries-serve .serve-list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .industries-serve .serve-list .content-box {
        min-height: auto;
        padding: 20px !important;
    }

    .about-icci .content-box {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .about-icci .row:nth-child(even) .content-box {
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .about-icci .row:nth-child(even) .content-box h3 {
        color: #000;
    }

    .our-partners {
        padding: 30px;
    }

    .our-partners .partner-list li {
        padding: 0 10px;
    }

    .request-quote .content-box {
        padding: 20px !important;
    }

    .site-footer .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .about-page .team-list li {
        width: 50%;
        margin-bottom: 40px;

    }
}
@media (max-width: 420.99px){
    .about-page .team-list li{
        width: 100%;
    }
    .veterans-page-sec h2{
        font-size: 26px;
    }
    .our-partners {
        padding: 12px;
    }
    .content{
        padding-left:20px ;
    }
    
}