/*!
Theme Name: CGT Procurement
Theme URI: https://cgtStaffing.com/
Author: visionet
Author URI: https://visionet.com/
Description: Hi. I'm a starter theme called <code>cgtStaffing</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cgtStaffing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cgtStaffing is based on Underscores https://cgtStaffing.com/, (C) 2012-2020 visionet, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
	--blue: #1c70c4;
}
/* Navbar */
#mainNav{
    position:absolute;
    top:5px;
    left:0;
    width:100%;
    z-index:999;
    background:transparent !important;
}
.custom-navbar{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:transparent;
    padding:22px 0;
}

.text-block h2 {
    background-color: #fff;
    margin-top: -18px;
    display: block;
    width: fit-content;
    margin-bottom: 20px;
    padding: 0 20px;
    font-weight: 700;
    color: #1c70c4;
}
.btn, .btn-default {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-light
{
    color: #fff;
    font-size: 13px !important;
    border-radius: 0 !important;
    margin: 0;
    border-color: transparent !important;
    position: relative;
    text-transform: capitalize;
    background: #0081c2 !important;
    border-color: transparent;
}
.btn-light span {
    display: block;
    padding: 0 0;
    color: #fff;
}

/* Container */
.mw-90{
    width:90%;
    max-width:1700px;
    margin:auto;
}.mt-25 {
    margin-top: 25px;
}

/* Logo */
.navbar-brand{
    padding:0;
}

.navbar-brand img{
    width:270px;
    height:auto;
    display:block;
}

/* Menu */
.navbar-nav{
    align-items:center;
}

.navbar-nav .menu-item{
    margin:0 18px;
}

.navbar-nav .menu-item a{
    color:#fff;
    font-size:17px;
    font-weight:600;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    transition:.3s;
}

.navbar-nav .menu-item a:hover{
    color:#fff;
    opacity:.85;
}

/* Active */
.navbar-nav .current-menu-item>a{
    color:#fff;
}

/* Upload Button */
.upload-btn{
    margin-left:35px;
    background:#0089d6;
    color:#fff;
    border:none;
    border-radius:0;
    padding:14px 28px;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.upload-btn:hover{
    background:#0072b3;
    color:#fff;
}

/* Mobile */
@media(max-width:991px){

    .custom-navbar{
        position:relative;
        background:#222;
        padding:15px 0;
    }

    .navbar-brand img{
        width:180px;
    }

    .navbar-nav{
        margin-top:20px;
        text-align:center;
    }

    .navbar-nav .menu-item{
        margin:12px 0;
    }

    .upload-btn{
        margin:20px auto 0;
        display:block;
        width:220px;
    }
}

section {
    margin: 0;
    padding: 0;
}
.banner-btn {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 30px;
    background-color: #1c70c4;
 
}
/* After above the fold */
.insights-bar {
    background: #f7f7f7;
    min-height: 186px;
    width: 100%;
}
.insights-bar .insights-title
{
    background: #dedede;
    min-height: 186px;
    height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insights-bar .box-sizing {
    width: 1720px;
    max-width: 100%;
    margin: 0 auto;
}
.insights-bar .insights-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #1c70c4;
}
.insights-bar .stats-row {
    min-height: 86px;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
.insights-bar .stat-item, .insights-bar .stat-item-last {
    flex: 0 0 auto;
    text-align: center;
}
.insights-bar .stat-item img {
    height: 36px;
    margin-left: 18px;
}
.insights-bar .stat-item strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    margin-top: 14px;
    margin-left: 26px;
    color:  var(--blue);
}
.insights-bar .stat-item span {
    display: block;
    color: #000000;
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    margin-left: 26px;
}
.services-boxes-section.gray-section {
    background: #F6F6F6;
    padding: 96px 0;
}
.services-boxes-section {
    padding: 74px 0;
}
.services-boxes-section .row {
    margin-left: 18px;
}
.services-boxes-section .service-intro {
    margin-top: 0;
}
.services-boxes-section .col-lg-4 {
    padding: 0 !important;
}
.services-boxes-section .service-intro p {
    font-size: 15px;
    font-weight: normal;
}
.services-boxes-section .service-intro span {
    color: var(--blue);
}
.services-boxes-section .service-intro h2 {
	margin-bottom: 20px;
	font-weight: 800;
    font-size: 2.4rem;
    color: #0f1a3c;
}
.services-boxes-section .blue-line {
    width: 80px;
    height: 8px;
    background: #1C70C4;
	margin-top: 30px;
}
.services-boxes-section .row {
    margin-left: 18px;
}
.services-boxes-section .service-card {
    min-height: 338px;
    background: #fff;
    padding: 38px 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
}
.services-boxes-section .square-icon {
    width: 70px;
    height: 70px;
    margin-top: 4px;
    margin-bottom: 14px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C70C4;
    overflow: visible;
}
.services-boxes-section .square-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
    background: transparent;
}
.services-boxes-section .service-card h3 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 700;
	line-height: 1.5;
    text-transform: none;
	color: #0081c2;
}
.services-boxes-section .service-card p {
    font-size: 15px;
	line-height: 1.75;
/*     color: #777; */
}
/* case studies */
.case-section.white-section {
    padding: 66px 0;
}
.case-section .section-heading {
    margin-bottom: 44px;
}
.case-section .section-heading h2
 {
    margin-bottom: 16px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.case-section .case-row
{
    margin-top: 2px;
    margin-left: -20px;
    margin-right: -20px;
}
.case-section .case-card {
    background: #fff;
    width: 100%;
    min-height: 620px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.case-section .case-image {
    position: relative;
    height: 286px;
    overflow: visible;
    border-radius: 20px;
}
.case-section .case-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.case-section .result-label {
    position: absolute;
    left: 76px;
    bottom: 0;
    width: 360px;
    height: 44px;
    padding-left: 90px;
    padding-top: 10px;
    background: rgba(25, 101, 178, 0.85);
    color: #fff;
    font-size: 16px;
}
.case-section .result-label span {
    position: absolute;
    left: -35px;
    bottom: -8px;
    width: 110px;
    height: 110px;
    border: 8px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C70C4;
}
.case-section .result-label img {
    width: 44px;
}
.case-section .case-body {
    padding: 28px 46px 36px;
}
.case-section .case-body h3 {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.case-section .case-point {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 24px;
}
.case-section .case-point-icon {
    width: 30px;
    height: 30px;
}
.case-section .case-point-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-top: 8px;
}
.case-section .case-body p {
    padding-left: 26px;
    color: #000000;
}
.case-section .case-btn {
    display: block;
    width: 170px;
    margin: 20px auto 0;
    border: 2px solid #1c70c4;
    border-radius: 0;
    color: #434343;
    font-size: 14px;
    padding: 10px 18px;
    text-align: center;
}
.case-section .case-btn:hover
{
    background: #1c70c4;
    color: #fff;
}
.services-section {
    padding: 100px 0;
    background: #FAFAFA;
}
.services-section .container
 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
}
.services-section .services-intro
{
    padding-right: 40px;
}
.services-section .services-intro h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1c70c4;
}
.services-section .services-intro p
{
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    max-width: 450px;
    font-weight: 400;
}
.services-section .service-card {
    border: 1px solid #8dbcf3;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    transition: .3s ease;
    min-height: 195px;
    position: relative;
}
.services-section .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}
.services-section .service-content {
    flex: 1;
}
.services-section .service-content h3 {
    font-size: 25px;
    color: #111;
    font-weight: 700;
    margin-bottom: 12px;
}
.services-section .divider {
    display: block;
    width: 40px;
    height: 4px;
    background: #1f73c9;
    margin-bottom: 20px;
}
.services-section .service-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #818181;
}
.services-section .service-icon {
    width: 70px;
    min-width: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.services-section .service-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.even .services-section .services-btn {
    text-align: center;
    margin-top: 40px;
}
.services-section .process-btn, .services-section .services-btn a
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: #1f73c9;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
}
.services-section .process-btn:hover, .services-section .services-btn a:hover
{
    background: #155ca8;
    color: #fff;
    text-decoration: none;
}
.services-section .process-btn .arrow
{
    transition: transform .3s ease;
}
.services-section .service-card:nth-child(3) {
    margin-top: -80px;
}
.services-section .service-card:nth-child(5)
 {
    margin-top: -77px;
}
.consult-section
{
    margin: 50px 0px 100px;
}
.consult-section .consult-copy h2 {
    font-weight: 800;
    font-size: 2.4rem;
    color: #0f1a3c;
    margin-bottom: 0;
}
.consult-section .consult-copy h2 span {
    color: var(--blue);
}
.consult-section .consult-copy p
{
    margin: 20px 0 40px;
    line-height: 1.8em;
    width: 500px;
}
.consult-section .blue-line {
    width: 80px;
    height: 8px;
    background: var(--blue);
}
.consult-section .consult-img
{
    width: 90%;
    height: 480px;
    margin-left: 80px;
    object-fit: cover;
    border-radius: 6px;
}
.carousel {
    min-height: 250px;
    padding: 25px 0;
}
.vc_do_custom_heading {
    margin-bottom: 0.625rem;
    margin-top: 0;
}
.carousel-indicators {
    bottom: -50px;
}
.cta-section {
    background: #1c70c4;
    padding: 25px 0;
}
.cta-section .cta-box {
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px 50px;
    height: 130px;
    width: 980px;
}
.cta-section .cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7) 0 4px, transparent 2px 12px) top / 100% 1.5px no-repeat, repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7) 0 4px, transparent 2px 12px) bottom / 100% 1.5px no-repeat, repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0 4px, transparent 1.5px 12px) left / 2px 100% no-repeat, repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0 4px, transparent 1.5px 12px) right / 2px 100% no-repeat;
}
.cta-section .cta-box h3 {
    padding-left: 14px;
    margin: 0 0 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.cta-section .cta-box p {
    color: #e9e9e9;
    font-size: 14px;
    margin-left: 14px;
}
.cta-section .cta-btn {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 11px 22px;
    text-decoration: none;
}
.cgt-testimonial.type7 {
    text-align: center;
    position: relative;
    padding: 30px 0 0;
}
.cgt-testimonial.type7 .cgt-testimonial-quote blockquote {
    margin: 20px 0 0;
    background: transparent;
}
blockquote {
    margin: 10px 0;
    background: #edf5f8;
    padding: 10px 10px 0px 10px;
    overflow: hidden;
}
.cgt-testimonial.type6 .cgt-testimonial-quote blockquote q:after, .cgt-testimonial.type7 .cgt-testimonial-quote blockquote q:before {
    content: "";
}
.cgt-testimonial.type7 .cgt-testimonial-quote blockquote q {
    font-style: italic;
    line-height: 25px;
    quotes: none;
    font-size: 14px;
}
.t-author-name {
    font-style: initial;
}
.t-author-industry {
    font-size: 14px;
    font-style: initial;
    color: rgba(0, 0, 0, .4);
}
.carousel-arrows {
    position: relative;
}
.carousel-arrows a {
    border-color: #008bd3 !important;
}
.carousel-control-next, .carousel-control-prev {
    background: #008bd3 !important;
    padding: 6px;
    width: 25px;
    position: relative;
    top: -100px;
    border-radius: 50%;
    height: 25px;
}
.carousel-control-prev {
    float: left;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 26px;
    background: no-repeat 50% / 100% 100%;
}
.carousel-control-next, .carousel-control-prev {
    background: #008bd3 !important;
    padding: 6px;
    width: 25px;
    position: relative;
    top: -100px;
    border-radius: 50%;
    height: 25px;
}

.carousel-control-next {
    float: right;
}
.carousel-control-next {
    right: 0;
}
.carousel-indicators li {
    background-color: #008bd3 !important;
    margin-bottom: 50px;
}
.carousel-indicators .active {
    opacity: 1;
}
.footer img {
    width: 270px;
}
.footer {
    line-height: 1.75;
    color: #777 !important;
}
.footer .wp-block-heading {
    color: #fff !important;
}
.split-list li {
    line-height: 32px;
}
.footer a:hover {
    color: rgba(0, 0, 0);
}
.footer a {
    color: rgba(255, 255, 255, .6);
}
.footer h3 {
    font-size: 24px;
}
.footer ul li i{
	margin-right: 1rem;
}
.footer .about-company .textwidget{
	padding-top: 15px;
}
.fa-angle-right:before {
    content: "\f105";
}
ul {
    list-style: none;
    margin-left: -25px;
}
.dt-sc-contact-info {
    color: rgba(255, 255, 255, .6);
} 
/* footer new style */
/*********************** Footer section start **********************/



.footer {
    background-color: #fff;
    color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    .about-company {

        i {

            font-size: 25px;

        }



        a {

            color: white;

            transition: color .2s;


        }

    }



    .location {

        i {

            font-size: 18px;

        }

    }



    .copyright p {

        border-top: 1px solid #c7c7c7;

    }

}

.footer p, footer li{
	color: #000000;
}


.footer-bg .footer .footer-logo a img {

    width: 250px;

    padding-bottom: 20px;

}

.footer-bg .footer-img img {
    width: 100%;
    padding-top: 15px;
}

.footer-bg a {
    text-decoration: none;
    color: black;
}

.footer-bg ul li {
    list-style: none;
    margin-bottom: 16px;
}

.footer-bg-img {
    margin-top: -240px;
}


/*********************** Footer section end **********************/

/* Mobile */
@media(max-width:991px){
	.navbar-toggler{
		display: none;
	}
	.insights-bar .stats-row {
		padding: 30px 30px 35px;
	}
	.insights-bar .stat-item, .insights-bar .stat-item-last {
		border: 1px solid #b9b9b9;
		margin-bottom: 10px;
		padding: 15px;
	}
	.insights-bar .insights-title {
		min-height: 120px;
		height: 120px;
	}
}
@media(max-width:768px){
	.vc_custom_1781606152246{
		margin-right: 20px;
    	margin-left: 20px;
	}
	.vc_custom_1781606152246 h2 {
		font-size: 20px;
	}
}
