/*[font Variables]*/

@import url('../css2');
@import url('../css2-1');
@import url('../css2-2');
@import url('../css2-3');
@import url("../ajax/libs/font-awesome/5.15.1/css/all.min.css");
/*[debugging.css]*/

@import url('header.css');
@import url('page-css/about-page.css');
@import url('page-css/contact-page-style.css');
@import url('page-css/services-page-style.css');
@import url('footer.css');
@import url('animate.css');
@import url('flaticon.css');
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../font-awesome/2.0/font/fontawesome-webfont.eot") format("embedded-opentype"), url("../font-awesome/2.0/font/fontawesome-webfont.woff") format("woff"), url("../font-awesome/2.0/font/fontawesome-webfont.ttf") format("truetype"), url("../font-awesome/2.0/font/fontawesome-webfont.svg") format("svg");
}

;
/*** 

====================================================================
  Global Settings
====================================================================

 ***/

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

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* font-family: FontAwesome; */
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}
body, p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

p {
    margin-bottom: 0rem;
}

a.navbar-brand {
    height: auto;
}

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

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.overlay {
    background: #000000a3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

#scroll {
    display: none;
    position: fixed;
    z-index: 9;
    left: 50px;
    bottom:50px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #e6760c;
    border: solid 2px #e6760c;
    border-radius: 50px;
    text-align: center;
    -webkit-animation: pulse 3s infinite;
    -o-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}
#scroll span {
    display: inline-block;
    line-height: 33px;
    color: #fff;
}
#scroll span > img {
    max-width:18px;
}
#scroll:hover {
    border: solid 2px #f4f2f2;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
@keyframes pulse {
    50% {
        box-shadow: 0 0 0 10px rgb(240, 149, 30),
            0 0 0 18px rgba(248, 178, 97, 0.53)
    }
}


/***..........................image block style..........................***/

img {
    max-width: 100%;
}
#success {
    display: none;
}

#error {
    display: none;
}

/* Btn css*/

/* End btn css*/

/* Main title css
============================================================================================ */
.parent-btn {
    width: 100%;
    float: left;
}
.common-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #ff9e04;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: initial;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    outline: none;
}
.common-btn:hover, .common-btn:focus {
    background: #ff9e04;
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
}
.page-heading {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    text-align: center;
    color: #fff;
}
.page-heading h2 {
    font-size: 40px;
    color: #00142c;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
}
.page-heading span {
    display: block;
    padding-bottom: 8px;
    font-family: 'Philosopher', sans-serif;
    font-size: 34px;
    color: #ff9e04;
    font-weight: 600;
}
.page-heading p {
    padding-top: 5px;
    font-size: 16px;
    color: #4d4c4c;
    font-weight: 400;
    line-height: 28px;
}

/*CSS3 Bounce Animation*/

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(20px);
        opacity: 0;
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateY(0);
    }
    50% {
        -o-transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
        opacity: 0;
    }
}

/*** 

====================================================================
  Main Slider style
====================================================================

***/

