/*
Theme Name: SAFE AND SECURITY
Theme URI: http://defox.pk
Author: M.Shoaib Mughal
Author URI: http://defox.pk
Version: 1.0
*/

div.wrapper {
    width: 100%;
    display: inline-block;
}
div.container{
    width: 1250px;
    max-width: 100%;
    margin: 0 auto;
}
body {
    margin: 0;
    overflow-x: hidden;
}
ul, h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
/*====================================================
                SITE HEADER STYLE
=====================================================*/
/*==========SITE HEADER========*/
header#siteHeader {
    width: 100%;
    display: inline-block;
    position: absolute;
    z-index: 99123;
    background-image: linear-gradient(#fff, transparent);
    padding: 10px 0px 50px;
}
header#siteHeader .navigation {
    display: flex;
    align-items: center;
}
header#siteHeader .navigation #siteNav {
    height: auto;
    background: transparent;
}
header#siteHeader .navigation ul.ruby-menu > li{
    font-family: 'poppinsmedium';
    margin: 0px 15px;
}
header#siteHeader .navigation ul.ruby-menu > li > a {
    line-height: inherit;
    font-size: inherit;
    padding: 8px 12px;
    text-transform: capitalize;
    transition: 0.2s linear;
    color: #484D53;
}
header#siteHeader .navigation ul.ruby-menu > li > a:hover {
    color: #E42022;
}
ul.ruby-menu > li > ul > li, 
ul.ruby-menu > li > ul > li > ul > li {
    position: relative;
    border-bottom: 1px solid #484D53;
    text-transform: capitalize;
    font-family: 'poppinsmedium';
    color: #484D53;

}
ul.ruby-menu > li > ul > li > a{
    transition: 0.3s linear;
}
ul.ruby-menu > li > ul > li:last-of-type, 
ul.ruby-menu > li > ul > li > ul > li:last-of-type {
    border-bottom: 0px;
}
ul.ruby-menu > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > a:hover,
ul.ruby-menu > li > ul > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > ul > li > a:hover,
ul.ruby-menu > li > ul > li > ul > li > ul > li:hover > a,
ul.ruby-menu > li > ul > li > ul > li > ul > li > a:hover {
    background: #E42022;
    color: #fff;
}
ul.ruby-menu > li.ruby-active-menu-item:hover > a, 
ul.ruby-menu > li.ruby-active-menu-item > a:hover, 
ul.ruby-menu > li:hover > a, 
ul.ruby-menu > li > a:hover {
    background: 0 0;
    color: #E42022;
}

