@charset "utf-8";
/*..............embedded fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
/*font-family: 'Montserrat', sans-serif;*/
@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/BookAntiqua-Bold.eot');
    src: url('../fonts/BookAntiqua-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookAntiqua-Bold.woff2') format('woff2'),
        url('../fonts/BookAntiqua-Bold.woff') format('woff'),
        url('../fonts/BookAntiqua-Bold.ttf') format('truetype'),
        url('../fonts/BookAntiqua-Bold.svg#BookAntiqua-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/BookAntiqua.eot');
    src: url('../fonts/BookAntiqua.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookAntiqua.woff2') format('woff2'),
        url('../fonts/BookAntiqua.woff') format('woff'),
        url('../fonts/BookAntiqua.ttf') format('truetype'),
        url('../fonts/BookAntiqua.svg#BookAntiqua') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*..............common styles..............*/
html, body { margin: 0; padding: 0; font-size:14px; color:#000; background: #fff;font-weight: normal;font-family: 'Book Antiqua';}
h1, h2, h3, h4, h5, h6 { margin:0 0 20px; padding:0;font-weight: bold;font-family: 'Book Antiqua';}
h1{ font-size:74px;}
h2{ font-size:70px;}
h3{ font-size:50px; text-transform: uppercase;}
h4{ font-size:40px;}
h5{ font-size:30px;line-height: 33px;}
h6{ font-size:20px; line-height: 26px;font-weight: 400;font-family: 'Montserrat', sans-serif;}
p{ font-size:16px; margin:0 0 20px; line-height:24px; color:#000;font-weight: 400;font-family: 'Montserrat', sans-serif;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a:visited, a:focus, a:hover { /*color:#9d1f6a;*/ outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none; color: #052f49;}

input, textarea, select{ font-weight: 400; font-size: 15px; outline: none;}
input[type="submit"]{ background: #fff; color: #001f5f; padding:8px 74px; font-weight: 400; font-size: 16px; transition: all 0.3s ease 0s; outline: none; border-radius: 0; border: 0; text-transform: uppercase;    height: 55px;cursor: pointer;}
dl, ol, ul {margin: 0; padding: 0;}
button:focus { outline: 0;}
/* --- for placeholder color --- */

.form-control::-moz-placeholder{color:#fff; opacity:1;}
.form-control:-ms-input-placeholder{color:#fff;}
.form-control::-webkit-input-placeholder{color:#fff;}

/* --- for placeholder color --- */


/* --- Button Styles --- */
.w100{width: 100%;}
.btn{ position: relative;font-weight: 500;font-family: 'Montserrat', sans-serif;border:solid 2px #fff; background: transparent; color: #fff; text-transform: uppercase;display: inline-block;padding:16px 60px; font-size: 14px; line-height: 1;  border-radius: 0;  transition: all 0.5s ease 0s;}
.btn:hover, .btn:focus, .btn:hover, a.btn:focus{ color: #000; background:#fff;}
.btn.btn-black{ border: 2px solid #000; background:transparent; color: #000; }
.btn.btn-black:hover{ color: #fff; background:#000;}
.btn.btn-orange{ border: 2px solid #f3a01d; background:transparent; color: #f3a01d; }
.btn.btn-orange:hover{ color: #fff; background:#f3a01d;}
/* --- Button Styles --- */

/*..............common styles..............*/

.common-padding { padding-top: 85px; padding-bottom: 85px; }
.padding-top{padding-top: 85px;}
.padding-bottom{padding-bottom: 85px;}
.fifty{padding-bottom: 50px;}
.full-padding{padding-left: 150px;padding-right: 150px;}
.orange{color: #f3a01d;}

.black-line.center, .orange-line.center , .orange-line.center { margin: 0 auto 20px;}
.black-line{width: 89px; height: 5px;margin-bottom: 20px; background: #3c3c3c;}
.orange-line{width: 89px; height: 5px;margin-bottom: 20px; background: #f3a01d;}
/*for header css*/
.nav_btn, .nav_close { display: none; }
.nav_close { position: absolute; right: 20px;  top: 17px; font-size: 28px; }

header {background: #fff; padding: 12px 0;}
main{}
header *{transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.hdr-nav-wrap{ display: flex;  align-items: center;  justify-content: space-between;}

/*for header css*/



.home-banner-box:before {position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; 
background: rgba(0,32,95,1);
background: -moz-linear-gradient(left, rgba(0,32,95,1) 0%, rgba(255,255,255,0.1) 70%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,32,95,1)), color-stop(70%, rgba(255,255,255,0.1)));
background: -webkit-linear-gradient(left, rgba(0,32,95,1) 0%, rgba(255,255,255,0.1) 70%);
background: -o-linear-gradient(left, rgba(0,32,95,1) 0%, rgba(255,255,255,0.1) 70%);
background: -ms-linear-gradient(left, rgba(0,32,95,1) 0%, rgba(255,255,255,0.1) 70%);
background: linear-gradient(to right, rgba(0,32,95,1) 0%, rgba(255,255,255,0.1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00205f', endColorstr='#ffffff', GradientType=1 );}
.home-banner-box { position: relative;z-index: 5;}
.home-banner-info { position: absolute; top: 50%; left: 0;right: 0; margin: 0 auto;transform: translateY(-50%);  z-index: 2;text-align: left;max-width: 1230px;}
.home-banner-info h2{color: #fff; text-transform: uppercase;}
.home-banner-info p{color: #fff;text-transform: uppercase; }
.home-banner-img img { width: 100%;}
.owl-nav button.owl-prev i { position: absolute; top: 50%; left: 10%; color: #fff; transform: translateY(-50%); font-size: 30px; width: 66px; height: 66px; border: solid 2px #fff; border-radius: 50%; display: block; line-height: 62px;}
.owl-nav button.owl-next i { position: absolute; top: 50%; right: 10%; color: #fff; transform: translateY(-50%); font-size: 30px; width: 66px; height: 66px; border: solid 2px #fff; border-radius: 50%; display: block; line-height: 62px;}
.owl-dots { position: absolute; bottom: 50px;left: 0; right: 0;}
.owl-dots:before{position: absolute;left:43%;width: 75px; height: 1px; background: #fff; content: "";top: 11px;}
.owl-dots:after{position: absolute;right:43%;width: 75px; height: 1px; background: #fff; content: "";top: 11px;}
.owl-theme .owl-dots .owl-dot span {width: 15px; height: 15px;}


.social-media { margin:30px 0 0 0;}
.social-media ul li {display:inline-block; text-align: center;  margin: 0 10px; }
.social-media ul li a {display: inline-flex;  width: 27px; height: 27px; border-radius: 50%;  align-items: center; justify-content: center; color: #303030;border: solid 1px #303030; font-size: 16px; line-height: 27px;}
.social-media ul li a:hover { }

footer.main-footer .footer-top .container{position: relative; z-index: 1;}
footer.main-footer .footer-top{ background: #f9f9f9;padding:55px 0;position: relative; overflow: hidden;}
footer.main-footer .footer-top h6{color: #011c53;font-weight: bold;font-family: 'Book Antiqua';text-transform: uppercase;}
footer.main-footer .footer-top p{color: #878787;}
ul.ftr-nav li { display:inline-block; width: 48%; padding:5px 20px; }
ul.ftr-nav li a{ display:block;color: #878787; font-size: 16px; font-weight: 400; text-transform: capitalize;}
ul.ftr-nav li.current-menu-item a, ul.ftr-nav li a:hover { color: #ccc;}
.copy-rights p{color: #7794d2;margin-bottom: 0;}
.copy-rights{padding:15px 0; background: #011c53;}
.address-now p { display: flex;margin-bottom: 10px;align-items: flex-start; justify-content: flex-start;}
.address-now p img { margin: 6px 10px;}
footer .address-now p a { color:#878787}
.footer-logo{margin-bottom: 20px;}
.owl-theme .owl-nav {height: 0; margin-top: 0;}



.vg-nav{position:relative;z-index:100;width:100%}
.vg-nav>ul:not(.vg-nav-main-container){display:none}
.vg-nav-main-container{padding:0;margin:0;display:block}
.vg-nav-main-container li{list-style:none; margin: 0 22px;display:inline-block;}
.vg-nav-main-container li a { text-transform: uppercase; color:#001f5f; padding: 37px 0;font-family: 'Book Antiqua';font-weight: normal;font-size: 18px;border-bottom: solid 1px transparent;}
.vg-nav-main-container span.toggle{transition:all 0.4s ease;display:inline-block;width:10px;height:6px;margin-left:.255em;vertical-align:.255em;content:"";background: url(../images/down.png);transform:rotate(0)}
.vg-nav-main-container .dropdown{position:relative}
.vg-nav-main-container .dropdown ul{padding:0}
.vg-nav-main-container .dropdown>ul{transition:all 0.4s ease; position:absolute; top:120%; opacity:0; visibility:hidden; width:200px; background: #ffb300;}
.vg-nav-main-container li.current-menu-item a, .vg-nav-main-container li:hover a { border-bottom: solid 1px #001f5f;}
.vg-nav-main-container li:last-child a {border: solid 1px #001f5f; padding: 10px 30px;}
.vg-nav-main-container .dropdown>ul .left{left:0;}
.vg-nav-main-container .dropdown>ul .right{right:0;}
.vg-nav-main-container .dropdown>ul ul{transition:all 0.4s ease; position:absolute; top:20%;opacity:0; visibility:hidden;  width:200px;}
.vg-nav-main-container .dropdown>ul .dropdown ul.left{left:100%}
.vg-nav-main-container .dropdown>ul .dropdown ul.right{right:100%}
.vg-nav-main-container .dropdown>ul .dropdown.show>ul{visibility:visible;opacity:1;top:0}
.vg-nav-main-container .dropdown.show>ul{visibility:visible;opacity:1;top:100%}
.vg-nav-main-container .dropdown.show>a span.toggle{transform:rotate(-180deg)}
.vg-nav-main-container .dropdown-mega .dropdown-mega-container{transition:all 0.4s ease;position:absolute;top:120%;opacity:0;visibility:hidden;left:0;width:100%;min-height:300px}
.vg-nav-main-container .dropdown-mega.show>a span.toggle{transform:rotate(-180deg)}
.vg-nav-main-container .dropdown-mega.show>.dropdown-mega-container{visibility:visible;opacity:1;top:100%}
.vg-nav-main-container.vg-nav-cloned>li{display:block;padding: 0 15px;}
.vg-nav-main-container.vg-nav-cloned .dropdown ul{position:relative;width:100%;height:0}.vg-nav-main-container.vg-nav-cloned .dropdown ul .left,.vg-nav-main-container.vg-nav-cloned .dropdown ul .right{left:0 !important}
.vg-nav-main-container.vg-nav-cloned .dropdown.show>ul{height:auto}.vg-nav-main-container.vg-nav-cloned .dropdown-mega .dropdown-mega-container{position:relative;height:0;min-height:0;top:0;display:none}
.vg-nav-main-container.vg-nav-cloned .dropdown-mega.show .dropdown-mega-container{display:block;height:auto;top:0}
.vg-nav-hamburger{display:none;width:35px;height:35px;position:relative;visibility:visible;opacity:1;transition:all .3s ease}
.vg-nav-main-container.vg-nav-cloned>li ul.left li a {  font-size: 16px; padding: 10px;}
.vg-nav-main-container.vg-nav-cloned>li a {color: #fff; padding: 10px;font-size: 20px;text-transform: capitalize;border-bottom: solid 1px #fff;display: flex; align-items: center; justify-content: space-between;}
.vg-nav-hamburger span,.vg-nav-hamburger span:after,.vg-nav-hamburger span:before{cursor:pointer;border-radius:1px;height:2px;width:30px;background:#ffffff;position:absolute;display:block;content:''}
.vg-nav-hamburger span{top:15px;left:0}.vg-nav-hamburger span:before{top:-10px}
.vg-nav-hamburger span:after{bottom:-10px}.vg-nav-hamburger.show{visibility:hidden;opacity:0}
.vg-nav-sidebar{display:block;position:fixed;top:0;opacity:0;height:100%;z-index:9990;transition:all 0.4s ease;background:#001f5f}

.ul-data ul{ list-style:none; border:1px solid #dbdbdb;}
.ul-data ul li:not(:last-child){ border-bottom:1px solid #dbdbdb;}
.ul-data ul li{ padding:10px 15px; font-size:16px; cursor:pointer; color: #011c53;}
.ul-data ul li:hover{ background-color: #001f5f; color:#FFF;}







@media only screen and (min-width: 1200px){.vg-nav-sidebar{right:-25%;width:25%}}
@media only screen and (min-width: 992px) and (max-width: 1199.98px){.vg-nav-sidebar{right:-33%;width:33%}}
@media only screen and (min-width: 768px) and (max-width: 991.98px){.vg-nav-sidebar{right:-50%;width:50%}}
@media only screen and (max-width: 767.98px){.vg-nav-sidebar{right:-75%;width:75%}}
@media only screen and (max-width: 479.98px){.vg-nav-sidebar{right:-100%;width:100%}}
.vg-nav-sidebar.show{right:0;opacity:1}
.vg-nav-sidebar__close{position:absolute; font-size:56px;font-weight:300; top:0; right:15px;color:#ffffff; cursor:pointer}
.vg-nav-sidebar__content{margin-top:50px;height:calc(100% - 60px);overflow-y:auto;overflow-x:hidden}
.vg-nav-overlay{width:100%;height:100%;position:fixed;left:-100%;opacity:0;transition:all 0.4s ease; top:0; background:rgb(96 125 139 / 0.7); transition-delay:.15s; z-index:9989}
.vg-nav-overlay.show{left:0;opacity:1}
@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px), only screen and (max-width: 479.98px){.vg-nav-xl .vg-nav-hamburger{display:block}
.vg-nav-xl>ul{display:none}}
@media only screen and (min-width: 992px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px), only screen and (max-width: 479.98px){.vg-nav-lg .vg-nav-hamburger{display:block}.vg-nav-lg>ul{display:none}}
@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px), only screen and (max-width: 479.98px){.vg-nav-md .vg-nav-hamburger{display:block}.vg-nav-md>ul{display:none}}
@media only screen and (max-width: 767.98px), only screen and (max-width: 479.98px){.vg-nav-sm .vg-nav-hamburger{display:block}.vg-nav-sm>ul{display:none}}
@media only screen and (max-width: 479.98px){.vg-nav-xs .vg-nav-hamburger{display:block}.vg-nav-xs>ul{display:none}}





.inner-banner-info { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto;}
.inner-banner-box { position: relative;}
.inner-banner-box:before {position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background: rgba(0,0,0,0.5);}
.inner-banner-info h1{color: #fff;text-transform: uppercase;}

.blue{color: #011c53;}
.our-project-view { margin-bottom: 30px;}
.team-member-desc h6{font-weight: bold;font-family: 'Book Antiqua';color: #011c53;text-transform: uppercase;}
.team-member-desc h6 span{font-family: 'Montserrat', sans-serif;font-weight: 400;font-size: 16px; margin-top: 20px; display: block;color: #8c8c8c;text-transform: capitalize;}
.team-member-desc p{color: #000;}

.contact-form-area {
    background: #001f5f;
    padding: 65px 100px;
}
.contact-form-area h6{color: #fff;}
.contact-form-area .form-control {
    border: solid 1px #fff;
    border-radius: 0;
    height: 47px;font-weight: 400;font-family: 'Montserrat', sans-serif;
    background: transparent;
    color: #fff;
    margin-bottom: 20px;
}
.contact-form-area textarea.form-control{height: 120px;}
.min-height{min-height: 550px;}
.inner-banner-img img { width: 100%; height: 250px;  object-fit: cover;}
.team-member img, .our-project-view img {height: auto;width: 100%;max-height: 250px;min-height: 250px; object-fit: cover;}

footer.main-footer .footer-top .address-now p:last-child {
    display: none;
}

.home-banner-area .owl-carousel .owl-item img { max-height: calc(100vh - 100px); object-fit: cover;}

.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid { border-color:#F00 !important }
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { color: #FFF !important; border: 2px solid #ff0000; margin-left: 0; margin-right: 0; }
div.wpcf7-response-output { color: #FFF !important;}


.markets-world-shortcode { margin: auto; max-width: 1000px; position: relative;}

.dot-list-holder .map-dot { width: 18px; height: 18px; border-radius: 50%; background-color: #ffff00; position: absolute; }

.dot-list-holder .map-dot.dot-wa { top: 64px; left: 100px; }
.dot-list-holder .map-dot.dot-nv { left: 100px; top: 242px; } 
.dot-list-holder .map-dot.dot-ca-1 { left: 52px; top: 258px; } 
.dot-list-holder .map-dot.dot-ca-2 { left: 160px; top: 308px; } 
.dot-list-holder .map-dot.dot-ca-3 { left: 108px; top: 376px; }
.dot-list-holder .map-dot.dot-co { left: 335px; top: 275px; } 
.dot-list-holder .map-dot.dot-tx-1 { left: 480px; top: 430px; }
.dot-list-holder .map-dot.dot-tx-2 { left: 192px; top: 376px; }
.dot-list-holder .map-dot.dot-tx-3 { left: 230px; top: 245px; }
.dot-list-holder .map-dot.dot-tx-4 { left: 530px; top: 140px; }
.dot-list-holder .map-dot.dot-il { left: 628px; top: 209px; }
.dot-list-holder .map-dot.dot-in { left: 622px; top: 190px; }
.dot-list-holder .map-dot.dot-ky { left: 688px; top: 169px; }
.dot-list-holder .map-dot.dot-tn { left: 619px; top: 356px; }
.dot-list-holder .map-dot.dot-ga-1 { left: 720px; top: 394px; }
.dot-list-holder .map-dot.dot-ga-2 { left: 775px; top: 450px; }
.dot-list-holder .map-dot.dot-fl { left: 819px; top: 535px; }
.dot-list-holder .map-dot.dot-nc { left: 785px; top: 343px;}
.dot-list-holder .map-dot.dot-wv { left: 664px; top: 250px;}
.dot-list-holder .map-dot.dot-pa { left: 698px; top: 260px;}
.dot-list-holder .map-dot.dot-va { left: 727px; top: 238px;}
.dot-list-holder .map-dot.dot-cus-1 { left: 740px; top: 211px;}
.dot-list-holder .map-dot.dot-cus-2 { left: 818px; top: 238px;}
.dot-list-holder .map-dot.dot-cus-3 { left: 813px; top: 204px;}
.dot-list-holder .map-dot.dot-cus-4 { left: 857px; top: 204px;}

.ul-data ul {max-height: 100vh; overflow: auto;}
.ul-data ul::-webkit-scrollbar {
  width: 3px; border-radius: 5px;
}

/* Track */
.ul-data ul::-webkit-scrollbar-track {
  background: transparent; 
  width: 0;
}
 
/* Handle */
.ul-data ul::-webkit-scrollbar-thumb {
  background: #002060; 
}

/* Handle on hover */
.ul-data ul::-webkit-scrollbar-thumb:hover {
  background: #002060; 
}



@media screen and (min-width: 768px) {
  .markets-world-shortcode #usrmapbase svg { height: 620px; }
}
@media screen and (max-width: 480px)  {
  .markets-world-shortcode #usrmapbase svg { height: 620px !important; }
}






/*Media Query css*/
@media ( min-width: 1440px ) {
.container {max-width: 1230px;}
}



@media only screen and ( max-width: 1920px ) { 

}
@media only screen and ( max-width: 1740px ) {}
@media only screen and ( max-width: 1620px ) {


}
@media only screen and ( max-width: 1440px ) {
.owl-nav button.owl-prev i { left: 1%; font-size: 20px; width: 40px; height: 40px; line-height: 38px;}
.owl-nav button.owl-next i {right: 1%; font-size: 20px; width: 40px; height: 40px; line-height: 38px;}
.owl-theme .owl-nav { height: 0; margin-top: 0;}
.owl-dots:after { right: 44%; width: 50px;top:10px;}
.owl-dots:before { left: 44%; width: 50px;top:10px;}
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px;}
.vg-nav-main-container li { margin: 0 15px; }

.inner-banner-img img { height: 200px; }
    
}
@media only screen and ( max-width: 1366px ) {
h1{ font-size:50px;}
h2{ font-size:50px;}
h3{ font-size:40px; }
h4{ font-size:30px;}
h5{ font-size:25px;}
h6{ font-size:18px; }
.home-banner-info { max-width: 1000px;}
.btn { padding: 10px 30px; font-size: 14px;}  
    
    
    
}
@media only screen and ( max-width: 1280px ) {
.vg-nav-main-container li {  margin: 0 10px;}
.vg-nav-main-container li a { font-size: 14px;}
.vg-nav-main-container li:last-child a { padding: 10px 20px;}
.vg-nav-main-container li a { padding: 39px 0;}
.owl-dots:after { right: 40%;}
.owl-dots:before { left: 40%;}
    
}
@media only screen and ( max-width: 1199px ) {
.home-banner-info { max-width: 70%;} 
.owl-nav button.owl-prev i { left: 5%;}
.owl-nav button.owl-next i { right: 5%;}
.social-media ul li { margin: 0 1px;}  
    
.markets-world-shortcode { zoom: 85%;}    

.team-member img, .our-project-view img { max-height: 216px; min-height: 216px; }
    
} 
@media only screen and ( max-width: 991px ) { 
.vg-nav-main-container li { display: block;margin: 10px 22px;}
.vg-nav-main-container li:last-child a { border: 0; padding: 10px 0;}   
    
h1{ font-size:35px;}
h2{ font-size:35px;}
h3{ font-size:30px;}
h4{ font-size:24px;}
h5{ font-size:20px;}
h6{ font-size:16px;}
 p{ font-size:14px;}
ul.ftr-nav li { padding: 5px 0;} 
.copy.text-right, .privacy p { text-align: center !important;}  
.common-padding { padding-top: 35px; padding-bottom: 35px;}  
.vg-nav-main-container li a { padding: 0;}   
section.our-project-area .col-lg-4 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}   
.min-height { min-height: auto;}
.contact-form-area { padding: 25px 20px;}   
    
.ul-data ul {  text-align: center; max-width: 50%; margin: auto; margin-top: 50px; margin-bottom: 40px;}    
.vg-nav-hamburger span, .vg-nav-hamburger span:after, .vg-nav-hamburger span:before { background: #011c53;}    
.vg-nav-main-container li a { color: #ffffff;}

.team-member img, .our-project-view img {
  max-height: 170px;
  min-height: 170px;
}


.ul-data ul {max-height: inherit; overflow: auto;}

}
@media only screen and ( max-width: 767px ) {
.home-banner-info h2{font-size: 20px;} 
.owl-dots{display: none;}   
.owl-nav button.owl-next i, .owl-nav button.owl-prev i { font-size: 10px; width: 20px; height: 20px;  line-height: 16px;}
.home-banner-info p { margin-bottom: 5px;font-size: 12px;} 
.btn { padding: 10px 20px; font-size: 10px;}   
.hdr-logo img { width: 150px;}
.inner-banner-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
} 
.ul-data ul { max-width: 80%; margin-top: 25px; margin-bottom: 25px;}
.ul-data ul li { padding: 8px 15px;  font-size: 14px;}

.team-member img, .our-project-view img { max-height: inherit; min-height: inherit;}

}

@media only screen and ( max-width: 1024px ) { 
  .markets-world-shortcode { zoom: 70%;}
}
@media only screen and ( max-width: 767px ) { 
  .markets-world-shortcode { zoom: 35%;}
}

@media only screen and ( max-width: 390px ) { 
  .markets-world-shortcode { zoom: 30%;}
}

@media only screen and ( max-width: 339px ) { 
  .markets-world-shortcode { zoom: 28%;}
  .ul-data ul { max-width: 90%;}
}


/*Media Query css*/


 
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }   
  .owl-animated-out {
    z-index : 1 
     } 
  .owl-animated-in {
    z-index : 0 
     } 
  .fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }

