/*=================================================================================*/
/*=================================================================================*/
/*=================================================================================*/
/*==========================||---------------------------||========================*/
/*==========================|| DESIGNED BY  HOSSAM HILAL ||========================*/
/*==========================||---------------------------||========================*/
/*====================================||------||===================================*/
/*====================================|| 2018 ||===================================*/
/*====================================||------||===================================*/
/*=================================================================================*/
/*=================================================================================*/

@font-face {
    font-family: 'Cairo';
    src: url("../fonts/Cairo-Regular.eot");
    src: url("../fonts/Cairo-Regular.woff2") format("woff2"), url("../fonts/Cairo-Regular.woff") format("woff"), url("../fonts/Cairo-Regular.ttf") format("truetype"), url("/fonts/Cairo-Regular.svg.Cairo-Regular") format("svg"), url("/fonts/Cairo-Regular.eot?.iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'Cairo-Bold';
    src: url("../fonts/Cairo-Bold.eot");
    src: url("../fonts/Cairo-Bold.woff2") format("woff2"), url("../fonts/Cairo-Bold.woff") format("woff"), url("../fonts/Cairo-Bold.ttf") format("truetype"), url("../fonts/Cairo-Bold.svg.Cairo-Bold") format("svg"), url("../fonts/Cairo-Bold.eot?.iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: sans-bold;
    src: url(../fonts/OpenSans-Bold.ttf); 
}

@font-face {
    font-family: sans;
    src: url(../fonts/OpenSans-Regular.ttf); 
}


body {
    font-family: 'Cairo','sans';
    overflow-x: hidden;
    direction: ltr; 
}


/* *::-webkit-scrollbar-track
{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    z-index: -1;
    position: relative;
}

*::-webkit-scrollbar
{
    width: 3px;
    background-color: #000;
}

*::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgb(153, 49, 121);
    max-height: 50px;
} */

*::-webkit-scrollbar ,
*::-webkit-scrollbar-thumb ,
*::-webkit-scrollbar-track
{
    width: 0px !important;
    opacity: 0 !important;
    display: none !important;
}



p {
  color: #919191;
  margin: 0; 
}


a {
    color: #fff;
    text-decoration: none !important; 
}

a:hover {
  color: #36a4c1; 
}

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

.btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  padding: 0 15px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; 
  outline: 0;
}

.btn:hover , 
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-trans:hover 
{
  color: #36a4c1;
  background: #fff; 
}

.loader {
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loader img {
    width: auto;
    max-width: 250px;
    margin: auto;
}


/*===============================||--------------------||=============================*/
/*===============================||        NAVBAR      ||=============================*/
/*===============================||--------------------||=============================*/

.site-header {
    background: url(../images/header-bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    z-index: 0;
    padding: 20px 0;
}

.site-header::after {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.header-nav {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
}

.header-nav .container {
    position: relative;
    display: flex;
}

.nav-link
{
    position: relative;
    font-size: 16px;
    height: 40px;
    padding: 0;
    text-align: left;
    overflow: hidden;
}

/* .nav-link:before {
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    color: #f3b46e;
    overflow: hidden;
    position: absolute;
    content: attr(data-text);
    transition: all 0.1s ease-in-out;
} */

.nav-link:hover
{
    /* color: #fff; */
    color: #f3b46e;
}

.nav-link:hover::before {
    width: 100%;
}

.logo-box img {
    max-width: 110px;
}

.navbar-menu .active{
    position: relative;
}

.navbar-menu .active::after ,
.navbar-menu .active::before {
    content:"";
    position: absolute;
    top: 100%;
    left: 15px;
    height: 3px;
    border-radius: 5px;
}

.navbar-menu .active::after{
    width: calc( 100% - 30px );
    z-index: 0;
    background: #fff;
}

.navbar-menu .active::before {
    width: calc(50% - 15px);
    z-index: 1;
    background: #f3b46e;
}

.navbar-menu .nav-item {
    height: 40px;
    padding: 0 15px;
    flex-basis: auto;
}

.lang-item
{
    position: absolute;
    right: 15px;
}

.nav-lang {
    color: #fff;
    display: block;
    text-align: right;
    font-size: 22px;
}

.lang-box {
    color: #fff;
    position: absolute;
    min-width: 65px;
    top: 40px;
    right: 0px;
    text-align: center;
    background: #f3b46e;
    border-radius: 5px;
    width: 0;
    height: 0;
    transition: all .1s ease-in-out;
}

.lang-box::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 3px;
    border-width: 0px;
    border-color: transparent transparent #f3b46e;
    border-style: solid;
    transition: all .1s ease-in-out;
}

.lang-box li {
    height: 30px;
    line-height: 30px;
    display: none;
    transition: all .5s ease-in-out;
}

.lang-box li:first-child {
    border-bottom: 1px solid #000;
}

.show-lang {
    width: 65px !important;
    height: 60px !important;
    right: 0;
}

.show-lang::after {
    border-width: 8px;
    top: -15px;
}

.show-lang li {
    display: block;
}

.nav-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #000;
    padding: 10px 0;
    z-index: 11;
}

.nav-fixed .logo-box img {
    max-width: 80px;
}

@media screen and (max-width:767px)
{
    .nav-fixed .logo-box img {
        max-width: 50px;
    }
    .nav-fixed .toggle-btn {
        top: 10px !important;
    }
}

@media (min-width:1200px)
{
    .nav-fixed .navbar-menu {
        padding: 10px 30px;
    }
    .navbar-menu {
        display: flex;
        padding: 30px;
        height: 40px;
        line-height: 40px;
    }

    .logo-box {
        width: 20%;
    }

    .toggle-btn{
        display: none;
    }
}

@media screen and (max-width:1199px)
{
    .lang-item
    {
        right: 0px;
    }
    .no-scroll{ overflow: hidden;}
    .logo-box img {
        max-width: 80px;
    }
    .header-nav .toggle-btn {
        width: 30px;
        padding: 0;
        height: 35px;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 0;
        position: absolute;
        right: 15px;
        top: 23px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .header-nav .toggle-btn span {
        width: 30px;
        height: 3px;
        display: block;
        background: #fff;
        margin-bottom: 6px;
        position: absolute;
        width: 50%;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .header-nav .toggle-btn span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }
    .header-nav .toggle-btn span:nth-child(odd) {
        left:0px;
        border-radius: 9px 0 0 9px;
    }
    .header-nav .toggle-btn span:nth-child(1), 
    .header-nav .toggle-btn span:nth-child(2) {
        top: 0px;
    }
    .header-nav .toggle-btn span:nth-child(3), 
    .header-nav .toggle-btn span:nth-child(4) {
        top: 10px;
    }
    .header-nav .toggle-btn span:nth-child(5), 
    .header-nav .toggle-btn span:nth-child(6) {
        top: 20px;
    }
    .header-nav .toggle-btn.open span:nth-child(1),
    .header-nav .toggle-btn.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-nav .toggle-btn.open span:nth-child(2),
    .header-nav .toggle-btn.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .header-nav .toggle-btn.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }
    .header-nav .toggle-btn.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }
    .header-nav .toggle-btn.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    .header-nav .toggle-btn.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    .header-nav .toggle-btn.open span:nth-child(5) {
        left: 5px;
        top: 12px;
    }
    .header-nav .toggle-btn.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }
    .header-nav .toggle-btn span:nth-child(3) {
        margin-bottom: 0;
    }
    .header-nav .toggle-btn:hover span {
        background: #fff;
    }
    .header-nav {
        z-index: 9;
    }
    .navbar-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        padding: 30px 20px;
        background: url(../images/side-menu.png) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 270px;
        z-index: 9;
        transform: translateX(-100%);
        transition: all .3s ease-in-out;
    } 
    .show-menue {
        transform: translateX(0%) !important;
    }
    .navbar-menu li a {
        text-align: center;
    }
    .navbar-menu li {
        margin-bottom: 10px !important;
        width: fit-content;
        margin: auto;
        position: relative;
    }
    .navbar-menu .nav-lang {
        left: 0;
        text-align: center;
        width: 100%;
    }
    .lang-box {   top: 40px;}
    .lang-box li {
        margin-bottom: 0 !important;
    }
    .header-nav .over-lay {
        background: #f3b46e8c;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        transform: translateX(100%);
        transition: all .3s ease-in-out;
    }
}

