@import url("owl.carousel.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: rgb(58, 58, 58);
    font-weight: 400;
    position: relative;
    font-family: Roboto !important;
    background-color: rgb(255, 255, 255) !important;
}

* {
    margin: 0px;
    padding: 0px;
}

.clearfix {
    zoom: 1;
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix::after {
    clear: both;
}

.clr,
.clear {
    clear: both;
}

header,
footer,
aside,
article,
section,
nav,
figure {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

ul,
li,
ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none !important;
}

img {
    border: 0px;
    outline: none;
    max-width: 100%;
}

input[type="text"],
input[type="password"],
select,
textarea,
input[type="button"] {
    max-width: 100%;
}

table {
    width: 100%;
}

p {
    margin: 0px;
    padding: 0px;
}

.fltL {
    float: left;
}

.fltR {
    float: right !important;
}

.padding_none {
    padding: 0px !important;
}

.margin_none {
    margin: 0px !important;
}

.border_none {
    border: none !important;
}

.navbar-toggle {
    background-color: rgb(255, 255, 255) !important;
}

.icon-bar {
    background-color: rgb(0, 0, 0) !important;
}

.p_right0 {
    padding-right: 0px !important;
}

.p_left0 {
    padding-left: 0px !important;
}

.padding50 {
    padding: 50px 0px !important;
}

a.ColorRed {
    color: red;
}

.UpHeader .HeaderLeft {
    display: flex;
    align-items: center;
    justify-content: end;
}

.UpHeader {
    background-color: #36454F;
    padding: 10px;
}

.UpHeader .HeaderLeft ul {
    display: flex;
    align-items: center;
}

.UpHeader .HeaderLeft ul li {
    padding: 0px 10px;
}

.UpHeader .HeaderLeft ul li a {

    color: #FBFBFB;
}

.Header .Navigation {
    padding: 10px 0px;
    background: #FBFBFB;
}

.Header .Navigation .navbar {
    padding: 0px;
}

.Header .Navigation .navbar .navbar-brand {
    padding: 0px;
    width: 130px;
}

.Header .Navigation .navbar .navbar-collapse {
    justify-content: space-around;
}

.Header .Navigation .navbar .navbar-nav .nav-item {
    margin: 0px 20px;
}

.Header .Navigation .navbar .navbar-nav .nav-item.active .nav-link {
    color: #2d3942;
}

.Header .Navigation .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: #36454FCC;
    font-weight: 500;
    padding: 10px 0px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.Header .Navigation .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #36454F;
}

.Header .Navigation .navbar .navbar-nav .nav-item .nav-link img {
    width: 55px;
}

.Header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 6px #ddd;
}

.Header .Navigation .navbar .navbar-nav {
    align-items: center;
    display: flex;
}

p.MainPara {
    color: rgb(2, 0, 39);
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    margin-top: 16px;
}

#fp-nav {
    display: none;
}

.SliderMain .carousel-inner .carousel-item {
    height: 100vh;
}

.SliderMain .carousel-inner .carousel-item {
    height: 100vh;
}

.SliderMain .carousel-inner .carousel-item .carousel-caption {
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    width: 100%;
}

.SliderMain .carousel-inner .CaptionOne {}

.SliderMain .carousel-inner .CaptionOne {}

.SliderMain .carousel-inner .CaptionOne p span {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.SliderMain .carousel-inner .CaptionOne p span::after {
    content: '';
    background: #EE7600;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.SliderMain .carousel-inner .CaptionOne h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.SliderMain .carousel-inner .CaptionOne h3 span {
    color: #EE7600;
}

.SliderMain .carousel-inner .CaptionOne p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

/*.SliderMain .carousel-inner .carousel-item .CaptionTwo.carousel-caption {
    left: 22%;
    top: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 0;
}*/

.CaptionTwo{ padding: 0 30px; }

.SliderMain .carousel-inner .carousel-item .CaptionTwo p span {
    position: relative;
}

.SliderMain .carousel-inner .carousel-item .CaptionTwo p span::after {
    content: '';
    background: #EE7600;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.SliderMain .carousel-inner .carousel-item .CaptionTwo h3 {
    color: #36454F;
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    font-style: normal;
}

.SliderMain .carousel-inner .carousel-item .CaptionTwo h3 span {
    color: #EE7600;
}

.SliderMain .carousel-inner .carousel-item .CaptionTwo p {
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #36454F;
    margin-bottom: 20px;
}

.Experience {
    min-height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    padding-top: 150px;
}

.Experience .InnerFigure {
    display: flex;
    width: 100%;
}

.Experience .InnerFigure .LeftImage {
    width: 60%;
    padding: 0 5px;
}

.Experience .FigureBox .RightImage {
    width: 40%;
    padding: 0 5px;
}

.Experience .FigureBox {
    margin-right: 25px;
}

.Experience .FigureBox figure {
    margin: 0;
}

.Experience .FigureBox .RightImage figure {
    margin: 0 0 9px 0;
}

.section {
    width: 100%;
    height: 100vh;
}

.FigureBox p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #EE7600;
    padding-bottom: 10px;
}

