.modal-content {
    box-shadow: none;
    background: none;
    border: none;
}

.modal-body {
    width: 100%;
    /* background: aquamarine; */
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.modal-body .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: white;
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 10px #0003;
}

form .error {
    border: 1px solid red !important;

}

#recaptcha_callback,
#recaptcha_callback2,
#recaptcha_callback3 {

    display: none;
}

.contacterr,
.emailerr {
    color: red;
    font-size: 14px;
    margin: -8px 0 10px;
    display: none;
}

.grecaptcha-badge {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#header_form .contacterr {
    font-size: 12px;
    margin: -12px 0 0;
    font-weight: 600;
    line-height: 1;
}

#header_form .emailerr {
    font-size: 12px;
    margin: 5px 0 -10px;
    line-height: 1;
    font-weight: 600;
}

#contact_form .error {
    border: none !important;
    border-bottom: 2px solid #ff0000 !important;
}

#contact_form .contacterr {
    font-size: 12px;
    margin: 0;
    position: absolute;
    top: -15px;
    left: 22px;
    font-weight: 600;
}

#contact_form .emailerr {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 22px;
}

#footer_form .contacterr {
    color: red !important;
    font-size: 12px;
    margin: 0 0 4px;
    line-height: 1;
    font-weight: 600;
}

#footer_form .emailerr {
    color: red !important;
    font-size: 11px;
    margin: 0 0 6px;
    line-height: 1;
    font-weight: 600;
    text-align: right;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ssc {
    margin: 0 !important;
    transform: translate(0) !important;
}

.modal-footer {
    padding: 0;
    text-align: right;
    border-top: 0;
}

.required {
    color: red;
    font-size: 13px;
    display: none;
}

.modal-footer {
    padding: 0;
    text-align: right;
    border-top: 0;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    font-size: 16px;
    background: #fff;
    padding: 5px 9px;
    font-weight: 900;
    color: #000;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 2px 1px 1px #000, 0 0 10px 2px #ffffffa1;
}

.mySwiper2 .swiper-slide {
    margin-right: 0 !important;
    margin: 0 15px !important;
    width: auto !important;
}

.mySwiper2 .swiper-slide img {
    display: block;
    height: 70px;
    width: 75px;
    outline: none;
}

.mySwiper3 {
    padding: 50px 0 0 0 !important;
}

.mySwiper3 .swiper-button-next:after,
.mySwiper3 .swiper-button-prev:after {
    font-size: 12px;
    background: #fff;
    color: #000;
    box-shadow: 0 0 10px #0003;
    padding: 5px 8px;
    border-radius: 50%;
    font-weight: 900;
    filter: drop-shadow(0px 2px 0px black);
}

.mySwiper3 .swiper-button-next,
.mySwiper3 .swiper-button-prev {
    position: absolute;
    top: 8%;
}

.mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-container-rtl .swiper-button-next {
    right: 50px;
    left: auto;
}

.fifth-section .slick-prev {
    left: -340px !important;
}

.fifth-section .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black !important;
    border: none;
    outline: none;
    border-radius: 50px;
    background: #072b50 !important;
}

.fifth-section .slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}

#menu {
    background: #528aaf;
    position: relative;
    margin-top: 0px;
    z-index: 400;
}

ul#nav {
    margin: 0;
    padding: 0;
    width: auto;
}

ul#nav>li {
    float: left;
    padding: 0px;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
}

.last-child a {
    background: linear-gradient(90deg, #f25738, #f8873a) !important;
}

.header-section .navbar {
    background: #fff !important;
}

ul#nav>li img {
    width: 250px;
}

ul#nav li:not(:last-child) a {
    border-right: 1px solid #f25738 !important;
}

ul#nav li a {
    background: #072c50;
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 14px;
    line-height: 38px;
    padding: 0 0;
    text-align: left;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    /* transition: 0.5s; */
}

ul#nav li a span {
    display: block;
    padding: 13.9px 37px;
    /* transition: 0.5s; */
}

.homePageOne .header-section .navbar .navbar-inner {
    padding: 0 30px;
    /* -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; */
    transition: none;
}

ul#nav .first-one {
    background: #fff;
}

ul#nav .first-one span {
    padding: 7px;
}

ul#nav .first-one a {
    background: #fff;
    line-height: 38px;
    text-align: left;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #2077b7;
    transition: 0.5s;
}

ul#nav h4 {
    font-size: 15px;
    margin: 11px 0;
    text-transform: lowercase;
}

ul#nav h5 {
    font-size: 15px;
    margin: 0;
    letter-spacing: 9px;
}

.header-section .container-fluid {
    padding: 0px 200px;
}

.header-section .navbar {}

.hvr {
    transition: 0.5s;
}

.hvr:hover a {
    background: none !important;
}

.hvr:hover a span {
    color: #282828;
    font-weight: 600;
}

.banner .content121 {
    padding: 0 50px;
    background: #e8e8e8;
    position: relative;
}

