@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
html, body {
    height: 100%;
    width: 100%;
    margin-top: 0 !important;
    font-family: 'PT Sans', sans-serif;
    padding-right: 0px !important;
}

.row{
    margin: 0px;
}
.home-lang-container{
    background-color: #0d4961;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fafdfe;
}

.head-soc{

    text-align: right;
}

.language-btn img{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-left: 10px;
}


.head-span{
    margin-left: 10px;
    padding-top: 2%;
    padding-bottom: 1%;
    padding-left: 2%;
    font-size: 1.5em;
    padding: 10px;
    background-color: transparent;
    border-radius: 50%;
    border:1px solid #fdfdfa;
    color: #fdfdfa;
    height: 35px;
    width: 35px;
    text-align: center;
}

.fb-icon:hover{
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;

}

.tw-icon:hover{
    background-color: #4099FF;
    border-color: #4099FF;
    color: #ffffff;

}

.gp-icon:hover{
    background-color: #d34836;
    border-color: #d34836;
    color: #ffffff;

}

.ln-icon:hover{
    background-color: #0077b5;
    border-color: #0077b5;
    color: #ffffff;

}

.yt-icon:hover{
    background-color: #bb0000;
    border-color: #bb0000;
    color: #ffffff;

}

.copy {
    background-color: #000001;

}

.copy h4{
    padding: 15px 0px;
}
/*----------- Start Nav-bar------------*/

.my-nav-bar{
    border:none;
    margin: 0px;
    background-color: #fdfdfe;
    background-image: none;
    border: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.navbar-brand{
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;

}
.nav-logo{
    height: 70px;



}

.nav-menu-item{
    padding-top: 15px;
    padding-bottom: 15px;


}

.nav-menu-item:hover a{


    color: #0d475d !important;
}

.nav-menu-item a:hover{
    color: #0d475d !important;
}


/*----------- End Nav-bar------------*/

/*----------- Start img section------------*/

.first-section-container{
    padding: 0px;
    position: relative;
}
.first-section-container img{
    width: 100%;
    height: 500px;

}

.first-section-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 8px;
    border-left: 4px solid rgba(0,0,0,0.3);
    margin-left: 80px;
}

.first-section-text h1,h2,h3,h4,h5,h6{
    margin: 0px;
    padding-bottom: 10px;
}

/*----------- End img section------------*/


/*----------- Start second section------------*/

.second-section-container{
    padding-top: 50px;
    padding-bottom: 50px;
}

.overview-div-img{
    position: relative;
}

.overview-div-img img{
    width: 100%;
}
.second-section-text-on-img{
    position: absolute;
    bottom: 0px;
    padding: 20px;
    color: #ffffff;
 background-color: rgba(0,0,0,0.9);
}

.overview-div-content ul{
    list-style: none;
}
.overview-div-content li:before{
    content: "\203A";
    color: #565656;
    padding-right: 10px;
    font-size: 25px;
}

/*----------- End second section------------*/

/*----------- Start services section------------*/

.services-col{
    margin-bottom: 20px;
}

.services-section-container{
    background: url(img/servicce.png)top  no-repeat, url(img/service-bg-2.png) bottom  no-repeat;
    background-size: 100%;
    padding-bottom: 120px;

}
.services-section-title{
    padding-top: 45px;
    padding-bottom: 30px;
}
.services-section-title p{
    color: #ffffff;
}
.services-white-col-div{
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.5), -12px 0 15px -4px rgba(0, 0, 0, 0.5);
}

.services-first-section{
   padding: 15px;
}

.services-first-section-li{
    list-style: none;
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0px 7px;
}

.services-first-section-li p{
    background-color: #264e79;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;

}

.services-first-section-li-last{
    list-style: none;
    text-align: center;
    width: 100%;
}

.services-first-section-li-last p{
    background-color: #264e79;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
    margin: 0 auto;

}

.services-second-section{
    padding: 15px 20px;
}

.services-second-section-li{
    list-style: none;
    text-align: center;
    width: 100%;
}

.services-second-section-li p{
    list-style: none;
    text-align: center;
    width: 100%;
    background-color: #1b416a;
    margin: 0px;
}

.services-second-section-li:after{

    content:  "▼";
    font-size: 15px;
    color: #a0a0a0;
}

.services-second-section-li:last-child:after{
    content:  "";
}


.services-second-section-li:first-child p{
    list-style: none;
    text-align: center;
    width: 100%;
    background-color: #467db6;
    margin: 0px;
}
.services-second-section-li:nth-child(2) p{
    list-style: none;
    text-align: center;
    width: 100%;
    background-color: #336aa3;
    margin: 0px;
}
.services-second-section-li:nth-child(3) p{
    list-style: none;
    text-align: center;
    width: 100%;
    background-color: #225993;
    margin: 0px;
}
.services-second-section-li:nth-child(4) p{
    list-style: none;
    text-align: center;
    width: 100%;
    background-color: #1a4f86;
    margin: 0px;
}

