@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('font-awesome.css');


@font-face {
    font-family: 'RotisSerif';
    src: url('../fonts/RotisSerif.otf') format('opentype');
}




/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {font-family:'Open Sans', sans-serif;letter-spacing:0.4px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1rem;overflow: hidden;color: #7d7b7f;
}


/* Repeatable Patterns
-------------------------------------------------------------- */
a { 
    font-size: 15px;    
    text-decoration: none;
    color: #3b4250;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #3742d2;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul, ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;       
}

b, strong {
    font-weight: 900;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {      
    display: inline-block;
    padding: 18px 39px 23px 40px;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background: #8b2ee1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {        
    color: #fff;
    background: #3742d2;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {   
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 17px;
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #e8ebf6;
    height: 70px;
    background-color: #fff;
    border-radius: 5px; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #374cd7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    padding: 17px 30px;
    height: 100px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {       
    color: #5f7586;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #5f7586;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #5f7586;
    opacity: 1;
}

/* Hover
-------------------------------------------------------------- */

.hdr_s1 #mainnav .menu{margin:0;margin-right:20px;margin-top: 5px;}
.hdr_s1 #mainnav .menu > li > a:hover,
.hdr_s1 #mainnav .menu > li > a.active
{
    color: #ffffff;
}
.hdr_s1 #mainnav .menu > li > .sub-menu > li > a.active, 
.hdr_s1 #mainnav .menu > li > .sub-menu > li > a:hover,
#bottom .socials-list.color-s1 a:hover,
.widget-nav-menu.color-s1 li a:hover {
    color: #000000;
}

.widget-popular-post .popular-post-list li a:hover,
.widget-popular-post .popular-post-list li a.active,
.blog-grid .title a:hover,
.widget-categories .categories-list li a:hover,
.flat-pagination ul li .page-numbers:hover,
.flat-pagination ul li .page-numbers.current,
.form-search .btn-search:hover,
.answer-question a:hover,
.fact .btn-contact .email.color-s1:hover,
.content-blog h2.title a:hover {
    color: #ff2e59;
}
.image-box-t1 .full-view a:hover {
    color: #3b4250;
}

/* loading-overlay
-------------------------------------------------------------- */
#loading-overlay {position: fixed;z-index: 999999;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;background: #fff;}
#loading-overlay .loader {position: absolute;top: 50%;left: 50%;width: 60px;height: 60px;margin: -30px 0 0 -30px;}
#loading-overlay .loader:before,
#loading-overlay .loader:after {position: absolute;display: inline-block;width: 60px;height: 60px;content: "";-webkit-animation: preloader-wave 1.6s linear infinite;animation: preloader-wave 1.6s linear infinite; border-radius: 50%;background: #fbbd41;}
#loading-overlay .loader:after {-webkit-animation-delay: -.8s;animation-delay: -.8s;}
@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

/* header
-------------------------------------------------------------- */

header {
    position: absolute;
    top: 0;
    z-index: 1111;
    width: 100%;
}

.search_query{width:250px;margin: 27px 20px 25px 60px;float: right;line-height:0;position:relative;}


.search_query input[type="text"] {display: inline-block;float: left;font-size: 14px;height: 20px;line-height: 24px;width: 95%;color: #696e79;-webkit-box-sizing: content-box;box-sizing: content-box;padding: 8px 10px 10px;margin: 0;outline: 0;border: 1px solid #eeeeee;border-radius: 0 24px 24px 0;border-left: 0;background: #fbfbfb;top:0;box-shadow:none;}



.query_search_btn { color:#a3a3a3;-webkit-box-sizing: content-box;box-sizing: content-box;display: inline-block;height: 28px;width: 46px;text-align: center;padding: 10px 0 0px;background: #fbfbfb;border: 1px solid #eeeeee;border-right: none;border-radius: 24px 0 0 24px;position: absolute;left: -41px;}

.search_query input[type="text"]::placeholder{color:#bbbbbb;}

.user_right { display: inline-block;    float: right;margin: 0 20px;line-height: 5.8rem;}
.user_right li{float:left;margin:0 10px;}

.user_right li a{display:block;text-decoration:none;}

.btn_enquire{background: #00a99d;color: #ffffff;padding: 10px 18px;font-size: 16px;font-weight: 500;border-radius: 25px;text-transform: uppercase;letter-spacing: 1px;}
.btn_enquire:hover{background: #018b81;}




#header {width: 100%;position: fixed;z-index: 999;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;font-family: 'Roboto', sans-serif;top: 20px;}
.hdr_s1.header-shadow {background-color: transparent; top:0 !important;}

.hdr_s1.header-fixed #mainnav .menu > li > a {
    line-height: 70px;
}

.hdr_s1.header-shadow {
    background-color: #fff;
}

.hdr_s1.header-shadow{-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);-ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);-o-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);}

.hdr_s1.header-shadow .socials-list-hd a, 
.hdr_s1.header-shadow #mainnav .menu li a {
    color: #222222;
}

.hdr_s1.header-shadow #mainnav .menu > li > a {
    line-height: 74px;    text-shadow: none;
}

.hdr_s1.header-shadow .hire-me-s1 a {
    background-color: #ffdc2e;
}

.hdr_s1.header-shadow .btn-hv-common .btn-inner:before {
    background-color: #a345fb;
}

.hdr_s1.header-shadow .btn-menu .line {
    background-color: #23233f;
}

/* menu
-------------------------------------------------------------- */
#mainnav .menu li a {
    font-size: 1.2rem;
    color: #ffffff;
}
#mainnav .menu > li {
    display: inline-block;
    position: relative;
}
#mainnav .menu > li > a {
    line-height: 70px;
    display: inline-block;
    padding: 0 0;
    margin: 0 18px;
    letter-spacing: 0.8px;
    position: relative;
    font-family:'RotisSerif', sans-serif;
    text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
}
#mainnav .menu > li > a span {
    position: relative;
}
#mainnav .menu > li > a span:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}
#mainnav .menu > li:hover > a span:after {
    width: 100%;
    left: 0;
    right: auto;
}
#mainnav .menu > li > a::after {
    content: "";
    display: block;
    opacity:0;
    background-color: #ff9800;
    position: absolute;
    left:0;
    bottom: 0;
    height: 4px;
    width: 100%;
   -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

