/* fonts*/
@import url('https://fonts.googleapis.com/css?family=Barlow:400,600|Lato|Poppins:400,500,600|Work+Sans:400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow:400,600|Lato&display=swap');
* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
  /*  font-family: 'Montserrat', sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #fff;
    width: 100%;
    height: 100%;

}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3a3333;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 15px;
}

h5, h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

h1 {
    font-size: 60px;
    font-weight: 500;
    position: relative;
    
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

a img,
iframe {
    border: none;
}

p {
    color: #232323;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
	text-align:justify;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #232323;
}

a,
p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;

}

b, strong {
    font-weight: 600 !important;
}

/*header*/
header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

/*slider*/
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*="carousel-control"] {
    background: none;
    width: 50px;
    height: 50px;
    color:
        #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #46474f;
    border-top-color: rgb(70, 71, 79);
    border-right-color: rgb(70, 71, 79);
    border-bottom-color: rgb(70, 71, 79);
    border-left-color: rgb(70, 71, 79);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    border-radius: 50px;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*="carousel-control"]:hover {
    opacity: 1;
    background: #00aeef !important;
    border-color:  #00aeef !important;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 690px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 80px;
    line-height: 1em;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;	
}

.slider-content-style .content p {
    font-family: 'Work Sans', sans-serif;    
    font-size: 23px;
	text-align:center;
    color:#FFFFFF;
    letter-spacing: 0;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: ;
}

.border_top {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

a.nav-link:hover {
    color: #00aeef !important;
}

.slider-content-style .content a.thm-btn {
    background: #ffba60;
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 18px;
    letter-spacing: .1em;

    font-weight: 600;
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
    background: #fff;
}

.contctNumber {

    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: white !important;

}

#mainNav {

    border-bottom: 1px solid #3d454f;

}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 22px;
    padding-right: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.w-25 {
    width: 15% !important;
}

.carousel-control-prev i {
    margin-top: -3px;
}

.backdrop {
    font-size: 100px;
    font-weight: 500;
    color: 
    #efefef;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    font-family: 'Poppins', sans-serif;
}
.comm_padd {
    padding-top: 119px;
    padding-bottom: 50px;
}

.color_blue {
    color: #00aeef !important;
}

.heading_shadow {
    position: relative;
}

.backdrop.right_0 {
    right: 0;
}

.strategy_right h2 {
    font-size: 48px;
    font-weight: 500;
    position: relative;
}

.strategy_right h2::after {
    position: absolute;
    content: "";
    height: 3px;
    background: 
    #00aeef;
    right: 89%;
    bottom: 0;
    top: auto;
    width: 100%;
    z-index: 1;
}

.strategy_right.Right_border h2::after {
    position: absolute;
    content: "";
    height: 3px;
    background:
        #00aeef;
    left: 91%;
    bottom: 0;
    top: auto;
    width: 118%;
    z-index: 1;
}

.strategy_right {
    padding: 30% 0px 30% 75px;
    min-height: 464px;
}

.strategy_right p {

    padding-left: 20px;
}

.Right_border p {
    padding-left: 0;
    padding-right: 20px;
    font-weight: 500;
}

.strategy_right.text-right.Right_border {
    padding: 30% 40px;
}
.OurStrategy {
    padding-top: 40px;
}
.row_strategy {
    padding: 50px 0;
}

.p_b_50 {
    padding-bottom: 50px;
}

/*Team*/
.backdrop.center {
    font-size: 100px;
    font-weight: 600;
    color:
        #e2e2e2;
    position: absolute;
    top: 0;
  
    left: 39%;
}

.gray_bg {
    background:#f1f1f1;
    z-index: -1;
}

.comm_p_t_b {
    padding-top: 101px;
    position: relative;
    padding-bottom: 72px;
}

.italic_style {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

.Industries .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    border-right: 6px solid #00aeef;
    padding-right: 15px;
}

.Industries .nav-tabs .nav-link {
   
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(162,152,152,.24);
  /*  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.07) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;*/
}

.Industries .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #00aeef;
    text-transform: uppercase;
}

.Industries .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #818181;
    font-weight: 500;
    padding-left: 33px;
}

.Industries .tab-content>.active {
    display: block;

    min-height: 165px;
}

.Industries .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.Industries .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    border-right: 6px solid #00aeef;
    padding-right: 0px;
    width: 100%;
}

.Industries .nav.nav-tabs li:last-child {
    margin-bottom: 0;
}


.Industries_right h5 {
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 6px;

}

.Industries .nav-tabs .nav-link.active:hover {
    color: white !important;
}
.Industries .tab-content {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 22px;
}
.Industries .tab-content > .active {
    display: block;
    min-height: 576px;
    overflow-y: scroll;
    max-height: 576px;
}
.backdrop.center.Industries_head {

    font-family: 'Montserrat', sans-serif;
    left: 26%;
    font-size: 100px;
    font-weight: 600;
    top: -4px;
    color:

        #efefef;

}

.Industries h1,
.management_services h1 {
    margin-bottom: 30px;
}

.backdrop.center.management_services {
    left: 0 !important;
    display: block;
    right: 0;
    width: 100% !important;
    font-size: 96px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    top: -10px;
}
/*managment */

.management_services .nav-link {
    font-size: 22px;
    font-weight: 500;
    padding: 2.6rem 0rem;
    color: #818181;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    background: white;
    box-shadow: 0 0.5rem 1rem rgba(162,152,152,.24);
   
}

