/*!
Theme Name: cgtStaffing
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/
*/

::placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

::-ms-input-placeholder {
    color: #fff
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif!important
}

p {
    line-height: 1.75;
    color: #777
}

section {
    margin: 0;
    padding: 0
}

.breadcrumbs-section {
    float: left;
    width: 100%;
    margin: 0 0 65px;
    padding: 40px 0 43px;
    position: relative;
    clear: both;
    background-color: rgba(0, 0, 0, .05)
}

.breadcrumb_last {
    font-weight: 400!important;
    /*color:rgba(0,0,0,.5)!important*/
}

a {
    color: #0081c2;
}

a:hover {
    color: #008bd3
}

.blog-img img,
.has-post-thumbnail img {
    max-width: 100%;
    height: auto
}

.blog-content h2{font-size: 22px;}
.nav-links div{width: 50%;border-right: solid 5px #ffffff;float: left;background-color: rgba(0, 0, 0, .05); margin: 15px 0;}
.nav-links div:hover{background-color: #0081c2; color: #ffffff !important;}
.nav-links div:hover a{color:#ffffff !important;text-decoration: none;}
.nav-previous:before {
    font-weight: 400;
    content: '\f053';
    font-family: fontawesome;
    font-size: 24px;
    float: left;
    margin: 5px 10px 0 0px;
    color:#0081c2;
}
.nav-next:after {
    font-weight: 400;
    content: '\f054';
    color:#0081c2;
    font-family: fontawesome;
    font-size: 24px;
    float: right;
    margin: -20px 3px 0 10px;
}
.nav-previous:hover::before, .nav-next:hover::after{color:#ffffff;}

.cgt-consulting{
	position: relative;
}

.cgt-consulting img{
	width: 150px;
    position: absolute;
    top: -20px;
    left: 15px;
}

.cgt-consulting.fixed img{
	position: fixed;
    right: 40px;
    top: 20px;
    left: auto;
}

/* Show arrow only on hover
.nav-previous:hover:before {
    font-weight: 400;
    content: '\f053';
    font-family: fontawesome;
    font-size: 24px;
    float: left;
    margin: 5px 10px 0 0px;
}
.nav-next:hover:after {
    font-weight: 400;
    content: '\f054';
    font-family: fontawesome;
    font-size: 24px;
    float: right;
    margin: 0px 3px 0 10px;
} */


/* .nav-previous{}
.nav-previous a{}
.nav-next{}
.nav-next a{} */
.toc {background-color: #f2f2f2; width: fit-content; padding: 20px; margin-bottom: 10px;}
.toc ul, ol{margin: 0px; padding:0px;}
.toc ol li, .toc ul li{list-style-type: none;margin-bottom: 12px;}
.toc ul li a, .toc ol li a{text-decoration: none;}
.reply { margin: 5px 0 25px 0;}
.container .breadcrumbs-section {display: none !important;}
.archive-description{margin-bottom: 15px;}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .98);
    z-index: 99999;
    width: 100%;
    height: 100%
}

#preloader .loader {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 50px;
    height: 50px;
    margin: -50px 0 0 -50px;
    background: #fff;
    background: -moz-linear-gradient(left, #c41230 10%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #1c70c4 10%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #1c70c4 10%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #1c70c4 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #1c70c4 10%, rgba(255, 255, 255, 0) 100%)
}

.entry-meta .posted-on {
    float: left;
    display: block;
    padding-top: 20px!important;
    margin-top: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif!important
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    color: #0081c2
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    color: #0081c2
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    color: #0081c2
}
.underline::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 60px;
    width: 60px;
    height: 3px;
    background-color: #008bd3
}

.page-section {
    padding: 100px 0
}

.page-section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px
}

.page-section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif
}

.split-list {
    list-style: none
}

.split-list li {
    line-height: 32px
}

img::-moz-selection {
    background: 0 0
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px
}

.btn-primary {
    background-color: #fed136;
    border-color: #fed136
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #fec810!important;
    border-color: #fec810!important;
    color: #fff
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5)!important
}

#mainNav .container, #mainNav .container-fluid{
    z-index: 999
}

#mainNav {
    background-color: #212529
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    color: #fff;
    border: 0;
    background-color: #1c70c4;
    font-family: 'Open Sans', sans-serif
}

#mainNav .navbar-brand {
    color: #fed136;
    font-family: 'Open Sans', sans-serif
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: .75em 0;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Open Sans', sans-serif
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff background-color: #008bd3
}

.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.focus,
.btn-light:focus {
    box-shadow: none!important
}

.btn-light::before {
    content: "";
    width: 0;
    height: 2px;
    top: -5px;
    left: -3px;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2
}

.btn-light::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: -5px;
    right: -3px;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2
}

.btn-light:hover::after,
.btn-light:hover::before {
    width: 100%
}

.btn-light:hover span::after,
.btn-light:hover span::before {
    height: 100%
}

.btn-light span {
    display: block;
    padding: 0 0;
    color: #fff
}

.btn-light::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2
}

.btn-light::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2
}

.btn-light span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2;
    left: -4px;
    top: -5px
}

.btn-light span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2;
    right: -4px;
    bottom: -5px
}

.btn-light:hover::after,
.btn-light:hover::before {
    width: 100%
}

.btn-light:hover span::after,
.btn-light:hover span::before {
    height: 100%
}

.separator {
    width: 40px;
    height: 3px;
    display: inline-block;
    clear: both;
    text-align: center;
    background-color: #008bd3;
    margin: 15px 0
}

.deg-rotate45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.deg-rotate45 .vc_icon_element-inner span.fa {
    -webkit-transform: rotate(-45deg)!important;
    -moz-transform: rotate(-45deg)!important;
    -ms-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
    vertical-align: top!important;
    top: 5px!important;
    bottom: -20px!important
}

.dropdown:hover>.dropdown-menu {
    display: block;
    position: absolute;
    top: 30px
}

.dropdown:hover>.dropdown-menu ul {
    left: 161px;
    top: 0
}

.dropdown-menu {
    color: #fff!important;
    text-align: left;
    list-style: none;
    background-color: #008bd3!important;
    border: none!important;
    border-radius: 0!important;
    display: none;
    transition: all .3s
}

.dropdown-item {
    color: #fff!important;
    font-size: .85em
}

.dropdown-item:hover {
    background-color: transparent!important
}

.dropdown-menu a:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 5px
}