.banner .content-inner {
    border: 1px solid #282828;
    margin: 5px 0 0 0;
    padding: 10px;
}

.skew {
    display: inline-block;
}

.skew h4 {
    display: inline-block;
    background: linear-gradient(90deg, #f25738, #f8873a) !important;
    padding: 20px;
    margin: 0;
    color: #fff;
    min-width: 110px;
    font-size: 30px;
}

.skew h4 span {
    display: inline-block;
}

.banner .content121 p {
    margin: 0;
    color: #072c50;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.banner .content121 .skew1 {
    position: relative;
}

.banner .content121:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 35px;
    height: 100%;
    background: #072c50;
    border-right: 16px solid #f57439;
}

.banner .content121:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 35px;
    height: 100%;
    background: #072c50;
    border-left: 16px solid #f56f39;
}

.first-section {
    padding: 80px 0;
    position: relative;
}

.first-section h6 {
    margin: 0;
    color: #282828;
}

.first-section h4 {
    color: #f15637;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.first-section p {
    line-height: 21px;
    font-size: 16px;
    font-weight: 100;
}

.slider-area .slick-initialized .slick-slide {
    outline: none;
}

.slider-area .slick-slider img {
    display: block;
    height: 80px;
    width: 95px;
    outline: none;
}

.slider-area {
    position: relative;
    padding-right: 60px;
}

.slider-area:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 11px;
    width: 45%;
    height: 74px;
    background: url(../../images/slider-after.png) no-repeat;
    background-size: cover;
}

.slider-area::before {
    content: "";
    position: absolute;
    top: 32px;
    right: -35px;
    width: 100%;
    height: 85px;
    background: url(../../images/slider-before.png) no-repeat;
    background-size: contain;
}

.slider-area h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 40px;
}

.second-section {
    padding: 50px 0;
    background: url(../../images/second-sec-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-box-shadow: 0px 8px 24px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 8px 24px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 8px 24px 0px rgba(214, 214, 214, 1);
}

.second-section .content-top h5 {
    color: #282828;
    margin: 0;
}

.second-section .content-top h4 {
    font-size: 35px;
    font-weight: 600;
    color: #f25738;
    margin: 0 0 5px 0;
}

.second-section .content-top p {
    text-align: center;
    line-height: 20px;
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: 100;
    line-height: 21px;
}

.second-section .content .sub {
    background: #072c50;
    text-align: center;
    padding: 20px;
    min-height: 262px;
}

.second-section .content .sub h4 {
    text-align: left;
    color: #fff;
    margin: 0 0 10px;
}

.second-section .content .sub p {
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #ccc;
    min-height: 120px;
}

.second-section .content .sub button {
    padding: 10px 30px;
    background: linear-gradient(90deg, #f25738, #f8873a);
    color: #fff;
    font-weight: 600;
    border: 1px solid #f25738;
    transition: 0.5s;
}

.second-section .content .sub button:hover {
    background: none;
    border: 1px solid #f25738;
    color: #f25738;
    font-weight: 600;
}

.second-section .content {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.third-section {
    padding: 80px 0;
    position: relative;
}

.third-section .content-first h5 {
    margin: 0;
    color: #282828;
}

.third-section .content-first h4 {
    margin: 0 0 30px;
    font-size: 30px;
    color: #f25738;
    font-weight: 600;
}

.third-section .content-first p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.third-section .content-first button {
    padding: 10px 30px;
    background: linear-gradient(90deg, #f25738, #f8873a);
    color: #fff;
    font-weight: 600;
    border: 1px solid #f25738;
    transition: 0.5s;
}

.third-section .content-first button:hover {
    background: none;
    border: 1px solid #f25738;
    color: #f25738;
    font-weight: 600;
}

.third-section .content {
    text-align: center;
    border: 1px solid #282828;
    padding: 20px 10px;
    min-height: 198px;
    margin-bottom: 16px;
    position: relative;
    transition: 0.5s;
}

.third-section .content:after {
    content: "";
    background: #f25738;
    width: 22px;
    height: 31px;
    position: absolute;
    top: -54px;
    left: -66px;
    border-radius: 50px 0 0 50px;
    transform: rotate(180deg) skew(66deg, 40deg);
    z-index: -1;
    border-top: 6px solid #282828;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.third-section .content:hover:after {
    opacity: 1;
    visibility: visible;
    top: 0px;
    left: 0px;
}

.third-section .content img {
    height: 80px;
    margin: 30px 0 0;
}

.third-section .content h4 {
    color: #111;
    font-size: 20px;
    margin: 15px 0 0;
}

.fifth-section {
    padding: 80px 0;
    position: relative;
}

.fifth-section .content-top h5 {
    margin: 0;
    color: #282828;
    font-size: 16px;
}

.fifth-section .content-top h4 {
    font-size: 40px;
    font-weight: 600;
    color: #282828;
    margin: 0 0 10px;
    line-height: 35px;
}

.fifth-section .content-top h4 span {
    color: #f25838;
}

.fifth-section .content-top p {
    line-height: 21px;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 10px;
}

.fifth-section .content-top button {
    padding: 10px 30px;
    background: linear-gradient(90deg, #f25738, #f8873a);
    color: #fff;
    font-weight: 600;
    border: 1px solid #f25738;
    transition: 0.5s;
}

.fifth-section .content-top button:hover {
    background: none;
    border: 1px solid #f25738;
    color: #f25738;
    font-weight: 600;
}

.fifth-section .slick-slide img {
    display: block;
}

.fifth-section .slick-initialized .slick-slide {
    outline: none;
}

.multiple {
    display: none;
}

.sixth-section {
    padding: 80px 0;
    background: #072c50;
    position: relative;
}

.sixth-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/sixth-after.png) no-repeat;
    background-size: contain;
    width: 8%;
    height: 388px;
}

.sixth-section::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../../images/sixth-before.png) no-repeat;
    background-size: cover;
    width: 8%;
    height: 388px;
}

.sixth-section .content-inner {
    text-align: center;
    padding: 10px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px 0;
    min-height: 148px;
}

.sixth-section .content-inner h4 {
    margin: 0 !important;
    font-size: 50px !important;
}

.sixth-section .content-inner p {
    line-height: 18px;
    font-size: 14px;
    font-weight: 100;
}

.sixth-section .content h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 40px 0;
}

