

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. headerour-team-description
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
    color: #000;
}

a:hover {
	color: #fc5a00 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
 	word-break: break-word;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #2a2a2a;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #f5a425;
    color: #fff;
}

::-moz-selection {
    background: #f5a425;
    color: #fff;
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.main-button-red a {
    font-size: 13px;
    color: #fff;
    background-color: #a12c2f;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-red a:hover {
    opacity: 0.9;
}

.main-button-yellow a {
    font-size: 13px;
    color: #fff;
    background-color: #f5a425;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-yellow a:hover {
    opacity: 0.9;
}

.section-heading h2 {
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 50px; 
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(250,250,250,0.15);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
 	word-break: break-word;
}

.container-lg {
    padding-right: 12px;
    padding-left: 12px;
}

.indust-pagebg .container-lg {
    padding-right: 12px;
    padding-left: 12px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
    background-color: #000;
    position: relative;
    z-index: 1111;
}

.sub-header .left-content p {
    color: #fff;
    padding: 8px 0px;
    font-size: 13px;
  	word-break: break-word;
}

.sub-header .right-icons {
    text-align: right;
    padding: 8px 0px;
}

.sub-header .right-icons ul li {
    display: inline-block;
    margin-left: 15px;
}

.sub-header .right-icons ul li a {
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
    color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
    background-color: #000!important;
    height: 80px!important;
    position: fixed!important;
    top: 0!important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
    color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
    color: #fb5849!important;
}

.background-header .nav li a.active {
    color: #fb5849!important;
}

.header-area {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

@media (max-width: 1200px) {
	.newcontainer {
		max-width: 960px !important;
	}
}

@media (min-width: 992px) {
	.header-area .container {
		/* max-width: 960px !important; */
        padding-left: 12px !important;
        padding-right: 12px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-area .container{
		/* max-width: 720px !important; */
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin-right: 24px !important;
        margin-left: 24px !important;
	}
    .navbar-collapse {
        margin-right: 50px;
    }
    .navbar-toggler {
        margin-right: 50px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .navbar-collapse {
        margin-right: 5px;
    }
    .navbar-toggler {
        margin-right: 5px;
    }
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav .logo {
    line-height: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
    line-height: 75px;
}

.background-header .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 15px;
    padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #f5a425!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #fff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 375px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a!important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425!important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area {
    background-color: transparent;
}

.header-area.header-sticky {
    min-height: 100px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #f5a425;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 7px;
        padding-right: 7px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #f5a425!important;
        opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }
    .header-area {
        /* background-color: #000; */
        padding: 0px 15px;
        box-shadow: none;
        text-align: left;
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 0x;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
        margin-top: 100px !important;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #f5a425!important;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }
    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}


@media (min-width: 1400px) {
    .section .main-banner .container .caption{
        width: 100%;
    }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    /* background-color: rgba(52,46,57,0.30);*/
    top: 0;
    left: 0;
    bottom: 8px;
    right: 0;
    width: 100%;
	background-color: rgba(52,46,57,0.50)
}

.main-banner .caption {
    transform: translateY(0%);
    width: 100%;
    text-align: center;
	margin-top: 20%;
	padding-bottom: 30px;
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 65px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
 	word-break: break-word;
}

.main-banner .caption p {
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
    padding-bottom: 50px;
}

.main-banner .caption .main-button-red {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .main-banner .caption h6 {
        font-weight: 500;
    }
    .main-banner .caption h2 {
        font-size: 36px;
        word-break: break-word;
    }
}


/*
---------------------------------------------
services
---------------------------------------------
*/



/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.flot-panel {
    padding: 0;
    margin: 0;
}

section.upcoming-meetings .section-heading {
    text-align: center;
}

section.upcoming-meetings .categories {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f272b;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
 	word-break: break-word;
}

section.upcoming-meetings .categories ul li {
    display: inline-block;
    margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
    font-size: 15px;
    color: #1f272b;
    font-weight: 500;
    transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
    color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
    width: 100%;
    text-align: center;
}

.meeting-item {
    margin-bottom: 30px;
}

.meeting-item .thumb {
    position: relative;
}

.meeting-item .thumb img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
    position: absolute;
    left: 20px;
    top: 20px;
}

.meeting-item .thumb .price span {
    font-size: 16px;
    color: #1f272b;
    font-weight: 600;
    background-color: rgba(250,250,250,0.9);
    padding: 7px 12px;
    border-radius: 10px;
}

.meeting-item .down-content {
    background-color: #fff;
    padding: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
    float: left;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.meeting-item .down-content .date h6 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a12c2f;
}

.meeting-item .down-content .date span {
    display: block;
    color: #1f272b;
    font-size: 22px;
    margin-top: 7px;
}

.meeting-item .down-content h4 {
    font-size: 18px;
    color: #1f272b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
 	word-break: break-word;
}

.meeting-item .down-content p {
    margin-left: 50px;
    color: #1f272b;
    font-size: 14px;
  	word-break: break-word;
}


/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
    background-image: url(../images/home/ToolsTechBg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
}

section.apply-now .item {
    background-color: rgba(250,250,250,0.15);
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
}

section.apply-now .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.apply-now .item p {
    color: #fff;
    margin-bottom: 20px;
  	word-break: break-word;
}

.accordions {
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
    margin-left: 45px;
}
.accordions .accordion {
    border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
    border-bottom: none;
}
.accordion-head {
    padding: 20px;  
    font-size: 18px;
    font-weight: 700;
    color: #1f272b;
    cursor: pointer;
    transition: color 200ms ease-in-out;
    border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
    .accordion-head {
        padding: 1rem;
        font-size: 1.2rem;
    }
}
.accordion-head .icon {
    float: right;
    transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
    color: #f5a425;
    border-bottom: none;
}
.accordion-head.is-open .icon {
    transform: rotate(45deg);
}
.accordion-body {
    overflow: hidden;
    height: 0;
    transition: height 300ms ease-in-out;
    border-bottom: 1px solid #fff;
    padding: 0;
}
.accordion-body > .content {
    padding: 20px;
    padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
    background-image: url(../images/meetings-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 130px;
}

.our-courses .item .down-content {
    background-color: #fff;
}

.our-courses .item .down-content h4 {
    padding: 25px;
    font-size: 18px;
    color: #1f272b;
    text-align: center; 
    border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
    padding: 25px;
}

.our-courses .item .down-content .info ul li {
    display: inline-block;
    margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
    color: #f5a425;
    font-size: 14px;
}

.our-courses .item .down-content .info span {
    color: #a12c2f;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.our-courses .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-45px);
}

.our-courses .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
    transition: all .5s;
    width: 7px;
    height: 7px;
    background-color: #fff;
    margin: 0px 5px;
    border-radius: 50%;
    outline: none;
}

.our-courses .owl-dots .active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: -80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.services-csel .owl-nav .owl-prev {
        margin-right: 10px;
        outline: none;
        position: absolute;
        left: -36px !important;
	}
	.services-csel .owl-nav .owl-next {
        margin-right: 10px;
        outline: none;
        position: absolute;
        right:-50px !important;
	}
}

.owl-prev span,
.owl-next span {
    display: none;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
    opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
    opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
    opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: -85px;
}

.our-courses .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
    background-image: url(../images/facts-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
    font-size: 38px;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
 	word-break: break-word;
}

.count-area-content {
    text-align: center;
    background-color: rgba(250,250,250,0.15);
    border-radius: 20px;
    padding: 25px 30px 35px 30px;
    margin: 15px 0px;
}

.percentage .count-digit:after {
    content: '%';
    margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
    margin-top: 45px;
}

section.our-facts .video img {
    padding: 170px 0px;
    max-width: 56px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
    padding: 60px 0px 60px 0px;
    background: #342e39
}

section.contact-us .contact {
    background-color: #342e39;
    border-radius: 20px;
    padding: 40px;
}

section.contact-us .contact h2 {
    color: #fff;
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 30px;
    padding-bottom: 40px;
    font-size: 65px;
    font-weight: 700;
    word-break: break-word;
}

.spacetoch{
    padding-bottom: 40px;
}

section.contact-us .contact button {
    font-size: 13px;
    color: #fff;
    background-color: #005EC5;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
}

section.contact-us .contact button:hover {
    opacity: 0.9;
}

section.contact-us .right-info {
    background-color: #005EC5;
    border-radius: 20px;
    padding: 40px;
}

section.contact-us .right-info ul li {
    display: inline-block;
    border-bottom: 1px solid rgba(250,250,250,0.15);
    margin-bottom: 22px;
    padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

section.contact-us .right-info ul li h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.footer {
    text-align: center;
    margin-top: 140px;
    border-top: 1px solid rgba(250,250,250,0.15);
    padding: 50px 0px;
}
.footer p {
    font-size: 0.99rem;
    color: #fff;
    line-height: 25px;
	word-break: break-word;
}

.footer p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
    background-image: url(../images/heading-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 110px;
    text-align: center;
}

section.heading-page h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

section.heading-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
 	word-break: break-word;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
    background-image: url(../images/meetings-page-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 0px;
}

section.meetings-page .filters {
    text-align: center;
    margin-bottom: 60px;
}

section.meetings-page .filters li {
    font-size: 13px;
    color: #a12c2f;
    background-color: #fff;
    padding: 11px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
    background-color: #a12c2f;
    color: #fff;
}

section.meetings-page .pagination {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

section.meetings-page .pagination ul li {
    display: inline-block;
}

section.meetings-page .pagination ul li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    color: #1f272b;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s;
}

section.meetings-page .main-button-red {
    text-align: center;
}

section.meetings-page .main-button-red a {
    padding: 12px 60px;
    text-align: center;
    margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
    background-color: #a12c2f;
    color: #fff;
}

.meeting-single-item .thumb {
    position: relative;
}

.meeting-single-item .thumb img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
    position: absolute;
    left: 20px;
    top: 20px;
}

.meeting-single-item .thumb .price span {
    font-size: 16px;
    color: #1f272b;
    font-weight: 600;
    background-color: rgba(250,250,250,0.9);
    padding: 7px 12px;
    border-radius: 10px;
}

.meeting-single-item .down-content {
    background-color: #fff;
    padding: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
    position: absolute;
    background-color: rgba(250,250,250,0.9);
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 10px;
    right: 20px;
    top: 20px;
}

.meeting-single-item .thumb .date h6 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a12c2f;
}

.meeting-single-item .thumb .date span {
    display: block;
    color: #1f272b;
    font-size: 22px;
    margin-top: 7px;
}

.meeting-single-item .down-content h4 {
    font-size: 22px;
    color: #1f272b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
    font-size: 18px;
    color: #1f272b;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

.meeting-single-item .down-content p {
    color: #1f272b;
    font-size: 14px;
    word-break: break-word;
}

.meeting-single-item .down-content p.description {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
    font-size: 14px;
    color: #1f272b;
    transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
    .services .owl-nav .owl-next{
        right: -30px;
    }
    .services .owl-nav .owl-prev{
        left: -25px;
    }
    .our-courses .owl-nav .owl-next{
        right: -30px;
    }
    .our-courses .owl-nav .owl-prev{
        left: -25px;
    }
}

@media (max-width: 1200px) {
    .services .owl-nav .owl-next{
        right: -70px;
    }
    .services .owl-nav .owl-prev{
        left: -65px;
    }
    .our-courses .owl-nav .owl-next{
        right: -70px;
    }
    .our-courses .owl-nav .owl-prev{
        left: -65px;
    }
}

@media (max-width: 1085px) {
    .services .owl-nav .owl-next{
        right: -30px;
    }
    .services .owl-nav .owl-prev{
        left: -25px;
    }
    .our-courses .owl-nav .owl-next{
        right: -30px;
    }
    .our-courses .owl-nav .owl-prev{
        left: -25px;
    }
}

@media (max-width: 1005px) {
    .services .owl-nav .owl-next{
        display: none;
    }
    .services .owl-nav .owl-prev{
        display: none;
    }
    .our-courses .owl-nav .owl-next{
        display: none;
    }
    .our-courses .owl-nav .owl-prev{
        display: none;
    }
}

@media (max-width: 992px) {
    .main-banner .caption {
        top: 60%;
    }
    .main-banner .caption h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 35px;
        word-break: break-word;
    }
    .main-banner .caption .main-button-red {
        margin-top: 15px;
    }
    .services {
        margin-top: 60px;
    }
    section.upcoming-meetings {
        padding-top: 400px;
    }
    section.upcoming-meetings .categories {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .accordions {
        margin-left: 0px;
    }
    .new-students {
        margin-top: 15px;
    }
    section.our-facts .video {
        margin-left: 0px;
        margin-top: 15px;
    }
    section.contact-us .contact {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .sub-header .left-content p {
        display: none;
    }
    .sub-header .right-icons {
        text-align: center;
    }
    .main-nav .nav .sub-menu {
        display: none;
    }
    .header-area .main-nav .nav li ul.sub-menu li a {
        color: #1f272b;
    }
    .csn-innnter .item h3 {
        font-size: 45px !important;
    }
    .sv-innnter .item h3 { 
        font-size: 45px !important;
    }
    .abtn-innnter .item h3 {
        font-size: 36px !important;
    }
    .csn-innnter .item p {
        font-size: 18px !important;
    }
}

/*
---------------------------------------------
floting images - css
---------------------------------------------
*/

.linkpanel {
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
    margin-left: 45px;
    background-color: rgba(250,250,250,0.15);
}

.linkpanel-head {
    padding: 20px;  
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: color 200ms ease-in-out;
    border-bottom: 1px solid #fff;
}

section.experience {
    background-image: url(../images/home/Delightful-Experience.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
    height:100vh;
}

section.experience .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

section.experience .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.experience .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
}


section.engineer {
    background-image: url(../images/home/Solve-Problems.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
    height:100vh;
}

section.engineer .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

section.engineer .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.engineer .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
}

section.manage {
    background-image: url(../images/home/Lead-Execute.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
    height:100vh;
}

section.manage .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

section.manage .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.manage .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
}

section.consult {
    background-image: url(../images/home/Innovate-Grow.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
    height:100vh;
}

section.consult .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

section.consult .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.consult .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    word-break: break-word;
}


/*
---------------------------------------------
 new mission
---------------------------------------------
*/

.main-mission {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

.main-mission .caption {
    background-color: rgba(250,250,250,0.15);
    padding: 40px;
    margin: 40px 0 40px 0;
    border-radius: 20px;
	text-align: center;
}

.main-mission .caption h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
	word-break: break-word;
}

.main-mission .caption p {
    color: #fff;
    font-size: 14px;
	word-break: break-word;
}

.mainoverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.mset-img {
    width: 75px;
    height: 75px;
    margin: 2px 0 20px 0;
}

@media (max-width: 767px) {
    .main-mission .caption {
        background-color: rgba(250,250,250,0.15);
        padding: 20px;
        margin: 30px 0 20px 0;
        border-radius: 20px;
        text-align: center;
    }
    .section-bg {
        padding: 40px 0px !important;

    }
}

/*
---------------------------------------------
 Images
---------------------------------------------
*/

.cta-section {
    position: relative;
    overflow: hidden;
}

.section-bg {
    padding: 80px 0px;
	margin: 0;
	background: #F5F5F5
}

.section-img-color {
	background-color: #ffffff;
}

.sn-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*
---------------------------------------------
 zoom images
---------------------------------------------
*/


.middle-image {
    position: relative;
    overflow: hidden;
}

.middle-image > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-out;
    padding: 0;
    margin: 0;
}

.middle-image > a:hover {
    transform: scale(1.2);
}

.infotxt p {
    color: #000;
    font-size: 13px;
	padding: 15px;
	line-height: 1.5;
	word-break: break-word;
}

/*
---------------------------------------------
 video images in row
---------------------------------------------
*/

.vd-bg-panel{
    background: #fff;
    width: 266px;
    padding: 0;
    margin: 0 0 50px 0;
}

.vd-bg-panel h4 {
    padding: 15px;
    font-size: 18px;
    color: #1f272b;
    text-align: left;
    border-bottom: 1px solid #eee;
	word-break: break-word;
}

.vd-bg-panel p {
    color: #000;
    font-size: 13px;
	padding: 15px;
	line-height: 1.5;
	word-break: break-word;
}

.vd-bg-panel .centerpanel {
    width: 266px !important;
    margin: 0 auto 50px auto!important;
}

.img-sp {
	padding-top: 20px;
}

@media (max-width: 767px) {
    .img-spd {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 768px) {
    .img-spd {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 820px) {
    .img-spd {
        padding-bottom: 20px !important;
    }
}

/*
---------------------------------------------
images floating CSS
---------------------------------------------
*/

@media (max-width: 1439.98px) {
    .section-scroll-jack-control {
        height:auto;
        position: relative;
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
}

.section-scroll-jack {
    height: auto;
    position: relative;
    padding: 0
}

@media (min-width: 1292px) {
    .section-scroll-jack {
        min-height:100vh
    }
}

.section-scroll-jack-wrap {
    position: relative
}

@media (min-width: 1292px) {
    .section-scroll-jack-control {
        width:15.5rem;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .section-scroll-jack-control:after {
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(#000),to(transparent));
        background: -webkit-linear-gradient(left,#000,transparent);
        background: -o-linear-gradient(left,#000 0,transparent 100%);
        background: linear-gradient(90deg,#000,transparent);
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }
}

@media (max-width: 1291.98px) {
    .section-scroll-jack-control {
        display:none
    }
}

.section-scroll-jack-control ul {
    list-style-type: none;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
    height: 4rem;
    z-index: 15
}

@media (min-width: 1292px) {
    .section-scroll-jack-control ul {
        top:50%;
        height: auto;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute
    }
}

@media (max-width: 1291.98px) {
    .section-scroll-jack-control ul {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-scroll-jack-control ul>li {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem
}

.section-scroll-jack-control ul>li:first-child {
    padding-left: 0
}

@media (min-width: 1292px) {
    .section-scroll-jack-control ul>li {
        display:block;
        padding-left: 3rem;
        margin-bottom: 1.5rem;
        font-size: 27px;
        line-height: 3rem;
		font-weight: 400;
    }

    .section-scroll-jack-control ul>li:first-child {
        padding-left: 3rem
    }

    .section-scroll-jack-control ul>li:last-child {
        margin-bottom: 0
    }
}

.section-scroll-jack-control ul>li:before {
    display: none
}

.section-scroll-jack-control ul>li a {
    color: #a7a5a9;
    position: relative;
    display: block;
    padding-top: .2rem
}

.section-scroll-jack-control ul>li a:hover {
    color: #fff
}

.section-scroll-jack-control ul>li a:focus {
    color: #a7a5a9
}

.section-scroll-jack-control ul>li.active a {
    color: #fff
}

.section-scroll-jack-control ul>li.active a:after {
    content: "";
    background-color: #c84802;
    height: .2rem;
    width: 100%;
    position: absolute;
    bottom: -.4rem;
    left: 0
}

@media (min-width: 1292px) {
    .section-scroll-jack-control ul>li.active a:after {
        display:none
    }
    .section-scroll-jack-control ul>li.active a:before {
        content: "";
        width: .4rem;
        height: 100%;
        background-color: #fc5a00;
        top: 0;
        left: -1.5rem;
        position: absolute
    }
}

.section-scroll-jack .hero-content-header {
    margin-bottom: 8rem
}

.section-scroll-jack .hero-content-header h1 {
    margin-bottom: 2.5rem
}

.section-scroll-jack .hero-content {
    padding: 20rem 0 6rem;
    z-index: auto
}

@media (min-width: 1292px) {
    .section-scroll-jack .hero-content {
        padding:18rem 0;
        z-index: 4
    }
}

.section-scroll-jack .hero-content .container {
    position: relative;
    z-index: 10
}

.section-home-content.is-md {
    padding: 4rem 0
}

@media (min-width: 1098px) {
    .section-home-content.is-md {
        padding:7.5rem 0
    }
}

.section-home-content.is-lg {
    padding: 6rem 0
}

@media (min-width: 1098px) {
    .section-home-content.is-lg {
        padding:14.5rem 0
    }
}

/*
---------------------------------------------
images floating end
---------------------------------------------
*/


/*  Magamenu Started */

.navbar .megamenu { 
    padding: 0rem;
    background-color: #fff;
}

/* .navbar .container-fluid {
    margin-left: 92.5px;
    margin-right: 92.5px;
} */

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:97%; margin: 0 auto;  }
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
    .nav-link {
        font-size: 14px !important;
        color: #fff !important;
        padding: 8px !important;
        margin: 0 !important;
    }
}

.bg-primary-new {
	background: #000 !important;
}

.pdmg-h {
    padding: 0;
    margin: 0;
}

.nav-link {
    font-size: 13px ;
    color: #fff;
	padding: 28px;
    margin: 0;
}

.nav-link:focus-visible {
    box-shadow: none;
}

.nav-item a{
    font-size: 18px;
    color: #fff !important;
}

.nav-item a:hover{
    font-size: 18px;
    color: #fc5a00 !important;
}

.nav-item.active {
    color: #fc5a00 !important;
}

.nav-link.active {
    color: #fc5a00 !important;
}

.nw-menu-head-txt {
    color: #1b478c;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0px 0px #000000;

}

.cl-hover a{
    color: #1b478c;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    text-shadow: 0px 0px #000000;
}

.cl-hover a:hover{
    color: #fff !important;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    text-shadow: 0px 0px #000000;
}

.nw-menu-text-sm {
    font-size: 0.8rem !important;
    color: #000 !important;
    line-height: 1.2rem;
    padding-bottom: 2px;
}

.card-nav {
    border-top: 1px solid #686770;
    padding-top: 1.5rem;
}

.br-line {
    border-bottom: 1px solid #cdd2d7;
    padding-top: 1.5rem;

}

.nw-scl-ic-with {
    width: 160px;
    height: 100px;
}

.ne-head {
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    text-shadow: 0px 0px #000000;
}

/* ============ mobile view .end// ============ */

/*  Magamenu end */

/* ============ footer ============ */

.footer {
    text-align: left;
    margin-top: 0px;
    border-top: 1px solid rgba(250,250,250,0.15);
    padding: 80px 0px;
	background: #000;
}

.text-white {
    color: #998b8b!important;
	font-size: 18px;
	font-weight: 700;
}

.list-unstyled a{
    color: #fff !important;
    font-size: 0.99rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
    text-shadow: 0px 0px #000000;
}

.list-unstyled a:hover{
    color: #fc5a00 !important;
    font-size: 0.99rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
    text-shadow: 0px 0px #000000;
}

.bg-footer {
    background: #000;
}

.ft-tx-cl {
    color: #fff;
}

.bg-blk {
    background-color: #000 !important;
}

@media(max-width: 768px){
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
	background: #000 !important;
	padding: 15px;
	z-index: 99999;
	text-align: left;
	/* margin: -2px; */
}
 
.card-nav {
    border-top: 1px solid #cdd2d7;
    padding-top: 0rem;
}

section.experience .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.consult .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.cr-videocenter {
    margin: 0 auto;
    width: 74%;
}

.dropdown-menu {
    z-index: 99999;
}

.menu-row {
    margin-bottom: 10px;
}

section.engineer .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px !important;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.engineer .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px !important;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.manage .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px !important;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}
}

ul.list-arrow li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 10px;
    color: #ffb600;
    font-size: 16px;
    font-weight: bold;
}

.list-arrow{
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}

ul.list-arrow li a {
    color: #747474;
}

.so-med{
	text-align: right;
}

.so-cl{
	color: #fff !important;
}


/* ============ Innter page ============ */


section.innerpage {
    background-image: url(../images/heading-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 110px;
    text-align: left;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}

.custom-breadcrumb li.nasted {
    position: relative;
    padding-left: 25px;
}

.hd-text-br {
    padding-left: 0;
    list-style: none;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.br-txt-brd{
    font-weight: 400;
    color: #5c5c77;
    font-size: 15px;
    line-height: 1.9;
	color: #fff;
}

.column-title {
    margin: 0 0 40px;
}


@media (min-width: 992px) {}
.mt-lg-0, .my-lg-0 {
    margin-top: 0!important;
}

.caption-txt {
    color: #005EC5;
    font-size: 65px;
	Padding: 0 0 60px 0;
	font-weight: 700;
	line-height: 70px;
}

.caption-video {
    color: #000;
    font-size: 28px;
	padding: 0 0 60px 0;
	font-weight: 700;
}

.abt-set-pd {
    padding: 70px 0;
    position: relative;
}

/* ============ sevices ============ */

.services {
    /* background-image: url(../images/home/services-bg.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
	background: #fff;
	background-image: linear-gradient(to right, #000, #000)
}

.newshow {
    box-f: 6px 6px 52px 0 rgb(255 255 255 / 15%) !important;
}

.caption-service {
    color: #fff;
    font-size: 65px;
	font-weight: 700;
	Padding: 0 0 60px 0;
}

.services .icon-box {
    text-align: left;
    padding: 35px;
    transition: all ease-in-out 0.3s;
	border-radius: 0px;
}

.sv-op {
    background: #000;
    opacity: 1.5;
}

.services .service-bg-experience {
	padding: 25px;
	background: #000;
	border-radius: 0 0 10px 10px;
	
}

.sv-rd {
    border-radius: 10px 10px 0 0;
    padding: 0;
}

.sv-ser-space {
    padding: 20px;
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.services .icon-box .icon i {
    color: #151515;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.bx {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bxl-dribbble:before {
    content: "\e929";
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 26px;
	color: #fff;
	word-break: break-word;
}

.services .icon-box p {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 0;
	color: #fff;
	word-break: break-word;
}

/* ============ sevices ======

.services .icon-box h4 a {
    color: #fff;
    transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
    color: #fff;
    transition: ease-in-out 0.3s;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    transform: translateY(-10px);
    transition: all ease-in-out 0.3s;
   // background-image: linear-gradient(to right, #005EC5, #05DAFF);

}

====== */

.sr-gap{
	padding: 12px;
}

.servic-wd-ht {
    width: 550px;
    height: 400px;
}

.custom-btn {
    background: #005EC5 !important;
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
	margin-left: 12px;
}

.custom-btn:hover {
    background: #fc5a00;
    color: #fff !important;
}

.grey-bg {
    background-color: rgba(250,250,250,0.20);
    padding: 10px;
    margin-bottom: 10px;
	border-radius: 10px;
}

.mu-pd {
    padding: 2px;
	margin: 0 0 20px 0;
}

.home-icons {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    display: flex;
    align-items: left;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
	padding: 12px 0 0 0;
}

.menu-row {
	margin-bottom: 0px;
}

.menu-row img {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 4px;
    display: flex;
    margin-bottom: 20px;
    transition: 0.3s;
	padding: 12px 0 0 0;
}

.menu-row h4 {
	color: #000;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0px 0px #000000;
	border-bottom: 1px solid #eceef1;
	padding: 12px 0 12px 0;
	word-break: break-word;
}

.menu-row p {
    font-size: 0.8rem !important;
    color: #000 !important;
    line-height: 1.2rem;
    padding-bottom: 2px;
}

.menu-row:hover h4, .menu-row:hover p{
  color: #fc5a00 !important;
}

.menu-row:hover {
  color: #fff !important;
  /* background-image: linear-gradient(to right, #05DAFF, #005EC5); */
  border-radius: 4px;
  box-shadow: 0px 0 25px 0 rgb(0 0 0 / 25%);
  /* box-shadow: 10px 10px 5px lightblue; */

}

/* ============ effect ============ */


/* ============ effect ============ */


.title-head {
    color: #005EC5;
    font-size: 65px;
    font-weight: 700;
    Padding: 0 0 60px 0;
}

/* ============ Innter page 2 ============ */

.clientsection {
    padding: 125px 0 150px 0;
	background: #f5f5f5;
}


.about-image-wrap {
    position: relative;
    overflow: hidden;
}

.about-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.about-image-info {
    padding: 4rem 4rem 0;
    margin-top: -18.5rem;
    margin-right: 25px;
	background-color: #fff;
    height: 350px;
	width: 470px;
    padding: 3rem 3rem 0;
    margin-top: -10rem;
	position: absolute;
    z-index: 3;
}

.about-image-info h4{
    font-size: 25px;
    font-weight: 700;
	color: #000;
	padding-bottom: 35px;
	word-break: break-word;
}

.about-image-info p{
    font-size: 22px;
    font-weight: 500;
	color: #000;
	line-height: 34px;
	padding-bottom: 60px;
}

.text-white {
    --bs-text-opacity: 1;
    color: #ffffff !important;
}

.flex-column {
    flex-direction: column!important;
}

.about-thumb {
    background: var(--primary-color);
    border-radius: 20px;
    margin-bottom: 24px;
    padding: 40px;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important;
}

.justify-content-center {
    justify-content: center!important;
}

.flex-column {
    flex-direction: column!important;
}

/* ============ Innter page new 3 ============ */

.about{
    padding: 80px 0;
    overflow: hidden;
}

.section-padding{
	margin-top: 75px;
}

.about .about-img {
    position: absolute;
    top: 0;
    right: 0;
}

.position-relative {
    position: relative!important;
}

@media (min-width: 992px) {
    .about .about-img {
        position: absolute;
        top: 0;
        right: 0;
    }
    .about .our-story {
        padding-right: 35%;
    }
    .about .our-story {
        padding-right: 35%;
    }
}

.about .about-img {
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

.about .our-story {
    padding-right: 35% !important;
}

.about h2 {
    max-width: 65%;
    margin: 0 0 80px 0;
	max-width: 65%;
    margin: 0 0 80px 0;
	color: #005EC5;
	font-size: 40px;
	word-break: break-word;
}


@media (min-width: 991px) {
    .about h2 {
        max-width: 65%;
        margin: 0 0 80px 0;
        word-break: break-word;
    }

    .about h2 {
        font-size: 48px;
        font-weight: 700;
        font-family: var(--font-secondary);
        margin: 30px 0;
        word-break: break-word;
    }
}

.about h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--font-secondary);
    margin: 30px 0;
	word-break: break-word;
}

@media (min-width: 991px) {}
.about .our-story {
    padding-right: 35%;
}

.about .our-story {
    padding: 40px;
    background-color: #f5f6f7;
}

.about .our-story h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-secondary);
}

.about ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.about ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.about ul i {
    font-size: 20px;
    margin-right: 4px;
    color: var(--color-primary);
}

.align-items-center {
    align-items: center!important;
}

.about .our-story h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #838893;
	word-break: break-word;
}

.about p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
	padding: 0 20px 30px 0;
	word-break: break-word;
}



/* ============ Innter About us page - new ============ */


section.aboutus-page {
    /* background-image: url(../images/heading-bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 110px;
    text-align: left;
	/* background-image: linear-gradient(83.79deg, #1b45b4 3.25%, #1c2792 96.85%); */
	background-image: linear-gradient(to right, #005EC5, #05DAFF);
}

.abt-headtxt {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 45px;
    line-height: 66px;
    font-weight: 700;
	color: #fff;
	text-align: center;
	word-break: word-break;
}

.abt-headtxtp{
    font-weight: 400;
    color: #5c5c77;
    font-size: 15px;
    line-height: 1.9;
	color: #fff;
	padding: 20px 0 50px 0;
	text-align: center;
}

.about-v1-header-image {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;

}

.about-v1-header-items-wrap {

	background: #fff;
	padding: 0;
	padding: 60px 0 60px 0;
}

.shadow-s {
    box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important
}

.about-v1-header-item {
    padding: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 16px 80px -12px rgb(0 151 254 / 7%);
	margin-bottom: 25px;
}

.color-black {
    color: #03133d;
}

.cl-txt {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px  !important;
    line-height: 105%;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.about-v1-header-item-title {
    margin-top: 16px;
    letter-spacing: 0em;
}

.paragraph.paragraph-l {
    font-size: 18px;
    line-height: 135%;
}

.color-dark-blue {
    color: #006fba;
}

.paragraph {
    overflow: visible;
    margin-bottom: 0px;
}

.about-v1-header-item-description {
    margin-top: 8px;
}

.color-grey {
    color: #000000;
}

.abt-sect {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.careers-bg {
    background-image: url(../images/services/ux-bg.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0 4rem;
}

.section-title {
	text-align: center;
	margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
	color: #005EC5;
}

.color-dark-blue {
    color: #006fba;
	margin-top: 50px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 105%;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.com-paragraph {
    font-size: 16px !important;
	color: #000000 !important;
	padding: 0 0 20px 0 !important;
}

.abt-panal {
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../images/icons/abt-bg.svg);
    background-position: 100% 0%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
	margin: 0 0 24px 0;
}

.abt-img-icon {
    width: 48px;
    height: 48px;
}

.value-v2-item-title {
    margin-top: 24px;
}

.value-v2-item-title h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -0.03em;
	word-break: break-word;
	height: auto;
	min-height:80px; 
}

.value-v2-item-description {
    margin-top: 12px;
    min-height: 236px;
    height: auto;	
}

.value-v2-item-description P{
    margin-top: 12px;
	color: #000000;
	font-size: 18px;
	padding: 0 0 20px 0;
	line-height: 28px;
	word-break: break-word;
}

.shadow-s-box {
    box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 12%);
}

.our-team-v2-items {
    padding: 0;
	margin: 0 0 20px 0;
}

.about-team {
    width: 240px;
	height: 240px;
    margin-bottom: 24px;
    border-radius: 10px;
	text-align: center;
}

.our-team-v2-hd-th h4 {
    margin-top: 0px;
    margin-bottom:8px;
    font-size: 24px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.03em;
	text-align: left;
	color: #03133d;
	word-break: break-word;
}

.our-team-description {
    font-size: 18px;
    line-height: 135%;
	overflow: visible;
    margin-bottom: 0px;
	color: #000;
	text-align: left;
}

.our-team-description p {
    font-size: 16px;
    line-height: 26px;
	padding: 10px 0 30px 0;
    margin-bottom: 0px;
	color: #000;
	text-align: left;
}

.office-v2-image {
    width: 100%;
    margin-bottom: 74px;
}

.office-v2-items {
    padding: 24px;
	margin: 0 0 20px 0;
	text-align: left;
	box-shadow: 8px 8px 96px 0 rgb(126 138 253 / 12%);
	border-radius: 10px;
}

.office-v2-item-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
}

.office-v2-items-hd h4{
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.03em;
	color: #005EC5;
	word-break: break-word;
}

.office-icons {
    width: 24px;
    height: 24px;
}

.office-txt {
    color: #03133d;
	font-size: 14px;
}

.office-v2-item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 12px;
}

.office-v2-item-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 12px;
}

section.abt-bus-bg {
    padding: 85px;
    height:auto;
    background: #ccc;
    background-image: linear-gradient(to top, #99360a, #860c7f);
}

.abtbus-hd h4 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px 0;
	word-break: break-word;
}

.abtbus-hd p {
    font-size: 18px;
    line-height: 135%;
	overflow: visible;
    margin-bottom: 0px;
	color: #fff;
	text-align: center;
}

.abt-headtxt-contact {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 700;
	color: #fff;
	text-align: center;
}

.contact-form-section-content-wrap {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 25px;
    border-radius: 10px;
    background-color: #342e39;
}

.contact-us-page .contact input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 8px 24px;
    margin-bottom: 30px;
	border: Solid 2px #e6e8ec;
}

.form-textarea-v2 {
    margin-bottom: 0px;
    padding: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #e6e8ec;
    border-radius: 10px;
}

.contact-us-page label {
	margin-bottom: 8px;
    color: #03133d;
    font-weight: 500;
	font-size: 14px;
}

.contact-us-page .contact button {
    font-size: 13px;
    color: #fff;
    background-color: #005EC5;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
}

.contact-us-page .contact button:hover {
  opacity: 0.9;
}

.spc-btn {
	margin-top: 25px;
}

/* ============ Innter About us end - new ============ */


.nw-width {
    margin: 0 auto;
    text-align: left;
}

/* ====== New Menu ===== */


.mega-menu__items>.mega-menu__nav>.mega-menu__nav-item>.mega-menu__nav-link {
    -webkit-animation: mega-menu-child-links .35s ease-in-out;
    animation: mega-menu-child-links .35s ease-in-out;
}

.menu-roll h4{
	color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    text-shadow: 0px 0px #000000;
	border-bottom: 1px solid #eceef1;
	padding: 12px 0 12px 10px;
	word-break: break-word;
}

.menu-roll a {
  color: #f36719;
  position: relative;
  text-decoration: none;
}

.menu-roll a::before {
  /* background-image: linear-gradient(to right, #005EC5, #005EC5);  */
  border-radius: 4px;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.menu-roll a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

/* ====== New Menu end ===== */

.news-thumb {
    position: relative;
    overflow: hidden;
}

.news-thumb > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.news-image {
    display: block;
    width: 100%;
}

.news-text-info-large {
	background: #000;
	opacity: 0.6;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}

.news-text-info {
    z-index: 2;
    padding: 20px;
}

.news-title {
	color: #fff !important;
    font-size: 0.99rem;
    font-weight: 400;
	text-align: center;
	z-index: 10;
}

.he-rd {
    border-radius: 10px;
}

.he-rd-new {
    border-radius: 20px;
	width: 680px;
	height: 480px;
}

.abt-us-pgf p {
    margin-top: 12px;
    color: #000000;
	text-align: center;
    font-size: 16px;
    padding: 0 0 20px 0;
	margin-bottom: 20px;
	word-break: break-word;
}


/* ====== Home page text edit ===== */

.projects-thumb:hover .projects-title-wrap {
    padding-bottom: 30px;
}

.projects-title-wrap {
	background-color: rgba(31,39,43,0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 10px 10px 10px;
    transition: all 0.2s;
	z-index: 2;
}

.projects-title {
    color: #fff;
	font-size: 32px;
	font-weight: 700;
	z-index: 100;
	text-align: center;
}

.hd-txt {
    color: #000;
    font-size: 2.0rem;
	margin: 0px 0 25px 0 !important;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0px 0px #000000;
}

.hd-txt-pr  {
    font-size: 1.2rem !important;
    color: #000 !important;
    line-height: 1.8rem;
    padding-bottom: 20px;
}

.nw-mu-pl {
    background: #fff;
    padding: 30px 50px 20px 30px;
    margin: 0;
	z-index:0;
}

.nw-mu-rt {
    background: #eeedef;
    padding: 30px 50px 20px 30px;
    margin: 0;
	z-index:0;

}

/* ====== New Menu end ===== */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        /* max-width: 1400px !important; */
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .cont-header{
        width: 1140px !important;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .container-lg, .container-md, .container-sm, .container-xl, .container-fluid .container .cont-header {
        max-width: 1140px !important;
        margin: 0 auto !important;
    }
}

/* ====== Aboutus ===== */

section.client-bg {
    background-image: linear-gradient(to top, #ffffff, #005EC5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 110px;
    text-align: left;
}

.clint-headtxt {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 60px;
    line-height: 110%;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.clint-para {
    margin-top: 12px;
    color: #000;
    text-align: left;
    font-size: 16px;
    padding: 0 0 20px 0;
    margin-bottom: 60px;
}

.client-head {
	margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
	color: #005EC5;
}

.clint-para p {
    margin-top: 12px;
    color: #000000;
    text-align: left;
    font-size: 16px;
    padding: 0 0 20px 0;
	word-break: break-word;
}

.client-v1-header-item {
    padding: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 25px;
}

.client-subhead {
    color: #000000;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 105%;
    font-weight: 600;
}

.client-para P {
    margin-top: 12px;
    color: #000000;
    font-size: 13px;
    padding: 0 0 20px 0;
	font-weight: 400;
}

.cl-txt-bg {
    padding: 0px 25px 25px 25px;
    margin: 25px;
    position: relative;
	

}

.cl-txt-bg p{
    font-size: 22px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding: 0 20px 20px 0 !important;
	font-weight: 400;
}


/* ====== Mobile  ===== */

@media (min-width: 992px) {
    .projects-title {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        z-index: 100;
        text-transform: uppercase;
    }
}

.mg-mu {
    padding: 0px;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .mg-mu {
        padding: 0 10px;
    }
}

.btnmg-mu {
  padding: 20px 10px 10px 10px;
}


/* ====== Mobile  ===== */

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: transparent;
    border-color: transparent;
    color: #cddfdf;
}

.nav-tabs .nav-link {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #000;
    font-weight: var(--font-weight-bold);
    margin: auto;
    position: relative;
    top: 1px;
}

@media (min-width: 992px) {
    .ms-lg-auto {
        margin-left: auto!important;
    }
    .mb-lg-0 {
        margin-bottom: 0!important;
    }
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    background-color: #fff;
    border-color: #fc5a00 #fc5a00 #fff;
	font-weight: 700;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	color: #000 !important;
}

@media (min-width: 991px) {
.about h2 {
    max-width: 83%;
    margin: 0 0 80px 0;
	word-break: break-word;
  }
}

.hd-txt-common {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #005EC5;
}

.cl-bg-tmal {
    padding: 0px;
    border-radius: 10px 10px 0 0;
    background-color: #000;
	margin: 0 0 24px 0;
}

.cl-case-img {
    width: 650px;
    height: 350px;
	border-radius: 10px 10px 0 0;
}

.cl-pd {
    padding: 25px;
}

.cl-pd h4 {
	height: auto;
    min-height: 165px;
    line-height: 35px;
	word-break: break-word;
}

.clbg-blk {
    color: #fff;
}

.clbg-white {
    color: #fff !important
}

.cl-description P{
    margin-top: 12px;
	color: #fff;
	font-size: 16px;
	padding: 0 0 20px 0;
	height: auto;
	min-height: 120px;
}

.cstyblue {
   background-color: #0097fe !important;
}

.cstygreen {
    background-color: #00c150 !important;
}
    

.services .service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: var(--color-primary);
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.bi-arrow-right::before {
    content: "\f061";
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ====== Jobs  ===== */

.job-sect {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}

.job-space {
    padding: 40px;
	margin-bottom: 40px;
	background: #fff;
}

.job-hd1 {
    color: #03133d;
    font-size: 18px;
    font-weight: 600;
	padding-bottom: 20px;
	height: auto;
    min-height: 72px;
}

.job-icon {
    width: 20px;
    height: 20px;
}

.job-flex {
    display: flex;
}

.job-txt {
    color: #03133d;
    font-size: 14px;
	padding: 0 0 0 10px;
}

::placeholder {
    color: #898888;
}

.jb-apply {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #76747A;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 16px;
	font-weight: 500;
}

.btn-apply {
    color: #F5AE45;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    left: 3px;
    top: 3px;
	font-weight: 500;
}


/* ====== service 1  ===== */

.sv-innnter {
    background-image: url(../images/services/services-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: left;
	height: 724px;
}

.sv-about {
    padding: 0px 0;
    overflow: hidden;
	background: #000;
	padding: 0 0 150px 0;
}

.sv-about .sv-our-story {
    padding: 40px;
    background-color: #f5f6f7;
	border-radius: 15px;
	margin-top: 125px;
}

.sv-about .sv-our-story {
    padding-right: 35%;
}

.sv-about .sv-our-story {
    padding-right: 35%;
}

.sv-position-relative {
    position: relative!important;
}

.sv-about .sv-about-img {
    position: absolute;
    top: 0;
    right: 0;
}

.sv-about p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    padding: 0px 0px 20px 0;
	word-break: break-word;
}

.sv-about h2 {
    max-width: 90%;
    margin: 0 0 0px 0;
    padding: 10px 0 30px 0;
    color: #005EC5 !important;
    font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
    word-break: break-word;
}

.sv2-about h2 a {
    color: #005EC5 !important;
}

.sv-about h2 a{
    color: #005EC5 !important;
}

.sv-about h3 {
    max-width: 90%;
    margin: 0 0 0px 0;
    padding: 20px 0 22px 0;
    color: #000000;
    font-size: 30px;
	line-height: 1.4;
}

.sv-innnter .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
	
}

.sv-innnter .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.sv-innnter .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
	word-break: break-word;
}

.sv-middle-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.sv-middle-image > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in;
}

.sv-middle-image > a:hover {
    transform: scale(1.2);
}

.list-styled {
    padding-left: 25px;
}

.list-styled li {
    position: relative;
    margin-bottom: 15px;
}

.list-styled li span{
    font-weight:bold;
	display: grid;
}

.list-styled li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000;
    left: -25px;
    top: 8px;
	color: #000;
	font-size: 18px;
}

@media (max-width: 767px) {	
    .sv-about .sv-our-story {
        padding-right: 5% !important;
    }
    .sv-about .sv-our-story {
        margin-top: 275px;
    }
 }
 
 
  /* ====== service 2  ===== */
 

.sv2-about {
    padding: 0px 0;
    overflow: hidden;
	background: #000;
	padding: 0 0 150px 0;
}

.sv2-about .sv2-our-story {
    padding: 40px;
    background-color: #f5f6f7;
	border-radius: 15px;
	margin-top: 125px;
	left: 470px;
}

.sv2-about .sv2-our-story {
    padding-left: 35%;
}

.sv2-position-relative {
    position: relative!important;
}

.sv2-about .sv2-about-img {
   position: absolute;
    top: 0;
    right: 0;
	left: 0;
}

.sv2-about p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    padding: 0px 0px 20px 0;
	word-break: break-word;
}

.sv2-about h2 {
    max-width: 90%;
    margin: 0 0 0px 0;
    padding: 25px 0 30px 0;
    color: #005EC5 !important;
    font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
    word-break: break-word;
}

.sv2-about h2 a:link {
    color: #005EC5 !important;
}

.sv2-about h2 a:hover {
    color: #f36719 !important;
}

.sv-about h2 a:link {
    color: #005EC5 !important;
}

.sv-about h2 a:hover {
    color: #f36719 !important;
}

.sv2-about h3 {
    max-width: 90%;
    margin: 0 0 0px 0;
    padding: 20px 0 22px 0;
    color: #000000;
    font-size: 30px;
	line-height: 1.4;
}

.sv2-innnter .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

.sv2-innnter .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.sv2-innnter .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
	word-break: break-word;
}

.sv2-middle-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.sv2-middle-image > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in;
}

