@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800&display=swap');

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

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #27aae1;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'OPTICaslon-ExtraCondensed';
    src: url(../fonts/OPTICaslon-ExtraCondensed.otf);
}

@font-face {
    font-family: 'Lihataja';
    src: url(../fonts/Lihataja.otf);
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'OPTICaslon-ExtraCondensed';
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'OPTICaslon-ExtraCondensed';
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'OPTICaslon-ExtraCondensed';
    
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'OPTICaslon-ExtraCondensed';
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'OPTICaslon-ExtraCondensed';
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'OPTICaslon-ExtraCondensed';
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 20px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.menuSec {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 500;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #2b3990;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text {
    padding-top: 80px;
}

.banner_text h1 {
    font-size: 260px;
    line-height: 270px;
    color: #2a2e2b;
    font-family: 'OPTICaslon-ExtraCondensed';
    font-weight: 600;
    text-align: center;
    position: relative;
    margin: 0;
}

.banner_text h1 span {
    font-size: 95px;
    color: #2a2e2b;
    display: block;
    text-align: start;
    /* writing-mode: tb; */
    position: absolute;
    left: -80px;
    bottom: 20px;
    /* width: 100%; */
    transform: rotate(270deg);
    top: 0;
}

.banner_text h1:after {
    content: '';
    position: absolute;
    background-image: url(../images/cloud-bottom.png);
    width: 96%;
    height: 140%;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.7;
    animation: left 4s infinite ease-in-out;
}

@keyframes left {
    0% { width: 96%; }
    50% { width: 90%; }
    100% { width: 96%; }
}

section.main_slider {
    position: relative;
}

section.main_slider:before {
    content: '';
    position: absolute;
    background-image: url(../images/cloud-right.png);
    width: 24%;
    height: 20%;
    background-size: contain;
    top: 9%;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.8;
    /*animation: 20s right ease-in-out infinite;*/
    animation-name: animar;
    animation-duration: 45s;
    animation-timing-function: lineal;
    animation-iteration-count: infinite;
}


@keyframes animar {
    0% {}

    50% {
        -webkit-transform: translateX(700px) scale(1.2);
    }

    100% {
        -webkit-transform: translateX(0px);
    }
}


/*@keyframes right {
    0% {right: 0%;}
    40% {right: 80%;}
    20% {right: 20%;}
    30% {right: 30%;}
    40% {right: 40%;}
    50% {right: 50%;}
    60% {right: 60%;}
    70% {right: 70%;}
    80% {right: 0%;}
}*/


.btn1 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    background: #27aae1;
    color: #d1ebec;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    box-shadow: -3px 20px 20px 0 #00000052;
    transition: 0.5s ease-in-out;
    position: relative;
    z-index: 0;
}

.btn1:hover {
    box-shadow: 0 0 0 0 #000000;
    transition: 0.5s ease-in-out;
    color: #fff;
    background: #2b3990;
}

.btn1:before {
    content: '';
    position: absolute;
    background: #2a2e2b;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(90% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
}

.banner-pragraph-bottom {
    display: flex;
    align-items: end;
    position: relative;
    margin-left: 0;
    margin-top: 200px;
}

.banner-pragraph-bottom h5 span {
    font-size: 37px;
    color: #2a2e2b;
    font-family: 'OPTICaslon-ExtraCondensed';
    position: absolute;
    bottom: -98px;
    left: -110px;
    transform: rotate(270deg);
    font-weight: 600;
    width: 110%;
}

.banner-pragraph-bottom h5 {
    font-size: 600px;
    font-family: 'OPTICaslon-ExtraCondensed';
    color: #39afe07a;
    position: relative;
    z-index: 1;
}

.banner-pragraph-bottom img {
    margin-left: -100px;
    margin-bottom: -99px;
    display: block;
}

.banner-pragraph p {
    margin-left: -150px;
    margin-bottom: 40px;
}

.banner-pragraph a {
    position: relative;
    z-index: 2;
}

.banner-img img {
    margin-top: -140px;
    width: 95%;
    object-fit: cover;
    position: relative;
    height: 610px;
    object-position: top;
}

.a-bootom h2 {
    font-size: 600px;
    line-height: 640px;
    color: #39afe0c7;
    font-weight: 600;
}

.a-bootom {
    position: absolute;
    bottom: 0;
    left: -67px;
    z-index: 1;
}

.banner-pragraph {
    position: relative;
    z-index: 1;
}

/*banner css end*/

/*Service Start*/

section.service-sec {
    padding: 100px 0;
    position: relative;
}