.services-second-section-li p{
    padding: 6px 0px;
    color: #ffffff;
    margin: 0px;
}

.services-third-section{
    padding: 15px 20px;
}

.services-third-section-li {
    list-style: none;
    text-align: center;
    width: 100%;
    background-color: #264e79;
    margin-bottom: 10px;

}

.services-third-section-li p{
    padding: 6px 0px;
    color: #ffffff;
    margin: 0px;
}
/*----------- End services section------------*/

/*----------- Start why us section------------*/

.why-us-container{
    padding: 50px 0px;
    background-color: #efefef;
    border-bottom: 3px solid #cecece;
    border-top:  3px solid #cecece;

}

.why-us-div-col{

    padding-top: 20px;
    margin-bottom: 20px;
}

.why-us-div-col hr{
    border-top: 1px solid #aeaeae;
    margin-top: 10px;
    margin-bottom: 10px;
}

.why-us-img-title{

}

.why-us-img-title img{
    width: 100%;
    height: 150px;
}
.why-us-img-title h4{
    color: #274d73;
    text-align: center;
}



/*----------- End why us section------------*/


.whySryia-section-container{
    padding: 50px;
}

.whySryia-title-text{
    padding-bottom: 30px;
}

.why-col-4, .why-col-6{
    margin-bottom: 15px;
}

.whySryia-col-div{
    background-color: #f7f7f7;
    padding: 20px;
    border: 3px solid #e9e9e9;
}

.whySryia-col-div h4{
    padding-top: 10px;
}

.whySryia-col-div hr{
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 3px solid #1a4f7a;
    width: 35px;
}
/*----------- Start our-project section------------*/

.our-project-container{
    background-image: url("img/bg-1.jpg");
    padding: 50px 0px;
}

.our-project-title-div{
    color: #fdfdfe !important;

}

.our-project-title-div h2{
    color: #fdfdfe;
}

.our-project-row{
    color: #fdfdfe;
    padding-top: 50px;
}

.our-project-title{
    background-color: #16446e;
    padding: 10px;
    color: #fdfdfe;
}
.our-project-features{
    background-color: rgba(0,0,0,0.7);
    padding: 20px 10px;
}
.project-features-col{
    margin-bottom: 20px;
}

.our-project-features h5{
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.5;
    color: #fdfdfe;
}
.project-icon{
    color: #3497da;
    padding-right: 10px;
}

/*----------- End our-project section------------*/

/*----------- Start company section------------*/

.company-container{
    padding: 50px 0px;
}

.company-col{
    margin-bottom: 20px;
}

.company-title h1, h2, h3, h4, h5, h6{
    color: #1a4f7a;
}

.company-row{
    padding-top: 50px;
}

.company-row img{
    margin-bottom: 15px;
}

.company-row h4{
    background-color: #e7e7e7;
    width: 100%;
    color: #676766;
    border: 3px solid #c3c3c3;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 15px;
    padding-top: 10px;
}
/*----------- End company section------------*/

/*----------- Start management section------------*/