.sv2-middle-image > a:hover {
    transform: scale(1.2);
}

.list-styled {
    padding-left: 25px;
}

.list-styled li {
    position: relative;
    margin-bottom: 15px;
}

.list-styled li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000;
    left: -25px;
    top: 8px;
	color: #000;
	font-size: 14px;
}

@media (max-width: 767px) {
    .sv2-about .sv2-our-story {
        padding-left: 10% !important;
    }
    .sv2-about .sv2-our-story {
        margin-top: 275px; 
        left: 0;
    }
}
 
   /* ====== Home page mobile ===== */
 
 @media (max-width: 767px) {

    .projects-title {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        z-index: 100;
    }
    .client-head {

        font-size: 40px;

    }
    .contact-form-section-content-wrap {
        padding: 25px;

    }
}
 
 
     /* ====== client new success ===== */
 
 
.csn-innnter {
    background-image: url(../images/aboutus/client-successbanner-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: left;
	height: 724px;
}

.csn-innnter .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

.csn-innnter .item h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.csn-innnter .item p {
    color: #000;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
	word-break: break-word;
}

.abtn-innnter .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

.abtn-innnter .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.abtn-innnter .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
	word-break: break-word;
}

.crn-innnter {
    background-image: url(../images/aboutus/careers-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: left;
	height: 724px;
}

.crn-innnter .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

.crn-innnter .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.crn-innnter .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
	word-break: break-word;
}
 
 .sv-spacetp {
  padding-top: 150px;
}

 /* ====== New about us ===== */