header#siteHeader .navigation .search_And_demo {
    display: flex;
    align-items: center;
}
div.navigation .search_And_demo form {
    border: 1px solid #ccc;
    margin-right: 25px;
    border-radius: 5px;
}
div.navigation .search_And_demo form input[type="search"] {
    border: 0;
    outline: none;
    background: transparent;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    width: 170px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'poppinsregular';
}
div.navigation .search_And_demo form button#searchSubmit {
    background: transparent;
    border: 0;
    margin-right: 10px;
    top: 3px;
    position: relative;
    color: #ccc;
    cursor: pointer;
}
div.mainBody {
    width: 100%;
    display: inline-block;
}
header#siteHeader .navigation .logo {
    width: 130px;
}
header#siteHeader .navigation .logo img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/**======HOME BANNER==========**/
section.siteBanner {
    width: 100%;
    display: inline-block;
}
section.siteBanner .banerBg {
    width: 100%;
    display: inline-block;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
section.siteBanner .banerBg {
    width: 100%;
    display: inline-block;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
section.siteBanner .banerBg .overlay {
    height: 750px;
    background-image: linear-gradient(#fff, #000);
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.banerBg .overlay .text {
    width: 750px;
    margin: 0 auto;
    border: 25px solid #e8e8e8;
}
div.banerBg .overlay .boxText {
    background: rgba(255,255,255,0.8);
    padding: 50px 30px;
    text-align: center;
    margin: 25px;
}
div.banerBg .overlay .boxText h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'poppinsextrabold';
}
div.banerBg .overlay .boxText h2 span {
    color: #E42022;
}
div.banerBg .overlay .boxText p {
    margin: 10px 0px;
    color: #000;
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'poppinsregular';
}
div.banerBg .overlay .boxText .mybtn{
    margin-top: 30px;
}
.siteButton {
    background: #E42022;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #484848;
    transition: 0.2s linear;
    font-size: 16px;
    font-family: 'poppinsmedium';
}
.siteButton:hover {
    background: #000;
    color: #fff;
}

/****=======HOME ABOUT US========***/
section.homeAbout {
    width: 100%;
    display: inline-block;
    padding: 150px 0px 80px;
    position: relative;
}
section.homeAbout .aboutRow {
    width: 100%;
    position: relative
}
div.siteHeading h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #E42022;
    font-family: 'poppinsbold';
}
div.siteHeading h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #484D53;
    font-family: 'poppinsextrabold';
}
section.homeAbout .aboutRow .aboutImage {
    width: calc(100% - 300px);
    height: 500px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
section.homeAbout .aboutRow .textBox {
    width: 50%;
    position: absolute;
    right: 0;
    top: -70px;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 4px #ddd;
}
section.homeAbout .aboutRow .textBox .content {
    margin: 10px 0px;
}
section.homeAbout .aboutRow .textBox .content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3em;
    font-family: 'poppinsregular';
    color: #707070;
}
section.homeAbout .aboutRow .textBox .mybtn {
    margin: 25px 0px 10px;
}

/**===========SECTION INDUSTRIES===========***/
section.industryService {
    width: 100%;
    display: inline-block;
}
section.industryService .siteHeading {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}
section.industryService .indusSlides {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
section.industryService .indusSlides .indusBox {
    width: 32.5%;
}
div.indusBox .indusBg {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
div.indusBox .indusBg .overlay {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 400px;
    transition: 0.2s linear;
    position: relative;
}
div.indusBox .indusBg .overlay::before {
    content: " ";
    width: 94%;
    height: 94%;
    display: block;
    position: absolute;
    left: 3%;
    top: 3%;
    border: 1px solid transparent;
    transition: 0.2s linear;
}
div.indusBox .indusBg .overlay:hover {
    background: rgba(228, 32, 34, 0.8);
}
div.indusBox .indusBg .overlay:hover:before {
    border: 1px solid #fff;
}

div.indusBox .indusBg .overlay a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
}
div.indusBox .indusBg .overlay a .textBox {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0px 25px;
}
div.indusBox .indusBg .overlay a .textBox h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
div.indusBox .indusBg .overlay a .textBox .info {
    margin: 10px 0px 15px
}
div.indusBox .indusBg .overlay a .textBox p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    font-family: 'poppinslight';
}
div.indusBox .indusBg .overlay a .textBox span {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'poppinsbold';
}
div.indusBox .indusBg .overlay a .textBox span i {
    position: relative;
    top: 1px;
}
/**==========SECTION OUR SERVICES==========***/
section.ourServices {
    margin: 80px 0px;
    padding: 80px 0px;
    background: #f8f8f8;
}
section.ourServices .siteHeading {
    text-align: center;
}
section.ourServices .srvRow {
    display: flex;
    padding-top: 15px;
}
section.ourServices .srvRow .servcBox {
    width: 25%;
    background: #fff;
    border: 1px dashed #ccc;
    text-align: center;
    padding: 10px;
}
div.srvRow .servcBox .icon {
    width: 80px;
    height: 80px;
}
div.srvRow .servcBox .icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
div.srvRow .servcBox .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
div.srvRow .servcBox .text{
    padding-bottom: 20px;
}
div.srvRow .servcBox .text h3 {
    text-transform: capitalize;
    font-size: 20px;
    margin: 5px 0px;
    transition: 0.3s linear;
    font-family: 'poppinsbold';
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.ourServices .srvRow .servcBox:hover h3{
   color: #E42022;   
}
div.srvRow .servcBox .text p {
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'poppinsregular';
    font-weight: 500;
    line-height: 1.3em;
    color: #707070;
}
/***========WORK STEPS=========***/
section.workSteps {
    width: 100%;
    display: inline-block;
    margin-bottom: 80px;
}
section.workSteps .siteHeading {
    text-align: center;
}
section.workSteps .stpRow {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
section.workSteps .stpRow .stepsBox {
   width: 35.5%;
}
div.stpRow .stepsBox .stepsBg {
    width: 101%;
    height: 360px;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.workSteps .stpRow .stepsBox .circledashed {
    border: 1px dashed #ccc;
    width: 290px;
    height: 290px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
    margin-right: 74px;
    overflow: hidden;
}
section.workSteps .stpRow .stepsBox:last-of-type{
    width: 28.5%;
}
section.workSteps .stpRow .stepsBox:last-of-type .stepsBg {
    width: 100%;
    height: 345px;
}
section.workSteps .stpRow .stepsBox:last-of-type .circledashed {
    border: 1px dashed #ccc;
    width: 280px;
    height: 280px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
    margin-right: 0px;
    overflow: hidden;
}

div.stpRow .stepsBox .stepsBg .snNumber {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 90px;
    text-align: center;
    line-height: 60px;
    top: 24px;
    margin-right: 85px;
    box-shadow: 0px 0px 12px #aeabab;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.workSteps .stpRow .stepsBox:last-of-type .snNumber{
    margin-right: 10px;
}
div.stepsBox .stepsBg .snNumber span {
    width: 60px;
    height: 60px;
    background: #e42022;
    color: #fff;
    font-size: 20px;
    font-family: 'poppinsregular';
    font-weight: 600;
    border-radius: 90px;
    display: block;
}
div.stepsBox .circledashed .text span {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 10px;
    display: block;
    transition: 0.2s linear;
    font-family: 'poppinsextrabold';
    color: #484D53;
}
div.stepsBox .circledashed:hover span{
    color: #E42022;
}
div.stepsBox .circledashed .text p {
    font-size: 14px;
    font-family: 'poppinsregular';
    font-weight: 500;
    line-height: 1.3em;
}

/***=====SECTION ABOUT APP=======***/
section.aboutApp {
    width: 100%;
    display: inline-block;
    background: #f8f8f8;
    padding: 80px 0px;
    position: relative;
}

section.aboutApp .abtApp_Row {
    display: flex;
}
section.aboutApp .abtApp_Row .abtInfo {
    width: 71%;
}
section.aboutApp .abtApp_Row .appDisplay {
    width: 29%;
}
div.abtApp_Row .abtInfo .siteHeading{
    margin-bottom: 15px;
}
div.siteHeading p {
    font-size: 14px;
    font-family: 'poppinsregular';
    line-height: 1.3em;
    color: #A4A4A4;
    margin-top: 4px;
}
div.abtApp_Row .abtInfo .appList {}
div.abtApp_Row .abtInfo .appList ul{}
div.abtApp_Row .abtInfo .appList ul li{
    list-style: none;
    border: 1px dashed #ccc;
    padding: 10px 15px;
    background: #fff;
    cursor: help;
} 
div.abtApp_Row .abtInfo .appList ul li .icon {
    width: 30px;
    margin-bottom: 4px;
}
div.abtApp_Row .abtInfo .appList ul li .icon img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
div.abtApp_Row .abtInfo .appList ul li h3 {
    font-size: 18px;
    color: #000;
    transition: 0.2s linear;
    font-family: 'poppinsbold';
    margin: 8px 0px 2px;
}
div.abtApp_Row .abtInfo .appList ul li:hover h3{
    color: #E42022;
}
div.abtApp_Row .abtInfo .appList ul li p {
    font-size: 14px;
    font-family: 'poppinsregular';
    font-weight: 500;
    color: #A4A4A4;
}

div.abtApp_Row .appDisplay{
    
} 
div.abtApp_Row .appDisplay .imagebg {
    position: absolute;
    top: 0;
    margin-left: 175px;
}
div.abtApp_Row .appDisplay .overlay {
    background: rgba(228, 32, 34, 0.6);
    height: 200px;
    width: 245px;
}
div.abtApp_Row .appDisplay .image {
    z-index: 99123;
    position: relative;
} 
div.abtApp_Row .appDisplay .image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
} 

/**=======HOME BLOG SECTION===========**/
section.homeBlog {
    width: 100%;
    display: inline-block;
    padding: 80px 0px;
}
section.homeBlog .siteHeading {
    text-align: center;
}
section.homeBlog .blogSlides {
    display: flex;
    margin-top: 15px;
}
section.homeBlog .blogSlides .blogBox {
    width: 33%;
}
section.homeBlog .blogSlides {
    display: flex;
    justify-content: space-between;
}
div.blogSlides .blogBox .image_bg {
    background-position: 50% 50% !important;
    background-size: cover !important;
}
div.blogSlides .blogBox .image_bg a {
    height: 300px;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 350px;
    position: relative;
    transition: 0.3s linear;
}
div.blogSlides .blogBox .image_bg a:hover {
    background: rgba(228, 32, 34, 0.8);
}
div.blogSlides .blogBox .image_bg a:before {
    content: " ";
    width: 94%;
    height: 94%;
    display: block;
    position: absolute;
    left: 3%;
    top: 3%;
    border: 1px solid transparent;
    transition: 0.2s linear;
}
div.blogSlides .blogBox .image_bg a:hover:before {
    border: 1px solid #fff;
}

div.blogSlides .blogBox .info{
    padding-right: 10px;
}
div.blogSlides .blogBox .info h4 {
    margin: 10px 0px 5px;
    font-size: 16px;
    font-family: 'poppinsmedium';
    color: #707070;
}
div.blogSlides .blogBox .info h4 span {
    color: #E42022;
}
div.blogSlides .blogBox .info a {
    font-size: 18px;
    font-family: 'poppinsbold';
    margin: 8px 0px 5px;
    color: #484D53;
    line-height: 1.3em;
    display: block;
    transition: 0.2s linear;
}
div.blogSlides .blogBox .info p {
    font-size: 14px;
    font-family: 'poppinsregular';
    font-weight: 500;
    color: #707070;
}
div.blogSlides .blogBox:hover a.title{
    color: #E42022;
}



/*====================================================
                SITE FOOTER STYLE
=====================================================*/

div.newsLatter {
    width: 100%;
    display: inline-block;
    padding: 60px 0px;
    background: #f8f8f8;
}
body.home div.newsLatter{
    background: #fff;
}
div.newsLatter .myNewslatter {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
div.myNewslatter div.siteHeading p {
    margin-top: 20px;
}
div.subscriberForm{
    margin-top: 25px;
}
div.subscriberForm form {
   
}
div.subscriberForm form .formGroup{
    display: flex;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
}
div.subscriberForm form .formGroup .wpcf7-form-control-wrap.Email {
    width: 100%;
}

div.subscriberForm form input[type="email"]{
    width: 100%;
    margin-right: 15px;
    border: 0;
    outline: none;
    height: 46px;
    text-indent: 15px;
    border: 1px solid #ccc;
    transition: 0.2s linear;
    font-family: 'poppinsmedium';
}
div.subscriberForm form input[type="email"]:focus{
    border: 1px solid #E42022;
}
div.subscriberForm form button#siteButton {
    border: 0;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000;
    border-radius: 0px;
}
div.subscriberForm form .formGroup .ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
    left: 0;
    margin: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div.subscriberForm form .formGroup .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 26px;
    left: 47%;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
div.subscriberForm form.invalid .wpcf7-response-output {
    display: none;
}
div.subscriberForm form.invalid .wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 20px;
}
div.subscriberForm form input[type="submit"] {
    border: 0;
    cursor: pointer;
    background: #E42022;
    margin-left: 10px;
    transition: 0.2s linear;
}
div.subscriberForm form input[type="submit"]:hover {
    background: #000;
    color: #fff;
}


footer#siteFooter {
    width: 100%;
    display: inline-block;
    background: #484D53;
    padding: 80px 0px 50px;
}
footer#siteFooter .ftrWidget h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 25px;
    text-transform: capitalize;
    font-family: 'poppinsbold';
}
footer#siteFooter .mainFtr{}
footer#siteFooter .mainFtr .ftrLogo {
    width: 100px;
}
footer#siteFooter .mainFtr .ftrLogo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
footer#siteFooter #media_image-2 {
    width: 100px;
    margin-bottom: 10px;
}
footer#siteFooter #text-2 p {
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    font-family: 'poppinsregular';
}
footer#siteFooter .mainFtr .ftrInfo {
    margin-top: 15px;
}
footer#siteFooter .mainFtr ul{
    margin-top: 15px;
}
footer#siteFooter .mainFtr ul li{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
footer#siteFooter .mainFtr ul li a {
    width: 36px;
    height: 36px;
    display: block;
    background: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 90px;
    color: #484d53;
    transition: 0.3s linear;
}
footer#siteFooter .mainFtr ul li a:hover {
    background: #E42022;
    color: #fff;
}

