body, html{
    font-size:16px;
    line-height:20px;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0.5px;
}
body *{
    outline: none;
}
body{
    overflow-x: hidden;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
a {
    color: #f3742a;
  
}
a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}
h1, h2, h3, h4, h5, h6{
    margin-top:0;
    color: #14212b;
}
img{
    max-width:100%;
}
ul{
    list-style:none;
    padding-left:0;
    margin-bottom: 0;
}
/*.container {
    max-width: 1260px;
}*/
.parallax__container {
    position: absolute;
    clip: rect(0, auto, auto, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
}
.parallax__container .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #f3742a;
}
.cl-effect-11 a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 0;
    border-bottom: 2px solid #f37429;
    color: #f37429;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}
.cl-effect-11 a:hover::before, .cl-effect-11 a:focus::before, .cl-effect-11 a.active::before {
    max-width: 100%;
}
header#header nav {
    position: static;
    top: -220px;
    transition: top .6s ease-in-out;
    -webkit-transition: top .6s ease-in-out;
    z-index: 99;
    left: 0;
    right: 0;
}
.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.navbar-dark .navbar-nav a {
    color: rgb(34 34 34)!important;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0px;
    margin-right: 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 100px;
    line-height: 100px;
    display: block;
}
/*.navbar-brand img {
    max-width: 230px;
}*/
.navbar-brand img {
    max-width: 290px;
}
.navbar .dropdown-menu {
    border: none;
    background-color: #fff;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
}
#myNavbar ul > li > a:before, #myNavbar ul > li > a:after {
   content: '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 0;
    background: #f3742a;
    transition: 0s;
}
#myNavbar ul > li > a:hover:before, #myNavbar ul > li.current_page_item >  a:before {
    height: 33%;
    transition: height 0.4s;
}
#myNavbar ul > li > a:before{
    top: 0;
}
#myNavbar ul > li > a:hover, #myNavbar ul > li.current_page_item > a:hover{
    color: #f3742a;
}
.navbar .dropdown-menu {
    width: auto;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    margin-top: 0px;
    min-width: 200px;
}
.custom_container_mega_menu ul li a:hover {
    background: #2abff5;
    color: #fff;
}
.navbar .dropdown.service_menu {
    position: static;
}
.navbar .dropdown.service_menu .dropdown-menu {
    border-top: 1px solid #E0E0E0;
    padding: 50px;
}
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block!important;
}
ul.d_submenu li a {
    border-top: 1px solid #E0E0E0;
    display: block;
    color: #222;
    font-size: 14px;
    padding: 8px 12px;
    transition: all 0.3s;
    font-weight: 300;
}
ul.d_submenu li a:hover {
    background: #2abff5;
    color: #fff;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    position: relative;
}
/*div#collapsibleNavbar ul.navbar-nav .nav-item:last-child a {
    background: #428cbc;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
}*/
.custom_btn_bg_black{
    display: inline-block;
    padding: 16.5px 25.5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 rgb(24 24 24 / 30%);
    background-color:#f3742a;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    min-width: 190px;
    text-align: center;
}
.custom_btn_bg_black:hover{
    background: #243b64;
    color: #fff !important;
}
.header_rightbar li a:before, .header_rightbar li a:after{
    content: none !important;
}
.custom_btn_bg_skyBlue{
       display: inline-block;
    padding: 16.5px 25.5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 rgb(24 24 24 / 30%);
    background-color: #f3742a;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    min-width: 190px;
    text-align: center;
}
.custom_btn_bg_skyBlue:hover{
    background: #243b64;
    color: #fff;
}
/*#header {
    position: relative;

}
*/
#header {
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
    background: var(--dark-color);
    z-index: 99;
}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.fadeInDown {
    animation-name: fadeInDown
}

@keyframes
fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}
}

#header.sticky .navbar-brand img {
    max-width: 290px;
}
#header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 12%);
}
.demo_bg_img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.custom_container_mega_menu h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0E0E0;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.custom_container_mega_menu ul li a {
    color: #666;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 300;
    border-bottom: 1px solid #E0E0E0;
    display: block;
    padding: 10px 10px;
}
.custom_container_mega_menu ul li a img {
    max-height: 24px;
    margin-right: 6px;
    opacity: 0.6;
}
.menu_icon_hover {
    display: none;
}
.social-links li i {
    color: #222;
    margin-left: 10px;
    transition: all 0.3s;
}
.social-links {
    border-left: 1px solid rgb(244 116 42 / 22%);
    padding-left: 25px;
    margin-left: 0px;
}
.social-links li i:hover, .social-links li i:focus {
    color: #ffd514;
}
.video_home{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.bg_video{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.gradient-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(-90deg, #2b1259 10%, #1C6BB7 100%);
    z-index: 2;
    opacity: 0.7;
}
.video_home::after {
    content: "";
    background-image: url("../images/splash.png");
    background-size: cover;
    -webkit-animation: pulse 8s 0s infinite;
    animation: pulse 8s 0s infinite;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 2;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1.4);
        transform: scale3d(1.4, 1.4, 1.4);
    }
    90% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.4, 1.4, 1.4);
        transform: scale3d(1.4, 1.4, 1.4);
    }
    90% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
/*.hero_caption {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}*/
.hero_content h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: 74px;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
    /*text-transform: capitalize;*/
}
.hero_img {
    position: relative;
    margin-right: -70px;
    padding-left: 0px;
}
.hero_content p {
    color: #616161;
    font-size: 18px;
    /* font-weight: 300; */
    line-height: 28px;
    min-height: 55px;
}
.humbergur_menu{
    display: none;
}
.hero_img .main_bg_img {
    animation: upDown 1.5s infinite alternate; 
}
@keyframes upDown {
    0% {
    transform: translateY(-10px); }
    100% {
    transform: translateY(10px); } 
}
.blog_grid {
    position: relative;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0px 5px 40px rgb(0 0 0 / 7%);
    border-radius: 4px;
    overflow: hidden;
}
figure.blog_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    margin-bottom: 0;
}
figure.blog_img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
/*figure.blog_img i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 24px;
    color: #000000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}*/
figure.blog_img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.blog_content {
    position: relative;
    padding: 20px;
    min-height: 90px;
}
figure.blog_img img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}
ul.blog_post_list li {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    /* font-weight: 300; */
    margin-right: 10px;
    background: background: #f3742a;
    padding: 5px 10px;
    border-radius: 2px;
}
ul.blog_post_list li i {
    margin-right: 2px;
}
.blog_content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    
}
figure.blog_img:hover img, figure.blog_img.hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*figure.blog_img:hover i, figure.blog_img.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}*/