.FigureBox h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 55px;
    color: #36454F;
    margin-bottom: 20px;
}

.ExperienceContent {}

.ExperienceContent article {
    margin-bottom: 13px;
}

.ExperienceContent article span {
    padding-right: 6px;
}

.ExperienceContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
    color: #36454F;
}
.ExperienceContent ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
    color: #36454F;
    list-style: circle;
}
.ExperienceContent ul  {
    margin: 10px;
}
.ExperienceContent p+p {
    margin: 14px 0 0 0;
}

.ExperienceContent a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #EE7600;
    text-decoration: underline;
}
.VisionContent ul.CareersList{}
.VisionContent ul.CareersList li {
    font-size: 18px;
    color: #36454F;
    line-height: 36px;
    font-weight: 500;
    list-style-type: disclosure-closed;
}

.LeftService {}

.LeftService h1 span {
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 26px;
    color: #EE7600;
    position: relative;
}

.LeftService h1 {
    margin-bottom: 20px;
}

.LeftService h1 span::after {
    content: '';
    background: #bfc4c9;
    width: 201px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.LeftService p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    color: #36454F;
}

.LeftService p+p {
    margin: 10px 0 0 0;
}

.LeftService a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #EE7600;
    padding-top: 20px;
    display: block;
    text-decoration: underline;
}

.LeftService figure {
    margin: 25px auto;
    width: 88px;
}

.ServicesBox {
    padding-top: 140px;
}

.LeftService h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
}

.RightService {
    padding: 10px 0px 0 25px;
    margin-right: -20px;
}

.RightService ul {
    display: flex;
    flex-wrap: wrap;
}

.RightService ul li {
    width: 46%;
    margin-bottom: 30px;
    margin-right: 22px;
}

.RightService ul li article {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.RightService ul li+li {}

.RightService ul li article h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    width: calc(100% - 36px);
    color: #36454F;
}

.RightService ul li article span {
    width: 50px;
    margin-right: 20px;
}

.RightService ul li article span img {}

.RightService ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #6c757d;
}

.OurClients {
    padding: 130px 0;
}

.OurClients figure {}

h1.MainHeading span {
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 26px;
    color: #EE7600;
    position: relative;
    padding: 0 18px;
}

h1.MainHeading {
    margin-bottom: 20px;
    text-align: center;
}

h1.MainHeading span::after {
    content: '';
    background: #bfc4c9;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.OurClients {}

.OurClients ul {
    display: flex;
    flex-wrap: wrap;
}

.OurClients ul li {
    width: 222px;
    padding: 18px;
    border: 1px solid #f6f6f6;
}

.OurClients ul li figure {
    width: 90px;
    margin: 0 auto;
}

.FooterBox {
    padding: 260px 0;
}

.MainFooter {
    background: #36454F;
    padding: 60px 0;
}

.MainFooter .FooterLeft {
    width: 300px;
}

.FooterLeft figure {}

.FooterLeft p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.MainFooter .Foot h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: -48px;
}

.MainFooter .Foot {
    position: relative;
}

.MainFooter .Foot ul {
    margin-top: 65px;
}

.MainFooter .Foot ul li {
    margin-bottom: 6px;
}

.MainFooter .Foot ul li a {
    display: flex;
    align-items: center;
    color: #fff;
}

.MainFooter .Foot ul li a span {
    width: 35px;
    height: 36px;
    display: flex;
    align-items: center;
    background: #435562;
    justify-content: center;
    margin-right: 14px;
}

.MainFooter .Foot ul li a span img {
    width: 20px;
}

.SmallFooter {
    font-style: normal;
    text-align: center;
    padding: 6px 0;
}

.SmallFooter p {
    color: #36454F;
    font-size: 14px;
    line-height: 26px;
}

.DetailsBanner {
    margin-top: 129px;
}

.DetailsBanner figure {
    margin-bottom: 0;
}

.ServiceContent {
    padding: 40px 0;
}

.ServiceContent h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #36454F;
    margin-bottom: 20px;
}

.ServiceContent h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #36454F;
    margin: 10px 0;
}

.ServiceContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #48565f;
}

.ServiceContent p+p {
    margin: 15px 0;
}

.ServiceContent p a {
    color: #EE7600;
    text-decoration: underline;
}

.ServiceContent p a:hover {
    text-decoration: underline !important;
}

.VisionBanner .TextImages {
    position: absolute;
    top: 31%;
    left: 103px;
}

.VisionBanner .TextImages h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    line-height: 65px;
    color: #FFFFFF;
}

.VisionBanner {
    margin-top: 129px;
    position: relative;
}

.VisionBanner figure {
    margin-bottom: 0;
}

.VisionBanner .TextImages h4 span {
    color: #EE7600;
}

.VisionBanner .TextImages p {
    margin-bottom: 20px;
}

.VisionBanner .TextImages p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding-top: 16px;
}

.VisionBanner .TextImages p span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    position: relative;
}

