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

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

.clr:after {
    content: "";
    display: table;
    clear: both;
}

.transform-middle {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

body {
    font-size: 14px;
    background: none;
    color: #333;
    font-family: "ArgentumSansR", "sans-serif";
}

a {
    color: inherit;
}

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

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
    margin: 0;
}

.image {
    width: 100%;
    height: 100%;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    font-weight: 400;
    outline: none !important;
}

a {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

.col-centered {
    margin: auto;
    float: none;
}

a,
button {
    transition: 0.3s;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
    padding: 0 10px;
}

textarea {
    padding: 5px 10px;
}

input,
textarea,
select,
button,
a {
    font-family: "ArgentumSansR", "sans-serif";
}

.select {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    background-position: center right 5px;
    background-repeat: no-repeat;
    position: relative;
}

.select select {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0 30px 0 10px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: none;
    position: relative;
    border: 1px solid #e1e11e;
    z-index: 9;
}

.select:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    width: 30px;
    font-size: 14px;
    color: #004780;
    position: absolute;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

.check {
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.check label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    vertical-align: middle;
}

.check input[type=checkbox] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url("../icon/uncheck.png") no-repeat center;
    background-size: auto;
    position: absolute;
    top: -2px;
    left: 0;
}

.check input[type=checkbox]:checked {
    background-image: url("../icon/check.png");
}

.radio-btn {
    display: inline-block;
}

.radio-btn label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    vertical-align: middle;
    padding-left: 20px;
}

.radio-btn input[type=radio] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url("../icon/radio_unchecked.png") no-repeat center;
    background-size: contain;
    margin-left: -20px;
    margin-right: 5px;
}

.radio-btn input[type=radio]:checked {
    background-image: url("../icon/radio_checked.png");
}

a,
button {
    cursor: pointer;
    transition: 0.3s;
}



/*banner-sec*/

.banner-sec {
    position: relative;
    min-height: 680px;
    z-index: 1;
}

.banner-sec .shape1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.banner-sec .logo {
    display: block;
    padding-bottom: 150px;
}

.cmn-head {
    color: #2C2C2C;
    font-size: 50px;
    margin-bottom: 15px;
}

.cmn-text {
    color: #2C2C2C;
    font-size: 20px;
    padding-bottom: 50px;
}

.orange_btn {
    display: inline-block;
    min-width: 250px;
    text-align: center;
    padding: 10px;
    background: #FD5434;
    border: 2px solid #FD5434;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.orange_btn:hover {
    background: #fff;
    color: #FD5434;
}

.ban_content {
    padding: 80px 0;
}

/* orange-sec */

.orange-sec {
    background: url(../images/orange_bg.png)no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 180px;
    position: relative;
    z-index: 2;
}

.orange-sec .image {
    position: relative;
    padding: 25px;
}

.orange-sec .ellipse_outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: rotated 120s infinite linear reverse;
    animation: rotated 120s infinite linear reverse;
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.orange-sec .orange_btn {
    border: 2px solid #fff;
}

.orange-sec .cmn-head,
.orange-sec .cmn-text {
    color: #fff;
}

/*reason-sec*/

.mx-1540 {
    max-width: 1540px;
}

.reason-sec ul li {
    display: inline-block;
    width: calc(20% - 5px);
    text-align: center;
    vertical-align: top;
}

.reason-sec ul li i {
    width: 195px;
    height: 195px;
    border-radius: 100%;
    border: 8px solid #EAEAEA;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.reason-sec ul li i img {
    max-width: 80px;
}

.reason-sec ul li .cmn-text {
    font-size: 18px;
}

.reason-sec .head {
    max-width: 750px;
    padding-left: 150px;
    margin-bottom: 50px;
}

.reason-sec ul li a {
    display: block;
}

.reason-sec ul li a:hover i {
    background: #fd5434;
    border: 8px solid #fd5434;
    box-shadow: 0 0 30px rgba(253, 84, 52, 0.4);
}

.reason-sec ul li a:hover i img {
    filter: invert(100%) grayscale(100%) brightness(200%);
}