#mainnav .menu > li:hover > a::after {
    opacity:1;
}

#mainnav .menu > li > .sub-menu {
    opacity: 0;
    z-index: 9999;
    position: absolute;
    width: 240px;
    background-color: rgb(255 255 255 / 75%);
    border-radius: 2px;
    top: 150%;
    left: 50%;
    padding: 12px 5px;
    visibility: hidden;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left:0;transform: translate(-50%, 0);
}
#mainnav .menu > li:last-child .sub-menu {
    left: auto;
    right: 0;
}
#mainnav .menu > li:last-child .sub-menu:before {
    right: 20px;
    left: auto;
}
#mainnav .menu > li:hover > .sub-menu {
    opacity: 1;
    z-index: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*#mainnav .menu > li > .sub-menu:before {
    content: '';
    top: -7px;
    left: 20px;
    z-index: -1;
    width: 15px;
    height: 15px;
    position: absolute;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
        -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}*/
#mainnav .menu > li > .sub-menu > li {
    margin: 0 15px;
    /*border-bottom: 1px solid rgba(16, 32, 57, 0.04)*/;list-style:none;
}
#mainnav .menu > li > .sub-menu > li:last-child {
    border-bottom: none;
}
#mainnav .menu > li > .sub-menu > li > a {
    display: block;
    color: #111111;
    line-height: 40px;
    font-size: 16px;font-family: 'RotisSerif', sans-serif;
}
#mainnav .menu > li > .sub-menu > li > a.active,
#mainnav .menu > li > .sub-menu > li > a:hover {
    margin-left: 5px;
}
.btn-menu {
    display: none;
    margin: 25px 0 25px 25px;
}
.btn-menu .line {
    height: 1px;
    margin: 7px 0;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-menu .line.line-1 {
    width: 30px;
}
.btn-menu .line.line-2 {
    width: 36px;
}
.btn-menu .line.line-3 {
    width: 28px;
}
.btn-menu .line.line-4 {
    width: 32px;
}
.home3 .btn-menu .line{
    background: #222222;
}
.btn-menu:hover .line {
    width: 36px;
}
.socials-list-hd a {
    font-size: 16px;
}
.socials-list-hd.s1 a {
    color: #ffffff;
    margin-right: 16px;
}
.socials-list-hd.s2 a {
    color: #222222;
    margin-left: 34px;
}
.socials-list-hd.s3 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #989ebc;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
    background-color:  rgba(255, 255, 255, 0.2)
}
.socials-list-hd.hv1 a:hover {
    color: #fbbd41;
}
.socials-list-hd.hv2 a:hover {
    color: #627fff;
}
.hire-me-s1 {
    margin-left: 50px;
}
.hire-me-s1 a {
    padding: 10px 18px;
    background-color: #ffd826;border-radius:2px;
}
.btn-hv1 a {
    position: relative;
    overflow: hidden;
}
.btn-hv1 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-hv1 a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.btn-hv1 a:hover {
    background-color: unset;
}
.btn-hv1 a:hover:before {
    opacity: 0;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.btn-hv1 a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

body.slide-menu-dark .header .socials-list-hd a,
body.slide-menu-dark .header #mainnav .menu li a {
    color: #23233f;
}

body.slide-menu-dark .header .hire-me-s1 a {
    background-color: #23233f;
}

body.slide-menu-dark .header .btn-hv-common .btn-inner:before {
    background-color: #a345fb;
}

body.slide-menu-dark .header .socials-list-hd a:hover,
body.slide-menu-dark .header #mainnav .menu li a:hover {
    color: #a345fb;
}



.loading-1#loading-area, .loading-2#loading-area, .loading-3#loading-area, .loading-4#loading-area {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#loading-area {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-size: 60px;
    background-image: url(../images/loading.svg);
    background-position: center;
}
.loading-1#loading-area .loader1, .loading-2#loading-area .loader2, .loading-3#loading-area .loader3, .loading-4#loading-area .loader4 {
    margin: 0;
}

.loader1 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #000;
}



@media screen and (min-width:992px){

ul.sub-menu.mega {
    width: 500px !important;
    right: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    padding: 20px 30px !important;
}
ul.sub-menu.mega li:first-child{ width: 100%;
    border-bottom: 1px solid #b4bbbf !important;
    margin-bottom: 10px !important;text-align:center;}
/*ul.sub-menu.mega li:last-child{ width: 100%;}*/
ul.sub-menu.mega li {
    width: 50%;
    float: left;
    margin: 0 !important;
    box-sizing: border-box;
    display: inline-block;
}
ul.sub-menu.mega li a{line-height:22px !important; padding:10px 0;}

}