#menu-main-menu .menu-item a {
    font-weight: 600;
    color: #fff!important;
    padding: 5px 20px 10px 20px!important;
    text-decoration: none;
    display: block;
    font-size: 13px!important
}
.not-found .widget_search button {
    padding: 10px 9px !important;
}
.not-found .widget_search{
    padding-top: 1.7rem;
    padding-bottom: 0.5rem;
}
/*Custom css*/
.post-template-default.single.single-post .entry-content ul, .post-template-default.single.single-post .entry-content ol, .page .entry-content ul{
    line-height: 1.75;
    color: #777;
    margin-bottom: 1rem;
    padding-left: 30px;
}
.post-template-default.single.single-post .entry-content ol{

}
.post-template-default.single.single-post .breadcrumbs-section{
    background: #0081c2;
    color: #ffffff;
}
.post-template-default.single.single-post .breadcrumbs-section a{
    color: #ffffff;
}

.not-found input{
    padding: 0px 12px !important;
}
.no-results.not-found .imgNo-search{
    max-width: 400px;
    margin: auto;
}
.search.search-no-results .widget.widget_archive .screen-reader-text, .error404 .widget.widget_archive .screen-reader-text{
    display: none;
}
.search.search-results .widget.widget_archive .screen-reader-text{
    display: none;
}
.search.search-no-results select, .error404 .widget_archive select, .search.search-results .widget_archive select{
    color: #777;
}
.search.search-results .entry-footer{
    display: none;
}
.single-top-heading{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
}
.search.search-results .posted-on{
    float: unset;
    padding-top: 0px!important;
    margin-bottom: 7px;
}
.search.search-results .content-area{
    margin-bottom: 30px;
}
#ez-toc-container{
    width:100% !important;
}
.search.search-results .tagcloud a.tag-cloud-link,
.search.search-no-results  a.tag-cloud-link,
.error404 a.tag-cloud-link{
    font-size: 16px !important;
}
.widget_search button{
    float: unset;
    border-bottom: 1px solid #0081c2;
    display: inline-block !important;
    padding: 11px 9px !important;
    margin: 0;
    margin-left: -4px;
}
.not-found .widget_search button{
    margin-left: -5px;
}
.widget_search .form-control:focus {
    box-shadow: 0 0 3px 1px rgba(0,123,255,.25);
}

.widget_search input[type=search]{
    width: auto !important;
    display: inline-block !important;
}
.widget_search label{
    display: block !important;
}
.widget_search label .screen-reader-text{
    margin-left: 0px;
}
.not-found label{
    display: none !important;
}
.widget_search button:focus{
    outline: none;
    box-shadow: 0px 0px 3px #0081c2bf;
}

.navigation.post-navigation .nav-links div a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    padding: 20px 15px;
}
.navigation.post-navigation .nav-previous:before, .nav-next:after{
    display: none;
}
.navigation.post-navigation .nav-links .nav-previous a:before{
    font-weight: 400;
    content: '\f053';
    font-family: fontawesome;
    font-size: 24px;
    margin: 0px 10px 0 0;
    color: #0081c2;
}
.navigation.post-navigation .nav-links .nav-next a:before {
    font-weight: 400;
    content: '\f054';
    color: #0081c2;
    font-family: fontawesome;
    font-size: 24px;
   order: 2;
    margin: 0px 3px 0 10px;
}
.navigation.post-navigation .nav-links .nav-next:hover a:before, .navigation.post-navigation .nav-links .nav-previous:hover a:before{
    color: #ffffff;
}
.navigation.post-navigation .nav-links div a span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.navigation.pagination .nav-links {
    margin: 7px 0;
    padding: 8px 0;
}
.navigation.pagination a.page-numbers {
    border: 1px solid;
    padding: 8px 14px;
    margin: 0 2px;
}
.navigation.pagination .page-numbers.current{
    border: 1px solid #0081c2;
    padding: 8px 14px;
    margin: 0 2px;
    background: #0081c2;
    color: #ffffff;
}
.navigation.pagination a.page-numbers:hover{
    border: 1px solid #0081c2;
    background: #0081c2;
    color: #ffffff;
    text-decoration: none;
}
.navigation.pagination .page-numbers .screen-reader-text{
    margin-left: 0px !important;
}
#ez-toc-container a {
    color: #0081c2 !important;
}
#ez-toc-container a:visited {
    color: #23a0de !important;
}
/*End Custom css*/


@media (min-width:992px) {
    #mainNav {
        transition: padding-top .3s, padding-bottom .3s;
        border: none
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: all .3s
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em!important
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0
    }
    .not-found input{
        min-width: 300px;
    }
}

@media (min-width:0px) {
    #mainNav .navbar-brand {
        float: none;
        margin: 0 auto;
        text-align: center
    }
    #mainNav .navbar-toggler {
        width: 100%;
        text-align: left;
        margin: 15px 0
    }
    #mainNav .navbar-toggler i {
        float: right
    }
}

.box {
    min-height: 440px
}

.box h2:after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #fff;
    bottom: 0;
    display: block;
    position: absolute
}

.box h2 {
    font-weight: 700;
    color: #fff;
    line-height: normal;
    padding-bottom: 10px;
    position: relative
}

.box b {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    display: block;
    margin-bottom: 10px
}

.box p {
    font-size: 16px;
    font-weight: light;
    color: #fff;
    line-height: normal;
    display: block;
    opacity: 1
}

.box a {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    display: block;
    border: solid 1px #fff;
    padding: 15px 25px;
    float: left
}

.box-inner {
    opacity: 1;
    background-color: transparent;
    overflow: hidden;
    padding: 5%
}

.box:hover a {
    font-size: 16px;
    color: #000;
    line-height: normal;
    display: block;
    border: solid 1px #fff;
    padding: 15px 25px;
    float: left;
    background-color: #fff;
    text-decoration: none
}

.box-bg-1 {
    background: url(assets/images/box-1-img.jpg) no-repeat;
    background-size: cover
}

.box-bg-2 {
    background: url(assets/images/box-2-img.jpg) no-repeat;
    background-size: cover
}

.box-bg-1:hover>.box-inner {
    background-color: #1c70c4
}

.box-bg-2:hover>.box-inner {
    background-color: #228c22
}