@media screen and (max-width:768px)
{
    .slider-box .owl-carousel .owl-nav, 
    .slider-box .owl-carousel .owl-nav.disabled {
        bottom: -50px;
        top: auto !important;
    }
}

.slider-box  {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.slider-box .container{
    position: relative;
}

.slider-box .owl-carousel .owl-nav ,
.slider-box .owl-carousel .owl-nav.disabled {
    display: flex;
    text-align: center;
    top: calc( 50% - 17px );
    position: absolute;
    left: 0;
    right: 0;
}

.slider-box .owl-nav i {
    color: #fff;
    line-height: 35px;
}

.slider-box .owl-nav .owl-next,  
.slider-box .owl-nav .owl-prev {
    background: #f3b46e;
    border:1px solid #f3b46e;
    height: 35px;
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 26px;
}

.slider-box .owl-nav .owl-next:hover ,  
.slider-box .owl-nav .owl-prev:hover
{
    background: transparent;
    border-color: #fff;
}
.slider-box .owl-next {
    position: absolute;
    left: 0;
}

.slider-box .item {
    text-align: center;
}

.slider-box .item h4 {
    color: #fff;
    font-size: 18px;
    min-height: 40px;
}

.slider-box .item p {
    color: #fff;
    font-size: 15px;
}

/*===============================||--------------------||=============================*/
/*===============================||     COUNT BOX      ||=============================*/
/*===============================||--------------------||=============================*/

.counts {
    margin-top: -67px;
    z-index: 2;
    position: relative;
    margin-bottom: 40px;
}

.counts .box {
    background: #fff;
    border: 1px solid rgb(218, 218, 218);
    text-align: center;
    padding: 20px 0;
}

.count-block {
    border-left: 1px solid rgb(218, 218, 218);
    padding-top: 20px;
}

.counts span {
    border: 1px solid rgb(218, 218, 218);
    border-radius: 50%;
    width: 50px;
    display: block;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    position: absolute;
    top: -47px;
    left: calc( 50% - 25px );
    background: #fff;
    color: #f3b46e;
}

.count-block:hover span {
    background: #f3b46e;
    color:#fff;
    border-color: #f3b46e;
}

.count-block p {
    color: #495057;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.count-block h6 {
    color: #f3b46e;
    font-size: 18px;
}

@media (min-width:768px)
{
    .counts .col-6:first-of-type .count-block {
        border: 0;
    }
}

@media screen and (max-width:767px)
{
    .counts {
        margin-top: 30px;
    }

    .counts .box {
        overflow: hidden;
        padding: 0;
    }
    .counts span {
        position: relative !important;
        top: auto !important;
        margin: auto;
        margin-bottom: 10px;
        left: auto !important;
    }
    .count-block {
        border: 0; 
        padding-bottom: 15px;
    }
    .counts .col-6:first-of-type .count-block {
        border:0;
    }
    .counts .col-6:first-of-type {
        border-right: 1px solid rgb(218, 218, 218);
        border-bottom: 1px solid rgb(218, 218, 218);
    }
    .counts .col-6:nth-child(2)  {
        border-bottom: 1px solid rgb(218, 218, 218);
    }
    .counts .col-6:nth-child(3)  {
        border-right: 1px solid rgb(218, 218, 218);
    } 
    .count-block h6 ,.count-block p {
        margin-bottom: 0;
    } 
    .counts .row {
        margin-right: 0;
        margin-left: 0;
    }
    .counts .col-6 {
        padding: 0;
    }
}

/*===============================||--------------------||=============================*/
/*===============================||        ABOUT US    ||=============================*/
/*===============================||--------------------||=============================*/

.basic-head {
    text-align: center;
    margin-bottom: 45px;
}

.basic-head h3 {
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    font-size: 27px;
    position: relative;
    padding-bottom: 10px;
}

.basic-head h3::after , .basic-head h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 4px;
}