footer#siteFooter .mainFtr .ftrInfo p {
    color: #fff;
    font-size: 14px;
    font-family: 'poppinsregular';
}
footer#siteFooter .ftrLinks {}
footer#siteFooter .ftrLinks ul{}
footer#siteFooter .ftrLinks ul li{
    list-style: none;
    line-height: 2em;
    font-size: 14px;
    font-family: 'poppinsmedium';
}

footer#siteFooter .ftrLinks ul li a {
    color: #fff;
    transition: 0.2s linear;
}
footer#siteFooter .ftrLinks ul li a:hover {
    color: #E42022;
}
footer#siteFooter .ftrCertficate {}
footer#siteFooter .ftrCertficate .image {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
}
footer#siteFooter .ftrCertficate .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
footer#siteFooter .ftrCertficate h4 {
    font-size: 20px;
    margin: 10px 0px;
    text-transform: capitalize;
    color: #fff;
}
footer#siteFooter .ftrCertficate ul {}
footer#siteFooter .ftrCertficate ul li{
    display: inline-block;
    list-style: none;
    margin-right: 8px;
    font-size: 12px;
}
footer#siteFooter .ftrCertficate ul li a{
    width: 36px;
    height: 36px;
    border-radius: 90px;
    background: #fd6c60;
    text-align: center;
    line-height: 36px;
    display: block;
    color: #fff;
    transition: 0.3s linear;
}
footer#siteFooter .ftrCertficate ul li a:hover {
    color: #092d6c;
}
div.copyRight {
    background: #555C64;
    text-align: center;
     border-top: 1px solid #fff;
}
div.copyRight p {
    font-size: 14px;
    color: #fff;
    font-family: 'poppinsregular';
    padding: 15px 0px;
}
/*.slide_top #button {
    z-index: 999999;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 150px;
    font-size: 30px;
    color: #ccc;
}*/
#back-top {
/*  position: fixed;*/
    z-index: 99999;
    cursor: pointer;
    position: fixed;
    bottom: 12px;
    right: 13px;
    background-image: linear-gradient(to bottom left , #e42022, #484D53, #e42022);
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
}
#back-top a {
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(to bottom left , #e42022, #484D53, #e42022);
    padding: 0px 10px;
    border-radius: 5px;
}