.box-bg-1:hover>.box-inner,
.box-bg-2:hover>.box-inner {
    opacity: 1;
    padding: 5%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.about-box1 {
    background: url(assets/images/about-vision.jpg) #1c70c4 no-repeat!important;
    background-size: cover!important;
    text-align: center
}

.about-box2 {
    background: url(assets/images/about-mission.jpg) #228c22 no-repeat!important;
    background-size: cover!important;
    text-align: center
}

.about-box1>.box-inner,
.about-box2>.box-inner {
    padding-top: 25%
}

.about-box1:hover>.box-inner {
    background-color: #1c70c4
}

.about-box2:hover>.box-inner {
    background-color: #228c22
}

.about-box1>.box-inner h2:after,
.about-box2>.box-inner h2:after {
    background: 0 0
}

.about-box1:hover>.box-inner,
.about-box2:hover>.box-inner {
    opacity: 1;
    padding-top: 5%;
    margin-top: 20%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.cust-form {
    background: url(assets/images/apply-now-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    height: 100%
}

.cust-form p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px
}

.cust-form textarea {
    height: 200px
}

.pum-theme-42 .pum-container,
.pum-theme-cutting-edge .pum-container {
    padding: 0!important
}

.popmake-content table {
    border-top: 0
}

.popmake-content tr {
    border-bottom: 0;
    border-top: 0
}

.popmake-content td {
    padding: 0 10px 10px!important
}

.pum-close {
    height: 32px!important;
    width: 24px!important;
    right: 8px!important
}

/* Umer - Modal container */
.modal {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Modal content */
.modal-content {
	position: relative;
	margin: 8% auto;
	width: 80%;
	max-width: 900px;
}

/* Image styling */
.modal-content .popup-img {
	background-image: url(https://www.cgtstaffing.com/wp-content/themes/cgtstaffing/assets/images/cgtuniversity.webp);
	width: 100%;
	background-size: cover;
}

.modal-content .popup-img img{
	width: 200px;
	margin-bottom: 30px;
}

.modal-content .popup-img h4{
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	color: #000000;
	width: 50%;
	margin-bottom: 10px;
}

.modal-content .popup-img p{
	color: #000000;
	width: 50%;
	margin-bottom: 30px;
}

.modal-content .popup-img h4 span{
	font-size: 48px;
	font-weight: 700;
	color: #0081c2;
}

.modal-content .popup-img a{
	padding: 10px 30px;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #0081c2;
	display: inline-block;
	text-decoration: none;
}

/* Close button */
.close {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	opacity: 1;
}

.close:hover {
	color: red;
}

@media screen and (max-width:1024px) {
	.modal-content {
		width: 80%;
	}
}
/* Umer - Modal container */

@media screen and (max-width:768px) {
    .cust-form {
        background: #1e73be;
        background-position: top;
        background-size: 100%
    }

    /*custom mobile css*/
    .navigation.pagination{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navigation.pagination .page-numbers.current, .navigation.pagination a.page-numbers {
        padding: 5px 9px;
        margin: 0 2px;
    }
    .prev.page-numbers:before{
        font-weight: 400;
        font-family: fontawesome;
        /*font-size: 24px;*/
        color: #0081c2;
        content: "\f100";
    }
    .next.page-numbers:before{
        font-weight: 400;
        font-family: fontawesome;
        /*font-size: 24px;*/
        color: #0081c2;
        content: "\f101";
    }
    .prev.page-numbers .screen-reader-text,  .next.page-numbers .screen-reader-text{
        display: none;
    }
    .vc_custom_1569589465389 {
         margin-right: 0px !important;
         margin-left: 0px !important;
    }
	
	.modal-content {
		width: 80%;
	}
	
	.modal-content .popup-img {
		background-image: none;
		background-color: #0081c2;
	}
	
	.modal-content .popup-img img {
		width: 150px;
		margin-bottom: 30px;
	}
	
	.modal-content .popup-img h4 {
    	font-size: 32px;
		margin-bottom: 10px;
		line-height: 40px;
	}
	.modal-content .popup-img h4 span {
		font-size: 40px;
		color: #ffffff;
	}
	
	.modal-content .popup-img p{
		color: #ffffff;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.modal-content .popup-img a {
		padding: 8px 15px;
		font-size: 12px;
		color: #000000;
		background-color: #ffffff;
	}
}

@media screen and (max-width:426px) {
	.modal-content .popup-img h4 span {
		font-size: 42px;
		font-weight: 700;
		color: #ffffff;
	}

}

section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 35px
}

.stats {
    text-align: center;
    font-size: 60px
}

.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
}

.footer-block {
    background-color: #edf5f8;
    overflow: hidden;
    height: 390px !important;
    min-height: 390px !important;
    -webkit-transition: all .75s ease 0s;
    transition: all .75s ease 0s
}

.footer-block:hover {
    background-color: #e6eff3;
    cursor: default
}

.footer-block .icon-wrapper {
    position: relative;
    width: 35%
}

.footer-block .icon-content {
    position: relative;
    width: 65%
}

.footer-block .icon-content,
.footer-block .icon-wrapper {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle
}

.footer-block.pt-5.pb-5.pl-5.pr-3.h-100 {
    padding-top: 100px!important;
    padding-bottom: 100px!important
}

footer {
    background-color: #111;
    color: rgba(255, 255, 255, .6)
}

footer h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 300
}

footer a {
    color: rgba(255, 255, 255, .6)
}

footer a:hover {
    color: rgba(255, 255, 255)
}

footer ul {
    margin: 0;
    padding: 0
}

.footer-text {
    border-top: #2d2d2d 1px solid;
    padding-top: 10px;
    width: 100%
}

.diamond-shape:before {
    -webkit-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
    transform: translateY(-16%);
    -webkit-transform-origin: 35% 0;
    -ms-transform-origin: 35% 0;
    transform-origin: 35% 0;
    animation: floating 5s -1s infinite;
    left: -10%;
    border-style: solid;
    border-width: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    content: "";
    display: block;
    width: 30%;
    padding-top: 22%;
    position: absolute;
    z-index: -1;
    border-color: #008ad21a;
    height: auto
}

.circle-shape:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 35% 0;
    -ms-transform-origin: 35% 0;
    transform-origin: 35% 0;
    right: -5%;
    border-style: solid;
    border-width: 90px;
    content: "";
    display: block;
    height: auto;
    padding-top: 35%;
    position: absolute;
    width: 30%;
    z-index: -1;
    border-color: #008ad21a
}

.vc_tta-tab>a {
    font-size: 14px;
    padding: 14px 19px!important
}

.comments-area form {
    display: block;
    overflow: hidden
}

.entry-footer {
    float: left;
    display: block;
    width: 100%;
    background: 0 0;
    color: #000
}

.entry-footer a {
    color: #000;
    text-decoration: underline
}

.entry-footer a:hover {
    color: #008bd3
}

.employer-banner {
    background: url(assets/images/employer-process-banner.jpg) no-repeat!important
}

) .img-stroke img {
    box-shadow: #00000024 0 0 20px
}