.sixth-section .content h5 {
    margin: 0;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
}

.seventh-section {
    padding: 80px 0;
    position: relative;
}

.seventh-section:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 25%;
    height: 2px;
    width: 50%;
    background: #ccc;
}

.seventh-section .content1 {
    position: relative;
}

.seventh-section .sub {
    position: absolute;
    top: 130px;
    left: 0;
}

.seventh-section .sub h6 {
    font-size: 50px;
    font-weight: 600;
    color: #f25738;
    margin: 0;
}

.seventh-section .sub h5 {
    font-size: 40px;
    color: #072b50;
    font-weight: 800;
}

.seventh-section .sub h5 span {
    color: #2077b7;
    font-size: 40px;
}

.seventh-section .content2 h4 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #282828;
    border-top: 5px solid #f15637;
    text-align: center;
    border-bottom: 5px solid #f15637;
}

.seventh-section .content2 {
    margin: 50px 0 0 0;
}

.seventh-section .content2 h5 {
    font-size: 14px;
    margin: 0;
    font-size: 51px;
    font-weight: 700;
    color: #f15637;
    margin-top: -20px;
}

.seventh-section .content2 h5:nth-child(2) {
    margin: 0 0 20px;
}

.seventh-section .content2 p {
    font-size: 43px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #282828;
    margin: 0;
    position: relative;
}

.seventh-section .content2 p:after {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 56%;
    height: 7px;
    background: url(../../images/700after.png) no-repeat;
    background-size: contain;
}

.eight-section {
    padding: 80px 0;
}

.eight-section .content-inner h4 {
    margin: 0;
    color: #282828;
    font-weight: 600;
    font-size: 25px !important;
}

.eight-section .content-inner h6 {
    font-size: 14px;
    color: #f15637;
    margin: 0 0 20px;
    font-weight: 600;
}

.eight-section .content-inner p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
}

.eight-section .content {
    border: 2px solid #ccc;
    padding: 50px 20px;
    border-radius: 5px;
}

.eight-section .content h5 {
    margin: 0;
    color: #282828;
    font-size: 16px;
}

.eight-section .content .col-xs-12 h4 {
    font-size: 30px;
    color: #282828;
    font-weight: 600;
    margin: 0 0 35px;
    text-align: center;
}

.eight-section .content .col-xs-12 h4 span {
    color: #f15637;
}

.footer-section h4 {
    color: #fff;
}

.footer-section span {
    color: #f15637;
}

.footer-section .content1 p {
    color: #ccccccbf;
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 100;
}

.footer-section li a {
    color: #a5acb5;
}

.footer-section .content1 h4 {
    color: #f25838;
    margin: 0 0 5px;
}

.footer-section .content1 img {
    padding: 0 0 15px 0;
}

.footer-section .content2 li {
    color: #a5acb5;
    line-height: 40px;
}

.footer-section .content3 p {
    line-height: 18px;
    color: #a5acb5;
    font-size: 12px;
}

.footer-section .content4 p {
    line-height: 20px;
    color: #a5acb5;
}

.footer-section .content4 input {
    width: 100%;
    margin: 0 0 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.footer-section .content4 button {
    width: 100%;
    padding: 10px;
    background: linear-gradient(90deg, #f25738, #f8873a);
    color: #fff;
    font-weight: 600;
    border: 1px solid #f25738;
    transition: 0.5s;
}

.footer-section::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 380px;
    background: url(../../images/footer-after.png) no-repeat;
    background-size: contain;
    width: 60%;
    height: 8px;
}

.footer-section {
    position: relative;
    background: #072c50;
}

.footer-section .footer-container {
    padding: 80px 0px 0;
}

#toTop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    background: #f25738;
    z-index: 999;
    transition: 0.5s;
}

