/*Start HomePage CSS*/

.homePage {
    height: 100vh;
    width: 100%;
    background-image: url("../img/bg/blank.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    font-family: 'Raleway', sans-serif;
    z-index: 1;
    /*display: none;*/
}

/*----------------------------------------------- Left Part----------------------------------------*/

.imgLeft {
    width: 100%;
    text-align: left;
    padding-top: 50px;
    /*margin-left: -100px;*/
}

.leafblur {
    width: 66%;
    margin-left: 26%;
    position: absolute;
    z-index: 3;
    top: 15%;
}

.blur_animation1 {
    -webkit-animation: rotation 30s infinite linear;
    width: 41%;
    margin-left: 38%;
    position: absolute;
    z-index: 3;
    top: 36%;
    display: none;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.blur_animation2 {
    -webkit-animation: rotation 30s infinite linear;
    width: 35%;
    margin-left: -47%;
    position: absolute;
    z-index: 3;
    top: 43%;
}

.leftTitle_Page {
    text-align: left;
    text-transform: uppercase;
    z-index: 10;
    margin-top: 330px;
    margin-left: 178px;
    position: absolute;
}

.leftTitle_Page p {
    margin: -10px;
}

.firstWord {
    font-weight: 1000;
    font-size: 50px;
}

.secondWord {
    font-size: 36px;
}

.thirdWord {
    font-weight: 1000;
    font-size: 33px;
}

.firstWord,
.secondWord,
.thirdWord {
    color: black;
}

.description_left {
    position: absolute;
    z-index: 30;
    margin-top: 473px;
    margin-left: 172px;
    width: 37%;
    text-align: left;
    text-justify: inter-word;
}

.mini_imgLeft {
    position: absolute;
    z-index: 40;
    margin-top: -100px;
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -webkit-transform: rotate(10deg);
    /* Chrome, Safari, Opera */
    transform: rotate(130deg);
}

/* End Left Home Page*/
/*-----------------------------------------------Right Part----------------------------------------*/

.imgRight {
    width: 80%;
    margin-top: 218px;
    margin-left: 230px;
}

.rightTitle_Page {
    text-align: left;
    text-transform: uppercase;
    z-index: 10;
    margin-top: 62%;
    margin-left: 61%;
    position: absolute;
}

.rightTitle_Page p {
    margin: -5px;
}

.firstWord-right {
    font-weight: 1000;
    font-size: 36px;
}

.secondWord-right {
    font-size: 22px;
}

.thirdWord-right {
    font-weight: 1000;
    font-size: 20px;
}

.firstWord-right,
.secondWord-right,
.thirdWord-right {
    color: black;
}

.description_right {
    position: absolute;
    z-index: 42;
    margin-top: 82%;
    margin-left: 61%;
    width: 29%;
    font-size: 13px;
    text-justify: inter-word;
}

.mini_imgRight {
    position: absolute;
    z-index: 40;
    top: 519px;
    left: 129px;
    -ms-transform: rotate(310deg);
    -webkit-transform: rotate(310deg);
    transform: rotate(310deg);
    width: 100px;
}

#whyUS .owl-item img {
    display: block;
    width: 100%;
    margin: auto;
    padding: 1.4rem 0;
}

@media screen and (max-width: 319px) {
    body {
        display: none;
    }
}

@media screen and (orientation: landscape) and (min-width: 319px) and (max-width: 600px) {
    .homePage {
        height: 100vh !important;
        min-height: 1300px !important;
        max-height: none !important;
    }
}

@media screen and (orientation: landscape) and (min-width: 600px) and (max-width: 767px) {
    .homePage {
        height: 100vh !important;
        min-height: 1400px !important;
        max-height: none !important;
    }
}

/*@media screen and (orientation: landscape) and (min-width: 750px) and (max-width: 900px) {*/
/*.homePage {*/
/*height: 990px !important;*/
/*min-height: 990px !important;*/
/*max-height: 990px !important;*/
/*}*/
/*}*/

@media screen and (min-width: 319px) {

    .homePage {
        height: 100vh;
        min-height: 1190px;
        max-height: 1200px;
    }

    .blur_testimonials {
        /*display: none;*/
    }

    .blur_animation2 {
        display: none;
    }

    .fSection {
        width: 305px;
        margin: auto;
        /*margin-left: -5%;*/
    }

    .imgLeft {
        width: 276px;
        text-align: left;
        padding-top: 50px;
    }

    .leftTitle_Page p {
        margin: -7px;
    }

    .leftTitle_Page {
        margin-top: 50%;
        margin-left: 32%;
    }

    .firstWord {
        font-weight: 1000;
        font-size: 2.2em;
    }

    .secondWord {
        font-size: 1.4em;
    }

    .thirdWord {
        font-weight: 1000;
        font-size: 1.4em;
    }

    .before {
        /*margin-top: 2%;*/
        /* margin-left: 26%; */
        font-size: 11px;
        width: 46%;
        left: 6.4rem;
        top: 17rem;
        /* text-align: center; */
        position: absolute;
    }

    .description_left {
        margin-top: 99%;
        margin-left: 27%;
        font-size: 11px;
        width: 65%;
    }

    /*.description_left ::before{*/
        /*height: 10%;*/
    /*}*/

    .imgRight {
        width: 278px;
        margin-top: 9%;
        margin-left: 0;
        /* display: none; */
    }

    .rightTitle_Page {
        margin-top: 36%;
        margin-left: 14%;
    }

    .firstWord-right {
        font-weight: 1000;
        font-size: 2.2em;
    }

    .secondWord-right {
        font-size: 1.4em;
    }

    .thirdWord-right {
        font-weight: 1000;
        font-size: 1.4em;
    }

    .rightTitle_Page p {
        margin: -3px;
    }

    .description_right {
        margin-top: 77%;
        margin-left: 8%;
        width: 52%;
        font-size: 11px;
    }

    .description {
        font-size: 10px;
        font-weight: 600;
    }

    .imgLeftMobile {
        display: block !important;
    }

    .imgLeft {
        display: none;
    }

    .blur_animation1 {
        display: none;
    }

    .imgRightMobile {
        display: block !important;
    }

    .imgRight {
        display: none;
    }

    .blur_animation2 {
        display: none;
    }
}

@media screen and (min-width: 360px) {

    .homePage {
        height: 100vh;
        min-height: 1150px;
        max-height: 1200px;
    }

    .description_right {
        margin-top: 77%;
        margin-left: 6%;
        width: 49%;
    }

    .description_left {
        margin-top: 96.8%;
        margin-left: 25%;
        font-size: 12px;
        width: 67.7%;
    }

    .rightTitle_Page {
        margin-left: 8%;
    }

    .before {
        margin-top: 2%;
        /* margin-left: 26%; */
        font-size: 12px;
        width: 45%;
        left: 6.6rem;
        top: 18rem;
        /* text-align: center; */
        position: absolute;
    }
}

@media screen and (min-width: 375px) {
    .homePage {
        height: 100vh;
        min-height: 1250px;
        max-height: 1200px;
    }

    .fSection {
        width: 340px;
        margin: auto;
    }

    .imgLeft {
        width: 300px;
    }

    .leftTitle_Page {
        margin-top: 53%;
        margin-left: 29%;
    }

    .description_left {
        margin-top: 88.8%;
        margin-left: 26%;
        font-size: 12px;
        width: 56.7%;
    }

    .imgRight {
        width: 300px;
    }

    /*.imgRight {*/
    /*width: 52%;*/
    /*margin-top: 6%;*/
    /*margin-left: 50%;*/
    /*}*/
    /*!*.description_left {*!*/
    /*!*margin-top: 55.5%;*!*/
    /*!*}*!*/
    /*.description_right {*/
    /*margin-top: 33.5%;*/
    /*margin-left: 59%;*/
    /*}*/
    /*.leftTitle_Page {*/
    /*margin-top: 36%;*/
    /*margin-left: 16%;*/
    /*}*/
    /*.imgRight {*/
    /*width: 38%;*/
    /*margin-top: 6%;*/
    /*margin-left: 50%;*/
    /*}*/
    /*.description_left {*/
    /*!*margin-top: 45.9%;*!*/
    /*!*margin-left: 14%;*!*/
    /*!*font-size: 8px;*!*/
    /*!*color: black;*!*/
    /*}*/
    /*.description_right {*/
    /*margin-top: 108px;*/
    /*margin-left: 51%;*/
    /*font-size: 6px;*/
    /*width: 17%;*/
    /*}*/
    /*.rightTitle_Page {*/
    /*margin-top: 17%;*/
    /*margin-left: 51%;*/
    /*}*/
}

@media screen and (min-width: 425px) {

    .homePage {
        height: 100vh;
        min-height: 1315px;
        max-height: none;
    }

    .imgLeft {
        width: 340px;
        margin-left: -25px;
    }

    .description_left {
        margin-top: 99.8%;
        margin-left: 23%;
        font-size: 13px;
        width: 71.7%;
    }

    .firstWord, .firstWord-right {
        font-size: 2.5em;
    }

    .secondWord, .secondWord-right, .thirdWord, .thirdWord-right {
        font-size: 1.7em;
    }

    .imgRight {
        width: 340px;
    }

    .rightTitle_Page {
        margin-top: 40%;
    }

    .description_right {
        margin-top: 85%;
        margin-left: 10%;
        width: 50%;
        font-size: 13px;
    }

    /*.fSection {*/
    /*width: 410px;*/
    /*margin: auto;*/
    /*}*/
    /*.imgLeft {*/
    /*width: 60%;*/
    /*}*/
    /*.imgRight {*/
    /*width: 49%;*/
    /*}*/
    /*.firstWord {*/
    /*font-size: 25px;*/
    /*}*/
    /*.secondWord {*/
    /*font-size: 17px;*/
    /*}*/
    /*.thirdWord {*/
    /*font-weight: 1000;*/
    /*font-size: 13px;*/
    /*}*/
    /*.firstWord-right {*/
    /*font-size: 18px;*/
    /*}*/
    /*.secondWord-right {*/
    /*font-size: 12px;*/
    /*}*/
    /*.thirdWord-right {*/
    /*font-size: 11px;*/
    /*}*/
    /*.description_right {*/
    /*margin-top: 133px;*/
    /*font-size: 7px;*/
    /*margin-left: 54%;*/
    /*width: 20%;*/
    /*}*/
    /*.description_left {*/
    /*margin-top: 53.4%;*/
    /*margin-left: 17%;*/
    /*font-size: 9px;*/
    /*width: 23%;*/
    /*}*/
    /*.leftTitle_Page {*/
    /*margin-top: 40%;*/
    /*margin-left: 19%;*/
    /*}*/
    /*.rightTitle_Page {*/
    /*margin-top: 20%;*/
    /*margin-left: 54%;*/
    /*}*/
}

@media only screen and (min-width: 620px) {
    .leftTitle_Page {
        margin-left: 24%;
    }
}

@media only screen and (max-width: 767px) {
    .mobileAllignSecond {
        margin-top: 75%;
    }
}

@media screen and (min-width: 767px) {

    .homePage {
        height: 100vh;
        min-height: 925px;
        /*max-height: 925px;*/
    }

    .fSection {
        /*width: 768px;*/
        width: 100%;
        margin: auto;
        /*margin-left: -4%;*/
    }

    .imgLeft {
        width: 57%;
        text-align: left;
        padding-top: 50px;
    }

    .leftTitle_Page p {
        margin: -7px;
    }

    .leftTitle_Page {
        margin-top: 30%;
        margin-left: 18%;
    }

    .firstWord {
        font-weight: 1000;
        font-size: 35px;
    }

    .secondWord {
        font-size: 26px;
    }

    .thirdWord {
        font-weight: 1000;
        font-size: 22px;
    }

    .description_left {
        margin-top: 48.3%;
        margin-left: 14%;
        font-size: 12px;
        width: 23%;
    }

    .imgRight {
        width: 46%;
        margin-top: -1%;
        margin-left: 45%;
    }

    .rightTitle_Page {
        margin-top: 13%;
        margin-left: 56%;
    }

    .firstWord-right {
        font-size: 28px;
    }

    .secondWord-right {
        font-size: 18px;
    }

    .thirdWord-right {
        font-size: 19px;
    }

    .rightTitle_Page p {
        margin: -3px;
    }

    .description_right {
        margin-top: 183px;
        margin-left: 56%;
        width: 18%;
        font-size: 12px;
    }

    .description {
        text-align: justify;
        color: #787777;
        margin-bottom: 40px;
        width: 50%;
        margin: auto;
    }

    .blur_animation1 {
        width: 30%;
        top: 36%;
        left: -20%;
    }

    .blur_animation2 {
        width: 19%;
        top: 8%;
        left: 111%;
    }

    .imgLeftMobile {
        display: none !important;
    }

    .imgLeft {
        display: block;
    }

    .blur_animation1 {
        display: block;
    }

    .imgRightMobile {
        display: none !important;
    }

    .imgRight {
        display: block;
    }

    .blur_animation2 {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .fSection {
        width: 768px;
        margin: auto;
    }

    .imgLeft {
        width: 100%;
    }

    .leftTitle_Page p {
        margin: -7px;
    }

    .leftTitle_Page {
        margin-top: 52%;
        margin-left: 25%;
    }

    .firstWord {
        font-weight: 1000;
        font-size: 35px;
    }

    .secondWord {
        font-size: 26px;
    }

    .thirdWord {
        font-weight: 1000;
        font-size: 22px;
    }

    .description_left {
        margin-top: 82.3%;
        margin-left: 23%;
        font-size: 12px;
        width: 40%;
    }

    .imgRight {
        width: 90%;
        margin-top: 39%;
        margin-left: 19%;
    }

    .rightTitle_Page {
        margin-top: 54%;
        margin-left: 42%;
    }

    .firstWord-right {
        font-size: 28px;
    }

    .secondWord-right {
        font-size: 18px;
    }

    .thirdWord-right {
        font-size: 19px;
    }

    .rightTitle_Page p {
        margin: -3px;
    }

    .description_right {
        margin-top: 323px;
        margin-left: 41%;
        width: 33%;
        font-size: 10px;
    }

    .description {
        text-align: justify;
        color: #787777;
        margin-bottom: 40px;
        width: 50%;
        margin: auto;
    }

    .blur_animation1 {
        width: 45%;
        position: absolute;
        z-index: 3;
        top: 39%;
        left: -1%;
    }

    .blur_animation2 {
        width: 34%;
        top: 39%;
        left: 103%;
    }

    .homePage {
        height: 100vh;
        min-height: 825px;
        max-height: 825px;
    }
}

@media screen and (min-width: 1024px) {

    .homePage {
        height: 100vh;
        min-height: 850px;
        max-height: 100vh;
    }

    .fSection {
        width: 1024px;
        margin: auto;
    }

    .imgLeft {
        width: 100%;
        text-align: left;
        padding-top: 50px;
    }

    .leftTitle_Page p {
        margin: -7px;
    }

    .leftTitle_Page {
        margin-top: 54%;
        margin-left: 25%;
    }

    .firstWord {
        font-size: 45px;
    }

    .secondWord {
        font-size: 29px;
    }

    .thirdWord {
        font-size: 27px;
    }

    .description_left {
        margin-top: 83.2%;
        margin-left: 24%;
        width: 39%;
        font-size: 13px;
    }

    .imgRight {
        width: 66%;
        top: 33%;
        left: 118%;
    }

    .rightTitle_Page {
        margin-top: 48%;
        margin-left: 36%;
    }

    .firstWord-right {
        font-size: 34px;
    }

    .secondWord-right {
        font-size: 22px;
    }

    .thirdWord-right {
        font-size: 24px;
    }

    .rightTitle_Page p {
        margin: -3px;
    }

    .description_right {
        margin-top: 70.3%;
        margin-left: 36%;
        width: 23%;
        font-size: 12px;
    }

    .blur_animation2 {
        width: 29%;
        top: 43%;
        left: 92%;
        display: block;
    }

    .blur_animation1 {
        width: 45%;
        top: 37%;
        left: -1%;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        width: 1000px;
        margin-left: -33%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
    .fSection {
        width: auto;
        margin: auto;
    }

    .firstWord-right {
        font-size: 30px;
    }

    .secondWord-right {
        font-size: 18px;
    }

    .thirdWord-right {
        font-size: 20px;
    }

    .imgRight{
        width: 80%;
        margin-left: 13%;
    }

    .description_right {
        margin-top: 73.3%;
        width: 28%;
    }

    .leftTitle_Page {
        margin-top: 47%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .homePage {
        height: 100vh;
        min-height: 720px;
        max-height: 800px;
    }

    .imgLeft {
        width: 90%;
        padding-top: 15px;
    }

    .blur_animation1 {
        width: 43%;
        top: 34%;
        left: -17%;
    }

    .leftTitle_Page {
        margin-top: 38%;
        margin-left: 24%;
    }

    .firstWord-right {
        font-size: 35px;
    }

    .thirdWord-right {
        font-size: 20px;
    }

    .secondWord-right {
        font-size: 23px;
    }

    .description_left {
        margin-top: 64.2%;
        margin-left: 23%;
        width: 34%;
        font-size: 12px;
    }

    .imgRight {

        width: 85%;
        margin-top: 19%;
    }

    .rightTitle_Page {
        margin-top: 35%;
        margin-left: 41%;
    }

    .blur_animation2 {
        top: 31%;
        left: 100%;
    }

    .description_right {
        margin-top: 62.3%;
        margin-left: 41%;
        width: 31%;
        font-size: 12px;
    }

    .fSection {
        width: 1166px;
        margin: auto;
    }

    .mobileAllignSecond{
        margin-left: -5%;
    }
}

@media screen and (min-width: 1440px) {

    .fSection {
        margin-left: 0%;
    }

    .homePage {
        height: 100vh;
        min-height: 900px;
        max-height: 980px;
    }

    .leftTitle_Page p {
        margin: -7px;
    }

    .leftTitle_Page {
        margin-top: 57%;
        margin-left: 30%;
    }

    .firstWord {
        font-weight: 1000;
        font-size: 47px;
    }

    .secondWord {
        font-size: 30px;
    }

    .thirdWord {
        font-weight: 1000;
        font-size: 30px;
    }

    .description_left {
        margin-top: 85%;
        margin-left: 29%;
        font-size: 13px;
        width: 37%;
    }

    .imgRight {
        width: 110%;
        margin-top: 42%;
        margin-left: 17%;
    }

    .rightTitle_Page {
        margin-top: 66%;
        margin-left: 47%;
    }

    .firstWord-right {
        font-weight: 1000;
        font-size: 35px;
    }

    .secondWord-right {
        font-size: 22px;
    }

    .thirdWord-right {
        font-weight: 1000;
        font-size: 23px;
    }

    .rightTitle_Page p {
        margin: -5px;
    }

    .description_right {
        margin-top: 96.1%;
        margin-left: 47%;
        width: 36%;
        font-size: 13px;
    }

    .description {
        text-align: justify;
        color: #787777;
        margin-bottom: 40px;
        width: 90%;
    }

    .imgLeft{
        width: 115%;
    }

    .blur_animation1 {
        width: 51%;
        top: 37%;
        left: -1%;
    }
    .description_left {
        margin-top: 95%;
        margin-left: 29%;
        width: 44%;
    }
    .leftTitle_Page{
        margin-left: 32%;
    }
}

@media screen and (min-width: 1920px) {
    .homePage {
        min-height: 1000px;
        max-height: 1200px;
    }
}

@media screen and (min-width: 2015px) {
    .description_left {
        margin-top: 90%;
        margin-left: 26%;
        font-size: 1.1em;
        width: 55%;
    }

    .description_right {
        margin-top: 92.1%;
        margin-left: 47%;
        width: 40%;
        font-size: 1.1em;

    }
}

@media screen and (min-width: 2560px) {
    .homePage {
        height: 110vh;
        min-height: 1099px;
        max-height: 120vh;
    }

    #page1 {
        margin-top: 10px;
    }

    .right_lastProject img {
        width: 81%;
        margin-top: 25%;
        margin-left: 11%;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        width: 2000px;
        margin-left: -115%;
    }

    .fSection {
        margin-left: auto;
    }
    .imgLeft {
        width: 155%;
        margin-left: -80%;
    }
    .blur_animation1 {
        width: 75%;
        top: 36%;
        left: -63%;
    }
    .leftTitle_Page {
        margin-left: -29%;
        margin-top: 66%;
    }
    .firstWord,.firstWord-right {
        font-size: 4.5em;
    }
    .secondWord,.secondWord-right {
        font-size: 2.5em;
    }
    .thirdWord,.thirdWord-right {
        font-size: 3.5em;
    }
    .description_left {
        margin-top: 122%;
        margin-left: -31%;
        font-size: 1.3em;
        width: 62%;
    }

    .imgRight {
        width: 152%;
        margin-top: 61%;
        margin-left: 16%;
    }
    .rightTitle_Page {
        margin-top: 84%;
        margin-left: 60%;
    }
    .description_right {
        margin-top: 138.1%;
        margin-left: 57%;
        width: 54%;
        font-size: 1.3em;
    }

    .testimonials .testimonalText .testimonial_description,.testimonials .testimonalText .testimonial_author{
        font-size: 1.4em;
    }

}


/*arrow down first section*/
.arrowDown{
    font-size: 4em;
    color: black;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.ion-ios-arrow-down{
    cursor: pointer;
}

@media only screen and (max-width: 767px){
    .arrowDown{
        display: none;
    }
}
/*end arrow down first section*/