.img-stroke::after {
    border-style: solid;
    border-width: 10px;
    border-color: #008ad2;
    content: "";
    height: auto;
    position: absolute;
    bottom: -50px;
    left: 75px;
    top: -20px;
    width: 90%;
    height: 100%;
    z-index: -1
}

.principles-wraper {
    background: url(assets/images/e-proces-3.jpg) bottom no-repeat
}

.principles-wraper h2 {
    color: #fff
}

.principles-wraper ul {
    margin: 0;
    padding: 0
}

.principles-wraper li {
    font-size: 20px;
    color: #fff;
    display: block;
    float: left;
    width: 33%;
    margin-bottom: 40px
}

.principles-wraper li::before {
    content: '';
    background: url(assets/images/arrow.png) no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 15px
}

@media (min-width:768px) {
    .img-stroke::after {
        display: none
    }
}

.employer-industries-banner {
    background: url(assets/images/cgt-industries-banners.jpg) no-repeat!important
}

ul.list-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 0 0 0
}

.job-description li,
.list-icons li {
    list-style: none;
    padding: 0 0 10px 0
}

.list-icons li i {
    font-size: 20px!important
}

.job-description ul {
    padding: 0
}

.job-description li i {
    padding-right: 10px;
    font-size: 20px
}

.list-icons li {
    width: 259px;
    font-size: 15px;
    color: #777
}

.custom-font-awesome .fa,
.list-icons .fa,
.vc_tta-panel-body .fa {
    list-style: none;
    color: #008bd3;
    font-size: 25px
}

.breadcrumb a {
    color: #000
}

.breadcrumb a:hover {
    color: #008bd3
}

.selection-box select,
.selection-box:after,
input.text,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background: #ffffff00;
    color: #000;
    border: 0
}

.wpcf7-form input {
    height: 54px;
    color: #777
}

.wpcf7-form select {
    height: 54px;
    color: #777
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450 !important; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232 !important; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	color: #f56e28 !important; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: #ffb900 !important; /* Yellow */
}

input.text,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    border: 1px solid;
    padding: 16px 12px 15px;
    display: block;
    border: 1px solid #c6c6c6!important;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #777
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: #777
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: #777
}

.wpcf7-form input:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder {
    color: #777
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #0081c2;
    color: #fff;
    border: none;
    text-transform: uppercase;
    margin: 10px 0 0;
    font-size: 14px;
    padding: 11px 40px;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    margin-bottom: 15px
}

.search-filters input,
select {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 0;
    border: solid 1px #ccc;
    height: 50px;
    font-size: 16px;
    padding-left: 10px;
    color: #000
}

.jobs-list {
    margin: 0;
    display: block;
    float: left;
    position: relative;
    padding: 30px 30px 40px 30px;
    background: #e6e6e68c;
    max-height: 375px
}

.search-filters {
    background-color: #f2f2f2;
    padding: 0 20px 30px 20px;
    margin-bottom: 30px
}

.job-filters {
    background-color: #fff;
    padding: 0 20px 30px 20px;
    margin-bottom: 30px
}

.search-filters h2 {
    text-transform: uppercase
}

.search-filters input,
select {
    width: 100%;
    border-radius: 0;
    border: solid 1px #ccc;
    height: 50px;
    font-size: 16px;
    padding-left: 10px;
    color: #000
}

.search-filters .btn-primary {
    background-color: #0302ff;
    width: 100%;
    border-radius: 0;
    height: 50px;
    padding: 12px 0 0 0;
    font-size: 16px
}

.padding-10 {
    padding-right: 10px;
    padding-left: 10px
}

.search-results .table>thead>tr>th {
    border: 0;
    font-size: 16px
}

.search-results a {
    /*color: #008bd3*/
}

.search-results a:hover {
    /*color: #008bd3*/
}

.search-results .btn-primary {
    background-color: #f2f2f2;
    width: 100%;
    border-radius: 0;
    padding: 6px 0 6px 0;
    color: #000;
    font-size: 12px;
    border: 0
}

.search-results .btn-primary:hover {
    background-color: #0302ff;
    color: #fff
}

.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
}

.search-results .btn-default {
    border-radius: 0;
    background-color: #f2f2f2;
    border: none;
    margin: 0;
    text-transform: initial
}

.search-results .btn-default:hover {
    background-color: #008bd3;
    color: #fff
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

#jobs-career_filter,
#jobs-career_length {
    display: none!important
}

#jobs-career tbody tr:nth-child(2n+1) td {
    background: rgba(0, 0, 0, .03)
}

.job-info-icons {
    background-color: #4e4e4e;
    padding: 30px 0 15px;
    overflow: hidden;
    float: left;
    width: 100%;
    color: #fff
}

#jobs-career_wrapper {
    display: block
}

#jobs-career_paginate {
    float: right
}

.job-info-icons b,
.job-info-icons p {
    color: #fff;
    font-size: 15px
}

.job-info-icons img {
    /*float: left;*/
    /*margin-right: 10px*/
    float: left; margin-right: 10px; overflow: hidden; margin-bottom: 10px;
}

.btn-applyNow {
    color: #fff;
    font-size: 18px!important;
    border-radius: 0!important;
    margin: 0;
    border-color: transparent!important;
    position: relative;
    text-transform: capitalize;
    background: #0081c2!important;
    border-color: transparent;
    width: 100%
}

.btn-applyNow.focus,
.btn-applyNowt:focus {
    box-shadow: none!important
}

.btn-applyNow::before {
    content: "";
    width: 0;
    height: 2px;
    top: -5px;
    left: -3px;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2
}

.btn-applyNow::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: -5px;
    right: -3px;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2
}

.btn-applyNow:hover::after,
.btn-applyNow:hover::before {
    width: 100%
}

..btn-applyNow:hover span::after,
.btn-applyNow:hover span::before {
    height: 100%
}

.btn-applyNow span {
    display: block;
    padding: 0 0;
    color: #fff
}

.btn-applyNow::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2
}

.btn-applyNow::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2
}

.btn-applyNow span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2;
    left: -5px;
    top: -5px
}

.btn-applyNow span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #0081c2;
    right: -5px;
    bottom: -5px
}

.btn-applyNow:hover::after,
.btn-applyNow:hover::before {
    width: 100%
}

.btn-applyNow:hover span::after,
.btn-applyNow:hover span::before {
    height: 100%
}

.btn-applyNow button {
    width: 100%;
    border-radius: 0;
    padding: 15px 0;
    margin: 3px 0;
    color: #fff!important;
    font-size: 16px;
    background-color: #008bd3
}