.slider_area.mr_top {
    margin-top: 140px;
}
.slider_area {
    min-width: 0;
    /* min-height: calc(100vh - 165px); */
    overflow: hidden;
    background: #eceef3;
    position: relative;
}
/* .slider_area.h-none{
    min-width: 0;
    height: auto !important;
    overflow: hidden;
} */
.slider_area .container-fluid {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
.slider_area .row {
    height: 100%;
}
.slider_area .col-lg-12 {
    position: relative;
    padding: 0;
    height: 100%;
}
.slider_area .slide {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
}
.nobanner-slider.slider_area .slide {
    background: url(../img/home-slider/slide-1.png) 120% top no-repeat;
    background-size: contain;
}
.slider_area .slide img {
    max-width: 100%;
}
.slider_area .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #0c0d0ea3;
}
.slider_area .carousel-captions {
    position: absolute;
    top: 40%;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.slider_area .carousel-captions.text-center {
    width: 82%;
    margin: auto;
    left: 0;
    right: 0;
}
.slider_area .carousel-captions .caption-align-center-wrap {
    margin: 0 auto;
}
.slider_area .caption-align-center-wrap p {
    font-size: 16px;
    color: #ffffff9e;
    font-weight: 300;
    margin: 5px 0 30px;
}
.slider_area .carousel-captions .heading {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}
.slider_area .carousel-captions .heading small {
    display: block;
    padding-bottom: 8px;
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
    line-height: 55px;
}

.slider_area .parent-btn .common-btn {
    padding: 12px 36px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 100px;
}
.slider_area .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.slider_area .owl-nav .owl-prev, .slider_area .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    margin-right: 10px;
    color: #FFF;
    font-size: 19px;
    margin: 5px;
    padding: 0px;
    background: #343a4dc4;
    border: solid 1px #343a4dc4;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    line-height: 55px;
}
.slider_area .owl-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
    margin: auto;
}
.slider_area .owl-nav .owl-prev {
    left: 30px;
}
.slider_area .owl-nav .owl-next {
    right: 30px;
   
}
.slider_area:hover .owl-nav .owl-prev, .slider_area:hover .owl-nav .owl-next{
    background: #525457;
    color: #fff;
}
.homesecuritysytm-list {
    list-style: none;
}
.homesecuritysytm-list > li {
    padding: 10px 0px;
    overflow: hidden;
}
.homesecuritysytm-repeat {
    width: 100%;
    display: table;
}
.homesecuritysytm-repeat span {
    width: 50px;
    padding-right: 15px;
    display: table-cell;
}
.homesecuritysytm-repeat strong {
    width: 70px;
    height: 70px;
    padding: 5px;
    background: #e6760c;
    display: inline-block;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height:68px;
    position: relative;
}
.homesecuritysytm-repeat strong:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: solid 5px #ff9f54;
    border-radius: 100%;
}
.homesecuritysytm-repeat strong i {
    font-size: 28px;
}
.homesecuritysytm-repeat strong i:before {
    margin-left: 0px;
    /* font-size: 40px; */
}
.homesecuritysytm-repeat > p {
    display: table-cell;
    padding: 12px 20px;
    font-size: 17px;
    color: #f9faf9;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 100px;
}
.as_banner_img {
    position: relative;
}

.as_banner_img .as_hand_bg {
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
    display: inline-block;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.as_banner_img .as_hand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 60%;
}
.home1-img {
    max-width: initial;
    width: 100%;
}
/*...................End Slder...................*/

/*...................whoweare-section-Start...................*/
.whoweare-section {
    width: 100%;
    float: left;
    padding:60px 0px;
}
.whoweare_main {
    width: 100%;
    float: left;
}
.whoweare-imgpanel {
    padding: 20px;
    text-align: center;
}
.whoweare-content {
    width: 100%;
    float: left;
}
.whoweare-content h3 {
    font-size: 24px;
    color: #494949;
    line-height: 32px;
    font-weight: 600;
}
.whoweare-content p {
    padding: 10px 0px 30px 0px;
    margin: 0px;
    font-size: 16px;
    color: #4d4c4c;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

/*...................whoweare-section-End...................*/

/*===================================================services-project-section-Start===================================================*/
.services-section {
    width: 100%;
    float: left;
    background-color: #fbfbfb;
    padding: 60px 0px;
}
.services-mainpanel {
    width: 100%;
    float: left;
}
.services-section .page-heading {
    padding-bottom: 10px;
}
.services_group {
    height: 100%;
    padding: 25px 0px;
}
.services_panel {
    width: 100%;
    float: left;
    height: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow:0px 1px 6px 3px rgb(219 213 213 / 53%);
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
/*.services_panel::before {
    content: "";
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: -8px;
    left: -8px;
}
.services_panel::after {
    content: "";
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    bottom:-10px;
    right: -10px;
}*/
.services_icon {
    width: 135px;
    height: 135px;
    line-height: 120px;
    background: #fff;
    font-size: 45px;
    text-align: center;
    display: inline-block;
    border: solid 7px #f0f3f7;
    border-radius: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    /*    transform-origin: bottom;*/
    box-shadow: 0px 1px 8px 3px #b9bbbd78;
    position: relative;
    z-index: 1;
}
.services_icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0,0);
    transition: .5s ease;
    z-index: -1;
}
.services_panel:hover .services_icon {
    color: #ffffff;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.services_icon img {
    max-width: 80%;
    margin: auto;
}
.services_panel:hover .services_icon  {
    background:#ff9e04;
    box-shadow: 0px 1px 8px 3px rgba(219, 213, 213, 0.57);
}
.services_panel:hover {
    border-color: #eb0101;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 1px 15px 3px rgba(219, 213, 213, 0.75);
}
.services_conts {
    padding:20px 30px;
    color: #fff;
    text-align: center;
    -webkit-transition:bottom 0.5s ease;
    -o-transition:bottom 0.5s ease;
    transition:bottom 0.5s ease;
}
.services_conts h3{
    padding: 15px 0px 10px 0px;
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    position: relative;
}
.services_conts:hover h3:before {
    background: #000000;
}
.services_conts p{
    padding: 5px 0px 0px 0px;
    font-size: 16px;
    color: #4d4c4c;
    font-weight: 300;
    line-height: 25px;
}
.services_conts .common-btn {
    background: #fff;
    border: solid 1px #ff6f00;
    color: #ff6f00;
}
.services_group:hover .services_conts .common-btn{
    background: #ff6f00;
    border: solid 1px #ff6f00;
    color:#fff;
}
/*===================================================services-project-section-End===================================================*/