.management_services .nav-link.active {
    background: #00aeef !important;
    color: #fff !important;
    border-color: #00aeef !important;
}

.management_services .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.management_services .nav-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 6px;
    width: 16.217%;
    text-align: center;
}

.management_services .nav-tabs {
    border-bottom: 3px solid #00aeef;
}

.management_services .tab-content {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 40px;
    background: white;
    min-height: 270px;
}

.ul_inner li {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #010927 !important;
    font-size: 14px;
    list-style: disc;
    width: 25%;
    float: left;
    transition-timing-function: ease-in-out;
    transition: all 0.5s;
}
.ul_inner li:hover {
    padding-left: 20px;
    color: #00aeef !important;
    cursor: pointer;
    font-weight: bold;
}

.contact_head_top {
    font-size: 72px;
    font-weight: 500;
    position: relative;
    margin-left: -107px;
    margin-top: 34px;
}

.contact_head_top::before {
    position: absolute;
    content: "";
    height: 3px;
    background: 
    #fff;
    bottom: 0;
    top: 41px;
    width: 35%;
    left: -280px;
}
.input-group.textarea_mb {
    margin-top: 44px !important;
}

.contact_form .input-group {
    position: relative;
    margin: 15px 0 15px;
}
.contact_form input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
}
.contact_form input:focus {
  outline: none;
}

.contact_form label {
    color: 
    #727272;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 16px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    letter-spacing: 2px;
}

.contact_form input:focus ~ label, .contact_form input:valid ~ label {
    top: -20px;
    font-size: 11px;
}

.contact_form .bar {
  position: relative;
  display:block;
  width:100%;
}

.contact_form .bar::before, .contact_form .bar::after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: 
    #00aeef;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.contact_form .bar:before {
  left: 50%;
}

.contact_form .bar:after {
  right: 50%;
}

.contact_form input:focus ~ .bar:before,
.contact_form input:focus ~ .bar:after {
  width: 50%;
}

.contact_form .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.contact_form input:focus ~ .highlightm  {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

textarea{font-size: 18px;
padding: 10px 10px 10px 5px;
display: block;
border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
border-bottom: 1px solid
#d5d5d5;
width: 100%;}
.contact_form textarea:focus ~ .highlightm  {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.contact_form textarea:focus ~ .bar:before,
.contact_form textarea:focus ~ .bar:after {
  width: 50%;
}
.contact_form textarea:focus ~ label, .contact_form textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
}
.contact_form textarea:focus {
  outline: none;
}
.contact_form textarea:focus {
  outline: none;
}
span.error {
    color: #ff4242;
    margin-left: 5px;
}
.blueBtn {
    background: 
    #00aeef;
    border: none;
   
    padding: 11px 40px;
    font-size: 15.4px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
.inner_contend h2 {
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}
.inner_contend p {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 28px;
}
.inner_contend img {
    margin-bottom: 8px;
}
.contact_left {
    background: url(../img/form_bg.jpg);
        background-repeat: repeat;
    background-repeat: no-repeat;
    min-height: 647px;
    padding-top: 125px;
    padding-left: 80px;
    padding-right: 80px;
}
.contact.comm_p_t_b {
    padding-bottom: 0;
}
.contact h1 {
    margin-bottom: 30px;
}
.footer {
    background: 
    #333;
    text-align: center;
    padding: 20px 0;
}
.footer p {
    font-size: 14.2px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
}


/* animations */
@-webkit-keyframes inputHighlighter {
  from { background: #00aeef; }
  to   { width: 0; background: transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:  #00aeef; }
  to   { width: 0; background: transparent; }
}
@keyframes inputHighlighter {
  from { background: #00aeef; }
  to   { width: 0; background: transparent; }
}

@media screen and (max-width: 1600px) {
   .Industries .nav-tabs .nav-link {
    font-size: 14px;
    padding-left: 26px;
}
    .management_services .nav-link {
        font-size: 20px;
    }

    .backdrop.center.management_services {
        font-size: 95px;
    }

    .ul_inner li {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .ul_inner li:hover {
        padding-left: 9px;
    }
    .Industries .tab-content > .active {
    display: block;
   max-height:550px;
    overflow-y: scroll;
    min-height: 550px;
}
}




.row.ReverseRow {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}
.tab_inresponsive{display: none;}




.nav-tabs {
    display:none;
}

@media(min-width:992px) {

    .nav-tabs {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:991px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .Industries .tab-content{box-shadow: none !important;}
    .Industries a[aria-expanded="true"], .management_services a[aria-expanded="true"]{
    background-color: #00AEEF;
    color: white !important;
}
.Industries .card-body h5 {

    font-size: 16px;
    font-weight: bold;

}
.card.tab-pane {
    box-shadow: 0 .5rem 1rem 
    rgba(162, 152, 152, 0.24);
    margin-bottom: 15px;
}
.card-header{border-bottom: 0px;}
.Industries .card-body ul {
    height: 300px;
    overflow-y: scroll;
}
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
   /* display:none;*/
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


.scroll-down {
    margin: 0;
    border: 0px solid 
#fff;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
width: 60px;
height: 60px;
background:
    #00aeef;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.scroll-down .js-scroll-trigger.animate {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 16px;
}
.js-scroll-trigger.animate img {
    width: 26px;
}

.navbar-fixed {
  top: 0;
  z-index: 1024;
  position: fixed;
  width: 100%;
  background: #000;
   -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.navbar.navbar-expand-lg.navbar-dark.navbar-fixed .nav-link{padding-top: 15px;
padding-bottom: 15px}