.reason-sec ul li a {
    text-decoration: none;
}

/*testimonial-sec*/

.testimonial-sec {
    background: url(../images/testi_bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}
.testimonial-sec .owl-theme .owl-dots, .testimonial-sec .owl-theme .owl-nav{
    display: none;
}
.testimonial-sec h2 {
    color: #2C2C2C;
    font-size: 18px;
    margin-bottom: 55px;
}

.testimonial-sec h3 {
    color: #2C2C2C;
    font-size: 28px;
    margin-bottom: 5px;
}

.testimonial-sec p {
    font-family: 'ArgentumSansL';
    color: #2C2C2C;
    font-size: 30px;
    margin-bottom: 5px;
}

.testimonial-sec .single {
    text-align: center;
    padding: 30px;
    max-width: 1100px;
    margin: auto;
}

.testimonial-sec .main-carousel {
    position: relative;
}

.testimonial-sec .prev {
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    z-index: 1;
}

.testimonial-sec .next {
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    z-index: 1;
}

.testimonial-sec .single img {
    width: 195px;
    height: 195px;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    margin: auto;
    margin-bottom: 30px;
}


/*services-sec*/

.services-sec {
    overflow: hidden;
    height: 900px;
}

.services-sec .social_img {
    width: 100%;
    max-width: 380px;
}

.services-sec .content {
    margin-top: -600px;
}

.app-btn li {
    display: block;
}

.app-btn {
    display: inline-block;
    vertical-align: middle;
}

.star {
    display: inline-block;
    border: 3px solid #000;
    border-radius: 10px;
    height: 160px;
    padding: 22px 40px;
    text-align: center;
    vertical-align: middle;
}

.star h3 {
    font-size: 50px;
}

.img_list {
    position: relative;
}

.img_list li {
    display: block;
}

.img1 {

    position: relative;
    right: -50px;
    top: -61px;

}

.img2 {
    position: relative;
    top: -310px;
    right: -232px;
}

.img3 {
    position: relative;
    top: -600px;
    z-index: -1;
}

/*media*/

@media only screen and (max-width: 991px) {
    .reason-sec .head {
        padding-left: 0;
        margin: auto;
        text-align: center;
        padding-top: 30px;
    }
    .cmn-head {
        font-size: 20px;
    }
    .cmn-text {
        font-size: 14px;
    }
    .banner-sec {
        min-height: auto;
    }
    .banner-sec .logo {
        padding-bottom: 50px;
    }
    .banner-sec .shape1 {
        display: none;
    }
    .ban_content {
        padding: 45px 0;
        text-align: center;
    }
    .orange-sec .content {
        padding: 20px 0;
        text-align: center;
    }
    .services-sec {
        text-align: center;
    }
    .testimonial-sec h2 {
        font-size: 20px;
    }
    .testimonial-sec h3,
    .testimonial-sec p {
        font-size: 15px;
    }
    .reason-sec ul li i {
        width: 40px;
        height: 40px;
        border: 2px solid #EAEAEA
    }
    .reason-sec ul li i img {
        max-width: 20px;
    }
    .reason-sec ul li .cmn-text {
        font-size: 11px;
        padding-bottom: 20px;
    }
    .testimonial-sec .next img,
    .testimonial-sec .prev img {
        max-width: 20px;
    }
    .orange-sec {
        background: #fd5434;
        padding: 30px 0;
    }
    .img_list li img {
        max-width: 300px;
    }
    .services-sec .content {
        margin-top: -250px;
    }
    .img1 {
        position: relative;
        right: 0;
        top: 0;
    }
    .img2 {
        position: relative;
        top: -111px;
        right: 0;
    }
    .img3 {
        top: -217px;
    }

}



@media only screen and (max-width: 575px) {
    .reason-sec ul {
        text-align: center;
    }
    .reason-sec ul li i {
        margin-bottom: 15px;
    }
    .reason-sec ul li {
        width: calc(40% - 5px);
    }
    .services-sec {
        height: 1070px;
    }
    .star {
        display: block;
        width: 100%;
        max-width: 230px;
        margin: 10px auto 0;
    }

}
