
/*=================================================================================*/
/*===========================| DESIGNED BY  TAREK GABER |=========================*/
/*=================================================================================*/
/*====================================|| 2018 ||===================================*/
/*=================================================================================*/

*{
    font-family: 'NeoSans' , fontAwesome;
    border: 0;
    outline: 0
}

@font-face {
  font-family: 'NeoSans';
  src: url("../fonts/NeoSans-regular.ttf");
}
@font-face {
  font-family: 'SansBold';
  src: url("../fonts/NeoSans-bold.ttf");
}
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    direction: rtl; 
    color: #000;
    text-align: right;
    background-color: #fdf9f9;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}



p {
  color: #05102e;
  margin: 0;
}
input:focus::placeholder
{
    color: transparent;
}
*::placeholder
{
    color: #444;
    transition: all .3s ease
}
form
{
    padding: 0;
    margin: 0 auto;
    text-align: right
}

a {
    color: #fff;
    text-decoration: none !important; 
}


ul {
  padding: 0;
  list-style: none;
  margin: 0; 
}
button,
input[type="submit"]
{
    cursor: pointer
}
button,
li,
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
input,
button,
select,
select:focus,
select:active,
input:focus,
button:focus,
input:active,
button:active
{
    border: 0;
    outline: 0
}
/* owl carousel*/
.owl-stage-outer
{
    display: block;
    position: relative;
    direction: ltr;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next
{
    display: inline-block;
    
}
/* owl carousel*/

/* Classes */
.padding-0
{
    padding: 0
}
.clear
{
    clear: both
}
/* Classes */

/*==============================//  HOME PAGE   //===================================*/


header
{
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
/*==============================//  start header   */



/*===============//  start nav-social   */

.nav-social
{
    direction: ltr;
    background-color: #05102e;
    font-size: 16px;
    padding-top: 10px;
    border-bottom: 3px solid #dbbb0a;
}
.nav-social .container
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nav-social .social
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
}
.nav-social .social a
{
    display: inline-block;
    margin: 0 10px;
}
.nav-social .social a:hover
{
    opacity: .5;
    transform: scale(1.2);
    color: #fff;
}
.nav-social .contact-block
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.nav-social p
{
    color: #fff;
}
.nav-social .contact-block i
{
    color: #dbbb0a;
    margin: 0 10px;
    font-size: 22px
}
.nav-social .contact-block .lang
{
    font-size: 14px;
    margin: 0 10px;
    padding: 2px 7px;
    border-radius: 5px;
    color: #05102e;
    font-weight: bolder;
    background-color: #dbbb0a;
    position: relative;
}
.nav-social .contact-block .lang::before
{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    border: 5px solid transparent;
    border-top-color: #dbbb0a
}

/*===============//  end nav-social   */




/*===============// start  nav */
.header
{
    padding: 25px 0;
}
.header .row
{
    align-items: center
}
.header .logo img
{
    width: 200px;
    max-width: 100%;
}
.main-nav
{
    position: relative;
    z-index: 9;
}



.navbar
{
    padding: 0;
    margin: 0;
    display: block;
}
.navbar-nav
{
    padding: 0;
}

.navbar-light .navbar-nav .nav-item
{
    margin: 0 5px;
    color: #05102e;
    min-width: 60px;
    text-align: center
}
.navbar-light .navbar-nav .nav-link:active
{
}
.navbar-light .navbar-nav .nav-link
{
    position: relative;
    color: #05102e;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 4px 5px;
    margin: 0 10px;
    max-width: 230px;
    font-weight: bold;
    padding-bottom: 5px;
    min-width: 60px;
}
.navbar-light .navbar-nav .nav-link::before
{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #dbbb0a;
    transition: all .5s ease;
    z-index: 2
}
.navbar-light .navbar-nav .nav-link::after
{
    right: auto;
    left: 0;
    top: 0;
    bottom: auto;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.activ
{
    color: #05102e;
}
.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.activ::before
{
    width: 100%;
}
/*togler button */
.navbar-light .tg-btn
{
    width: 100%;
}
.navbar-light .navbar-toggler
{
    width: 45px;
    height: 40px;
    position: relative;
    margin: 10px 0;
    outline: 0;
    border: 0;
    margin-right: auto;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}
.navbar .navbar-toggler span
{
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #05102e;
    margin: 5px auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.navbar .navbar-toggler span:first-child
{
    top: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.navbar .navbar-toggler span:last-child
{
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.navbar .navbar-toggler span:nth-child(2)
{
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.navbar .nav-toggler:first-child
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: 4px;
}
.navbar .nav-toggler:last-child
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    top: 17px;
    left: 4px;
}

.navbar .nav-toggler:nth-child(2)
{
    opacity: 0;
}

/*end nav*/
.search-btn
{
    color: #dbbb0a;
    font-size: 20px;
}

.search-btn i
{
    cursor: pointer
}
.fixed-search
{
    visibility: hidden;
    height: 0;
    width: 0;
}
.fixed-search .over
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fixed-on
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    visibility: visible
}
.fixed-search input
{
    flex-basis: 30%;
    height: 37px;
    padding: 0 15px;
    transition: .7s ease;
    opacity: 0;
    z-index: 2;
    position: relative;
    transition-delay: .2s
}
.fixed-search .t-btn
{
    height: 37px;
    transition: .7s ease;
    opacity: 0;
    z-index: 2;
    position: relative;
    transition-delay: .2s
}
.fixed-on input,
.fixed-on .t-btn
{
    transform: none;
    opacity: 1;
}

.t-btn
{
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px 0;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #fff;
    background-color: #dbbb0a;
    padding: 0;
    text-align: center;
    font-size: 12px;
    padding: 0 30px;
    height: 32px;
    line-height: 28px;
    min-width: 80px;
    transition: background-color .5s ease
}
.t-btn:hover
{
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: 0 2px 10px rgba(0,0,0,.2)
}
.btn-1 i
{
    z-index: 2;
    position: relative;
}
.btn-1 span
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #05102e;
    -webkit-transform: translate(-30%, 35%);
    transform: translate(-30%, 35%);
    z-index: 1;
    left: 0;
    right: auto;
    transition: 0.5s ease-in-out !important;
    bottom: 0;
}
.btn-1:hover span
{
    width: 250%;
    height: 250px;
}
i
{
    font-style: normal
}
.close-btn
{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 2;
}
/*===============// end  nav */


/*==============================//  end header   */



/*==============================//  start main-slider   */


.main-slider
{
    position: relative;
    z-index: 1;
    overflow: hidden;
    z-index: 9
}
.main-slider .item
{
    overflow: hidden;
    position: relative;
    height: calc(100vh - 165px);
}
.main-slider .item .container
{
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.main-slider .info
{
    position: relative;
    width: 50%;
    margin-left: auto;
}
.mainslid-title
{
    color: #fff;
    font-family: 'SansBold';
    font-size: 28px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 15px;
}
.mainslid-title::before
{
    content: '';
    position: absolute;
    display: block;
    width: 80%;
    height: 4px;
    bottom: 0;
    background-color: #dbbb0a;
    right: 0;
}
.main-slider .info-p
{
    color: #fff;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 15px;
}
.main-slider .t-btn
{
    margin: 0;
    width: 60%;
    height: 45px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px
}

.main-slider .t-btn i
{
    font-family: 'SansBold';
}
.main-slider .active
{
    perspective: 600px;
}
.main-slider img
{
    height: calc(100vh - 165px);
    transform: translate3d(0,0,50px);
    position: absolute;
    transition: .5s ease
}
.main-slider .active img
{
    animation: zoomin 6s linear 1 ;
    

}
@keyframes zoomin {
    0% {
        transform: translate3d(0,0,50px)
    }
    100% {
        transform: translate3d(0,0,0)
    }

    
}
.main-slider .owl-prev i,
.main-slider .owl-next i
{
    display: none
}
.main-slider .owl-dots
{
    position: absolute;
    left: 50px;
    /* bottom: 10px; */
    top: 50%;
    transform: translateY(-50%);
}
.main-slider .owl-carousel .owl-dot
{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 5px 0;
    border-radius: 50%;
    border: 1px solid #222;
    display: block;
}
.main-slider .owl-carousel .owl-dot.active
{
    background-color: #dbbb0a
}

/*==============================//  end main-slider   */



/*==============================//  start alert-info   */

.alert-info
{
    background-color: #dbbb0a;
    padding: 20px;
    margin-bottom: 50px;
    overflow: hidden
}
.alert-info .container
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.alert-info .t-btn
{
    border-color: #fff;
    border-radius: 10px;
    width: 150px;
    height: 45px;
    line-height: 40px;
    font-size: 20px;
    font-family: 'SansBold'
}
.alert-info .info
{
    font-size: 22px;
    color: #fff;
}

/*==============================//  end alert-info   */



/*==============================//  start cats   */

.cats
{
    margin-bottom: 40px;
    padding-top: 50px;
    background-color: #fff;
    overflow: hidden
}
.cats .cat-block
{
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}
.cats .img
{
    overflow: hidden
}
.cats .img img
{
    height: 295px;
    transition: .5s ease;
    transform: scale(1.01)
}
.cats .cat-block:hover .img img
{
    transform: scale(1.1)
}
.cats .cat-block .info
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background-color: #fff
}
.cats .cat-block p
{
    padding: 0 15px;
    font-size: 18px;
    font-family: 'SansBold';
    flex-basis: 82%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-left: 1px solid #ddd;
    height: 60px;
    line-height: 60px
}
.cats .cat-block .info img
{
    width: 40px;
    margin: 10px;
}
/*==============================//  end cats   */



/*==============================//  start projects   */

.projects
{
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px;
    margin-bottom: 50px;
    overflow: hidden
}

.projects .title-center
{
    white-space: nowrap;
    font-size: 22px;
    color: #fff;
    font-family: 'SansBold';
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.projects .title-center span
{
    font-family: 'SansBold';
}
.projects .title-center::before,
.projects .title-center::after,
.projects .title-center span::before,
.projects .title-center span::after
{
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    height: 1px;
    background-color: #dbbb0a;
    top: 40%;
    right: 0;
}
.projects .title-center::after,
.projects .title-center span::after
{
    top: 70%;
}
.projects .title-center span::before,
.projects .title-center span::after
{
    left: 0;
    right: auto;
}
.projects .project-block
{
    position: relative;
    border: 3px solid #fff;
    display: block;
}
.projects .project-block .img
{
    overflow: hidden
}
.projects .project-block .img img
{
    width: 100%;
    height: 280px;
    transition: .5s ease
}
.projects .project-block:hover .img img
{
    transform: scale(1.05)
}
.projects .project-block p
{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.projects .owl-carousel .owl-dots.disabled, .projects .owl-carousel .owl-nav.disabled
{
    display: block;
}
.projects .owl-carousel .owl-nav .owl-prev, .projects .owl-carousel .owl-nav .owl-next
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    opacity: .7;
    transition: all .5s ease;
}
.projects .owl-carousel .owl-nav .owl-prev
{
     right: -45px; 
}
.projects .owl-carousel .owl-nav .owl-next
{
    left: -45px;
}
/*==============================//  end projects   */



/*==============================//  start about-tap   */

.about-tap
{
    overflow: hidden
}
.title-down
{
    margin-bottom: 30px;
    font-size: 22px;
    color: #05102e;
    font-family: 'SansBold';
    padding-bottom: 15px;
    position: relative;
}
.title-down::before,
.title-down::after
{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: #ddd
}
.title-down::after
{
    bottom: -5px;
}
.about-tap .nav-tabs .nav-link
{
    color: #fff;
    background-color: #05102e;
    margin-right: 10px;
    font-family: 'SansBold';
}
.about-tap .nav-tabs .nav-link.active
{
    background-color: #fff;
    color: #05102e;
}
.about-tap .nav-tabs .nav-item:first-child .nav-link
{
    margin-right: 0;
}
.about-tap .aboutap-block
{
    padding: 50px 20px;
    border: 1px solid #ddd;
    border-top-color: transparent;
    background-color: #fff;
}
.about-tap .aboutap-block p
{
    font-size: 18px;
    font-family: 'SansBold';
    line-height: 200%;
}

/*==============================//  end about-tap   */



/*==============================//  start comp-slid   */

.comp-slid
{
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
}
.comp-slid,
.comp-slid div
{
    height: 260px;
    text-align: c
}
.comp-slid img
{
    height: auto;
    width: 70% !important;
    margin: auto;
    max-height: 100%
}

.comp-slid .owl-dots
{
    position: absolute;
    left: 50px;
     bottom: 10px;
    height: auto;
    left: 50%;
    transform: translateX(-50%)
}
.comp-slid .owl-carousel .owl-dot
{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #05102e;
    margin: 0 5px;
    border-radius: 50%;
}
.comp-slid .owl-carousel .owl-dot.active
{
    background-color: #dbbb0a
}
.tap-slid
{
    margin-bottom: 50px;
}

.map
{
    padding-bottom: 50px;
    background-color: #09163a;
}
#map
{
    height: 300px;
}

/*==============================//  end comp-slid   */



/*==============================//  start footer   */

footer
{
    background-color: #05102e;
    padding: 30px 0;
}
footer .mainslid-title
{
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
footer .mainslid-title::before
{
    width: 50%;
}
footer ul i
{
    font-size: 10px;
    margin-left: 10px;
    color: #dbbb0a;
}
footer ul a,
footer ul a:hover
{
    color: #fff;
    display: inline-block;
}
footer ul li:hover a
{
    transform: translateX(-10px);
}
footer ul li
{
    margin-bottom: 10px;
}
footer form span
{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    display: block;
}
footer form label
{
    display: block;
}
footer form input,
footer form .t-btn
{
    display: block;
    width: 80%;
    height: 40px;
    padding: 0 15px;
    border-radius: 10px
}
footer form .t-btn
{
    font-size: 16px;
}
footer form .t-btn:hover
{
    border-color: #dbbb0a
}
footer form input::placeholder
{
    color: #a1a1a1;
}
footer .social
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
footer .social a i
{
    font-size: 18px;
    color: #fff;
}
footer .social a 
{
    margin: 10px;
}
footer .social li:hover a
{
    transform: scale(1.1) translateX(0);
    opacity: .5;
}


.copy
{
    border-top: 1px solid #19274c;
    background-color: #05102e;
    padding: 15px 0;
}
.copy .container,
.copy .container .design
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.copy p
{
    color: #fff;
}
.copy img
{
    margin: 0 10px;
    width: 40px;
}
.copy span,
.copy .container .design p
{
    color: #dbbb0a;
}

/*==============================//  end footer   */

.up-head,
.up-head:hover
{
    position: fixed;
    background-color: #dbbb0a;
    bottom: 20%;
    right: 5%;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
    z-index: 99;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

/*===========================================// partners page //=============================*/



/*==============================// start breadcrumb //*/

.bread-crumb
{
    padding: 30px 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
}
.breadcrumb
{
    background-color: transparent;
    padding: 10px 0;
}
.breadcrumb-item a
{
    color: #fff;
    font-family: 'SansBold';
    font-size: 22px
}
.breadcrumb-item+.breadcrumb-item::before
{
    color: #fff;
}
.breadcrumb-item.active
{
    color: #fff;
    font-family: 'SansBold';
    font-size: 22px
}

/*==============================// end breadcrumb //*/



/*==============================// start partners //*/
.partners
{
    margin-bottom: 100px;
    padding-top: 50px;
    overflow: hidden
}
.partners .mainslid-title
{
    color: #05102e;
}
.partners .mainslid-title::before
{
    right: 40px;
    width: 50%;
}
.partners .info-title
{
    padding-right: 40px;
    font-family: 'SansBold';
    margin-bottom: 50px;
}
.partners .partners-block
{
    height: 199px;
    border: 1px solid #ddd;
    width: 254px;
    padding: 10px;
    background-color: #fdf5f5;
    margin-bottom: 20px;
}
.partners .partners-block .img
{
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.partners .partners-block .img img
{
    max-width: 100%;
}
/*==============================// end partners //*/



/*==============================// start sub-info //*/

.sub-info
{
    margin-bottom: 100px;
    overflow: hidden
}
.sub-info-block
{
    padding: 20px 10px;
    text-align: center;
    background-color: #fff;
    min-height: 250px;
    border: 1px solid #ddd
}
.sub-info-block i
{
    font-size: 50px;
    margin-bottom: 15px;
    color: #05102e;
}
.sub-info-block .sub-info-title
{
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'SansBold';
}
.sub-info-block .sub-info-p
{
    font-size: 18px;
}


/*==============================// end sub-info //*/



/*===========================================// projects-p //=============================*/



/*==============================// start projects-block //*/

.projects-block
{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}
.projects-block .img
{
    position: relative;
    overflow: hidden
}
.projects-block .img img
{
    width: 100%;
    height: 260px;
}
.projects-block .img .over
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(43, 43, 44, 0.78);
    transition: .5s ease;
    opacity: 0;
}
.projects-block:hover .img .over
{
    opacity: 1
}
.projects-block .img .icons
{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s ease;
    text-align: center;
    opacity: 0
}
.projects-block:hover .img .icons
{
    opacity: 1;
}
.projects-block .img .icons i
{
    color: #fff;
    margin: 0 10px;
    background: rgba(100, 102, 106, 0.839);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: .5s ease;
}
.projects-block .img .icons i:hover
{
    background-color: #dbbb0a;
    color: #05102e;
}
.projects-block .info
{
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #05102e;
    font-family: 'SansBold';
    font-size: 20px
}
/*==============================// end projects-block //*/

.partners .row
{
    margin-right: 0;
    margin-left: 0;
}

/*==============================// start projects-prof //*/

.project-prof
{
    margin-bottom: 50px;
    padding: 50px 0;
    background-color: #fff;
}
.project-prof .img
{
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.project-prof .img img
{
    height: 340px;
}
.project-prof .title
{
    font-size: 22px;
    margin-bottom: 30px;
}
.project-prof p
{
    font-size: 20px;
    font-family: 'SansBold';
    word-spacing: 2px;
    line-height: 200%;
    margin-bottom: 20px;
    
}


/*==============================// end projects-prof //*/



/*==============================// start services //*/

.bread-crumb i
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #05102e;
    margin-left: 10px;
}
.our-serv .mainslid-title
{
    color: #05102e;
}
.our-serv i
{
    font-size: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
.our-serv li
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.our-serv li span
{
    color: #05102e;
    font-family: 'SansBold';
    font-size: 18px;
    word-spacing: 2px;
    line-height: 200%;
}

/*==============================// end services //*/



/*==============================// start techno //*/

.techno-crumb
{
    margin-bottom: 0;
}
.techno-title
{
    padding: 70px 0;
    background-image: url(../img/teckno.png);
    background-size: cover;
    margin-bottom: 50px;
}
.techno-title p
{
    color: #fff;
    font-family: 'SansBold';
    font-size: 22px;
    word-spacing: 2px;
    line-height: 200%;
    text-align: center
}
.techno
{
    margin-bottom: 100px;
}
.techno li
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 00px;
}
.techno li i
{
    margin-left: 10px;
}
.techno li span
{
    font-size: 18px;
    word-spacing: 2px;
    line-height: 200%;
}

/*==============================// end techno //*/



/*==============================// start contact //*/
.contact-title
{
    padding-top: 30px;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
}
.contact-title .container
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start
}
.contact-title .info
{
    margin: 0 15px;
}
.contact-title .title
{
    font-size: 20px;
    font-family: 'SansBold';
    word-spacing: 2px;
    line-height: 200%;
    margin-bottom: 10px;
}
.contact-title .info-p
{
    font-family: 'SansBold';
}


.contact
{
    padding: 100px 0 50px;
    background-color: #fff;
    margin-bottom: 50px;
}
.contact .contact-alert,
.contact .info span
{
    font-size: 16px;
    font-family: 'SansBold';
    word-spacing: 2px;
    line-height: 200%;
    margin-bottom: 20px;
}

.contact .input
{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.contact textarea.input
{
    height: 200px;
    resize: none;
    padding: 20px;
}
.contact .input label
{
    width: 100%;
    height: 100%;
    margin: 0;
}
.contact .input input,
.contact .input select
{
    width: 100%;
    height: 40px;
    padding:0  45px;
    transition: .5s ease
}
.contact .input input::placeholder,
.contact .input select,
.contact textarea.input::placeholder
{
    color: rgba(0,0,0,.2);
}
.contact .input i
{
    font-size: 22px;
    color: rgba(0,0,0,.2);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .5s ease
}
.contact .input input:focus + i,
.contact .input select:focus + i
{
    transform: translateY(-150%);
    opacity: 0
}
.contact .input input:focus,
.contact .input select:focus 
{
    padding: 0 15px;
}
.contact .t-btn
{
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 45px;
    font-size: 18px;
    background-color: #05102e;
}
.contact .t-btn span
{
    background-color: #dbbb0a;
}
.contact .info li
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.contact .info li i
{
    font-size: 25px;
    flex-basis: 40px;
    text-align: center;
    margin-top: 5px;
}

/*==============================// end contact //*/



/*==============================// start about //*/

.about
{
    margin-bottom: 50px;
    background-color: #fff;
    padding: 50px 0;
    overflow: hidden;
}
.about .links
{
    margin-bottom: 30px;
}
.about .links li a
{
    padding: 10px 0;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.about .links li i
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #05102e;
    color: #fff;
    margin-left: 20px;
}
.about .links li a span
{
    font-size: 16px;
    font-family: 'SansBold';
    word-spacing: 2px;
    line-height: 200%;
    color: #05102e;
}


.about .info
{
    padding: 20px;
    border: 1px solid #ddd
}
.about .mainslid-title
{
    color: #05102e;
    font-size: 22px
}
.about .info .info-p
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.about .info .info-p i
{
    margin-top: 13px;
    margin-left: 10px;
    font-size: 12px
}
.about .info .info-p p
{
    font-size: 16px;
    font-family: 'SansBold';
    word-spacing: 2px;
    line-height: 200%;
    color: #05102e;
}
/*==============================// end about //*/



/*===========================================// Media //=============================*/


@media(max-width: 992px) {
.navbar-expand-lg .navbar-toggler
    {
        display: block;
    }
/*    main-nav*/
    .main-nav
    {
        position: static
    }
    
    
    .navbar-collapse
    {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background-color: #05102e;
        width: 250px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 1;
        z-index: 2;
        padding-top: 20px;
        align-items: flex-start
    }
    .translate-right
    {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    .translate-left
    {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.activ,
    .navbar-light .navbar-nav .nav-link
    {
        width: 245px;
        text-align: center;
        font-size: 16px !important;
        color: #dbbb0a;
        margin-bottom: 10px;
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .currency button:hover
    {
        color: #dbbb0a;
    }
    .main-nav .overlay
    {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background-color: rgba(0,0,0,.5);
        width: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 1;
        z-index: 2
    }
    
    .projects .title-center::before,
    .projects .title-center::after,
    .projects .title-center span::before,
    .projects .title-center span::after
    {
        width: 35%;
    }
    
}



@media (max-width: 768px) {
    
    .nav-social
    {
        font-size: 12px
    }
    
    
    
    .main-slider img,
    .main-slider .item
    {
        height: 40vh;
    }
    .main-slider .info
    {
        width: 100%;
    }
    .main-slider .owl-carousel .owl-dots
    {
        top: 90%;
    }
    .main-slider .owl-carousel .owl-dot
    {
        display: inline-block;
    }
    .main-slider .mainslid-title
    {
        font-size: 16px
    }
    .main-slider .info-p
    {
        font-size: 14px
    }
    .main-slider .t-btn
    {
        height: 35px;
        line-height: 27px;
        font-size: 16px
    }
    
    .breadcrumb-item a,
    .breadcrumb-item.active,
    .techno-title p
    {
        font-size: 14px
    }
    .projects .title-center::before,
    .projects .title-center::after,
    .projects .title-center span::before,
    .projects .title-center span::after
    {
        display: none;
    }
    
    .about-tap
    {
        margin-bottom: 20px;
    }
    
    footer form input, footer form .t-btn
    {
        margin: auto;
    }
    .copy .container
    {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }
    .copy .container .design
    {
        margin-top: 15px;  
        justify-content: center;
        flex-basis: 100%;
    }
    
    
    
    .techno li
    {
        align-items: flex-start;
    }
    .techno li i
    {
        margin-top: 10px;
    }
    .sub-info-block
    {
        margin-bottom: 20px;
    }
    
    
    .project-prof p
    {
        text-align: center;
        font-size: 14px
    }
    .project-prof .title
    {
        font-size: 16px
    }
    .our-serv li span
    {
        font-size: 14px
    }
    .project-prof .img img
    {
        height: 250px;
    }
    
    .main-slider .owl-dots
    {
        left: 30px;
    }
    .projects-block .img img
    {
        height: 220px;
    }
    
    
    .alert-info .info
    {
        font-size: 16px
    }
    .alert-info .t-btn
    {
        font-size: 14px;
        width: 100px;
        height: 35px;
        line-height: 30px;
        text-align: center
    }
}

@media (max-width: 450px) {
    .nav-social .container
    {
        justify-content: center;
    }
    .main-slider img,
    .main-slider .item
    {
        height: 45vh
    }
    .cats .img img
    {
        height: 250px;
    }
}