section.service-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/service-left.png);
    width: 95%;
    height: 130.5%;
    top: -40%;
    left: -28%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-head p {
    text-align: justify;
    margin-left: 60px;
}

.service-head-btn a {
    padding: 0 40px;
}

.service-head h4 {
    font-size: 47px;
    color: #2b3990;
    font-family: 'OPTICaslon-ExtraCondensed';
    text-transform: uppercase;
    line-height: 50px;
}

.service-head h3 {
    font-size: 47px;
    line-height: 67px;
    color: #2a2e2b;
    font-family: 'OPTICaslon-ExtraCondensed';
    text-transform: uppercase;
    margin: 0;
}

.service-head h6 {
    font-size: 23px;
    color: #2a2e2b;
    line-height: 40px;
    font-family: 'OPTICaslon-ExtraCondensed';
    text-transform: uppercase;
}

.service-head-btn {
    text-align: end;
}

.service-text h3 {
    display: block;
    align-items: center;
    justify-content: start;
    gap: 20px;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    color: #2b3990;
    font-family: 'OPTICaslon-ExtraCondensed';
}

.service-text h3 span {
    color: #2a2e2b;
}

.service-text h4 {
    font-size: 60px;
    color: #2b3990;
    font-family: 'OPTICaslon-ExtraCondensed';
    text-transform: uppercase;
    font-weight: 600;
    line-height: 60px;
}

/*Service End*/

/*About Start*/


section.about-sec .container-fluid {
    padding: 0px 6% 0 0;
}

.about-txt {
    text-align: end;
    width: 100%;
}

.about-img {
    position: relative;
}

.about-img h2 {
    font-size: 200px;
    text-transform: uppercase;
    color: #2b3990;
    position: absolute;
    bottom: 52px;
    right: 0;
}

.about-txt p {
    text-align: center;
}

.about-img img {
    clip-path: polygon(77% 0, 100% 41%, 100% 100%, 0 100%, 0 0);
    width: 100%;
    object-fit: cover;
}

/*About End*/

/*Choose Start*/

section.choose-sec {
    padding: 100px 0 0;
}

.choose-list h2 {
    font-size: 110px;
    line-height: 120px;
    color: #2a2e2b;
    margin: 0 0 20px;
}

.choose-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-list ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.choose-list ul li h5 {
    font-size: 65px;
    color: #2a2e2b;
    /* font-family: 'Playfair Display'; */
    margin: 0;
    line-height: 73px;
}

.choose-list ul li p {
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

.choose-txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-txt ul li h5 {
    font-size: 48px;
    line-height: 55px;
}

.choose-txt ul li img {
    width: 100%;
    object-fit: cover;
}

.choose-txt ul li:last-child {
    width: 40%;
    text-align: end;
}

section.choose-sec .container-fluid {
    padding: 0;
    margin-top: -150px;
}

.choose-txt ul li h6 {
    font-size: 50px;
    font-family: 'Lihataja';
    color: #000;
    font-weight: 500;
    line-height: 60px;
}

.choose-main-img img {
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%, 20% 81%, 0 81%);
}

/*Choose End*/

.btn2:before {
    content: '';
    position: absolute;
    background: #27aae1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(90% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
}


/*Testimonial Start*/

.testi-txt h2 {
    font-size: 88px;
    color: #2a2e2b;
    text-transform: uppercase;
    line-height: 90px;
}

.testi-txt h3 {
    font-size: 50px;
    color: #2a2e2b;
    text-transform: uppercase;
}

.testi-txt ul li a {
    font-size: 24px;
    color: #2b3990;
}

.testi-slider {
    margin-top: 60px;
}

.testi-slider p {
    font-size: 28px;
    line-height: 40px;
    width: 80%;
}

.testi-img-txt h4 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 55px;
    color: #2a2e2b;
}

.testi-img-txt {
    position: absolute;
    top: 60px;
    left: 0;
}

.testi-img-txt h5 {
    font-size: 50px;
    line-height: 50px;
    font-family: 'Lihataja';
    color: #000;
    font-weight: 600;
}

.testi-img {
    position: relative;
}

.testi-img img {
    width: 75%;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

section.testi-sec {
    padding-top: 60px;
}

.testi-txt {
    padding-top: 50px;
}

.testi-slider .slick-prev, .testi-slider .slick-next {
    top: inherit;
    bottom: -20px;
    left: 20px;
}

.testi-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-left.png);
    background-size: cover;
    width: 90px;
    height: 30px;
    opacity: 1 !important;
    filter: brightness(0) saturate(100%) invert(20%) sepia(31%) saturate(3211%) hue-rotate(211deg) brightness(98%) contrast(93%);
}

