﻿/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
    font-size: 22px;
    font-weight: bold;
    transition: all 0.5s;
    overflow: hidden;
    color: #374044;
    padding: 15px 0 0 0;
    text-align: right;
}

    .topbar.topbar-scrolled {
        top: -60px;
    }

    .topbar ul {
        display: inline-block;
        list-style: none;
        position: relative;
        top: -15px;
        right: 15px;
    }

    .topbar li {
        display: inline-block;
        padding: 0;
    }

        .topbar li + li {
            margin-left: 18px;
        }

    .topbar a {
        color: #374044;
        transition: 0.3s;
    }

        .topbar a:hover {
            color: #f4f5fb;
        }

    .topbar i {
        color: #226620;
        padding-right: 4px;
        font-size: 30px;
        top: 2px;
        position: relative;
    }

    .topbar .cta {
        background: transparent;
        display: inline-block;
        margin-top: 0px;
    }

        .topbar .cta a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            padding: 7px 35px;
            display: inline-block;
            transition: 0.3s;
            border-radius: 50px;
            float: right;
            background: #eab800;
            border: solid 3px #ffffff;
            margin-top: 4px;
        }

            .topbar .cta a:hover {
                background: #eab800;
                border: solid 3px #eab800;
            }

.header {
    top: 0;
    left: 0;
    transition: all 0.4s;
    width: 100%;
    z-index: 101;
    padding: 0 20px;
    background: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}

.logo {
    margin: 5px 0;
}
/*--//header--*/

.top {
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    background: #fff;
}

.top-right {
    margin: 10px 0;
}

.loginbtn {
    float: right;
    margin: -1px 0 0 0;
    padding: 5px 20px 5px 20px;
    font-size: 15px;
    color: #005db5 !important;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 100px;
    border: solid 1px #005db5;
    background: #fff;
}

    .loginbtn i {
        margin-right: 6px;
    }

    .loginbtn:hover {
        color: #fff !important;
        border: solid 1px #005db5;
        background: #005db5;
        cursor: pointer;
    }

/*top bar css*/
.top-bar {
    margin: 0px;
}

.top-contact {
    margin: 5px 0px 0px 0px;
    display: inline-block;
    width: 100%;
    float: left;
}

    .top-contact ul {
        list-style-type: none;
        padding: 0px 0;
        float: left;
    }

        .top-contact ul li {
            margin-right: 30px;
            display: inline-block;
            float: left;
            line-height: 22px;
        }

            .top-contact ul li a {
                font-size: 14px;
                color: #272727;
                font-weight: 400;
                line-height: 0px;
            }

                .top-contact ul li a:hover {
                    color: #002043;
                }

            .top-contact ul li i {
                font-size: 14px;
                margin: 3px 10px 0 0;
                color: #fff;
                background: #005db5;
                border-radius: 100px;
                width: 35px;
                height: 35px;
                display: inline-grid;
                place-items: center;
            }

            .top-contact ul li h4 {
                color: #002043;
                font-size: 14px;
                margin: 0 0px;
                padding: 0;
                display: block;
                line-height: 20px;
                font-weight: 600;
            }

.top-kontact {
    margin: 0px;
    display: block;
    width: 100%;
}

.login-btn {
    margin: 0px;
    display: inline;
    float: right;
}

    .login-btn a {
        margin: 0px;
        background-color: #000;
        color: #fff;
        padding: 14px 15px;
        vertical-align: middle;
        font-size: 16px;
        line-height: 30px;
    }

.inline {
    display: inline;
    float: right;
    padding: 0px;
}
/*translate*/
.translate {
    float: right;
    margin: 0;
    padding: 6px 0 0 0;
}

#goog-gt-tt {
    display: none !important
}

.goog-te-banner-frame {
    display: none !important
}

.goog-te-menu-value:hover {
    text-decoration: none !important
}

body {
    top: 0 !important
}