.dt-sc-image-caption {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

.dt-sc-image-caption.type6 {
    padding-bottom: 65px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.dt-sc-image-caption.type6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 101%;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%)
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper {
    padding: 85px 0 0;
    position: inherit
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    max-height: 300px;
    max-width: none
}

.dt-sc-image-caption.type6 .dt-sc-image-content {
    color: #fff;
    padding: 0 50px;
    width: 100%;
    float: left;
    margin-top: 20px
}

.dt-sc-image-caption.type6 .dt-sc-image-title {
    margin-bottom: 25px
}

.dt-sc-image-caption.type6 h3 {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    font-weight: 700
}

.dt-sc-image-caption.type6 h3:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    background: #fff
}

.dt-sc-image-caption.type6 p {
    font-size: 14px;
    line-height: 27px;
    position: relative;
    z-index: 3;
    color: #fff
}

.dt-sc-image-caption.type6:hover {
    z-index: 9;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.dt-sc-image-caption.type6:hover:before {
    top: -23px;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img {
    top: -23px;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
    z-index: 1
}

.dt-sc-image-caption.type6.purple {
    background: #521d6d
}

.dt-sc-image-caption.type6.blue {
    background: #25b9f3
}

.dt-sc-image-caption.type6.green {
    background: #598527
}

.dt-sc-image-caption.type6.yellow {
    background: #fcdb34
}

.dt-sc-image-caption.type6.alignleft {
    text-align: left
}

.dt-sc-image-caption.type6.alignright {
    text-align: right
}

.dt-sc-image-caption.type6.alignleft h3:before {
    left: 0;
    right: auto
}

.dt-sc-image-caption.type6.alignright h3:before {
    right: 0;
    left: auto
}

.hidden {
    display: none!important
}

.carousel {
    min-height: 250px;
    padding: 25px 0
}

.carousel-indicators {
    bottom: -50px
}

.carousel-indicators li {
    background-color: #008bd3!important;
    margin-bottom: 50px
}

.carousel-arrows {
    position: relative
}

.carousel-control-next {
    float: right
}

.carousel-control-prev {
    float: left
}

.carousel-control-next,
.carousel-control-prev {
    background: #008bd3!important;
    padding: 6px;
    width: 25px;
    position: relative;
    top: -100px;
    border-radius: 50%;
    height: 25px
}

.carousel-arrows a {
    border-color: #008bd3!important
}

.carousel-arrows a:hover:before {
    color: #008bd3!important
}

.carousel-arrows a:before {
    color: rgba(253, 0, 0, .15)
}

.cgt-testimonial.type7 {
    text-align: center;
    position: relative;
    padding: 30px 0 0
}

.t-author-industry {
    font-size: 14px;
    font-style: initial;
    color: rgba(0, 0, 0, .4)
}

.t-author-name {
    font-style: initial
}

.cgt-testimonial.type7 .cgt-testimonial-quote blockquote {
    margin: 20px 0 0;
    background: transparent;
}

.cgt-testimonial.type7 .cgt-testimonial-quote blockquote q {
    font-style: italic;
    line-height: 25px;
    quotes: none;
    font-size: 14px
}

.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 cite {
    clear: both;
    width: 100%;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    font-family: Lato, sans-serif;
    font-style: normal
}

.cgt-testimonial.type7 .cgt-testimonial-quote blockquote small {
    clear: both;
    width: 100%;
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, .5)
}

.cgt-testimonial-wrapper.type7 .cgt-testimonial.type7 .cgt-testimonial-quote blockquote {
    margin: 0 0 20px 0
}

.error-404 h1 {
    text-align: center;
    color: #0081c2
}

.error-404 form {
    display: block;
    overflow: hidden
}

.error-404 input[type=submit] {
    display: block;
    float: none;
    padding: 24px 28px;
    clear: both
}

.error-404 label {
    float: left;
    width: 85%;
    text-align: left;
    font-size: 24px
}

@media (min-width:0px) and (max-width:1024) {
    .error-404 input[type=submit] {
        margin: 15px 0 0 0;
        padding: 10px 28px
    }
    input.text,
    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=range],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    textarea {
        border: 1px solid;
        padding: 16px 12px 15px;
        display: block;
        border: 1px solid #c6c6c6!important;
        margin: 0;
        width: 100%;
        -webkit-appearance: none;
        -webkit-border-radius: 0
    }
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.table-responsive-stack th {
    color: #0081c2
}

.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    -ms-flex: 2 auto;
    flex: 2
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: 700
}

@media screen and (max-width:768px) {
    .table-responsive-stack th {
        display: none!important
    }
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display: block;
        overflow: hidden
    }
    .table-responsive-stack td {
        width: 100%
    }
    .search-results .btn-default {
        float: left
    }
    .apply-now,
    .see-details {
        overflow: hidden;
        display: block
    }
}



#secondary>.widget.widget_search {
    background: #fff;
    border-bottom: none;
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
}

#secondary>.widget.widget_search .widget_search {
    background: #fff
}

#secondary>.widget.widget_search .form-control {
    height: 39px;
    padding: 4px 12px;
    border: none
}

#secondary>.widget.widget_search button {
    display: inline-block
}

.widget-area .widget_media_image {
    margin: 0 0 20px
}

.widget-title {
    padding: 15px;
    margin: 0;
    color: #000000;
    background: 0 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    border-bottom: none;
    font-size: 22px;
}
.widget-title:after {
    content: '';
    border-bottom: 1px solid #0081c2;
    position: absolute;
    bottom: -1px;
    left: 15px;
    width: 130px
}

.widget-title:before {
    content: '';
    background: #eee;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 15px;
    width: calc(100% - 30px)
}

.widget-area section#categories-2 ul>li, .widget-area section#recent-posts-2 ul>li {
    list-style-type: none;
    padding: 10px 0 10px 0;
    border-bottom: #eee solid 1px;
}