footer.footer {
    background: url(../images/footer_map.png) #428cbc ;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 750px;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
}
.address_content {
    width: 100%;
    display: none;
}
.address_content.in {
    display: block;
}
.footer-bottom-area {
    position: relative;
}
.copyright-text p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
}
.copyright-text {
    padding: 15px 0;
    position: relative;
    border-top: 1px solid rgb(255 255 255 / 14%);
}
.footer-widget-inner {
    padding-bottom: 40px;
    padding-top: 70px;
}
.footer-widget-title h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
ul.social-media li {
    margin-bottom: 13px;
}
ul.social-media a {
    color: #fff;
    font-size: 15px;
}
ul.social-media li i {
    color: #14212B;
    height: 30px;
    width: 30px;
    background: #eceff3;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
}
.footer_widget.featured_link {
    text-align: center;
    margin-bottom: 1.1875rem;
}
ul.social-media a:hover {
    color: #f4742a;
    font-weight: 600;
}
ul.footer-widget-address li, ul.footer-widget-address li a {
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    line-height: 24px;
}
ul.footer-widget-address li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
ul.footer-widget-address {
    margin: auto;
    text-align: center;
    width: 300px;
}
ul.footer-widget-address li i {
    color: #f3742a;
    position: relative;
    left: 0;
    top: 0px;
    font-size: 16px;
    padding-right: 10px;
}
select#f_add_select {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 0px 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer_links.company_links {
    position: relative;
        margin-left: 0;
}
.footer_links.services_links {
    margin-left: -22px;
}
.partner_logos {
    position: relative;
    margin-top: 18px;
}
.footer_newsletter .footer-widget-title p {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
}
#newsletter_form {
    position: relative;
}
.footer-social-link a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 2px;
    /* box-shadow: 1px 1px 0px rgb(255 255 255 / 80%); */
    color: #fff;
    text-align: center;
    line-height: 30px;
    transition: all 0.3s;
    margin-right: 5px;
    font-size: 20px;
}
.footer-social-link a:hover, .footer-social-link a:focus {
    color: #00BFF5;
    box-shadow: none;
}
ul.footer-widget-links li {
    padding-left: 10px;
    display: inline-block;
    list-style: disc!important;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
ul.footer-widget-links li a {
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
}
/*ul.footer-widget-links li:before {
    content: "\f105";
    position: absolute;
    font-family: fontAwesome;
    color: #2abff5;
    font-size: 16px;
    left: 0;
}*/
.footer_social_widget {
    padding-left: 30px;
}
.testimonial {
    position: relative;
    padding: 50px 0px 50px;
    background: #F3F6F9;
}
.testimonial_content {
    padding-left: 20px;
}
.footer_about p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}
.footer_about img {
    max-width: 300px;
}
.f_logo_link {
    display: block;
    margin-bottom: 20px;
}
span.heading_title_tagline {
    color: #f4742a;
    border-radius: 6px;
    padding: 0px 8px 0px 35px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2px;
    position: relative;
    font-style: italic;
}
.testimonial_content h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.testimonial_item_img img {
    border-radius: 50%;
    width: 100px;
    margin-bottom: 20px;
}
.testimonial_slider .slick-prev {
    left: auto!important;
    right: 50px;
    z-index: 9;
}
/*..testimonial_slider .slick-prev, .testimonial_slider .slick-next {
    top: auto;
    bottom: 15px;
}*/
/*.testimonial_slider .slick-prev:before, .testimonial_slider .slick-next:before {
    color: #00BFF5;
    font-size: 24px;
}*/
.testimonial_item.slick-slide {
    position: relative;
    padding-left: 0px;
}
.t_content {
    position: relative;
}
/*.t_content:before {
    content: "\f10d";
    position: absolute;
    font-family: fontAwesome;
    left: -50px;
    font-size: 35px;
    top: 8px;
    color: #00BFF5;
}*/
.t_content p {
        font-size: 20px;
    line-height: 35px;
    color: #222;
    font-style: italic;
    font-weight: 600;
}
.t_content_author {
    position: relative;
    padding-right: 0;
    margin-top: 35px;
    display: flex;
}
.t_content_author img {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.t_content_author h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 700;
}
.t_content_author span {
    font-size: 16px;
    text-transform: uppercase;
    color: #616161;
    display: block;
}
span.heading_title_tagline:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 1px;
    background: #f4742a;
    width: 30px;
}
body .slick-prev:before, body .slick-next:before {
    font-family: 'fontAwesome';
    opacity: 1;
    font-size: 40px;
    color: #fff;
}
.testimonial_slider .slick-next {
    right: 10px;
}
.testimonial_slider .slick-prev:before {
    content: "\f104";
    color: #fff;
}
.testimonial_slider .slick-next:before {
    content: "\f105";
    color: #fff;
}
.testimonial_slider {
    margin-top: 40px;
    position: relative;
}
.read_more_link {
    text-align: center;
    font-size: 14px;
    transition: all 0.3s;
    cursor: pointer;
    color: #f3742a!important;
    font-weight: 600;
    display: inline-block;
}
.read_more_link span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
}
.read_more_link span:after {
    content: '\f178';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
    font-family: fontAwesome;
    color: #f3742a;
}
.read_more_link:hover {
    color: #f3742a;
}
.read_more_link:hover span {
    padding-right: 22px;
    text-decoration: none;
}
.read_more_link:hover span:after {
    opacity: 1;
    right: 0;
}
.blog_content h3 a {
    color: #222;
}
.blog_content h3 a:hover {
    color: #f3742a;
}
.newsletter {
    background: #fcfcfc;
    position: relative;
    padding: 50px 0px;
}
.blog_content p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #999;
    font-size: 14px;
    line-height: 26px;
}
#newsletter_form input.form-control {
    height: 44px;
    border: 1px solid rgba(255,255,255,.1);
    font-size: 14px;
    background: #fff;
    box-shadow: none;
}
.newsletter_btn {
    height: 44px;
    border: none;
    min-width: 45px;
    background: #e2edf4;
    color: #428cbc;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0px;
    outline: none !important;
}
.newsletter h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.latest_blog {
    position: relative;
    padding: 70px 0px;
    overflow: hidden;
}
.call_to_Action:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(rgb(244 116 42 / 85%), rgb(206 26 85 / 85%));
}
.call_to_Action {
    position: relative;
    padding: 50px 0px;
}
.call_to_Action h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.call_to_Action p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}
.lead_head_p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    color: #616161;
    line-height: 28px;
}
.section_header_center h2 {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}
section.featured_section .section_header_center h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section_header_center .title {
    font-size: 14px;
    font-weight: 600;
    color: #f4742a;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.industry {
    position: relative;
    padding: 50px 0px;
    background: #f4f7fc;
}
section.featured_section p {
    color: #fff;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 20px;
}
section.featured_section .welcome-col {
    margin-top: 30px;
}
.indusrty_header h2 {
    border-left: 5px solid #428cbc;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
}
.indusrty_header p {
    font-size: 16px;
    color: #666;
}
.industry_heading p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.industry_grid {
    text-align: center;
    margin: 0;
    min-height: 120px;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.industry_heading {
        padding: 13% 15px 30px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 20px;
    position: relative;
    margin-top: -11.2%;
    z-index: 1;
}
.industry_heading::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    will-change: transform;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    pointer-events: none;
    z-index: -1;
}
.industry_img {
    width: 100%;
}
.industry_img img {
    width: 100%;
    object-fit: cover;
}
.industry_heading h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    color: #222;
    word-wrap: break-word;
    word-break: break-word;
    line-break: strict;
    line-height: normal;
    transition: all 0.3s;
}
.industry .section_header_center h2 {
    color: #fff;
}
.industry .section_header_center p.lead_txt {
    color: rgb(255 255 255 / 80%);
}
.industry_grid:hover .industry_heading h3 {
    color: #2abff5;
}
/*.industry:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 90%);
    z-index: 9;
}*/
div#counter {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.counter-value {
    width: 32%;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    margin-right: 1%;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
}
.number_count {
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2abff5;
    display: inline-block;
    position: relative;
}
.counter-value.project_delivery .number_count:before {
    content: "+";
    position: absolute;
    right: -25px;
    font-size: 35px;
    color: #666;
    opacity: 0.3;
}
.counter-value h5 {
    font-size: 14px;
    color: #020202;
    font-weight: 500;
    margin: 0;
}
.counter-value.response_time .number_count:before {
    content: "<";
    position: absolute;
    left: -25px;
    font-size: 35px;
    color: #666;
    opacity: 0.3;
}
#about_us {
    position: relative;
    padding: 70px 0px;
    z-index: 9;
    background: #F3F6F9;
}
.about_content h2 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.about_content p {
    color: #616161;
    line-height: 32px;
    font-size: 18px;
}
.ab_img_home {
    position: relative;
    margin-top: 0px;
}
.ab_img_home img {
    width: 100%;
    box-shadow: 10px 10px 0px #00bff5;
}
.our_services {
    position: relative;
    padding: 40px 0px 20px;
}
.custom_btn_bg {
    display: inline-block;
    padding: 20.5px 34.5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 rgb(24 24 24 / 30%);
    background-color: #f3742a;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    min-width: 230px;
    text-align: center;
    font-size: 14px;
}
.main_slider_Section ul.slick-dots {
    bottom: 15px;
}
.main_slider_Section .slick-dots li button:before {
    opacity: .5;
    color: #fff;
    background: transparent;
    font-size: 12px;
}
.main_slider_Section .slick-dots li:before {
    background: transparent !important;
}
.main_slider_Section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    font-size: 12px;
}
.dbl__subtitle span {
    color: #f3742a;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    font-size: 16px;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0px 3px 0px 5px;
}
.dbl__subtitle span:before, .dbl__subtitle span:after {
    content: "";
    position: absolute;
    background: #f3742a;
    height: 2px;
    width: 15px;
    bottom: 5px;
}
.dbl__subtitle span:after {
    left: 100%;
}
.dbl__subtitle span:before {
    right: 100%;
}
.dbl__subtitle.left_subtitle span:before{
    opacity: 0;
}
/*.custom_btn_bg:before {
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    left: -60px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    -webkit-transition: 0ms ease all;
    -moz-transition: 0ms ease all;
    transition: 0ms ease all;
    opacity: .5;
}*/
.custom_btn_bg:hover {
    background: #243b64 !important;
    color: #fff;
}
.custom_btn_bg:hover:before {
    left: 110%;
    -webkit-transition: 800ms ease all;
    -moz-transition: 800ms ease all;
    transition: 800ms ease all;
    opacity: .2;
}
.hero_content {
    position: relative;
    z-index: 9;
}
.hero_content .custom_btn_bg {
    margin-top: 15px;
    z-index: 9;
}
.section_header h2 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 34px;
}
.section_header p {
    line-height: 28px;
    color: #666;
    font-weight: 300;
    padding: 0px 45px;
    font-size: 16px;
}
.service-box  {
    text-align: left;
    padding: 10% 10% 10% 10%;
    box-shadow: 0px 0px 10px 0px rgb(178 167 167 / 0%);
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E4E4E4;
    border-radius: 5px;
        margin-top: 30px;
}
.service-box:hover{
    background-color: #2abff5;
}
.service-titles h3 {
    display: flex;
    align-items: start;
    position: relative;
    margin-bottom: 20px;
}
.service-dec p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #999;
    transition: all 0.3s;
}
.service-title-con img {
    max-width: 50px;
    margin-right: 15px;
}
.service-titles h3 a {
    color: #020202;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.3s;
}
.service-box:hover h3 a, .service-box:hover .service-dec p{
    color: #fff;
}
.hover_s_img{
    display: none;
}
.service-box:hover .hover_s_img{
    display: block;
}
.service-box:hover .default_s_img{
    display: none;
}
ul.footer-widget-links li a:hover {
    color:#f3752a ;
}
.testimonial .shape img {
    position: absolute;
    right: 0;
    top: -180px;
    z-index: -1;
    opacity: 0.5;
}
.industry_grid:hover {
    background: rgb(244 247 252);
}
.latest_blog .pattern1, .latest_blog .pattern2, .latest_blog .ball {
    position: absolute;
    z-index: -1;
}
.latest_blog .pattern1 {
    top: 80px;
    right: 50px;
}
.latest_blog .pattern2 {
    top: 80px;
    left: 215px;
}
/* Rotate Animation */
.rotate1  {
  animation: rotate1 30s linear infinite;
  -webkit-animation: rotate1 30s linear infinite;
}
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.scale2  {
  animation: scale2 2s alternate infinite;
  -webkit-animation: scale2 2s alternate infinite;
}
@keyframes scale2 {
  from {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scale2 {
  from {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.latest_blog:after {
    position: absolute;
    content: '';
    left: 30px;
    bottom: 5%;
    background: #428cbc;
    opacity: 0.16;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    animation: move-x 2s alternate infinite;
    -webkit-animation: move-x 2s alternate infinite;
}
@keyframes move-x {
  from {
    transform: translate3d(-15px, 0, 0);
    -webkit-transform: translate3d(-15px, 0, 0);
  }
  to {
    transform: translate3d(15px, 0, 0);
    -webkit-transform: translate3d(15px, 0, 0);
  }
}
@-webkit-keyframes move-x {
  from {
    transform: translate3d(-15px, 0, 0);
    -webkit-transform: translate3d(-15px, 0, 0);
  }
  to {
    transform: translate3d(15px, 0, 0);
    -webkit-transform: translate3d(15px, 0, 0);
  }
}
ul.blog_post_list {
    position: absolute;
    top: 7px;
    padding: 0px;
    left: 7px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section_header_center p.lead_txt{
    color: #666;
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 28px;
}
.about_us .shape-img .fly {
    position: absolute;
    left: -30px;
    bottom: 60px;
    z-index: -1;
    opacity: 0.5;
}

/* Move Animation */
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
@-webkit-keyframes move-y {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.icon-part {
    position: relative;
    margin-bottom: 20px;
    display: block;
    padding-top: 8px;
}
.icon-part img {
    width: 60px;
    position: absolute;
    top: 0px;
    height: 60px;
    left: 0;
    transform: translateX(-50%);
    opacity: 0.7;
}
.icon-part i {
    font-size: 60px;
    position: relative;
    z-index: 9;
    color: #0ea6da;
    min-height: 70px;
}
/*.testimonial_slider .slick-prev, .testimonial_slider .slick-next {
    font-size: 30px;
    width: 40px;
    height: 40px;
    outline: none;
    background: #edf6f9;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
}*/
.testimonial_slider .slick-next {
    right: 0;
}
.testimonial_slider .slick-prev {
    left: auto;
    z-index: 9;
    right: 65px;
}
.testimonial .pattern3 {
    right: 120px;
    top: 40%;
    z-index: -1;
    position: absolute;
}
.testimonial .pattern4 {
    left: 80px;
    top: 20%;
    z-index: -1;
    position: absolute;
}
.testimonial_slider .slick-prev, .testimonial_slider .slick-next{
   top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #243b64;
    border-radius: 50%;
}
.testimonial_slider button.slick-arrow:hover {
    background: #f3742a;
}
.service_grid {
    position: relative;
    margin-top: -90px;
    z-index: 9;
    border-radius: 10px;
}
/*.testimonial:before {
    content: "";
    position: absolute;
    right: 0;
    background: url(http://zikzag.wgl-demo.net/wp-content/uploads/2021/02/image_5.png);
    top: 0;
    bottom: 0;
    background-size: contain;
    width: 50%;
    background-repeat: no-repeat;
    background-position: right;
}*/
.row.text-center.btn-box {
    margin-top: 40px;
}
.service_img img {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    width: 100%;
        height: 240px;
    object-fit: cover;
}
.service_text_content {
    position: relative;
    width: 90%;
    margin: auto;
    text-align: center;
    box-shadow: 0 20px 50px rgb(0 0 0 / 7%);
    border-radius: 10px;
    margin-top: -60px;
    background: #fff;
    padding: 0 20px 25px;
    z-index: 1;
}
.service_grid .service_text_content:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: rgb(66 140 188);
    z-index: -1;
    border-radius: 10px;
    transition: .4s;
}
.service_grid .service-icon span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgb(66 140 188);
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 5px solid #fff;
    border-radius: 100%;
    position: relative;
    margin-top: -27px;
    margin-bottom: 20px;
}
.service_grid:hover .service_text_content:before {
    height: 100%;
}
.service-desc h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: .4s;
}
.service-desc p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}
.service-desc {
    transition: .4s;
}
.service_grid:hover .service-desc h2, .service_grid:hover .service-desc p, 
.service_grid:hover .read_more_link, .service_grid:hover .read_more_link span:after {
    color: #fff;
}
.service_grid .service-icon span img {
    padding: 6px;
}
/*.industry_grid:hover {
    background: #428cbc;
}
.industry_grid:hover .industry_heading h3 {
    color: #fff;
}*/
.ab_img img, .ab_img {
    position: relative;
        width: 100%;
}
/*.ab_img:before {
    content: "";
    position: absolute;
    left: auto;
    right: -22px;
    top: -22px;
    background: #428cbc;
    opacity: 0.15;
    height: 100%;
    width: 40%;
    border-top-left-radius: 0px;
    border-top-right-radius: 30px;
}
.ab_img:after {
    content: "";
    position: absolute;
    right: auto;
    left: -22px;
    top: -22px;
    background: url(../images/Vector.png);
    background-size: contain;
    width: 170px;
    height: 70px;
    background-repeat: no-repeat;
    z-index: -1;
}*/

.book_call a {
    border-bottom: none !important;
    background: #20a1e0;
    display: inline-block !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 30px;
    padding: 3px 25px !important;
    min-width: 180px !important;
    font-size: 16px !important;
        line-height: 48px !important;
}
.book_call {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
#book_call .modal-dialog {
    margin: 0px auto;
    padding: 30px 30px;
    max-width: 700px;
    min-height: 100%;
    align-items: center;
    display: flex;
}
#book_call .modal-content {
    padding: 30px;
}
.book_call_btn {
    text-align: center;
}
#book_call .modal-content h2 {
    text-align: center;
    font-weight: 600;
}
#book_call p.lead_popup_txt {
    text-align: center;
    color: #666;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}