.goog-te-combo {
    background-color: #fff;
    border: 1px solid #ccc !important;
    display: inline-block;
    padding: 6px 10px;
    margin: 0 !important;
    cursor: pointer;
    zoom: 1;
    color: #000;
}

#google_translate_element {
    color: transparent
}

    #google_translate_element a {
        display: none
    }

div.goog-te-gadget {
    color: transparent !important
}

.goog-te-gadget {
    margin-top: -6px;
    height: 19px
}
/*booking engine start css*/
.slider-content {
    top: 10%;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 99;
}
/*booking engine start css*/
.book-form {
    padding: 0 0 40px 0;
    margin: 0px;
    width: 100%;
    background: #f4f5fb;
}
.main-form {
    padding: 0;
    margin: 0px;
    width: 100%;
}
.main-form h2 {
	font-size: 46px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 80px;
}
.main-form span {
	color: #eab800;
	font-weight: 100;
}
.main-formcvr {
	display: inline-block;
	padding: 5px;
	margin: 0px;
	background:#fff;
	border-radius: 100px;
	box-shadow: 3px 3px 8px rgb(0 0 0 / 18%);
}

@keyframes yourAnimation1 {
    0% {
        transform: rotate(0) translateX(25%);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateX(0%);
        opacity: 1;
    }
}

.main-form h1 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 6px 0 0px 15px;
    letter-spacing: 0px;
    border-left: 2px solid #ff5a00;
}

    .main-form h1 span {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #ff5a00;
        line-height: 24px;
    }

.main-instant {
    padding: 40px 0px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    background-color: #000000;
    position: relative;
}

    .main-instant h2 {
        font-size: 34px;
        color: #facf00;
        text-transform: uppercase;
        line-height: 1.206;
        text-align: center;
        font-weight: 600;
    }

    .main-instant span {
        font-size: 24px;
        color: #fbca0b;
        text-transform: uppercase;
        text-align: center;
        display: block;
        letter-spacing: 3px;
        line-height: 25px;
    }

.input-text {
    border: none;
    width: 100%;
    color: #495057;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
}

    .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #495057;
    }

    .input-text::-moz-placeholder { /* Firefox 19+ */
        color: #495057;
    }

    .input-text:-ms-input-placeholder { /* IE 10+ */
        color: #495057;
    }

    .input-text:-moz-placeholder { /* Firefox 18- */
        color: #a6a6a6;
    }

.input-text-1 {
    border: none;
    width: 48%;
    color: #a6a6a6;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    background-color: #fff0;
}

    .input-text-1 option {
        color: #000;
    }

        .input-text-1 option:disabled {
            color: #a6a6a6;
        }

textarea:focus, input:focus {
    outline: none !important;
}

.form-group {
    padding: 0;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #495057;
    border-radius: 0;
    display: inline-block;
    position: relative;
    border-right: 1px solid #e0e1e6;
}
.form-group:last-child {	
    border-right:none;
}

.input-text {
    display: inline-block;
    width: 100%;
    min-height: 34px;
    padding: 2px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #495057;
    border-radius: 0;
    font-weight: 600;
    right:5px;
    position: relative;
}
#btnvias {
    position: absolute;
    top: -4px;
    right: 0px;
    background-color: #374044;
    color: #fff;
    padding: 7px 15px;
    border-radius: 100px;
    margin-right:15px;
}
.main-form a {
    background-color: #226620;
    color: #fff;
    display: block;
    padding: 17px 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    border-radius: 100px;
}

    .main-form a:hover {
        background-color: #eab800;
    }

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}

    .checkbox label {
        min-height: 20px;
        padding-left: 22px;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        color: #000;
        text-transform: uppercase;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        width: 15px;
        height: 15px;
        left: 20px;
    }
/*-- banner-info --*/
.banner-info {
    padding: 3% 0;
}