.newabt-sect {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.newabt-sect-bg1 {
	background: #342e39;
	min-height: 80vh;
	height: auto;
}

.newabt-sect-bg2 {
	background-image: linear-gradient(to bottom, #072464, #484b51);
	min-height: 80vh;
	height: auto;
}

.newabt-sect-bg3 {
	background-image: linear-gradient(to left, #6b281b, #000000);
	min-height: 80vh;
	height: auto;
}

.newabt-sect-bg4 {
	background-image: linear-gradient(to right, #63436c, #000);
	min-height: 80vh;
	height: auto;
}

.newabt-sect-bg5 {
	background-image: linear-gradient(to left, #c2c35a, #17510d);
	min-height: 80vh;
	height: auto;
}

.newabt-sect-bg6 {
	background-image: linear-gradient(to right, #544f54, #860c7f);
	min-height: 80vh;
	height: auto;
}

.sec-bg-lship {
	background-image: linear-gradient(to left, #ccc, #ccc);
	min-height: 80vh;
	height: auto;
}

.newabt-sect .newsection-title {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.newabt-panal {
    padding: 0px;
	margin: 25px;
	vertical-align: middle;
}

.abt-panal-img {
    padding: 0;
    margin: 0;
}

.abt-panal-img-rds {
	border-radius: 0
}

.newabt-sect h4 {
    margin-top: 0px;
	padding-top: 40px;
    padding-bottom: 25px;
    font-size: 35px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.03em;
	color: #fff;
	word-break: break-word;
}

.newabt-sect P {
    margin-top: 12px;
    color: #fff;
    font-size: 18px;
    padding: 0 0 20px 0;
	line-height: 28px;
}

.abt-item-desc{
    width: 100%;
	padding: 0px;

}

.abt-cr {
    padding: 0;
    margin: 0;
}

.abt-item-desc p {
    margin-top: 15px;
    color: #fff;
    font-size: 40px;
    padding: 0 0 20px 0;
	line-height: 60px;
	font-weight: 300;
	word-break: break-word;
}

.abt-item-desc-para p {
    margin-top: 15px;
    color: #fff;
    font-size: 26px;
    padding: 0 0 20px 0;
	line-height: 46px;
	font-weight: 300;
	word-break: break-word;
}

.abt-item-desc span{
    color: #fff;
    font-size: 55px;
	font-weight: 700;
}

section.certifications {
    background-image: url(../images/aboutus/about-us-cert.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
    height: 100vh;
}

section.certifications .item {
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 0px;
    text-align: center;
}

section.certifications .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

section.certifications .item p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
	word-break: break-word;
}

.abt-right-indus {
    width: 55%;
    position: absolute;
    right: 0px;
    top: 0px;
	height: 100vh;
}

.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    color: #fff;
    border-left: 3px solid #ffb600;
}

.img-bn-rd {
    margin-bottom: 25px;
	border-radius: 10px;
}

.abt-heading {
	text-align: left;
	margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
	color: #005EC5;
}

.sv-abt-icons {
    width: 128px;
	height: 128px;
	text-align: center;
}

.sv-abt-txtlnk a{
    font-weight: 500;
	font-size: 16px;
	color: #fff
}

.sv-abt-txtlnk a:hover{
	color: #c84802
}

.sv-cl-bg1 {
	background: #6bbfbc;
}

.sv-cl-bg2 {
	background: #7ac5c3;
}

.sv-cl-bg3 {
	background: #33bdd1;
}

.sv-cl-bg4 {
	background: #009cb3;
}

.sv-cl-bg5 {
	background: #f5ae45;
}

.sv-cl-bg6 {
	background: #ff8372;
}

.sv-cl-bg7 {
	background: #9ecc7a;
}

.sv-cl-bg8 {
	background: #6bbfbc;
}

.sv-cl-bg9 {
	background: #7ac5c3;
}

.sv-cl-bg10 {
	background: #33bdd1;
}

.sv-cl-bg10 {
	background: #33bdd1;
}

.ind-cl-bg1 {
	background: #B1B2FF;
}

.bg-abgpage{
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    background: #fff;
    background-image: linear-gradient(to right, #637987, #5d4e61);
}

.bg-abgpage h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.bg-abgpage p {
    font-size: 22px;
    line-height: 1.8;
	font-weight: 500;
    color: #fff;
    padding: 0px 0px 20px 0;
	word-break: break-word;
}

.bg-abg-radu {
    border-radius: 10px;
}

.bg-abgpage2{
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    background: #fff;
    background-image: linear-gradient(to right, #536728, #5d4e61);
}

.bg-abgpage2 h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.bg-abgpage2 p {
    font-size: 22px;
    line-height: 1.8;
	font-weight: 500;
    color: #fff;
    padding: 0px 0px 20px 0;
	word-break: break-word;
}

.bg-abg-radu {
  border-radius: 10px;
  box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
}

.abt-white {
    color: #fff !important;
}

.list-styledabt li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    left: -25px;
    top: 5px;
    color: #fff !important;
    font-size: 18px;
}

.list-styledabt {
    padding-left: 25px;
}

.list-styledabt li {
    position: relative;
    margin-bottom: 15px;
}

.bg-abgpage3{
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    background: #fff;
    background-image: linear-gradient(to right, #528184, #006167);
}

.bg-abgpage3 h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.bg-abgpage3 p {
    font-size: 22px;
    line-height: 1.8;
	font-weight: 500;
    color: #fff;
    padding: 0px 0px 20px 0;
	word-break: break-word;
}

.bg-abgpage4{
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    background: #fff;
    background-image: linear-gradient(to right, #b77124, #b5834c);
}

.bg-abgpage4 h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.bg-abgpage4 p {
    font-size: 22px;
    line-height: 1.8;
	font-weight: 500;
    color: #fff;
    padding: 0px 0px 20px 0;
	word-break: break-word;
}

.bg-abgpage5{
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    background: #fff;
    background-image: linear-gradient(to right, #737b81, #d0d7dd);
}

.bg-abgpage5 h3 {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.bg-abgpage5 p {
    font-size: 22px;
    line-height: 1.8;
	font-weight: 500;
    color: #fff;
    padding: 0px 0px 20px 0;
	word-break: break-word;
}

.footer-space {
	padding: 60px 30px 10px 30px;
}

  /* ====== blog ===== */
 
.ser-mid-img {
  position: relative;
  overflow: hidden;
}

.ser-mid-img > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.ser-mid-img > a:hover {
  transform: scale(1.1);
  border: solid 0px #f36719;
}

.ser-mid-img a:hover {
  border: solid 0px #f36719;
}

.txt-overlay {

}

.logo-space {
    padding: 6px 0 6px 0;
}

.vd-width {
    width: 100%;
    /* height: 720px; */
	background: #000;
}

.image-height {
    height: 720px;
}

.ms-auto {
    margin-left: auto!important;
}

 /* ====== blog ===== */
	
.ai-blog-bg {

}

.article-v4-wide-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-img-rs {
    border-radius: 10px 10px 0 0;
}



.blog-txtpanel h3{
    margin-top: 0px;
    margin-bottom: 0px;
    word-break: break-word;
	color: #fff !important;
	font-size: 1.75rem;
	min-height: 90px;
    height: auto;
}

 /* ====== blog ===== */
 
 
section.blog-pagebg {
    /* background-image: url(../images/heading-bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 110px;
    text-align: left;
    /* background-image: linear-gradient(83.79deg, #1b45b4 3.25%, #1c2792 96.85%); */
	background-image: linear-gradient(to top, #342e39, #342e39);
}

.article-v4-tag-and-author.article-v4-wide-tag-and-author {
    margin-bottom: 20px;
}
.article-v4-tag-and-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 24px;
}

.article-tag.article-tag-static {
    position: static;
}
.article-tag.article-tag-static {
    position: static;
}
.article-tag.article-tag-yellow {
    background-color: #ffae00;
}
.article-tag {
    position: absolute;
    left: 16px;
    top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #0097fe;
    color: #fff;
    font-size: 14px;
}

.article-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 12px;
    text-decoration: none;
}

.w-inline-block {
    max-width: 100%;
    display: inline-flex;
}

.article-author-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.paragraph.paragraph-700 {
    font-weight: 500;
	font-size: 15px;
    color: #000;
}

.paragraph-700 a {
    font-weight: 500;
	font-size: 16px;
    color: #000;
}

.paragraph-700 a:hover{
    color: #fc5a00 !important
}

.rdmore a:hover {
    color: #fc5a00 !important;
}

.rdmore a:link{
    color: #000;
    font-size: 0.75rem;
    font-weight: 400;
}

.color-black {
    color: #03133d;
}

.paragraph {
    overflow: visible;
    margin-bottom: 0px;
}

.h3ai-blog-bg h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 105%;
    font-weight: 700;
    letter-spacing: -0.03em;
	color: #006fba;
}

.article-description {
    margin-top: 20px;
}

.article-description p {
    color: #68718b;
    font-size: 16px;
    padding: 0 0 20px 0;
	word-break: break-word;
}

.article-v4-date-and-link.article-v4-wide-date-and-link {
    margin-top: 20px;
}

.article-v4-date-and-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 24px;
}

.abt-sect-blog-set {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
	background-image: linear-gradient(to top, #0d0701, #201e1b);
}

.abt-sect-blog-set h2{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
	word-break: break-word;
}

.blg-wt {
    color: #fff !important;
}

.blg-wt a{
    color: #fff;
}

.blg-wt a:hover{
    color: #fc5a00;
}

.blg-grey {
    margin-top: 0px;
    padding: 20px 0 20px 0;
    font-size: 18px;
    font-weight: 500;
	color: #a7a5a9 !important;
}

.ht-hd-h{
    color: #fc5a00;
	height: 90px;
	height: atuo;
}

.abt-panal-blog-bg {
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../images/icons/abt-bg.svg);
    background-position: 100% 0%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0 0 24px 0;
}

.abt-panal-blog-bg h3{
	font-size: 1.75rem;
	line-height: 1.2;
	height: auto;
    min-height: 80px;
}

.blog-v1-bg {
    background-image: linear-gradient(to right, #241d15, #36332f);
    padding: 0;
    padding: 60px 0 60px 0;
}

.blog-v1-bg h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
	word-break: break-word;
}

.blog-v2 {
    padding: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #645d5d;
    box-shadow: 0 16px 80px -12px rgb(0 151 254 / 7%);
    margin-bottom: 25px;
}

.blog-v2 h3{
	text-align: left;
	margin-top: 0px;
    font-size: 20px;
    font-weight: 500;
	color: #fff;
    line-height: 1.5;
	height: auto;
    min-height: 130px;
}

.blog-v2 h3 a{
	color: #fff;
}

section.blog-detail-bg  {
    background-image: linear-gradient(to right, #1d1c1b, #130c04);
	margin: 0;
	padding: 80px 0 0 0;
}

.blg-bn-txt {
    position: absolute;
    padding: 40px;
    left: 0px;
    top: 306px;
    z-index: 9;
	background-color: rgba(31,39,43,0.50);
	margin: 0;
	width: 65%;
	box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important
}

.blg-bn-txt .caption h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
	word-break: break-word;
}

.blg-bn-txt .caption p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
	word-break: break-word;
}

.ai-blog-bg-detail {
    background: #231e28;
    border-radius: 10px 10px 0 0;
    padding: 25px;
    margin: 0;
}

.blg-bn-txt .caption h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
	word-break: break-word;
}

.blg-bn-txt .caption p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
	word-break: break-word;
}

 /* ====== blog detail ===== */

.dt-blg-detail {
    background: #231e28;
    border-radius: 10px 10px 0 0;
    padding: 25px;
    margin: 0;
}

.dt-blg-detail h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
	padding: 0 0 30px 0;
	word-break: break-word;
}

.dt-blg-detail h3	 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
	padding: 30px 0 30px 0;
}

.dt-blg-detail p {
    color: #fff;
    font-size: 16px !important;
    text-align: left;
    line-height: 1.7 !important;
	padding: 0 0 30px 0;
	word-break: break-word;
}

.table {
	color: #fff;
}

.list-styled li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    left: -25px;
    top: 9px;
    color: #fff;
    font-size: 14px;
	margin-left: 20px;

}

.list-styled li {
    position: relative;
    margin-bottom: 15px;
	color: #fff;
	padding-left: 20px;
	line-height: 1.8;
	word-break: break-word;
	display: flow-root;
}

.blg-left {
    padding: 25px 0 5px 25px !important;
}

.blg-Conc-bg{
    padding: 25px;
    background-color: rgba(255,255,255,0.15);
	border-radius: 10px;
    margin: 50px 0 50px 0;
    box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
}

.blg-auth-bg{
    padding: 25px;
    background-color: rgba(0,0,0,0.10);
    border-left: 2px solid #28ABE3;
    margin: 0 0 25px 0;
    box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
}

.post-content blockquote {
    border-left: 4px solid #28ABE3;
    padding: 40px 35px;
    margin-bottom: 30px;
    background: rgb(238, 238, 238);
	border-radius: 10px;
}

.list-service {
    padding-left: 25px;
}

.list-service li {
    position: relative;
    margin-bottom: 15px;
}

.list-service li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000;
    left: -25px;
    top: 8px;
    color: #000;
    font-size: 14px;
}

.list-service li {
    position: relative;
    margin-bottom: 15px;
	color: #000;
	padding-left: 0px;
}


  /* ====== Service details insdie pages  ===== */
  
section.ser-dt-bg-page  {
	padding: 0px 0 0 0;
	
}

.ser-dt-pg {
    position: absolute;
    padding: 50px;
    left: 0px;
    top: 306px;
    z-index: 9;
	background-color: rgba(31,39,43,0.50);
	margin: 0;
	width: 65%;
	box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important
}

.ser-dt-pg .caption h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
	padding: 0 0 20px 0;
	word-break: break-word;
}

.ser-dt-pg .caption p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
	word-break: break-word;
}