.basic-head h3::after {
    left: 0;
    background: #000;
}

.basic-head h3::before {
    right: 0;
    background: #f3b46e;
}

.about-us h4 {
    color: #f3b46e;
    font-size: 22px;
}

.about-us p {
    color: #999;
    line-height: 40px;
    margin-bottom: 25px;
    font-size: 20px;
}

.about-us img{
    /* max-width: 350px; */
    /* max-height: 400px; */
    margin-left: auto;
    display: block;
}

.about-us .data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.link-draw {
    color: #f3b46e;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px 30px;
    margin-left: auto;
    display: block;
    margin-top: 30px;
    font-size: 20px;
}

.link-draw::before, 
.link-draw::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
}
.link-draw::before {
    top: 0;
    right: 0;
}
.link-draw::after {
    left: 0;
    bottom: 0;
}

.link-draw::after {
    border-top-width: 1px;
    border-left-width: 1px;
}

.link-draw::before {
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.link-draw:hover {
    color: #f3b46e;
}

.link-draw:hover::before, 
.link-draw:hover::after {
    border-color: #f3b46e;
    transition: border-color 0s, height 0.25s, width 0.25s;
    width: 100%;
    height: 100%;
}

.link-draw:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}

.link-draw:hover::after {
    transition-delay: 0.5s, 0.5s, 0.75s;
}

