@font-face {
    font-family: 'Billion Dreams';
    src: url('../fonts/BillionDreams.woff2') format('woff2'),
        url('../fonts/BillionDreams.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}
a {
  color: #CC3300;
  transition: 0.5s;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #CC3300;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #CC3300;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/********** Template CSS **********/
body
{
    overflow-x: hidden;
}
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
	--danger: #dc3545;
    --darkred: #CC3300;
}
ul, ol {
    list-style: none;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.imagehvr a:hover {
	opacity: 0.8;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.sdgs-icons {
    padding-top: 62px;
}
/*new homepage design*/
.top-head{
    line-height: 40px;
    height: 40px;
}
.navbar a {
    padding-left: 13px !important;
}

div#navbarCollapse a img {
    margin-right: 30px !important;
}

/*value-chain new*/
.acoteor-chain{
    margin-left: 17px;     
    margin-right: 17px;
}
/*value-chain new end*/
.nav-account a { color: white;}
.nav-account a:after { margin-left: 4px;}
.nav-account small:after { content:""; margin-left: 4px; border-right: 1px solid white; z-index: -1;
}
.nav-account ul{display: inline-block; margin: 0;} 
.nav-account ul li {list-style: none; display: inline-block;}
ul.account-nav > li > a.account { padding: 0; color: #fff; text-transform: capitalize;}
ul.account-nav > li > a.account:hover, 
ul.account-nav > li > a.account:focus,
ul.account-nav > li > a.account:active { color: #fff; background: none;}
ul.account-nav > li > a.account img {max-width: 25px; border-radius: 50%;}
ul.account-nav .dropdown-menu ul li {
    line-height: 25px;
    width: 100%;
    float: left;
    margin: 5px 0;
    padding: 0 5px;
}

ul.account-nav li.dropdown .dropdown-menu::before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
    content: '';
}

ul.account-nav li.dropdown .dropdown-menu::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}
ul.account-nav li.dropdown .dropdown-menu {
    right: -25px;
    box-shadow: 5px 5px rgba(102,102,102,.1);
    border: 1px solid #eee;
    padding: 10px 0 0;
    z-index: 1021;
}
ul.account-nav .dropdown-menu ul {
    padding: 0 10px;
}
ul.account-nav .dropdown-menu a, ul.account-nav .dropdown-menu a:visited{
    color: #555;
}
ul.account-nav .dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.text-warning {
    color: #ffc107 !important;
    font-size: 18px !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.lb-data .lb-close{
    margin-top: -587px;
    
}
.btn-link{
    color:#fff !important;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top {
    background-color: white;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top:hover {
    background-color: black;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top i {
    color: #000;
}
a.btn.btn-lg.btn-primary.btn-lg-square.rounded-circle.back-to-top i:hover {
    color: #fff;
}
.btn-primary:hover{
    border-color: #e10015;
}
.btn-primary{
    border-color: #e10015;
}
.footer .btn.btn-social:hover{
    color: #fff !important;
}
/*** Navbar ***/
.logo {
	max-width: 280px;
}
.text-start, .text-end {
	font-size: 15px;
}
.greybg {
    background-color: #ccc;
    padding: 5px 10px;
    margin: 5px;
}
.navbar-nav .dropdown-menu{
    border-radius: 3px;
}	
.navbar-nav .dropdown-menu.bg-light{ 
    background-color: #FFF !important; 
}
.pg-home .navbar.sticky-top{
    z-index: 99;
    background: transparent;
}
.pg-home .navbar .navbar-nav .nav-link{
 color: #fff;
}
.navbar.sticky-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    transition: .5s;
}
a.navbar-brand {
    border-right: none !important;
    margin-right: auto;
}
.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}
.navbar .navbar-nav .nav-link {
/*    margin-right: 30px;*/
    padding: 10px 28px 10px;
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    font-family: "Montserrat", sans-serif;
}
nav.navbar.navbar-expand-lg.navbar-light.p-0 {
    margin: 0 40px 0 40px;
}
#navbarCollapse .btn-light {
    background-color: transparent;
}

.pg-home .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--darkred);
    font-weight: 600;
}
.navbar .navbar-nav .dropdown-item:hover, 
.navbar .navbar-nav .dropdown-item.active {
    color: var(--darkred);
}
/*2june 2023 changes end*/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.align-items-center small {
    color: #9B9B9B;
}
/*financial.hmtl css*/
.bi-download::before {
    content: "\f30a";
    font-size: 26px;
    position: absolute;
    margin-top: 8px;
    color: #d31111;
    margin-left: 15px;
}
.select2-container .select2-selection--single{
    height: 56px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 56px !important;
    right: 7px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 13px;
    color: #9B9B9B !important;
}

.align-items-center a {
    color: #9B9B9B;
}
/*apply-now css*/
.prospects{
    margin-bottom: 61px;
}
.apply-now{
    margin-top: -48px;
    background-color: #F6F7F8;
    padding-top: 57px;
    /* margin-bottom: -49px; */
    padding-bottom: 1px;
}
.apply-now h1{
    padding-bottom: 40px;
}
.diclaimer{
    background-color: #e0e2e5 !important;
}
.captcha-text{
       margin-top:7px;
   }
.Salutation{
    margin-bottom: 20px;margin-right: 44px;
}
.frmContactus input[type=radio]:checked {
    background: url(../img/theme/check.png) no-repeat center center !important;
    background-size: 29px 21px !important; }
.frmContactus input[type=radio] {
    border: 1px solid #ced4da;
    padding: 0.5em;
    -webkit-appearance: none;
}
label.text-label {
    color: #9B9B9B;
    font-weight: 500;
    font-size: 16px;
}
select.input-box,
input.input-box {
    display: table;
    margin-top: 16px;
    padding: 1rem 0.75rem;
}
input.input-box::placeholder {
    color: #9B9B9B;
}
input.input-box:focus-visible {
    outline: #38353566;
}
.check-box{
    border: 1px solid #38353566;
    border-radius: 0 !important;
}
#captchaBackground {
height: 220px;
width: 250px;
background-color: #2d3748;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.button {
display: inline-block;
padding: 17px 0px 17px 0;
cursor: pointer;
border-radius: 5px;
background: #32C36C;
font-size: 16px;
font-weight: bold;
color: #fff;
}
.button-wrap {
position: relative;
display: grid;
width: 56%;
text-align: center;
margin-top: 60px;
}
button#btnApplynow {
    background-color: #32C36C;
    border: 0px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px !important;
    font-size: 16px;
    width: 50%;
}
#image{
    margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 60px;;
    padding: 20px;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
    margin-left: 10px;
     
}
#user-input{
    box-shadow: 5px 5px 5px 5px gray;
    width:auto;
       margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
       border: red 0px solid;
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
#btn{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}
input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 8px;
    font-size: 17px;
    color: #b8b8b8;
}
#captchaHeading {
color: white;
}
#captcha2 {
width: 65%;
font-size: 30px;
letter-spacing: 3px;
display: block;
top: 0;
margin: 5px 0 -4px 0;
background: none;
bottom: 0;
border: none;
left: 0;
right: 0;
}
input#textBox\ inputText\ {
    margin-bottom: 18px;
    margin-top: 8px;
    padding: 1rem 0.75rem;
}
#captcha {
width: 65%;
font-size: 30px;
letter-spacing: 3px;
margin: -31px 0 -45px -51px;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.center {
display: flex;
flex-direction: column;
align-items: center;
}