.ser-dt-bg-dt-ux {
    background-image: url(../images/services/ux-bg.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0 4rem 0;
}


.ser-dt-bg-dt-ux h2{
    font-size: 2.1rem;
    line-height: 3.5rem;
	color: #fff;
	font-weight: 700;
	word-break: break-word;
	padding: 20px 20px 20px 0px;
}

.ser-dt-bg-dt-ux p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
	padding: 0 0 20px 0;
	word-break: break-word;
}

.ser-dt-bg-all {
    background-image: linear-gradient(to right, #1d1c1b, #130c04);
    margin: 0;
    padding-top: 0px;
    padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .ser-dt-bg-all {
        padding: 0 35px 60px 35px;
    }
}

.ser-panal-all{
    padding: 25px!important;
    margin: 0 0 0 0;
}

.ai-ux-bg-all {
    background-image: linear-gradient(to top, #403b36, #130c04);
    border-radius: 10px 10px 0 0;
    padding: 75px;
    margin: 0;
}

.ser-panal-all h4{
    font-size: 2.3rem;
    line-height: 3.0rem;
	color: #fff;
	font-weight: 700;
	padding-bottom:20px;
    word-break: break-word;
}

.ser-panal-all p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
	padding: 0 0 20px 0;
	word-break: break-word;
	
}

.dtpage-right {
    padding: 0 !important;
    margin: 0 !important;
}

.dtpage-left {
    padding: 0 !important;
    margin: 0 !important;
}

.sr-dt-rds {
	border-radius: 10px
}

  /* ====== industries  ===== */

section.indust-pagebg {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    background-image: linear-gradient(83.79deg, #000000 3.25%, #190f0f 96.85%);
}
	
.indust-inside-bg {
    background-image: linear-gradient(to left, #1d1c1b, #130c04);
    border-radius: 10px 10px 0 0;
    padding: 25px;
    margin: 0;
	box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

.newabt-sect-bg-white {
	background: #fff;
	height: 100vh;
}

.indu-img-size{
    width: 100vh;
    height: auto;
    text-align: center !important;
    margin: 0 auto;
}

.ind-headtxt {
	padding: 50px;
    font-size: 35px;
    line-height: 110%;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.key-bg {
    background-color: #6bbfbc!important;
    padding: 50px;
    margin: 0;
	box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

.key-bg h2{
	padding: 0 0 50px 0;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    text-align: left;
	word-break: break-word;
}

.keysuc-bg-wh {
    padding: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 16px 80px -12px rgb(33 20 20 / 25%) !important;
    margin-bottom: 25px;
	height: auto;
    min-height: 385px;
}

.keysuc-bg-wh p{
	padding: 0 0 25px 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: #000 !important;
    text-align: left;
}

.keysuc-bg-wh .txtkey{
	padding: 0 0 25px 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    text-align: center;
}

.keysuc-bg-wh:hover {
    background-color: #c84802 !important;
    color: #fff !important;
    box-shadow: 0 16px 80px -12px rgb(33 20 20 / 25%) !important;
}

.keysuc-bg-wh:hover .txtkey, .keysuc-bg-wh:hover p{
    color: #fff !important;
}

.ser-em-bg{
    background-image: url(../images/services/ux-bg.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}

.ser-em-bg h2 {
    font-size: 2.0rem;
    line-height: 2.8rem;
    color: #fff;
    font-weight: 700;
	padding-bottom: 25px;
	word-break: break-word;
}

.ser-em-bg h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
    color: #fff;
    font-weight: 700;
	padding-bottom: 25px;
}

.ser-em-bg p {
    font-size: 18px;
    overflow: visible;
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
	word-break: break-word;
}

.allimg-rd {
    border-radius: 10px;
}

.ind-panal-bg{
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../images/icons/abt-bg.svg);
    background-position: 100% 0%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
	margin: 0 0 24px 0;
}

.ind-panal-bg h4 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.03em;
	color: #006fba;
	word-break: break-word;
}

.ind-panal-bg p {
    margin-top: 12px;
    color: #000000;
    font-size: 16px;
	font-weight: 400;
    padding: 0 0 20px 0;
	height: auto;
	min-height:  146px;
	word-break: break-word;
}

  /* ====== carousel retails css  ===== */
  
  .services-csel {
    margin-top: 0px;
    width: 100%;
	background: #49474d;
	padding: 35px;
}

.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.services-csel .item {
    border-radius: 20px;
    text-align: left;
    color: #fff;
    padding: 20px;
	background: #a12c30;
}

.services-csel .item .icon {
    max-width: 312px;
	height: 192px;
    margin: 0 auto 20px auto;
}

.services-csel .item h4 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
	height: auto;
	min-height: 110px;
	line-height: 26px;
	word-break: break-word;
}

.services-csel .item p {
    color: #fff;
    font-size: 14px;
	min-height: 110px;
	height: auto;
	text-align: left;
	word-break: break-word;
	padding: 20px 0 0 0;
}

.cst-more a {
    color: #fff !important;
    font-size: 15px;
	padding:0;
	line-height: 25px;
}

.cst-more a:hover {
    color: #FC5A01 !important;
}

.services-csel .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.services-csel .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.services-csel .owl-nav {
    display: inline-block !important;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-25px);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.services-csel .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
}

.services-csel .owl-nav .owl-prev {
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: -80px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.services-csel .owl-nav .owl-next {
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: -85px;
}

.services-csel .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
}

.readmore {
	color: #fff;
}

.readmore a{
	color: #fff;
}

.readmore a:hover {
    color: #fc5a00 !important;
}

.cs-rud-img {
	border-radius: 10px;
}

.cstudy-com{
    padding: 0 20px 0 0px;
    margin: 0px;
}

.cstudy-com-bg {
    background-image: linear-gradient(to top, #403b36, #130c04);
    padding: 75px;
    margin: 0;
}

.cstudy-com h4{
    font-size: 3rem;
    line-height: 4.0rem;
	color: #fff;
	font-weight: 700;
	padding-bottom: 30px;
	word-break: break-word;
}

.cstudy-com p {
    color: #fff !important;
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
    padding-bottom: 20px;
	word-break: break-word;
}

.cstudy-com p span{
    color: #fff;
    font-size: 16px;
	font-weight: 700;
}

.cstudy-com span {
	font-weight: 700;
}

.abt-heading-aie {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #006fba;
	text-align: center;
}

.sr-appdev-bg {

  padding: 4rem 0 6.5rem;
  background: #434242 !important
}

.sr-appdev-bg h2{
    font-size: 2.0rem;
    line-height: 6rem;
	color: #fff;
	font-weight: 700;
	word-break: break-word;
}

.sr-appdev-bg p {
    color: #fff;
    font-size: 38px;
    text-align: left;
    line-height: 1.4;
	font-weight: 700;
	padding:  0 0 30px 0;
	text-align: center;
	word-break: break-word;
}

.sr-appdev-bg .list-service li {
    color: #fff !important;
}

.sr-appdev-bg .list-service li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    left: -25px;
    top: 8px;
    color: #fff !important;
    font-size: 14px;
}

.section-bg-new {
    padding: 80px 0px;
    margin: 0;
    background: #F5F5F5;
}

.section-bg-new h2 {
    font-weight: 700;
    padding: 15px;
    font-size: 26px;
    color: #000;
	text-align: center;
	word-break: break-word;
}

.cplogo {
    padding: 10px;
    border: solid 1px #ccc;
    margin: 20px 0 20px 0;
    width: 200px;
    height: 110px;
}

.home-img  {
	height: 497px;
	height: 299px;
}

.bg-logo-bg {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

.txt-tb-lg {
    font-size: 14px;
    font-weight: 500 !important;
    color: #4e1c1c !important;
}

.txt-tb-bd {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #4e1c1c !important;
}

.log  {
    padding: 0;
    margin: 0
}

.log h2 {
    font-size: 2.0rem;
    line-height: 2.8rem;
    color: #000;
    font-weight: 700;
	word-break: break-word;
}

.log .nav-link.active {
    font-size: 14px !important;
    font-weight: 700 !important;
	background-color: #fff !important;
    border-color: #000 #000 #fff !important;
	border-bottom: #fff !important;
}   

.log .nav-link {
    font-size: 14px !important;
    color: #000 !important;
    padding: 10px !important;
    margin: 0 !important;
	font-weight: 400 !important;
}

.log  .nav-tabs {
    border-bottom: 1px solid #000;
}

.copy-txt {
    font-size: 13px;
    color: #ccc;
    padding: 0;
}

.copy-txt a{
    font-size: 13px;
    color: #ccc;
    padding: 0;
}

.footer p {
    font-size: 13px;
    color: #ccc;
    line-height: 25px;
	text-align: center;
}

.blg-star {
    padding: 0 0 0 33px;
}

.blg-star span{
    font-weight:bold;
	display: grid;
}

.list-blog li {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    padding-left: 20px;
	list-style: auto;
}
.list-blog li {
    position: relative;
    margin-bottom: 15px;
	font-size: 16px;
    line-height: 1.7;
}

.list-blog li {
    position: relative;
    margin-bottom: 20px;
}
.list-blog ul, li {
    padding: 0;
    margin: 0;
	list-style: none;
}


.blg-sp-iside {
    margin: 20px 0 20px 30px !important;
}

.blg-table {
  padding: 20px;
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.blg-mp {
    padding: 0 !important;
	margin: 0;
	border-radius: 10px;
}

.blg-cl-txt-row1 {
  padding: 25px;
  margin: 0;
  background: #d9d9d9;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.blg-cl-txt-row2 {
  padding: 25px;
  margin: 0;
  background: #f2f2f2;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.blg-sp-nwtlb {
    margin: 20px 0 20px 30px !important;
}

.blg-table-ntb {
  padding: 10px;
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.blg-mp-ntb {
    padding: 0 !important;
	 margin: 0;
	 border-radius: 10px;
}

.blg-cl-txt-row1-ntb {
  padding: 10px;
  margin: 0;
  background: #d9d9d9;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.blg-cl-txt-row2-ntb {
  padding: 10px;
  margin: 0;
  background: #f2f2f2;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

  /* ====== scroll  ===== */
 
.back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: block;
}
.back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .back-to-top {
    right: 15px;
  }
}

.back-to-top.position-fixed {
  bottom: 20px;
}

.back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
   padding: 0px 10px 0 12px;
}
@media (max-width: 767px) {
  .back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

.back-to-top .btn.btn-primary:hover {
  color: #fc5a00;
}

.dropdown-toggle {
    white-space: nowrap;
}


@media (max-width: 1180px) {
.our-team-v2-hd-th h4 {
	padding-left: 15px;
}


.our-team-description {
	padding-left: 15px;
}

.our-team-description {
	padding-left: 15px;
}

.list-inline-item {
	padding-left: 15px;
}


.hd-txt {
   font-size: 1.5rem;
}

.btnmg-mu {
    padding: 20px 10px 10px 0px;
}

.sv2-about .sv2-our-story {
    padding-left: 20%;
}

.sv2-about h2 {
    font-size: 25px;
}

.sv-about h2 {
    font-size: 25px;
}

.sv2-about .sv2-our-story {
    padding: 40px 40px 40px 150px;
    background-color: #f5f6f7;
    border-radius: 15px;
    margin-top: 125px;
    left: 420px;
}

.abt-ht {
    height: 460px !important;
}

.hm-ht {
    height: 422px !important;
}
.sv-about .sv-our-story {
    padding: 40px 40px 40px 40px;
    background-color: #f5f6f7;
    border-radius: 15px;
    margin-top: 125px;
}

}
 
/* ====== Home page mobile ===== */
@media screen and (min-width: 821px) and (max-width: 1024px) {
    .ser-dt-bg-dt-ux {
        padding: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .cl-download {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px) and (min-width:768px) {
    .cl-download {
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
    .cl-margin {
        margin-top: 15px !important;
    }
}
@media screen and (min-width: 641px) and (max-width: 991px) {
    .doload-dt-pg .caption .caption-text {
        font-size: 24px !important;
    }
}

@media (max-width: 820px) {

.bn-mobile{
    height: calc(100% - 55px);
    overflow: hidden;
}

.ser-dt-pg {
    position: absolute;
    padding: 10px;
    left: 0px;
    top: 176px;
    z-index: 9;
    background-color: rgba(31,39,43,0.50);
    margin: 0;
    width: 100%;
    box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
}

.ser-dt-pg .caption h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 0 20px 0;
	word-break: break-word;
}
.dtpage-right {
    padding: 0;
    right: 0;
    width: 100%;
}

.dtpage-left {
    width: 100% !important;
    left: 0px;
    top: 0px;
	position: inherit !important;
}

.ser-panal-all h4 {
    font-size: 2.2rem;
    line-height: 3.0rem;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
	word-break: break-word;
	padding-bottom: 20px;
}


.cstudy-com-bg {
    padding: 10px;
    margin: 0;
}

.left-side {
    float: left;
    width: 100% !important;
    margin: 0 35px 30px 0 !important;
    clear: both;
}

.right-side {
    float: right;
    width: 100% !important;
    margin: 0 0px 30px 35px !important;
    clear: both;
}

.nw-mu-pl {
    background: #fff;
    padding: 0px !important;
    margin: 0px;
    z-index: 0;
}

.main-banner .caption {
    
}

.sv-about {
    padding: 0 0 80px 0;
}

.sv-about .sv-our-story {
    margin-top: 0;
    z-index: 9;
    position: relative;
}

.sv2-about .sv2-our-story {
    margin-top: 0px;
    left: 0;
    z-index: 99;
}

.sv2-about .sv2-our-story {
    padding: 20px !important;
}

.sv2-about h2 {
    font-size: 35px !important;
	max-width: 100%  !important;
	padding: 10px 0 30px 0 !important;
}

.sv-about h2 {
    font-size: 35px !important;
	max-width: 100%  !important;
	padding: 10px 0 30px 0 !important;
}

.sv2-about {
    padding: 0 0 80px 0;
}

.sv-about .sv-our-story {
    padding: 20px !important;
}

.vd-width img{
	height: 375px;
}

.cplogo {
    border: solid 1px #ccc;
    width: 200px;
    height: 120px;
    margin: 0 auto 25px 0;
    padding: 20px;
}

.abt-right {
    width: 674px;
    position: inherit;
    right: 0px;
    top: 0px;
}

.abt-left {
    width: 674px;
    position: inherit;
    left: 0px;
    top: 0px;
}

.abt-item-desc span {
    font-size: 40px;
}

.indspace {
    padding-bottom: 16px;
}

.about-team {
    width: 100%;
    height: 100%;
	padding-bottom: 20px;
}

.bg-abgpage4 h3 {
    font-size: 40px;
}

/* .ser-dt-bg-dt-ux {
    padding: 2rem;
} */

.abt-cr {
    justify-content: space-around;
}


section.ser-dt-bg-page {
    padding: 0px 0 0px 0
}

.services-csel .owl-nav .owl-next {
    right: -44px;
}
.services-csel .owl-nav .owl-prev {
    left: -40px;
}

.about h2 {
    max-width: 100%;
    max-width: 100%;

}

.vd-width {
    width: 100%;
    height: 400px;
}

.ser-dt-bg-dt-ux h2 {
    padding: 20px;
}

.ser-dt-bg-dt-ux p {
    padding: 20px;
}

.ser-panal-all {
    padding: 25px 12px !important;     
	margin: 0 0 0 0px;
}

.ser-panal-all p {
  padding: 20px !important; 
}

.blg-bn-txt {
    top: 160px;
    z-index: 9;
    width: 91%;
}

.blg-bn-txt .caption h1 {
    font-size: 25px;
    text-transform: capitalize;
    word-break: break-word;
}

.dt-blg-detail {

    padding: 0px;
}

.blg-star {
    padding: 0 0 0 25px;
}

.ser-dt-bg-dt-ux p {
    padding: 20px !important;
}

.ser-dt-bg-dt-ux h2 {
    padding: 20px !important;
}

.key-bg {
    padding: 50px 0 50px 0;
    margin: 0;
}

.keysuc-bg-wh {
    height: auto;
    min-height: 265px;
}

.abt-cr  p {
    padding: 20px !important;
}

.careers-bgnew .careerpanel {
  width: 100% !important;
  padding: 60px 0px 40px 0 !important;

}

.sv-about .sv-about-img {
    position: unset;
    top: 0;
    right: 0;
}

.sv2-about .sv2-about-img {
    position: unset;
    top: 0;
    right: 0;
    left: 0;
}

.doload-dt-pg {
    padding: 96px 10px 10px 10px !important;
    top: 40px !important;
}

/* .ser-dt-bg-page .vd-width {
    height: auto !important;
} */

/* .cl-download {
    margin-top: 50px !important;
} */

.doload-dt-pg .caption h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px !important;
    font-weight: 800;
    color: #fc5a00;
    letter-spacing: 1px;
    text-align: left;
	padding: 0 0 20px 0;
	word-break: break-word;
}

.down-img-height {
    height: 1030px !important;
}

.menu-roll h4 {
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.3;
    text-shadow: 0px 0px #000000;
    border-bottom: 1px solid #eceef1;
    padding: 12px 0 12px 10px;
    word-break: break-word;
}

.newform {

}
} 

@media screen and (min-width: 576px) and (max-width: 820px) {
    .ser-dt-bg-dt-ux {
        padding: 2rem;
    }
}

@media screen and (max-width: 527px) and (min-width: 320px) {
    .cl-download {
        margin-bottom: 0px;
        font-size: 18px !important;
    }
}

 
/* ====== Home page mobile ===== */


/*
---------------------------------------------
images floating CSS
---------------------------------------------
*/



@media (max-width: 1200.98px) {
    .section-scroll-jack-control {
        height:auto;
        position: relative;
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
}

.section-scroll-jack {
    height: auto;
    position: relative;
    padding: 0
}

@media (min-width: 1200px) {
    .section-scroll-jack {
        min-height:100vh
    }
}

.section-scroll-jack-wrap {
    position: relative
}

@media (min-width: 1200px) {
    .section-scroll-jack-control {
        width:15.5rem;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .section-scroll-jack-control:after {
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(#000),to(transparent));
        background: -webkit-linear-gradient(left,#000,transparent);
        background: -o-linear-gradient(left,#000 0,transparent 100%);
        background: linear-gradient(90deg,#000,transparent);
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }
}

@media (max-width: 1200.98px) {
    .section-scroll-jack-control {
        display:none
    }
}

.section-scroll-jack-control ul {
    list-style-type: none;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
    height: 4rem;
    z-index: 15
}

@media (min-width: 1200px) {
    .section-scroll-jack-control ul {
        top:50%;
        height: auto;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute
    }
}

@media (max-width: 1200.98px) {
    .section-scroll-jack-control ul {
        display:-webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-scroll-jack-control ul>li {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem
}

.section-scroll-jack-control ul>li:first-child {
    padding-left: 0
}

@media (min-width: 1200px) {
    .section-scroll-jack-control ul>li {
        display:block;
        padding-left: 3rem;
        margin-bottom: 1.5rem;
        font-size: 27px;
        line-height: 3rem;
		font-weight: 400;
    }

    .section-scroll-jack-control ul>li:first-child {
        padding-left: 3rem
    }

    .section-scroll-jack-control ul>li:last-child {
        margin-bottom: 0
    }
}

.section-scroll-jack-control ul>li:before {
    display: none
}

.section-scroll-jack-control ul>li a {
    color: #a7a5a9;
    position: relative;
    display: block;
    padding-top: .2rem
}

.section-scroll-jack-control ul>li a:hover {
    color: #fff
}

.section-scroll-jack-control ul>li a:focus {
    color: #a7a5a9
}

.section-scroll-jack-control ul>li.active a {
    color: #fff
}

.section-scroll-jack-control ul>li.active a:after {
    content: "";
    background-color: #c84802;
    height: .2rem;
    width: 100%;
    position: absolute;
    bottom: -.4rem;
    left: 0
}

@media (min-width: 1200px) {
    .section-scroll-jack-control ul>li.active a:after {
        display:none
    }

    .section-scroll-jack-control ul>li.active a:before {
        content: "";
        width: .4rem;
        height: 100%;
        background-color: #fc5a00;
        top: 0;
        left: -1.5rem;
        position: absolute
    }
}

.section-scroll-jack .hero-content-header {
    margin-bottom: 8rem
}

.section-scroll-jack .hero-content-header h1 {
    margin-bottom: 2.5rem
}

.section-scroll-jack .hero-content {
    padding: 20rem 0 6rem;
    z-index: auto
}

@media (min-width: 1200px) {
    .section-scroll-jack .hero-content {
        padding:18rem 0;
        z-index: 4
    }
}

.section-scroll-jack .hero-content .container {
    position: relative;
    z-index: 10
}

.section-home-content.is-md {
    padding: 4rem 0
}

@media (min-width: 1200px) {
    .section-home-content.is-md {
        padding:7.5rem 0
    }
}

.section-home-content.is-lg {
    padding: 6rem 0
}

@media (min-width: 1200px) {
    .section-home-content.is-lg {
        padding:14.5rem 0
    }
}

/*
---------------------------------------------
images floating end
---------------------------------------------
*/


.sv-rdmore a {
    font-size: 18px;
    color: #000;
}


.sv-br a{
  border: solid 0px #f36719;
}

.sv-br a:hover{
  border: solid 0px #f36719;
}

.dt-blog-inside{
  padding: 20px 0 20px 0;
      color: #fff;
}

.dt-blog-inside p {
    color: #fff;
    font-size: 16px !important;
    text-align: left;
    line-height: 1.7 !important;
    padding: 0 0 30px 0;
	word-break: break-word;
}

.sm-txt {
    font-size: 18px !important;
    line-height: 1.3 !important;
    color: #000 !important;
    padding: 0 20px 20px 0 !important;
    font-weight: 600;
}


.whyai-title-wrap {
	background-color: rgba(31,39,43);
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 10px 10px 10px;
    transition: all 0.2s;
	z-index: 0;
}


.aboutwhyai-info {
	z-index: 9999;
}

.whyai-title-wrap {
	background-color: rgba(31,39,43);
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 10px 10px 10px;
    transition: all 0.2s;
	z-index: 0;
}

.whyai-title {
    color: #fff;
	font-size: 20px;
	font-weight: 700;
	z-index: 100;
	text-align: center;
}


/* ====== Screen resolution ===== */

@media (min-width: 1920px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1920px !important;
}
}

@media (min-width: 1920px) {
.cont-header{
    width: 1920px !important;
	margin: 0 auto;
 }
}

@media (min-width: 1920px) {
.container-lg, .container-md, .container-sm, .container-xl, .container-fluid .container .cont-header{
    max-width: 1920px !important;
	margin: 0 auto !important;
 }
}

/* ====== screen resolution end ===== */

/* ====== Text wrap ===== */

.left-side {
  float: left;
  width: 50%;
  margin: 0 35px 20px 0;
  clear: both;
}

.right-side {
  float: right;
  width: 50%;
  margin: 0 0px 20px 35px;
  clear: both;
}

.content, header {
  width: 100%;
  margin: 0 auto;
}

header {
  text-align: center;
}

.content img {
  max-width: 100%;
}

/* ====== Text end ===== */


.successMsg {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  color: #6af381;
  font-size: 26px;
  font-weight: 600;
  display: none;
}

.list-black {
    padding-left: 25px;
}

.list-black li {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    padding-left: 20px;
    line-height: 1.8;
    word-break: break-word;
    display: flow-root;
}

.list-black li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000;
    left: -25px;
    top: 8px;
	color: #000;
	font-size: 18px;
}

.list-black li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    left: -25px;
    top: 9px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.hm-ht {
	height: 495px;
}


.abt-ht {
    height: 542px;
}

.cr-white {
    color: #fff;
}

.cr-post {
    background-image: linear-gradient(to top, #8d8d8d, #403838);
    padding: 0;
    padding: 60px 0 60px 0;
color: #fff;
}

.cr-post h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.cr-post p {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    word-break: break-word;
}

/*
---------------------------------------------
images floating CSS
---------------------------------------------


/* ====== Screen resolution ===== */

@media (min-width: 2256px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 2256px !important;
}
}

@media (min-width: 2256px) {
.cont-header{
    width: 2256px !important;
	margin: 0 auto;
 }
}

@media (min-width: 2256px) {
.container-lg, .container-md, .container-sm, .container-xl, .container-fluid .container .cont-header{
    max-width: 2256px !important;
	margin: 0 auto !important;
 }
}

/* ====== screen resolution end ===== */



@media (min-width: 2256px) {
    .section-scroll-jack-control {
        width:15.5rem;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .section-scroll-jack-control:after {
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(#000),to(transparent));
        background: -webkit-linear-gradient(left,#000,transparent);
        background: -o-linear-gradient(left,#000 0,transparent 100%);
        background: linear-gradient(90deg,#000,transparent);
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }
}

@media (max-width: 2256px.98px) {
    .section-scroll-jack-control {
        display:none
    }
}


/* ====== screen resolution end ===== */

.menuspace {
    padding-left: 92px;
}

.iso-img {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
}

.img-size {
	width: 50px;
	height: 50px;
margin-right: 8px;
    position: inherit;
}


.iso-txt {
    display: contents;
}




@media (max-width: 1280.98px) {
    .section-scroll-jack-control {
        height:auto;
        position: relative;
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
}

.section-scroll-jack {
    height: auto;
    position: relative;
    padding: 0
}

@media (min-width: 1280px) {
    .section-scroll-jack {
        min-height:100vh
    }
}

.section-scroll-jack-wrap {
    position: relative
}

@media (min-width: 1280px) {
    .section-scroll-jack-control {
        width:15.5rem;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .section-scroll-jack-control:after {
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(#000),to(transparent));
        background: -webkit-linear-gradient(left,#000,transparent);
        background: -o-linear-gradient(left,#000 0,transparent 100%);
        background: linear-gradient(90deg,#000,transparent);
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }
}

@media (max-width: 1280.98px) {
    .section-scroll-jack-control {
        display:none
    }
}

.section-scroll-jack-control ul {
    list-style-type: none;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
    height: 4rem;
    z-index: 15
}

@media (min-width: 1280px) {
    .section-scroll-jack-control ul {
        top:50%;
        height: auto;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute
    }
}

@media (max-width: 1280.98px) {
    .section-scroll-jack-control ul {
        display:-webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-scroll-jack-control ul>li {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem
}

.section-scroll-jack-control ul>li:first-child {
    padding-left: 0
}

@media (min-width: 1280px) {
    .section-scroll-jack-control ul>li {
        display:block;
        padding-left: 3rem;
        margin-bottom: 1.5rem;
        font-size: 27px;
        line-height: 3rem;
		font-weight: 400;
    }

    .section-scroll-jack-control ul>li:first-child {
        padding-left: 3rem
    }

    .section-scroll-jack-control ul>li:last-child {
        margin-bottom: 0
    }
}

.section-scroll-jack-control ul>li:before {
    display: none
}

.section-scroll-jack-control ul>li a {
    color: #a7a5a9;
    position: relative;
    display: block;
    padding-top: .2rem
}

.section-scroll-jack-control ul>li a:hover {
    color: #fff
}

.section-scroll-jack-control ul>li a:focus {
    color: #a7a5a9
}

.section-scroll-jack-control ul>li.active a {
    color: #fff
}

.section-scroll-jack-control ul>li.active a:after {
    content: "";
    background-color: #c84802;
    height: .2rem;
    width: 100%;
    position: absolute;
    bottom: -.4rem;
    left: 0
}

@media (min-width: 1280px) {
    .section-scroll-jack-control ul>li.active a:after {
        display:none
    }

    .section-scroll-jack-control ul>li.active a:before {
        content: "";
        width: .4rem;
        height: 100%;
        background-color: #fc5a00;
        top: 0;
        left: -1.5rem;
        position: absolute
    }
}

.section-scroll-jack .hero-content-header {
    margin-bottom: 8rem
}

.section-scroll-jack .hero-content-header h1 {
    margin-bottom: 2.5rem
}

.section-scroll-jack .hero-content {
    padding: 20rem 0 6rem;
    z-index: auto
}

@media (min-width: 1280px) {
    .section-scroll-jack .hero-content {
        padding:18rem 0;
        z-index: 4
    }
}

.section-scroll-jack .hero-content .container {
    position: relative;
    z-index: 10
}

.section-home-content.is-md {
    padding: 4rem 0
}

@media (min-width: 1280px) {
    .section-home-content.is-md {
        padding:7.5rem 0
    }
}

.section-home-content.is-lg {
    padding: 6rem 0
}

@media (min-width: 1280px) {
    .section-home-content.is-lg {
        padding:14.5rem 0
    }
}

/* ====== screen resolution end ===== */

.careers-bgnew {
    background-image: linear-gradient(to top, #342e39, #342e39);
    margin: 0;
    padding: 80px 0 0 0;
}

.careers-bgnew .vd-width {
    width: 100%;
    height: 250px;
}

.careers-bgnew .careerpanel {
    padding: 80px 50px 10px 50px;
    left: 0px;
    z-index: 9;
    margin: 0;
	color: #fff;
    width: 100%;
	margin-bottom: 10px;

}

.careers-bgnew h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 0 20px 0;
    word-break: break-word;
}

.txt-bck{
	color: #fff;
	padding-bottom: 20px;
}

.txt-bck a{
	color: #fff;;
}

.ind-panal-common {
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../images/icons/abt-bg.svg);
    background-position: 100% 0%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0 0 24px 0;
}

.ind-panal-common h4 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #006fba;
    word-break: break-word;
}

.ind-panal-common p {
    margin-top: 12px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 20px 0;
    height: auto;
    min-height: 100px;
    word-break: break-word;

}

/* ====== screen resolution scroll  ===== */



@media (min-width: 2256px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 2256px !important;
}
}

@media (min-width: 2256px) {
.cont-header{
    width: 2256px !important;
	margin: 0 auto;
 }
}

@media (min-width: 2256px) {
.container-lg, .container-md, .container-sm, .container-xl, .container-fluid .container .cont-header{
    max-width: 2256px !important;
	margin: 0 auto !important;
 }
}

/* ====== screen resolution end ===== */



@media (min-width: 2256px) {
    .section-scroll-jack-control {
        width:15.5rem;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .section-scroll-jack-control:after {
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(#000),to(transparent));
        background: -webkit-linear-gradient(left,#000,transparent);
        background: -o-linear-gradient(left,#000 0,transparent 100%);
        background: linear-gradient(90deg,#000,transparent);
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }
}

@media (max-width: 2256px.98px) {
    .section-scroll-jack-control {
        display:none
    }
}


/* ====== screen resolution end ===== */

.menuspace {
    padding-left: 92px;
}

.iso-img {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
}

.img-size {
	width: 50px;
	height: 50px;
margin-right: 8px;
    position: inherit;
}


.iso-txt {
    display: contents;
}




@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-scroll-jack-control {
        height:auto;
        position: relative;
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }
}

.section-scroll-jack {
    height: auto;
    position: relative;
    padding: 0
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-scroll-jack {
        min-height:100vh
    }
}

.section-scroll-jack-wrap {
    position: relative
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-scroll-jack-control {
        width:15.5rem;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        text-align: left;
        z-index: 10;
    }

    .section-scroll-jack-control:after {
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,right top,from(#000),to(transparent));
        background: -webkit-linear-gradient(left,#000,transparent);
        background: -o-linear-gradient(left,#000 0,transparent 100%);
        background: linear-gradient(90deg,#000,transparent);
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-scroll-jack-control {
        display:none
    }
}

.section-scroll-jack-control ul {
    list-style-type: none;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
    height: 4rem;
    z-index: 15
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-scroll-jack-control ul {
        top:50%;
        height: auto;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute
    }
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-scroll-jack-control ul {
        display:-webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-scroll-jack-control ul>li {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem
}

.section-scroll-jack-control ul>li:first-child {
    padding-left: 0
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-scroll-jack-control ul>li {
        display:block;
        padding-left: 3rem;
        margin-bottom: 1.5rem;
        font-size: 27px;
        line-height: 3rem;
		font-weight: 400;
    }

    .section-scroll-jack-control ul>li:first-child {
        padding-left: 3rem
    }

    .section-scroll-jack-control ul>li:last-child {
        margin-bottom: 0
    }
}

.section-scroll-jack-control ul>li:before {
    display: none
}

.section-scroll-jack-control ul>li a {
    color: #a7a5a9;
    position: relative;
    display: block;
    padding-top: .2rem
}

.section-scroll-jack-control ul>li a:hover {
    color: #fff
}

.section-scroll-jack-control ul>li a:focus {
    color: #a7a5a9
}

.section-scroll-jack-control ul>li.active a {
    color: #fff
}

.section-scroll-jack-control ul>li.active a:after {
    content: "";
    background-color: #c84802;
    height: .2rem;
    width: 100%;
    position: absolute;
    bottom: -.4rem;
    left: 0
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-scroll-jack-control ul>li.active a:after {
        display:none
    }

    .section-scroll-jack-control ul>li.active a:before {
        content: "";
        width: .4rem;
        height: 100%;
        background-color: #fc5a00;
        top: 0;
        left: -1.5rem;
        position: absolute
    }
}

.section-scroll-jack .hero-content-header {
    margin-bottom: 8rem
}

.section-scroll-jack .hero-content-header h1 {
    margin-bottom: 2.5rem
}

.section-scroll-jack .hero-content {
    padding: 20rem 0 6rem;
    z-index: auto
}

@media (min-width: 2800px) {
    .section-scroll-jack .hero-content {
        padding:18rem 0;
        z-index: 4
    }
}

.section-scroll-jack .hero-content .container {
    position: relative;
    z-index: 10
}

.section-home-content.is-md {
    padding: 4rem 0
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-home-content.is-md {
        padding:7.5rem 0
    }
}

.section-home-content.is-lg {
    padding: 6rem 0
}

@media only screen and (min-width: 1030px) and (max-width: 2800px) {
    .section-home-content.is-lg {
        padding:14.5rem 0
    }
}

/* ====== screen resolution end ===== */

/* ====== screen resolution end ===== */


.hs-input {
	color: #ffffff !important;
}

.hs-form-iframe .hs-input {
	color: #ffffff !important;
}


.fa {
    padding-right: 10px;
}


.sv-n-page{
    font-size: 14px !important;
    text-align: right;
    color: #fff;
    vertical-align: text-right;
    padding: 12px;
    line-height: 26px;
}



/* -- banner ------ */


.services-csel-bg {
    background: #49474d;
    padding: 35px;
}

.services-csel-1 {
	width: 352px;

}

.owl-carousel-l .owl-stage-outer-l {
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.services-csel-l .item-l {
    border-radius: 20px;
    text-align: left;
    color: #fff;
    padding: 20px;
    background: #a12c30;
	    margin-bottom: 25px;
}

.services-csel-l .item-l h4 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    min-height: 110px;
    line-height: 26px;
    word-break: break-word;
}

.services-csel-l .item-l .icon-l {
    max-width: 312px;
    height: 192px;
    margin: 0 auto 20px auto;
}

.services-csel-l .item-l p {
    color: #fff;
    font-size: 14px;
    min-height: 110px;
    height: auto;
    text-align: left;
    word-break: break-word;
    padding: 20px 0 0 0;
}

.cst-more-l a {
    color: #fff !important;
    font-size: 15px;
    padding: 0;
    line-height: 25px;
}


.doload-dt-pg {
    position: absolute;
    padding: 50px;
    left: 0px;
    top: 150px;
    z-index: 9;
	/* background-color: #000000; */
	margin: 0;
	width: 100%;
	box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important
}

.doload-dt-pg .caption h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px !important;
    font-weight: 800;
    color: #fc5a00;
    letter-spacing: 1px;
    text-align: left;
	padding: 0 0 20px 0;
	word-break: break-word;
}

.doload-dt-pg .caption p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
	word-break: break-word;
}


.cl-download {
    margin-top: 0px;
    /* margin-bottom: 40px; */
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.abt-media {
    padding: 0px;
    text-align: center;
	width: 40px;
}


.abt-m-icon {
    color: #005EC5;
}

.bg-inside {
    margin: 0;
	padding: 0;
}

.bg-inside p {
    color: #fff;
    font-size: 16px !important;
    text-align: left;
    line-height: 1.7 !important;
    padding: 0 0 30px 0;
    word-break: break-word;
}

.rt-blg-pl {
	background: #ccc;
	border-radius: 8px;
	padding: 25px;
	color: #000;
}

.rtb-bold {
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    text-align: left;
    padding: 0px 0 0px 0px;
	border-bottom: solid 2px #000;
}

.rtb-normal {
    margin: 0px 0px 35px 50px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0px;
	vertical-align: middle;
}

.bog-sp-ic {
    margin: 0px 0px 20px 0px;
    display: block;
}

.bg-inside-new {
    margin: 0;
	padding: 0;
}

.rt-nblg-pl1 {
	background: #fff;
	border-radius: 0px;
	padding: 25px;
	color: #000;
	margin: 0;
}

.rt-nblg-pl1 h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0;
}

.rt-nblg-pl1 p {
    margin: 0px 0px 25px 20px;
    font-size: 14px !important;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0px;
}

.rt-nblg-pl2 {
	background: #f8fafa;
	border-radius: 0px;
	padding: 25px;
	color: #000;
	margin: 0;
}

.rt-nblg-pl3 {
	background: #fff;
	border-radius: 0px;
	padding: 25px;
	color: #000;
	margin: 0;
}

.rt-nblg-pl3 h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0;
}

.blg-ic-32 {
 height: 32px  !important;
}


.list-blk {
    padding-left: 10px;
}

.list-blk li {
    position: relative;
    margin-bottom: 15px;
    color: #000;
    padding-left: 20px;
    line-height: 1.8;
    word-break: break-word;
    display: flow-root;
	font-size: 14px;
}

.list-blk li {
    position: relative;
    margin-bottom: 15px;
	margin-top: 15px;
}

.list-blk li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000;
    left: -25px;
    top: 9px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.blk-txt-hd {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 800;
    color: #005EC5;
    letter-spacing: 1px;
    text-align: left;
    padding: 0px 0 30px 0;
}

.blk-txt-papa {
    margin: 0px 0px 25px 0px;
    font-size: 14px !important;
    font-weight: 400;
    color: #000 !important;
    text-align: left;
    padding: 0px 0 20px 0px;
	line-height: 1.8;
}

.rt-nblg-wht {
	background: #fff;
	border-radius: 0px;
	padding: 25px;
	color: #000;
	margin: 0;
}

.rt-nblg-wht h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0;
}

.rt-nblg-wht p {
    margin: 0px 0px 20px 0px;
    font-size: 14px !important;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0px;
}

.rt-nblg-whtblue {
	background: #f8fafa;
	border-radius: 0px;
	padding: 25px;
	color: #000;
	margin: 0;
}

.office-v2-item-list-item .ctimgicon{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.down-img-height { 
	width: 100%;
	height: 750px;   
}

.text-white a{
    color: #ffffff !important;
}

.text-white a:hover{
    color: #fc5a00 !important;
}


@media (max-width: 820px) {
	
	section.experience {
	background-image: url(../images/home/Delightful-Experience.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;

}

section.engineer {
    background-image: url(../images/home/Solve-Problems.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.manage {
    background-image: url(../images/home/Lead-Execute.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.consult {
    background-image: url(../images/home/Innovate-Grow.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

}


@media (max-width: 820px) {
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #000 !important;
    padding: 15px;
    z-index: 99999;
    text-align: left;
    /* margin: -2px; */
}

/* .dl-img-ipad {
    height: 910px !important;
} */

}


/* iPad mini */


/* ipad Mini Landscape */
@media only screen and (width:1024px) {
	
section.experience {
  background-image: url(../images/home/Delightful-Experience.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;

}

section.engineer {
  background-image: url(../images/home/Solve-Problems.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.manage {
  background-image: url(../images/home/Lead-Execute.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.consult {
  background-image: url(../images/home/Innovate-Grow.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

}

/* Blog */

.kyp-p  p{
    margin: 0px 0px 25px 0px;
    font-size: 14px !important;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0px;
}

.bl-icon-b {
    padding: 8px;
    margin: 8px 8px 25px 8px;
    background: #ccc;
    border-radius: 6px;
}

.bl-icon-b h2{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    text-align: center;
    padding: 0px 0 0px 0;
	line-height: 20px;
    min-height: 53px;
    height: auto;
}

.bl-icon-b p {
   margin: 0px 0px 20px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 0px 0 0px 0px;
	line-height: 20px;
    min-height: 150px;
    height: auto;
}

.bl-icon-size {
	width: 32px;
	height: 32px;
	margin: 10px;
}

.bl-icon-sm {
    width: 32px !important;
    height: 32px !important;
	padding: 0;
	margin: 0;
	float: left;
}




/* ipad Mini Landscape */
@media only screen and (width:1180px) {
	
section.experience {
  background-image: url(../images/home/Delightful-Experience.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;

}

section.engineer {
  background-image: url(../images/home/Solve-Problems.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.manage {
  background-image: url(../images/home/Lead-Execute.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.consult {
  background-image: url(../images/home/Innovate-Grow.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

}

@media (max-width: 1180px) {
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 15px;
    z-index: 99999;
    text-align: left;
    /* margin: -2px; */
}

}


@media (max-width: 1180px) {

}



/* ipad Mini Landscape */
@media (max-width: 1024px) {
	
section.experience {
  background-image: url(../images/home/Delightful-Experience.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;

}

section.engineer {
  background-image: url(../images/home/Solve-Problems.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.manage {
  background-image: url(../images/home/Lead-Execute.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.consult {
  background-image: url(../images/home/Innovate-Grow.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

}


/* ipad Mini Landscape */
@media (max-width: 1194px) {
	
section.experience {
  background-image: url(../images/home/Delightful-Experience.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;

}

section.engineer {
  background-image: url(../images/home/Solve-Problems.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.manage {
  background-image: url(../images/home/Lead-Execute.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.consult {
  background-image: url(../images/home/Innovate-Grow.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 15px;
    z-index: 99999;
    text-align: left;
    /* margin: -2px; */
}


.sv-spacetp {
    padding-top: 150px;
}

.sv-position-relative {
    position: relative !important;
}

.sv-about .sv-about-img {
    position: absolute;
    top: 0;
    right: 0;
}

.sv-middle-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.sv-about .sv-our-story {
    padding-right: 35%;
}

.sv-about .sv-our-story {
    padding: 40px 160px 40px 40px !important;
    background-color: #f5f6f7;
    border-radius: 15px;
    margin-top: 125px;
}

.sv2-about {
    padding: 0px 0;
    overflow: hidden;
    background: #000;
    padding: 0 0 150px 0;
}

.sv2-position-relative {
    position: relative !important;
}

.sv2-about .sv2-about-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.sv2-middle-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.sv2-about .sv2-our-story {
    padding-left: 30%;
}

.hd-txt {
    color: #000;
    font-size: 1.5rem !important;
    margin: 0px 0 25px 0 !important;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0px 0px #000000;
}


}


/* ipad Mini Landscape */
@media (max-width: 834px) {
	
section.experience {
  background-image: url(../images/home/Delightful-Experience.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;

}

section.engineer {
  background-image: url(../images/home/Solve-Problems.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.manage {
  background-image: url(../images/home/Lead-Execute.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

section.consult {
  background-image: url(../images/home/Innovate-Grow.jpg);
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    background-size: cover !important;
	padding: 40px 0px;
	max-width: 100% !important;
	height: auto !important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #000 !important;
    padding: 15px;
    z-index: 99999;
    text-align: left;
    /* margin: -2px; */
}

.down-img-height {
    width: 100%;
    height: 920px !important;
}

/* .dl-img-ipad {
    height: 950px !important;
} */

.img-spd {
	padding-bottom: 20px !important;
}

.img-sp {
    padding-top: 20px !important;
}

.hd-txt {
    color: #000;
    font-size: 1.5rem !important;
    margin: 0px 0 25px 0 !important;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0px 0px #000000;
}

.sv-about .sv-our-story {
    margin-top: 246px !important;
    z-index: 9;
    position: relative;
}

.sv2-about .sv2-our-story {
    margin-top: 246px !important;
    left: 0;
    z-index: 99;
}

.sv2-about .sv2-our-story {
    padding-left: 5% !important;
}

.ser-dt-pg {
    position: absolute;
    padding: 25px;
    left: 0px;
    top: 140px  !important;
    z-index: 9;
    background-color: rgba(31,39,43,0.50);
    margin: 0;
    width: 90%;
    box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
}

.vd-width {
    width: 100%;
    height: auto;
}

.ser-dt-bg-dt-ux h2 {
    font-size: 2.1rem;
    line-height: 3.5rem;
    color: #fff;
    font-weight: 700;
    word-break: break-word;
    padding: 20px 20px 20px 20px !important;
}

.ser-dt-bg-dt-ux p {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
    padding: 0 0 20px 20px !important;
    word-break: break-word;
}

}



/* ipad Mini Landscape */
@media (max-width: 1200px) {
    .dl-img-ipad {
        height: 950px !important;
    }
}

@media (max-width: 1024px) {


.sv-position-relative {
    position: relative !important;
}

.sv-about .sv-about-img {
    position: absolute;
    top: 0;
    right: 0;
}

.sv-middle-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.sv-about .sv-our-story {
    padding-right: 35%;
}

.sv-about .sv-our-story {
    padding: 40px 160px 40px 40px !important;
    background-color: #f5f6f7;
    border-radius: 15px;
    margin-top: 125px;
}

.sv2-about {
    padding: 0px 0;
    overflow: hidden;
    background: #000;
    padding: 0 0 150px 0;
}

.sv2-position-relative {
    position: relative !important;
}

.sv2-about .sv2-about-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.sv2-middle-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.sv2-about .sv2-our-story {
    padding-left: 28%;
}

.hd-txt {
    color: #000;
    font-size: 1.5rem !important;
    margin: 0px 0 25px 0 !important;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0px 0px #000000;
}

.down-img-height {
    width: 100%;
    height: 850px !important;
}

.dl-img-ipad {
    height: 1085px !important;
}

}


@media (max-width: 768px) {

.sv-about .sv-our-story {
    padding: 40px 40px 40px 40px !important;
    background-color: #f5f6f7;
    border-radius: 15px;
    margin-top: 125px;
}

/* .dl-img-ipad {
    height: 1020px !important;
} */

}

@media (max-width: 576px) {
    .dl-img-ipad {
        height: 1200px !important;
    }
}

@media (max-width: 360px) {
    .dl-img-ipad {
        height: 1300px !important;
    }
}

@media (max-width: 810px) {
.sv-about .sv-our-story {
    padding: 40px 40px 40px 40px !important;
    background-color: #f5f6f7;
    border-radius: 15px;
    margin-top: 125px;
}
}


@media (max-width: 1080px) {
.sv2-about .sv2-our-story {
    padding-left: 30%;
}

.sv-about .sv-our-story {
    padding: 40px 160px 40px 40px !important;
    background-color: #f5f6f7;
    border-radius: 15px;
    margin-top: 125px;
}

}

@media (max-width: 810px) {
    .sv-about .sv-our-story {
        padding: 40px 40px 40px 40px !important;
        background-color: #f5f6f7;
        border-radius: 15px;
        margin-top: 125px;
    }
}

@media (max-width: 843px)  {
    .sv-about .sv-our-story {
        padding: 40px 40px 40px 40px !important;
        background-color: #f5f6f7;
        border-radius: 15px;
        margin-top: 125px;
    }
}

@media (max-width: 390px)  {
    .ser-dt-pg {
        position: absolute;
        padding: 30px;
        left: 0px;
        top: 140px !important;
        z-index: 9;
        background-color: rgba(31,39,43,0.50);
        margin: 0;
        width: 95% !important;
        box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
    }	

    .ser-dt-pg .caption p {
        color: #fff;
        font-size: 14px !important;
        text-align: left;
        line-height: 1.6;
        word-break: break-word;
    }
}

@media (max-width: 414px)  {
    .ser-dt-pg {
        position: absolute;
        padding: 30px;
        left: 0px;
        top: 130px !important;
        z-index: 9;
        background-color: rgba(31,39,43,0.50);
        margin: 0;
        width: 95% !important;
        box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
    }

    .ser-dt-pg .caption p {
        color: #fff;
        font-size: 14px !important;
        text-align: left;
        line-height: 1.6;
        word-break: break-word;
    }
}

@media (max-width: 320px)  {
    .ser-dt-pg {
        padding: 0px;
    }
}

/* new icons  */


.bog-sp-ic-new {
    margin: 0px 0px 20px 0px;
    display: block;
}

.blg-ic-32-new {
    height: 32px !important;
    float: left;
	width: 32px;
}

.bog-sp-ic-new p {
    margin: 0px 0px 25px 44px;
    font-size: 14px !important;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0px;
	
}

.blg-ic-32-p {
    height: 32px  !important;
    width: 32px  !important;
}

/* accessibility  */

@media (max-width: 414px)  {
    .down-img-height {
        width: 100%;
        height: 1060px !important;
    }
}

@media (max-width: 390px)  {
    .down-img-height {
        width: 100%;
        height: 1300px !important;
    }
}

@media (max-width: 844px)  {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #000 !important;
        padding: 15px;
        z-index: 99999;
        text-align: left;
        /* margin: -2px; */
    }
}

@media (max-width: 896px)  {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #000 !important;
        padding: 15px;
        z-index: 99999;
        text-align: left;
        /* margin: -2px; */
    }
}

@media (min-width: 897px) and (max-width: 991px) {
    .navbar-collapse {
        background: #000 !important;
    }
}

.rt-acc {
    background: #fff;
    border-radius: 0px;
    padding: 25px;
    color: #000;
    margin: 0;
}

.rt-acc p{
    margin: 0px 0px 25px 0px;
    font-size: 14px !important;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 0px 0 0px 0px;
}

.section-bg-why {
    padding: 40px 0px 60px 0;
    margin: 0;
    background: #F5F5F5;
}


@media (max-width: 390px)  {
    section.apply-now {
        background-image: url(../images/home/ToolsTechBg.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 140px 0px;
    }
}

@media (max-width: 414px)  {
    section.apply-now {
        background-image: url(../images/home/ToolsTechBg.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 140px 0px;
    }
}

@media (max-width: 820px)  {
    section.apply-now {
        background-image: url(../images/home/ToolsTechBg.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 140px 0px;
    }
}


@media (max-width: 768px)  {
    section.apply-now {
        background-image: url(../images/home/ToolsTechBg.jpg);
        background-position: center center;
        background-attachment: inherit !important;
        background-repeat: no-repeat;
        background-size: cover !important;
        padding: 140px 0px;
    }
}

@media (max-width: 1024px)  {
    section.apply-now {
        background-image: url(../images/home/ToolsTechBg.jpg);
        background-position: center center;
        background-attachment: inherit !important;
        background-repeat: no-repeat;
        background-size: cover !important;
        padding: 140px 0px;
    }
}

@media (max-width: 1366px)  {
    section.apply-now {
        background-image: url(../images/home/ToolsTechBg.jpg);
        background-position: center center;
        background-attachment: inherit !important;
        background-repeat: no-repeat;
        background-size: cover !important;
        padding: 140px 0px;
    }
}



/* ====== TESTIMONIALS ===== */


/* Testimonial
================================================== */


.hero {
    overflow-x: hidden;
    margin: 0 0 40px 0;
	background: #F5F5F5;
	padding: 0px 0 20px 0;
}

.hero .carousel {
    width: 100%;
    padding: 60px 0;
    margin: 0;
}

.hero .info {
    inset: 0; 
    z-index: 2;
}

.hero .carousel-control-prev, .hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
}

/* @media (min-width: 640px) {
    .hero .carousel-control-prev {
         padding-left: 15px;
    }
} */

.hero .carousel-control-prev {
    justify-content: start;
}

.carousel-control-prev {
    left: -0 !important;
}

.carousel-control-next {
    right: 0 !important;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
	font-weight: 800;
    line-height: 0;
    background: #7c7884;
    color: #000;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-chevron-left::before {
    content: "\f284";
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-chevron-left::before {
   content: '\f104';
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero .carousel-control-prev, .hero .carousel-control-next {
    z-index: 3;
    transition: 0.3s;
	top: 290px;
	margin: auto!important;
}

/* @media (min-width: 640px) {
    .hero .carousel-control-next {
        padding-right: 15px;
    }
} */

.hero .carousel-control-next {
    justify-content: end;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
	font-weight: 800;
    line-height: 0;
    background: #7c7884;
    color: #000;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-chevron-right::before {
    content: '\f105';
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tst-headct {
    padding: 80px 15px 0px 15px;
    color: #005EC5;
    word-break: break-word;
	font-size: 48px;
    font-weight: 700;
	line-height: 55px;
}

.tst-spaceimg {
    padding: 60px 0 0 0px;
}


.cl-img-iz {
	z-index: 9;
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 320px) and (max-width: 767px) {
	.main-banner .caption {
		margin-top: 120px !important;
	}
}


@media (min-width: 320px) and (max-width: 767px) {
    .main-banner .caption h1 {
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 46px;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
        text-align: center;
        word-break: break-word;
    }
}


@media (max-width: 320px)  {
    .main-banner .caption h1 {
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 35px !important;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
        text-align: center;
        word-break: break-word;
    }

    section.experience .item h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 30px !important;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    section.engineer .item h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 30px !important;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    section.manage .item h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 30px !important;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    section.consult .item h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 30px !important;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.4;
    }
}

/* contact us form */

#sib-container {
    background: #342e39 !important;
    margin: 0 auto;
    padding: 17px;
    display: inline-block;
    width: 100%;
}

.sib-form .entry__field {
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border: 0px solid #c0ccda  !important;
    border-radius: 3px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0.25rem 0;
    max-width: 100%;
}

.sib-form .input:first-child, .sib-form .input__affix:first-child {
    padding-left: 0.0rem !important;
}

section.contact-us .contact input {
    width: 100%;
    height: 18px !important;
    background-color: #fff !important;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    padding: 8px 8px;
    margin-bottom: 0px !important;
    border-bottom: solid 1px #fff;
	border-radius: 16px;
	margin-left: 10px;

}

section.contact-us .contact textarea {
    width: 100%;
    min-height: 80px !important;
    max-height: 135px !important;
    border-radius: 20px;
    background-color: #fff !important;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 15px;
    margin-bottom: 30px;
	margin-left: 10px;
}

.sib-form {
    background-attachment: fixed;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    padding: 0 12px 5px !important;
    margin: 0;
}

section.contact-us .contact button {
    font-size: 13px;
    color: #fff;
    background-color: #005EC5;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .3s;
    border: none;
    outline: none;
}

.sib-form .input {
    box-shadow: none;
    min-width: 1px;
    padding: 0;
    font-size: 16px !important;
    margin-left: 10px !important;
	font-family: 'Poppins', sans-serif !important;
}

.sib-form #NAME, #EMAIL, #PHONE_NUMBER, #JOB_TITLE, #COMPANY_NAME {
    font-size: 16px !important;
}

.sib-form textarea.input {
    padding: calc(0.5rem - 1px);
	min-height: 120px !important;
}


/* @media (max-width: 768px)  {
    .ser-dt-bg-page .vd-width {
        height: auto !important;
    }
}


@media (max-width: 390px)  {
    .ser-dt-bg-page .vd-width {
        height: auto !important;
    }
}

@media (max-width: 414px)  {
    .ser-dt-bg-page .vd-width {
        height: auto !important;
    }
} */

.container {
    max-width: 100%;
    padding: 0;
}

/* New css for upgrade 29-11-23 */

@media only screen and (min-width: 320px) and (max-width: 640px) {

.ser-dt-pg .caption h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 0 20px 0;
    word-break: break-word;
}

.doload-dt-pg {
    position: absolute;
    padding: 50px;
    left: 0px;
    top: 150px;
    z-index: 9;
    /* background-color: #000000; */
    margin: 0;
    width: 100%;
    box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
    margin-bottom: 0 0 25px 0;
}

.doload-dt-pg .caption h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px !important;
    font-weight: 800;
    color: #fc5a00;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 0 20px 0;
    word-break: break-word;
}

section.ser-dt-bg-page {
    padding: 0px 0 0px 0;
    margin: 0 0 0px 0;
}

.section-bg {
    /* padding: 135px 0px !important; */
    margin: 0;
    /* background: #F5F5F5; */
}

.ser-dt-pg {
    position: absolute;
    padding: 10px !important;
    left: 0px;
    top: 130px !important;
    z-index: 9;
    background-color: rgba(31,39,43,0.50);
    margin: 0;
    width: 95% !important;
    box-shadow: 6px 6px 52px 0 rgb(126 138 253 / 15%) !important;
}

.sv-ser-space {
    padding: 10px !important;
}
}

/* @media only screen and (min-width: 1024px) {
    .navbar{
        max-width: 960px !important;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 820px){
    .navbar{
        max-width: 720px;
        margin: 0 auto;
    }
} */

@media only screen and (min-width: 768px) {
    .newabt-sect {
        padding: 0 5%;
    }
}

@media screen and (max-width: 820px) {
    .sv2-about {
        padding: 0 0 80px 0;
	}
	.sv-spacetp {
		padding-top: 80px;
	}
}

@media only screen and (min-width: 1180px) and (max-width: 1366px){
    .ser-dt-bg-dt-ux {
        padding: 4rem 6rem 4rem 0;
    }
}

@media (max-width: 820px) {
    .blg-bn-txt .caption h1 {
        font-size: 25px !important;
        text-transform: capitalize;
        word-break: break-word;
    }

}




@media only screen and (min-width: 320px) and (max-width: 640px) {
		.blog-txtpanel {
			padding: 30px;
			background: #645d5d;
			border-radius: 10px 10px 0 0;
			min-height: 586px !important;
			height: auto;
			margin-bottom: 25px !important;
	}	
	
}


.blog-txtpanel {
    padding: 30px;
    background: #645d5d;
    border-radius: 10px 10px 0 0;
    min-height: 706px;
    height: auto;
}
