@charset "utf-8";



/*---///---///---///---///---///---///---
    Imported Fonts
---///---///---///---///---///---///---*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');

/*---///---///---///---///---///---///---
    General CSS 
---///---///---///---///---///---///---*/

body {
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #424242;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #2d2d2d;
    line-height: 1.1;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*img {
    width: 100%;
    max-width: 100%;
    height: auto;
}*/


/* Form CSS */
.form-control {
    height: 40px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #696969 !important;
}
::-moz-placeholder {
    color: #696969 !important;
}
::-o-placeholder {
    color: #696969 !important;
}
:-ms-input-placeholder {
    color: #696969 !important;
}
input:-moz-placeholder {
    color: #696969 !important;
}




/* Background Over Layer CSS */
.over-layer-black {
    position: relative;
}
.over-layer-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.9);
}
.over-layer-white {
    position: relative;
}
.over-layer-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.85);
}



/* Preloader CSS */
#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ffffff url('../images/preloader.gif') no-repeat center center; 
}

/* Scroll To Top CSS Start */
#dyscrollup-btn {
    z-index: 999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #ffffff;
    text-align: center;
}
#dyscrollup-btn:before {
    content: "\f0aa";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #92bf20;
    font-size: 45px;
}



/*---///---///---///---///---///---///---
    Header CSS 
---///---///---///---///---///---///---*/
.main-header {
    padding: 10px 0;
}
.main-header .my-logo {
    
}
.main-header .my-logo img {
    width: 200px;
    height: auto;
}
.header-col p {
    text-align: right;
    color: #696969;
    font-size: 30px;
    line-height: 80px;
}
.header-col p img {
    margin-right: 20px;
}


/*---///---///---///---///---///---///---
    Header CSS 
---///---///---///---///---///---///---*/
.form-area {
    padding: 120px 0;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.inside-bg-color {
    background: rgba(27, 57, 107, 0.7);
    position: relative;
    z-index: 0;
}
.form-col {
    text-align: right;
    padding: 40px 0 40px;
    position: relative;
    direction: rtl;
}
.form-col h1 {
    font-size: 48px;
    line-height: 70px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
}
.form-col h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #cee8ff;
    margin-bottom: 10px;
}
.form-col ul li {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
}
.form-col ul li img {
    margin-left: 20px;
}
.form-box {
    width: 480px;
    height: 580px;
    position: absolute;
    left: 0;
    top: -65px;
    background: #0488EE;
    padding: 40px 70px 40px;
    -webkit-box-shadow: 5px 0 51px rgba(14, 25, 44, 0.9);
    box-shadow: 5px 0 51px rgba(14, 25, 44, 0.9);
}
.form-box h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 20px;
}
.form-box p {
    color: #f5df27;
    font-size: 14px;
    margin-bottom: 30px;
}
.form-box .form-control {
    color: #696969;
    height: 50px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.form-box textarea.form-control {
    height: 100%;
}
.my-btn {
    padding: 20px 65px;
    background: #063D66;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}
.my-btn:hover {

}
.form-box textarea.form-control{
	height:140px !important;
}



/*---///---///---///---///---///---///---
    Footer CSS 
---///---///---///---///---///---///---*/
.footer-area {
    padding: 30px 0;
}
.copyright-bar {
    padding: 10px 20px;
    text-align: center;
    background: #EDEDED;
}
.copyright-bar p {
    font-size: 14px;
    color: #444f69;
}