
/****************************************************************/
/****************************************************************/
/*************************Genral Style***************************/
/****************************************************************/
/****************************************************************/





.wrapper_1400 {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: auto;
}



.container-1200 {
    position: relative;
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
    padding: 0px 0px;
}



*{
    font-family: 'Century Gothic';

    /* font-family: 'Heading thin'; */
    transition: .7s
}


li{
    list-style: none;

}



a{
    text-decoration: none !important;
}




img{
    max-width: 100%;
}


/* section {
    margin-top: -20px;

    height: 100vh;
    box-sizing: border-box;
} */





.slick-next:before, .slick-prev:before{
    color: #000 !important;
}



















/****************************************************************/
/****************************************************************/
/*************************top-header***************************/
/****************************************************************/
/****************************************************************/

.top-header {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 0 15px;
}


.left-top-menu {
    float: left;
    width: 50%;
}



.right-top-menu {
    float: right;
    width: 40%;
}


.top-header .c-social {
    float: right;
}


.top-header .c-social li {
    float: left;
}

.top-header .c-cearch {
    float: right;
    display: none;
}


.top-header .c-cearch input {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #cac9c9;
    background: #f3f2f2 url(../images/searchicon.png) right no-repeat;
    background-position-x: 95%;
    padding: 0 5px;
    height: 32px;
    width: 255px;
}

.top-header .c-social li {
    float: left;
    margin: 5px 0px 5px 20px;
}



.top-header .c-social li img {
    width: 22px;
    height: 22px;
}




/* .slider {
    height: 500px;
} */

.slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}




/****************************************************************/
/****************************************************************/
/*************************menu***************************/
/****************************************************************/
/****************************************************************/


.header{
    background: #013659;
position: relative;
}


.header nav ul li a{
    font-size: 15px;
    font-family: 'Century Gothic';
    color: #fff !important;
    padding: 0;
}

.header nav ul li a:hover{
color: #03d8ff !important;
}


.header nav ul li {
    margin-right: 40px;
}


.header nav ul li:hover a:after {
    position: relative;
    content: '';
    position: absolute;
    /* width: 88px; */
    border-bottom: 5px solid #03d8ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    left: 0px;
    right: 0;
    top: 50px;
    margin: 0px auto;
    /* border-image-source: linear-gradient(to right,#df6540, #537e8f); */
    /* border-image-slice: 1; */
    /* border-width: 3px; */
}



.header nav ul  li.c-lang:hover a:after,
.header nav ul  li.dropdown:hover a:after
 {
    position: relative;
    content: '';
    display: none !important;
    position: absolute;
    /* width: 88px; */
    border-bottom: 5px solid #03d8ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    left: 0px;
    right: 0;
    top: 56px;
    margin: 0px auto;
    /* border-image-source: linear-gradient(to right,#df6540, #537e8f); */
    /* border-image-slice: 1; */
    /* border-width: 3px; */
}




.header .container-fluid {
    padding: 0;
}

.header nav {
    border: 0;
    background: none;
    box-shadow: none;
}

.header .navbar-collapse {
    padding: 0;
}


.header nav ul {
    float: none !important;
    padding: 30px 0;
}






.header nav ul .c-search {
    margin-right: 0;
    margin-left: 10px;
}


.header nav ul .c-lang{
    margin-right: 0px;
}



.header nav ul li.cc-carts {
    float: right;
}


.header nav ul li.cc-carts img:hover {
    transform: rotate(360deg);
}




/* .header li.dropdown:hover ul.dropdown-menu {
    display: block;
} */


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: unset;
    background-image: unset !important;
    background-color: unset !important;
}

.header nav ul ul.dropdown-menu {
    padding: 0;
    border: 0;
    margin-top: 10px;
}

.header nav ul ul.dropdown-menu li {
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
    float: none;
}

.header nav ul ul.dropdown-menu a {
    color: #00157d !important;
    text-align: center;
    margin: 0;
    padding: 10px 10px;
    /* font-family: 'JFFlat-Regular'; */
    font-weight: bold;
}

.header nav ul ul.dropdown-menu a:hover {
    /* background: linear-gradient(to right, #0dd8fb, #537e8f); */
    background:  #013659;
    color: #fff !important;
}


.header ul.nav>li>a.dropdown-toggle{
    background: url(../images/rrpobottom.png) right no-repeat;
    background-size: 10px;
    padding-right: 15px;
}



















/****************************************************************/
/****************************************************************/
/*************************we-are***************************/
/****************************************************************/
/****************************************************************/

.c-sections h1 {
    font-size: 33px;
    font-weight: bold;
    font-family: 'Tw Cen MT';
    color: #003064;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.c-sections h1:after {
    /* content: ''; */
    position: absolute;
    width: 150px;
    border: 13px solid #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0;
    left: 44%;
    /* right: 0; */
    z-index: -1;
    top: 15px;
}

.we-are {
    text-align: center;
    padding: 70px 0;
}


.we-are .bar2 {
    width: 75%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 60px;
}