#toTop:hover {
    background: #f8873a;
    color: #fff;
}

.copyright {
    background: #0c2136;
    vertical-align: middle;
}

.copyright p {
    text-align: center;
    color: #f25738;
    font-size: 14px;
    margin: 0;
    padding: 10px;
}

.mobile {
    display: none;
}

@media (max-width:1793px) {
    ul#nav li a span {
        padding: 13.9px 35px;
    }
}

@media (max-width:1781px) {
    ul#nav li a span {
        padding: 13.9px 34px;
    }
}

@media (max-width:1769px) {
    ul#nav li a span {
        padding: 13.9px 33px;
    }
}

@media (max-width:1757px) {
    ul#nav li a span {
        padding: 13.9px 32px;
    }
}

@media (max-width:1745px) {
    ul#nav li a span {
        padding: 13.9px 31px;
    }
}

@media (max-width:1733px) {
    ul#nav li a span {
        padding: 13.9px 30px;
    }
}

@media (max-width:1721px) {
    ul#nav li a span {
        padding: 13.9px 29px;
    }
}

@media (max-width:1710px) {
    ul#nav li a span {
        padding: 13.9px 28px;
    }
}

@media (max-width:1697px) {
    ul#nav li a span {
        padding: 13.9px 27px;
    }
}

@media (max-width:1685px) {
    ul#nav li a span {
        padding: 13.9px 26px;
    }
}

@media (max-width:1673px) {
    ul#nav li a span {
        padding: 13.9px 25px;
    }
}

@media (max-width:1661px) {
    ul#nav li a span {
        padding: 13.9px 24px;
    }
}

@media (max-width:1649px) {
    ul#nav li a span {
        padding: 13.9px 23px;
    }
}

@media (max-width:1637px) {
    ul#nav li a span {
        padding: 13.9px 22px;
    }
}

@media (max-width:1625px) {
    ul#nav li a span {
        padding: 13.9px 21px;
    }
}

@media (max-width:1613px) {
    ul#nav li a span {
        padding: 13.9px 20px;
    }
}

@media (max-width:1601px) {
    ul#nav li a span {
        padding: 13.9px 20px;
    }
}

@media (max-width: 1600px) {
    ul#nav li a span {
        padding: 9.4px 23px;
    }

    ul#nav>li img {
        width: 200px;
    }
}

@media (max-width:1587px) {
    ul#nav li a span {
        padding: 9.4px 22px;
    }
}

@media (max-width:1575px) {
    ul#nav li a span {
        padding: 9.4px 23px;
        font-size: 13px;
    }
}

@media (max-width:1560px) {
    ul#nav li a span {
        padding: 9.4px 22px;
        font-size: 13px;
    }
}

@media (max-width:1547px) {
    ul#nav li a span {
        padding: 9.4px 21px;
        font-size: 13px;
    }
}

@media (max-width:1535px) {
    ul#nav li a span {
        padding: 9.4px 20px;
        font-size: 13px;
    }
}

@media (max-width:1524px) {
    ul#nav h4 {
        font-size: 14px;
        margin: 11.6px 0;
        text-transform: lowercase;
    }
}

@media (max-width:1508px) {
    ul#nav li a span {
        padding: 9.4px 19px;
        font-size: 13px;
    }
}

@media (max-width:1496px) {
    ul#nav li a span {
        padding: 9.4px 18px;
        font-size: 13px;
    }
}

@media (max-width:1484px) {
    ul#nav li a span {
        padding: 9.4px 17px;
        font-size: 13px;
    }
}

@media (max-width:1472px) {
    ul#nav li a span {
        padding: 9.4px 16px;
        font-size: 13px;
    }
}

@media (max-width:1460px) {
    ul#nav li a span {
        padding: 9.4px 15px;
        font-size: 13px;
    }
}

@media (max-width:1448px) {
    ul#nav li a span {
        padding: 9.4px 15px;
        font-size: 12.5px;
    }
}

@media screen and (max-width: 1440px) {
    .sixth-section::before {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: url(../../images/sixth-before.png) no-repeat;
        background-size: contain;
        width: 6%;
        height: 200px;
    }

    .sixth-section:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../images/sixth-after.png) no-repeat;
        background-size: contain;
        width: 5%;
        height: 161px;
    }

    .header-section .first-one img {
        width: 74%;
    }

    .banner .content-inner {
        margin: 10px 0 0 35px;
    }

    .header-section .container-fluid {
        padding: 0 90px;
    }

    ul#nav li a span {
        padding: 9px 33px;
    }

    .banner .content p {
        font-size: 10px;
        line-height: 13px;
    }

    .resource-first:after,
    .disci-first:after,
    .service-first:after,
    .process-first:after {
        display: none;
    }
}