#submitButton {
margin-top: 2em;
margin-bottom: 2em;
background-color: #08e5ff;
border: 0px;
font-weight: bold;
}

#refreshButton {
background-color: #32C36C;
border: 0px;
border-radius: 26px;
margin-top: 6px;
color: #fff;
font-size: 16px;
padding: 12px 70px 12px 70px;
}

#textBox {
margin-bottom: 18px;
margin-top: 8px;
padding: 1rem 0.75rem;
}
#textBox::placeholder {
    color: #9B9B9B;
}
.incorrectCaptcha {
color: #FF0000;
}

.correctCaptcha {
color: #7FFF00;
}
/*apply-now css end*/
/*job openings page css*/
.job-openings h1 {
    padding-left: 12px;
    padding-top: 14px;
}
.vertical {
    border-left: 6px solid #e10015;
    height: 80px;
}
.job-detail {
    padding: 30px 0 30px 0;
    box-shadow: 0 6px 12px rgb(30 10 58 / 14%);
    border-radius: 20px;
    background: #f9f9f9;
    margin-right: 20px;
    width: 48%;
    margin-bottom: 25px;
}
.job-openings h5 {
    padding-left: 31px;
    padding-bottom: 18px;
    font-size: 21px;
}
ul.job-info {
    display: inline-block;
}
ul.job-info li {
    display: inline-block;
}
.job-info span {
    padding-left: 9px;
}
span.line {
    border-left: 1px solid grey;
    height: 80px;
    margin-left: 17px;
}
.detail-btn {
    margin-left: 27px;
    font-size: 14px;
    background: #ce0c1e;
    margin-top: -4px;
    color: #fff;
}
/*job openings page css end*/
/*job details page css*/
ul.job-detail-info {
    list-style: none;
    margin-left: 11px;
}
.job-detail-info li {
    padding-bottom: 10px;
}
.job-detail-info span {
    margin-left: 10px;
}
.job-desc p {
    margin-left: 48px;
}
.job-desc ul li {
    margin-left: 32px;
}
/*job details page css end*/
/*homepage ims section*/
.section-ims h5 {
    /* font-size: 20px; */
    font-weight: 600p;
    font-weight: 600;
}
.section-ims img {
    width: 80%;
    margin-bottom: 10px;
}
/*homepage ims section end*/
/*homepage table section*/
table.table-head {
    background: #9999998f;
    border: 2px solid grey;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
table.table-head tr td {
    text-align: left;
    /* padding: 10px; */
    padding-left: 14px;
}
.table-row td{
    color: #000;
}
.table-row td span {
    color: #1c1919b0;
    font-size: 15px;
    font-weight: 600;
}
.other-location span{
padding-left: 11px;
    margin-left: 243px;
    border-left: 1px solid white;
}
/*homepage table section end*/
/*homepage value chain section*/
.section-value-chain{
    text-align: center;
    margin-right: 12px;
    width: 30%;
    max-width: 100%;
    padding: 16px 16px 16px 16px;
    margin: 130px -24px 0 35px;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.section-value-chain h5{
    font-weight: 600;
    word-spacing: 0;
    color: #000000a1;
    font-size: 18px;
    padding-top: 19px;
    white-space: nowrap;
}
.section-value-chain p {
    font-size: 17px;
    color: #fff;
    padding: 6px 18px 6px 0;
}
.section-value-chain ul li{
    list-style: none;
}
.section-value-chain.first {
    background: #69acac;
}
.section-value-chain.second {
    background: #b6cb73;
}
.section-value-chain.third {
    background: #d9b753;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    padding: 15px 16px 15px 16px;
}
li.dropdown-submenu:hover > a, .dropdown-item:hover {
    color: #000 !important;
    background-color: #c5c6c600;
}
.dropdown-item{
    color: #00000096 !important;
    background-color: #c5c6c600;
    padding-bottom: 1px;
    border-width: thin;
    padding: 0 0 2px 0;
    font-size: 16px;
	text-align: left;			  
}
.dropdown-item.active{
    background-color:#c5c6c600 ;
}
.dropdown-submenu li {
    list-style: none;
}
.dropdown-submenu li a {
    color: #00000096 !important;
    border-bottom-style: none;
}

.dropdown-menu .dropdown-item:hover {
    color: #CC3300 !IMPORTANT;
}
.dropdown-menu .dropdown-item {
    padding: 4px 8px 4px;
    font-size: 13px;
    text-transform: none;
    color: #333333 !IMPORTANT;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}
.dropdown-menu .dropdown-item {
    border-bottom: none !important;
}
.container{
    transform-style: preserve-3d;
}

.container .box{
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0px 0 42px 0;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
}

.container .box .body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
}
.container .box .body .imgContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.container .box .body .imgContainer img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .box .body .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

.container .box:hover .body{
    transform: rotateY(180deg);
}

.container .box .body .content div{
    transform-style: preserve-3d;
    padding: 20px;
    background: linear-gradient(45deg, #FE0061,#FFEB3B);
    transform: translateZ(100px);
    width: 95%;
    padding: 75px 0 75px 0;
}
.container .box .body .content div p{
   font-size: 18px !important;
    text-align: center !important;
    font-weight: 600;
}
h4.sort {
    cursor: pointer;
}
h4.sort.active {
    color: #2dc168;
}
h4.sort:hover {
    color: #2dc168;
    box-shadow: 0 5px 15px rgb(0 0 0 / 65%);
    background: #e0e0e0;
}


@media (min-width: 993px) and (max-width: 1199px) {
    .button{
        margin-top: -20px;
    }
}
@media (min-width: 220px) and (max-width: 991px) {

header.sticky-top .navbar .nav-link{
        color:black !important;
    }
    .navbar-collapse{
        background: white !important;
        margin-top: -11px;
    }
    .navbar-light .navbar-toggler{
        margin-top: -21px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.p-0 {
    margin: 0 !important;
    }
    header#header.fixed-top button {
    background: white;
}
}


}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
        color: black;
    }
    .navbar-light .navbar-toggler{
        background-color:#fff ;
    }
    .pg-home .navbar .navbar-nav .nav-link{
        color: black !important;
    }
    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
            min-height: 100vh;
    }
    
    
}