/*===================================================whychooseus-section-Start===================================================*/
.whychooseus-section {
    width: 100%;
    float: left;
    padding:60px 0px;
}
.whychoose-content {
    width: 100%;
    float: left;
}
.whychoose-content .page-heading {
    padding-bottom: 30px;
}
.whychooseus-list {
    width: 100%;
    float: left;
}
.whychoose-panel {
    width: 100%;
    float: left;
    display: table;
    background: #ffffff;
    padding: 20px 30px;
    margin: 20px 0px;
    box-shadow: 0px 1px 6px 3px rgb(219 213 213 / 53%);
    border-radius: 4px;
}
.whychoose-panel span{
    width: 90px;
    display: table-cell;
}
.whychoose_icon{
    width: 90px;
    height: 90px;
    background: #ff9e04;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 100%;
    border: solid 2px #fff;
}
.whychoose_icon img {
    max-width: 45px;
}
.whychoose-panel p{
    display: table-cell;
    padding-left: 12px;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}
.whychoose-panel:hover {
    background: #f6f6f6;
}
/*===================================================whychooseus-section-End===================================================*/
/*...................processwork-section-Start...................*/
.processwork-section {
    width: 100%;
    float: left;
    padding: 60px 0px 50px 0px;
    background: #fdfdfd;
    position: relative;
    z-index: 2;
}
.processwork-section .page-heading {
    padding-bottom: 30px;
}
.processwork-main {
    width: 100%;
    float: left;
    padding:0px 10px;
    overflow: hidden;
}
.processwork-group {
    width: 100%;
    float: left;
    height: 100%;
    padding: 40px 0px;
}
.processwork-panel {
    width: 100%;
    height: 100%;
    float: left;
    background: #fff;
    color: #fff;
    text-align: center;
    box-shadow: 0px 1px 6px 3px rgb(219 213 213 / 53%);
    transition: all 0.5s ease;
}
.processwork-step {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom:26px;
}
.processwork-icon{
    width: 72px;
    height: 72px;
    display: inline-block;
    background: #ff9e04;
    font-size: 32px;
    line-height: 76px;
    position: relative;
    top: -37px;
    border-radius: 100%;
}
.processwork-step h3{
    font-size: 28px;
    color: #000;
    line-height: 20px;
    font-weight: bold;
}
.processwork-contents {
    width: 100%;
    float: left;
    background: #fbfbfb;
    padding: 20px 20px;
    transition: all 0.5s ease;
}
.processwork-contents p {
    font-size: 15px;
    color: #302e2e;
    font-weight:400;
    line-height: 24px;
}
.processwork-contents ul {
    padding: 00px 10px;
}
.processwork-contents ul li{
    padding: 5px 0px 5px 18px;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    position: relative;
}
.processwork-contents ul li:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 16px;
    color: #ff9e04;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: 8px;
}
.processwork-panel:hover, .processwork-panel.active {
    background:#ffedd0;
}
.processwork-panel:hover .processwork-contents, .processwork-panel.active .processwork-contents{
    background:#ffedd0;
}