@media screen and (max-width:575px)
{
    .about-us img { margin-bottom: 20px;}
}
@media (min-width:768px) and (max-width:1199px)
{
    .about-us p {
        line-height: 34px;
        font-size: 16px;
    }
}


/*===============================||--------------------||=============================*/
/*===============================||        SERVICES    ||=============================*/
/*===============================||--------------------||=============================*/


.services {
    background: url(../images/serv-bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 100px;
    padding: 60px 0 30px;
}

.services .basic-head h3 {
    color: #fff;
}

.services .basic-head h3::after {
    background: #fff;
}

.services .data {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.services p {
    color: #fff;
    line-height: 35px;
    font-size: 20px;
}

.services .box {
    max-width: 430px;
    margin: auto;
}

.services .block {
    border: 2px solid #f3b46e;
    text-align: center;
    color: #fff;
    padding: 40px 20px 10px;
    height: 192px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
}

.services .block i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
}

.services .block h5 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}


.services .block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f3b46e85;
    z-index: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services .block:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width:991px) {
    .services {
        margin-top: 0px;
    }
}

@media (min-width:768px) and (max-width:1199px)
{
    .services p {
        font-size: 16px;
    }
    .services .block h5 {
        font-size: 15px;
    }
}

/*===============================||--------------------||=============================*/
/*===============================||      OUR TEAM      ||=============================*/
/*===============================||--------------------||=============================*/

.our-team {
    padding: 50px 0;
}

.our-team .basic-head h3  {
    color: #f3b46e;
}

.our-team .team-card {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.our-team .team-card img {
    height: 250px;
    width: 100%;
    transition: all .3s ease-in-out;
}

.our-team .team-card h4 {
    padding: 0 20px;
    font-size: 18px;
    margin: 15px 0 10px 0;
    color: #f3b46e;
}

.our-team .team-card p {
    padding: 0 20px;
    padding-bottom: 15px;
}

.our-team .team-card::before , 
.our-team .team-card::after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
    z-index: 3;
}

.our-team .team-card::before {  transform-origin: left top;}