.widget ul {
    padding: 15px
}
.comments-area h2 {
    font-size: 22px;
    margin: 15px 0 10px 0;
    float: left;
}
.post-pagination h2{display: none;}
.comment-list footer{background-color: #ffffff; color: #000000;}
.comment-list time{color:#000000; font-size: 12px;}
.comment-reply-link {
    background: #0081c2;
    color: #fff;
    padding: 7px 25px;
    font-size: 14px;
}
.nav-links {
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
}

/* Post Navigation Starts */
.post-navigation h2{ display: none;}
/* post Navigation Ends */
.screen-reader-text{font-family: 'Open Sans', sans-serif!important; margin-left: 10px;}
.widget_search button{
    text-transform: none;
    padding: 11px 18px;
}
blockquote {
    margin: 10px 0;
    background: #edf5f8;
    padding: 10px 10px 0px 10px;
    overflow: hidden;
}

/*Password Protected CSS*/

form.post-password-form {
    padding: 100px;
    margin: 0 auto;
    display: block;
}

form.post-password-form input[type=submit] {
    position: absolute;
    margin-top: 28px;
    margin-left: 15px;
    width: 150px;
    height: 61px;
}
.page-header {
    border-bottom: solid #e6e6e6 1px;
    color: #0081c2;
}

.entry-content ul{margin:inherit;}
/* Tayyab Edits 12/16/2020 */
/* Industry landing page list starts */
.list-icons-2 ul{ margin:0px; padding:0px; padding-left: 0px!important;}
.list-icons-2 ul li{list-style-type: none;}
.list-icons-2 ul li:before {
    font-weight: 400;
    content: '\f00c';
    font-family: fontawesome;
    font-size: 16px;
    margin: 5px 10px 0 0px;
    color:#0081c2;
}
/* Industry landing page list ends */

/* Umer Edits 02/12/2024 */
.mw-90{
	max-width: 90%;
}


/* ================= MAIN WRAPPER ================= */

.cgt-banner-slider{
    position: relative;
    width: 100%;
    height: 550px;
    overflow: visible;
    margin: 0;
    left: 0;
    right: 0;
}


/* ================= TRACK ================= */

.cgt-banner-slider .carousel-track{
    display: flex;
    height: 100%;
    transition: transform 1s ease;
}

.cgt-banner-slider .carousel-slide{
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cgt-banner-slider .cgt-banner-slide{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}


/* ================= DOTS ================= */

.cgt-banner-slider .carousel-pagination{
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: rotate(90deg);
    display: flex;
    gap: 18px;
    z-index: 10;
}

.cgt-banner-slider .carousel-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    background: rgba(255,255,255,.45);
    transition: transform .3s ease;
    
}

.cgt-banner-slider .carousel-dot:nth-child(1){
    background: #F1F1F1;
}

.cgt-banner-slider .carousel-dot:nth-child(2){
    background: #F1F1F1;
}

.cgt-banner-slider .carousel-dot:nth-child(3){
    background: #F1F1F1;
}

.cgt-banner-slider .carousel-dot.active{
    background: #fff;
    transform: scale(1.15);
}


/* ACTIVE DOT CIRCLE */

.cgt-banner-slider .carousel-dot.active::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -49%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid currentColor;
    animation: pulse .4s ease;
}

.cgt-banner-slider .carousel-dot:nth-child(1).active::before{
    border-color: #F1F1F1;
}

.cgt-banner-slider .carousel-dot:nth-child(2).active::before{
    border-color: #F1F1F1;
}

.cgt-banner-slider .carousel-dot:nth-child(3).active::before{
    border-color: #F1F1F1;
}


/* ================= OVERLAY ================= */

.cgt-banner-slider .banner-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}


/* ================= CONTENT ================= */

.cgt-banner-slider .banner-content{
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    top: -10%;
}