@media (max-width:1431px) {
    ul#nav li a span {
        padding: 9px 32px;
    }
}

@media (max-width:1418px) {
    ul#nav li a span {
        padding: 9px 31px;
    }
}

@media (max-width:1407px) {
    ul#nav li a span {
        padding: 9px 30px;
    }
}

@media (max-width:1395px) {
    ul#nav li a span {
        padding: 9px 29px;
    }
}

@media (max-width:1382px) {
    ul#nav li a span {
        padding: 9px 28px;
    }
}

@media (max-width:1371px) {
    ul#nav li a span {
        padding: 9px 27px;
    }
}

@media (max-width:1358px) {
    ul#nav li a span {
        padding: 9px 26px;
    }
}

@media (max-width:1346px) {
    ul#nav li a span {
        padding: 9px 25px;
    }
}

@media (max-width:1334px) {
    ul#nav li a span {
        padding: 9px 24px;
    }

    .seventh-section .content2 h5 {
        font-size: 35px;
        margin: 0;
    }

    .seventh-section .content2 p {
        font-size: 24px;
    }

    .seventh-section .content2 h4 {
        font-size: 20px;
        letter-spacing: 4.5px;
        padding: 5px 0 5px;
    }
}

@media (max-width:1322px) {
    ul#nav li a span {
        padding: 9px 23px;
    }
}

@media (max-width:1310px) {
    ul#nav li a span {
        padding: 9px 22px;
    }
}

@media (max-width:1299px) {
    ul#nav li a span {
        padding: 9px 21px;
    }
}

@media (max-width:1286px) {
    ul#nav li a span {
        padding: 9px 20px;
    }
}

@media (max-width:1274px) {
    ul#nav li a span {
        padding: 9px 19px;
    }
}

@media (max-width:1262px) {
    ul#nav li a span {
        padding: 9px 18px;
    }
}

@media (max-width:1250px) {
    ul#nav li a span {
        padding: 9px 17px;
    }
}

@media (max-width:1239px) {
    ul#nav li a span {
        padding: 9px 16px;
    }
}

@media (max-width:1226px) {
    ul#nav li a span {
        padding: 9px 15px;
    }

    .my_top_form .content h5 span {
        font-size: 20px !important;
    }

    .my_top_form .content h5 {
        font-size: 15px !important;
    }

    .my_top_form .content label {
        display: block;
        line-height: 1;
        margin: 0;
    }

    .my_top_form .btn {
        margin-top: 24px !important;
    }
}

@media (max-width:1214px) {
    ul#nav li a span {
        padding: 9px 14px;
    }
}

@media (max-width:1202px) {
    ul#nav li a span {
        padding: 9px 13px;
    }
}

@media screen and (max-width: 1199px) {
    .first-section h4 {
        font-size: 24px;
    }

    .first-section p {
        line-height: 1.3;
        font-size: 14px;
    }

    .header-section .container-fluid {
        padding: 0px 15px;
    }

    ul#nav li a span {
        padding: 8.9px 28px;
    }

    .banner .content p {
        font-size: 10px;
        line-height: 14px;
        padding: 2px;
    }

    .header-section .container-fluid {
        padding: 0;
    }

    .banner .content-inner {
        margin: 2px 0 0 47px;
        min-height: 70px;
        padding: 0;
    }

    .sixth-section:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../images/sixth-after.png) no-repeat;
        background-size: contain;
        width: 5%;
        height: 161px;
    }

    .sixth-section::before {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0;
        background: url(../../images/sixth-before.png) no-repeat;
        background-size: contain;
        width: 6%;
        height: 200px;
    }

    .fifth-section .content-top h4 {
        font-size: 30px;
        line-height: 1;
    }

    .fifth-section .content-top p {
        line-height: 1.3;
        font-size: 14px;
        margin: 0 0 15px;
    }

    .second-section .content .sub h4 {
        font-size: 20px;
    }

    .second-section .content .sub {
        min-height: 280px;
        display: flex;
        flex-direction: column;
    }

    .second-section .content .sub p {
        flex: 1;
    }

    .second-section .content-top p {
        margin: 0 0 30px;
        font-size: 14px;
    }

    .second-section .content-top h4 {
        font-size: 30px;
    }

    .third-section .content h4 {
        font-size: 16px;
    }

    .third-section .content img {
        height: 50px;
    }

    .third-section .content {
        min-height: 170px;
    }

    .seventh-section .content2 p {
        font-size: 20px;
    }

    .seventh-section .content2 h5 {
        font-size: 30px;
        margin: 0;
    }

    .seventh-section .content2 h4 {
        font-size: 16px;
        letter-spacing: 3px;
        padding: 5px 0 5px;
    }

    .eight-section .content-inner p {
        line-height: 1.3;
        font-size: 13px;
    }

    .eight-section .content-inner h4 {
        font-size: 20px !important;
    }

    .eight-section .content-inner h6 {
        font-size: 12px;
        margin: 0 0 10px;
    }
}

