@import url('https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css');
@import url('../fonts/avenir.css');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 10px;
}
body{
    overflow-x: hidden;
}
section{
    width: 100%;
    height: 600px;
}
.main{
    background: url(../images/home_page_banner.png) no-repeat center center / cover;
}
.main-1{
    background: url(../images/about_us_banner.png) no-repeat center center / cover;
}
.contact_section{
    background: url(../images/contact_group.png) no-repeat center center / cover;
}
a{
    text-decoration: none;
}
header{
    z-index: 200;
}
nav{
    height: 100px;
   padding: 0 4em;
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   position: fixed;
   z-index: 1000;
}
.logo{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
}
nav .nav-link{
    color: #fff;
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 20px;
    font-weight: 800;
    font-family: Avenir;
    line-height: 27.32px;
}
.head-content--1{
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.head-content--1 h1{
    width: 946px;
    font-family: 'GothamPro';
    text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
     font-size: 76px;
     color: white;
     font-weight: 400;
     line-height: 98px;
}
.head-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.head-content h1{
    text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
     font-size: 76px;
     color: white;
}
.navbar-expand-lg .navbar-nav .nav-link{
    border-bottom: 2px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    border-bottom: 2px solid #fff;
    margin-bottom: 0;
}
nav.sticky{
    background-color: #185364;
}
.services-wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.services---1:hover{
    cursor: pointer;
}
.services:hover{
    cursor: pointer;
    border-bottom: 5px solid #185364;
}
.services---1{
    cursor: pointer;
    border-radius: 10px;
    background-color: #fff;
    width: 30%;
    padding: 16px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom: 5px solid #185364;
}
.services{
    cursor: pointer;
    border-radius: 10px;
    background-color: #fff;
    width: 30%;
    padding: 16px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 285px;
}
.cld-services{
    font-size: 19px;
}
.cld-text{
    font-size: 16px;
}
.service_logo img{
    margin-bottom: 18px;
}
.service_logo-1 img{
    margin-bottom: 12px;
}
.service_logo-2 img{
    margin-bottom: 8px;
}
.service_logo_1 img{
    padding: 10px 0;
}
.cld-services{
    font-family: Avenir;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #FF8F25;
}
.card-wrapper{
    padding-bottom: 50px;
    position: relative;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}
.footer_section{
    padding: 30px 0px;
    background-color: #185364;
}
.footer_second_section li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
   font-weight: 500;
}
.footer_second_section li a:hover{
    color: #FF8F25;
    
   
}
.footer_second_section li {
    list-style: none;
    padding: 7px 0px;
}
.footer_bottom_second img{
    padding: 7px 10px;
    width: 40px;
    height: auto;
}
.footer_bottom_second img:hover{
    background-color: #FF8F25;
    border-radius: 50px;
}
.contact_wrapper{
    padding: 70px 0px;
    display: flex;
    flex-wrap: wrap;
}
.location{
    width: 33%;
    text-align: center;
}
.msg-1{
    border-right: 2px solid #BEBDBD;
    width: 33%;
    text-align: center;
}
.msg{
    width: 33%;
    text-align: center;
}
.phn-1{
    border-right: 2px solid #BEBDBD;
    width: 33%;
    text-align: center;
}
.phn{
    width: 33%;
    text-align: center;
}
.contact_info{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-top: 40px;
    color: #040404;

}
.software_solutions{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.software_solutions_img img{
    width: 100%;
}
.software_solutions_text p{
    font-size: 16px;
}
.below_banner_section{
    padding: 50px 0px;
}
.oracle_fusion{
    font-size: 32px;
}
.hub li{
    font-size: 16px;
}
.hub{
    margin-left: 35px;
}
.consultant_section p{
    font-size: 18px;
    margin-bottom: 5px;
}
.consultant_wrapper{
    padding: 50px 0px;
}


.nav-link{
    color: #fff !important;
}
.navbar {
    width: 100%;
    left: 0;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
.vision{
   background-size: cover;
    background-image: url(/assets/images/vision.jpg);
}
.mission{
    background-size: cover;
    background-image: url(/assets/images/mission.jpg);
}
.vsn{
    padding-top: 35%;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.vsn-text{
    height: 250px;
    padding: 20px 90px 90px;
    color: #fff;
    font-size: 16px;
}
.vision_mission_wrapper{
    padding-bottom: 50px;
}
.head-content p{
    color: #fff;
    font-size: 48px;
}
.software_solutions_text h1{
    color: #000000;
    font-size: 32px;
}
.customer-logos{
    display: flex;
    flex-wrap: wrap;
}
.slide{
    width: 25%;
}
.consultant_section p{
    font-size: 16px;
}
.form_wrapper{
    border-radius: 5px;
    padding: 5px;
    width: 96%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
form{
    padding-bottom: 50px;
}
.input_section{
    font-size: 16px;
    padding: 8px;
    width: 24%;
}
select{
    font-size: 16px;
    padding: 8px;
    width: 25%;
}
.consultant_wrapper-1{
    padding: 50px 0px 25px 0px;
}
.services_sect{
    padding-bottom: 50px;
    row-gap: 50px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
.first-section{
    border: 2px solid transparent;
}
.first-section:hover{
    border: 2px solid #FF8F25;
}
.first-section{
    border-radius: 10px;
    width: 30%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.first-section img{
    padding: 20px 0px;
}
.first-section p{
    padding-bottom: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #FF8F25;
}
.or-service{
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 50px;
}
.home-page-image-wrapper{
    padding-bottom: 50px;
}
.home-page-image{
    position: relative;
}
.choose-us{
    border-radius: 50%;
    background-color: #fff;
    width: 200px;
    height: 200px;
    left: 15%;
    top: 45%;
    position: absolute;
}
.choose-us p{
    padding-top: 55px;
    font-weight: 700;
    font-size: 18px;
    color: #FF8F25;
}



@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

* { 
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.form_form {
  width: 100%;
  background-image: url(https://subtlepatterns.com/patterns/lightpaperfibers.png);
  background-color: #fff;
  margin: 40px auto auto;
  padding: 8px 0 20px 0;
  border-radius: 4px;
}

form {
  width: 90%;
  margin: auto;
}

.form-item {
  margin: 24px auto;
  overflow: hidden;
}

label {
  float: left;
  margin-right: 10px;
  text-align: center;
}

input {
  border-bottom: 2px solid #C4C4C4;
  float: left;
  width: 49%;
  padding: 0 0 6px 0;
  background-color: #fff;
  color: #000;
  font: 18px "Avenir";
  font-weight: 200;
  letter-spacing: 1.5px;
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;

}
.form_first_section{
    font: 18px "Avenir";
    padding-top: 10px;
}
.form_second_section{
    font: 18px "Avenir";
    padding-top: 10px;
}
.last_section{
    margin-bottom: 3%;
    margin-top: 3%;
    border-bottom: 2px solid #C4C4C4;
    float: left;
    width: 99%;
    padding: 0 0 6px 0;
    background-color: #fff;
    color: #000;
    font: 18px "Avenir";
    font-weight: 200;
    letter-spacing: 1.5px;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
}
.button p{
    text-decoration: none;
}

input::-webkit-input-placeholder {
  padding: 0;
  color: #999999;
  font-weight: 200;
}
input:-moz-placeholder {
  color: #cdcdcd;
  font-weight: 200;
}
input:-ms-input-placeholder {
  color: #cdcdcd;
  font-weight: 200;
}

.button {
  background-color: #FF8F25;
  color: #fff;
  width: 12%;
  padding: 8px;
  border: 1px solid #FF8F25;
  border-radius: 4px;
  -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
  -moz-transition: all 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
  -ms-transition: all 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
   -o-transition: all 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000); 
   transition: all 150ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.btn-title {
    font-size: 14px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}

form h1 {
    font-size: 48px;
  font-weight: 600;
}

a {
  text-decoration: none;
}
.active{
    border-radius: 4px;
    background-color: #fff;
}
.active .nav-link{
    border: none !important;
    text-align: center;
    color: #FF8F25 !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-item:hover{
    background-color: #FA6308 !important;
    color: #fff !important;
}
.dropdown-item{
    font-size: 18px;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.dropdown-item:nth-last-child(4){
    border-bottom: none;
}
.dropdown-menu{
    top: 95%;
    background: rgba(250, 99, 8, 0.76) !important;
}
.teem_section h2{
    font-size: 35px;
    padding: 15px 0px;
}
.teem_section ul li{
    font-size: 18px;
}
.teem_section ul{
    margin-left: 32px;
}
.teams_wrapper{
    padding: 50px 0px;
}
.choose_us{
    padding: 40% 0px;
    background-repeat: no-repeat;
    background-image: url(/assets/images/left_section_image.png);
}
.choose_us p{
    margin-left: 18%;
    text-align: center;
    width: 250px;
    height: 250px;
    color: #FF8F25;
    font-size: 38px;
    padding: 45px 0px;
    background-color: #fff;
    border-radius: 50%;
    font-weight: 700;
}
#whole_choose_us_section{
    align-items: center;
    background-image: url(/assets/images/whole_section_bg_image.png);
}
.sectiion_left{
    padding-left: 0px !important;
}
.contact_info--1{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-top: 40px;
    color: #FFFFFF !important;
}
.logo---1 img{
    width: 86px;
    height: 54px;
}
.logo---2 img{
    width: 54px;
    height: 54px;
    
}
.logo---3 img{
    width: 38px;
    height: 54px;
    
}
.logo--11 img{
    width: 86px;
    height: 54px;
}
.logo--12 img{
    width: 54px;
    height: 54px;
    
}
.logo--13 img{
    width: 38px;
    height: 54px;
    
}
.bg-right-design{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.bg_pallet-1{
    border: 2px solid transparent;
    padding-top: 51px;
    height: 235px;
    width: 235px;
    text-align: center;

    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 0px 100px;
}
.bg_pallet-1:hover{
    border: 2px solid #185364;
    cursor: pointer;
}
.bg_pallet-2:hover{
    border: 2px solid #185364;
    cursor: pointer;
}
.bg_pallet-3:hover{
    border: 2px solid #185364;
    cursor: pointer;
}
.bg_pallet-4:hover{
    border: 2px solid #185364;
    cursor: pointer;
}
.bg_pallet-2{
    border: 2px solid transparent;
    padding-top: 51px;
    height: 235px;
    width: 235px;
    text-align: center;
    
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 100px 0px;
}
.phn a{
       text-decoration: none !important;
   }
.bg_pallet-3{
    border: 2px solid transparent;
    padding-top: 51px;
    height: 235px;
    width: 235px;
    margin-top: 10%;
    text-align: center;
    
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 100px 0px;
}
.bg_pallet-4{
    border: 2px solid transparent;
    padding-top: 51px;
    height: 235px;
    width: 235px;
    margin-top: 10%;
    text-align: center;
    
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 0px 100px;
}
.section_right_first{
    max-width: 35%;
}
.bg_pallet-1 h4{
    padding-top: 26px;
    color: #040404;
    font-weight: 700;
}
.bg_pallet-2 h4{
    padding-top: 26px;
    color: #040404;
    font-weight: 700;
}
.bg_pallet-3 h4{
    padding-top: 26px;
    color: #040404;
    font-weight: 700;
}
.bg_pallet-4 h4{
    padding-top: 26px;
    color: #040404;
    font-weight: 700;
}
.copy_right{
    font-size: 18px;
    color: #fff;
    text-align: start;
    padding-top: 51%;
}
.more_detail_section{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 50px;
}
.more_details_1{
    padding: 15px;
    border: 2px solid #C4C4C4;
    border-radius: 3px;
    width: 31%;
}
.more_details_1 h4{
    color: #5E5C5C;
    font-size: 20px;
    font-weight: 700;
    line-height: 28.9px;
}

.more_details_1 .p_1{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding: 0px;
    color: #5E5C5C;
    margin: 0px;
}
.more_details_1 .p_2{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 10px;
    color: #5E5C5C;
    margin: 0px;
}
.more_details_1 .p_3{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 10px;
    margin: 0px;
    color: #5E5C5C;
}
.nav-link-11{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    list-style: none;
}
.banner_first-btn{
    border: none;
    padding: 2px 15px;
    background-color: #185364;
    text-decoration: none;
    list-style: none;
    border-radius: 5px;
}
.banner_first-btn .nav-link-11{
    list-style: none;
    text-decoration: none;
    color: #fff;
}
.more_details_1:hover{
    border: none;
    background-color: #FA6308;
    cursor: pointer;
}
.more_details_1:hover.more_details_1 h4{
    color: #fff;
}
.more_details_1:hover p{
    color: #fff;
}
.more_details_1:hover .nav-link-11{
    color: #000000;
}
.more_details_1:hover .banner_first-btn{
    background-color: #fff;
}
.map img{
    width: 100%;
}
.social-icons a {
    display: inline-block;
    margin-right: 20px;
  }
  
  .social-icons a.mid-1 i {
    color: #fff;
    background-color: #FF8F25;
    border-radius: 50px;
    padding: 10px 15px;
  }
  
  .social-icons i {
    font-size: 20px;
    color: #fff;
  }
  
  .fab {
    font-family: 'Font Awesome 5 Brands';
  }
  
  
@media screen and (max-width: 575.98px){
    .contact_info{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-top: 40px;
    color: #040404;

   }
   .contact_info--1 {
     -webkit-text-fill-color: white; /* for Safari */
     color: white; /* for other browsers */
    
   }
   .phn a{
       text-decoration: none !important;
   }

    .contact_info--1{
        text-decoration: none !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-top: 40px;
    color: white !important;
}
    .logo---1 img{
    width: 66px;
    height: 40px;
}
.logo---2 img{
    width: 54px;
    height: 40px;
    
}
.logo---3 img{
    width: 38px;
    height: 40px;
    
}
.logo--11 img{
    width: 66px;
    height: 40px;
}
.logo--12 img{
    width: 54px;
    height: 40px;
    
}
.logo--13 img{
    width: 38px;
    height: 40px;
    
}
    .navbar-collapse.collapse.show {
        background-color: #185364;
        color: #fff;
    }
    .customer-logos{
        height: auto;
    }
    nav{
        padding: 0px;

    }
    .logo img{
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .navbar-toggler{
        margin-right: 20px;
    }
    .navbar{
        padding: 0px 0px;
    }
    section{
        height: 350px;
    }

    .main-1{
        height: 470px;
    }
    
}
@media screen and (max-width:768px){
    .navbar-nav .nav-link{
        text-align: center;
    }
    .navbar-nav .dropdown-menu{
        text-align: center;
    }
    .footer_section-hm{
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover{
        border-bottom: none;
    }
    .head-content--1 h1{
        width: auto;
        font-size: 40px;
        line-height: 55px;
       
    }
    .navbar-toggler-icon{
        background-image: url(../images/untitled-2-01.png) !important;
        height: 30px !important;
        width: 30px !important;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .navbar-toggler{
        border: none !important;
    }
    .navbar-toggler:hover{
        border: none !important;
    }
    .head-content h1{
        width: auto;
        font-size: 40px;
        line-height: 55px;
       
    }
    .head-content--1{
        top: 20%;
    }
    .head-content{
        top: 25%;
    }
    nav{
        height: 100px;
    }
    .head-content--1{
        left: 50%;
    }
    .services{
        width: 100%;
        margin-bottom: 10px;
    }
    .services---1{
        width: 100%;
        margin-bottom: 10px;
    }
    form h1 {
        font-size: 28px;
        font-weight: 600;
    }
    .button {
        width: 30%;
    }
    input{
        margin: 15px 0px;
        width: 96%;
    }
    .last_section {
        width: 96%;
    }
    
    .section_right_first{
        max-width: 50%;
    }
    .bg_pallet-1{
        width: auto;
        margin-top: 0;
        box-shadow: none;
    }
    
    .bg_pallet-2{
        width: auto;
        margin-top: 0;
        box-shadow: none;
    }
    
    .bg_pallet-3{
        width: auto;
        height: 175px;
        padding-top: 0;
        margin-top: 0;
        box-shadow: none;
    }
    
    .bg_pallet-4{
        width: auto;
        height: 175px;
        padding-top: 0;
        margin-top: 0;
        box-shadow: none;
    }
    
    #whole_choose_us_section{
        background-image: none;
    }
    .msg{
        padding-bottom: 30px;
        width: 100%;
    }
    .phn{
        padding-bottom: 30px;
        width: 100%;
    }
    .location{
        width: 100%;
    }
    .form-item{
        margin: 0px auto;
    }
    .vsn-text {
        padding: 20px 50px;
    }
    .slide{
        width: 50%;
    }
    .more_details_1{
        width: 100%;
        margin: 10px;
    }
    .input_section{
        width: 100%;
    }
    select{
        width: 100%;
        margin-bottom: 15px;
    }
    form{
        width: 100%;
    }
    .msg-1{
        border-right: none;
        width: 100%;
        padding-bottom: 10px;
    }
    .phn-1{
        border-right: none;
        width: 100%;
        padding-bottom: 10px;
    }
    form h1{
        padding-left: 10px;
    }
    .button {
        margin-left: 10px;
    }
    form{
        padding-bottom: 10px;
    }
    .contact_wrapper{
        padding:20px 0px;
    }
    .head-content p{
        font-size: 20px;
    }
    .first-section{
        width: 100%;
        box-shadow: none;
    }
    .first-section img{
        padding: 0;
    }
    .first-section p{
        padding-bottom: 0px;
    }
    .software_solutions_text h1{
        font-size: 26px;
    }
    .copy_right{
        padding-top: 10%;
        text-align: center;
    }
    .bg-right-design{
        display: flex;
        flex-wrap: wrap;
        column-gap: 0px;
    }
    
}









  