.VisionBanner .TextImages p span::before {
    content: '';
    background: #EE7600;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
}


.VisionContent {
    padding: 40px 0;
}

.VisionContent h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #36454F;
    text-align: center;
    margin-bottom: 20px;
}

.VisionContent .VisionBox h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #36454F;
    margin: 10px 0;
}

.VisionContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #48565f;
}

.VisionContent p+p {
    margin: 15px 0;
}

.ServiceContent p a {
    color: #EE7600;
    text-decoration: underline;
}

.VisionBox {
    margin-top: 20px;
}

.projectBox {
    margin-bottom: 40px;
}

.projectBox figure {}

.projectBox h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #36454F;
    margin-bottom: 10px;
}

.projectBox p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #48565f;
    margin-bottom: 10px;
}

.projectBox a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #EE7600;
    text-decoration: underline;
}


.ContactArea {
    padding: 50px 0
}

.ContactArea .ContactHead {
    margin: 0 0 50px 0;
}

.ContactArea .ContactHead h3 {
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
    color: #36454F;
    font-size: 35px;
}

.ContactArea .ContactHead h4 {
    margin: 15px 0 11px 0;
    font-weight: 600;
    color: #4c4c4c
}

.ContactArea .ContactHead .form-group label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #48565f;
}

.ContactArea .ContactHead .form-group .form-control {
    height: auto;
    padding: 12px 15px;
    outline: 0;
    box-shadow: none;
    font-size: 16px
}

.ContactArea .ContactHead .form-group .UploadBox {
    position: relative
}

.ContactArea .ContactHead .form-group .UploadBox h6 {
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #EE7600;
    font-weight: 500
}

.ContactArea .ContactHead .form-group .UploadBox h6 i {
    margin: 0 9px 0 0
}

.ContactArea .ContactHead .form-group .UploadBox p {
    color: #707070;
    font-size: 16px
}

.ContactArea .ContactHead .form-group .UploadBox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    padding: 0
}

.ContactArea .ContactHead .form-group button {
    width: 200px;
    background: #EE7600;
    border: none;
    color: #fff;
    border-radius: 0px;
    margin: auto;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
    outline: 0;
    margin-top: 30px;
}

.ContactArea h6 span {
    color: #c2bfbf;
    font-size: 15px;
    margin: 0 0 0 15px;
    font-weight: 400;
}

/* .ContactArea .ContactBody .ContactRight span{font-size:18px;font-weight:500} */

.Radio {
    display: inline-block;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    font-size: 16px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400 !important;
    margin: 0;
    min-height: 20px;
}

.Radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.Radio .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 24px;
    background-color: transparent;
    border: 1px solid #EE7600;
    border-radius: 2px;
}

.Radio:hover input~.checkmark {}

.Radio input:checked~.checkmark {}

.Radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #9e3039;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.Radio input:checked~.checkmark:after {
    display: block
}

.ContactBox {
    margin-top: 131px;
    padding: 60px 0;
}

.ContactBox figure {
    width: 82%;
}

.AddressBox {
    padding-left: 88px;
    padding-top: 70px;
}

.AddressBox p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #EE7600;
}

.AddressBox h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #36454F;
    margin-bottom: 40px;
}

.AddressBox ul {}

.AddressBox ul li {
    display: flex;
    margin-bottom: 20px;
}

.AddressBox ul li span {
    width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dee1e4;
}

.AddressBox ul li span img {
    width: 20px;
}

.AddressBox ul li label {
    padding-left: 20px;
}

.AddressBox ul li label h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #36454F;
}

.AddressBox ul li label p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #435562;
}

.PolicyBox {
    margin-top: 131px;
    background: #36454f;
    padding: 30px;
}

.PolicyBox h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 82px;
    color: #fff;
}

.PolicyDetails {
    padding: 50px 0 30px 0
}

.PolicyDetails {
    margin-bottom: 30px
}

.PolicyDetails h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #36454F;
    margin: 0 0 15px 0
}

.PolicyDetails h6 {
    font-size: 17px;
    line-height: 27px;
    color: #36454F;
    margin-bottom: 10px;
}

.PolicyDetails h4 {
    margin: 0 0 10px 0;
    color: #36454F;
}

.PolicyDetails p {
    font-size: 15px;
    line-height: 31px;
    color: #6c6c6c;
    margin: 0 0 20px 0;
    font-family: Roboto;
    font-weight: 400
}

.PolicyDetails ul li {
    margin-bottom: 15px;
}

.PolicyDetails ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #EE7600;
    text-decoration: underline;
    line-height: 25px;
}
.PolicyDetails p a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #EE7600;
    text-decoration: underline;
    line-height: 25px;
}
.PolicyDetails ul li a:hover{
    text-decoration: underline !important;
}



.CommingSoon{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
}

.CommingSoon .CommingBox{
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px #bbb8b8;
    border-radius: 10px;
    padding: 80px 50px;
}

.CommingSoon .CommingBox h1{
    margin: 0 0 50px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
}

.CommingSoon .CommingBox img{}