@media (max-width:1190px) {
    ul#nav li a span {
        padding: 8.9px 27px;
    }
}

@media (max-width:1178px) {
    ul#nav li a span {
        padding: 8.9px 26px;
    }
}

@media (max-width:1166px) {
    ul#nav li a span {
        padding: 8.9px 25px;
    }
}

@media (max-width:1155px) {
    ul#nav li a span {
        padding: 8.9px 24px;
    }
}

@media (max-width:1142px) {
    ul#nav li a span {
        padding: 8.9px 23px;
    }
}

@media (max-width:1130px) {
    ul#nav li a span {
        padding: 8.9px 22px;
    }
}

@media (max-width:1118px) {
    ul#nav li a span {
        padding: 8.9px 21px;
    }
}

@media (max-width:1106px) {
    ul#nav li a span {
        padding: 8.9px 20px;
    }
}

@media (max-width:1094px) {
    ul#nav li a span {
        padding: 8.9px 19px;
    }
}

@media (max-width:1083px) {
    ul#nav li a span {
        padding: 8.9px 18px;
    }
}

@media (max-width:1070px) {
    ul#nav li a span {
        padding: 8.9px 17px;
    }
}

@media (max-width:1058px) {
    ul#nav li a span {
        padding: 8.9px 16px;
    }
}

@media (max-width:1046px) {
    ul#nav li a span {
        padding: 8.9px 15px;
    }

    .banner .content121:before {
        width: 25px;
        border-right: 9px solid #f57439;
    }

    .banner .content121:after {
        width: 25px;
        border-left: 9px solid #f57439;
    }

    .banner .content121 {
        padding: 0 40px;
    }
}

@media (max-width:1034px) {
    ul#nav li a span {
        padding: 8.9px 14px;
    }
}

@media (max-width: 991px) {
    header.mobile {
        display: block !important;

    }
ul#nav>li img {
    width: 270px;
}
    header.mobile .row {
        display: flex;
        align-items: center;
    }

    ul#nav .first-one a{
        border-right: none;
    }

    .footer-section::after,
    .seventh-section .content2 p:after {
        display: none;
    }

    .copyright .col-md-4 {
        display: none;
    }

    .copyright .content-2 {
        padding: 10px 18px;
    }

    .slider-area:after {
        display: none;
    }

    .slider-area::before {
        display: none;
    }

    .slider-area {
        padding-right: 0;
    }

    .slider-area .slick-slider img {
        height: 66px;
        width: 75px;
    }

    .first-section {
        padding: 20px 0;
    }

    .first-section:after,
    .third-section:after,
    .fifth-section:after {
        display: none;
    }

    .first-section .col-md-6 {
        margin-bottom: 20px;
    }

    .second-section .content-top p {
        text-align: left;
    }

    .second-section .content {
        margin-bottom: 20px;
    }

    .third-section .content-first button {
        margin: 10px 0 10px;
    }

    .fourth-section .content {
        text-align: center;
    }

    .fourth-section .skew-revert {
        transform: skew(0deg);
    }

    .fourth-section .content-inner .icon {
        transform: skew(0deg);
    }

    .fourth-section .top:after {
        content: "";
        background: #2077b7;
        height: 1px;
        width: 120%;
        position: absolute;
        bottom: 20px;
        left: -11px;
    }

    .fourth-section .content-inner {
        transform: skew(0deg);
        border-left: none;
        padding: 0;
    }

    .fifth-section .content-top button {
        margin: 0 0 10px;
    }

    .sixth-section::before,
    .sixth-section::after {
        display: none;
    }

    .sixth-section .content-inner {
        margin: 0 0 20px;
    }

    .seventh-section .sub h5 {
        font-size: 28px;
        color: #282828;
    }

    .seventh-section .sub h5 span {
        color: #2077b7;
        font-size: 33px;
    }

    .seventh-section .content2 h5 {
        margin-top: 0;
    }

    .eight-section {
        padding: 50px 0;
    }

    .second-section .content .sub {
        min-height: 270px;
        padding: 15px;
    }

    .second-section .content .sub h4 {
        font-size: 15px;
    }

    .second-section .content .sub p {
        line-height: 18px;
        font-size: 13px;
    }

    .second-section .content .sub button {
        padding: 3px 18px;
        font-size: 14px;
    }
}

@media screen and (width: 1280px) {
    .header-section .container-fluid {
        padding: 0 90px;
    }

    .banner .content p {
        font-size: 10px;
        line-height: 10px;
    }

    .banner .content-inner {
        margin: 5px 0 0 40px;
        min-height: 60px;
    }

    .sixth-section::before {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: url(../../images/sixth-before.png) no-repeat;
        background-size: contain;
        width: 6%;
        height: 200px;
    }

    .sixth-section:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../images/sixth-after.png) no-repeat;
        background-size: contain;
        width: 5%;
        height: 161px;
    }
}