.categories_sub {
    text-align: left;
    margin-top: 80px;
    text-shadow: 2px 2px 3px rgba(0,0,0, 0.20);
}

    .categories_sub h2 {
        letter-spacing: 0px;
        font-size: 68px;
        font-weight: 600;
        color: #fff;
        text-transform: lowercase;
        position: relative;
        text-align: left;
    }

        .categories_sub h2 span {
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0px;
            color: #fff;
            line-height: 40px;
            display: block;
            text-align: left;
        }

.app-btn {
    width: 100%;
    text-align: left;
}

    .app-btn a {
        display: inline-block;
        text-align: left;
        padding: 15px 20px 0 0;
    }

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
  padding: 80px 0;
}
.services h2 {
		font-size: 20px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 5px;
		padding: 0px 0 0px 0;
		color: #deac09;
}
.services h3 {
		font-size: 42px;
		font-weight: 300;
		text-transform: uppercase;
		margin-bottom: 20px;
		padding: 0px 0 30px 0;
		color: #262d3d;
}

.services .icon-box {
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor:pointer;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 0px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height:95px;
}

.services .icon i {
  font-size: 50px;
}

.services .title {
  color: #262d3d;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box .icon {
  background: #3fcdc733;
}

.services .icon-box .icon i {
  color: #3fcdc7;
}
.services .icon-box:hover {
  border-color: #deac09;
}
.services .icon-box-pink .icon {
  background: #fceef3;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}
/*Our Services*/
.our-services {
    padding: 8em 0 8em 0;
}

    .our-services h2 {
        color: #7c7c7c;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        font-size: 1em;
        text-align: center;
        margin-bottom: 3em;
        font-weight: 400;
    }

    .our-services h3 {
        color: #2a017b;
        font-size: 2.2em;
        font-weight: 400;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: .4em;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    .our-services p {
        color: #7c7c7c;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        font-size: 1em;
        text-align: center;
        font-weight: 400;
    }

.our-services-bx-spec {
    width: 100%;
    animation: yourAnimation1 3s forwards 0s ease;
    padding: 0;
    background: #f8f8f8;
    text-align: center;
    border-radius: 80px;
    max-height: 100%;
    height: 100%;
}

.our-services-bx-bg {
    border-radius: 80px;
    background: rgba(42, 1, 123, 0.7);
    border: solid 5px #deac09;
		background-color: transparent;
		background-image: linear-gradient(transparent, #2a017b);
}

@keyframes yourAnimation3 {
    0% {
        transform: rotate(0) translateY(-50%);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateY(0%);
        opacity: 1;
    }
}

.our-services-bx-icon {
    width: 100%;
    padding: 20px 0px 0;
    margin-top: 0px;
}

.our-services-bx-spec:hover i {
    color: #deac09;
    cursor: pointer;
}

.our-services-bx-icon i {
    color: #fff;
    font-size: 48px;
    background-color: #30303000;
    display: grid;
    place-items: center;
    -webkit-transition: box-shadow .6s ease-out;
    font-style: normal;
}

.our-services-bx-content {
    width: 100%;
    margin: 0px;
    padding: 15px 30px;
}

    .our-services-bx-content h4 {
        margin: 0 0 15px;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        width: 100%;
    }

.our-services-bx-spec:hover h4 {
    color: #deac09;
}

.our-services-bx-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #fff;
}

.our-services-bx-spec:hover {
    cursor: pointer;
    background-color: #000;
}

    .our-services-bx-spec:hover p {
        color: #fff !important;
    }

.our-services-bx-spec.active .our-services-bx-bg {
}

.our-services-bx-bg:hover {
    background: rgba(42, 1, 123, 0.9);
}

.our-services-bx-spec a {
    display: inline-block;
    color: #deac09 !important;
    font-size: 14px;
    padding: 0 0 20px 0;
    font-weight: 500;
}

    .our-services-bx-spec a:before {
        content: "\f124";
        margin-right: 10px;
        font-family: Flaticon;
    }

.our-services-bx-spec:hover a {
    color: #deac09 !important;
    padding-left: 10px;
}
/*End Our Services*/
/*Our Visions*/
.our-visions-cvr {
    padding: 5em 0;
    background: url(../images/veh-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}

.our-visions {
    padding: 5em 0;
    background: rgba(0, 0, 0, 0.03);
}

    .our-visions .heading {
        max-width: 750px;
    }

        .our-visions .heading h2 {
            color: #2a017b;
            font-size: 2.2em;
            font-weight: 400;
            line-height: 42px;
            margin-bottom: 15px;
            text-align: center;
        }

        .our-visions .heading p {
            margin: 0px 0px 35px;
            font-weight: 400;
            color: #000 !important;
            line-height: 26px;
        }

    .our-visions .middle-section p {
        margin: 16px 0 0px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        opacity: 0.7;
    }

    .our-visions .middle-section h4 {
        font-size: 22px;
        color: #000;
        line-height: 27px;
        font-weight: 600;
        margin-top: 20px;
    }

    .our-visions .middle-section i {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        background-color: #deac09;
    }

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.vehicles {
    padding: 25px 0;
    position: relative;
}

#our-vehicles {
    text-align: center;
    margin: 4em 0 0 0;
}

    #our-vehicles img {
        max-width: 80%;
        margin: 0 auto;
    }
/*End Our Visions*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 1010;
}

    .back-to-top i {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #262d3d;
        border-radius: 100px;
        text-align: center;
        background-color: #deac09;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
/*--// banner --*/
.tittle-w3layouts,
.tittle-w3layouts.two {
    color: #fff;
    font-size: 2.7em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

    .tittle-w3layouts.two {
        color: #333;
    }

.entry-w3pvt-main {
    background-color: #ecf0f1;
}

.entry-w3layouts-info h4 {
    color: #444;
    font-size: 1.8em;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: .5em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.content-left-bottom h5 {
    color: #deac09;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    font-size: 1em;
    margin-bottom:5px;
}

.content-w3pvt-img {
    padding: 0 5em;
}
.content-w3pvt-img img {
    border-radius: 0 50% 0 50%;
    position:relative;
    z-index:100;
}
.content-w3pvt-img::after {
	width:338px;
	height:338px;
	display:inline-block;
    content:"";
    position:absolute;
    top:-30px;
    right:35px;
    border-radius: 0 50% 0 50%;
    z-index:99;
    background: rgba(0, 0, 0, 0.05);
}
.single-service {
	background: #ffff;
	padding: 40px 0px;
	-webkit-box-shadow: 0 8px 26px rgba(67,40,124,0.13);
	border-radius: 15px;
	display: inline-block;
	width: 100%;
	position: relative;
	top: -200px;
	margin-bottom: -120px;
}

.single-ser .ser-top {
    padding: 0 26px;
    text-align: center;
}

.single-ser .ser-top img {
    margin-bottom: 20px;
    width: 100%;
}

.single-ser .ser-top p {
    color: #3B4855;
    font-size: 15px;
}

.single-ser .ser-top h4 {
    font-size: 25px;
    color: #374044;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
}

.single-ser .ser-mid {
    margin-bottom: 25px;
    padding-bottom: 26px;
    border-bottom: 1px solid #E7E6EB
}

.single-ser .ser-mid h4 {
    color: #FD8F5F;
    font-size: 32px;
    font-weight: 600
}

.single-ser .ser-mid h4 span {
    color: #838a9b;
    font-size: 12px
}

.single-ser .ser-bottom ul li {
    color: #717081;
    font-weight: 300;
    margin-bottom: 23px;
    font-size: 16px
}

.single-ser .ser-bottom ul li:last-child {
    margin-bottom: 46px
}
.single-ser .borders-btn {
    padding: 10px 64px;
    background: none;
    border: 1px solid #1779af;
    display: inline-block;
    color: #1779af;
    border-radius: 30px;
}
.single-ser:hover .borders-btn {
    background: #1779af;
    color: #fff !important
}
/* WHY CHOOSE US */
.whyus {
    display: inline-block;
    width: 100%;
    padding: 80px 0;
}
.whyus h3 {
		font-size: 42px;
		font-weight: 300;
		text-transform: uppercase;
		margin-bottom: 40px;
		padding: 0px 0 0px 0;
		color: #262d3d;
		text-align: center;
}
.center {
    text-align: center;
}

.iconbox .iconbox-icon {
    min-height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
}

.iconbox .iconbox-content {
    margin-bottom: 15px;
    font-size: 24px
}

    .iconbox .iconbox-content a {
        margin-bottom: 15px;
        color: #262d3d;
    }

        .iconbox .iconbox-content a:hover {
            color: #deac09
        }
/*step*/
.step-cvr {
    padding: 5em 0;
    background: url(../images/veh-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}

.step {
    padding: 10em 0 0 0;
    display: inline-block;
}

    .step .heading {
        max-width: 750px;
    }

        .step .heading h2 {
            color: #272727;
            font-size: 2.2em;
            font-weight: 400;
            line-height: 42px;
            margin-bottom: 15px;
            text-align: center;
        }

        .step .heading p {
            margin: 0px 0px 35px;
            font-weight: 400;
            color: #000 !important;
            line-height: 26px;
        }

    .step .middle-section p {
        margin: 16px 0 0px;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        opacity: 0.7;
    }

    .step .middle-section h4 {
        font-size: 22px;
        color: #f4f5fb;
        line-height: 27px;
        font-weight: 600;
        margin-top: 20px;
    }

    .step .middle-section i {
        width: 80px;
        height: 80px;
        border-radius: 20%;
        text-align: center;
        line-height: 80px;
        color: #fff;
        display: inline-block;
        font-size: 40px;
        background-color: #deac0970;
    }


.frontslider-wrap {
	position:relative;
	overflow:hidden;
	width:100%;
	margin: 0;
	background-size: cover;
}
.frontslider-wrap .slide {
	display: none;
	overflow: hidden;
	line-height: 14px !important;
}
.frontslider-wrap .caption1 {
	font-size: 24px;
	color: #fff;
    line-height: 100%;
    padding-left: 10px;
}
.frontslider-wrap .caption2 {
    line-height: 100%;
    padding-left: 10px;
	font-size: 30px;
	color: #fff;
}
.fraction-slider{
	position:relative;
	width:100%;
	height:100%;
	overflow:visible;
}
.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:5000;
	z-index:5;
}
.fraction-slider .active-slide{
	z-index:9999;
	z-index:9;
}
.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
	z-index:7;
}
.fraction-slider .fs_fixed_obj{
	z-index:6000;
	z-index:6;
	left:0;
}
.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px;
	left:0px;
}
/*
.fs_loader{
	width:100%;
	height:392px;
	background:url(../img/ajaxloader.gif) center center no-repeat transparent;
}
*/
/** CONTROLS **/

.fraction-slider .prev,
.fraction-slider .next{
	display:none;
	position:absolute;
	width:45px; height:45px;
	z-index:9999;
	z-index:9;
}
.fraction-slider .prev{
	left:10px;
	top:45%;
	background:url(../img/fs.prevnext.png) 0px 0px no-repeat transparent;
}
.fraction-slider .prev:hover{
	background:url(../img/fs.prevnext.png) 0px -45px no-repeat transparent;
}
.fraction-slider .next{
	right:10px;
	top:185px;
	background:url(../img/fs.prevnext.png) -45px 0px no-repeat transparent;
}
.fraction-slider .next:hover{
	background:url(../img/fs.prevnext.png) -45px -45px no-repeat transparent;
}
.fraction-slider:hover .prev,
.fraction-slider:hover .next{
	display:block;
}
.slide .caption1 {
	font-size: 2.5em !important;
	font-weight: 600;
	color: #fff;
	padding-left: 10px;
}
.slide .caption2 {
    padding-left: 10px;
    color: #fff;
    font-size: 1.1em !important;
    font-weight: 400;
    top: 28% !important;
    text-transform: none;
    line-height: 25px !important;
}

.our-skils-icon i {
    color: #0b1e70;
    font-size: 100px;
    -webkit-transition: box-shadow .6s ease-out;
}

.skils h2{font-size: 54px;color: #000;font-weight: 200;/* margin-bottom: 35px; */line-height: 60px;margin: 30px 0 40px;text-align:  center;}
.skils h2:before {content: '';position: absolute;left: 128px;top: 5%;width: 30px;height: 30px;border-top: 2px solid #000;border-left: 2px solid #000;}

/*Specialites*/
.skils{padding: 80px 0 0;position:  relative;}
.our-skils-spec{display:flex;padding: 10% 0;animation: yourAnimation1 3s forwards 0s ease;cursor:  pointer;}@keyframes yourAnimation1{0%{transform: rotate(0) translateY(-50%);opacity: 0;}100%{transform: rotate(0) translateY(0%);opacity: 1;}}
.our-skils-icon{padding:0px;margin: 0px;width: 40%;display: grid;place-items:  center;}
.our-skils-spec:hover img{}
.our-skils-icon img {color: #000000;font-size: 26px;max-width: 100%;background-color: #00000000;display: grid;place-items: center;}
.our-skils-content {margin:0px;padding: 0px;width: 60%;}
.our-skils-content h4 {margin: 0px 0px 0px 0px;font-weight: 100;font-size: 32px;color: #000;width: 100%;}
.our-skils-content span {margin: 0px 0px 0px 0px;font-weight: normal;font-size: 32px;color: #272727;width: 100%;}
.our-skils-content p {color: #272727!important;font-size: 14px;line-height: 24px;margin: 0 0 0 0;padding: 20px 10px 20px 0px;}
.bg_color1{background-color: #f4f5fb;}
.bg_color2{background-color: #f4f5fb;border-left: 2px solid #ffffff;border-right: 2px solid #ffffff;}
.bg_color3{background-color: #f4f5fb;}
hr.tm-short-line {border-color: #000 !important;border-top-width: 2px;width: 40px;text-align: left;display: none;}

/*============= contact area ==============*/
.get_info {
    padding-right: 100px;
}

    .get_info h3 {
        font: 700 26px/44px "Barlow Condensed", sans-serif;
        color: #262d3d;
        margin-bottom: 15px;
        text-align: left;
    }

        .get_info h3 span {
            font-size: 50px;
            font-weight: 500;
            color: #001621;
            vertical-align: bottom;
            padding-left: 25px;
        }

    .get_info p {
        color: #272727;
        margin-bottom: 15px;
        text-align: left;
    }

    .get_info .info_item p {
        margin-bottom: 0;
    }

        .get_info .info_item p strong {
            font-size: 16px;
            font-weight: 600;
            color: #272727;
        }

    .get_info .social_icon h6 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }

    .get_info .social_icon ul li {
        display: inline-block;
        margin-right: 7px;
        padding-top: 8px;
    }

        .get_info .social_icon ul li a {
            font-size: 14px;
            width: 40px;
            height: 40px;
            display: inline-block;
            line-height: 40px;
            color: #081B33;
            border-radius: 50%;
            border: 1px solid #081B33;
            text-align: center;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .get_info .social_icon ul li a:hover {
                background: #001621;
                border-color: #001621;
                color: #fff;
            }

.section_title {
    margin-bottom: 20px;
}

    .section_title h5 {
        font-size: 21px;
        line-height: 20px;
        color: #272727;
        font-weight: 500;
        letter-spacing: 0px;
        text-transform: uppercase;
    }

    .section_title h2 {
        font-size: 30px;
        line-height: 40px;
        color: #374044;
        margin-bottom: 0;
        text-align: center;
    }
    .section_title p {
        color: #226620;
    }

    .section_title .color_w {
        color: #fff;
    }

.contact_area {
    background: #f8f9fc;
}

.map_area {
    padding: 0px;
    position: relative;
}

    .map_area iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

    .map_area .app_contact_info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: white;
        -webkit-box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
        box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
        padding: 45px 66px 15px 45px;
    }

        .map_area .app_contact_info .triangle {
            position: absolute;
            width: 15px;
            height: 15px;
            right: 55px;
            background: #fff;
            bottom: -7px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.info_item {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

    .info_item i {
        position: absolute;
        left: 0;
        font-size: 30px;
        color: #deac09;
        top: 0px;
        left: 0;
    }

    .info_item h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        color: #262d3d;
    }

    .info_item p {
        font-size: 15px;
        line-height: 24px;
        color: #272727;
    }

    .info_item a {
        color: #272727;
    }

        .info_item a:hover {
            color: #deac09;
        }

.contact_info {
    max-width: 580px;
    margin-right: auto;
    margin-left: 0px;
    padding: 120px 0px 120px 80px;
}

    .contact_info .contact_form .form-group:last-child {
        margin-bottom: 0px;
    }
.contact_info .form-group {
    display: inline-block !important;
    padding: 0;
    margin: 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #495057;
    border-radius: 0;
    display: block !important;
    position: relative;
    border-right: none;
}
/*============= contact area ==============*/
.contact_form .form-group1 {
    position: relative;
    margin-bottom: 20px;
}

    .contact_form .form-group1 .form-control {
        background: transparent;
        border: 0px;
        font-size: 15px;
        line-height: 30px;
        color: #000000;
        padding: 0;
        position: relative;
        border-bottom: 1px solid #dadee0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        letter-spacing: 0px;
    }

        .contact_form .form-group1 .form-control.placeholder {
            color: #666d7b;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group1 .form-control:-moz-placeholder {
            color: #666d7b;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group1 .form-control::-moz-placeholder {
            color: #666d7b;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group1 .form-control::-webkit-input-placeholder {
            color: #666d7b;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group1 .form-control:focus {
            color: #666d7b;
            outline: none;
        }

            .contact_form .form-group1 .form-control:focus.placeholder {
                color: #666d7b;
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 1;
                font-size: 12px;
            }

            .contact_form .form-group1 .form-control:focus:-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 1;
                font-size: 12px;
            }

            .contact_form .form-group1 .form-control:focus::-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 1;
                font-size: 12px;
            }

            .contact_form .form-group1 .form-control:focus::-webkit-input-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 1;
                font-size: 12px;
            }

            .contact_form .form-group1 .form-control:focus + .border_line {
                width: 100%;
                z-index: 3;
            }

    .contact_form .form-group1 .border_line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        background: #374044;
        height: 2px;
        border: 0px;
        margin-bottom: 0px;
        -webkit-transition: width 0.3s linear;
        -o-transition: width 0.3s linear;
        transition: width 0.3s linear;
    }

    .contact_form .form-group1 textarea {
        height: 120px;
        resize: none;
    }

    .contact_form .form-group1 .contact_btn {
        padding: 10px 40px;
        margin-top: 10px;
    }

.clsbtnSubmit {
    float: right;
    color: #fff;
    border: none;
    padding: 1em 3em;
    text-decoration: none;
    background: #1779af;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: uppercase;
}

    .clsbtnSubmit:hover {
        background: #374044;
    }
/*============= end contact area ==============*/
/*============= account form ==============*/

.form-group2 {
    padding: 7px 0px 4px 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #262d3d;
    border-radius: 5px;
    position: relative;
}

    .form-group2 label {
        margin-bottom: 5px;
    }

        .form-group2 label span {
            color: #F00;
        }
.checkbox2 {
    min-height: 20px;
    padding-top: 15px;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #deac09;
    text-transform: uppercase;
}
.checkbox2 .btn {
    margin-top: -3px;
    margin-left: 10px;
    background:#deac09;
    border:none;
}
.input-acc {
    /* display: block; */
    width: 100%;
    min-height: 34px;
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background: #fff;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 2px 2px 6px rgba(0,0,0, 0.30);
    border: 1px solid #262d3d;
}
.con-map iframe {
	width: 100%;
	height: 500px;
	border: none;
}

/*============= end account form ==============*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
}

#hero::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: linear-gradient(to top, rgb(38 45 61), rgb(0 0 0 / 70%)), url(../images/hero-bg.jpg) center top no-repeat;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}

#hero::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: #deac09;
  opacity: 1;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 10px auto 0 auto;
  color: #f4f5fb;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #deac09;
}

#hero .btn-get-started:hover {
  background: #deac09;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }
  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
#hero-no-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#hero-no-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../images/hero-bg.jpg") center top no-repeat;
}

#hero-no-slider h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}

#hero-no-slider p {
  color: #fff;
}

#hero-no-slider .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #deac09;
}

#hero-no-slider .btn-get-started:hover {
  background: #deac09;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  #hero-no-slider h2 {
    font-size: 30px;
  }
}
.animate {
	display:inline-block;
    margin: 8rem 0;
    padding: 0;
    width: 80%;
}

    .animate h1 {
        letter-spacing: 0px;
        font-size: 44px;
        font-weight: 500;
        color: #fff;
        position: relative;
        text-shadow: 2px 2px 3px rgba(0,0,0, 0.20);
        margin-bottom:15px;
        text-transform: uppercase;
    }

    .animate p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.5px;
        color: #fff !important;
        line-height: 28px;
    }

.app-btn {
    width: 100%;
    text-align: center;
}

    .app-btn a {
        display: inline-block;
        text-align: left;
        padding: 15px 20px 0 0;
    }


.ftco-faqs .img-faqs {
    position: relative;
    height: 700px;
    z-index: 0;
}

.ftco-faqs .img {
    height: 400px;
    width: 80%;
    border-radius: 4px;
    -webkit-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
    box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
}

    .ftco-faqs .img.img-2 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80%;
        z-index: -1;
    }

.ftco-faqs .myaccordion {
    margin: 0 auto;
    /* overflow: hidden; */
}

    .ftco-faqs .myaccordion .card,
    .ftco-faqs .myaccordion .card:last-child .card-header {
        border: none;
        background: transparent;
    }

    .ftco-faqs .myaccordion .card-header {
        border: none;
        background: transparent;
    }

        .ftco-faqs .myaccordion .card-header p {
            position: relative;
            font-weight: 500;
            font-size: 17px;
            text-align: left;
            line-height: 26px;
        }

    .ftco-faqs .myaccordion .fa {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.3);
    }

    .ftco-faqs .myaccordion .btn {
        width: 100%;
        font-weight: 600;
        color: black;
        padding: 15px 20px 15px 30px !important;
        text-transform: capitalize;
        letter-spacing: 0;
        border-radius: 0 !important;
        margin-bottom: 0;
        border-radius: 40px !important;
        -webkit-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
        -moz-box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
        box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.21) !important;
    }

    .ftco-faqs .myaccordion .btn-link:hover,
    .ftco-faqs .myaccordion .btn-link:focus {
        text-decoration: none;
    }

.ftco-faqs [data-toggle="collapse"] .fa:before {
    content: "\f078";
    font-family: "FontAwesome";
    font-style: normal;
}

.ftco-faqs [data-toggle="collapse"].collapsed .fa:before {
    content: "\f077";
    font-family: "FontAwesome";
    font-style: normal;
}

.ftco-faqs button[aria-expanded="true"] {
    background-color: #226620;
    color: #fff !important;
}

    .ftco-faqs button[aria-expanded="true"] .fa {
        color: #fff !important;
    }

.ftco-faqs button[aria-expanded="false"] {
    background-color: #fff;
}

.ftco-faqs .card-body ol li {
    margin-bottom: 10px;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.8);
}

    .ftco-faqs .card-body ol li:last-child {
        margin-bottom: 0;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
}
.btn:focus-visible {
        border:none;
    overflow: hidden;
    }
.ftco-heading .subheading {
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #226620;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ftco-heading h2 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}