.cgt-banner-slider .banner-content h1{
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.cgt-banner-slider .banner-content h3{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.cgt-banner-slider .banner-btn{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 30px;
    background-color: #1C70C4;
}


/* ================= SERVICE BOXES ================= */

.cgt-banner-slider .service-boxes{
    position: absolute;
    left: 50%;
    top: 76%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 950px;
    display: flex;
    background: #edf2f4;
    border-radius: 15px;
    overflow: hidden;
    z-index: 20;
}

.cgt-banner-slider .service-box{
    flex: 1;
    background: transparent;
    padding: 25px 25px;
    text-align: center;
    position: relative;
    transition: background-color .8s ease, color .8s ease, transform .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* vertical center */
    align-items: center;       /* horizontal center */
    /* transition:
        background-color 900ms cubic-bezier(0.25, 1, 0.5, 1),
        color 900ms cubic-bezier(0.25, 1, 0.5, 1); */
    will-change: background-color, color;
    transform: translateZ(0);
}
/* .cgt-banner-slider .service-box:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100px;
    background: repeating-linear-gradient(
        to bottom,
        #7c7c7c,
        #7c7c7c 4px,
        transparent 4px,
        transparent 8px
    );
} */

.cgt-banner-slider .service-boxes .divider{
    width:0;
    flex:0 0 0;
    border-left:1px dashed #7a7a7a;
    height:100px;
    align-self:center;
    position:relative;
    z-index:10;
    /* 🔥 important for crisp rendering */
    transform: translateX(0);
}
 
/* optional fine tuning */
.cgt-banner-slider.service-boxes .divider-1,
.cgt-banner-slider.service-boxes .divider-2{
    opacity:1;
}

.cgt-banner-slider .service-box:last-child{
    border-right: none;
}

.cgt-banner-slider .service-box img{
    width: 50px;
}

.cgt-banner-slider .service-box h4{
    font-size: 18px;
    margin: 15px 0;
    color: #7c7c7c;
    font-weight: 700;
}

.cgt-banner-slider .service-box p{
    font-size: 15px;
    color: #7c7c7c;
    transition: color .8s ease;
}


/* ================= ACTIVE COLORS ================= */

.cgt-banner-slider .service-box.blue{
    background: #1C70C4;
    color: #fff;
}

.cgt-banner-slider .service-box.green{
    background: #4EA34E;
    color: #fff;
}

.cgt-banner-slider .service-box.red{
    background: #E81A3B;
    color: #fff;
}

.cgt-banner-slider .service-box.blue h4,
.cgt-banner-slider .service-box.green h4,
.cgt-banner-slider .service-box.red h4{
    color: #fff;
}

.cgt-banner-slider .service-box.blue p,
.cgt-banner-slider .service-box.green p,
.cgt-banner-slider .service-box.red p{
    color: #fff;
}

.cgt-banner-slider .service-box.blue img,
.cgt-banner-slider .service-box.green img,
.cgt-banner-slider .service-box.red img{
    filter: brightness(0) invert(1);
}


/* ================= ANIMATION ================= */

@keyframes pulse{
    0%{
        transform: translate(-49%, -49%) scale(0.6);
        opacity: 0;
    }
    100%{
        transform: translate(-49%, -49%) scale(1);
        opacity: 1;
    }
}

/* ==========================
   TABLET (1024px and below)
========================== */
@media (max-width:1024px){
 
    .cgt-banner-slider{
        height:400px;
       
    }
 
    .cgt-banner-slider .banner-content{
        max-width:800px;
        padding:0 20px;
    }
 
    .cgt-banner-slider .banner-content h1{
        font-size:46px;
    }
 
    .cgt-banner-slider.banner-content h3{
        font-size:22px;
    }
 
   .cgt-banner-slider  .service-boxes{
        max-width:90%;
        top:88%;
    }
 
    .cgt-banner-slider .service-box{
        padding:35px 20px;
    }
 
    .cgt-banner-slider .service-box h4{
        font-size:20px;
    }
}
 
 
/* ==========================
   TABLET / LARGE MOBILE
========================== */
@media (max-width:768px){
 
    .cgt-banner-slider{
        height:400px;
            /* Add this */
    margin-bottom:320px;
    }
 
   .cgt-banner-slider  .banner-content{
        top:-5%;
        padding:0 20px;
    }
 
     .cgt-banner-slider.banner-content h1{
        font-size:36px;
        line-height:1.3;
    }
 
    .cgt-banner-slider .banner-content h3{
        font-size:18px;
        line-height:1.5;
    }
 
  .cgt-banner-slider   .banner-btn{
        font-size:16px;
    }
 
   .cgt-banner-slider  .service-boxes{
        width:90%;
        flex-direction:column;
        top:90%;
        border-radius:12px;
    }
 
    .cgt-banner-slider .service-box{
        padding:25px 20px;
    }
 
    .cgt-banner-slider .service-box h4{
        font-size:18px;
        margin:10px 0;
    }
 
   .cgt-banner-slider  .service-box p{
        font-size:14px;
    }
 
    /* remove vertical divider */
  .cgt-banner-slider   .service-box:not(:last-child)::after{
        display:none;
    }
 
    /* dots */
   .cgt-banner-slider  .carousel-pagination{
        right:15px;
        gap:14px;
    }
}
 
 
/* ==========================
   MOBILE
========================== */
@media (max-width:576px){
 
    .cgt-banner-slider{
        height:400px;
            /* Add this */
    margin-bottom:350px;
    }
 
    .cgt-banner-slider .banner-content{
        top:-12%;
        padding:0 15px;
    }
 
    .cgt-banner-slider .banner-content h1{
        font-size:28px;
        line-height:1.35;
        margin-bottom:15px;
    }
 
    .cgt-banner-slider .banner-content h3{
        font-size:16px;
        margin-bottom:20px;
    }
 
    .cgt-banner-slider .banner-btn{
        font-size:15px;
    }
 
   .cgt-banner-slider  .service-boxes{
        width:92%;
        top:88%;
    }
 
    .cgt-banner-slider .service-box{
        padding:20px 15px;
    }
 
   .cgt-banner-slider  .service-box h4{
        font-size:17px;
    }
 
  .cgt-banner-slider   .service-box p{
        font-size:13px;
    }
 
    /* smaller dots */
    .cgt-banner-slider .carousel-dot{
        width:8px;
        height:8px;
    }
 
    .cgt-banner-slider .carousel-dot.active::before{
        width:13px;
        height:13px;
    }
 
  .cgt-banner-slider   .carousel-pagination{
        right:10px;
        gap:12px;
    }
}
 
 
/* ==========================
   SMALL MOBILE
========================== */
@media (max-width:400px){
 
    .cgt-banner-slider{
        height:400px;
    }
 
   .cgt-banner-slider .banner-content h1{
        font-size:24px;
    }
 
   .cgt-banner-slider .banner-content h3{
        font-size:14px;
    }
 
   .cgt-banner-slider .service-box{
        padding:18px 12px;
    }
 
   .cgt-banner-slider .service-box h4{
        font-size:16px;
    }
}

.two-boxes .box{
    min-height: 350px;
}

/* =========================
   SERVICES SECTION
========================= */

.services-section{
    padding:100px 0;
    background:#FAFAFA;
}

/* Container */
.services-section .container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

/* Grid */
.services-section .services-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    align-items:start;
}

/* Intro */
.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;
}

/* Service Card */
.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-card:nth-child(3){
    margin-top:-80px;
}
.services-section .service-card:nth-child(5) {
    margin-top: -55px;
}

/* Content */
.services-section .service-content{
    flex:1;
}

.services-section .service-content h3{
    font-size:25px;
    color:#111;
    font-weight:700;
    margin-bottom:12px;
}

/* Divider */
.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;
}

/* Icon */
.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;
}

/* Offset cards */
.services-section .service-box-position{
    position:relative;
    bottom:60px;
}

/* CTA Button Wrapper */
.services-section .services-btn{
    text-align:center;
    margin-top:-80px;
}

/* Button */
.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;
}

/* Arrow animation */
.services-section .process-btn .arrow{
    transition:transform .3s ease;
}

.services-section .process-btn:hover .arrow{
    transform:translateX(6px);
}

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

    .services-section .services-grid{
        grid-template-columns:1fr;
    }

    .services-section .services-intro{
        padding-right:0;
    }

    .services-section .service-box-position{
        bottom:0;
    }

    .services-section .services-btn{
        margin-top:20px;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width:767px){

    .services-section{
        padding:60px 0;
    }

    .services-section .services-intro h2{
        font-size:32px;
    }

    .services-section .service-card{
        padding:20px;
        flex-direction:column;
    }

    .services-section .service-content h3{
        font-size:22px;
    }

    .services-section .service-icon{
        width:50px;
        min-width:50px;
    }

    .services-section .services-btn{
        margin-top:20px;
    }
}

@media (max-width: 567px) {
    .services-section .services-btn
    {
        margin-top: 10px;
    }
}
 
@media (max-width: 767px) {
    .services-section .services-btn {
        margin-top: -55px;
    }
    .services-section .service-card {
        padding: 20px;
        flex-direction: column-reverse;
    }
}
@media (mim-width: 768px) and (max-width: 1024px) {
    .services-section .service-card:nth-child(3) {
        margin-top: 0px;
    }
    .services-section .service-card:nth-child(5) {
        margin-top: 0px;
    }
}

.even .services-section .services-btn {
    text-align: center;
    margin-top: 40px;
}

/* =========================
   INSIGHTS SECTION
========================= */

.insights-bar{
  background:#f7f7f7;
  min-height:186px;
  width:100%;
}

/* FIXED INNER WIDTH */
.insights-bar .box-sizing{
  width:1720px;
  max-width:100%;
  margin:0 auto;
}

