@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,
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;
    scroll-behavior: smooth;

}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

html * {
    outline: none;
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

outline {
    border: 0;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

a,
input,
textarea {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

/***********HOME-PAGE-CSS-start************/





/****** Loader Start *******/
.loader-screen {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999999;
    display: block;
    left: 0;
    right: 0;
}

#loader {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-align: center;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    max-width: 300px;
}

/****** Loader End *******/

/***********map-scroll-off***********/
.map-container {
    width: 100%;
    /*margin: 50px 0 3000px;*/
}

.map-container iframe {
    width: 100%;
    height: 350px;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

.map-container iframe.clicked {
    pointer-events: auto;
}

/*********end**********/
/****sticky****/
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 7px #5A5A5A;
    z-index: 999;
    background-image: linear-gradient(to right, #1bb4eb, #2f5ce0);
}

.sticky .logo-area img {
    margin: 10px 0;
    width: 200px;
}

.sticky .menu li a {
    padding: 30px 20px;
}

/***end**/
/****header****/
.main-header {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.logo-area img {
    margin: 30px 0;
}

.menu {
    text-align: right;
    margin-bottom: 0;
}

.menu li {
    display: inline-block;
}

.menu li a {
    padding: 60px 20px;
    display: block;
    color: #fff;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.menu-toggle {
    display: none;
}

.menu.slide-left {
    left: 0;
}

/***end***/


/***banner**/
.main-banner {
    background-size: cover;
    min-height: 700px;
    background-attachment: fixed;
    position: relative;
}

.banner-txt h4 {
    font-size: 22px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.banner-txt {
    margin: 50% 0 0;
}

.banner-txt h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 87px;
    font-weight: 800;
    color: #fff;
    line-height: 92px;
    text-transform: uppercase;
    margin: 20px 0 0;
}

.banner-img img {
    width: 75%;
    margin: 53% 0 0;
}

/**end**/

/***welcome***/
.welcome {
    padding: 100px 0;
    background: #F4F4F4;
}

.welcome-txt h2 {
    text-align: center;
    color: #000;
    font-size: 37px;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.welcome-txt p {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #7E7E7E;
}

/***end***/
/***services***/
.services {
    padding: 100px 0;
}

.serv-txt h2 {
    text-align: left;
    color: #000;
    font-size: 37px;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.serv-each {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 30px 30px;
    margin: 20px 7px;
    height: 520px;
    border: transparent;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.serv-each:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    box-shadow: none;
    border: 1px solid #ccc;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.service-slider .owl-item img {
    display: block;
    width: 70px !important;
    height: 68px;
    object-fit: contain;
    margin: 30px 0;
}

.serv-each h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

.serv-each p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #8F8F8F;
}

.serv-each h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 27px;
    color: #747474;
}

.service-slider .owl-prev {
    background-image: url(../images/bef.png) !important;
    height: 58px;
    width: 22px;
    text-indent: 10000px !important;
    display: inline-block !important;
    position: absolute;
    left: -31px;
    top: 40%;
    background-repeat: no-repeat !important;
}

.service-slider .owl-prev:hover,
.service-slider .owl-prev:focus {
    border: none;
}

.service-slider .owl-next {
    background-image: url(../images/after.png) !important;
    height: 58px;
    width: 22px;
    text-indent: 10000px !important;
    display: inline-block !important;
    position: absolute;
    right: -31px;
    top: 40%;
    background-repeat: no-repeat !important;
}

/***end***/
/****about****/
.about-us {
    background: #F5F7FB;
    margin-bottom: 100px;
}

.about-image {
    padding: 0;
    background-size: cover;
    height: 650px;
    position: relative;
}

.abt-img {
    position: absolute;
    top: -40px;
    right: 0;
}

.abt-txt {
    padding: 40px 80px 0 40px;
}

.abt-txt h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
}

.abt-txt h2::before {
    background-image: linear-gradient(to right, #1bb4eb, #2f5ce0);
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    bottom: 12px;
}

.abt-txt p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #7E7E7E;
}

.abt-txt ul li {
    color: #7E7E7E;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.abt-txt ul li::before {
    background-image: linear-gradient(to right, #1bb4eb, #2f5ce0);
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

.abt-txt h4 {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

/***end****/
/***who***/
.who-txt h2 {
    text-align: center;
    color: #000;
    font-size: 37px;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.line {
    background-image: linear-gradient(to right, #1bb4eb, #2f5ce0);
    width: 34px;
    height: 4px;
    margin: 0 auto 40px;
    position: relative;
}

.line::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #222;
    bottom: 9px;
    right: -16px;
}

.line::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #222;
    bottom: -5px;
    left: -16px;
}

.who-txt p {
    color: #919191;
    text-align: center;
    font-size: 17px;
    padding: 0 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.who-sec {
    padding-bottom: 60px;
}

/**end***/
/***subscription***/
.subscription {
    background-image: linear-gradient(to right, #1bb4eb, #2f5ce0);
    padding: 90px 0;
    position: relative;
}

.sub-form h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.sub-form h2 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.start-btn a {
    border-radius: 2.5px;
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.start-btn a:hover,
.start-btn a:focus {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

.start-btn {
    text-align: center;
    margin: 30px 0 50px;
}

.sub-form form input[type="email"] {
    width: 292px;
    height: 55px;
    border-radius: 6px;
    border: transparent;
    padding: 0 20px;
    margin-right: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.sub-form form input[type="submit"] {
    background: #194287;
    color: #fff;
    border: transparent;
    padding: 16px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.sub-form form input[type="submit"]:hover,
.sub-form form input[type="submit"]:focus {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.sub-form form {
    margin: 25px auto 0;
    display: block;
    width: 460px;
}

.cloud {
    position: absolute;
    bottom: -83px;
    /* z-index: 9; */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
}

/***end***/
/***contact-info**/
.contact-info {
    padding: 100px 0;
}

.con-each p,
.con-each p a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #919191;
    padding: 0 40px;
    margin: 0;
}

.con-each p a:hover,
.con-each p a:focus {
    color: #222;
}

.con-each h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding: 20px 0 0;
    font-size: 24px;
}

.con-each {
    text-align: center;
}

.social li a {
    color: #666666;
    font-size: 16px;
    border: 1px solid;
    width: 30px;
    display: block;
    height: 30px;
    border-radius: 50%;
    line-height: 27px;
    margin: 0 10px 0 0;
}

.social li a:hover,
.social li a:focus {
    background: #666;
    color: #fff;
    border: 1px solid #666
}

.social li {
    display: inline-block;
}

.social {
    text-align: center;
    margin: 40px 0 0;
    border-top: 1px solid #ccc;
    padding: 30px 0 0 0;
}

/**end**/
/***footer***/
.footer-wrapper {
    padding: 0 !important;
}

.footer-form {
    width: 950px;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    padding: 40px;
    margin: -80px auto 120px;
}

.footer-form p {
    text-align: center;
    color: #666;
    font-size: 17px;
    padding: 0 30px 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.footer-form h4 {
    text-align: center;
    color: #000;
    font-size: 37px;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.footer-form form input[type="text"],
.footer-form form input[type="tel"],
.footer-form form input[type="email"] {
    width: 100%;
    color: #000;
    font-size: 16px;
    padding: 0 20px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.footer-form form textarea {
    width: 100%;
    color: #000;
    font-size: 16px;
    padding: 10px 20px 0;
    height: 190px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    resize: none;
}

.footer-form form input[type="submit"] {
    background-image: linear-gradient(to right, #1bb4eb, #2f5ce0);
    color: #fff;
    border: transparent;
    padding: 13px 50px;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
}

/***end***/