/*=====================================
            404 Page style
=====================================*/
div.pageBanner404 {
    width: 100%;
    height: 430px;
    background-position: 54% 30% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    box-shadow: 0px 0px 5px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.pageBanner404 .pageHeading h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'poppinsextrabold';
    color: #000;
}
.elligal_data .error-container {
    text-align: center;
    font-size: 106px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    margin: 70px 15px;
}
.elligal_data .error-container > span {
    display: inline-block;
    position: relative;
}
.elligal_data .error-container > span.four {
    width: 136px;
    height: 43px;
    border-radius: 999px;
    background: linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%),
      linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%),
      linear-gradient(to right, #d89ca4, #e27b7e);
}
.elligal_data .error-container > span.four:before,
.elligal_data .error-container > span.four:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
}
.elligal_data .error-container > span.four:before {
    width: 43px;
    height: 156px;
    left: 60px;
    bottom: -43px;
    background:
      linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%),
      linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%),
      linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}
.elligal_data .error-container > span.four:after {
    width: 137px;
    height: 43px;
    transform: rotate(-49.5deg);
    left: -18px;
    bottom: 36px;
    background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}

.elligal_data .error-container > span.zero {
    vertical-align: text-top;
    width: 156px;
    height: 156px;
    border-radius: 999px;
    background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%),
      linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
    overflow: hidden;
    animation: bgshadow 5s infinite;
}
.elligal_data .error-container > span.zero:before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    background-color: transparent;
    left: 0px;
    bottom: 0px;
    background:
      linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%),
      linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.elligal_data .error-container > span.zero:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
    width: 70px;
    height: 70px;
    left: 43px;
    bottom: 43px;
    background: #FDFAF5;
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.elligal_data .screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
    