/* MEGA MENU POSITIONING STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.top-bar-section .has-dropdown {
  position: static;
}
.top-bar-section .has-dropdown a {
  position: relative;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: block;
}




li.seprator {
    border-left: 1px solid #c9c9c9;
    height: 100px;
}
/* DROPDOWN GENERAL STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */
.m-menu {
  border-top: 1px solid #eeeeee;
}
.m-menu a {
  display: block;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.m-menu a:hover {
  opacity: 1;
}



/* custom-slider
-------------------------------------------------------------- */
.none-nav-default .owl-dots button span {
    display: none;
}
.custom-dot .owl-dots .owl-dot {
    width: 40px;
    height: 3px;
    background-color: #cdcdcd;
    position: relative;
}
.custom-dot .owl-dots .owl-dot.active {
    width: 80px;
}
.testimonial.s1 .owl-dot {
    margin: 0 25px;
}
.flat-case-study.s1 .owl-dot,
.testimonial.t2 .owl-dot {
    margin: 0 50px 0 0; 
}
.custom-dot.dot-s1 .owl-dots .owl-dot.active {
    background-color: #3e35ca;
}
.custom-dot.dot-s2 .owl-dots .owl-dot.active {
    background-color: #811dde;
}
.custom-dot.dot-s3 .owl-dots .owl-dot.active {
    background-color: #3e35ca;
}
.number-pages .owl-dots .owl-dot.active:after {
    content: '';
    left: 0;
    right: 0;
    color: #cdcdcd;
    bottom: -40px;
    position: absolute;
}
.mg-dots-s1 .owl-dots {
    margin-top: 51px;
    text-align: center;
}
.mg-dots-s2 .owl-dots {
    margin-top: 85px;
}
.mg-dots-s3 .owl-dots {
    margin-top: 29px;
}


.top-bar-section .info{padding:20px;}

.top-bar-section .info h3{font-size: 1.2rem;font-family: 'RotisSerif', sans-serif;
color: #444;
margin-left: 15px;}

.top-bar-section .info p{font-size: 1.2rem;font-family: 'RotisSerif', sans-serif;
color: #444;
margin-left: 15px;}

.top-bar-section .info a{font-size: 14px;
color: #00268b !important;
margin-left: 15px;
padding: 0 !important;
}
.top-bar-section .info a:hover{text-decoration: underline;}

#mainnav-mobi {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -100%;
    top: 0;
    background: #212529;
    z-index: 99999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#mainnav-mobi.active {
    left: 0;
}
.logo_circle {/*border: 2px solid rgba(255, 255, 255, 0.9);*/background: rgba(0, 0, 0, 0.3);padding: 12px 25px; /*border-radius: 80%;*/}
#mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -98;    
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;   
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    cursor: pointer;    
}

#mainnav-mobi ul > li > a {
    text-decoration: none;
    padding: 0 0;
    line-height: 60px;
    padding-left: 35px;  
}

#mainnav-mobi ul.sub-menu {
    padding-left: 0;
}

#mainnav-mobi ul > li.logo-mobi {
    padding: 25px 35px;
    line-height: unset;
    height: unset;
}

#mainnav-mobi ul > li.logo-mobi a {
    padding-left: 0;
}

.logo{padding: 4px 8px;margin-left: 15px;}
.logo a {display:block;}
.logo a img{width:auto;-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

.hdr_s1.header-shadow .logo a img{width:auto;}

.btn-submenu {
    position: absolute;
    right: 0;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s;
}

.btn-submenu.active {
    transform: rotate(-180deg);
}

#mainnav-mobi ul li a {
    color: rgba(255,255,255,0.5);
    display: block;
}

#mainnav-mobi ul li .btn-submenu.active, 
#mainnav-mobi ul > li.active > a,
#mainnav-mobi ul li a.active {
    color: rgba(255,255,255,1);
}

#mainnav-mobi ul.sub-menu {
    padding-left: 0px;
    background: #272d32;
}
#mainnav-mobi ul.sub-menu {
    background: #2f363c;
}
#mobile-menu-overlay .tf-close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
}
#mobile-menu-overlay .tf-close:before, 
#mobile-menu-overlay .tf-close:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#mobile-menu-overlay .tf-close:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
#mobile-menu-overlay .tf-close:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}






