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

* {
    box-sizing: border-box;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

body {
    line-height: 1;
    font-family:"IRANSansWeb", Arial, Tahoma, Verdana, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
}

::selection {
    background: #15bc9f;
    color: #fff;
}

::-webkit-selection {
    background: #15bc9f;
    color: #fff;
}

::-moz-selection {
    background: #15bc9f;
    color: #fff;
}

html, body {
    height: 100%;
}

.clearfix {
    zoom: 1;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -450px; /* equal to footer height */
    font-family: 'IRANSansWeb', 'Arial', sans-serif;
    font-weight: normal;
    color: #7d888e;
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer, .page-wrap:after {
    height: 450px; /* .footer height  */
}

.site-footer {
    min-width: 90%;
    background: #273038;
    color: #7d888e;
    font-family: 'IRANSansWeb', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

/**************************  start merhdad framework  **************************/
h1 {
    font-size: 1.8em;
    line-height: 1.5;
}

h2 {
    font-size: 1.6em;
    line-height: 1.5;
}

h3 {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.5;
    direction: rtl;
    margin-bottom: .5rem;
}

h4 {
    font-size: 1.3em;
    line-height: 1.5;
}

h5 {
    font-size: 1.2em;
    line-height: 1.5;
}

h6 {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 300;
}

p {
    line-height: 2.2;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.cloumn1 {
    width: 75%;
    float: left;
}

.cloumn2 {
    width: 50%;
    float: right;
}

.cloumn3 {
    width: 33.33%;
    float: right;
}

.cloumn4 {
    width: 25%;
    float: left;
}

.cloumn5 {
    width: 20%;
    float: left;
}

.pushLeft {
    float: left;
}

.pushRight {
    float: right;
}

.primary_btn {
    background: #15bc9f;
    color: #fff;
    padding: 11px 45px 9px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300;
    border: 2px solid #15bc9f;
}

.primary_btn:hover {
    background: #fff;
    color: #15bc9f;
}

/**************************  start menu  **************************/
nav.globalNav {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding: 10px 0 5px;
}

.globalLogoHeader {
    float: left;
    width: 254px;
    z-index: 4;
}

ul.mainMenu {
    float: right;
}

ul.mainMenu li {
    float: right;
    margin-left: 5px;
}

ul.mainMenu li a {
    display: inline-block;
    padding: 25px 10px;
    color: #fff;
}

ul.onwhPage li a {
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
}

ul.mainMenu li a:hover {
    opacity: 0.6;
}

ul.headerSocialNetwork {
    float: right;
}

ul.headerSocialNetwork li {
    float: left;
    margin: 0 5px;
}

ul.headerSocialNetwork li a {
    display: inline-block;
    padding: 25px 0;
    color: #fff;
}

ul.headerSocialNetwork li a:hover {
    opacity: 0.6;
}

.slicknav_menu {
    display: none;
}

/**************************  start intro  **************************/
.intro {
    background-size: cover;
    background-origin: border-box;
    background: url(../img/general/intro_home_main.png) no-repeat fixed center center;
}

.introTxt {
    color: #fff;
    margin-top: 250px;
}

.introTxt h4 {
    text-shadow: 0px 0px 1px #ccc;
}

.introTxt h1 {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.introTxt h1:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #15bc9f;
    content: '';
}

.introTxt > span {
    font-family: 'IRANSansWeb', 'Arial', sans-serif;
    display: inline-block;
    padding: 20px 0;
    font-size: 18px;
    direction: rtl;
    text-align: justify;
}

.mouseBar {
    padding: 45px 0 30px;
    text-align: center;
}

.mouseBar img {
    width: 45px;
}

/**************************  start homepage about  **************************/
.homeAboutSection {
    text-align: center;
    padding-top: 50px;
}

.homeAboutSection .wrapper {
    border-bottom: 1px solid #7d888e
}

.homeAboutSection h6 {
    font-weight: 500;
}

.homeAboutSection h2 {
    font-size: 30px;
    padding: 20px 0;
}

.homeAboutSection p.mainHomeAboutdesc {
    width: 80%;
    line-height: 2.2;
    margin: 0 auto;
    direction: rtl;
}

.homeAboutSection ul {
    padding: 100px 0 50px;
}

.homeAboutSection ul li {
    float: right;
    width: 30%;
    margin-left: 2%;
}

.homeAboutSection ul li .iconAbout {
    width: 25%;
    float: right;
}

.homeAboutSection ul li .iconAbout span {
    border: 1px solid #7d888e;
    padding: 15px 15px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.homeAboutSection ul li .iconAbout img {
    height: 30px;
}

.homeAboutSection ul li .descAbout {
    width: 75%;
    float: left;
    text-align: right;
    direction: rtl;
}

.homeAboutSection ul li .descAbout h3 {
    font-weight: 900;
    font-size: 1.25rem;
    margin-bottom: .3rem;
}

.homeAboutSection .primary_btn {
    bottom: -18px;
    position: relative;
}

/**************************  start homepage services  **************************/
section.servicesHomePage {

}

section.servicesHomePage .wrapper {
    padding: 100px 0 0;
}

.topsectionService .cloumn2:last-child {
    text-align: right;
    padding-right: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.topsectionService img {
    width: 270px;
}

.topsectionService .cloumn2:last-child {
    /*margin-top: 4%;*/
}

.topsectionService p {
    width: 70%;
    margin-top: 10px;
    float: right;
    line-height: 2;
    text-align: justify;
    direction: rtl;
}

.sectionTitle {
    font-size: 25px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    text-align: center;
    padding-bottom: 50px;
}

.sectionTitle:after {
    display: block;
    content: '';
    width: 120px;
    height: 4px;
    background-color: #15bc9f;
    margin: 10px auto 0;
}

/**************************  start homepage services anchors  **************************/
.allServices {
    padding: 200px 0 0px;
    background: url(../img/general/services_background.svg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    margin-top: 100px
}

.allServices div.serviceShowCase {
    position: absolute;
    color: #525e64;
}

.allServices div h3 {
    /*text-align: center;*/
    font-weight: 500;
    font-size: 1.2em;
}

.allServices p {
    direction: rtl;
}

.allServices div.fristSrLink {
    left: 10%;
    top: -50px;
    text-align: left;
}

.allServices div.secondSrLink {
    padding: 20px;
    left: 40%;
    top: -90px;
    text-align: left;
}

.allServices div.thirdSrLink {
    padding: 0;
    right: 12%;
    top: -35px;
    width: 300px;
    text-align: justify;
}

@media only screen and (max-width: 1120px) {
    .allServices div.thirdSrLink {
        right: 4.5%;
        top: -30px;
    }
}

.allServices div.fristSrLink .iconSrLink, .allServices div.secondSrLink .iconSrLink, .allServices div.thirdSrLink .iconSrLink {
    float: left;
}

.allServices div.fristSrLink .iconSrLink span, .allServices div.secondSrLink .iconSrLink span, .allServices div.thirdSrLink .iconSrLink span {
    width: 10px;
    height: 100px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    display: block;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -moz-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    margin: 0 auto;
}

.allServices div.fristSrLink .iconSrLink i, .allServices div.secondSrLink .iconSrLink i, .allServices div.thirdSrLink .iconSrLink i {
    width: 60px;
    padding: 13px 15px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -3px;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -moz-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
}

.allServices div.fristSrLink .descSrLink, .allServices div.secondSrLink .descSrLink, .allServices div.thirdSrLink .iconSrLink {
    float: right;
}

/**************************  start homepage blog  **************************/
.blogHomePage ul li {
    float: left;
    background: #e8f3f5;
    width: 33.3333%;
    position: relative;
    overflow: hidden;
}

.blogHomePage ul li img {
    width: 100%;
}

.blogHomePage ul li a {
    color: #fff;
}

.blogDescHome {
    position: absolute;
    top: 60%;
    width: 90%;
    margin-left: -45%;
    left: 50%;
    line-height: 1.6;
}

.blogHomePage ul li h3 {
    font-size: 17px;
    font-weight: 500;
}

.blogHomePage ul li span {
    font-size: 15px;
}

/**************************  start homepage solution  **************************/
.solutionHomePage {
    background: #e8f3f5;
    /*padding:100px 0;*/
}

.solutionHomePage p {
    width: 85%;
    line-height: 2.2;
    text-align: justify;
}

.solutionHomePage h4.sectionTitle {
    text-align: right;
}

.solutionHomePage h4.sectionTitle:after {
    margin: 10px 0 0;
}

.solutionHomePage ul {
    margin-top: 15px;
    margin-bottom: 75px;
}

.solutionHomePage ul li i {
    float: right;
    width: 8%;
    margin-top: 20px;
}

.solutionHomePage ul li i img {
    width: 40px;
}

.solutionHomePage ul li h3 {
    width: 75%;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
}

.solutionHomePage ul li p {
    width: 75%;
    display: inline-block;
    margin-right: 10px;
    text-align: justify;
}

.solutionHomePage ul li {
    margin-bottom: 15px;
}

.imgFastLine {
    margin-top: 100px;
}

/**************************  start homepage client  **************************/
section.ourClientHome {
    padding: 50px 0;
    text-align: center;
}

.owl-carousel {
    padding: 50px 0;
}

/**************************  start homepage testemonial  **************************/
.clientTestemonialHome {
    background-color: #e1e1e1;
    padding: 100px 0 0;
}

.clientTestemonialHome p {
    padding: 30px 0 20px;
    width: 75%;
}

.clientTestemonialHome span {
    display: block;
}

.sourceTestemonial {
    font-weight: 300;
    font-style: italic;
}

.clientTestemonialHome .cloumn2 {
    padding-top: 60px;
}

.clientTestemonialHome .cloumn2:last-child {
    padding-top: 10px;
    text-align: center;
}

/**************************  start homepage contact  **************************/
.contactUsHome {
    background-color: #15bc9f;
    padding: 50px 0;
    color: #fff;
}

.bigbtn {
    background-color: #1e8d7a;
    color: #fff;
    padding: 11px 45px 9px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300;
    border: 2px solid #15bc9f;
}

.bigbtn:hover {
    background: #fff;
    color: #15bc9f;
}

#contact-form .bigbtn {
    float: left;
}

.contactUsHome .cloumn2 {
    width: 50%
}

.contactUsHome h3.sectionTitle {
    text-align: right;
}

.contactUsHome span {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.contactUsHome .cloumn2 {
    text-align: right;
    direction: rtl;
}

.contactUsHome input, .contactUsHome textarea {
    border: 1px solid #fff;
    background: transparent;
    padding: .9em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.contactUsHome input {
    width: 100%;
    /*margin-left: 10px;*/
    margin-bottom: 15px;
}

.contactUsHome textarea {
    width: 100%;
    height: 105px;
    -webkit-resize: none;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    margin-bottom: 10px;
}

.contactUsHome input:focus, .contactUsHome textarea:focus {
    outline: none;
    border-color: #1e8d7a;
}

.contactUsHome input::-webkit-input-placeholder, .contactUsHome textarea::-webkit-input-placeholder {
    color: #fff;
}

.contactUsHome input::-moz-placeholder, .contactUsHome textarea::-moz-placeholder {
    color: #fff;
}

.contactUsHome input:-ms-input-placeholder, .contactUsHome textarea:-ms-input-placeholder {
    color: #fff;
}

.contactUsHome input:-moz-placeholder, .contactUsHome textarea:-moz-placeholder {
    color: #fff;
}

.contactUsHome .cloumn2 p {
    margin-bottom: 30px;
}

/**************************  start footer  **************************/

.site-footer .wrapper {
    padding-top: 50px;
}

.site-footer .cloumn2 {
    width: 45%;
    padding-top: 87px;
}

.site-footer .cloumn3 {
    float: left;
    width: 45%;
}

ul.footerSocialNet {
    float: left;
}

ul.footerSocialNet li {
    float: left;
    margin: 0 5px;
}

ul.footerSocialNet li a {
    display: inline-block;
    padding: 15px 0;
    color: #fff !important;
}

ul.footerSocialNet li a:hover {
    opacity: 0.6;
}

.footerDesc {
    padding: 30px 0 0;
    direction: rtl;
    text-align: justify;
    line-height: 2;
    color: #ffffff;
}

.site-footer .cloumn2 h4 {
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #15bc9f;
}

.site-footer .cloumn3 h4 {
    color: #fff;
    padding-bottom: 30px;
}

.site-footer .cloumn3 ul li {
    margin-bottom: 10px;
}

.site-footer .cloumn3 ul li a {
    font-size: 14px;
    color: #7d888e;
    text-transform: uppercase;
}

.site-footer .cloumn3 ul li a:hover {
    opacity: 0.6;
}

.copyright {
    text-align: center;
    direction: rtl;
    line-height: 2;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #15bc9f;
}

.site-footer li {
    margin-top: 15px;
}

.site-footer li:first-of-type{
    margin-top: 25px;
}

.site-footer li span {
    display: inline-block;
    width: calc(100% - 45px);
    line-height: 2.4;
}

.site-footer i {
    color: #15bc9f;
    font-size: 1.2rem;
    margin-left: 1rem;
    vertical-align: top;
    display: inline-block;
    line-height: 2;
}

.footerPhone {
    color: #fff;
    font-size: 16px;
    direction: ltr;
    text-align: right;
}

.footerEmail, .phoneContact {
    color: #ffffff;
    font-size: 16px;
}

.footerAddress {
    text-align: justify;
    color: #ffffff;
}

/*************  start services Page  ************/
.introServices {
    background: url(../img/general/service_intro.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.introServices .wrapper h1 {
    margin: 245px auto 20px;
    color: #fff;
}

.introServices .wrapper img {
    width: 45px;
    display: block;
    margin: 130px auto 30px;
}

.introServices .wrapper p {
    width: 50%;
    margin: 0 auto 10px;
}

.introServices .wrapper a.ptLink {
    font-weight: 500;
    color: #15bc9f;
    text-decoration: underline;
}

.introServices .wrapper a.ptLink:hover {
    opacity: 0.6;
}

.introServices .wrapper a.primary_btn:hover {
    background: transparent;
}

section.nabnServiceED {
    padding: 100px 0;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff 0%, #eaf3f6 100%);
    background: -o-linear-gradient(#ffffff 0%, #eaf3f6 100%);
    background: linear-gradient(#ffffff 0%, #eaf3f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaf3f6', GradientType=0);
}

.topSectionServices {
    text-align: center;
}

.topSectionServices h2 {
    margin-bottom: 20px;
    color: #525e64;
}

.topSectionServices p {
    width: 60%;
    margin: 0 auto;
}

.wrapperSe {
    width: 95%;
}

.webApplicationServices {
    margin-top: 150px;
}

.webApplicationServices .cloumn2:last-child {
    text-align: right;
    width: 45%;
}

.sectionTitleOt {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 20px;
}

.sectionTitleOt:after {
    display: block;
    content: '';
    width: 120px;
    height: 4px;
    background-color: #15bc9f;
    margin: 10px 0 0;
}

.wrapperSe .cloumn2 h3 {
    margin-top: 30px;
}

.customSoftwareNabn {
    padding: 100px 0 0;
}

.customSoftwareNabn .cloumn2:last-child {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

section.mobileApp {
    background: #28323a url(../img/general/mobile_app_vectorbackground.png) no-repeat center right;
    padding: 100px 0;
}

.MobileSoeTitle {
    color: #fff;
    display: inline-block;
    padding: 5px 0 15px;
    font-weight: 300;
    font-style: italic;
    line-height: 2;
}

section.mobileApp .cloumn2:last-child {
    text-align: right;
}

section.mobileApp .cloumn2:last-child span {
    margin-top: 10px;
    width: 60%;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}

.mobilePro {
    direction: rtl;
    margin-top: 40px;
}

.mobilePro li {
    margin-bottom: 15px;
}

.mobilePro li i {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-left: 10px;
}

.mobilePro li span {
    display: inline-block;
    font-weight: 500;
    line-height: 2;
    vertical-align: middle;
    width: calc(100% - 55px);
}

.automateTask {
    padding: 100px 0 0;
    text-align: center;
}

.automateTask p {
    width: 70%;
    margin: 0 auto 30px;
}

/*************  start about Page  ************/
.introAbout {
    background: url(../img/general/about_intro.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.introAbout .wrapper h1 {
    margin: 245px auto 20px;
    color: #fff;
    line-height: 2.6;
}

.introAbout .wrapper img {
    width: 45px;
    display: block;
    margin: 130px auto 30px;
}

.introAbout .wrapper p {
    width: 50%;
    margin: 0 auto 10px;
}

.introAbout .wrapper a.ptLink {
    font-weight: 500;
    color: #15bc9f;
    text-decoration: underline;
}

.introAbout .wrapper a.ptLink:hover {
    opacity: 0.6;
}

.introAbout .wrapper a.primary_btn:hover {
    background: transparent;
}

.bnabout {
    background: #28323a;
    height: 150px;
}

.aboutNabn {
    background: #eaf3f6;
    padding: 100px 0;
    text-align: center;
    direction: rtl;
}

.aboutNabn img {
    margin-bottom: 30px;
}

.aboutNabn p {
    width: 75%;
    margin: 0 auto;
    text-align: justify;
}

section.aboutNabnMain {
    padding: 100px 0;
}

.descAbout {
    margin-bottom: 60px;
}

section.aboutNabnMain .cloumn2:first-of-type {
    margin-left: 10%;
}

section.aboutNabnMain .cloumn2 {
    width: calc(50% - 5%);
}

section.aboutNabnMain .cloumn2 h6 {
    margin-top: 20px;
    font-size: 130%;
    font-weight: bold;
}

section.aboutNabnMain .cloumn2 h6:first-of-type {
    margin-top: 0;
}

section.aboutNabnMain .cloumn2 h6 i {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

section.aboutNabnMain .cloumn2 h6 span {
    display: inline-block;
}

.visionManifest {
    margin-top: 10px;
}

.visionManifest li {
    line-height: 2.2;
    padding-bottom: 5px;
}

.visionManifest li b {
    font-weight: 500;
}

.visionManifest li i {
    display: inline-block;
    width: 20px;
    vertical-align: top;
}

.visionManifest li i img {
    vertical-align: middle;
}

.visionManifest li span {
    width: calc(100% - 25px);
    display: inline-block;
}

section.aboutNabnMain .cloumn2:last-child {
    text-align: right;
}

section.aboutCollaboration {
    background: #28323a url(../img/general/mobile_app_vectorbackground.png) no-repeat center right;
    padding: 100px 0;
}

section.aboutCollaboration .cloumn2:last-child {
    text-align: right;
}

section.aboutCollaboration .cloumn2:last-child span {
    margin-top: 10px;
    width: 60%;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}

section.nabnTeam {
    padding: 100px 0;
    text-align: center;
}

section.nabnTeam p {
    width: 70%;
    margin: 0 auto;
}

ul.teamPictures {
    margin-top: 100px;
}

ul.teamPictures li {
    display: inline-block;
    width: 22%;
    margin-right: 2%;
    margin-bottom: 50px;
}

ul.teamPictures li img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    -moz-box-shadow: 0px 0px 15px #ccc;
    -ms-box-shadow: 0px 0px 15px #ccc;
    -o-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
}

ul.teamPictures li b {
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
}

ul.teamPictures li span {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
}

ul.teamPictures li a {
    color: #15bc9f;
}

/*************  start contact Page  ************/
.introOtPage {
    background: #fff;
    text-align: center;
}

.introOtPage .globalNav {
    color: #273038;
}

.introOtPage .globalNav ul.mainMenu li a {
    color: #273038;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
}

.introOtPage .globalNav ul.headerSocialNetwork li a {
    color: #273038;
}

.introOtPage nav.globalNav {
    border-bottom-color: #273038;
}

.contactUs {
    padding: 50px 0;
}

.contactUs .cloumn2 {
    padding-top: 50px;
}

.contactUs .cloumn2 input, .contactUs .cloumn2 textarea {
    width: 100%;
    padding: .9em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-resize: none;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

.contactUs .cloumn2 input:focus, .contactUs .cloumn2 textarea:focus {
    border-color: #15bc9f;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px #15bc9f;
    -moz-box-shadow: 0px 0px 5px #15bc9f;
    -ms-box-shadow: 0px 0px 5px #15bc9f;
    -o-box-shadow: 0px 0px 5px #15bc9f;
    box-shadow: 0px 0px 5px #15bc9f;
}

.contactInformation {
    width: 37%;
}

.contactInformation li{
    padding: 10px 0;
}

.contactInformation li + li{
    border-top: 1px solid #15bc9f;
}

.contactInformation i {
    display: inline-block;
    line-height: 2;
    font-size: 1.25rem;
    color: #15bc9f;
    margin-left: 1rem;
}

.contactInformation span {
    display: inline-block;
    width: calc(100% - 45px);
    line-height: 2.6;
    vertical-align: top;
    font-weight: bold;
}

.phoneContact {
    font-weight: 500;
}

/**************************  start media Queries  **************************/

@media only screen and (min-width: 1064px) {
    .wrapper {
        width: 1024px;
    }

    nav.globalNav {
        width: 1024px;
    }
}

@media only screen and (min-width: 1240px) {
    .wrapper {
        width: 1200px;
    }

    nav.globalNav {
        width: 1200px;
    }

    .allServices {
        padding: 200px 0 0px;
        background: url(../img/general/services_background.svg) no-repeat center -7%;
        background-size: cover;
        position: relative;
        margin-top: 130px
    }

    .site-footer .cloumn2 {
        width: 42%;
    }

    .site-footer .cloumn3 {
        width: 40%;
    }
}

@media only screen and (max-width: 1024px) {
    .homeAboutSection p {
        text-align: justify;
    }

    .homeAboutSection ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .homeAboutSection ul li:last-of-type {
        margin-bottom: 0;
    }

    .blogDescHome {
        top: 50%;
    }

    .contactUsHome .cloumn2 {
        width: 50%
    }

    .contactUsHome .cloumn3 {
        width: 50%;
    }

    .contactUsHome .cloumn3 .bigbtn {
        margin-bottom: 50px;
    }

    .contactUsHome input {
        /*width: 90%;*/
        margin-left: 0;
    }

    .contactUsHome textarea {
        /*width: 90%;*/
    }

    #contact-form section {
        width: 100%;
    }

    /**************************  start homepage services anchors  **************************/
    .allServices {
        background: none;
        padding: 0;
        margin-top: 0;
    }

    .allServices h3 {
        text-align: center;
    }

    .allServices div.serviceShowCase {
        position: static;
        color: #525e64;
        width: 33%;
        float: left;
        margin-bottom: 100px;
        margin-right: 1px;
        padding: 0 15px;
    }

    .allServices div.secondSrLink {
        /*padding: 0;*/
    }

    .allServices div.thirdSrLink {
        /*padding: 0;*/
        width: 33%;
        text-align: center;
    }

    .allServices div.fristSrLink .iconSrLink, .allServices div.secondSrLink .iconSrLink, .allServices div.thirdSrLink .iconSrLink {
        float: none;
    }

    .allServices div.fristSrLink .iconSrLink span, .allServices div.secondSrLink .iconSrLink span, .allServices div.thirdSrLink .iconSrLink span {
        display: none;
    }

    .allServices div.fristSrLink .iconSrLink i, .allServices div.secondSrLink .iconSrLink i, .allServices div.thirdSrLink .iconSrLink i {
        margin: 0 auto 20px;
    }

    .allServices div.fristSrLink .descSrLink, .allServices div.secondSrLink .descSrLink, .allServices div.thirdSrLink .iconSrLink {
        float: none;
        text-align: center;
    }

    .solutionHomePage {
        background: #e8f3f5;
        padding: 100px 0;
    }

    .topsectionService p {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: none;
    }

    .slicknav_menu {
        display: block !important;
        position: relative;
        top: 0px;
        z-index: 1;
        /*background-color: #f7f7f7!important;*/
    }

    .introOtPage .slicknav_menu {
        background-color: #f7f7f7 !important;
    }

    .introTxt {
        width: 100%;
        margin-top: 100px;
    }

    .introTxt h4 {
        text-shadow: 0px 0px 40px #000;
    }

    .introTxt h1 {
        font-size: 50px;
        text-shadow: 0px 0px 40px #000;
    }

    .introTxt h1:after {
        display: block;
        width: 100%;
        height: 2px;
        background: #15bc9f;
        content: '';
        margin: 0 auto;
    }

    .introTxt > span {
        text-shadow: 0px 0px 40px #000;
        line-height: 2;
    }

    .homeAboutSection ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .topsectionService .cloumn2 {
        width: 100%;
        text-align: center;
    }

    .topsectionService .cloumn2:first-child {
        text-align: center;
        margin-bottom: 30px;
    }

    .topsectionService .cloumn2:last-of-type {
        padding: 0;
    }

    .topsectionService p {
        width: 90%;
        margin: 10px auto 0;
        float: none;
    }

    .blogHomePage ul li {
        float: none;
        width: 100%;
    }

    .blogDescHome {
        top: 70%;
    }

    .solutionHomePage .cloumn2 {
        width: 100%;
    }

    .solutionHomePage {
        background: #e8f3f5;
        padding: 100px 0;
    }

    .solutionHomePage p {
        width: 100%;
    }

    .solutionHomePage h4.sectionTitle {
        text-align: justify;
    }

    .solutionHomePage h4.sectionTitle:after {
        margin: 10px 0 0;
    }

    .solutionHomePage ul {
        margin-top: 50px;
    }

    .solutionHomePage ul li {
        margin-bottom: 40px;
    }

    .imgFastLine {
        margin-top: 0;
        width: 100%;
    }

    .clientTestemonialHome .cloumn2 {
        width: 100%;
        text-align: center;
    }

    .clientTestemonialHome p {
        padding: 30px 0 20px;
        width: 100%;
    }

    .contactUsHome {
        text-align: center;
    }

    .contactUsHome p {
        float: none;
        margin-bottom: 20px;
    }

    .contactUsHome a {
        float: none;
    }

    #contact-form .bigbtn {
        float: none;
    }

    .site-footer .cloumn2 {
        width: 100%;
    }

    .site-footer .cloumn3 {
        width: 100%;
    }

    .site-footer, .page-wrap:after {
        height: auto;
    }

    .site-footer {
        padding-bottom: 100px;
    }

    .site-footer .wrapper {
        padding-top: 0;
    }

    .page-wrap {
        margin-bottom: 0;
    }

    .site-footer .cloumn2 {
        margin-bottom: 100px;
    }

    .site-footer .cloumn3 ul li {
        margin-bottom: 15px;
    }

    .site-footer .cloumn3 h4 {
        padding-bottom: 15px;
    }

    .introServices .wrapper p {
        width: 90%;
    }

    .topSectionServices p {
        width: 90%;
    }

    .webApplicationServices {
        margin-top: 0;
        text-align: center;
    }

    .webApplicationServices .cloumn2 {
        width: 95%;
        float: none;
    }

    .webApplicationServices .cloumn2:last-child{
        width: 95%;
    }

    .webApplicationServices .cloumn2:last-child img,
    .webApplicationServices .cloumn2:first-child img {
        display: none;
    }

    .sectionTitleOt {
        text-align: center;
    }

    .sectionTitleOt:after {
        margin: 10px auto 0;
    }

    .wrapperSe .cloumn2, .mobileApp .cloumn2 {
        width: 100%;
        text-align: center;
    }

    .customSoftwareNabn {
        padding: 100px 0 100px;
        text-align: center;
    }

    section.mobileApp .cloumn2:last-child {
        text-align: center;
    }

    .automateTask p {
        width: 90%;
        margin: 0 auto 30px;
        text-align: justify;
        direction: rtl;
    }

    .introAbout .wrapper p {
        width: 90%;
    }

    section.aboutNabnMain .cloumn2 {
        width: 100%;
        float: none;
    }

    section.aboutNabnMain .cloumn2:last-child {
        text-align: center;
        margin-top: 50px;
    }

    section.aboutCollaboration .cloumn2 {
        width: 100%;
        text-align: center;
    }

    ul.teamPictures li {
        display: block;
        width: 300px;
        margin: 0px auto 0 auto;
        margin-bottom: 50px;
    }

    .contactUs .cloumn2 {
        width: 100%;
    }

    /********** contact us footer**********/
    .contactUsHome .cloumn2 {
        width: 100%
    }

    .contactUsHome .cloumn2 + .cloumn2 {
        margin-top: 30px;
    }

    .contactUsHome .sectionTitle {
        padding-bottom: 20px;
    }

    .contactUsHome .cloumn3 {
        width: 100%;
    }

    .contactUsHome h3.sectionTitle {
        text-align: center;
    }

    .contactUsHome .cloumn2 {
        text-align: center;
    }

    .contactUsHome .cloumn3 .bigbtn {
        margin-bottom: 50px;
    }

    .contactUsHome input {
        /*width: 90%;*/
        margin-left: 0;
    }

    .contactUsHome textarea {
        /*width: 90%;*/
    }

    .topsectionService h3 {
        text-align: center;
    }

    .allServices div.serviceShowCase {
        position: static;
        color: #525e64;
        width: 100%;
        float: left;
        margin-bottom: 50px;
        margin-right: 1px;
    }

    .allServices div.fristSrLink {
        margin-bottom: 150px;
    }

    .allServices div.secondSrLink {
        padding: 0;
    }

    .allServices div.thirdSrLink {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .headerSocialNetwork {
        display: none;
    }

    nav.globalNav {
        width: 90%;
        margin: 0 auto;
        border-bottom: none;
        padding: 10px 0 5px;
    }

    .globalLogoHeader {
        float: left;
        width: 250px;
        position: absolute;
        top: 5px;
        z-index: 4;
        left: 8%;
    }
}

/*
* When clicning on the buttons on the blue wavy area (Data management, automation and host)
* update the section above
*/
.serviceShowCase {
    cursor: pointer;

}

.topsectionService {
    display: none;
    opacity: 0;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.topsectionService.active {
    display: block;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

/* client section in main page */
.client-section {
    justify-content: space-between;
    padding-bottom: 80px;
}