@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}
.elligal_data .elligal_data {
  background-color: #FDFAF5;
  padding: 50px 0px;
}
.elligal_data h1 {
  text-align: center;
  margin: 30px 15px;
}
.elligal_data .zoom-area { 
    max-width: 490px;
    margin: 30px auto 30px;
    font-size: 19px;
    text-align: center;
}
.elligal_data .link-container {
    text-align: center;
}
.elligal_data a.more-link {
    text-transform: uppercase;
    font-size: 13px;
    background-image: linear-gradient(to bottom left , #F9D933, #FBB13F);
    padding: 10px 15px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 50px;
    letter-spacing: 1px;
}
div.elligal_data {
    margin-bottom: 90px;
}

/*==========================================================================
            -------PAGE ------- STYLE ------INFORMATION------
===========================================================================*/
section.siteBanner.myPage .banerBg .overlay {
    height: 500px;
    background-image: linear-gradient(#fff, #000);
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.siteBanner.myPage .banerBg .overlay .text {
    margin: 50px auto 0px;
}
div.pageBanner {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
div.pageBanner .overlay {
    height: 350px;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
div.pageBanner .overlay .Text {
    text-align: center;
}
div.pageHeading h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'poppinsextrabold';
}
div.pageContent {
    padding: 60px 0px;
    width: 100%;
    display: inline-block;
}
div.pageContent p {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'poppinsregular';
}
div.rowInfo_grid .image {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
}
div.rowInfo_grid h2 {
    font-size: 30px;
    font-family: 'poppinsbold';
    margin-bottom: 10px;
}

/*==========================================================================
            -------PAGE --------------------- CONTACT US 
===========================================================================*/
section.homeAbout.contactSec .aboutRow .aboutImage .overLay {
    width: 100%;
    height: 100%;
    background: rgba(208, 2, 5, 0.8);
    padding: 30px;
    position: relative;
}
section.homeAbout.contactSec .aboutRow .aboutImage .overLay h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'poppinsbold';
}
section.homeAbout.contactSec .contftr.advnc{
    margin-top: 25px;
}
div.contftr.advnc {}
div.contftr.advnc ul {}
div.contftr.advnc ul li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    height: 40px;
    margin-bottom: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: 'poppinsregular';
}
div.contftr.advnc ul li a {
   color: #fff;
   margin-left: 10px;
}
div.contftr.advnc ul li span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 40px;
    border-radius: 90px;
    background: #fff;
    color: #E42022; 
    margin-right: 10px;
}
section.homeAbout.contactSec .mediaIcon {
    position: absolute;
    bottom: 30px;
}
section.homeAbout.contactSec .mediaIcon ul {
    
}
section.homeAbout.contactSec .mediaIcon ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
section.homeAbout.contactSec .mediaIcon ul li a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #E42022;
    background: #fff;
    cursor: pointer;
    border-radius: 90px;
    transition: 0.3s linear;
}
section.homeAbout.contactSec .mediaIcon ul li a:hover {
    background: #000;
    color: #fff;
}
section.homeAbout.contactSec form{
    margin-top: 25px;
}
section.homeAbout.contactSec form input {
    padding: 0;
    outline: none;
    height: 40px;
    width: 100%;
    margin-bottom: 15px;
    text-indent: 15px;
    border: 0;
    border: 1px solid #ccc;
}
section.homeAbout.contactSec form textarea {
    height: 150px;
    width: 100%;
    outline: none;
    text-indent: 15px;
    padding: 10px 0px;
    border: 0;
    border: 1px solid #ccc;
}
section.homeAbout.contactSec form input[type="submit"] {
    padding: 0;
    outline: none;
    height: auto;
    width: auto;
    margin-bottom: 15px;
    text-indent: 0;
    outline: none;
    cursor: pointer;
}
section.homeAbout.contactSec form input[type="submit"] {
    padding: 0;
    outline: none;
    height: auto;
    width: auto;
    margin-bottom: 15px;
    text-indent: 0;
    outline: none;
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
}