/*...................processwork-section-End...................*/

/*===================================================client-success-section-Start===================================================*/
.clientsuccess-section {
    width: 100%;
    float: left;
    padding: 60px 0px;
    background: #fff0d8;
}
.clients-listgrid {
    width: 100%;
    float: left;
}
.clients-listgroup {
    padding:15px 0px;
    display: table;
}
.project-experience {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: 500;
    line-height: 40px;
}
.exp-plus {
    display: inline-block;
    padding-left: 3px;
}
.project-experience h5 {
    font-size: 18px;
    color: #b40303;
    font-weight: 500;
}
.count {
    padding-bottom: 5px;
    display: inline-block;
    border-radius: 50px;
    font-size: 60px;
    color: #000;
    font-weight: 600;
    line-height: 60px;

}

/*===================================================client-success-section-end===================================================*/

/*...................testimonial-section-Start...................*/
.testimonial-section {
    width: 100%;
    float: left;
    padding: 60px 0px 20px 0px;
    background: #fbfbfb;
}
.testimonial-main {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.testimonial-inline {
    display: inline-block;
}
.testimonial-slider {
    width: 100%;
    float: left;
}
.testimonial-slider .owl-item img {
    opacity: 0.5;
}
.testimonial-slider .owl-item.center img {
    opacity: 1;
}
.testimonial-group {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.testimonial-maincontent {
    /* width: 70%;
    padding: 0px;
    position: absolute;
    top: 60px;
    bottom: 60px;
    margin: auto;
    right: 0; */
}
.testimonial-content {
    width: 100%;
    float: left;
    background: #fff;
    /*    position: absolute;*/
    opacity: 0.8;
    text-align: center;
}
.testimonial-content figure {
    display: inline-block;
    position: relative;
}
/* .testimonial-content figure{
    width: 105px !important;
    height: 105px !important;
    display: inline-block;
}
.testimonial-content figure span{
    width: 105px !important;
    height: 105px !important;
    display: inline-block;
}
.testimonial-content span img{
    width: 105px !important;
    height: 105px !important;
    display: inline-block !important;
    border-radius: 100%;
    overflow: hidden;
} */
.testimonial-content h3 {
    padding-top: 20px;
    font-size: 20px;
    color: #48bce3;
}
.testimonial-content h4 {
    padding-top: 10px;
    font-size: 16px;
    color: #717171;
    font-weight: 400;
}
.testimonial-content p {
    height: 100px;
    overflow: hidden;
    padding:20px 0px 0px 0px;
    font-size: 15px;
    color: #343434;
}
.testimonial-content img {
    width: auto !important;
    max-width: 100% !important;
    margin: auto;
    border-radius: 20px;
}
.testimonial-slider .owl-dots {
    width: 100%;
    float: left;
    padding-top: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.testimonial-slider .owl-dot {
    display: inline-block;
    padding: 0px 5px;
}
.testimonial-slider .owl-dot span{
    width: 12px;
    height: 12px;
    display: inline-block;
    background:#cccccc;
    border-radius: 100px;
}
.testimonial-slider .owl-dot.active span{
    background:#2957a9;
}
.testimonial-slider .owl-dot.active .testimonial-group{
    box-shadow: 0px 2px 40px 5px rgba(0, 0, 0, 0.10980392156862745);
    padding: 0;
}
.testimonial-slider .owl-prev {
    width: 300px;
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 60px;
    opacity: 0;
}
.testimonial-slider .owl-prev i{
    display: none;
}
.testimonial-slider .owl-next {
    width: 300px;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 60px;
    opacity: 0;
}
.testimonial-slider .owl-next i{
    display: none;
}
.mobile-panel {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0px;
    text-align: center;
    width: 190px;
    margin: auto;
}
.inline-panel {
    display: inline-block;
    position: relative;
}
.mobile-panel img {
    width: 100%;
}
 .testimonial-content:hover .img-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.img-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(255 158 4 / 77%);
    text-align: center;
    opacity: 0;
    border-radius: 20px;
    transition: all .3s ease;
}
.testimonial-slider .testimonial-content .img-overlay .gallery-contentpanel {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.testimonial-slider .testimonial-content .img-overlay .galleryzoom-panel {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.testimonial-slider .testimonial-content .galleryzoom-panel i.fa {
    width: 45px;
    height: 45px;
    display: inline-block;
    border: solid 1px #b40303;
    background: #b40303;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
}
/*...................testimonial-section-End...................*/

/*===================================================newsarticle-section-Start==================================================*/
.newsarticle-section {
    width: 100%;
    float: left;
    background-color: #fdfdfd;
    padding: 60px 0px 80px 0px;
}
.newsarticle-section .page-heading h2 {
    color: #041d4e;
}
.newsblog-mainpanel {
    width: 100%;
    float: left;
}
.newsblog-gridpanel {
    width: 100%;
    float: left;
}
.newsblog-group {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 6px 12px 0px #cccccc59;
    overflow: hidden;
}
.newsblog-imgpanel {
    width: 100%;
    display: inline-block;
    position: relative;
}
.newsblog-imgpanel img {
    width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.newsarticle-slider .owl-item.active.center .newsblog-group img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.newsblog-group:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.newsblog-date {
    padding: 8px 24px;
    background: #ff9e04;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    color: #fff;
    font-size: 18px;
}
.newsblog-conents {
    width: 100%;
    float: left;
    background: #fff;
    padding:20px;
}
.newsblog-info {
    display: table;
    padding-bottom: 15px;
}
.newsblog-info li {
    display: table-cell;
    padding: 0px 24px;
    font-size: 15px;
    color: #4c4c4c;
    font-weight: 300;
    line-height: 15px;
}
.newsblog-info li:first-child {
    padding-left: 0px;
}
.newsblog-info li:last-child {
    border: none;
    padding-right: 0px;
}
.newsblog-conents h3 {
    font-size: 24px;
    font-weight: 600;
}
.newsblog-conents p {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #4d4c4c;
    font-weight: 300;
    line-height: 30px;
}
.newsblog-conents a {
    color: #ff9e04;
    font-size: 16px;
}
.newsblog-conents a i {
    font-size: 13px;
}
.newsblog-conents .common-btn:hover,.newsblog-conents .common-btn:focus {
    color: #fff;
}
.newsblog-conents .common-btn:hover:before, .newsblog-conents .common-btn:focus:before {
    background: #f58763;
}
/*===================================================newsarticle-section-End==================================================*/


.whoweare-main {
    width: 100%;
    float: left;
    position: relative;
}
.whoweare-contents {
    width: 100%;
    float: left;
    margin-top: -75px;
    position: relative;
    z-index: 2;
}
.whoweare-main .container{
    position: relative;
}
.whoweare-main:before {
    content: "";
    width: 33%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #0e1d44;
}
.callto-action {
    display: table;
    margin: auto;
}
.callaction-panel {
    display: table-cell;
    padding: 30px 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: right;
}
.callaction-panel a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.callaction-panel a:hover, .callaction-panel a:focus {
    text-decoration: none;
}
.callaction-panel span {
    padding-right: 5px;
    font-size: 27px;
    color: #e8e8e8;
    line-height: 25px;
    vertical-align: middle;
}
.callaction-panel strong{
    padding-bottom: 5px;
    border-bottom: solid 2px;
}
.welcome-main {
    width: 100%;
    float: left;
    padding-top: 100px;
}
.welcome-img {
    width: 100%;
    height: 100%;
    position: relative;
}
.welcome-img img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.welcome-text {
    width: 100%;
    float: left;
    padding: 0px 60px 90px 30px;
    text-align: left;
}
.welcome-text h2{
    padding-bottom: 60px;
    font-family: 'Lora', serif;
    color: #0e1d44;
    font-size: 52px;
    font-style: italic;
    font-weight: 600;
    line-height: 55px;
}
.welcome-text h2 span{
    display: block;
}
.welcome-text p{
    padding-left: 30px;
    font-family: 'Lora', serif;
    font-size: 18px;
    color: #000;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
}
.welcome-text a {
    font-size: 16px;
    color: #248fb1;
    font-weight: 400;
    text-decoration: underline;
}
/*...................whoweare-section-End...................*/

/*...................needhelp-section-Start...................*/
.needhelp-section {
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: url(../img/need-help/needhelp-bg.jpg) left top no-repeat;
    background-size: cover;
}
.needhelp-main {
    height: 100%;
    display: flex;
    align-items: center;
}
.needhelp-section .container {
    margin: auto;
}
.help-call {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0px;
    margin: 0px;
    text-align: right;
}
.needhelp-content {
    width: 100%;
    margin: auto;
    text-align: center;
}
.needhelp-content h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
}
.call-appointment {
    background: #e18f0c;
    background: #b30303;
    display: table;
    margin: 25px auto 20px auto;
    padding:20px 24px 24px 12px;
    border-radius: 6px;
}
.call-appointment.call-russia {
    background: #e18f0c;
}
.call-appointment i {
    display: table-cell;
    vertical-align: middle;
}
.call-appointment i small {
    width: 48px;
    height: 48px;
    /* background: #ff9e04; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.call-appointment span {
    display: table-cell;
    padding-left: 15px;
    font-size: 26px;
    color: #000;
    font-weight: 800;
    text-align: left;
}
.call-appointment span strong {
    font-size: 26px;
    color: #fff;
    line-height: 26px;
}
.call-appointment span a {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    line-height: 26px;
}
.call-appointment span small {
    display: block;
    padding-top: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.5px
}
.needhelp-content .common-btn {
    padding: 10px 20px;
    background: #d40a0a;
    font-size: 25px;
    text-transform: capitalize;
    border-radius: 8px;
}
/*...................anyqueston-section-End...................*/

/*...................accordion-new-section-Start...................*/
.homefaq-section {
    width: 100%;
    float: left;
    padding: 60px 0px 100px 0px;
}
.accordion-section {
    width: 100%;
    float: left;
    position: relative;
    background-color: transparent;
    margin: 0;
    z-index: 4;
}
.accordion {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}
.accordion-header {
    position: relative;
}
.accordion-button {
    background: #fdfdfd;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 14px;
    color: #212529;
    font-weight: 600;
    text-align: left;
    border: 0;
    outline: none !important;
    border-radius: 0;
    overflow-anchor: none;
    /* transition: all 0.5s ease-in; */
}
.accordion-item.active .accordion-button{
    color: #ff9e04;
    font-size: 15px;
}
.homefaq-section .accordion-item {
    background-color: #fff;
    margin: 8px 0;
    border: none;
    box-shadow: 0px 1px 6px 3px rgb(219 213 213 / 53%);
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.homefaq-section .accordion-button::after, .homefaq-section .accordion-button::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 29px;
    display: block;
    width: 14px;
    height: 2px;
    background-color: #000;
}
.homefaq-section .accordion-item.active .accordion-button::after {
    background-color: #ff9e04;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.homefaq-section .accordion-button::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.accordion-item.active .accordion-body {
    visibility: visible;
    opacity: 1;
    padding: 15px 25px;
    height: auto;
}
.accordion-body {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    background: #fff;
    padding:0;
    border-top: solid 1px #efefef;
    transition: height 3s ease;
}
.accordion-body p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}
/*...................accordion-new-section-End...................*/

/*...................callus_section-Section...................*/
.callus_section {
    width: 100%;
    float: left;
    padding:40px 0px;
    background:#fdfdfd;
  }
   .callus_grid {
    width: 100%;
    float: left;
    padding: 30px;
    box-shadow: 10px 5px 70px #0000000d!important;
  }
  .callus_text {
    padding: 5px 0;
    transition: top 0.5s ease;
    text-align: center;
  }
  .callus_text h3 {
    margin-bottom: 20px;
    margin-top: 15px;
    color: #1D1D1D;
    font-size: 24px;
    font-weight: bold;
  }
  .callus_text a {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }
  .callus_group {
    border-right: solid 2px #e0e0e0;
  }

/*...................callus_section-End...................*/



/*..................................................prvcypolvcy_page-Start..................................................*/
.prvcypolvcy_page {
    width: 100%;
    float: left;
    padding:140px 0px 60px 0px;
}
.prvcypolvcy_main {
    padding-top: 50px;
}
.page_title {
    font-size: 40px;
    color: #000;
    font-weight: 800;
}
.prvcypolvcy_text {
    margin-top: 25px;
    letter-spacing: .015rem;
    line-height: 1.67;
    font-size: 17px;
    color: #000;
}
.prvcypolvcy_text h2 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1px;
}
.prvcypolvcy_text p {
    padding: 12px 0px 0px 0px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}
.prvcypolvcy_text h3 {
    padding: 20px 0px 10px 0px;
    font-size: 22px;
    color: #000;
    line-height: 35px;
}
.prvcypolvcy_text ul {
    display: flex;
    flex-direction: column;
    list-style: disc outside;
    margin: 0 0 24px;
}
.prvcypolvcy_text ul li{
    margin: 0 0 0 24px;
    text-align: left;
    line-height: 1.58;
    color: #000;
    font-weight: 600;
}
.prvcypolvcy_text ul li strong {
    font-weight: 600;
}
.prvcypolvcy_text ul li span {
    font-weight: 400;
}
.prvcypolvcy_text ul li a {
    color: #ff9e04;
}
/*..................................................prvcypolvcy_page-End..................................................*/

/*..................................................not-found_page-End..................................................*/

.pagenot_foundtext {
    text-align: center;
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pagenot_foundtext h1{
    font-size: 70px;
    color: #a5a5a5;
}
.pagenot_foundtext p{
    padding: 20px 0px 20px 0px;
    color: #000;
    font-size: 24px;
    font-weight: 300;
}
.go-back {
    border: solid 2px #ff9e04;
    padding: 10px 15px;
    color: #ff9e04;
}
.go-back span {
    padding-left: 5px;
}
.go-back:hover {
    background-color: #ff9e04;
    color: #fff;
}
/*..................................................not-found_page-End..................................................*/



/*===================================================commonbanner-breadcrumb-css-Start===================================================*/
.banner_area {
    margin-top:140px;
    height: 350px;
    background-size: cover;
    /*min-height: 352px;*/
    position: relative;
    z-index: 2;
}
.banner_area .container {
    height: 100%;
}
.content-align {
    display: table;
    height: 100%;
    margin: auto;
}
.content-center {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
}
.banner_area{
    background:url(../img/inner-banner/aboutpage-banner.jpg) no-repeat scroll center center !important;
    background-size: cover;
}
.banner_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner_area .banner_content h1 {
    padding:30px 0 10px 0;
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.banner_area .banner_content h3 {
    padding:30px 0 10px 0;
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.banner_link {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.banner_link .abnner_link_inner a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .32px;
    margin-right: 20px;
    line-height: 50px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.banner_link .abnner_link_inner a:before {
    content: "\f715";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    left: -18px;
    top: 50%;
    -webkit-transform: rotate(70deg) translatex(-44%);
    -ms-transform: rotate(70deg) translatex(-44%);
    transform: rotate(70deg) translatex(-44%);
    color: #fff;
}
.banner_link .abnner_link_inner a:last-child {
    margin-right: 0px;
}
.banner_link .abnner_link_inner a:first-child:before {
    display: none;
}
.banner_link .abnner_link_inner a:hover, .banner_link .abnner_link_inner a.active {
    color: #fff;
    text-decoration: none;
}
.banner_area_plane {
    background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
    background-size: auto auto;
    background-size: cover;
    min-height: 235px;
    position: relative;
    z-index: 2;
}
.banner_area_plane::before {
    content: "";
    background:rgba(143, 143, 143, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner_area_plane .banner_content h3 {
    padding-top: 100px;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

/* End Banner Area*/

.our_about_area {
    background-color: #FFF;
}
.our_about_left_content {
    padding-right: 10px;
}
.our_about_left_content .section_title {
    padding-bottom: 30px;
}
.our_about_left_content  h2{
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.our_about_left_content h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .44px;
    color: #242424;
}
.our_about_left_content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .34px;
    padding-top: 30px;
}
/*===================================================commonbanner-breadcrumb-css-End===================================================*/