.video-background-holder {position: relative;background-color: black;height: calc(100vh - 0px);min-height: 25rem;width: 100%;overflow: hidden;}
.video-background-holder video {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: 0;-ms-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}
.video-background-overlay {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background-color: black;opacity: 0.4;z-index: 1;}
.video-background-content {color: #fff;position: absolute;z-index: 1;display: flex;width: 100%;justify-content: center;align-items: center;height: 100%;}
.video-background-content h2{font-family:'RotisSerif';  text-transform: capitalize;font-weight: 500;font-size: 3.6vw;color: #ffffff;margin-top: 0;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}
.video-background-content p{text-transform: capitalize;color: #ffffff;font-weight: 400;font-size: 15px;padding: 10px 20px 0;display: inline-block;margin-bottom:0;  line-height: 22px;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);letter-spacing:0;}

.all_subtitle {
    width: 90%;
    min-width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
}
.all_subtitle .item {
    display: inline;
    font-size: 15px;
    letter-spacing: 0;padding:10px 0;
}
.all_subtitle .item::before{content: "";
    height: 4px;
    width: 4px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    margin: 5px 4px 2px 2px;}

.all_subtitle .item:first-child::before {display:none;}


@media screen and (min-width:320px) and (max-width:499px){
    .video-background-content h2 {letter-spacing:0;}

     .all_subtitle {min-width: 320px;max-width: 499px;}
    .all_subtitle .item {font-size: 16px;}
    .all_subtitle .item::before {display:none;}
    .slick-slider .slick-prev {left: 5px !important;}
    .slick-slider .slick-next {right: 5px !important;}
    .nav-wrap {    display: none;}


}
@media screen and (min-width:500px) and (max-width:767px){
    .video-background-content h2 {letter-spacing:0;}

     .all_subtitle {min-width: 500px;max-width: 767px;}
    .all_subtitle .item {font-size: 22px;}
    .all_subtitle .item::before {display:none;}
    .slick-slider .slick-prev {left: 5px !important;}
    .slick-slider .slick-next {right: 5px !important;}
     .nav-wrap {    display: none;}
}
@media screen and (min-width:768px) and (max-width:991px){
    .video-background-content h2 {letter-spacing:0;}

    .all_subtitle {min-width: 768px;max-width: 991px;}
    .all_subtitle .item {font-size: 22px;}
    .all_subtitle .item::before {display:none;}
     .nav-wrap {    display: none;}


}

/*----------WELCOME----------*/

.welcome {padding-top: 80px;padding-bottom: 50px;background: #ffffff;}
.welcome .welcome_thumb {position: relative;}
.welcome .welcome_thumb .thumb_1 {left: 0;}
.welcome .welcome_thumb .thumb_1 img {width: 80%;}
.welcome .welcome_thumb .thumb_2 {position: absolute;bottom: -50px;right: -10px;}
.welcome .welcome_thumb .thumb_2 img {width: 90%;}
.welcome .news h3 {font-weight: 500;font-size: 32px;margin-bottom: 20px;color: #765625;font-family: 'RotisSerif';}
.welcome .welcome_info h2 {font-size: 28px;font-weight: 400;color: #333333;margin-bottom: 30px;position: relative;z-index: 9;padding-bottom: 9px;}
.welcome .welcome_info h2:before {content: "";position: absolute;left: 0;bottom: 0;height: 2px;width: 50px;background: #765625;}
.welcome .welcome_info h3 {font-weight: 500;font-size: 32px;margin-bottom: 20px;color: #765625;font-family: 'RotisSerif';}
.welcome .welcome_info p {font-size: 16px;color: #333333;line-height: 22px;font-weight: 400;}
.welcome .welcome_info ul {margin-bottom: 20px;margin-top: 25px;padding:0;}
.welcome .welcome_info ul li {color: #333333;font-size: 16px;line-height: 22px;display: flex;list-style:none;font-weight: 400;margin-bottom: 10px;}
.welcome .welcome_info ul li i {margin-right: 10px;color: #765625;font-weight: 600;    margin-top: 3px;}
.welcome .btn1{border: 0;padding: 15px 25px;background: #765625;border-radius: 50px;color: #ffffff;text-transform: uppercase;outline: none;text-decoration: none;cursor: pointer;}
.news_post{border: 1px solid #dddddd;letter-spacing: 0;background: #ffffff;border-radius: 5px;margin: 5px 0;display: inline-grid;width: 100%;}
.news_post .news_head{display: flex;padding: 10px 0 0;}
.news_post .news_head .head_left{display: flex;align-items: center;padding: 10px 20px;}
.news_post .news_head .head_left img{width: 58px;}
.news_post .news_head .head_right{padding: 5px;}
.news_post .news_head .head_right .l1{display: block;text-transform: uppercase;font-size: 16px;font-weight: 600;color: #444444;margin: 5px 0;}
.news_post .news_head .head_right .l2{display: block;font-size: 12px;font-weight: 300;color: #666666;margin: 5px 0;}
.news_post .news_img{}
.news_post .news_img img{width: 100%;}
.news_post .news_ftr{padding: 15px 20px;}
.news_post .news_ftr a{font-size: 16px;font-weight: 500;line-height: 22px;margin-bottom: 10px;display: inline-block;color: #444444;}
.news_post .news_ftr a:hover{color: #111111;text-decoration: underline;}
.news_post .news_ftr small {display: block;}


.parallax-window {min-height: 100vh;background: transparent;padding: 80px 0;width: 100%;display:flex;align-items:center;}

.display_box{background:rgba(255, 255, 255, 0.7);padding:40px 50px;border-radius: 10px;}
.display_box h2, .display_box h3{color: #765625;font-weight: 600;margin-bottom: 20px;text-transform: capitalize; font-family: 'RotisSerif';}

.display_box h2:after{content:"";position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:26px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;float:right;transition:transform .25s linear;-webkit-transition:-webkit-transform .25s linear;background: #765625;width: 28px;height: 28px;color: #ffffff;font-weight: bold;text-align: center;border-radius: 22px;}
.display_box h2[aria-expanded=true]{background-color:none}
.display_box h2[aria-expanded=true]:after{content:"\2212";transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.display_box h2[aria-expanded=false]:after{content:"\002b";transform:rotate(90deg);-webkit-transform:rotate(90deg)}

.display_box .drill_list{padding-left: 18px;margin-bottom: 20px;}
.display_box .drill_list li{list-style: circle;}
.display_box .drill_list li p{font-size: 18px;font-weight: 600;margin-bottom: 8px;}


.display_box p{color: #333333;font-weight: 400;font-size: 16px;line-height: 22px;}
.btn_readmore{border: 0;padding: 15px 25px;background: #765625;border-radius: 50px;color: #ffffff;text-transform: uppercase;outline: none;text-decoration: none;cursor: pointer;display: inline-block;}
.btn_readmore:hover{background:#543504;color:#ffffff;}

.sec_title {background: #005458;padding: 40px;}
.main_title {color: #ffffff;font-size: 50px;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.38); font-family: 'RotisSerif';}
.sec_stats {padding: 80px 0;  background: #202020;}
.main_title2{color: #f1f1f1;font-size: 50px;font-weight: 300; font-family: 'RotisSerif';}
.world_clock {background-color: #ffffff;background-image: url(../images/bg-world.jpg);background-position: center center;background-repeat: no-repeat;padding: 90px 0px;}



@media screen and (min-width:320px) and (max-width:499px){
    .welcome {padding-top: 40px;padding-bottom: 20px;}
    .welcome .news h3 {font-size: 28px;}
    .news_post .news_ftr a {font-size: 14px;line-height: 18px;}
    .news_post {margin-bottom: 30px;}
    .welcome .welcome_info h3 {font-size: 28px;margin-bottom: 10px;}
    .welcome .welcome_info p {font-size: 14px;}
    .welcome .welcome_info ul li {font-size: 14px;}
    .world_clock {padding: 30px 0px;}
    .sec_title {
    padding: 40px 20px;
}
    .main_title {
    font-size: 28px;
}
    .world_clock {
    background-size: cover;
}
    #SanFranciscoTime, #ZurichTime, #IndiaTime, #JapanTime{width: 140px !important;}

}
@media screen and (min-width:500px) and (max-width:767px){
    .welcome {padding-top: 60px;padding-bottom: 60px;}
        .world_clock {
    background-size: cover;
}
}



/* ---- SERVICE start --------------- */
.sec_service{padding: 40px 0 40px;position: relative;background: #005458;background-image: url(../images/bg-service.jpg);background-position: center center;background-repeat: no-repeat;position:relative;}
.sec_service::before{    content: "";
    background: rgb(0 0 0 / 68%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;}
.sec_service .main_title3{color: #f1f1f1;font-size: 50px;font-weight: 300; font-family: 'RotisSerif';position:relative;}
.sec_service .service_flip {display: flex;min-height: 270px;position: relative;flex-direction: column;justify-content: center;align-items: center;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-perspective: 1200px;perspective: 1200px;width: 100%;height: 100%;}
.sec_service .service_flip:hover .services_list {-webkit-transform: rotate3d(1, 0, 0, 180deg);-moz-transform: rotate3d(1, 0, 0, 180deg);-ms-transform: rotate3d(1, 0, 0, 180deg);-o-transform: rotate3d(1, 0, 0, 180deg);transform: rotate3d(1, 0, 0, 180deg);}
.sec_service .services_list {position: relative;transition-property: box-shadow, -webkit-transform;transition-property: box-shadow, transform;transition-property: box-shadow, transform, -webkit-transform;transition-duration: 0.6s;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);-webkit-transform-style: inherit;-moz-transform-style: inherit;-ms-transform-style: inherit;-o-transform-style: inherit;transform-style: inherit;-webkit-perspective: inherit;-moz-perspective: inherit;-ms-perspective: inherit;-o-perspective: inherit;perspective: inherit;height: 100%;width: 100%;}
.sec_service .services_list h5 {font-size: 20px;font-weight: 500;}
.sec_service .flip_content {-webkit-transform: translate3d(0, 0, 60px) scale(0.85);-moz-transform: translate3d(0, 0, 60px) scale(0.85);-ms-transform: translate3d(0, 0, 60px) scale(0.85);-o-transform: translate3d(0, 0, 60px) scale(0.85);transform: translate3d(0, 0, 60px) scale(0.85);}
.sec_service .list_front {background-color: rgba(255, 255, 255, 0.6);z-index: 2;justify-content: center;align-items: center;display: flex;-webkit-transform-style: inherit;-moz-transform-style: inherit;-ms-transform-style: inherit;-o-transform-style: inherit;transform-style: inherit;-webkit-perspective: inherit;-moz-perspective: inherit;-ms-perspective: inherit;-o-perspective: inherit;perspective: inherit;-webkit-backface-visibility: hidden;backface-visibility: hidden;height: 100%;background-size: cover;background-position: center;border-radius:10px;    -webkit-box-shadow: 0 5px 30px 0 rgb(0 0 0 / 20%);    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 20%);}
.sec_service .list_front:before {right: 0;content: "";position: absolute;/*background: #000;*/left: 0;height: 100%;opacity: 0.2;}
.sec_service .list_front h5 {padding: 11px 20px;background: #765625;color:#ffffff;font-size: 14px;border-radius: 2px;font-family: 'Open Sans', sans-serif;max-width: 220px;text-align: center;}
.sec_service .list_back {-webkit-transform: rotateY(-180deg) rotateZ(-180deg);   -moz-transform: rotateY(-180deg) rotateZ(-180deg);    -ms-transform: rotateY(-180deg) rotateZ(-180deg);     -o-transform: rotateY(-180deg) rotateZ(-180deg);        transform: rotateY(-180deg) rotateZ(-180deg);height: 100%;position: absolute;top: 0;left: 0;-webkit-transform: rotate3d(0, 1, 0, 180deg);   -moz-transform: rotate3d(0, 1, 0, 180deg);    -ms-transform: rotate3d(0, 1, 0, 180deg);     -o-transform: rotate3d(0, 1, 0, 180deg);        transform: rotate3d(0, 1, 0, 180deg);z-index: 1;background: rgba(255, 255, 255, 0.93);-webkit-transform-style: inherit;-moz-transform-style: inherit;-ms-transform-style: inherit;-o-transform-style: inherit;transform-style: inherit;-webkit-perspective: inherit;-moz-perspective: inherit;-ms-perspective: inherit;-o-perspective: inherit;perspective: inherit;-webkit-backface-visibility: hidden;backface-visibility: hidden;display: flex;justify-content: center;align-items: center;text-align: center;border-radius:10px;}
.sec_service .list_back {-webkit-transform: rotateY(-180deg) rotateZ(-180deg);   -moz-transform: rotateY(-180deg) rotateZ(-180deg);    -ms-transform: rotateY(-180deg) rotateZ(-180deg);     -o-transform: rotateY(-180deg) rotateZ(-180deg);        transform: rotateY(-180deg) rotateZ(-180deg);}
.list_back p {color: #333333;line-height: 28px;font-size:15px;text-align:justify;opacity:0;}
.sec_service .service_flip:hover .services_list .list_front h5{opacity:0;}
.sec_service .service_flip:hover .services_list .list_back p{opacity:1;}
/* ---- SERVICE end--------------- */

/*-- OUR LOCATION start--*/
.g_map{position:relative;border-left: 1px solid #999999;}
.g_map .map_address{position: absolute;left: 50%;top: 50%;background: rgba(0, 0, 0, 0.8);padding: 30px;max-width: 350px;line-height: 24px;color: #dddddd;font-weight: 300;transform: translate(-50%, -50%);}
.g_map .map_address h4{color: #ffdc2e;font-size: 36px;font-weight: 300;margin-bottom: 20px;}
.g_map .map_address h3{color: #ffffff;font-size: 18px;font-weight: 500;margin-bottom: 20px;white-space: nowrap;}
/*-- OUR LOCATION end--*/

/*-- OUR VALUES start--*/
.sec_value {background-color: #202020;background-image: url('../images/bg-2.png');background-position: center center;background-repeat: no-repeat;background-attachment: fixed;padding: 80px 0px;}
.sec_value .box{padding: 5px;margin: 10px 0;}
.sec_value .box .title{color: #dddddd;font-weight: 500;font-size: 20px; font-family: 'RotisSerif';}
.sec_value .box .para{color: #dddddd;font-size: 14px;line-height: 20px;font-weight: 300;}
@media screen and (min-width:320px) and (max-width:499px){
    .sec_value {padding: 50px 0px;}
    .main_title2 {font-size: 30px;}
        .sec_service .main_title3 {
    font-size: 28px;
}


}
@media screen and (min-width:500px) and (max-width:767px){

}



/*-- OUR VALUES end--*/

/*--NEED HELP start--*/
.help{padding: 70px 0 50px 0;background:#f1f1f1;}
.help .main_title4{color: #3d3d3d;    font-size: 50px;    font-weight: 300;    display: inline-block;    margin-bottom: 15px;font-family: 'RotisSerif';}
.help .subtitle{color: #3d3d3d;    letter-spacing: 5px;    border-bottom: 1px solid #c9c9c9;    padding-bottom: 15px;}
.help .list_help{margin: 0;padding: 0;display: flex;justify-content:space-around;align-items:center;}
.help .list_help li{float: left;list-style: none;margin: 10px 0;}
.help .list_help li .box{display: flex;padding: 5px 20px;}


.help .list_help li .box .need{padding-right: 0px;width: 150px;margin-top: 0;} 
.help .list_help li .box .need .heading{color: #f9576e;font-size: 22px;font-weight: 700;margin: 3px 0;}
.help .list_help li .box .need .para1{font-size: 14px;color: #777777;line-height: 18px;margin:0;}
.help .list_help li .box .icon2{color: #355cc1;font-size: 36px;margin-top: 10px;width: 40px;text-align: center;}
.help .list_help li .box .icon{margin-right: 15px;    margin-top: 5px;}.help .list_help li .box .containt{margin-top: 5px;}
.help .list_help li .box .containt .title {color: #3d3d3d;text-transform: uppercase;font-size: 20px;font-weight: 400;margin: 5px 0;}
.help .list_help li .box .containt .para2, .help .list_help li .box .containt .para2 a{color: #3d3d3d;font-size: 24px;font-weight: 700;margin: 0;text-decoration:none;}
.help .list_help li .box .containt .btn_register {    border: 2px solid #222222;    padding: 12px 30px;    display: inline-block;    font-size: 16px;    color: #000000;    outline: none;    text-decoration: none;    cursor: pointer;}
.help .list_help li .box .containt .btn_register:hover{background:#222222;color:#ffffff;}


@media screen and (min-width:320px) and (max-width:499px){

    .help {padding: 50px 0 50px 0;}
    .help .main_title4 {font-size: 28px;margin-bottom: 10px;}
    .help .subtitle {letter-spacing: 3px;font-size: 12px;}
    .help .list_help li:last-child .box {border-left: none;}
    .help .list_help li .box .containt .btn_register {padding: 10px 20px;font-size: 14px;}
    .help .list_help {display: inline-block}
    .help .list_help li{width:100%;}
    .help .list_help li .box {border-right: 0;padding: 5px 0;}
    .help .list_help li .box .need {padding-right: 0px;width: auto;}
    .help .list_help li .box .icon2{display:none;}
    .help .list_help li {margin: 5px 0;}
    .help .list_help li .box .icon {margin-right: 5px;}
    .help .list_help li .box .icon img {width: 50px;margin-top: 5px;}
    .help .list_help li .box .containt .title {font-size: 16px;}
    .help .list_help li .box .containt .para2 {font-size: 14px;}
    li.seprator {display: none;}
}
@media screen and (min-width:500px) and (max-width:767px){
    .help .list_help {display: inline-block}
    .help .list_help li{width:auto;margin: 5px 0;}
    .help .list_help li .box {border-right: 0;padding: 5px 30px 5px 0;}
    .help .list_help li .box .need {padding-right: 0px;width: auto;}
    .help .list_help li .box .icon2{display:none;}
    .help .list_help li:first-child{width:100%;}
    .help .list_help li .box .icon {margin-right: 5px;}
    .help .list_help li .box .icon img {width: 50px;margin-top: 5px;}
    .help .list_help li .box .containt .title {font-size: 16px;}
    .help .list_help li .box .containt .para2 {font-size: 14px;}
    li.seprator {display: none;}
}
@media screen and (min-width:768px) and (max-width:991px){
   
    .help .list_help li{width:auto;}
    .help .list_help li .box {padding: 5px 20px}
    .help .list_help li .box .need {padding-right: 0px;width: auto;}
    .help .list_help li .box .icon2{display:none;}
    .help .list_help li {margin: 5px 0;}
    .help .list_help li .box .icon img {width: 50px;margin-top: 5px;}
    .help .list_help li .box .containt .title {font-size: 16px;}
    .help .list_help li .box .containt .para2 {font-size: 14px;}
}
@media screen and (min-width:992px) and (max-width:1199px){

}  
/*--NEED HELP end--*/
.inner_page .page_header {background: url(../images/contactus-bg.jpg) no-repeat center;padding: 150px 20px 20px 20px;background-size: cover;}
.inner_page .page_header h1 {text-align: center;font-family: 'RotisSerif';text-transform: capitalize;font-weight: 500;font-size: 60px;color: #ffffff;margin-top: 0;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);margin: 40px 0;}
.inner_page .page_content {padding: 60px 0;}
.inner_page .page_content .heading {width: 100%;float: left;text-align: left;border-bottom: 1px solid #eee;margin-bottom: 40px;}
.inner_page .page_content .heading h2 {float: left;font-size: 32px;width: auto;padding: 10px 0;margin: 0px;position: relative;font-family: 'RotisSerif';color: #765625;font-weight:600;}
.inner_page .page_content .heading h2::after {width: 100%;height: 3px;content: "";position: absolute;bottom: 0px;left: 0px;background: #b3b3b3;}
.inner_page .page_content p {color: #444444;font-weight: 400;font-size: 16px;text-align: justify;}

.link_list{background: #f1f1f1;margin: 0;padding: 0 15px;}
.link_list li{list-style: none;border-bottom: 1px solid #ededed;padding: 10px 0;}
.link_list li a{font-size: 18px;font-family: 'RotisSerif';font-weight: 300;color: #333333;display: block;opacity: 0.5;}
.link_list li a:hover{opacity:1;}
.link_list li.active a{opacity:1;cursor:default;}
.link_list li.active{background:#efefef;position:relative;}
.link_list li.active::after{    content: "";background: #765625;width: 3px;position: absolute;top: 0;bottom: 0;left: -10px;}
.link_list li h4{color: #765625;font-size: 22px;text-decoration: underline;font-weight: 600;}

@media screen and (min-width:320px) and (max-width:499px){
    .inner_page .page_content {padding: 40px 0;}
    .inner_page .page_content .heading {margin-bottom: 20px;}
    .inner_page .page_content .heading h2 {font-size: 28px;}
    .inner_page .page_content p {font-size: 14px;}
    .inner_page .page_header {padding: 100px 20px 20px 20px;}

    .inner_page .page_header h1 {
    font-size: 40px;
    margin: 10px 0;
}
    .g_map .map_address {
    width: 70%;
}


}
@media screen and (min-width:500px) and (max-width:767px){

}



/*===== worldmap START ======*/
.world_map {position: relative;}
.map_title {position: absolute;background: rgba(0, 0, 0, 0.7);color: #ffffff;font-size: 16px;font-weight: 300;text-align: center;max-width: 800px;line-height: 24px;padding: 20px 40px;width: 80%;left: 50%;transform: translate(-50%, 0);bottom: -50px;border: 1px solid rgba(255, 255, 255, 0.08);z-index:11;border-radius:10px;}
.map_title h2{font-family:'RotisSerif', sans-serif;}
.map_pulse {width: 15px;height: 15px;border-radius: 100%;background: #ff9800;position: relative;animation: location-pulse 1s ease-in-out infinite;display: inline-block;margin: 8px;cursor: pointer;}
.map_pulse2 {width: 15px;height: 15px;border-radius: 100%;background: #ff9800;position: relative;animation: location-pulse 1.4s ease-in-out infinite;display: inline-block;margin: 8px;cursor: pointer;}
.map_pulse3 {width: 15px;height: 15px;border-radius: 100%;background: #ff9800;position: relative;animation: location-pulse 1.2s ease-in-out infinite;display: inline-block;margin: 8px;cursor: pointer;}

@keyframes location-pulse {
    0%, 70% {
        box-shadow: 0px 0px 0px 0px rgba(255, 152, 0, 0.6);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(255, 152, 0, 0);
    }
}
.mapbtn {padding: 0;border: none;display: inline-block;}
.map_marker {position: relative;display: inline-block;text-align:center;}
.map-content {display: none;position: absolute;background-color: #ffffff;min-width: 160px;box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.2);z-index: 1;left: 50%;transform: translate(-50%, 0);}
.map-content::before {content: '';top: -2px;left: 50%;z-index: -1;width: 15px;height: 15px;position: absolute;background: #f44336;-webkit-transform: rotate(45deg) translate(-50%, 2px);-moz-transform: rotate(45deg) translate(-50%, 2px);-ms-transform: rotate(45deg) translate(-50%, 2px);-o-transform: rotate(45deg) translate(-50%, 2px);transform: rotate(45deg) translate(-50%, 2px);-webkit-box-shadow: -2px -2px 9px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow: -2px -2px 9px 0px rgba(0, 0, 0, 0.2);box-shadow: -2px -2px 9px 0px rgba(0, 0, 0, 0.2);}
.map_marker:hover .map-content {display: block;}
.map-content .continent{background: #f44336;color: #ffffff;font-size: 16px;font-weight: bold;padding: 5px 15px;margin: 0;letter-spacing:0;}
.map-content .location_list{margin: 0;padding: 10px 0;padding-left: 20px;}
.map-content .location_list li{font-size: 14px;color: #666666;padding: 0;white-space: nowrap;margin: 0 10px;}
.map_location {position: absolute;transform: translate(-50%, -50%);z-index:111;}
.map_europe {top: 30%;left: 54%;}
.map_s_america {top: 70%;left: 28%;}
.map_africa{top: 60%;left: 57%;}
.map_s_asia {top: 47%;left: 73%;}
.map_se_asia {top: 62%;left: 81%;}
.map_m_east {top: 47%;left: 64%;}
.map_israel {top: 43%;left: 60%;}
.map_balkans{top: 37%;left: 57%;}
.map_c_asia {top: 37%;left: 65%;}
.map_japan {top: 39%;left: 87%;}
.map_russia {top: 20%;left: 70%;}
.map_australia {top: 78%;left: 86%;}
.map_newzealand{top: 87%;left: 96%;}


@media screen and (min-width:320px) and (max-width:499px){
    .map_title {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 20px;
    width: 85%;
    bottom: -150px;
}
    .map_title h2 {
    font-size: 26px;
}




}
@media screen and (min-width:500px) and (max-width:767px){


    .map_title {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 20px;
    width: 85%;
    bottom: -150px;
}

}

@media screen and (min-width:768px) and (max-width:990px){


    .map_title {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 20px;
    width: 85%;
    bottom: -150px;
}

}




/*===== worldmap END ======*/

/*===== footer START ======*/
footer{background:#1e1e1e;color:#c1c1c1;padding-top:50px;}
footer h4.title {font-size: 24px;font-weight: 500;text-transform: uppercase;margin-bottom: 15px;}
footer p.address {font-size: 14px;font-weight: 300;line-height:20px;}
footer span.social_title {font-weight: 600;display: block;letter-spacing: 2px;margin-top: 25px;}
footer ul.social_link {padding: 0;display: flex;justify-content: center;margin: 10px 0;}
footer ul.social_link li {list-style: none;margin: 6px;}
footer ul.social_link li a {display: block;background: transparent;height: 40px;    width: 40px;text-align: center;border-radius: 50%;outline: none;border: 1px solid rgba(255, 255, 255, 0.15);color: #888888;}
footer ul.social_link li a i {line-height: 38px;}
footer ul.social_link li a:hover{color:#ffffff;}
footer ul.ftr_link {padding: 0;margin: 25px 0 10px 0;text-align: center;display: block;}
footer ul.ftr_link>li {display: inline-block;padding: 0 15px;position:relative;}
footer ul.ftr_link>li::after {content: '';position: absolute;width: 1px;background: #444444;height: 10px;left: 0;top: 50%;transform: translate(0, -50%);}
footer ul.ftr_link>li:first-child::after{display:none;}
footer ul.ftr_link>li>a {text-transform: uppercase;font-size: 14px;color: #f1f1f1;font-weight: 300;text-decoration: none;position:relative;}
footer ul.ftr_link>li>a::before {content: "";position: absolute;width: 100%;height: 1px;bottom: -2px;left: 0;background-color: #dddddd;visibility: hidden;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;-o-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;-webkit-transform: scaleX(0);-moz-transform: scaleX(0);-o-transform: scaleX(0);transform: scaleX(0);}
footer ul.ftr_link>li>a:hover::before {visibility: visible;-webkit-transform: scaleX(1);transform: scaleX(1);}
footer .copyright {font-size: 13px;font-weight: 300;background: #161616;text-align: center;line-height: 80px;margin-top: 30px;}


@media screen and (min-width:320px) and (max-width:499px){
    footer h4.title {font-size: 20px;}
}
@media screen and (min-width:500px) and (max-width:767px){

}
/*===== footer END ======*/