.testi-slider .slick-next {
    right: inherit;
    left: 140px;
}
.testi-slider .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow-right.png);
    background-size: cover;
    width: 90px;
    height: 30px;
    opacity: 1 !important;
    filter: brightness(0) saturate(100%) invert(20%) sepia(31%) saturate(3211%) hue-rotate(211deg) brightness(98%) contrast(93%);
}

/*Testimonial End*/

/*Touch Start*/

.touch-txt {
    background: #2b3990;
    height: 590px;
    display: inline-grid;
    align-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 4% 0 20%;
    clip-path: polygon(0 0, 91% 0, 100% 12%, 100% 100%, 6% 100%, 0 93%);
}

.touch-txt h3 {
    font-size: 90px;
    color: #d1ebec;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 100px;
}

.touch-txt p {
    color: #d1ebec;
}

.btn2 {
    color: #000;
    width: 40%;
    /* background: #27aae1; */
}

section.touch-sec .container-fluid {
    padding: 0;
}

section.touch-sec {
    margin-top: -120px;
}

/*Touch Start*/

/*Footer Start*/

footer {
    padding: 80px 0 60px;
    position: relative;
}

footer:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 13% 0, 76% 100%, 0% 100%);
    z-index: -1;
}

footer:after {
    content: '';
    position: absolute;
    width: 8%;
    height: 31%;
    top: 0;
    right: -2px;
    background: #fff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.f-logo h2 {
    font-size: 110px;
    color: #2b3990;
    line-height: 120px;
    text-transform: uppercase;
}

.f-logo h2 span {
    font-size: 124px;
    display: block;
    color: #2a2e2b;
}

.f-phone h5 {
    font-size: 35px;
    text-transform: uppercase;
    color: #2a2e2b;
}

.f-phone a {
    font-size: 15px;
    color: #000;
}

.f-phone {
    margin-bottom: 30px;
}

.f-botoom h4 {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 46px;
}

.f-back {
    position: absolute;
    height: 100%;
    top: 0;
    left: 48%;
}

.f-back img {
    height: 100%;
    filter: brightness(0) saturate(100%) invert(20%) sepia(31%) saturate(3211%) hue-rotate(211deg) brightness(98%) contrast(93%);
}

.f-logo img {
    object-fit: cover;
}
.f-logo {
    background: #27aae1;
    padding: 40px;
    position: relative;
}

.f-logo:before {
    content: '';
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(90% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
}

/*Footer Start*/




.header-logo img{
    width: 25%;
}
.service-text ul {
    padding-left: 20px;
}
.service-text ul li {
    position: relative;
}
.service-text ul li:before {
    content: '\f00c';
    position: absolute;
    left: -20px;
    top: 1px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #27aae1;
    font-size: 13px;
}
.get_form input{
    width: 100%;
    border: none;
    margin-bottom: 10px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 4px;
    height: 50px;
}
.get_form textarea{
    width: 100%;
    border: none;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
}
.get_form button{
    border: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*Responsive Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){

section.touch-sec{
	margin-top: 0;
}
.banner_text h1 {
  font-size: 110px;
  line-height: 120px;
}
.banner_text h1 span {
  font-size: 40px;
  line-height: 50px;
  left: 150px;
}
.a-bootom h2 {
  font-size: 300px;
  line-height: 310px;
}
.a-bootom {
  left: 0;
}
.banner-pragraph-bottom h5 {
  font-size: 170px;
  line-height: 260px;
  width: 100%;
}
.banner-pragraph-bottom h5 span {
  transform: inherit;
  font-size: 20px;
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  line-height: 30px;
}
.banner-pragraph-bottom {
  margin: 0;
}
.banner-img img {
  width: 100%;
  margin-top: -50px;
}
.banner_text {
  padding-top: 230px;
}
.touch-txt h3 {
  font-size: 50px;
  line-height: 60px;
}
.touch-txt {
  padding: 0 20px;
}

.f-logo {
  background: #fff;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.main_slider .carousel-item > img {
  height: 650px;
}
section.touch-sec{
	margin-top: 0;
}
.a-bootom h2 {
  font-size: 200px;
  line-height: 210px;
}
.a-bootom {
  position: absolute;
  left: 0;
}
.banner_text h1 {
  font-size: 80px;
  line-height: 100px;
}
.banner_text {
  padding-top: 160px;
}
.banner-img img {
  margin-top: -50px;
  width: 100%;
  height: 400px;
}
.banner-pragraph-bottom h5 {
  font-size: 200px;
  line-height: 210px;
  width: 100%;
}
.banner-pragraph-bottom h5 span {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  transform: inherit;
}
.banner-pragraph-bottom {
  margin-top: 0;
}
.banner_text h1 span {
  font-size: 40px;
  line-height: 50px;
  left: 40px;
}
.service-text h3 {
  font-size: ;
  font-size: 40px;
  line-height: 50px;
}
.service-head h3 {
  font-size: 30px;
  line-height: 40px;
}
.service-head h4 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 10px;
}
.service-head h6 {
  font-size: 18px;
  line-height: 28px;
}
.touch-txt h3 {
  font-size: 40px;
  line-height: 50px;
}

.touch-txt {
  padding: 0 20px;
  height: 510px;
}

.f-phone h5 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.f-phone a {
  font-size: 13px;
}

.f-botoom p {
  font-size: 12px;
  line-height: 20px;
}

.f-back {
  display: none;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px){

    .carousel-item {
  height: 590px;
}
.a-bootom h2 {
  font-size: 30px;
  line-height: 40px;
}
.banner_text h1 {
  font-size: 50px;
  line-height: 70px;
}
.banner-img img {
  margin: 0;
  width: 100%;
  height: 200px;
}
.a-bootom {
  position: relative;
  left: 0 !important;
}
.banner-pragraph-bottom h5 {
  font-size:250px;
  line-height: 40px;
}
.banner-pragraph-bottom {
  display: block;
  margin: 0;
}
.banner-pragraph-bottom h5 span {
  transform: inherit;
  width: auto;
  /*position: relative;*/
  bottom: 0;
  left: 0;
}
.banner_text h1 span {
  position: relative;
  transform: inherit;
  left: 0;
  bottom: 0;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.banner_text h1::after {
  display: none;
}
.banner_text {
  padding: 0;
}
.header-logo {
  position: relative;
  z-index: 99999;
  background: #fff;
  
}
.header-logo img {
  width: 100%;
}
.service-text h3 {
  font-size: 40px;
  line-height: 50px;
}
section.service-sec {
  padding: 50px 0;
}
.service-text ul li {
  margin: 0 0 10px;
}
.service-text ul li::before {
  color: #000;
}
.service-head h4 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.service-head h3 {
  font-size: 28px;
  line-height: 36px;
}
.service-head h6 {
  font-size: 15px;
  line-height: 40px;
  padding-bottom: 60px;
}
.touch-txt h3 {
  font-size: 40px;
  line-height: 50px;
}
.touch-txt {
  padding: 0 10px;
}
.f-phone h5 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.f-botoom p {
  font-size: 13px;
  line-height: 22px;
}
footer {
  padding: 40px 0 0;
}
.f-back img {
  display: none;
}

}

@media only screen and (min-width: 300px) and (max-width: 519px){
section.touch-sec {
    margin-top: 30px;
}

.carousel-item {
  height: 590px;
}
.a-bootom h2 {
  font-size: 30px;
  line-height: 40px;
}
.banner_text h1 {
  font-size: 50px;
  line-height: 70px;
}
.banner-img img {
  margin: 0;
  width: 100%;
  height: 200px;
}
.a-bootom {
  position: relative;
  left: 0 !important;
}
.banner-pragraph-bottom h5 {
  font-size: 250px;
  line-height: 40px;
}
.banner-pragraph-bottom {
  display: block;
  margin: 0;
}
.banner-pragraph-bottom h5 span {
  transform: inherit;
  width: auto;
  /*position: relative;*/
  bottom: 0;
  left: 0;
}
.banner_text h1 span {
  position: relative;
  transform: inherit;
  left: 0;
  bottom: 0;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.banner_text h1::after {
  display: none;
}
.banner_text {
  padding: 0;
}
.header-logo {
  position: relative;
  z-index: 99999;
  background: #fff;

}
.header-logo img {
  width: 100%;
}
.service-text h3 {
  font-size: 40px;
  line-height: 50px;
}
section.service-sec {
  padding: 50px 0;
}
.service-text ul li {
  margin: 0 0 10px;
}
.service-text ul li::before {
  color: #000;
}
.service-head h4 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.service-head h3 {
  font-size: 28px;
  line-height: 36px;
}
.service-head h6 {
  font-size: 15px;
  line-height: 40px;
  padding-bottom: 0px;
}
.touch-txt h3 {
  font-size: 40px;
  line-height: 50px;
}
.touch-txt {
  padding: 0 10px;
}
.f-phone h5 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.f-botoom p {
  font-size: 13px;
  line-height: 22px;
}
footer {
  padding: 40px 0 0;
}
.f-back img {
  display: none;
}
}

html {
    overflow-x: hidden;
}
/*Responsive Start*/