#book_call button.close {
    position: absolute;
    right: -22px;
    top: -28px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 36px;
    font-weight: 300;
        outline: none;
}
#book_call input.form-control, #book_call select.form-control {
    height: 42px;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 13px;
    background: rgb(42 191 245 / 2%);
}
#book_call textarea.form-control{
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 14px;
    background: rgb(42 191 245 / 2%);
}
.custom-file-upload input[type="file"] {
    display: none;
}
.input-group-append {
    margin-left: -1px;
    background: #e4e4e4;
    align-items: center;
    padding: 0px 10px;
    width: 35px;
    justify-content: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.custom-file-upload .custom-file-upload1 {
    border: 1px dashed #ddd;
    display: block;
    padding: 10px 12px;
    cursor: pointer;
    text-align: center;
    background: rgb(42 191 245 / 2%);
    font-size: 15px;
    color: #666;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.contact_information {
    position: relative;
    margin-top: 0;
        max-width: 450px;
}
.contact_header h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 45px;
}
.heading_border {
    text-align: center;
    position: relative;
}
.heading_border:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eee;
    z-index: -1;
    transform: translateY(-50%);
}
.contact_location{
    position: relative;
    padding: 60px 0px;
}
.heading_border h2 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #777;
    background: #fff;
    padding: 0px 15px;
    text-transform: uppercase;
}
.cont_info_grid {
    border: 1px solid rgb(225 225 225 / 40%);
    margin-top: 40px;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s;
}
.cont_info_grid p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}
.cont_info_add {
    position: relative;
    padding: 20px 15px;
}
.cont_info_grid h3 {
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.cont_info_grid p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}
.cont_info_grid:hover {
    background: rgb(42 191 245 / 3%);
}
.contact_header {
    margin-bottom: 40px;
    position: relative;
}
.contact_page {
    background: url(../images/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 180px 0px 60px;
}
.contact_page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient( 45deg , rgb(46, 53, 97), rgb(28, 107, 183));
    opacity: 0.9;
}
.contact_form {
    position: relative;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 5%);
    /*padding: 50px;*/
    padding: 5px;
    border-radius: 12px;
}
.contact_form select.form-control, .contact_form input.form-control {
    height: 50px !important;
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 14px;
    background: rgb(243 246 249 / 17%);
}
.contact_form textarea.form-control {
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 14px;
    resize: none;
    background: rgb(243 246 249 / 17%);
}
.contact_form_header h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact_form_header p.lead_txt {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
}
ul.cont_detail li {
    display: block;
    margin-bottom: 35px;
    position: relative;
}
ul.cont_detail li i {
    background: #FFF2EF;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #f3742a;
    margin-bottom: 20px;
    font-size: 24px;
}
/*ul.cont_detail li div{
    width: calc(100% - 70px)
}*/
ul.cont_detail li h3 {
    color: #14212b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 8px;
}
ul.cont_detail li p {
    color: #616161;
    font-size: 16px;
    line-height: 24px;
}
ul.cont_detail li p a{
    color: #616161;
}
.banner {
    position: relative;
    padding: 210px 0px 120px;
    background: #f3f6f9;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
        margin-bottom: 120px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.breadcrumb-item.active {
    color: rgb(255 255 255 / 80%);
}
.breadcrumb-item a {
    color: #fff;
    text-decoration: underline;
}
.blog_page .section_header_center h2 {
    font-size: 46px;
}
.single_blog {
    position: relative;
    padding: 60px 0px;
}
.blog_social_media {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.blog_social_media h4 {
    font-size: 20px;
    color: #222;
    margin-bottom: 0;
    margin-right: 30px;
}
.blog_social_media ul li {
    margin: 0px 5px;
}
.blog_social_media ul li i {
    color: #428cbc;
    font-size: 20px;
    height: 45px;
    width: 45px;
    border: 1px solid #428cbc;
    line-height: 45px;
    border-radius: 50%;
    transition: all 0.3s;
}
.blog_social_media ul li i:hover {
    background: #428cbc;
    color: #fff;
}
.blog-image img {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #f7f7f7;
    margin-top: 20px;
}
.single_blog p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.single_blog h3 {
    color: #222;
    margin-bottom: 15px;
    font-size: 24px;
}
.single_blog .post_header h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}
ul.post_detail_bar li {
    color: #929090;
    font-size: 15px;
    margin-right: 12px;
    margin-bottom: 12px;
}
ul.post_detail_bar li i {
    color: #428cbc;
    margin-right: 3px;
}
.industry_page {
    position: relative;
    padding: 60px 0px;
    background: #f9f9f9;
}
.industry_feature_grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 60px 0px;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
}
.industry_feature_grid .industry_feat_desc {
    width: 50%;
}
.industry_feature_grid .industry_feat_img {
    width: 50%;
    position: relative;
}
.industry_page_main_grid .industry_feature_grid:nth-child(odd) .industry_feat_img:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: -22px;
    background: #428cbc;
    opacity: 0.15;
    height: 100%;
    width: 40%;
    border-top-left-radius: 0px;
    border-top-right-radius: 30px;
}
.industry_page_main_grid .industry_feature_grid:nth-child(odd) .industry_feat_img:after {
    content: "";
    position: absolute;
    right: auto;
    left: -22px;
    top: -22px;
    background: url(../images/dot.png);
    background-size: contain;
    width: 30%;
    height: 50%;
    background-repeat: no-repeat;
}
.industry_page_main_grid .industry_feature_grid:nth-child(even) .industry_feat_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
    background: #428cbc;
    opacity: 0.15;
    height: 100%;
    width: 40%;
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
}
.industry_page_main_grid .industry_feature_grid:nth-child(even) .industry_feat_img:after {
    content: "";
    position: absolute;
    right: -22px;
    top: -22px;
    background: url(../images/dot.png);
    background-size: contain;
    width: 30%;
    height: 50%;
    background-repeat: no-repeat;
}
.industry_feat_img img {
    position: relative;
        z-index: 9;
}
.industry_page_main_grid .industry_feature_grid:nth-child(odd) .industry_feat_desc{
    padding-right: 60px;
}
.industry_page_main_grid .industry_feature_grid:nth-child(even) .industry_feat_desc{
    padding-left: 60px;
}
.industry_feat_desc h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
        word-break: normal;
}
.industry_feat_desc p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.industry_page_main_grid {
    position: relative;
    background: #fff;
    box-shadow: 0px 5px 40px rgb(0 0 0 / 7%);
    padding: 30px;
    border-radius: 10px;
}
.industry_page_main_grid .industry_feature_grid:nth-child(odd) .industry_feat_img img{
    padding-right: 22px;
}
.industry_page_main_grid .industry_feature_grid:nth-child(even) .industry_feat_img img{
    padding-left: 22px;
}
.industry_page_main_grid .industry_feature_grid:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.section_header_left h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section_header_left p.lead_txt {
    line-height: 28px;
    color: #666;
    font-size: 16px;
}
.section_header_left h4 {
    font-size: 24px;
    color: #000;
    margin-top: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}