.we-are .bar2 p {
    font-size: 16px;
    color: #a6a5a5;
    font-family: "TrebuchetMS";
    line-height: 30px;
}


.we-are  .c-ffo a {
    color: #c3c3c3;
    font-size: 18px;
    font-family: 'Tw Cen MT';
}

.we-are .c-ffo span {
    color: #850d70;
}














/****************************************************************/
/****************************************************************/
/*************************business_solution***************************/
/****************************************************************/
/****************************************************************/



.business_solution{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    background: url(../images/bgbsnuiiss.png)  no-repeat;
    padding-top: 90px;
    padding-bottom: 40px;
    background-size: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    box-sizing: border-box;
}



.business_solution h2 {
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Tw Cen MT';
}

.business_solution .barg{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
}

.business_solution .barg p {
    color: #fff;
    font-size: 19px;
    font-family: "TrebuchetMS";
}


.business_solution .c-footer {
    display: flex;
    text-align: center;
    margin: auto;
    align-items: center;
    width: 80%;
}




.business_solution .c-footer button {
    width: 400px;
    height: 160px;
}


.business_solution .c-footer .c-butn1 button {
    font-size: 30px;
    color: #03d8ff;
    border: 1px solid;
    background: none;
    transition: .5s;
}

.business_solution .c-footer .c-butn1 button:hover {
    color: #fff;
    border: 1px solid #03d8ff7d;
    background: #03d8ff7d;
}

.business_solution .c-footer .c-butn1 button span{
    display: none;
}

.business_solution .c-footer .c-butn1 button:hover span{
    display: block;
}

.business_solution .c-footer .c-butn2 button {
    font-size: 30px;
    color: #fff;
    border: 1px solid #03d8ff7d;
    background: #03d8ff7d;
    transition: .5s;
}


.business_solution .c-footer .c-butn2 button:hover {
    color: #03d8ff;
    border: 1px solid;
    background: none;
}


.business_solution .c-footer > div {
    margin: 0 40px;
}















/****************************************************************/
/****************************************************************/
/*************************our_client***************************/
/****************************************************************/
/****************************************************************/


.our_client .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.our_client .swiper-container.swiper--bottom:after {
    animation-direction: reverse;
}

.our_client .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.our_client .swiper-slide {
    /* text-align: center;
    font-size: 33px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; */
    width: 20% !important;
    position: relative !important;
    overflow: hidden;
    padding: 0 50px;
}



.our_client .swiper-slide a {
    display: table-cell;
    height: 135px;
    width: 150px;
    vertical-align: middle;
    margin: auto;
}

.our_client {
    padding: 60px 0;
}

.our_client  .c-block {
    margin: 80px 0;
}
















/****************************************************************/
/****************************************************************/
/*************************our_latest***************************/
/****************************************************************/
/****************************************************************/


.our_latest{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.our_latest .c-left {
    float: left;
    width: 55%;
}


.our_latest .c-right {
    float: right;
    width: 44%;
    padding: 15px 0;
}

.our_latest .c-block {
    margin-top: 70px;
}


.our_latest .c-right .c-title h3 {
    font-size: 33px;
    font-weight: bold;
    font-family: 'Tw Cen MT';
    text-transform: uppercase;
    color: #03d8ff;
}

.our_latest .c-right .c-body p {
    color: #013659;
    font-size: 19px;
}


.our_latest .c-right .c-more a {
    font-size: 19px;
    color: #03d8ff;
}

.our_latest .c-right .c-more a:hover {
    color: #003064;
}
.our_latest .c-right .c-body {
    margin: 25px 0;
}












/****************************************************************/
/****************************************************************/
/*************************careers***************************/
/****************************************************************/
/****************************************************************/



.careers .c-block {
    text-align: center;
    height: 185px;
    background: url(../images/bgcareers.png)  no-repeat;
    margin-top: 50px;
    background-size: 100% 100%;
}


.careers .c-block p {
    color: #fff;
    font-size: 24px;
    padding: 75px 0;
}

.careers .c-block a {
    font-weight: bold;
    color: #03d8ff;
    text-transform: uppercase;
}

.careers .c-block a:hover {
    color: #fff;
    text-transform: unset;
}


.careers{
    margin-bottom: 120px;
}

















/****************************************************************/
/****************************************************************/
/*************************footer*****************************/
/****************************************************************/
/****************************************************************/


.footer .footer-menu a {
    font-size: 17px;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}


.footer .footer-menu ul li {
    float: none;
    display: inline-block;
    padding: 0 15px;
}



.footer .footer-menu a:hover{
    background: none !important;
    color: #03d8ff;
}



.footer  .footer-copyright {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer .footer-menu ul {
    padding: 50px 0;
    /* border-bottom: 1px solid #e1e1e1; */
    width: 100%;
    text-align: center;
}


.footer  .footer-copyright a{
color: #03d8ff;

}

.footer .footer-copyright p{
    font-size: 14px;
}






.footer .footer-menu ul li a:hover:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.footer .footer-menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: #03d8ff;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}







.footer .footer-menu {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #efefef;
}