/* TITLE COLUMN */
.insights-bar .insights-title{
  background:#dedede;
  min-height:186px;
  height:186px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.insights-bar .insights-title h2{
  font-size:24px;
  font-weight:600;
  margin:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  color: #1c70c4;
}

/* STATS ROW */
.insights-bar .stats-row{
  min-height:86px;
  padding-left:25px;
  display:flex;
  flex-wrap:wrap;
}

/* ITEMS BASE */
.insights-bar .stat-item,
.insights-bar .stat-item-last{
  flex:0 0 auto;
  text-align:center;
}

/* LAST ITEM IMAGE */
.insights-bar .stat-item-last img{
  height:44px;
  margin-left:0;
}

/* LAST ITEM TEXT */
.insights-bar .stat-item-last strong{
  display:block;
  font-size:28px;
  line-height:1;
  font-weight:700;
  margin-top:14px;
}

.insights-bar .stat-item-last span{
  display:block;
  color:#111;
  margin-top:6px;
  font-size:14px;
  line-height:1.4em;
  font-weight:600;
}

/* NORMAL ITEMS */
.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;
}

.insights-bar .stat-item span{
  display:block;
  color: #777;
  margin-top:6px;
  font-size:14px;
  line-height:1.4em;
  font-weight:600;
  margin-left:26px;
}

/* RESPONSIVE */
@media (max-width:991.98px){
  .insights-bar .insights-title{
    display:none !important;
  }

  .insights-bar .stats-row{
    padding:22px 0;
  }
}

@media (max-width:767.98px){
  .insights-bar .stat-item,
  .insights-bar .stat-item-last{
    margin-bottom:20px;
  }

  .insights-bar .stats-row{
    padding-left:0;
    gap:20px;
  }
}


/* =========================
   CTA SECTION ONLY
========================= */

.cta-section {
  background: #1c70c4;
  padding: 25px 0;
}

/* container scoped */
.cta-section .container {
  max-width: 1480px;
}

/* CTA BOX */
.cta-section .cta-box {
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 10px 50px;
  height: 130px;
  width: 980px;
}

/* dashed border effect */
.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;
}

/* heading */
.cta-section .cta-box h3 {
  padding-left: 14px;
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* paragraph */
.cta-section .cta-box p {
  color: #e9e9e9;
  font-size: 14px;
  margin-left: 14px;
}

/* button */
.cta-section .cta-btn {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 11px 22px;
  text-decoration: none;
}

/* button hover */
.cta-section .cta-btn:hover {
  background: #fff;
  color: #1c70c4;
}

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

  .cta-section .cta-box {
    width: 100%;
    height: auto;
    padding: 25px;
    text-align: center;
  }

  .cta-section .cta-box h3,
  .cta-section .cta-box p {
    margin-left: 0;
    padding-left: 0;
  }

  .cta-section .cta-btn {
    margin-top: 20px;
    display: inline-block;
  }
}

/* =========================
   CONSULT SECTION ONLY
========================= */
.consult-section {
  margin: 50px 0px 100px;
}

/* small text */
.consult-section .consult-copy span {
  color: #0081c2;
  font-size: 15px;
  font-weight: 700;
}

/* heading */
.consult-section .consult-copy h2 {
  margin: 20px 0 20px;
  font-size: 35px;
  line-height: 1.35em;
  font-weight: 700;
  color: #000000;
}

/* description */
.consult-section .consult-copy p {
  margin: 20px 0 40px;
  line-height: 1.8em;
  width: 500px;
}

.consult-section .blue-line {
  width: 80px;
  height: 8px;
  background: #1c70c4;
}

/* image */
.consult-section .consult-img {
  width: 90%;
  height: 480px;
  margin-left: 80px;
  object-fit: cover;
  border-radius: 6px;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

  .consult-section .consult-copy h2 {
    font-size: 28px;
  }

  .consult-section .consult-img {
    height: auto;
  }
}

/* =========================
   MOBILE
========================= */

@media (min-width: 320px) and (max-width: 480px) {

  .consult-section {
    margin-left: 0;
  }

  /* image first */
  .consult-section .row > div:last-child {
    order: 1;
  }

  /* text second */
  .consult-section .consult-copy {
    order: 2;
  }

  .consult-section .consult-copy h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .consult-section .consult-copy p {
    width: 100%;
    margin: 28px 0;
    font-size: 13px;
  }

  .consult-section .consult-img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 35px;
  }
}


/* =========================
   CASE STUDIES SECTION ONLY
========================= */

.case-section.white-section {
  padding: 66px 0;
}

/* heading wrapper row */
.case-section .text-center {
  height: 132px;
}

/* =========================
   SECTION HEADING
========================= */

.case-section .section-heading {
  margin-bottom: 44px;
}

.case-section .section-heading h2 {
  margin-bottom: 16px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}


/* =========================
   CASE ROW
========================= */

.case-section .case-row {
  margin-top: 2px;
  margin-left: -20px;
  margin-right: -20px;
}

.case-section .case-row > [class*="col-"] {
  padding-left: 18px;
  padding-right: 18px;
}

/* =========================
   CARD
========================= */

.case-section .case-card {
  background: #fff;
  width: 100%;
  min-height: 620px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

/* =========================
   IMAGE
========================= */

.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;
}

/* =========================
   RESULT LABEL
========================= */

.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;
}

/* =========================
   CARD BODY
========================= */

.case-section .case-body {
  padding: 28px 46px 36px;
}

.case-section .case-body h3 {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

/* =========================
   BULLET POINTS
========================= */

.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;
}

/* =========================
   BUTTON
========================= */

.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;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767.98px) {

  .case-section .case-image {
    height: 180px;
  }

  .case-section .result-label {
    left: 35px;
    min-width: 220px;
    font-size: 10px;
    padding-left: 55px;
  }
}


/* =========================
   SERVICES BOXES SECTION
========================= */

.services-boxes-section.gray-section {
  background: #F6F6F6;
  padding: 96px 0;
}

.services-boxes-section {
  padding: 74px 0;
}

/* row adjustments */
.services-boxes-section .row {
  margin-left: 18px;
}

/* remove bootstrap padding override only inside section */
.services-boxes-section .col-lg-4 {
  padding: 0 !important;
}

/* =========================
   LEFT INTRO
========================= */

.services-boxes-section .service-intro {
  margin-top: 0;
}

.services-boxes-section .service-intro span {
  color: var(--proc-blue);
  font-size: 15px;
  font-weight: 700;
}

.services-boxes-section .service-intro h2 {
  margin: 10px 0 18px;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 700;
}

.services-boxes-section .blue-line {
  width: 80px;
  height: 8px;
  background: #1C70C4;
}

/* =========================
   CARDS GRID
========================= */

.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;
}

/* ICON BOX */
.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;
}

/* TEXT */
.services-boxes-section .service-card h3 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 700;
}

.services-boxes-section .service-card p {
  font-size: 15px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199.98px) {
  .services-boxes-section .service-card-row {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .services-boxes-section .service-intro h2 {
    font-size: 28px;
  }
}