.management-container{
    background-image: url("img/management.jpg");
    padding: 50px 0px;
}
.management-gey-div{
    background-color: #f6f6f6;
    padding: 15px 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.management-gey-div img{
    height: 150px;
    width: 150px;
}
.management-gey-div h4{
    color: #194d76;
    padding-top:10px;
}
.management-white-div{
    background-color: #fdfdfe;
    padding: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*----------- End management section------------*/

/*----------- Start footer section------------*/

.footer-container{
    background:  url(img/service-bg-2.png) bottom no-repeat;
}

.footer-map iframe{
    width: 100%;
    height: 350px;
}

.footer-map{
    position: relative;
}

.contact-info{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 30%;
    background-color: #fdfdfe;
    margin-left: 50px;
    box-shadow:  1px 1px 15px 6px #888888;
    padding: 20px;
}
.address-col, .telephone-col, .mail-col{
    padding-bottom: 8px;
}

.my-form{
    width: 50%;
    padding-bottom: 130px;
}

.ninja-forms-form-title{
    padding: 30px 0px;
}
.my-form label{
    display: none !important;
}

.form-control {
    background-color: #eaeaea;
    color: #8b8b8b;
}
.ninja-forms-form-wrap .ninja-forms-form select{
    background-color: #eaeaea !important;
    color: #8b8b8b !important;
}
.form-btn{
    border: none;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #1b4365 !important;
    color: #fdfdfe;
}

.social-div{
         width: 34px;
    height: 34px;
    border: 1px solid white;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
}

.fontai{
        
    background-color: transparent;
    border-radius: 50%;
   
    color: #fdfdfa;
    height: 20px;
    width: 20px !important;
    text-align: center;
}

.soc-right{
    float:right;
}

.footer-soc-col{
    padding-top:8px;
    text-align:right;
}
.footer-soc-col p{
        display: inline-block;
    padding-top: 6px;
    padding-right: 8px;
    font-size: 16px;
    color: white;
}
/*----------- End footer section------------*/

/*-------------------------------------------*/
/*----------------- Media -------------------*/
/*-------------------------------------------*/
@media screen and (max-width:991px) {

    .first-section-container img{
        height: 250px;
    }
    .overview-col{
        margin-bottom: 15px;
    }

    .contact-info{
        position: unset;
         top: auto;
        transform: none;
        width: 80%;
        margin-top: 20px;
    }
    
    .services-section-container{
            background-size: auto;
    }
    .copy h4{
            text-align: center;
    }
    
    .footer-soc-col a{
        position: absolute;
    }
    
    .footer-soc-col{
        text-align: center;
    }
    .first-section-text{
        position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-left: 8px;
    border-left: 4px solid rgba(0,0,0,0.3);
    margin-left: unset; 
    text-align: center;
    width: 60%;
        background-color: rgba(255,255,255,0.6);
    }
    
    .my-form{
        width: 100%;
    }
    
    .whySryia-section-container {
    padding: 50px 17px;
}

.services-first-section-li{
    display: block;
    width: 100%;
}

.services-first-section-li-last p{
     width: 100%;
}
.second-section-text-on-img{
    background-color: rgba(0,0,0,0.9);
}
.why-us-img-title img{
    height: 120px;
    width:auto;
    margin-bottom: 10px;
}

.why-us-img-title{
       text-align: center;
}
}


/*----------- Start wp core------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*----------- End wp core------------*/


/*----------- End Ninja Form------------*/

.ninja-forms-form .hp-wrap {
    display: none;
}

.ninja-forms-form .field-wrap {
    margin-bottom: 20px;
}

.ninja-forms-form-wrap .ninja-forms-form select {
    width: 100%;
    background: #fff;
    height: 32px;
}

.ninja-forms-form input[type="submit"] {
    height: auto;
    font-weight: bold;
    min-width: 200px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.ninja-forms-form .textarea-wrap textarea {
    width: 100%;
    height: 150px;
}

.ninja-forms-form .left-wrap {
    width: 48.75%;
    clear: left;
    float: left;
    margin-left: 0;
}

.ninja-forms-form .right-wrap {
    width: 48.75%;
    clear: none;
    float: left;
    margin-left: 2.5%;
}

.grid-three-col-one-wrap {
    width: 32% ;
    float: left;
    margin-right: 1%;
}
.grid-three-col-two-wrap {
    width: 32% ;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}
.grid-three-col-three-wrap {
    width: 32% ;
    float: left;
    margin-left: 1%;
}

.ninja-forms-form .ninja-forms-error .ninja-forms-field-error p,
.ninja-forms-form .ninja-forms-error label {
    color: #B94A48;
}

.ninja-forms-form .ninja-forms-error .ninja-forms-field-error p {
    font-size: 13px !important;
    font-weight: bold;
    margin: 0;
}

.ninja-forms-form .ninja-forms-error input,
.ninja-forms-form .ninja-forms-error.textarea-wrap textarea {
    border: 2px solid #B94A48 !important;
}

.ninja-forms-success-msg {
    font-weight: bold;
    padding: 15px;
    border: 2px solid #BBEE77;
    color: #222;
    background-color: #dff0d8;
    margin-bottom: 30px;
    font-size: 16px;
}

.ninja-forms-error-msg {
    font-weight: bold;
    padding: 15px;
    border: 2px solid #B94A48;
    color: #B94A48;
    background-color: #f2dede;
    margin-bottom: 30px;
    font-size: 16px;
}

.ninja-forms-success-msg p,
.ninja-forms-error-msg p {
    margin: 0;
}

.ninja-forms-required-items {
    display: none;
}

.ninja-forms-form-wrap input,
.ninja-forms-form-wrap select,
.ninja-forms-form-wrap textarea {
    padding: 3px 7px;
    outline: none;
}



@media(max-width: 767px) {
    .ninja-forms-form .right-wrap,
    .ninja-forms-form .left-wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: none;
    }
    .grid-three-col-one-wrap,
    .grid-three-col-two-wrap,
    .grid-three-col-three-wrap,
    .right-wrap,
    .left-wrap {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
}

/*----------- End Ninja Form------------*/
