@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import "fonts/fonts.css";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    line-height: 1;
}

a:focus,
a:hover,
a:active,
button {
    outline: none;
    text-decoration: none;
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

html {
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: 'Segoe UI Emoji' !important;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    overflow-x: hidden;
}

p {
    margin-bottom: 20px;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-phone:before {
    content: "\f095";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-skype:before {
    content: "\f17e";
}

.clear {
    clear: both;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

.table-content {
    display: table;
    width: 100%;
    height: 100vh;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 70px;
}

.noscroll {
    overflow: hidden;
}

.container {
    max-width: 1170px !important;
    width: 100% !important;
}

.second-container {
    max-width: 100% !important;
    width: calc(100% + 30px) !important;
    margin: 0 auto;
    padding: 0px 15px;
}

.sitebtn {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #f35444;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 20px;
    display: inline-block;
    font-family: 'Segoe UI Emoji';
    min-width: 155px;
    text-align: center;
    min-height: 45px;
}

.sitebtn:hover {
    background-color: #f35444;
    color: #fff;
}

header.site-header {
    position: absolute;
    width: 100%;
    z-index: 123456;
    top: 0;
    padding: 20px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.hwhite {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
}

header.site-header.hwhite {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 10px #0000001a;
}

header.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


header.site-header .container a.site-logo img {
    max-width: 100%;
}

.fixed-logo {
    display: none;
}

header.site-header.hwhite .simple-logo {
    display: none;
}

header.site-header.hwhite .fixed-logo {
    display: inline-block;
}

header.site-header.hwhite .sitebtn {
    background-color: #f35444;
}

header.site-header.hwhite .sitebtn:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
}



header.site-header .container nav {
    display: flex;
    align-items: center;
}

header.site-header .container nav ul {
    display: flex;
    list-style: none;
    margin: 0;
}

header.site-header .container nav ul li {
    position: relative;
}

header.site-header .container nav ul li a {
    text-decoration: none;
    font-size: 17px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 600;
    text-transform: none;
    padding: 10px 16px;
    display: inline-block;
    position: relative;
    font-family: 'Segoe UI Emoji';
}

header.site-header.hwhite .container nav ul li a {
    color: #041020;
}

header.site-header .container nav ul li a i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

header.site-header .container nav ul li a:hover,
header.site-header .container nav ul li a.active {
    color: #F35444;
}

header.site-header .container nav ul li a::after {
    background-color: #F35444;
    border-radius: 3px;
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    -webkit-transition: width .2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

header.site-header .container nav ul li a:hover::after,
header.site-header .container nav ul li a.active::after {
    width: 50%;
}

header.site-header .container nav ul li ul {
    position: absolute;
    left: 0;
    display: block;
    background: #fff;
    width: 230px;
    border-radius: 5px;
    top: 70px;
    padding: 18px 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    box-shadow: 0 3px 5px #00000029;
}


header.site-header .container nav ul li:hover ul {
    top: 53px;
    opacity: 1;
    visibility: visible;

}

header.site-header.hwhite .container nav ul li ul {
    border: 1px solid #003764;
}

header.site-header .container nav ul li ul::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 37px;
}

header.site-header.hwhite .container nav ul li ul::before {
    border-bottom-color: #003764;
}

header.site-header .container nav ul li ul li a::after {
    display: none;
}

header.site-header .container nav ul li ul li a {
    color: #041020;
    display: block;
    padding: 0;
    margin: 7px 0px;
    font-size: 15px;
    font-weight: 600;
}

header.site-header .container nav .sitebtn {
    margin-left: 50px;
}

header.site-header .container .open-menu {
    display: none;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}


.hero-section {
    background-image: url('../images/banner-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 18vw 0px 10vw;
}

.hero-section h2 {
    font-size: 73px;
    color: #fff;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.hero-section h2 span {
    display: block;
    color: #d64a3e;
}

.hero-section p {
    font-size: 18px;
    color: #7e8399;
    line-height: 1.5;
    margin: 20px 0px 40px;
    font-weight: 600;
}

.aboutus-section {
    padding: 0px 0px 50px;
}

.aboutus-section span {
    display: block;
    color: #f35444;
    font-weight: 600;
    font-size: 20px;
}

.aboutus-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 5px 0px 20px;
}

.aboutus-section h2,
.aboutwork-section h2,
.ourclient-section h2 {
    color: #041020;
    font-size: 40px;
    font-weight: 400;
}

.aboutwork-section h2 span,
.services-section h2 span,
.ourclient-section h2 span {
    color: #f35444;
}

.aboutus-section p {
    color: #666666;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px;
    font-weight: 500;
}

.aboutus-section .timg {
    margin-top: -97px;
}

.about-content {
    padding-top: 60px;
    padding-left: 45px;
}

.p-relative {
    position: relative;
}

.about-image {
    position: absolute;
    left: -101px;
}

.aboutwork-section {
    padding: 70px 0px 200px;
    background-image: url('../images/steps.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.aboutwork-section h2 {
    text-align: center;
}



.aboutwork-section p {
    text-align: center;
    color: #666666;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
    font-weight: 600;
}

.aboutwork-section .boxes {
    background-image: url('../images/curve-line.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 90px;
}

.aboutwork-section .boxes .box {
    text-decoration: none;
    width: 20%;
    padding-top: 18px;
    cursor: auto;
}

.aboutwork-section .boxes .box span {
    color: rgba(34, 34, 34, 0.30);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

.aboutwork-section .boxes .box .icon,
.services-section .icon,
.whychooseus-section .row .cinner .icon,
.contactus-page .box .icon {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f35444;
    background: #fff;
}

.aboutwork-section .boxes .box .icon img,
.services-section .icon img,
.whychooseus-section .row .cinner .icon img {
    transition: 0.3s all;
}

.aboutwork-section .boxes .box:hover .icon img,
.services-section .icon:hover img,
.whychooseus-section .row .cinner:hover .icon img,
.contactus-page .box li:hover .icon img {
    filter: invert(20%) sepia(90%) saturate(3207%) hue-rotate(20deg) brightness(100%) contrast(80%);
}

.aboutwork-section .boxes .box h2,
.whychooseus-section .row .cinner h3 {
    color: #041020;
    font-size: 19px;
    font-weight: 400;
    margin-top: 20px;
}

.aboutwork-section .boxes .box h2 {
    font-weight: 500;
}

.aboutwork-section .boxes .box:first-of-type {
    position: relative;
    left: 22px;
    top: -90px;
}

.aboutwork-section .boxes .box:nth-child(2) {
    position: relative;
    left: 25px;
    top: 61px;
}

.aboutwork-section .boxes .box:nth-child(3) {
    position: relative;
    left: -15px;
    top: -60px;
}

.aboutwork-section .boxes .box:nth-child(4) {
    position: relative;
    left: -44px;
    top: 61px;
}

.aboutwork-section .boxes .box:last-of-type {
    position: relative;
    top: -11px;
}

.services-section {
    background-image: url('../images/service-bg.png');
    background-position: center bottom;
    /*    background-size: cover; */
    /* background-position-x: center; */
    background-repeat: no-repeat;
    padding: 85px 0px 5px;
}

.services-section h2 {
    color: #041020;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    text-transform: capitalize;
    text-align: left;
    margin: 0px 0 35px 0;
}

.services-section p {
    font-size: 20px;
    color: #4d5053;
    line-height: 1.3;
}

.services-section .sitebtn {
    margin-top: 30px;
    color: #000;
}

.services-section .sitebtn:hover {
    color: #fff;
}

.services-section .icon {
    margin: 0 0px 30px;
}

.services-section h3 {
    color: #041020;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}

.services-section .col-md-6 a {
    display: inline-block;
    margin: 0px 0px 70px;
    color: #91959b;
    font-size: 18px;
    text-decoration: none;
}

.services-section .col-md-6 a img {
    margin-left: 10px;
    transition: 0.3s all;
}

.services-section .col-md-6 a:hover {
    color: #f35444;
}

.services-section .col-md-6 a:hover img {
    margin-left: 15px;
}

.services-section .col-md-6:hover .icon img {
    filter: invert(20%) sepia(90%) saturate(3207%) hue-rotate(20deg) brightness(100%) contrast(80%);
}

.ourclient-section {
    padding: 70px 0px 100px;
}

.ourclient-section .slick-dots {
    bottom: -40px;
}

.ourclient-section .maintext {
    max-width: 300px;
    width: 100%;
    border-bottom: 2px solid #f35444;
    text-align: center;
    margin: 0 auto;
}

.ourclient-section .maintext span {
    background: #fff;
    position: relative;
    top: 8px;
    padding: 0px 30px;
    font-size: 13px;
}

.ourclient-section h2 {
    text-align: center;
    margin: 40px 0px 50px;
}

.ourclient-section .boxes {
    max-width: 930px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.ourclient-section .boxes::before {
    content: '';
    position: absolute;
    left: -68px;
    top: -25px;
    font-size: 59px;
    background-image: url(../images/gray-quote.png);
    width: 60px;
    height: 53px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.ourclient-section .boxes p {
    font-size: 20px;
    color: #758093;
    line-height: 1.7;
    font-style: italic;
    font-family: 'Poppins';
}

.ourclient-section .boxes .box h3 {
    font-size: 18px;
    color: #5a6678;
    font-weight: bold;
    margin: 20px 0px 10px;
    font-family: 'Poppins';
}

.ourclient-section .boxes .box h4 {
    color: #f46255;
    font-size: 16px;
    font-family: 'Poppins';
}

.ourclient-section .boxes .slick-dots li button {
    border: 2px solid #000;
    opacity: 1;
    border-radius: 50px;
}

.ourclient-section .boxes .slick-dots li button::before {
    color: #000;
    opacity: 0;
    font-size: 42px;
}

.ourclient-section .boxes .slick-dots li.slick-active button::before {
    opacity: 1;
}




.getintouch-section {
    background-image: url('../images/getintouch-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 90px 0px;
    background-attachment: fixed;
}

.getintouch-section h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 400;
}

.getintouch-section p {
    color: #fff;
    font-size: 15px;
    margin: 15px 0px 25px;
    font-weight: 500;
}


footer.site-footer {
    background: #041020;
    padding: 100px 0px 0px;
}

footer.site-footer img {
    max-width: 190px;
    margin-bottom: 30px;
}

footer.site-footer ul {
    list-style: none;
    margin: 0;
}

footer.site-footer ul.contact {
    padding-left: 18px;
}

footer.site-footer ul li a,
footer.site-footer ul li p {
    display: flex;
    align-items: flex-start;
    color: #667293;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 15px;
}

footer.site-footer ul.contact li a {
    margin-bottom: 8px;
}

footer.site-footer ul.contact li:first-of-type a {
    color: #667293;
    cursor: auto;
}

footer.site-footer ul li a:hover {
    color: #fff;
}

footer.site-footer ul li a i,
footer.site-footer ul li p i {
    position: relative;
    margin-right: 10px;
    top: 5px;
    width: 18px;
}

footer.site-footer ul.social {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

footer.site-footer ul.social li a {
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    margin-right: 5px;
}

footer.site-footer ul.social li a i {
    margin: 0;
    position: unset;
    text-align: center;
}

footer.site-footer ul.social li a:hover {
    color: #f35444;
}

footer.site-footer h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 45px;
}

footer.site-footer .services {
    padding-left: 60px;
}

footer.site-footer .company {
    padding-left: 85px;
}

footer.site-footer .links {
    padding-left: 70px;
}

footer.site-footer .copyright {
    border-top: 1px solid #7b7b93;
    margin-top: 40px;
    padding: 20px;
    text-align: center;
}

footer.site-footer .copyright p {
    margin: 0;
    color: #7b7b93;
    font-size: 16px;
    font-weight: 600;
}


.innerpage-banner {
    background-image: url('../images/innerbanner-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 20px 0px 130px 0px;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
}

.innerpage-banner h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Couture';
}

.innerpage-banner p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.5;
}

.pr-30 {
    padding-right: 30px;
}

.professional-section {
    padding: 50px 0px;
}

.gray-section,
.service-section {
    padding: 80px 0;
}

.professional-section h2,
.gray-section h2,
.whychooseus-section h2,
.career-page h1,
.applynow-section h2,
.testimonial-page h1,
.beintouch-section h2,
.ourclients-section h2,
.service-section h2,
h1.head {
    color: #041020;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    font-family: 'Segoe UI Emoji';
}

.professional-section h2 span,
.gray-section h2 span,
.service-section h2 span,
.whychooseus-section h2 span,
.career-page h1 span,
.applynow-section h2 span,
.testimonial-page h1 span,
.beintouch-section h2 span,
.ourclients-section h2 span,
h1.head span {
    color: #f35444;
}

.professional-section p,
.gray-section p,
.service-section p,
.whychooseus-section h2+p {
    font-size: 18px;
    color: #666;
    line-height: 1.3;
}

.gray-section p,
.service-section p {
    color: #000;
}

.professional-section p.first {
    font-size: 22px;
    margin: 20px 0px 30px;
}

.gray-section {
    background: #f4f7f8;
}

.gray-section h2,
.service-section h2 {
    margin-bottom: 15px;
}

.service-section h3 {
    margin-bottom: 15px;
    color: #041020;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Segoe UI Emoji';
}

.whychooseus-section {
    padding: 50px 0px;
    text-align: center;
}

.whychooseus-section .sub-heading {
    margin: 15px 0 0;
}

.whychooseus-section .row {
    margin-top: 30px;
}

/*whychooseus-section*/
.whychooseus-section .row .cinner h3 {
    font-weight: 600;
}

.text-right {
    text-align: right;
}

.whychooseus-section .row .cinner p {
    font-size: 18px;
    color: #515159;
    line-height: 1.4;
    margin-top: 20px;
}

.whychooseus-section .row .cinner {
    border: 2px solid #e4e7f2;
    padding: 50px;
    border-radius: 10px;
}

.whychooseus-section .row .col-md-4:first-of-type .cinner .icon img {
    position: relative;
    left: 2px;
}

.career-page {
    padding-bottom: 80px;
}

.career-page h1,
h1.head {
    text-align: center;
}

h1.head {
    margin-bottom: 40px;
}

.career-page h2 {
    font-size: 30px;
    color: #041020;
    margin: 20px 0px 35px;
    text-align: center;
}

.career-page .accordion-item {
    border: none;
    margin-bottom: 20px;
}

.career-page .accordion-item .accordion-header {
    margin: 0;
}

.career-page .accordion-item .accordion-header button {
    background-image: linear-gradient(to right, #316997, #003764);
    border-radius: 50px !important;
    padding: 10px 45px 10px 15px;
    box-shadow: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Poppins';
}

.career-page .accordion-item .accordion-header button.collapsed {
    background: #d4d4db;
    color: #003764;
}

.career-page .accordion-item .accordion-header button .img {
    border: 5px solid #fff;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #003764;
    margin-right: 20px;
}

.career-page .accordion-item .accordion-header button.collapsed .img {
    border-color: #003764;
    background: #fff;
}

.career-page .accordion-item .accordion-header button .img img {
    max-width: 38px;
    filter: brightness(0) invert(1);
}

.career-page .accordion-item .accordion-header button.collapsed .img img {
    filter: none;
}

.career-page .accordion-item .accordion-header button::after {
    color: #fff;
    background-image: none;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 35px;
    height: auto;
    width: auto;
}

.career-page .accordion-item .accordion-header button.collapsed::after {
    color: #003764;
}

.career-page .accordion-item .accordion-body {
    border: 1px solid #d4d4db;
    border-radius: 10px;
    margin: 30px 20px;
    padding: 50px;
}

.career-page .accordion-item .accordion-body h3 {
    font-size: 25px;
    color: #000;
    margin: 30px 0px;
}

.accordion-body h3:first-child {
    margin-top: 0 !important;
}

.career-page .accordion-item .accordion-body h3 div {
    display: inline-block;
    min-width: 130px;
}

.career-page .accordion-item .accordion-body h3 span {
    margin-left: 30px;
    font-weight: lighter;
}

.career-page .accordion-item .accordion-body h3.secondh {
    font-weight: 600;
}

.career-page .accordion-item .accordion-body ul {
    margin: 0;
    list-style: none;
}

.career-page .accordion-item .accordion-body ul li {
    font-size: 20px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 5px;
}

.career-page .accordion-item .accordion-body ul li::before {
    content: '';
    font-family: 'FontAwesome';
    color: #003764;
    margin-right: 10px;
    background-image: url('../images/tick.png');
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    top: 7px;
    position: relative;
}

.career-page .accordion-item .accordion-body a.sitebtn {
    margin-top: 20px;
    color: #000;
}

.career-page .accordion-item .accordion-body a.sitebtn:hover {
    color: #fff;
}

.applynow-section,
.beintouch-section {
    background: #f2f3f5;
    padding: 80px 0px 0px;
}

.applynow-section h2,
.beintouch-section h2 {
    text-align: center;
}

.applynow-section form,
.beintouch-section form {
    max-width: 700px;
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.applynow-section form input,
.applynow-section form select,
.applynow-section form textarea,
.beintouch-section input,
.beintouch-section textarea {
    border: 2px solid #d4d4db;
    background: transparent;
    font-size: 17px;
    color: #787887;
    width: 48%;
    padding: 18px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    outline: none;
    transition: 0.3s all;
}

.applynow-section form textarea,
.beintouch-section form textarea {
    width: 100%;
    border-radius: 20px;
    min-height: 150px;
    line-height: 1.4;
}

.applynow-section form input:hover,
.applynow-section form select:hover,
.applynow-section form textarea:hover,
.applynow-section form input:focus,
.applynow-section form select:focus,
.applynow-section form textarea:focus,
.beintouch-section form input:hover,
.beintouch-section form textarea:hover,
.beintouch-section form input:focus,
.beintouch-section form textarea:focus {
    box-shadow: 0px 0px 5px 0px #f35444;
    border-color: #f35444;
}

.applynow-section form .select {
    position: relative;
    width: 48%;
}

.applynow-section form .select::before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 18px;
    font-size: 25px;
    color: #9f9f9f;
    pointer-events: none;
}

.applynow-section form .select select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 18px 20px;
}

.applynow-section form .sitebtn,
.beintouch-section form .sitebtn {
    transition: 0.3s all;
    color: #000;
    padding: 10px 60px !important;
}

.applynow-section form .sitebtn:hover,
.beintouch-section form .sitebtn:hover {
    color: #fff;
}

.applynow-section form .d-flex .sitebtn {
    margin-right: 15px;
}

.applynow-section form .d-flex p {
    font-size: 16px;
    color: #000;
}

.applynow-section form .sitebtn[type="submit"],
.beintouch-section form .sitebtn {
    display: table;
    margin: 40px auto 0;
}

.applynow-section form .upload-file {
    position: relative;
}

.applynow-section form .upload-file input {
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 94%;
    box-shadow: none;
    opacity: 0;
    cursor: pointer;
}

.beintouch-section form .sitebtn {
    margin-top: 0;
}

.applynow-section .applynow-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    background: #fff;
    margin-top: 80px;
}

.applynow-section .applynow-inner a {
    color: #003764;
    text-decoration: none;
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Segoe UI Emoji';
    margin: 0px 40px;
}


.testimonial-page h1 {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-page {
    padding: 60px 0px 40px;
}

.testimonial-page .col-md-6 {
    margin-bottom: 30px;
}

.testimonial-page .inner {
    border: 2px solid #e4e7f2;
    padding: 50px 50px 30px;
    border-radius: 10px;
    height: 100%;
    transition: 0.3s all;
}

.testimonial-page .inner p {
    font-size: 20px;
    color: #041020;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-page .inner p i {
    color: #f35444;
    font-size: 50px;
}

.testimonial-page .inner p img {
    max-width: 45px;
    margin-top: -30px;
}

.testimonial-page .inner h2 {
    color: #041020;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    margin: 25px 0px 10px;
}

.testimonial-page .inner span {
    display: block;
    color: #f35444;
    font-size: 18px;
}

.contactus-page {
    display: flex;
    align-items: center;
}

.contactus-page .box {
    width: 50%;
}

.contactus-page .box:first-of-type {
    padding: 30px 10%;
}

.contactus-page .box h1 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 55px;
    font-family: 'Segoe UI Emoji';
}

.contactus-page .box ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.contactus-page .box ul li .icon {
    margin: 0;
}

.contactus-page .box ul li .content {
    max-width: 200px;
    width: 100%;
    margin-left: 20px;
    margin-top: 15px;
}

.contactus-page .box ul li .content h3 {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

.contactus-page .box ul li .content p {
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
}

.contactus-page .box ul li .content p a {
    color: #666666;
    text-decoration: none;
}

.contactus-page .box ul li .content p span {
    text-align: right;
}

.contactus-page .box ul li .content p a:hover {
    color: #f35444;
}

.contactus-page .box ul li .content {
    max-width: 250px;
    width: 100%;
    margin-left: 20px;
    margin-top: 15px;
}

.beintouch-section {
    padding: 80px 0px;
    background-image: url('../images/beinyouch-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.beintouch-section+.getintouch-section a:last-of-type {
    margin-left: 20px;
}


.portfolio-page {
    padding: 80px 0px 50px;
}

.portfolio-page ul#pills-tab {
    align-items: center;
    justify-content: center;
    margin-bottom: 40px !important;
}

.portfolio-page ul#pills-tab li button {
    border: 2px solid #666;
    border-radius: 50px;
    padding: 14px 39px;
    color: #666666;
    background: transparent;
    margin: 0px 7px !important;
    outline: none;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
}

.portfolio-page ul#pills-tab li button.active,
.portfolio-page ul#pills-tab li button:hover {
    border-color: #f35444;
    color: #000;
}

.portfolio-inner {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-inner .box {
    border: 1px solid #e4e7f2;
    border-radius: 10px;
    width: 31%;
    margin: 1%;
    height: 362px;
    /* background-size: 115%; */
    background-repeat: no-repeat;
    margin-bottom: 12px;
    overflow: hidden;
    /* transform: scale(1.19) rotate(5deg); */
    background-position: center !important;
    position: relative;
    /* overflow: hidden; */
}

.portfolio-inner .box img {
    position: absolute;
    /* width: 100%;
    height: 100%; */
    z-index: -1;
    transform: rotate(0deg);
    /* left: -16px;
    top: -16px; */
    transition: 0.3s all;
    /* background-size: cover; */
    background-position: center;
}

.portfolio-inner .box:hover img {
    transform: rotate(5deg);
    /* transform: scale(1.19) rotate(5deg); */
}

.portfolio-inner .box .content {
    width: 100%;
    height: 100%;
    background: rgba(243, 84, 68, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: 0.3s all;
    opacity: 0;
}

.portfolio-inner .box:hover .content {
    opacity: 1;
}

.portfolio-inner .box .content h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.portfolio-inner .box .content a {
    background: #fff;
    text-decoration: none;
    color: #f35444;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.portfolio-inner .box .content a:hover {
    background: #000;
    color: #fff;
}

.ourclients-section {
    padding: 80px 0px;
    background: #f4f7f8;
}

.ourclients-section p {
    font-size: 17px;
    margin: 20px 0px;
    line-height: 1.5;
    color: #666666;
}

.ourclients-section a.sitebtn {
    color: #000;
}

.ourclients-section a.sitebtn:hover {
    color: #fff;
}

.ourclients-section .boxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ourclients-section .boxes .box {
    border: 1px solid #e4e7f2;
    border-radius: 10px;
    width: 31%;
    margin: 1%;
    margin-bottom: 1%;
    height: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ourclients-section .boxes .box img {
    transition: all 400ms;
}

.ourclients-section .boxes .box:hover img {
    transform: rotateX(360deg);
}

.font-18 {
    font-size: 18px;
}

.error-top,
.success-msg {
    padding: 20px;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 50px;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 20px;
}

.error {
    border: 2px solid #e30a0a !important;
}

.error-top {
    background: #f35444;
}

.success-msg {
    background: #097011;
}

.container.service ul {
    color: #041020;
    font-size: 18px;
    margin: 0 0 0 35px;
    padding: 0;
}


.container.service h3 {
    margin-bottom: 15px;
    color: #041020;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.container.service ul li {
    line-height: 30px;
}

.container.service img {
    border: 1px solid #e4e7f2;
    border-radius: 10px;
}