.success_features {
    position: relative;
    padding: 60px 0 30px;
}
.feature_grid {
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
    border-bottom: 4px solid #00bff5;
    position: relative;
    transition: all 0.3s;
    padding: 25px 15px;
}
.feat_icon {
    text-align: center;
}
.feat_icon img {
    max-width: 80px;
    margin-bottom: 25px;
}
.feat_icon img.hover_img {
    display: none;
}
.feat_content {
    position: relative;
    padding: 0;
    text-align: center;
}
.feat_content h3 {
    font-size: 18px;
    margin-bottom: 13px;
    color: #000;
    line-height: 28px;
}
.feat_content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.feat_icon img.hover_img {
    display: none;
}
.feature_grid:hover .feat_icon img.hover_img {
    display: inline-block;
}
.feature_grid:hover .feat_icon img.default_img {
    display: none;
}
.feature_grid:hover {
    background: #428cbc;
}
.success_features_grid_row > .col-lg-3 {
    margin-top: 30px;
}
.feature_grid:hover .feat_content h3, .feature_grid:hover .feat_content p {
    color: #fff;
}



.vision_img {
    height: 100%;
}
.vision_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vision_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 60px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.vision_content h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}
.vision_content p {
    color: #666;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
}
.about_us_page .ab_img{
    float: right;
    max-width: 500px;
    margin-left: 30px;
    margin-bottom: 30px;
}
#about_us.about_us_page {
    position: relative;
    padding: 60px 0px 40px;
}

.executive_search {
    position: relative;
    padding: 60px 0px;
}
.executive_search .about_content p {
    color: rgb(122, 122, 122);
    line-height: 32px;
    font-size: 17px;
}
.direct_hire {
    background: url(../images/home-edu-cources.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 60px;
    background-position: center;
}
.direct_hire_main_content > ul > li {
    display: flex;
    position: relative;
    margin-bottom: 25px;
}
.direct_hire_icon i {
    height: 60px;
    width: 60px;
    background: #00a1e0;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
    box-shadow: 0px 3px 6px rgb(0 23 63 / 16%);
}
.direct_hire_content_c h3 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}
.direct_hire_content_c p {
    color: #999;
    font-size: 16px;
    line-height: 28px;
}
ul.hire_list_groups {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
ul.hire_list_groups li {
    width: 33.33%;
    padding: 0px 15px;
    color: #999;
    font-size: 16px;
    line-height: 28px;
    position: relative;
        padding-left: 30px;
}
ul.hire_list_groups li:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 10px;
    height: 7px;
    width: 7px;
    background: #428cbc;
    border-radius: 50%;
}
.section_header p.lead_txt {
    line-height: 28px;
    color: #666;
    font-weight: 400;
    padding: 0;
    font-size: 17px;
}
.direct_hire_main_content {
    position: relative;
    margin-top: 50px;
}
.staff_Augmentation {
    position: relative;
    padding: 60px 0px;
}
.staff_Augmentation .ab_img {
    max-width: 500px;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}
.staff_Augmentation .about_content p {
    font-size: 16px;
}
.executive_search .ab_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
    background: #428cbc;
    opacity: 0.15;
    height: 100%;
    width: 40%;
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
}
.executive_search .ab_img:after {
    content: "";
    position: absolute;
    right: -22px;
    top: -22px;
    background: url(../images/dot.png);
    background-size: contain;
    width: 30%;
    height: 50%;
        left: auto;
    background-repeat: no-repeat;
}
.executive_search .ab_img img {
    padding-left: 22px;
}
.staff_Augmentation .about_content h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 30px;
}
ul.quick_staff_features li {
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
}
ul.quick_staff_features li i {
    color: #00a1e0;
    position: absolute;
    left: 0;
    top: 2px;
}
span.hero_tagline {
    display: inline-block;
    color: #14212B;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
     letter-spacing: 1px; 
    font-weight: 700;
    line-height: 26px;
}

