
.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}


.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.container {
    max-width: 1230px
}

.bg-f7f8fa {
    background-color: #f7f8fa
}

.default-btn {
    display: block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #00aeed;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    text-align: center;
	width: 150px;
	text-align: center;
    
    font-size:16px;
    font-weight: 600;
	height: 50px;
	line-height: 50px;
	
}

.default-btn i {
    
    font-size: 16px;
    color: #fff;
    line-height: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.default-btn:hover {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.default-btn:hover i {
    color: #00aeed
}

.section-title {
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    background-color: var(--mainColor);
    height: 1px
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 30px
}

.form-control {
    height: 50px;
    color: var(--blackColor);
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 15px;
    font-weight: 500
}

.form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.form-control:-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.form-control::-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.form-control::placeholder {
    color: #7e7e7e;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.form-control:focus {
    border-color: var(--mainColor);
    background-color: transparent
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.form-control:focus:-ms-input-placeholder {
    color: transparent
}

.form-control:focus::-ms-input-placeholder {
    color: transparent
}

.form-control:focus::placeholder {
    color: transparent
}

textarea.form-control {
    height: auto;
    padding-top: 15px
}






.owl-item.active .banner-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .banner-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.owl-item.active .banner-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.owl-item.active .banner-content .btn-box {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.owl-item.active .banner-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #dce9ec;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--blackColor);
    border-radius: 50%;
    font-size: 25px;
    padding-right: 5px !important
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-left: 5px !important;
    padding-right: 0 !important
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--whiteColor);
    background-color: var(--mainColor)
}

.home-wrapper-area {
    background-color: #003b5c;
    position: relative;
    z-index: 1;
    padding-top: 65px;
    padding-bottom: 65px
}

.wrapper-content .sub-title {
    display: block;
    margin-bottom: 15px;
    color: var(--mainColor);
    font-size: 15.5px;
    font-weight: 700
}

.wrapper-content h1 {
    margin-bottom: 20px;
    font-size: 50px;
    color: var(--whiteColor);
    line-height: 1.3
}

.wrapper-content p {
    color: var(--whiteColor);
    opacity: .85;
    max-width: 520px;
	font-size: 40px;
	line-height: 45pt;
}

.wrapper-content .default-btn {
    margin-top: 25px
}

.wrapper-content .default-btn:hover {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important
}

.owl-item.active .wrapper-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.owl-item.active .wrapper-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.owl-item.active .wrapper-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.owl-item.active .wrapper-content .default-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.owl-item.active .wrapper-image img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -90px;
    bottom: 0
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid #9b9dac;
    margin: 0 7px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #9b9dac;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #00aeed;
    border-color: #00aeed;
    color: var(--whiteColor)
}

.home-slides-two.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    background: 0 0;
    border: 1px solid var(--whiteColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    position: relative
}

.home-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mainColor);
    border-radius: 50%;
    margin: 2px;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    visibility: hidden
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-two.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--mainColor)
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span::before,
.home-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible
}