.our-team .team-card::after  {  transform-origin: right bottom;}

.our-team .team-card:hover img {
    -webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.our-team .team-card:hover::before ,
.our-team .team-card:hover::after
{
  transform: scale3d(1, 1, 1);
}

@media screen and (max-width:991px)
{
    .our-team .team-card { margin-bottom: 20px;}
}



/*===============================||--------------------||=============================*/
/*===============================||     TESTIMONIAL    ||=============================*/
/*===============================||--------------------||=============================*/

.client-opinion {
    margin-top: 20px;
    -webkit-background: #f0f0f0;
    background: #f0f0f0;
    padding: 50px 0;
}

.client-opinion .basic-head h3  {
    color: #f3b46e;
}

.testimonial-box {
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
}

.testimonial .item {
    display: flex;
    direction: ltr;
}

.testimonial .item img {
    width: 150px;
    height: 150px;
    border: 1px solid #f3b46e;
}

.testimonial .item .data {
    width: calc( 100% - 120px );
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial .item .data h4 {
    color: #f3b46e;
    font-size:22px;
    margin-bottom: 15px;
}

.testimonial .item .data p {
    font-size: 17px;
    line-height: 30px;
}

.testimonial .owl-dots {
    display: block;
    position: absolute;
    bottom: -60px;
    left: calc( 50% - 30px );
}


.testimonial .owl-dot {
    width: 13px;
    height: 13px;
    background: #f3b46e99 ;
    margin: 0 3px;
    border-radius: 50%;
    display: inline-block;
}

.testimonial .owl-dot.active {
    background: #f3b46e;
}

@media screen and (max-width:575px)
{
    .testimonial .item {   display: block; text-align: center;}
    .testimonial .item img { display: block; margin: 0 auto 20px ; }
    .testimonial .item .data {  width:100%; padding-right: 0px;}
}

/*===============================||--------------------||=============================*/
/*===============================||      OUR WORKS     ||=============================*/
/*===============================||--------------------||=============================*/

.our-works 
{
    padding: 50px 0;
}

.our-works  .basic-head h3  {
    color: #f3b46e;
}

.work-box {
    padding:10px;
    cursor: pointer;
}

.work-box .block {
    position: relative;
    overflow: hidden;
}

.work-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3b46ee8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all 0.275s ease-in-out, visibility 0s 0.275s;
    visibility: hidden;
    will-change: transform;
    -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.work-box .overlay img {
    width: 40px;
    margin: auto;
}

.work-box .overlay a {
    position: absolute;
    left: calc( 50% - 20px );
    opacity: 0;
}

.work-box .overlay a img {
    width: 40px;
}

.work-box:hover .overlay {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: none;
            transform: none;
    visibility: visible;
    transition-delay: 0s;
}

@media screen and (max-width:575px)
{
    .work-box {
        width: 50%;
        padding: 5px;
    }
}

@media (min-width:576px)
{
    .work-box {
        width: 33.33%;
    }
}


/*===============================||--------------------||=============================*/
/*===============================||    OUR PARTNERS    ||=============================*/
/*===============================||--------------------||=============================*/

.our-partners {
    margin-top: 20px;
    -webkit-background: #f0f0f0;
    background: #f0f0f0;
    padding: 50px 0;
    text-align: center;
}

.our-partners .basic-head h3  {
    color: #f3b46e;
}

.our-partners p{
    font-size: 20px;
    max-width: 800px;
    margin: 20px auto;
    line-height: 35px;
}

.partners-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.partner {
    border: 2px solid #f3b46e;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}

.partner img {
    width: auto;
    margin: auto;
}

.our-partners  .link-draw {
    display: block;
    margin: 0px auto;
}

/*===============================||--------------------||=============================*/
/*===============================||      OUR WORKS     ||=============================*/
/*===============================||--------------------||=============================*/

.ask-consultation {
    padding: 60px 0;
}

.ask-consultation .basic-head h3  {
    color: #f3b46e;
}

.field{
    position: relative;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 2px 5.81px 1.19px rgba(198, 198, 198, 0.27);
}

.form-control {
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    padding: 0 20px;
    color: rgb(196, 196, 196);
    font-size: 18px;
    border: 0;
    position: relative;
    border: 1px solid #dee2e6;
}

.field textarea ,
.textare-field
{
    height: 200px;
}

textarea {
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.field:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 2px;
    transition: all .5s ease-in-out;
    background: #f3b46e;
}

.animation::after {
    width: 100%;
}


.field label {
    color: rgb(151, 151, 151);
    position: absolute;
    cursor: text;
    transform: translateY(0px);
    transition: transform 0.3s ease;
    left: 20px;
    top: 0;
    height: 45px;
    line-height: 45px;
    margin: 0;
}

.animation label {
    transform: translateY(-65px);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f3b46e;
}


.btn-form {
    background: #f3b46e;
    color: #fff;
    border-radius: 3px;
    position: relative;
    will-change: transform;
    transition:all 0.3s  ease-in-out;
    transition-delay: 0.35s;   
    width: 150px;
    margin: 30px auto 0;
    display: block;
    padding: 0;
}

.btn-form span {
    color: #000;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    direction: ltr;
}

.btn-form legend {
    position: relative;
    z-index: 2;
    margin: 0;
    border: 0;
    font-size: 18px;
}

.btn-form span:after {
    content: "";
    display: block;
    background: #c1813a;
    position: absolute;
    width: 250%;
    height: 500%;
    border-radius: 200%;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
    transform: translate(30%, 10%) translateZ(0);
}

.btn-form:hover span:after {
    transform: translate(-45%, -34%) translateZ(0);
}

.btn-form:hover span {
    color:#fff;
}

.btn-form:before {
    display: block;
    position: absolute;
    background: transparent;
    border: none;
    border-radius:3px;
    transform: translateY(5px) scale(0.9);
    content: "";
    height: 5px;
    z-index: -1;
    bottom: -1%;
    left: 0;
    right: 0;
    transition: 0.2s all ease-in-out;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-form:hover:before {
    transform: translateY(8px) scale(0.8);
    opacity: 0.8;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.btn-form:hover {
    transform: translateY(-5px);
}


/*===============================||--------------------||=============================*/
/*===============================||        FOOTER      ||=============================*/
/*===============================||--------------------||=============================*/

.footer  {
    background: url(../images/footer-bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 50px;
    padding: 50px 0 30px;
}

.footer .box {
    padding-bottom: 20px;
}

.footer h3 {
    color: #c1813a;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer h5 {
    font-size: 16px;
    color: #c1bdbd;
    line-height: 30px;
}

.footer p {
    color: #c1bdbd;
    font-size: 17px;
}

.footer .social {
    display: flex;
    font-size: 24px;
    margin-top: 10px;
    padding: 0;
}

.footer .social li {
    margin-left: 0;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
}

.footer a {
    color:#c1bdbd;
}

.footer a:hover {
    color: #c1813a;
}

i.icofont-google-plus {
    font-size: 35px;
    line-height: 30px;
    display: block;
}

.copyright {
    background: #000;
    min-height: 55px;
    padding: 10px 0;
    line-height: 35px;
}

.copyright p {
    font-size: 14px !important;
    color:#fff;
}

.copyright .col-12:nth-child(2) p {
    text-align: right;
}

.copyright a {
    font-size: 14px;
    padding: 0 2px;
    color: #c1813a;
}


/*===============================||--------------------||=============================*/
/*===============================||         MEDIA      ||=============================*/
/*===============================||--------------------||=============================*/


@media screen and (max-width:767px)
{
    p , h6 {
        line-height: 30px !important;
        font-size: 15px !important;
    }
    .basic-head h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 18px !important;
    }
    .link-draw {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .copyright .col-12:nth-child(2) p {
        text-align: left;
    }
    
}