.about_box {
    position: relative;
}

.why_choose {
    background: #edf2f4;
    position: relative;
    min-height: 60vh;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.why_slider_main_parent {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.why_work_slider .slick-prev {
    left: 30px;
    z-index: 9;
    width: auto;
    height: auto;
    top: auto;
    bottom: 10px;
}
.why_work_slider .slick-next {
    left: 90px;
    z-index: 9;
    width: auto;
    height: auto;
    top: auto;
    bottom: 10px;
    right: auto;
}
.why_work_slider .slick-slide img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
.why_work_slider .slick-prev:before, .why_work_slider .slick-next:before{
    content: none;
}
footer#footer {
    background: #243b64;
    position: relative;
    padding-top: 60px;
}
.copyright_footer {
    position: relative;
    padding: 20px 15px;
    border-top: 1px solid rgb(255 255 255 / 15%);
    margin-top: 30px;
}
.copyright_footer p {
    text-align: center;
    margin: 0;
    color: #ffff;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.copyright_footer p a {
    color: #ffff;
}
.copyright_footer p a:hover{
    color: #f4742a;
}
.footer_logo img {
    max-height: 90px;
}
.address_footer {
    position: relative;
    margin-top: 10px;
    padding-left: 50px;
}
.address_footer address {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}
ul.contact_detail_footer {
    position: relative;
    margin-top: 10px;
    padding-left: 50px;
}
ul.contact_detail_footer li a {
    display: flex;
    align-items: center;
}
ul.contact_detail_footer li img {
    max-height: 19px;
    margin-right: 10px;
}
ul.contact_detail_footer li span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}
.social_media_footer li i {
    background: #fff;
    height: 32px;
    width: 32px;
    border-radius: 5px;
    color: #02a4dd;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    margin-left: 6px;
    transition: all 0.3s;
}
.social_media_footer {
    position: relative;
    margin-top: 10px;
}
.social_media_footer li i:hover {
    background: #f3742a;
    color: #fff;
}
.home_logo_partners li {
    padding: 10px;
    position: relative;
    width: 20%;
    margin-bottom: 10px;
}
.why_caption h2 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.why_caption p {
        color: #616161;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 30px;
}
.why_caption h3 {
    font-weight: 800;
    margin-bottom: 30px;
	padding-top: 30px;
}
.why_caption {
    padding-right: 30px;
}
.welcome-item {
    overflow: hidden;
    position: relative;
    margin-top: 0;
}
.welcome-img img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.welcome-item .welcome-content {
    background: #cd1a54 none repeat scroll 0 0;
    color: #fff;
    padding: 30px 20px 40px;
    position: relative;
    text-align: center;
    z-index: 9;
}
.welcome-inner:hover .welcome-caption {
    opacity: 1;
}
.bigHalfCircle {
    bottom: 99.8%;
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.welcome-item .welcome-content .welcome-title {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.welcome-item .welcome-content > *:not(span):not(.bigHalfCircle) {
    position: relative;
    z-index: 1;
}
.welcome-item .welcome-content > p {
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.welcome-item .welcome-content > p:not(:last-child) {
    margin-bottom: 35px;
}
.welcome-item .welcome-content .btn {
    letter-spacing: 0.75px;
    opacity: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.welcome-item .welcome-content .read_more_link span:after{
    color: #fff;
}
.welcome-item:hover .welcome-content .btn {
    opacity: 1;
}
.welcome-item:hover .welcome-inner {
    transform: translateY(0px);
}
.bigHalfCircle path {
    fill: #cd1a54;
    stroke: #cd1a54;
}
.welcome-item.our_rooms2 .welcome-content {
    background: #f3742b none repeat scroll 0 0;
}
.welcome-item.our_rooms2 .welcome-content .bigHalfCircle path {
    fill: #f3742b;
    stroke: #f3742b;
}
.welcome-item.our_rooms3 .welcome-content {
    background: #2aa11f none repeat scroll 0 0;
}
.welcome-item.our_rooms3 .welcome-content .bigHalfCircle path {
    fill: #2aa11f ;
    stroke: #2aa11f ;
}
.header_section {
    padding: 50px 0px;
    text-align: center;
    position: relative;
    background: #0da6da;
        z-index: 9;
}
.header_section.region_header:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #0da6da;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.header_section h2 {
    margin: 0;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}
.region_slider .slick-slide img {
    transition: all 0.3s;
        border-radius: 10px;
}

.region_slider .slick-slide {
    margin: 0px 15px;
}
.region {
    background: #f5f5f5;
    position: relative;
    padding: 80px 0px;
}
.welcome-img h4 {
  position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 5px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.125rem;
    margin: 0;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    line-height: 30px;
}
.welcome-inner {
    position: relative;
}
.welcome-inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 16%);
    transition: all 0.3s;
}
.welcome-inner:hover:before {
    background: rgb(255 255 255 / 85%);
}
.welcome-inner:hover .welcome-img h4 {
    display: none;
}
.welcome-caption {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    padding: 30px;
    transition: all 0.3s;
}
.welcome-caption h4 {
    color: #f3742a;
    text-transform: uppercase;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.125rem;
    letter-spacing: 2px;
}
.welcome-caption p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.region_slider .slick-slide h3 {
    opacity: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #f3742a;
    box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 15%);
    background: #fff;
    margin-top: -70px;
    z-index: 99;
    position: relative;
    display: inline-block;
    padding: 30px;
    min-width: 300px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.region_slider .slick-center h3 {
    opacity: 1;
}
section.services_page, section.erperties {
    padding: 80px 0px;
}
.region_slider {
    position: relative;
    padding-top: 50px;
    text-align: center;
}
.region_slider .slick-prev:before, .region_slider .slick-next:before{
    content: none;
}
.region_slider .slick-next {
    right: 50px;
    width: 40px;
    height: 40px;
    background: #fff;
}
.region_slider .slick-prev {
    left: 50px;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 9;
}
.s_grid h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
section.services.services_page .s_grid h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 65px;
    text-transform: uppercase;
}
.s_grid {
    position: relative;
    margin-top: 40px;
    box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 0;
    transition: all 0.3s;
    text-align: center;
    height: 400px;
}
.s_grid h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: whitesmoke;
    width: calc(100% + 35px);
}
.services {
    position: relative;
    padding: 80px 0px;
}  
.home_banner {
    position: relative;
    padding: 180px 0px 100px;
}
.s_grid p {
    color: #616161;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
}
.s_grid i {
    height: 70px;
    width: 70px;
    background: #FFF2EF;
    color: #f3742a;
    margin-bottom: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    top: 0;
    position: relative;
    margin-top: 0;
}