@media screen and (width: 1024px) {
    .fifth-section .slick-slide img {
        display: block;
        height: 140px;
    }

    .header-section .container-fluid {
        padding: 0;
    }

    .fourth-section .content-inner {
        display: inline-block;
        transform: skew(-25deg);
        border-left: 5px solid #fff;
        padding: 10px 0px 0 25px;
        transition: 0.5s;
    }

    .fourth-section .content-inner h4 {
        display: inline-block;
        padding: 0 10px 0 0px;
        text-transform: capitalize;
        color: #cccc !important;
        font-size: 19px !important;
    }

    .fourth-section .content-inner .icon {
        padding: 10px;
        background: #2077b7;
        transform: skew(-25deg);
        display: inline-block;
        border: 1px solid #2077b7;
        transition: 0.5s;
    }

    .fourth-section .content-inner .icon i {
        font-size: 30px;
        color: #fff;
    }

    .fourth-section li {
        display: inline-block;
        margin: 0 0 0 18px;
    }

    ul#nav li a span {
        padding: 10px 09px;
    }

    ul#nav .first-one {
        width: 214px !important;
        background: #fff;
    }

    ul#nav .first-one img {
        width: 160px;
    }

    ul#nav li a span {
        padding: 7.2px 16px;
        font-size: 12px;
    }

    ul#nav h4 {
        font-size: 12px;
        margin: 12px 0px;
    }

    ul#nav h5 {
        font-size: 10px;
        margin: 0;
        letter-spacing: 5px;
    }
}

@media (max-width:1022px) {
    ul#nav li a span {
        padding: 8.9px 13px;
    }

    .my_top_form .content h5 span {
        font-size: 18px !important;
    }

    .my_top_form .content h5 {
        font-size: 13px !important;
    }
}

@media (max-width:1010px) {
    ul#nav li a span {
        padding: 8.9px 12px;
    }
}

@media (max-width:998px) {
    ul#nav li a span {
        padding: 8.9px 11px;
    }

    .seventh-section .content2 p {
        font-size: 30px;
        line-height: 1;
    }

    .seventh-section .content2 h4 {
        margin: 0 0 10px 0;
    }

    .seventh-section .sub h6 {
        font-size: 40px;
    }

    .seventh-section .sub h5 {
        font-size: 35px;
    }
}