@media (max-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        border: none;
        margin-top: 0;
        transition: .5s;
		font-size: 14px;
    }
    .container-fluid.px-lg-0 .feature-text {
        order: 2;
    }
    
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.breadcrumb-item a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
.breadcrumb-item.active {
    color: #CC3300; 
    font-family: "Montserrat", sans-serif;;
}


.alert{padding:15px;margin-bottom:22px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:700}
.alert>p,.alert>ul{margin-bottom:0}
.alert>p+p{margin-top:5px}
.alert-dismissable,
.alert-dismissible{padding-right:35px}
.alert-dismissable .close,
.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}
.alert-info hr{border-top-color:#a6e1ec}
.alert-info .alert-link{color:#245269}
.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}
.alert-warning hr{border-top-color:#f7e1b5}
.alert-warning .alert-link{color:#66512c}
.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
.alert button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
.alert{border-radius:3px}
.alert h4{font-weight:600}
.alert .icon{margin-right:10px}
.alert .close,.alert .mailbox-attachment-close{color:#000;opacity:.2;filter:alpha(opacity=20)}
.alert .close:hover,.alert .mailbox-attachment-close:hover{opacity:.5;filter:alpha(opacity=50)}
.alert a{color:#fff;text-decoration:underline}
.alert-success{border-color:#008d4c}
.alert-danger,.alert-error{border-color:#d73925}
.alert-warning{border-color:#e08e0b}
.alert-info{border-color:#00acd6}
.close,.mailbox-attachment-close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.close:focus,.close:hover,.mailbox-attachment-close:focus,.mailbox-attachment-close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
button.close,button.mailbox-attachment-close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}



.text-white_
{
  color: #fff;
}
.text-start small, .nav-account small {
    color: white;
    margin-left:-10px;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #intro {
    height: 150vh;
  }
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#intro .container {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-start,
#intro .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-start,
#intro .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #CC3300;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #CC3300;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #CC3300;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header h4 {
  font-size: 20px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  
}
.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}
.bdr-left {
    border-left: 1px solid #ddd;
}
.bdr-bottom {
    border-bottom: 1px solid #ddd;
}
/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.inner-page {
      padding: 50px 65px 0px 65px;
}
.inner-page h1 {
      font-size: 30px;
      font-weight: bold;
}
.inner-page h2 {
      font-size: 20px;
      font-weight: bold;
      color: #CC3300;
}
.inner-page span {
      color: #CC3300;
      font-weight: bold;
}
.hd-banner.no-img {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url("../img/theme/hd1.jpg") center center no-repeat; 
    background-size: auto, auto; 
    background-size: cover; 
}
.hd1 {
  background: url("../img/theme/hd1.jpg");
  background-size: cover;
  padding: 300px 65px 0px 65px;
}
.hd2 {
  background: url("../img/theme/hd2.jpg");
  background-size: cover;
  padding: 300px 65px 0px 65px;
}
.hd3 {
  background: url("../img/theme/hd3.jpg");
  background-size: cover;
  padding: 300px 65px 0px 65px;
}
.bg1 {
  background: url("../img/theme/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.bg2 {
  background: url("../img/theme/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  
}
.bg3 {
  background: url("../img/theme/bg3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  
}
.bg4 {
  background: url("../img/theme/bg4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  
}
.bg5 {
  background: url("../img/theme/bg5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 600px;
  
}
.breadcrumbs {
  background-color: #f7f7f7;
  /*min-height: 400px;*/
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 80px;
  }
}

.breadcrumbs h2 {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "|";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #CC3300;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #CC3300;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
section.about {
  background: url("../img/theme/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 80px 0 80px 0;
  position: relative;
}

section.about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}

section.about .container {
  position: relative;
  z-index: 10;
}

section.about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  padding: 10px;
  height: 530px;
}

section.about .about-col .img {
  position: relative;
}

section.about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

section.about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #CC3300;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

section.about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

section.about .about-col:hover .icon {
  background-color: #fff;
}

section.about .about-col:hover i {
  color: #CC3300;
}

section.about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
  height: 46px;
}

section.about .about-col h2 a {
  color: #000;
}

section.about .about-col h2 a:hover {
  color: #CC3300;
}

section.about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
}
.about-col ul {
    list-style: disc;
}
.about-col.ga4-services {
    height: 573px !important;
}
/* Services Section
--------------------------------*/
section.services {
  padding: 80px 60px 80px 60px !important;
}

section.services .box {
  margin-bottom: 30px;
}

section.services .icon {
  float: left;
}

section.services .icon img  {
  height: auto;
  width: 130px;
  padding: 10px;
  vertical-align: middle;
}
section.services .icon2 img  {
  height: 50px;
  width: auto;
  padding: 20px 10px 0 0;
  vertical-align: middle;
}
section.services .icon2 {
  float: left;
}


section.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 18px;
}

section.services .title a {
  color: #111;
}

section.services .box:hover .title a {
  color: #CC3300;
}

section.services .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
section.call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/theme/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

section.call-to-action h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

section.call-to-action p {
  color: #fff;
  font-size: 18px;
}

section.call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

section.call-to-action .cta-btn:hover {
  background: #CC3300;
  border: 2px solid #CC3300;
}

/* Call To Action Section
--------------------------------*/

/*about us page css*/
section.about-sec1 h2, .about-sec2 h2, .dmc-sec3 h2 {
    font-size: 30px;
    color: #666666;
    font-weight: 700;
}
section.about-sec1 p, .dmc-sec1 p, .dmc-sec2 p, .ga4-sec1 p {
    color: #666666;
    padding-bottom: 20px;
}
section.about-sec1 h4 {
    color: #CC3300;
    text-align: left;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
}
.about-sec2{
    background: url(../img/theme/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-sec2 p, .dmc-sec3 p{
    padding-bottom: 0;
    color: #666666;
}
.about-sec2 p b, .dmc-sec3 p b {
    color: #CC3300;
    font-weight: 700;
}
.about-sec3 {
    background: url(../img/theme/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-sec3 h3, .about-sec3 h4, .about-sec3 p, .dmc-sec4 h3, .dmc-sec4 p{
    color: #fff;
}
.about-sec3 h1{
    font-family: 'Billion Dreams';
    color: white;
}
.about-sec3 p{
    font-size: 17px;
}
/*about us page css end*/
/*dmc page css*/
.dmc-sec2{
    background: url(../img/theme/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.dmc-sec2 img{
    width: 100%;
}
.dmc-sec2 h4 {
    color: #666666;
    text-align: left;
    padding-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.dmc-sec2 p{
    font-size: 14px;
}
.dmc-sec4{
    background: url(../img/theme/bg5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 600px;
}
/*dmc page css end*/

/*Reputation page css*/

section.sec1bg.reputation {
    background-image: url(../img/theme/reputation/rep-sec1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
section.sec1bg.reputation p {
    color: black !important;
}
section.sec1bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 0%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.sec3bg.reputation .col-md-6 p {
    color: black !IMPORTANT;
    font-size: 20px;
    font-family: cursive;
}
section.sec2bg.reputation {
    background-image: url(../img/theme/reputation/rep-sec2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
section.sec3bg.reputation {
    background: #cb998730;
    position: relative;

}
section.sec4bg.reputation {
    background-image: url(../img/theme/reputation/rep-sec4.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
section.sec5bg.reputation {
    background-image: url(../img/theme/reputation/rep-sec5.jpg);
    background-size: cover;
    position: relative;
    background-position: center;
}
section.sec5bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 49%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec6bg.reputation{
    position: relative;
    background-image: url(../img/theme/reputation/rep-sec6.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
section.sec6bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 71%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec7bg.reputation {
    position: relative;
    background: #3f51b587;
}
section.sec7bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 33%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec7bg.reputation p {
    font-family: cursive;
    font-size: 18px;
}
section.sec8bg.reputation{
    position: relative;
    background-image: url(../img/theme/reputation/rep-sec8.jpg);
    background-size: cover;
}
section.sec8bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 51%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec9bg.reputation{
    background-image: url(../img/theme/reputation/rep-sec9.jpg);
    background-size: cover;
    position: relative;
}
section.sec9bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 61%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec11bg.reputation {
    background-image: linear-gradient(to right, rgb(184 151 190), rgb(84 132 150 / 87%));
    position:relative;
}
section.sec11bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 0%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec12bg.reputation{
    position: relative;
    background-image: url(../img/theme/reputation/rep-sec11.jpg);
    background-size: cover;
}
.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 76%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.reputation p{
    color :white;
}
section.sec4bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 76%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec3bg.reputation::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 14%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.reputation h4 {
    color: #CC3300;
    font-weight: 700;
}
.reputation h6 {
    color: #fff;
    font-weight: 700;
}
.strategies-points {
        padding: 10%;
/*    border: 3px solid brown;*/
    border-radius: 22px;
    min-height: 100%;
    border: 1px solid white;
    background: rgb(25 23 23 / 19%);
}
.strategies-points h6 {
    color: #CC3300;
    font-weight: 700;
    font-size: 18px;
}
.strategies-points p {
    font-weight: 500;
    color: #fff;
}

.accordion-button:not(.collapsed)::after{
   transform: none;
    background-image: url(/img/theme/reputation/up-arrow.png);
}
.accordion-button::after{
    background-image: url(/img/theme/reputation/down-arrow.png);
}
.accordion-button{
    color: white !important;
    background-color: #fff0 !important;
}
.accordion-button:focus{
    box-shadow:none !important;
    border-color: transparent !important;
}
.accordion-item{
    background-color: #fff0 !important;
    border: none !important; 
    color: white !important;
}
.accordion-flush .accordion-collapse{
    border: 1px solid #ffffff14;
}
div#accordionFlushExample {
    border: 1px solid #ffffff14;
}
/*Reputation page css end*/

/*social media page*/
section.sec1bg.social-media {
    background-image: url(../img/theme/social-media/sec1bg.png);
    background-size: cover;
}
section.sec1bg.social-media h1{
    font-weight: 600;
}
section.sec1bg.social-media p {
    line-height: 1.9em;
}

section.sec2bg.social-media{
    background-image: url(../img/theme/social-media/sec2bg.jpeg);
    background-size: cover;
    position: relative;
}
section.sec2bg.social-media p {
    color: white;
    line-height: 1.9em;
    font-size: 20px;
}
section.sec2bg.social-media h1 {
color: #cc3300;
    font-weight: 600;
    font-size: 60px;
}
section.sec2bg.social-media::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 92%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec3bg.social-media {
    background: #fafafa;
}
section.sec3bg.social-media h1{
    font-weight: 600;
}
.social-media-block {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 32px;
    padding-left: 30px !important;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
.social-media-block img {
    width: 51px;
}
.social-media-block h6 {
    font-weight: 600;
    padding-top: 29px;
}
/*social media page css end*/


/*content marketing section*/
section.sec1bg.content-marketing {
    background-image: url(https://img.freepik.com/premium-vector/realistic-minimalist-3d-vector-hexagon-geometric-memphis-pattern-white-abstract-background_473751-748.jpg?w=1380);
    background-size: cover;
}
section.sec2bg.content-marketing {
    background-image: url(https://img.freepik.com/free-photo/corporate-management-strategy-solution-branding-concept_53876-167088.jpg?w=1380&t=st=1696490412~exp=1696491012~hmac=9da64b5…);
    background-size: cover;
    position:relative;
}
section.sec2bg.content-marketing::before {
    content: "";
    position: absolute;
    background: rgb(9 9 9 / 77%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner-box {
    position: relative;
    width: 110px;
    height: 110px;
    color: #0a2aa6;
    font-size: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    margin: 0 auto;
    z-index: 1;
    display: inline-block;
    top: 13px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgb(0 0 0 / 36%);
}
.circle-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
     -webkit-animation:spin 9s linear infinite;
    -moz-animation:spin 9s linear infinite;
    animation:spin 9s linear infinite;
}
span.circle-one {
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-color: #cc3300;
}
span.circle-two {
    position: absolute;
    left: 8px;
    bottom: 6px;
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background-color: #0a2aa6;
}
.lower-content {
    color: black;
    position: relative;
    background-color: #ffffff;
    margin-top: -38px;
    padding: 20px 20px 20px;
    height  : 45vh;
    border-radius:10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.lower-content h4{
        font-weight: 600;
    margin-top: 54px;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

section.sec3bg.content-marketing {
    background-image: url(https://img.freepik.com/free-photo/millennial-asia-businessmen-businesswomen-meeting-brainstorming-ideas-about-new-paperwork-project-colleagues-working-together-planning-success-strategy-enjoy-teamwork-small-modern-night-office_7861-2386.jpg?w=1480&t=st=1696575610~exp=1696576210~hmac=ea73a8b…);
    background-size: cover;
    position: relative;
}
section.sec3bg.content-marketing::before {
    content: "";
    position: absolute;
    background: rgb(63 81 181 / 35%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.sec3bg.content-marketing h1, section.sec3bg.content-marketing h3{
    color: white;
    font-family: cursive;
    font-weight: 600;
}
section.sec3bg.content-marketing .col-md-4 h3, section.sec3bg.content-marketing .col-md-3 h3 {
    font-size: 30px;
    margin-top: 52px;
}
section.sec3bg.content-marketing p {
    color: white;
    font-weight: 600;
    font-size: 18px;
}
.icons span {
    background: #ffffffed;
    /* width: 100%; */
    padding: 86px 42px 49px;
    border-radius: 50%;
    box-shadow: #ff5722 0px 3px 8px;
}
.icons span i {
    color: #ff9800c4;
    font-size: 80px;
}
/*content marketing section end*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 9s;
    animation-fill-mode: both;
    -webkit-animation-duration: 9s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/theme/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #CC3300;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #CC3300;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #CC3300;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #CC3300;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Portfolio Details
--------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #CC3300 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #CC3300;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #CC3300;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #CC3300;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
section.contact {
  padding: 60px 0;
}

section.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

section.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #CC3300;
}

section.contact .contact-info address, section.contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

section.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

section.contact .contact-info a {
  color: #000;
}

section.contact .contact-info a:hover {
  color: #CC3300;
}

section.contact .contact-address, section.contact .contact-phone, section.contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  section.contact .contact-address, section.contact .contact-phone, section.contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  section.contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

section.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

section.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

section.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

section.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

section.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #CC3300;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

section.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

section.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #CC3300;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

section.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

section.contact .php-email-form input, section.contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

section.contact .php-email-form input::focus, section.contact .php-email-form textarea::focus {
  background-color: #CC3300;
}

button[type="submit"].btn {
  background: #CC3300;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 0;
}
button[type="submit"].btn:hover {
  background: #13a456;
}

section.contact .php-email-form button[type="submit"] {
  background: #CC3300;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

section.contact .php-email-form button[type="submit"]:hover {
  background: #13a456;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 0 65px 0 65px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #CC3300;
  color: #eee;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #CC3300;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #CC3300;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #CC3300;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  outline: 0;
  margin-right: 0;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #CC3300;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.pt20 {
    padding-top: 20px;
}