/*==========================================================================
            -------PAGE --------------------- Feature
===========================================================================*/
div.appFeatures {
    width: 100%;
    display: inline-block;
}
div.appFeatures .siteHeading {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    padding-bottom: 60px;
}
div.appFeatures .rowLeft {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.appFeatures .rowLeft .left {
    width: 33%;
    display: flex;
    align-items: center;
    position: relative;
}
div.appFeatures .rowLeft .left .image {
    height: 400px;
    float: right;
    position: relative;
    margin-left: 171px;
    width: 200px;
}
div.appFeatures .rowLeft .left .image img{
    max-width: 100%;
    max-height: 100%;
}
div.appFeatures .rowLeft .left .imageBox {
    width: 250px;
    height: 250px;
    background: #F3F3F3;
    border-radius: 100%;
    position: absolute;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 40px;
}
div.appFeatures .rowLeft .left .imageBox span {
    font-size: 74px;
    font-family: 'poppinsextrabold';
    color: #dbdbdb;
}

div.appFeatures .rowLeft .right {
    width: 65%;
}

/*dfdfd*/
div.appFeatures .rowRight {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.appFeatures .rowRight .left {
    width: 33%;
    display: flex;
    align-items: center;
    position: relative;
}
div.appFeatures .rowRight .left .image {
    height: 400px;
    float: right;
    position: relative;
    margin-left: 50px;
}
div.appFeatures .rowRight .left .image img{
    max-width: 100%;
    max-height: 100%;
}
div.appFeatures .rowRight .left .imageBox {
    width: 250px;
    height: 250px;
    background: #F3F3F3;
    border-radius: 100%;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 40px;
}
div.appFeatures .rowRight .left .imageBox span {
    font-size: 74px;
    font-family: 'poppinsextrabold';
    color: #dbdbdb;
}
div.appFeatures .rowRight .right {
    width: 65%;
}
div.appFeatures .right .text h2 {
    font-size: 30px;
    font-family: 'poppinsextrabold';
    display: inline-block;
    margin-bottom: 15px;
}

div.appFeatures .right .text p {
    font-size: 18px;
    font-family: 'poppinsregular';
    display: inline-block;
    margin-bottom: 15px;
}
div.appFeatures .emrRow {
    width: 100%;
    display: inline-block;
}
div.appFeatures .emrRow .mapAmerg{}
div.appFeatures .mapRow .mapAmerg {
    margin-top: -150px;
}
div.appFeatures .emrRow .mapAmerg img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
div.appFeatures .emrRow .text {
    margin-top: 110px;
}
div.appFeatures .emrRow .text h2 {
    margin-bottom: 10px;
    font-family: 'poppinsextrabold';
    font-size: 30px;
}
div.pageContent .emrRow .text p {
    font-size: 16px;
    font-family: 'poppinsregular';
}

div.appFeatures .mapRow .text h2 {
    margin-bottom: 10px;
    font-family: 'poppinsextrabold';
    font-size: 30px;
}
div.pageContent .mapRow .text p {
    font-size: 16px;
    font-family: 'poppinsregular';
}

div.adventure {
    background: linear-gradient(to right, #484d53 50%, #E42022 50%);
    margin-top: 80px;
}
div.pageContent.my.sp.app.feature {
    padding-bottom: 0;
}

div.adventure .featureLists {
    padding: 40px 20px;
}
div.adventure .featureLists h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'poppinsextrabold';
    margin-bottom: 4px;
}
div.adventure .featureLists p{
    color: #fff;
    font-size: 16px;
    font-family: 'poppinsregular';
}
div.adventure .lists {
    margin-top: 20px;
}

div.adventure .lists ul{}
div.adventure .lists ul li {
    list-style: none;
    margin-bottom: 20px;
}
div.adventure .lists ul li h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'poppinssemibold';
    margin: 12px 0px 4px;
}
div.adventure .lists ul li a {}
div.adventure .lists ul li .icon {
    width: 50px;
    display: block;
}
div.adventure .lists ul li .icon img{
    max-width: 100%;
    max-height: 100%;
}
/**SEARCH PAGE**/
div.searchWrap {
    padding: 50px 0px;
}
div.searchWrap .serch_result {
    padding: 25px 0px;
    border-bottom: 1px dashed #ccc;
}
div.searchWrap .serch_result:last-of-type{
    border-bottom: 0px;
}
div.searchWrap .serch_result .serch_content {}
div.searchWrap .serch_result .serch_content h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'poppinssemibold';
}
div.searchWrap .serch_result .serch_content p {
    color: #fff;
    font-size: 16px;
    font-family: 'poppinsregular';
}
div.searchWrap .notFound {
    text-align: center;
    color: red;
    font-style: italic;
    font-size: 16px;
    font-family: 'poppinsmedium';
}
/*services single page*/
div.pageContent article.serviceArticle { }
div.pageContent article.serviceArticle .image {
    width: 45%;
    height: 500px;
    float: right;
    margin-left: 20px;
    margin-bottom: 6px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/***ABOUT US PAGE***/
section.homeAbout.pageAbout {
    padding: 90px 0px 80px;
}
section.aboutQuote {
    width: 100%;
    display: inline-block;
}
section.aboutQuote .bgImage {
    padding: 60px 0px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    display: inline-block;
}
section.aboutQuote .bgImage .quoteBox {
    width: 600px;
    float: right;
    background: rgba(228, 32, 34, 0.7);
    padding: 80px;
    max-width: 100%;
    height: 500px;
    position: relative;
}
section.aboutQuote .bgImage .quoteBox .content{}
section.aboutQuote .bgImage .quoteBox .content p {
    font-size: 30px;
    color: #fff;
    font-family: 'poppinsmedium';
    font-style: italic;
    line-height: 2em;
}
section.aboutQuote .bgImage .quoteBox span.topComa {
    color: #fff;
    opacity: 0.5;
    font-size: 50px;
    position: absolute;
    top: 16px;
    left: 30px;
}
section.aboutQuote .bgImage .quoteBox .belowComa {
    color: #fff;
    opacity: 0.5;
    font-size: 50px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}
div.abtVision {
    width: 100%;
    display: inline-block;
    padding: 70px 0px 10px;
}
div.abtVision .cloumnRow {
    display: flex;
}
div.abtVision .cloumnRow .left {
    width: 49%;
}
div.abtVision .cloumnRow .left .image {}
div.abtVision .cloumnRow .left .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
div.abtVision .cloumnRow .right {
    width: 49%;
}
div.cloumnRow .right .infoText {
    
}
div.cloumnRow .right .infoText h2 {
    font-size: 30px;
    font-family: 'poppinsbold';
}
div.cloumnRow .right .infoText p {
    font-size: 16px;
    font-family: 'poppinsregular';
}
div.abtVision .cloumnRow .left .image.bottom {
    margin-top: -150px;
}
div.cloumnRow .right .infoText.bottom {
    padding-left: 25px;
    padding-top: 25px;
}
div.cloumnRow .right .infoText.top {
    padding-top: 86px;
}
section.homeAbout.contactSec form .wpcf7-response-output {
    display: none;
}
section.homeAbout.contactSec {
    padding: 100px 0px 30px;
}
/*===========RESPONSIVE============*/
div.toggleMenu {
    display: none;
}
header#siteHeader .navigation .resMenu {
    display: flex;
    width: calc(100% - 270px);
}
div.searchWrap .serch_result .serch_content p {
    color: #000;
}