@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td
{margin: 0;padding: 0;border: 0;outline: 0;
 font-size: 100%;vertical-align: baseline;
 background: transparent;}
body              {line-height: 1;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}


@font-face {
    font-family: 'fb';
    src: url('../fonts/Heebo-Regular.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


@font-face {
    font-family: 'fb_bold';
    src: url('../fonts/Heebo-Bold.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'fb_light';
    src: url('../fonts/Heebo-Light.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'fb_thin';
    src: url('../fonts/Heebo-Thin.woff') format("opentype");
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}



body {
    font-family: "fb", "helvetica","arial",sans-serif;
    font-weight: normal;
    min-width: 1200px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 20px;
    direction: rtl;
    padding: 0px 0  0;
    color: black;
    /* background: url('../img/bgs/section1.jpg?v=1') center top #FFFFFF no-repeat; */
    /*    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;*/
}

body.thanks {
    background: url('../img/bgs/thanks.png?v=4') center top #0f4a86 no-repeat;
    
}

.clear {}
.clear:before {content: ''; display: block; clear: both;}
.clear:after {content: ''; display: block; clear: both;}

.wrapper {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.form-wrapper {
    margin: 0px auto 0;
    padding: 0;
    text-align: center;
    }
    
.form-wrapper form {
    text-align: center;
    
}
.form-wrapper form .i-input {
    width: 280px;
    display: inline-block;
    margin: 0px 0 0px 5px;
    padding: 9px 20px;
    color: white;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;
    /* float: right; */
}

.form-wrapper form .i-input:focus,
.form-wrapper form .i-input:hover
{
    border-color: #fbb813;
}


.form-wrapper form .i-select {
     width: 230px;
    display: inline-block;
    margin: 0px 0 0px 5px;
    padding: 12px 20px 12px 60px;
    color: white;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 20px;    
    -webkit-appearance: none;
    
    background: url(../img/svg/default/selectDown.png?v=1) 17px center #003449 no-repeat;
    background-size: 17px;
}

.form-wrapper form .i-select:focus,
.form-wrapper form .i-select:hover
{
    border-color: #fbb813;
}

.form-wrapper form .i-submit {
    font-family: "fb_bold", "helvetica","arial",sans-serif;
    padding: 12px 0px;
    height: 46px;
    width: 300px;
    color: white;
    background-color: #0f4985;
    border: none;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 25px;
    font-size: 21px;
    display: inline-block;
    vertical-align: top;
}

.form-wrapper form .i-submit:hover,
.form-wrapper form .i-submit:focus
{
    background-color: #f6a649;
    color: white;
}

.form-wrapper form .i-submit img {
    width: 100%;
}

.form-wrapper form .i-submit:hover {
}



.form-wrapper form .inputs {
    
}


.thank {
    margin: 3px 0 0 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #333333;
    padding: 30px 0;
}
.thank strong {
    font-size: 23px;
    color: white;
}

::-webkit-input-placeholder {color:white;padding: 2px 0px 1px;}
:-moz-placeholder {color:white;padding: 2px 0px 1px;}
::-moz-placeholder {color:white;padding: 2px 0px 1px;}
:-ms-input-placeholder {color:white;padding: 2px 0px 1px;}  


.credit {
    margin: 0px 0 0 0px;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 17px 20px 10px 20px;
    background: white;
    /* position: absolute; */
}


body.thanks  {
}
body.thanks .credit {
    /* margin-top: 20px; */
}


.form {
    padding: 0px 0 0 0;
    width: 100%;
    min-height: 304px;
}


.form .inputs {
    float: right;
    width: 550px;
}


.icheck {
    margin: 9px 0 0 0;
    text-align: left;
    padding: 0 0 0 159px;
}
.icheck input {
    vertical-align: middle;
    margin: 2px 0 0 4px;
}
.icheck label {
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    color: white;
    font-weight: normal;
}
.icheck label a {
    color: black;
    text-decoration: underline;
}


.errorCheckForm {
    border: 2px solid red;
    background: red;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


@keyframes bounce1 {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    60% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.bounce1 {
    -moz-animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
    animation: bounce1 2s infinite;
}




@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.bounce2 {
    -moz-animation: bounce2 2s infinite;
    -webkit-animation: bounce2 2s infinite;
    animation: bounce2 2s infinite;
}


.full_with {
    width: 100%;
}

.formTitle {
    width: 1120px;
    height: 43;
    display: block;
    margin: 0 auto 30px;
}


@media all and (max-width: 1900px){
    
}



.section2 {
    position: relative;
}

.creditLinkAbs {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    left: 0;
    background: transparent;
    margin: 8% 0 0 0;
}

.section1 header {
   position: absolute;
    width: 1200px;
    top: 0;
    margin: 10% -600px 0 0;
    right: 50%;
    text-align: center;
    background: #ffffffa3;
    padding: 20px 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.section1 header h1 {
    color: #0f4985;
    font-family: "fb_bold", "helvetica","arial",sans-serif;
    font-size: 62px;
    line-height: .9;
}
.section1 header img {
    margin: 0 0 6px 0;
    
}

.bulletsSec {
    padding: 50px 0 60px;
}

.bulletsSec .wrapper {
    width: 780px;
}

.bulletsSec h2 {
    font-family: "fb_bold", "helvetica","arial",sans-serif;
    font-size: 24px;
        margin: 0 0 20px 0;
}

.bulletsSec ul {
    margin: 0px 0 29px 0;
    padding: 0;
    list-style-type: none;
}

.bulletsSec ul li {
    font-size: 24px;
    font-family: "fb_light", "helvetica","arial",sans-serif;    
    margin: 0 0 10px 0;
}

.bulletsSec ul li:before {
    
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/svg/bulletTriangle.svg?v=1) center center transparent no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    margin: 5px -24px 0 0;    
}

.bulletsSec p {
    margin: 10px 0 0 0;
    font-size: 35px;
    font-family: "fb_bold", "helvetica","arial",sans-serif;
}


.makashH2 {
    
}

.moadon {
    background: url(../img/bgs/section2.jpg?v=2) center center transparent no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 450px;
    padding: 100px 0 60px 0;
    text-align: center;
}


h2.titles {
    font-family: "fb_thin", "helvetica","arial",sans-serif;
    font-size: 70px;
    color: #0f4985;
    letter-spacing: -2px;
    margin: 0 0 10px 0;
}

.moadon h3 {
    margin: 20px 0 30px 0;
    font-size: 38px;
    letter-spacing: -1px;
}
.moadon h3 strong {}


.moadon ul {
    margin: 0px auto 29px;
    padding: 0;
    list-style-type: none;
    width: 460px;
    text-align: right;
}

.moadon ul li {
    font-size: 24px;
    font-family: "fb_light", "helvetica","arial",sans-serif;    
    margin: 0 0 10px 0;
}

.moadon ul li:before {
    
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/svg/bulletTriangle.svg?v=1) center center transparent no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    margin: 5px -24px 0 0;    
}

.joinBtn {
    background: #0f4985;
    color: white;
    border: none;
    padding: 7px 20px;
    border-radius: 17px;
    font-family: "fb_bold", "helvetica","arial",sans-serif;
}

.joinBtn:hover,
.joinBtn:focus {
    background: black;
}


.tafkid {
    text-align: center;
    padding: 50px 0;
}

.tafkid .titles {}

.tafkid .titles {}

.tafkid .makashH2 {
    width: 110px;
}

.tafkid .gallery-tafkid {
    margin: 50px auto;
    width: 1100px;
}

.tafkid .gallery-tafkid .item {
    
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    
    min-height: 350px;
    margin: 10px;
    padding: 20px 10px;
    
}

.owl-carousel .owl-item img {
    
}

.tafkid .gallery-tafkid .item h3 {
    
}

.tafkid .gallery-tafkid .item p {
    font-size: 16px;
    margin: 5px 0 0 0px;
}

.tafkid .gallery-tafkid .item img.mainPic {
    width: 195px;
    margin: 0 auto 15px;
    
}

.tafkid .gallery-tafkid .item img.makash {
    width: 50px;
    margin: 0 auto 20px;
}

.tafkid .down {}

.tafkid .down h2 {}

.tafkid .down p {
    margin: 50px auto 0px;
    padding: 0 83px;
    width: 800px;

}

.tafkid .down p strong {}


.projects {
 
    background: url(../img/bgs/bgProjects.jpg?v=2) center center transparent no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    padding: 100px 0 60px 0;
    text-align: center;
    
}

.projects p.mainText {
    width: 900px;
    margin: 30px auto;
}

.projects .gallery-projects {}

.projects .gallery-projects p {
    background: #0f4985;
    color: white;
    padding: 10px;
    font-size: 16px;    
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next
{
    background: transparent;
    color: #0f4985;
    font-size: 26px;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover
{
    background: #0f4985;
    color: white;
}



.recommends {
    background: #0f4985;
    padding: 50px 0 20px;
    text-align: center;
}

.recommends h2 {
    color: white;
}

.recommends .gallery-recommend {
    color: white;
    margin: 30px auto;
    width: 1037px;
}

.recommends .gallery-recommend .item {
    margin: 0 0 30px 0;
    min-height: 150px;
}

.recommends .gallery-recommend .item p {
    font-family: "fb_light", "helvetica","arial",sans-serif;
}

.recommends .gallery-recommend .item .textBy {
    margin: 30px 0 0 0;
}



.recommends .owl-theme .owl-nav .owl-prev,
.recommends .owl-theme .owl-nav .owl-next
{
    background: transparent;
    color: white;
    font-size: 26px;
}

.recommends .owl-theme .owl-nav .owl-prev:hover,
.recommends .owl-theme .owl-nav .owl-next:hover
{
    background: transparent;
    color: #f6a649;
}


.nadlan {
    background: url(../img/svg/nadlan.png?v=4) top center transparent no-repeat;
    width: 100%;
    height: 582px;
}

.creditDown {
    text-align: center;
    display: block;
    padding: 0 0 188px 0;
}

.contactSection {
    background: #282828;
    padding: 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
}

.contactSection h2 {
    font-family: "fb_thin", "helvetica","arial",sans-serif;
    font-size: 44px;
    color: white;
    letter-spacing: -2px;
    margin: 0 0 20px 0;
    line-height: 1;
    text-align: center;
}
.contactSection h2 a {
    color: #f6a649;
    cursor: default;
    font-size: 36px;
}




.thanks .shareBtns {
    text-align: center;
    padding: 580px 0 0 0;
}
.thanks .shareBtns a {
    width: 102px;
    height: 110px;
    background: red;
    display: inline-block;
    margin: 0 3px;
    background: transparent;
}

.thanks .shareBtns a.fb_share {}
.thanks .shareBtns a.whatsapp {} 


a.goDown {
    position: absolute;
    left: 0;
    margin: 3% 0 0 0;
}

a.goDown img {
    
}