@media (max-width:991px) {
    .my_top_form .btn {
        transform: translateX(0px) !important;
        float: right;
        margin: 10px 10px 0 0 !important;
    }

    .first-section .imgdivFotabs {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .first-section .content {
        padding: 40px 0;
        background: #ffffffd4;
        z-index: 1;
        backdrop-filter: blur(2px);
    }

    .first-section {
        overflow: hidden;
        padding: 0;
    }

    .first-section .col-md-6 {
        margin-bottom: 0;
    }

    .sixth-section {
        padding: 80px 0 60px;
    }

    .eight-section .col-md-6 .row {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .eight-section .content {
        padding: 50px 20px 20px;
    }
}

@media (max-width:700px) {
    .second-section .row {
        display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    .second-section .row .col-md-4 {
        padding: 0 15px;
    }

    .second-section .content .sub p {
        font-size: 16px;
        line-height: 1.4;
    }

    .second-section .content .sub h4 {
        font-size: 24px;
    }

    .second-section .content .sub {
        min-height: auto;
        padding: 25px;
    }

    .second-section .content .sub p {
        min-height: auto;
    }

    .second-section .content .sub button {
        padding: 9px 28px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .mySwiper2 .swiper-slide {
        /* margin-right: 0 !important; */
        margin: 0 !important;
        /* width: auto !important; */
    }
}

@media (max-width:500px) {
    .sixth-section .content-inner h4 {
        margin: 0 !important;
        font-size: 40px !important;
    }

    .sixth-section .content-inner p {
        font-size: 13px;
        margin: 0;
    }

    .sixth-section .content-inner {
        min-height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width:475px) {
    .banner .content121:before {
        width: 20px;
        height: 100%;
        border-right: 7px solid #f57439;
    }

    .banner .content121:after {
        width: 20px;
        height: 100%;
        border-left: 7px solid #f57439;
    }

    .banner .content121 {
        padding: 0 30px;
    }

    .first-section h4 {
        font-size: 20px;
    }

    .first-section p {
        line-height: 1.2;
        font-size: 14px;
        margin: 0 0 10px;
    }

    .second-section .content .sub p {
        font-size: 14px;
    }

    .second-section .content .sub h4 {
        font-size: 22px;
    }

    .second-section .content .sub {
        padding: 20px;
    }
}

@media (max-width:430px) {
    ul#nav>li img {
    width: 200px;
}
.homePageOne .header-section .navbar .navbar-inner {
    padding: 0 10px;
}
}

@media (max-width:420px) {
    .sixth-section .content-inner p {
        font-size: 11px;
        line-height: 15px;
    }

    .sixth-section .content-inner h4 {
        font-size: 35px !important;
    }
}

@media (max-width:354px) {
    .sixth-section .content-inner p {
        font-size: 10px;
        line-height: 14px;
    }

    .sixth-section .content-inner h4 {
        font-size: 30px !important;
    }
}

@media (max-width:340px) {
    .second-section .content .sub h4 {
        font-size: 20px;
    }
}

.three-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    color: #898f9f;
    margin: 0px 10px;
    transition: all 500ms ease;
    background: #fff;
    font-size: 28px;
    padding: 0px 5px;
    border-radius: 50%;
    top: 50%;
}

.three-carousel .owl-prev {
    left: -70px;
    right: auto;
}

.three-carousel .owl-next {
    right: -70px;
    left: auto;
}

.mySwiper3 .owl-nav {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.mySwiper3.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #05284d;
    margin: 0px 10px;
    transition: all 500ms ease;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px #00000042;
    padding: 1px 4px;
    font-size: 35px;
    border-radius: 50%;
}

@media (max-width: 1280px) {
    .three-carousel .owl-next {
        right: -50px;
        left: auto;
    }

    .three-carousel .owl-prev {
        left: -50px;
        right: auto;
    }
}

@media (max-width: 1024px) {
    .seventh-section .content2 p {
        font-size: 35px;
    }

    .seventh-section .content2 h5 {
        font-size: 34px;
    }

    .seventh-section .content2 h4 {
        font-size: 19px;
    }

    .three-carousel .owl-next {
        right: -45px;
        left: auto;
    }

    .three-carousel .owl-prev {
        left: -45px;
        right: auto;
    }
}

@media (max-width: 768px) {
    .third-section .content h4 {
        font-size: 18px;
    }

    .seventh-section .content2 h5 {
        font-size: 28px;
    }

    .seventh-section .content2 p {
        font-size: 32px;
    }

    .seventh-section .content2 h4 {
        font-size: 26px;
    }

    .seventh-section {
        padding: 45px 0;
        position: relative;
    }

    .column-reverse {
        flex-direction: row-reverse;
        display: flex;
        align-items: center;
    }
}

.owl-dots {
    position: relative;
    bottom: -24px;
    text-align: center;
}

@media (max-width:470px) {
    .third-section .content h4 {
        font-size: 16px;
        font-weight: 500;
    }

    .third-section .content {
        min-height: 180px;
    }
}

@media (max-width:360px) {
    .third-section .content h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .third-section .content {
        min-height: 172px;
    }
}

@media (max-width:767px) {
    .my_top_form .content h5 {
        margin: 0;
    }

    .my_top_form .form-group {
        margin-bottom: 0;
        width: 100%;
    }

    .my_top_form .row {
        padding: 15px 5px 25px !important;
    }

    .second-section .row {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .second-section .row .col-md-4 {
        padding: 0;
    }

    .second-section .content .sub p {
        font-size: 12px;
    }

    .second-section .content .sub {
        min-height: 255px;
    }

    .worldImg {
        height: 320px;
        object-fit: cover;
    }

    .seventh-section .content2 p {
        font-size: 48px;
    }

    .seventh-section .content2 h5 {
        font-size: 54px;
    }

    .eight-section .col-md-6 .row {
        flex-direction: column;
        margin-bottom: 0;
        gap: 20px;
    }

    .eight-section .content {
        padding: 50px 20px 0px;
    }
}

@media (max-width:625px) {
    .seventh-section .content2 h5 {
        font-size: 44px;
    }

    .seventh-section .content2 p {
        font-size: 42px;
    }
}

@media (max-width:540px) {
    .seventh-section .content2 h5 {
        font-size: 40px;
    }

    .seventh-section .content2 p {
        font-size: 32px;
    }

    .seventh-section .content2 h4 {
        font-size: 20px;
    }
}

@media (max-width:450px) {
    .seventh-section .content2 h5 {
        font-size: 32px;
    }

    .seventh-section .content2 p {
        font-size: 30px;
    }

    .seventh-section .content2 h4 {
        font-size: 16px;
    }

    .seventh-section .sub h6 {
        font-size: 30px;
    }

    .seventh-section .sub h5 {
        font-size: 30px;
        margin: 0;
    }

    .worldImg {
        height: 280px;
        object-fit: cover;
    }
}

@media (max-width:410px) {
    .seventh-section .content2 p {
        font-size: 25px;
    }

    .seventh-section .content2 h5 {
        font-size: 23px;
    }

    .seventh-section .content2 h4 {
        font-size: 12px;
    }
}

@media (max-width:360px) {
    .seventh-section .content2 p {
        font-size: 20px;
    }

    .seventh-section .content2 h5 {
        font-size: 20px;
    }

    .seventh-section .content2 h4 {
        font-size: 10px;
    }
}