.s_grid:hover {
    background: #243b64;
}
.s_grid:hover p {
    color: #fff;
}
.s_grid:hover h3 {
    color: #fff;
}
.s_grid:hover h3:before {
    background: #f3742a;
}
.s_grid:hover i {
    background: #22313C;
    color: #f3742a !important;
}
.loader-container {
  width: 100px;
  height: 100px;
  position: absolute;
  -moz-animation: scaleUp 0.5s linear;
  -webkit-animation: scaleUp 0.5s linear;
  animation: scaleUp 0.5s linear;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.loader-container .loader {
  background: #ff0c0c;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjAzOTYxNCIgeTE9IjAuOTUyNzkiIHgyPSIxLjAzOTYxNCIgeTI9IjAuMDQ3MjEiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjBjMGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMWQ0MDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(40deg, #ff0c0c, #21d400);
  background: -webkit-linear-gradient(40deg, #ff0c0c, #21d400);
  background: linear-gradient(50deg, #ff0c0c, #21d400);
  border-radius: 10px;
  -webkit-filter: hue-rotate(0deg);
  filter: hue-rotate(0deg);
  animation: filterHue 2.5s linear infinite;
  height: 100%;
  width: 100%;
  transform: rotate(0deg);
}
.loader-container .loader::after {
  content: '';
  position: absolute;
  height: 80px;
  width: 80px;
  left: 10px;
  top: 10px;
  border-radius: 100%;
}

@-webkit-keyframes $animationName {
  50% {
    -webkit-filter: hue-rotate(1000deg);
    filter: hue-rotate(1000deg);
  }
  100% {
    -webkit-filter: hue-rotate(2000deg);
    filter: hue-rotate(2000deg);
  }
}
@-moz-keyframes filterHue2 {
  50% {
    -webkit-filter: hue-rotate(1000deg);
    filter: hue-rotate(1000deg);
  }
  100% {
    -webkit-filter: hue-rotate(2000deg);
    filter: hue-rotate(2000deg);
  }
}
@-ms-keyframes filterHue2 {
  50% {
    -webkit-filter: hue-rotate(1000deg);
    filter: hue-rotate(1000deg);
  }
  100% {
    -webkit-filter: hue-rotate(2000deg);
    filter: hue-rotate(2000deg);
  }
}
@keyframes filterHue2 {
  50% {
    -webkit-filter: hue-rotate(1000deg);
    filter: hue-rotate(1000deg);
  }
  100% {
    -webkit-filter: hue-rotate(2000deg);
    filter: hue-rotate(2000deg);
  }
}
@-webkit-keyframes $animationName {
  50% {
    -webkit-filter: hue-rotate(1000deg);
    filter: hue-rotate(1000deg);
  }
  100% {
    -webkit-filter: hue-rotate(2000deg);
    filter: hue-rotate(2000deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes filterHue {
  50% {
    -webkit-filter: hue-rotate(1000deg);
    filter: hue-rotate(1000deg);
  }
  100% {
    -webkit-filter: hue-rotate(2000deg);
    filter: hue-rotate(2000deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes filterHue {
  50% {
    -webkit-filter: hue-rotate(1000deg);
    filter: hue-rotate(1000deg);
  }
  100% {
    -webkit-filter: hue-rotate(2000deg);
    filter: hue-rotate(2000deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes filterHue {
  50% {
    -webkit-filter: hue-rotate(1000deg);
    filter: hue-rotate(1000deg);
  }
  100% {
    -webkit-filter: hue-rotate(2000deg);
    filter: hue-rotate(2000deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes $animationName {
  50% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
}
@-moz-keyframes scaleUp {
  50% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
}
@-ms-keyframes scaleUp {
  50% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
}
@keyframes scaleUp {
  50% {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
}

.dtr-cta-box-left {
    width: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
.dtr-cta-box-right {
    width: 60%;
    position: relative;
    box-sizing: border-box;
    padding: 50px 50px 50px 70px;
}
.bg-red {
    background: linear-gradient(rgb(244 116 42 / 85%), rgb(206 26 85 / 85%));
}
.dtr-cta-box {
    overflow: hidden;
    display: flex;
    border-radius: 8px;
    background: #db3669;
}
.dtr-section {
    position: relative;
    padding-top: 70px;
}
.dtr-cta-box-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -45px;
    top: 50%;
    background-color: #fff;
    margin-top: -40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 50%);
}
.color-red {
    color: #ff5858 !important;
}
.dtr-cta-box-icon::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -3px;
    bottom: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dtr-cta-box-icon::before {
    font-family: 'fontAwesome';
    content: "\f0e0";
    font-size: 42px;
    line-height: 80px;
}
.dtr-cta-box-right h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dtr-cta-box-right p {
    color: #fff;
    font-size: 17px;
}
.dtr-cta-box-right .custom_btn_bg {
    margin-top: 15px;
    background: white;
    color: #f3742a;
}
.divider3 {
     width: 100%;
    position: absolute;
    height: 120px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #f3f6f9;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    bottom: -119px;
    left: 0;
    z-index: -1;
}
.divider2 {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #f5f5f5;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.rating_icons {
    margin-bottom: 20px;
    position: relative;
}
.rating_icons li i {
    color: #ffd911;
    font-size: 32px;
    margin-right: 4px;
}
.region .nav-tabs {
    border-bottom: none;
    margin-top: 40px;
    justify-content: center;
    position: relative;
}
.region .nav-tabs .nav-link::after {
    color: #cecece;
    content: "/";
    display: inline-block;
    margin: 0 20px 0 20px;
}
.region .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #14212B;
}
.region .nav-tabs .nav-item:last-child .nav-link::after{
    content: none;
}
.region .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3742a;
    background-color: transparent;
        font-weight: 700;
}
.featured_section {
    background: #243b64;
    position: relative;
    margin-top: 0;
    padding-top: 0;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
    background-attachment: fixed;
}
/*.featured_section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(21 38 106 / 64%);
}*/
.contact_us {
    position: relative;
    padding: 80px 0px;
}
.banner h1 {
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: inline-block;
    border-bottom: 3px solid #f3742a;
}
.banner p {
    max-width: 700px;
    margin: 0 auto;
    color: #616161;
    font-size: 18px;
    line-height: 28px;
}
.contact_form h2, .c_deatil_order2 h2 {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #243b64;
    margin-bottom: 20px;
    color: #243b64;
}
.contact_form p, .c_deatil_order2 p {
    font-size: 16px;
    color: #616161;
    line-height: 28px;
}
.c_deatil_order2 p {
    margin-bottom: 30px;
}
form#contact_us_form {
    position: relative;
    margin-top: 20px;
}
.contact_information h2 {
    font-size: 40px;
    font-weight: 700;
}
ul.cont_detail {
    position: relative;
    margin-top: 0;
}
ul.cont_detail li:last-child {
    margin: 0;
}
ul.cont_detail li p a:hover {
    color: #f4752a;
}
.services.services_page {
    position: relative;
    padding-top: 20px;
}
.region.region_page {
    background: #fff;
}
.region.region_page {
    background: #fff;
    padding-top: 40px;
}
.who_we_Are {
    position: relative;
    padding: 80px 0px;
}
.who_we_Are p {
     color: #616161;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 20px;
}

header.topbar {
    background-color: #243b64;
    padding: 5px 20px;
}
ul.social-network {
    float: right;
    list-style: none;
}
ul.social-network li {
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: rgb(0, 0, 0);
    margin: 0px 5px;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(45, 45, 45);
    border-image: initial;
    padding: 5px 0px 0px;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    color: rgb(255, 255, 255);
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

nav.navbar.navbar-expand-md.navbar-dark {
    padding-top: 0px;
     padding-bottom: 0px;
}

/* slider section */
section.main_slider_Section {
        padding: 0px 0px 0px;
}
.hero_content {
    padding: 180px 0px 180px;
}
ul#slider_list li {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

ul#slider_list button.slick-next.slick-arrow {
    position: absolute;
    right: 40px;
    z-index: 9999;
}
ul#slider_list button.slick-prev.slick-arrow {
    left: 20px;
    position: absolute;
    z-index: 9999;
}
/*ul#slider_list .slick-arrow {
    opacity: 0;
}

ul#slider_list:hover .slick-arrow {
    opacity: 1;
}
*/
ul.social-network.mobile_menu {
    float: none;

}
ul.social-network.mobile_menu li {
    width: 100%;
    text-align: left;
}
ul.social-network.mobile_menu li a {
    color: #fff;
}
ul.social-network.mobile_menu li:hover a {
    color: #fff;
}

ul#slider_list li:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #243b6426;
    content: '';
    mix-blend-mode: multiply;
}
section.service_section {
    background: #243b64;
    padding: 80px 0px;
}
section.service_section h2 {
    color: #fff;
}
section.service_section p {
    color: #fff;
}

.service_main_box {
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    padding: 40px 20px;
}
.service_main_box {
    background-image: url(https://wordpress-1198492-4234253.cloudwaysapps.com/wp-content/uploads/2019/03/os1.png);
}
.service_main_box {
    position: relative;
}
.service_main_box:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    content: '';
    mix-blend-mode: multiply;
}
.service_main_box_content h3 {
    color: #fff;
    text-align: center;
    z-index: 9999;
}
.service_main_box_content {
    position: relative;
    z-index: 999;
}

 .single-gallery {
    margin-bottom: 30px;
}
 .single-gallery .content {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

 .single-gallery .content .content-overlay {
    background-color: #373642;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .8;
    border-radius: 0px;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.single-gallery .content-overlay {
    margin: 0px;
}
.single-gallery .content-image {
    width: 100%;
}

.single-gallery .content .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.single-gallery .fadeIn-bottom {
    top: 80%;
}
.single-gallery .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.single-gallery .content-title {
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 0px 0px;
    text-transform: uppercase;
}
.single-gallery .content .primary-btn {
    border-radius: 0px;
}
.single-gallery .primary-btn {
    background-color: #c6b069;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}

.single-gallery{
    position: relative;
}
.row.service_box_sec {
    margin-top: 70px;
}

a.primary-btn.text-uppercase.mt-20 {
    margin-top: 30px;
   
}

.how_work_page_box {
    position: relative;
    margin-top: 40px;
  /*  box-shadow: 6px 5px 30px 0px rgb(0 0 0 / 12%);*/
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 0;
    transition: all 0.3s;
        border-top-right-radius: 0;
    border-top-left-radius: 0;
}
section.how_work_page {
    padding: 80px 0px;
}
.how_work_page_box_icon {
    margin-bottom: 30px;
}
.how_work_page_box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.how_work_page_box {
    text-align: center;
}
.how_work_page_box_icon_box i {
    color: #fff;
    background: #f3742a;
    padding: 16px 17px;
    border-radius: 50%;
}
.how_work_page_box_icon_box {
    position: absolute;
    left: 40%;
}
section.how_work_page {
    background: #F3F6F9;
}
.progress-bar-wrapper {
    /* width: 80%; */
    /* background: #ffffff; */
    margin: auto;
    padding: 20px;
    border-radius: 5px;
}
.progress_bariner {
    overflow: hidden;
    text-align: center;
    list-style-type: none;
}
.progress_bariner li {
    float: left;
    font-size: 11px;
    line-height: 11px;
    width: 25%;
    position: relative;
    z-index: 1;
}
.progress_bariner li:first-child:before {
    content: "1";
}
.progress_bariner li:first-child:before {
    color: ##243b64;
    border-color: #243b64;
}
.progress_bariner li:before {
    content: "4";
    font-family: dreamspace;
    display: block;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    color: #243b64;
    background: #ffffff;
    width: 28px;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    border: 2px #d5dbdb solid;
}
 .progress_bariner li:first-child:after {
    background: #243b64;
}
.progress_bariner li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #243b64;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 13px;
    z-index: -1;
}

 .progress_bariner li:nth-child(2):before {
    content: "2";
}
 .progress_bariner li:nth-child(2):before {
    color: #243b64;
    border-color: #243b64;
}
 .progress_bariner li:nth-child(2):after {
    background: #243b64;
}
 .progress_bariner li:nth-child(3):before {
    content: "3";
}
 .progress_bariner li:nth-child(3):before {
    color: #243b64;
    border-color: #243b64;
}
 .progress_bariner li:nth-child(3):after {
    background: #243b64;
}
 .progress_bariner li:nth-child(4):before {
    color: #243b64;
    border-color: #243b64;
}

 .progress_bariner li:nth-child(4):after {
    background: #f3f6f9;
}
.how_work_page_box:hover .how_work_page_box_icon_box i {
    background: #243b64;
}
.how_work_page_box:hover h4 {
    color: #f3742a;
}

section.our_team_section {
    padding: 80px 0px 0px;
}

section.our_team_section .image {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
section.our_team_section .image .social {
    position: absolute;
    top: 16px;
    right: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
section.our_team_section .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
section.our_team_section .image .social li {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: perspective(1000px) rotateY(
90deg);
    transform: perspective(1000px) rotateY(
90deg);
    margin-bottom: 20px;
}
section.our_team_section .image .social li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 1px 20px 30px rgb(0 0 0 / 7%);
    box-shadow: 1px 20px 30px rgb(0 0 0 / 7%);
    text-align: center;
    position: relative;
    font-size: 15px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
section.our_team_section .image .social li a .fa-facebook-f {
    color: #3B5998;
}
section.our_team_section .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}
section.our_team_section .image .content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    padding: 22px 20px;
    max-width: 212px;
    margin: -14px auto 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
        height: 100px;
}
section.our_team_section .image .content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background:#f3742a;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}
section.our_team_section .image .content h3 {
       margin-bottom: 1px;
    font-size: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #243b64;
    font-weight: 700;
}
section.our_team_section .image .content h3 a{
    color: #243b64;
}
section.our_team_section .image:hover .content h3 a{
    color: #fff;
}
section.our_team_section .image .content span {
    font-size: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #222;
}

section.our_team_section .image:hover .social li {
    -webkit-transform: translateY(0);
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
}

section.our_team_section .image:hover  .content::before {
    height: 100%;
}
section.our_team_section .image .content {
    text-align: center;
}
section.our_team_section .image:hover h3{
    color: #fff;
}
section.our_team_section .image:hover span{
    color: #fff;
}
.team_inner_sec {
    margin: 50px 0px;
}

.brandlist .brandlist_item {
    padding: 30px;
}

section.brandlist_logo_slider {
    padding: 20px 0px;
}
.footer_logo {
    text-align: center;
}

.book_now_btn{
       display: inline-block;
    padding: 16.5px 25.5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 rgb(24 24 24 / 30%);
    background-color: #f3742a;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    min-width: 190px;
    text-align: center;
     border: 1px solid #f3742a;
}
.book_now_btn:hover{
    background: #243b64;
    color: #fff;
        border: 1px solid #f3742a;
}

/*about page*/

section#banner-section {
    background-size: cover!important;
    background-position: center!important;
    padding: 120px 0px;
    position: relative;
    background-attachment: fixed!important;
}
section#banner-section:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background:#00000066;
    content: '';
    mix-blend-mode: multiply;
}
.banner-heading-div h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    /*letter-spacing: 2px;*/
    font-size: 50px;
}
.about_img_video {
    position: relative;
}
.about_img_video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
}
.about_img_video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #f3742a;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.about_img_video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #ffffff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.about_img_video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #f3742a;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

section.tab-main {
    padding: 70px 0;
}
section.tab-main h4.white-color {
    color: #243b64;
    font-size: 20px;
    margin-bottom: 30px;
        font-weight: 800;
}
section.tab-main ul.nav.nav-pills.brand-pills {
    border-right: 4px solid #f3742a;
}
section.tab-main ul.nav.nav-pills.brand-pills li {
    display: block;
    width: 100%;
}
section.tab-main ul.nav.nav-pills.brand-pills.nav-stacked li a {
    color: #243b64;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 10px 0 !important;
    display: block;
}
section.tab-main a i {
    transform: rotate(
-90deg);
    -webkit-transform: rotate(
-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-right: 10px;
}
section.tab-main .tab-content {
    display: flex;
    min-height: 300px;
}
section.tab-main .tab-content .tab-pane {
    margin: auto;
}
section.tab-main .tab-content p {
    color: #616161;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 15px;
}
section.tab-main ul.nav.nav-pills.brand-pills.nav-stacked li .active {
    color: #f3742a!important;
}
.about_main_section h3, .about_main_section_inner .blog_content h3 {
    color: #243b64;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 40px;
}
.about_main_section_inner .blog_content h3 a {
    color: #243b64;
}
.about_main_section p, .about_main_section_inner .blog_content p {
    color: #616161;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 5px;
}
.about_main_section {
    margin-bottom: 30px;
}
.about_main_section ul, .about_main_section_inner ul {
    margin-left: 20px;
    margin-top: 20px;
}
.about_main_section ul li, .about_main_section_inner ul li {
    color: #616161;
    font-size: 18px;
    margin-bottom: 10px;
    list-style: circle;
}
.services_page a.read_more_link {
    margin-top: 15px;
}
.banner-heading-div p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-bottom:0px;
}
.footer_map iframe {
    margin-bottom: -5px;
}
.contact_us strong {
    color: #243b64;
}
.contact_form .custom_btn_bg {
    padding: 16.5px 25.5px;
}
.contact_us .contact_form a {
    color: #f3742a;
}

.paginations_list {
    text-align: center;
    margin-top: 50px;
    /* overflow: hidden; */
}
ul.paginations_list_inner {
    width: 300px;
    margin: auto;
    display: flex;
    text-align: center;
}
ul.paginations_list_inner li a {
    border: 1px solid #243b64;
    padding: 10px 20px;
    background: #fff;
    margin-right: 10px;
    color: #243b64;
}
ul.paginations_list_inner li.active a {
    background: #243b64;
    color: #fff;
}
select.filter_cat_box {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 10px;
}
.filter_section {
    text-align: right;
}
.filter_search_section form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 10px;
    position: relative;
    width: 266px;
    text-align: right;
    float: right;
}
.filter_search_section form input {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 0px);
    color: red;
}
.filter_search_section form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #f3742a;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

section.model_section {
    padding: 70px 0px;
}
.model_box_image img {
    position: relative;
    z-index: 1;
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.model_box_content_inner h2 {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}
.model_box_content_inner p {
   color: #616161;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 8px;
}
section.model_section.bg_model {
    background: #243b64;
        position: relative;
}
section.model_section.bg_model h2 {
    color: #fff;
}
.bg_model_inner img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
ul.three_benefits_list li {
    position: relative;
    display: block;
    padding-left: 84px;
    padding: 13px 0;
    background: #284476;
    margin-bottom: 10px;
    width: 47%;
    float: left;
    margin-right: 10px;
}.three_benefits li .three_benefits_icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 50px;
    color: var(--thm-primary);
}
.three_benefits_text p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding-left: 65px;
}
section.model_section.bg_model .model_box_content_inner p
{
    color: #fff;
}
.three_benefits {
    display: block;
    overflow: hidden;
}
.read_more_box {
    margin-top: 20px;
    overflow: hidden;
    float: none;
    width: 100%;
    display: block;
}
.three_benefits_icon i {
    color: #243b64;
}
ul.three_benefits_list li:hover .three_benefits_icon {
    background: #f3742a;
}
ul.three_benefits_list li:hover .three_benefits_icon i {
    color: #fff;
}



.project_item{
    margin-right:20px;
}

figure.project_item_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    margin-bottom: 0;
}
figure.project_item_img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
figure.project_item_img:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.project_item_img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
ul.project_item_meta {
    position: absolute;
    top: 7px;
    padding: 0px;
    left: 7px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
ul.project_item_meta li {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    /* font-weight: 300; */
    margin-right: 10px;
    background: #f3742a;
    padding: 5px 10px;
    border-radius: 2px;
}
ul.project_item_meta li i {
    margin-right: 2px;
}
figure.project_item_img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.project_item_content {
    position: relative;
    padding: 20px;
    min-height: 245px;
}
.project_item {
    overflow: hidden;
    -webkit-box-shadow: 0 5px 6px rgb(72 105 114 / 15%);
    box-shadow: 0 5px 6px rgb(72 105 114 / 15%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
        margin: 50px 0px;
        background:#fff;
}

.project_item_content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}

.project_item_content a {
    
    color: #222;
}

.project_item_content p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #999;
    font-size: 14px;
    line-height: 26px;
}

.project_item:hover {
    -webkit-box-shadow: 0 12px 32px rgb(72 105 114 / 15%);
    box-shadow: 0 12px 32px rgb(72 105 114 / 15%);
}
.project_item{
    margin: 30px;
}
.project_slider_section .slick-next:before {
font-family: 'fontAwesome';
    opacity: 1;
    font-size: 20px;
    color: #fff;
    background: #f3742a;
    border-radius: 50%;
    padding: 12px;
 }
.project_slider_section .slick-prev:before{
    font-family: 'fontAwesome';
    opacity: 1;
    font-size: 20px;
    color: #fff;
    background: #f3742a;
    border-radius: 50%;
    padding: 12px;
}
    

.project_slider_section button.slick-prev.slick-arrow {
    left: -45px;
}

section.latest_blog.project_section {
    background: #F3F6F9;
}
.project_slider_section button.slick-next.slick-arrow {
    right: 0;
}

ul.footer-widget-links li:last-child {
    border-right: 0;
}

/*section.insights_post ul.project_item_meta li{
    background: #2aa11f;
}*/
.team_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #243b64c9;
}
.team_overlay_text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 65%;
    left: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, -65%);
    
    text-align: left;
    padding: 20px;
}
.image:hover .team_overlay {
    opacity: 1;
}
.team_overlay_text p {
    font-size: 14px;
    line-height: 20px;
}
.image_inner {
    position: relative;
}


.services_popup_modaloverlay  {
position: fixed;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    z-index: 1000;
    background: #0000009e;
    width: 100%;
    padding: 0px 0px 0px;
    /* box-shadow: 0 15px 30px rgb(0 0 0 / 8%); */
    transition: 0.5s;
    visibility: hidden;
    overflow: hidden;
    /* right: 0; */
    /* bottom: 0; */
    height: 100vh;
    display: flex;
    align-items: center;
}
.services_popup_content {
    max-width: 850px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    background: #fff;
    
}
.service_pop_sidebar_content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
section.services_popup .active {
    visibility: visible !important;
   
}
.service_pop_sidebar_content i {
    height: 70px;
    width: 70px;
    background: #FFF2EF;
    color: #f3742a;
    margin-bottom: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    top: 0;
    position: relative;
    margin-top: 0;
}
.service_pop_sidebar_content {
    text-align: center;
}
.services_popup_modaloverlay  .services_popup_content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.services_popup_content .row {
    width: 100%;
}
.sidebar_popup_icon i {
    background: #fff;
    color: #f3742a !important;
    height: 70px;
    width: 70px;
    /* background: #FFF2EF; */
    color: #f3742a;
    margin-bottom: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    top: 0;
    position: relative;
    margin-top: 0;
}

.sidebar_popup_content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
.service_pop_side {
    padding: 0px;
}
.sidebar_popup_content {
    padding: 40px;
    margin-bottom: 20px;
}
.sidebar_popup {
    padding: 35px;
    background: #243b64;

}
.dots .dot:nth-of-type(1) {
    top: -80px;
    right: -80px;
    width: 160px;
    height: 160px;
    background-color: #f3742a;
    -webkit-animation: float 6s ease-in-out infinite;
    -moz-animation: float 6s ease-in-out infinite;
    -o-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
.dots .dot:nth-of-type(2) {
    bottom: -151px;
    left: -128px;
    width: 194px;
    height: 234px;
    background-color: #243b64;
    -webkit-animation: float 8s ease-in-out infinite;
    -moz-animation: float 8s ease-in-out infinite;
    -o-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
}
.dots .dot:nth-of-type(3) {
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background-color: #22313C;
    -webkit-animation: float 4s ease-in-out infinite;
    -moz-animation: float 4s ease-in-out infinite;
    -o-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
}
.dots .dot {
    position: absolute;
    border-radius: 100%;
    z-index: 11;
}
a.fa.fa-close.service_pop_close {
    float: right;
    justify-content: right;
    position: absolute;
    z-index: 99999;
    left: 10px;
    /* right: 0; */
    top: 9px;
    cursor: pointer;
}
.sidebar_popup_content p {
    color: #616161;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
}
 @keyframes float {
     0% {
         transform: translatey(0px);
         transform: translatex(0px);
    }
     50% {
         transform: translatey(-30px);
         transform: translatex(20px);
    }
     100% {
         transform: translatey(0px);
         transform: translatex(0px);
    }
}

.popout {
 
  animation: pop-out 1s ease infinite;
}
@keyframes pop-out {
   0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.pop_service_new .row.align-items-center {
    background: #243b64;
}
.pop_service_new .col-md-9.service_pop_side {
    background: #fff;
}
.pop_service_new .service_pop_sidebar_content h3 {
    color: #fff;
}
.pop_service_new a.fa.fa-close.service_pop_close {
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}
.pop_service_new .dots .dot:nth-of-type(2) {
    background-color: #fff;
}
ul.three_benefits_list li:last-child {
    width: 95.5%!important;
}

.brandlist_home_logo {
    width: 20%;
}
.modal-footer button.custom_btn_bg_black {
    cursor: pointer;
}
.brandlist_home_logo img {
    width: 100%;
    height: 200px;
    max-width: 200px;
    margin: auto;
}

section.main_slider_Section .hero_content p {
    color: #fff;
}
section.who_are_section {
    background: #edf2f4;
    padding: 70px 0px;

}

.who_are_section_left_content h2 {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    margin-bottom: 15 px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.who_are_section_left_content p{
    color: #616161;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 8px;
}
.who_are_section_left_content ul li i {
    transform: rotate( 
-90deg);
    -webkit-transform: rotate( 
-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-right: 10px;
    color: #f3742a;
    font-size: 18px;
}
.who_are_section_left_content ul li {
    color: #616161;
    font-size: 18px;
    margin-bottom: 10px;
    /* list-style: circle; */
}
.who_are_section_left_content ul {
    margin: 20px 0px;
}
section.tab-main.tab_section h2 {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.last_section  figure.blog_img img {
    height: 380px;
    width: 100%;
    object-fit: cover;
}

section.brandlist_logo_slider.slider .customer-logos .brandlist_home_logo{
    padding:35px;
}
.last_section .blog_content p {
    font-style: italic;
    line-height: 28px;
}
.last_section .blog_content .botom_text p {
    font-style: initial;
}
.last_section .blog_content .botom_text {
    margin-top: 20px;
}
section#banner-section h4 {
    text-align: center;
    color: #f3742a;
    font-weight: 800;
    font-style: italic;
}
a.btn_banner {
    text-align: center;
    display: inline-block;
    padding: 16px 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 rgb(24 24 24 / 30%);
    background-color: #f3742a;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    min-width: 190px;
    text-align: center;
    margin-top: 40px;
}
.banner-heading-div{
    text-align: center;
}
a.custom_btn_bg_skyBlue.lm_btn:hover {
    border: 1px solid #f3742a;
}
.team_overlay_text p {
    font-style: italic;
}
.single_project_p .pt_lt_content p {
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #243b64;
}

ul.cont_detail li {
    box-shadow: 0 5px 6px rgb(72 105 114 / 15%);
    padding: 30px;
    text-align: center;
    height: 200px;
}
ul.cont_detail li:hover {
    -webkit-box-shadow: 0 12px 32px rgb(72 105 114 / 15%);
    box-shadow: 0 12px 32px rgb(72 105 114 / 15%);
}

.footer_map {
    padding: 5px;
}
.brand-pills li a {
    cursor: auto;
}
ul#slider_list .slick-track li {
    height: 650px;
}
.project_item_content h3 {
    text-transform: uppercase;
}

.last_section .blog_content p {
    font-size: 20px;
    line-height: 35px;
    color: #222;
    font-style: italic;
    font-weight: 600;
}

.last_section .botom_text h3 {
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: 700;
}
.last_section .botom_text span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.sidebar_popup_content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}
.sidebar_popup_content ul li {
    list-style: circle;
    margin-bottom: 5px;
}
ul#menu-top-menu li:last-child {
    display: block !important;
}