/*==================================
    * Author        : ""
    * Template Name :  | HTML Template
    * Version       : 1.04
==================================== */
/*=========== TABLE OF CONTENTS ===========
    01. General Css
    02. Home
 

======================================*/
* {
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0px;
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

body {
    --theme-ui-colors-text: var(--theme-ui-colors-text,#cbd5e0);
    --theme-ui-colors-article: var(--theme-ui-colors-article,#e2e8f0);
    --theme-ui-colors-heading: var(--theme-ui-colors-heading,#edf2f7);
    --theme-ui-colors-alphaLighter: var(--theme-ui-colors-alphaLighter,#434190);
    --theme-ui-colors-alphaLight: var(--theme-ui-colors-alphaLight,#5a67d8);
    --theme-ui-colors-alpha: var(--theme-ui-colors-alpha,#667eea);
    --theme-ui-colors-alphaDark: var(--theme-ui-colors-alphaDark,#a3bffa);
    --theme-ui-colors-alphaDarker: var(--theme-ui-colors-alphaDarker,#ebf4ff);
    --theme-ui-colors-betaLighter: var(--theme-ui-colors-betaLighter,#553c9a);
    --theme-ui-colors-betaLight: var(--theme-ui-colors-betaLight,#805ad5);
    --theme-ui-colors-beta: var(--theme-ui-colors-beta,#9f7aea);
    --theme-ui-colors-betaDark: var(--theme-ui-colors-betaDark,#d6bcfa);
    --theme-ui-colors-betaDarker: var(--theme-ui-colors-betaDarker,#faf5ff);
    --theme-ui-colors-omegaLighter: var(--theme-ui-colors-omegaLighter,#0095da);
    --theme-ui-colors-omegaLight: var(--theme-ui-colors-omegaLight,#718096);
    --theme-ui-colors-omega: var(--theme-ui-colors-omega,#a0aec0);
    --theme-ui-colors-omegaDark: var(--theme-ui-colors-omegaDark,#e2e8f0);
    --theme-ui-colors-omegaDarker: var(--theme-ui-colors-omegaDarker,#edf2f7);
    --theme-ui-colors-successLight: var(--theme-ui-colors-successLight,#f0fff4);
    --theme-ui-colors-success: var(--theme-ui-colors-success,#48bb78);
    --theme-ui-colors-errorLight: var(--theme-ui-colors-errorLight,#fff5f5);
    --theme-ui-colors-error: var(--theme-ui-colors-error,#f56565);
    --theme-ui-colors-white: var(--theme-ui-colors-white,#fff);
    --theme-ui-colors-background: var(--theme-ui-colors-background,#1a202c);
    --theme-ui-colors-contentBg: var(--theme-ui-colors-contentBg,#0095da);
    --theme-ui-colors-headerBg: var(--theme-ui-colors-headerBg,#0095da);
    --theme-ui-colors-footerBg: var(--theme-ui-colors-footerBg,#0095da);
    --theme-ui-colors-mute: var(--theme-ui-colors-mute,#718096);
    --theme-ui-colors-highlight: var(--theme-ui-colors-highlight,#fefcbf);
    color: var(--theme-ui-colors-text,#cbd5e0);
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #A0AEC0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    color: #EDF2F7;
}
p {
    margin: 0;
    line-height: 24px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
select,
input,
textarea {
    outline: 0;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.fix {
    overflow: hidden;
}
.color_primary {
    color: #0095da;
}
.color_secondery {
    color: #760E12;
}
.color_sec_red{
    color:var(--theme-ui-colors-alpha,#667eea);
}
.color_white{
    color: #ffffff;
}
.py_75{
    padding-top: 75px;
    padding-bottom: 75px;
}
.py_65{
    padding-top: 65px;
    padding-bottom: 65px;
}
.pt_60{
    padding-top: 60px;
}
.pb_60{
    padding-bottom: 60px;
}

.mt-50 {
    margin-top: 50px!important;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.pb-50 {
    padding-bottom: 50px!important;
}
.pt-50 {
    padding-top: 50px!important;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.font-small {
    font-size: 12px;
}
.mb-5 {
    margin-bottom: 5px!important;
}
.mr-10 {
    margin-right: 10px!important;
}
.mr-15 {
    margin-right: 15px!important;
}
.img-circle {
    border-radius: 50%;
}

.font_secondery{
    font-family: 'Fira Sans', sans-serif;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f39e" !important;
}
.img-responsive{
    width: 100%
}
.section_bg{
    background-color: #fafafa;
}
.txt-hover-blue{
    transition: 0.3s;
}
.txt-hover-blue:hover {
    color: var(--theme-ui-colors-alpha,#667eea);
}
.btn_red{
    background-color: #760E12;
    border-color: #760E12;
    transition: .5s;
}
.btn_red:hover{
    background-color: #0095da;
}
.btn_red:focus {
    box-shadow: none;
    color: #fff;
}
/*=====================Header================*/
#topbar {
    background: #0095da;
    padding: 5px 0;
}
.topbar a,
.topbar{
   color: #ffffff; 
}

.topbar i:not(last-child) {
    padding-right: 10px;
}

.topbar-left a:first-child {
    padding-right: 15px;
    font-size: 22px;
}

/*Topbar End*/

.sina-nav.navbar-transparent {
    background-color:#ffffff;
    border-color: #ffffff;
}
.sina-nav {
    padding: 10px 0;
    background: rgb(255, 255, 255, .8);
    border: 1px solid rgb(255, 255, 255, .8);
}
.sina-menu > li > a {
    color: #333333 !important;
}
.sina-nav .sina-menu > li > a {
    font-family: 'Barlow', sans-serif;
    max-width: none;
    color: #333333;
}
.sina-nav.navbar-transparent .extension-nav > ul > li.active > a, 
.sina-nav.navbar-transparent .extension-nav > ul > li > a:hover, 
.sina-nav.navbar-transparent .extension-nav > ul > li > a:focus, 
.sina-nav.navbar-transparent .sina-menu > li.active > a, 
.sina-nav.navbar-transparent .sina-menu > li > a:hover, 
.sina-nav.navbar-transparent .sina-menu > li > a:focus {
    color: #bb2a2f;
}
.sina-nav .sina-menu .dropdown-menu li.active > a, 
.sina-nav .sina-menu .dropdown-menu li > a:hover, 
.sina-nav .sina-menu .dropdown-menu li > a:focus {
    color: #ffffff;
    background-color: #0095da;
}
.sina-nav .sina-menu .dropdown .dropdown-menu {
    box-shadow: 1px 1px 8px #ccc;
    border-radius: 4px;
}
.sina-nav .sina-menu > li.active > a, 
.sina-nav .sina-menu > li > a:hover, 
.sina-nav .sina-menu > li > a:focus {
    color: #760E12;
}
.sina-nav .sina-brand{
    height: 80px;
    margin: 0;
    max-width: 300px;
    /* width: 100%; */
}
.sina-nav{
    padding: 0;
}

/*=============== Home ===================*/
/* Main slider */
.slider_overlay {
    position: absolute;
    background: linear-gradient(120deg, rgb(45, 55, 72) 0%, transparent 120%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pit_slider .owl-theme .owl-nav {
    margin-top: 0;
}
.pit_main_slider {
    position: relative;
}
.pit_main_slider .owl-nav i {
    font-size: 24px;
    line-height: 1.25;
}
.pit_slider .owl-carousel .owl-nav button.owl-next, 
.pit_slider .owl-carousel .owl-nav button.owl-prev {
    padding: .5rem!important;
    font: inherit;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    /* bottom: 10%; */
    background: #0095da;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    top: 40%;
}
.pit_slider .owl-carousel .owl-nav button.owl-next:hover, 
.pit_slider .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: rgb(237 28 36 / 80%);
    color: var(--theme-ui-colors-white,#fff);
}

.pit_slider .owl-carousel .owl-nav button.owl-next {
    margin-left: 6rem;
}

.pit_slider .owl-carousel .owl-nav button.owl-prev {
    left: 4%;
}
.pit_slider .owl-carousel .owl-nav button.owl-next{
    right: 4%;
}
button:focus {
    outline: 1px dotted;
    outline: 0;
}
.main-slider-txt {
    position: absolute;
    top: 0;
    padding: 3rem 3rem 0px;
}
.main-slider-txt p, .main-slider-txt h3 {
    margin-bottom: 20px;
}
.pit_slider_item {
    background-color: var(--theme-ui-colors-omegaLighter,#0095da);
    min-height: 15rem;
    max-height: 350px;    
    overflow: hidden;
}
.top_content_thumb_sngl {
    background-color: var(--theme-ui-colors-contentBg,#0095da);
    border-radius: 1rem;
    transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
    box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
    overflow: hidden;
    margin-top: 20px;
}
.top_content_thumb_content {
    height: 100%;
    flex-direction: row;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: var(--theme-ui-colors-alphaLight,#5a67d8);
    display: flex;
}
.top_content_thumb_img {
    -webkit-flex-basis: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    margin: 0.5rem;
    margin-right: 0;
    position: relative;
    overflow: hidden;
}
.admin img,
.top_content_thumb_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: none;
}
.top_content_thumb_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 100px;
    padding: 1rem;
}
.tech_btn {
    margin-bottom: 1rem;
}
.tech_btn .btn {
    font-size: 0.75rem;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    vertical-align: middle;
    padding: 0.25rem 1rem;
    transition: all 250ms ease 0s;
    background-color: rgb(233, 216, 253);
    color: rgba(0, 0, 0, 0.4);
}
.tech_btn .btn:hover {
    color: var(--theme-ui-colors-omegaLight,#718096);
    background-color: var(--theme-ui-colors-omegaDark,#e2e8f0);
}
.top_content_thumb_txt_titile h3 {
    box-sizing: border-box;
    margin: 0px 0px 0.5rem;
    min-width: 0px;
    font-family: Inter, sans-serif;
    line-height: 1.33;
    display: block;
    color: var(--theme-ui-colors-heading,#ffffff);
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
    transition: .5s;
}

.blog_meta {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--theme-ui-colors-omega,#a0aec0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
}
.blg_meta_dt{
    color: var(--theme-ui-colors-omegaDark,#e2e8f0);
}


/* Blog */
.title h2 {
    margin: 0px auto;
    font-family: Inter, sans-serif;
    line-height: 1.33;
    display: block;
    color:var(--theme-ui-colors-omegaLighter,#0095da);
    font-weight: bold;
    text-decoration: none;
    font-size: 1.5rem;
    position: relative;
    padding-left: 0px;
    font-size: 40px;
    font-weight: 700;
}
.blogcontent {
    padding: 1rem;
    position: absolute;
    background: rgba(0,0,0,.5);
    display: table;
    height: 193px;
    width: 100%;
}
.blog_txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.blog_txt:hover h3{
    color: #0095da;
}
.blog_thumb {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    border-radius: 0;
    transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
    box-shadow: #cbc4c4 1px 1px 5px 3px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 0;
}
.blogcontent .top_content_thumb_txt_titile{
    font-size: 1.25rem;
}
.blogcontent .blog_meta {
    justify-content: flex-start;
}
.admin {
    position: relative;
    margin: 0px 1rem 0px 0px;
    width: 48px;
    height: 48px;
    background-color: var(--theme-ui-colors-omegaLight,#718096);
    display: inline-block;
    vertical-align: middle;
    border-radius: 9999px;
    border-style: solid;
    border-width: 3px;
    border-color: var(--theme-ui-colors-omegaLight,#718096);
    opacity: 0.9;
    display: block;
}
.admin img{
    border-radius: 50%;
}
.blog_txt p,
.blog_txt h3{
    margin-bottom: 1rem;
}
.blog_txt h3{
    font-size: 1.25rem;
}
.blog_img img {
    height: 193px;
}
.single_service_item_div i {
    color: #008cb5;
    font-size: 40px;
    margin-bottom: 57px;
    display: block;
}
.single_service_content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.single_service_content a h3 {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
    height: 50px;
}
.single_service_content p {
    margin-top: 13px;
}
.single_service_content {
    background-color: #fff;
    padding: 26px 10px;
}
/*our service*/
.our_service_section {
    padding: 90px 0px 100px;
    overflow: hidden;
    background-color: #f9f9f9;
}
.single_service_item_div {
    border: 1px solid #e2e2e2;
    /* padding: 51px 18px 18px 18px; */
}
.our_service_carousel_active {
    margin-top: 60px;
}
.our_service_carousel_active.owl-carousel .owl-nav button {
    height: 35px;
    width: 35px;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 50%;
    line-height: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -83px;
    font-size: 35px;
    color: #1193ba;
}
.our_service_carousel_active.owl-carousel .owl-nav .owl-next {
    right: -83px;
    left: auto;
}
.item.single_service_item_div img {
    height: 193px;
    border-bottom: 1px solid #e2e2e2;
}
/*-----------Counter--------*/
#home2_counter{
    background: url(../images/slider/Image02.png) no-repeat  fixed;
    padding: 100px 0 100px;
    background-size: cover;
    background-position: center;    
    position: relative;    
}
#home2_counter:before{
    content: '';
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.home2_counter_sngl [class^="flaticon-"]:before, .home2_counter_sngl [class*=" flaticon-"]:before, .home2_counter_sngl [class^="flaticon-"]:after, .home2_counter_sngl [class*=" flaticon-"]:after {
    font-size: 40px;
}
.home2_counter_sngl h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 9px;
    margin-bottom: 00px;
    color: #ed1c24;
}
.home2_counter_sngl i {
    font-size: 50px;
}

.home2_counter_sngl p {
    font-size: 18px;
    line-height: 22px;
}

/*-----------Approval--------*/
#approval_standards{
    background: url(../images/slider/Image05.jpg) no-repeat  fixed;
    padding: 100px 0 100px;
    background-size: cover;
    background-position: center;    
    position: relative;    
}
#approval_standards:before{
    content: '';
    background: rgba(0,0,0,.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*==================== Contact Page================*/
.archive-header {
    position: relative;
}
.archive-header .breadcrumb {
    position: relative;
    background-color: transparent;
}

.archive-header:before {content: '';background: rgba(0,0,0,.6);position: absolute;left: 0;right: 0;top: 0;bottom: 0;}

.contact_form {
    transition: transform 250ms ease 0s, box-shadow 250ms ease 0s, color 250ms ease 0s;
    padding: 2.5rem 2rem 1rem 2rem;
    border: 1px solid #0095da;
    border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
}

.contact_form .form-control {
    padding: 0.5rem;
    outline: none;
}
.contact_form .form-control label{
    color: #333333;
}
.contact_form .submit_btn .btn {
    line-height: inherit;
    font-size: inherit;
    padding: 0.5rem 1rem;
    min-width: 10rem;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    border-radius: 25px;
    transition: all 250ms ease 0s;
    color: var(--theme-ui-colors-white,#fff);
}
.address {
    color: #333333;
}
.contact_no,
.address_txt{
    padding-bottom: 20px;
}
.map{
    height: 450px;
}
/*----------Partner----------------*/
#home1_partner{
    position: relative;
}
#home1_partner .owl-carousel .owl-item img {
    padding: 0 2px;
}
.home1_partner_img {
    border: 1px solid #ccc;
    padding: 5px;
}

#home1_partner:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;
}
/*==================== Insta Footer ================*/
.insta_footer {
    background: var(--theme-ui-colors-footerBg,#0095da);
    padding: 50px 0;
    color: #ffffff;
}
.ins_fWidget {
    margin: auto;
    margin-top: 20px;
}
.insta_footer .f_header {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.f_content {
    margin-top: 20px;
}
.f_address_content span {
    width: 70px;
    font-size: 15px;
    font-weight: 600;
}
.ins_f_social_icons a{
    color: #ffffff;
}
.ins_f_social_icons li:not(:last-child) {
    margin-right: 15px;
}
.f_links a {
    color: #ffffff;
    transition: 0.3s;
}
.f_links i {
    margin-right: 10px;
}
.f_instagram {
    display: flex;
    flex-wrap: wrap;
}

.f_instagram img {
    width: 100%;
}

.f_instagram li {
    margin: 0 5px 5px 0;
}
.f-logo {
    width: 69%;
}
.f-logo img {
    width: 100%;
}
.f_copyright_content a,
.f_address_content   a{
    color:#760E12;
}
.ins_f_social_icons .fa-facebook-f {
    color: #38529A;
}
.ins_f_social_icons .fa-twitter {
    color: #1C9CEA;
}
.ins_f_social_icons .fa-instagram {
    color: #833ab4;
}
.ins_f_social_icons .fa-pinterest {
    color: #C51B22;
}
.f_address_content {
    text-align: left;
}
.ins_f_social_icons i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.45rem;
    margin-bottom: 0px;
}
.f_links a:hover{
    color: #760E12;
}
.f_links li {
    position: relative;
    padding-left: 15px;
}
.f_links li:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}
/*==========================Copyright Single line===================*/
.footer_copyright {
    color: #fff;
    background: #760E12;
    position: relative;
}
.footer_copyright:before {content: "";position: absolute;width: 100%;height: 100%;top: 0;background: rgba(0,0,0,.5);}
.f_copyright_content {
    padding: 15px 0;
    position: relative;
}
.f_address_content a,
.f_copyright_content a{
    font-weight:700
}
.f-address h5 {
    font-weight: 700;
    color: #343434;
}
.f_copyright_content a{
    color:  #0095da;
}
/*Scroll up*/
#scrollUp {
    position: fixed;
    display: none;
    z-index: 9;
    bottom: 2px;
    right: calc(50% - 40%);
    cursor: pointer;
    text-align: center;
    color: #fff;
    -webkit-transition: 1s;
    width: 50px;
    height: 50px;
    padding: 9px;
    -moz-transition: 1s;
    transition: 1s;
    background-color: #0095da;
    font-size:16px;
    transform: rotate(-90deg);
    line-height: 2;
    border-radius: 50%;
}

#scrollUp:hover{
    background-color:#760E12;
    color: #fff;  
    opacity: 1;  
}

/*Preloader*/
@media  only screen and (max-width: 600px) {
    [id*="loading"] {
    
    
    }
}	
#loading {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
display: block;
opacity: 1;
background-color: #fff;
z-index: 99;
text-align: center;
}

@media  only screen and (max-width: 600px) {
[id*="loading-image"] {
width:100%;
top: 25%;

}
}
@media  only screen and (min-width: 1200px) {
[id*="loading-image"] {
top: 25%;
left: 35%;

}
}

#loading-image {
position: absolute;
z-index: 999999999;
}
#loading-image2 {
position: absolute;
top: 0;
left: 0;
width:100%;
z-index: 100;
}
.sina-nav{
z-index: 9;
}
/*=============================================================================
-------------------------------------------------------------------------------
                                    THANK YOU   
-------------------------------------------------------------------------------
===============================================================================*/