/*------------------------------------------------------------------ 1. Wrapper / #wrapper 1.1 Boxed mode / .boxed 2. Header / #header 2.1 Search / #search 2.2 Social Icons / .social-icon 3. Main Menu / .menu-wrapper 4. Sticky Post (Featured Post) / #sticky 5. Content / Sidebar / .col-contentEntry Meta 4.1 Post class left image / .left-image-post 4.2 Standart Post / .standard-post 4.4 Entry Meta (Meta data) / .entry-data 4.6 Single Content / .single 4.7 UI Post Content 6. Comments / .comments 7. Widgets / #widget 8. Page Navi / #wp-pagenavi 9. Footer / #footer 10. Other style -------------------------------------------------------------------*/ /*------------------------------------------------------------------ [1. Wrapper / #wrapper] */ body { font: 400 16px/1.75 'Source Sans Pro', sans-serif; letter-spacing: 0.01em; -webkit-font-smoothing: antialiased; } #preloader { top: 0; left: 0; right: 0; bottom: 0; position: fixed; background-color: #fff; z-index: 99999; height: 100%; width: 100%; overflow: hidden; } #status { position: absolute; left: 50%; top: 50%; margin: auto; width: 80px; margin-left: -40px; border-radius: 50%; display: inline-block; vertical-align: middle; text-align: center; } #status>div { width: 20px; height: 20px; background-color: #4CAFE1; background-image: linear-gradient(135deg, rgba(57, 212, 250, 0.7) 15%, rgba(76, 175, 225, 0.7)85%); border-radius: 100%; display: inline-block; -webkit-animation: loading 1.4s infinite ease-in-out both; animation: loading 1.4s infinite ease-in-out both; } #status .circle1 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; } #status .circle2 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; } @-webkit-keyframes loading { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes loading { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } .wrapper { margin: 0 auto; width: 100%; overflow: hidden; background: #fff; position: relative; z-index: 1; } h1, h2, h3, h4, h5, h6 { margin: 0 0 35px; letter-spacing: 0; line-height: 1.7; font-weight: 700; font-family: 'Montserrat', sans-serif; } .no-transform { text-transform: none; } p { margin: 0 0 25px; } input, textarea { -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; border: 1px solid #ddd; padding: 5px 10px; border-radius: 10px; } input:focus, textarea:focus { border-color: #4cafe1 !important; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } a { text-decoration: none; color: #333; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } a img { -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; transition: all 0.25s linear; } a img:hover { opacity: .85; } img { -webkit-filter: blur(0); filter: blur(0); } input[type="radio"], input[type="checkbox"] { margin: 0 5px 0 0; } section, .section { position: relative; z-index: 992; padding-top: 100px; padding-bottom: 100px; } .section-small { padding-top: 80px; padding-bottom: 0px; } .blog .section-small, .page-template-blog .section-small { padding-top: 20px; } a, img, :focus, input { outline: none !important; } a:hover, a:focus { color: #555; text-decoration: none; } .no-pad { padding: 0 !important; margin: 0 !important; } .no-pad-btm { padding-bottom: 0 !important; } .no-pad-top { padding-top: 0 !important; } button:hover { text-decoration: none; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; opacity: 0.65; } .marg30 { margin-top: 30px; } .marg50 { margin-top: 50px; } table { margin-bottom: 25px; } td, th { padding: 15px; border: 1px solid #eee; } ul, ol { margin-bottom: 1.5em; } .wrapper .andaman_full_row_vc { width: 100%; } .wrapper.boxed .andaman_full_row_vc { max-width: 1500px; } /*------------------------------------------------------------------ [1.1 WP Classes] */ .wp-caption { margin-bottom: 1.75em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin: 0; } .wp-caption .wp-caption-text { color: #686868; font-style: italic; padding-top: 0.5384615385em; } .gallery-caption { color: #686868; display: block; font-style: italic; padding-top: 0.5384615385em; } .bypostauthor>.comment-body>.comment-meta>.comment-author .avatar { border: 1px solid #333; padding: 2px; } .wp-block-image.alignfull img, .wp-block-image.alignwide img { height: auto; } .wp-block-button { margin-bottom: 15px; ; } /*------------------------------------------------------------------ [2.0 Header / .header] */ .header { position: relative; } .header .sticky-menu { background: #fff; } .top_bar { background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: #fff; } .contacts-top { list-style: none; padding: 0; margin-bottom: 0; position: relative; float: right; color: #333; } .contacts-top li { float: left; position: relative; border: none; font-weight: 600; padding: 35px 30px; font-size: 16px; } .contacts-top li:last-child {} .contacts-top li i { font-size: 19px; position: relative; top: 2px; margin-right: 5px; } .contacts-top li a { color: #333; } .soc-top { list-style: none; padding: 0; margin-bottom: 0; font-weight: normal; } .soc-top li { font-size: 18px; float: left; border: none; transition: all 0.25s linear; padding: 19px 15px 18px 15px; } .soc-top li:hover { opacity: 0.8; transition: all 0.25s linear; } .soc-top li.lang:hover, .soc-top li.search:hover { opacity: 1 } .soc-top li.search { font-size: 17px; padding: 20px 15px 19px 15px; } .lang-top { list-style: none; margin-bottom: 0; } .lang-top li { border-left: 1px solid rgba(0, 0, 0, 0.1); padding: 9px 15px; } .lang-top li:last-child { border-right: 1px solid rgba(0, 0, 0, 0.1); } .lang-top img { max-width: 24px; margin-right: 7px; } .soc-top li.lang { font-weight: 600; font-size: 16px; letter-spacing: 1px; padding: 20px 15px; } .soc-top li.lang img { max-width: 23px; margin-right: 8px; } .soc-top li.lang a:after { content: "\f107"; font-family: 'Font Awesome\ 5 Free'; font-size: 14px; margin-left: 7px; } .soc-top li.lang .lang-ul { list-style: none; padding: 0; width: 165px; position: absolute; opacity: 0; right: 15px; top: 115%; visibility: hidden; border: 1px solid #eee; z-index: 9999; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; background: #fff; } .soc-top li.lang .lang-ul li { padding: 6px 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); float: none; border-left: none; border-right: none; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; font-size: 14px; } .soc-top li.lang .lang-ul li:hover { background: #F6F7F8; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .soc-top li.lang .lang-ul li a:after { content: none; } .soc-top li.lang .lang-ul li:first-child { border-top: none; } .soc-top li.lang .lang-ul li:last-child { border-bottom: none; } .soc-top li.lang:hover .lang-ul { opacity: 1; visibility: visible; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; top: 100%; } .logo { max-width: 100%; color: #fff; line-height: 124px; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .logo img { height: 45px; } .navbar.top-nav-collapse .logo { padding-top: 0; line-height: 70px; } .navbar .fa, .navbar a .fa { opacity: 1 !important; } .navbar .fa { font-size: 16px; line-height: 1px; position: relative; top: -2px; } .navbar.transparent .logo a { color: #fff; } .navbar.transparent.top-nav-collapse .logo a { color: #333; } .logo a:hover, .logo a:focus { text-decoration: none; color: #333; } .soc-area { margin: 35px 0px 10px 0; height: 30px; line-height: 30px; } .search-area form>div { padding: 10px 44px 10px 10px; height: 40px; border: 1px solid #eee; background: #fff; } .search-area form>div:before { position: absolute; color: #000; content: "\f4a5"; text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-size: 19px; font-family: "Ionicons"; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 19px; } .search-area form label { display: none } .search-area input[name="s"] { float: left; padding: 0; width: 100%; height: 20px; border: none; font-weight: 300; margin-top: -2px; } .search-area input[type="submit"] { position: relative; float: right; margin: -5px -39px 0 0; padding: 0; width: 30px !important; height: 30px; border: none !important; background: none !important; text-indent: -9999px; } .classic, .classic2 { font-family: 'Caveat'; font-weight: normal !important; text-transform: capitalize; letter-spacing: 0; margin: 0 0 15px; transform: rotate(-3deg) !important; -moz-transform: rotate(-3deg) !important; -webkit-transform: rotate(-3deg) !important; opacity: .8; font-weight: normal; } .no-pad { padding: 0 !important; margin: 0 !important; } .thin { font-weight: 100 !important; } .page-template-coming-soon .header { display: none; } .page-template-coming-soon footer { display: none; } .navbar-fixed-top { border: none; } /* NavBar */ .navbar-custom { margin-bottom: 0; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; border-bottom: 1px solid #eee; } .admin-bar .navbar-custom { transition: none; } .logos .hi-icon.image { opacity: 0.6; } .navbar-custom.top-nav-collapse { background-color: #fff; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; border-bottom: 1px solid #eee; } .navbar-custom.top-nav-collapse .nav>li>a { padding: 18px 13px; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .navbar-custom.top-nav-collapse .navbar-brand { padding-top: 16px; } .navbar-custom.top-nav-collapse .container.full .cart_search_block>li { padding: 23px 20px 25px 20px; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .navbar-custom.top-nav-collapse .container.full .cart_search_block>li.menu-divider { padding: 0; margin-top: 24px; border-color: #555; } .navbar-custom.top-nav-collapse .navbar-brand .logodark { max-width: 160px; max-height: 20px; } .navbar-custom .navbar-brand i { vertical-align: middle; } .navbar-custom .navbar-brand:focus { outline: 0; } .navbar-custom .navbar-brand .navbar-toggle { padding: 4px 6px; font-size: 16px; color: #fff; } .navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active { outline: 0; } .nav>li>a { text-transform: uppercase; text-decoration: none; letter-spacing: 1px; border-bottom: 2px solid transparent; padding: 24px 22px 22px 22px; font-weight: 600; } .navbar-custom .nav li a { -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .navbar-custom .nav li a:hover { outline: 0; background-color: transparent; cursor: pointer; } .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active { outline: 0; background-color: transparent; } .navbar-custom .nav li.active { outline: 0; background-color: transparent !important; } .navbar-custom .nav li.active a { color: #789 !important; } .navbar-custom .nav li.active a:hover { color: #789; } .dropdown-menu { right: 0; left: auto; border: 0; border-radius: 6px; box-shadow: none; margin: 0; color: #fff; min-width: 230px !important; padding: 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); } .dropdown-menu>li>a { font-size: 15px; font-weight: 400; padding: 13px 18px; white-space: normal; color: #333; letter-spacing: 0.02em; } .dropdown-menu li:last-child>a { border-top-left-radius: 6px; border-top-right-radius: 6px; } .navbar-custom .nav ul.dropdown-menu ul.dropdown-menu li a:hover { border-radius: 6px; } .dropdown-menu>.active>a { color: #333 !important; background-color: transparent; } .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { background-color: transparent; } .nav .open>a { background-color: transparent; border-color: transparent; } .nav .open>a:focus, .nav .open>a:hover { background-color: transparent; border-color: transparent; } .search-form { margin: 5px 10px; width: 250px; font-size: 14px; } .search-form .form-control { color: #ccc !important; } .search-button { width: 42px; height: 40px; line-height: 38px; margin-top: -22px; position: absolute; top: 50%; right: 12px; overflow: hidden; background: transparent; color: #888; border: none; outline: none; } .search-form { padding: 10px; width: 100%; border-bottom: #555; margin: 0; } .nav .badge { background-color: #789; color: #fff; padding: 4px 5px 5px 6px; font-size: 11px; position: absolute; margin: -10px -5px; line-height: 1; border-radius: 50% !important; } .navbar-toggle { padding: 10px 0; } .navbar-toggle .icon-bar { width: 30px; border-radius: 0; background: #fff; height: 3px; } .top-nav-collapse .icon-bar { background: #333; } .vmenu { display: inline-block; margin: 0; padding: 0; } a.btn-nav .btn { margin-bottom: 0; } .navbar-custom .nav .dropdown-menu li a.btn-nav:hover { background-color: transparent; } .menu-divider { width: 1px; border-right: 1px solid #b3b3b3; line-height: 18px; margin: 23px 15px 0; } .dropdown-menu strong { padding: 20px 0 16px 18px; display: block; font-size: 13px; font-weight: 800; line-height: 1px; color: #333 !important; } .nav .active { height: auto !important; } .navbar-nav:not(.sm-collapsible) ul .caret { position: absolute; right: 0; margin-top: 6px; margin-right: 15px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px dashed; } .navbar-nav:not(.sm-collapsible) ul a.has-submenu { padding-right: 30px; } .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret { position: absolute; right: 0; margin: -25px 14px 0 0; padding: 0; width: 32px; height: 26px; line-height: 24px; text-align: center; border-width: 1px; border-style: solid; } .navbar-nav.sm-collapsible .caret:before { content: '+'; font-family: monospace; font-size: 20px; } .navbar-nav.sm-collapsible .open>a>.caret:before { content: '-'; } .navbar-nav.sm-collapsible a.has-submenu { padding-right: 50px; } .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret { position: static; margin: 0 0 0 2px; padding: 0; width: 0; height: 0; border-top: 4px dashed; border-right: 4px solid transparent; border-bottom: 0; border-left: 4px solid transparent; } .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before { content: '' !important; } .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu { padding-right: 15px; } .navbar-nav span.scroll-up, .navbar-nav span.scroll-down { position: absolute; display: none; visibility: hidden; height: 20px; overflow: hidden; text-align: center; } .navbar-nav span.scroll-up-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px dashed transparent; border-right: 7px dashed transparent; border-bottom: 7px solid; border-left: 7px dashed transparent; } .navbar-nav span.scroll-down-arrow { position: absolute; top: -2px; left: 50%; margin-left: -8px; width: 0; height: 0; overflow: hidden; border-top: 7px dashed transparent; border-right: 7px dashed transparent; border-bottom: 7px solid; border-left: 7px dashed transparent; top: 6px; border-top: 7px solid; border-right: 7px dashed transparent; border-bottom: 7px dashed transparent; border-left: 7px dashed transparent; } .navbar-nav.sm-collapsible ul .dropdown-menu>li>a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header { padding-left: 35px; } .navbar-nav.sm-collapsible ul ul .dropdown-menu>li>a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header { padding-left: 45px; } .navbar-nav.sm-collapsible ul ul ul .dropdown-menu>li>a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header { padding-left: 55px; } .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu>li>a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header { padding-left: 65px; } .navbar-nav ul.sm-nowrap .current-menu-ancestor>a { color: #4cafe1; } .navbar-nav ul.sm-nowrap .current-menu-ancestor li.current-menu-item a { color: #4cafe1 } .navbar-nav ul.sm-nowrap li.current-menu-item>a { color: #4cafe1; } .navbar-nav ul.sm-nowrap>li>a.has-submenu:after { font-family: 'Font Awesome\ 5 Free'; content: "\f105"; position: absolute; right: 25px; font-weight: 900; color: #555; } .navbar-nav ul.sm-nowrap>li.disable>a { padding: 20px 0 16px 18px; display: block; font-size: 13px; font-weight: 800; line-height: 1px; color: #555 !important; cursor: default; } .navbar-nav ul.sm-nowrap>li.disable>a:hover { background: transparent; } .navbar-nav ul.sm-nowrap>li.new>a:after { content: 'new'; padding: 0.4em 0.7em 0.3em 0.7em; text-transform: uppercase; display: inline; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #c00; margin-left: 5px; position: relative; top: -1px; } .navbar-nav.sm-collapsible ul.sm-nowrap>li>a { white-space: normal; } .navbar-right ul.dropdown-menu { left: auto; right: 0; } .dropdown-menu .fa { opacity: 0.5 !important; line-height: 13px !important; } .nav .fa { font-size: 16px; line-height: 1px; } .nav .fa-angle-down { font-size: 13px; } .nav .fa, .nav a .fa { opacity: 1 !important; } .nav .fa-plus { font-size: 12px; } @media (min-width: 991px) { .search-form input { background: transparent; border: 0; width: 200px; } .navbar-custom { min-height: auto; } .navbar-custom .nav .dropdown-menu li a:hover { background-color: #F9FAFC; color: #4cafe1; } @-webkit-keyframes fadeInAndaman { 0% { opacity: 0; transform: translate(0, -40px); } 100% { opacity: 1; transform: translate(0, 0); } } @keyframes fadeInAndaman { 0% { opacity: 0; transform: translate(0, -40px); } 100% { opacity: 1; transform: translate(0, 0); } } li:hover ul.dropdown-menu { opacity: 1; -webkit-animation: fadeInAndaman 0.7s; animation: fadeInAndaman 0.7s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } ul.nav li.dropdown:hover>ul.dropdown-menu { display: block; } .navbar-left { float: right !important; } li.columns-2 ul.dropdown-menu { left: 0 !important; } li.columns-2 ul.dropdown-menu>li>a { border-bottom: none; } li.columns-3 ul.dropdown-menu { left: 0 !important; padding: 20px 22px 25px; -moz-column-count: 3; -webkit-column-count: 3; column-count: 3; min-width: 720px !important; } li.columns-2 ul.dropdown-menu { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; min-width: 360px !important; } li.columns-3 ul.dropdown-menu>li { display: inline-block; width: 100% } li.columns-2 ul.dropdown-menu>li { display: inline-block; width: 100% } li.columns-2 ul.dropdown-menu { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; min-width: 360px !important; } li.columns2 .btn-white, li.columns3 .btn-white { margin-top: 12px; display: inline-block; } .navbar-fixed-top .caret, .navbar-fixed-top .open>.dropdown-menu { display: none; } .angle-right:after { float: right; font-family: 'Font Awesome\ 5 Free'; content: "\f105"; color: inherit; position: absolute; right: 20px; } } .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 400px; } .navbar-collapse { float: right; } /*------------------------------------------------------------------ [2.1 Head Search / .head-search ] */ .head-search input[name="s"] { height: 50px; font-size: 13px; text-transform: uppercase; font-weight: 300; width: 100%; padding: 15px 45px 15px 15px; border-top: none; } .head-search input[name="s"]:focus { border: 1px solid #eee } .head-search input[type="submit"] { padding: 0; float: right; margin-top: -15px; position: relative; background: transparent; color: rgba(0, 0, 0, 0.54); border: none; width: 45px; height: 50px; margin-right: -14px; } .head-search input[type="submit"]:hover { background: transparent; transition: background 200ms linear; } .head-search span { float: right; margin-top: -35px; position: relative; margin-right: 15px; } .head-search span:before { font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f4a5"; font-size: 20px; color: rgba(0, 0, 0, 0.54); position: relative; left: 33px; } .search-title { padding-top: 0px; margin-top: 0px; } /*------------------------------------------------------------------ [2.2 Icons Social / .icons-social ] */ .icons-social { display: block; float: right; /* overflow: hidden; */ /* width: 198px; */ height: 60px; } .icons-social a { float: left; transition: all 200ms linear; font-family: 'Font Awesome\ 5 Free'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 17px; width: 40px; height: 60px; text-align: center; line-height: 30px; line-height: 60px; background: #fff; color: #666; } .icons-social a:hover { transition: all 250ms linear; background: transparent; text-decoration: none; } /*------------------------------------------------------------------ [3. Main Menu /.menu-wrapper ] */ /*------------------------------------------------------------------ [5. Content / Sidebar /.col-content ] */ .wrap-content { margin-top: 0px; } .home .post-content p { margin-bottom: 15px; } .has-post-thumbnail.standart-post .post-thumbnail .post-hover a { background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; position: relative; display: block; height: 350px; } .img-slide a { background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; position: relative; display: block; height: 230px; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .img-slide a:hover { opacity: 0.7; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .post-hover { overflow: hidden; position: relative; } .post-hover a { position: relative; overflow: hidden; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .sidebar-left { float: right; margin-left: 8.33333333%; } .sidebar-right { float: left; margin-right: 8.33333333%; } .widget_text img { width: 100%; height: auto; } .sidebar { display: inline-block; width: 100%; } .single-post .sidebar { margin-top: 0; } .sidebar ul li { list-style: none; padding-bottom: 10px; } .sidebar ul { padding: 0; margin: 0; } .sidebar ul.children { padding-left: 15px; padding-top: 10px; } .sidebar ul.children li:last-child { padding-bottom: 0px; } .sidebar ul.sub-menu { padding-left: 15px; padding-top: 10px; } .sidebar ul.sub-menu li:last-child { padding-bottom: 0px; } .error-404 { text-align: center; font-weight: 300; font-size: 150px; color: #333; margin: 165px 0 50px 0; } .content-404 p { text-align: center; font-size: 21px; margin-top: 30px; margin-bottom: 165px; } /*------------------------------------------------------------------ [5.1 Post class left image / .left-image-post] */ .content-wrap { padding-top: 60px; } .post-category { float: right } .post-category li { list-style: none; float: left; padding-left: 15px; } .post-category li a {} .post-category .active { position: relative } .post-category a { display: inline-block; font-size: 13px; } .post-category .active { color: #333 } .post-category .active:before, .post-category .active:after { border-left: 7px dotted transparent; border-right: 7px dotted transparent; border-top: 7px solid #eee; bottom: -10px; content: ""; height: 0; left: 50%; margin-left: -7px; position: absolute; width: 0; } .post-category .active:after { border-top-color: #fff; bottom: -9px; } .post-set.left-image-post .content-block { float: left; width: 370px; margin-left: 30px; } .content-block h3, .content-block h2 { margin-bottom: 20px; } .content-block span { font-size: 15px !important; line-height: 1.8 !important } .content-block em { font-size: 15px !important; line-height: 1.8 !important } .content-block strong { font-size: 15px !important; line-height: 1.8 !important } .content-block blockquote p { display: inline-block; } .post-set.left-image-post .content-block p { margin-bottom: 15px; } .post-set.left-image-post .post-meta { margin-bottom: 15px; } .post-set.left-image-post .post-thumbnail { float: left; width: 350px; } .main-content .no-sidebar .left-image-post .post-thumbnail { width: 50% } .main-content .no-sidebar .left-image-post.has-post-thumbnail .post-thumbnail .post-hover a { height: 300px; } .main-content .no-sidebar .left-image-post.no-thumbnail .post-thumbnail { display: none; } .main-content .no-sidebar .left-image-post.no-thumbnail .content-block { width: 100%; } .main-content .no-sidebar .left-image-post .content-block { width: calc(50% - 30px); } .left-image-post.no-thumbnail .post-thumbnail { display: none; } .left-image-post.no-thumbnail .content-block { float: left; width: 100%; margin-left: 0; } .post-content { overflow: hidden; } .post-set { position: relative; margin-bottom: 60px; width: 100%; } .wrap-content .post-set:last-child { margin-bottom: 0px; } ul.post-meta { text-transform: capitalize; margin: 0; position: relative; padding: 0; margin-bottom: 20px; } ul.post-meta li { padding: 0 15px; margin: 0; display: inline; position: relative; color: #111; } ul.post-meta li:first-child { padding-left: 0; } ul.post-meta li:after { content: " "; position: absolute; top: 50%; right: -3px; width: 6px; height: 6px; border-radius: 50%; background: #F9FAFC; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } ul.post-meta li:last-child:after { display: none; } ul.post-meta li a { color: #111; } .post-set.no-thumbnail .post-thumbnail { display: none; } .post-set.no-thumbnail.sticky { padding: 50px; background: #f9fafc; } .post-set.no-thumbnail.sticky.andaman_mas_item { padding: 0px 15px; background: #fff; } .post-set.no-thumbnail.sticky.andaman_mas_item .content-block { padding: 30px; background: #f9fafc; } .post-set.left-image-post { margin-bottom: 60px; } .post-set.sticky.has-post-thumbnail .post-hover:before { content: "\f11f"; font-family: "Flaticon"; border-radius: 50%; width: 44px; top: 15px; left: 15px; position: absolute; z-index: 9999; text-align: center; font-size: 23px; line-height: 44px; background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: #fff; content: "\f1fc"; } .wrap-content.andaman_mas_container { margin: 0 -15px; padding: 0px; border: none; } .no-sidebar .post-set.andaman_mas_item { width: 33.333333%; float: left; padding: 0 15px; border-bottom: none; } .post-set.andaman_mas_item { width: 50%; float: left; padding: 0 15px; border-bottom: none; } .post-set.andaman_mas_item td, .post-set.andaman_mas_item th { padding: 10px; border: 1px solid #eee; text-align: center; } .post-set.andaman_mas_item .content-block .title { padding-top: 10px; margin-bottom: 25px; } .post-set.andaman_mas_item.has-post-thumbnail .post-thumbnail .post-hover a { background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; position: relative; display: block; height: 215px; } li.tags span a { margin-left: 10px } li.tags span i { position: relative; top: 3px; right: 2px; display: inline-block; } .left-image-post.has-post-thumbnail .post-thumbnail { position: relative; overflow: hidden; margin-bottom: 0px; } .left-image-post.has-post-thumbnail .post-thumbnail .post-hover a { background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; position: relative; display: block; height: 260px; } .chess-post { display: flex; flex-wrap: nowrap; background-color: #f9fafc; } .chess-post .post-thumbnail { flex: 0 0 50%; min-width: 0; position: relative; overflow: hidden; margin-bottom: 0; min-height: 400px; } .chess-post .post-thumbnail .post-hover a { background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; position: relative; display: block; min-height: 400px; } .chess-post .content-block { padding: 50px; flex: 1 1 auto; min-width: 0; align-self: center; } .chess-post:nth-child(even) .post-thumbnail { order: 2; } .chess-post:nth-child(even) .content-block { order: 1; } .chess-post.no-thumbnail.sticky { padding: 0; } /*------------------------------------------------------------------ [5.2 Standart Post / .standart-post] */ .standart-post .title:hover a, .standart-post .title:hover { color: #000; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .standart-post.no-thumbnail .title { padding-top: 0px } .standart-post.no-thumbnail.format-gallery .title { padding-top: 25px } .standart-post .post-content { height: auto; min-height: 100%; max-height: 100%; } .standart-post .post-thumbnail { width: 100%; margin-bottom: 25px; } .standart-post .attachment-post-thumbnail { padding-bottom: 0px; height: auto; } .standart-post .title { font-size: 23px; margin-bottom: 10px; } /*------------------------------------------------------------------ [5.6 Single Post /.single ] */ .single .no-sidebar .post-content p { font-size: 15px; margin-bottom: 30px; } .single-tags { float: left; margin-top: 15px; } .single .social-single { float: right; margin-top: 15px; } .single .social-single ul.icon-links { position: relative; bottom: 0; left: 0; margin-bottom: 0; padding-left: 0; } .single .social-single ul.icon-links li { transform: none; } .single .social-single ul.icon-links li a { background: transparent; color: #333; border-radius: 0; position: relative; top: -2px; font-size: 20px; width: inherit; padding-right: 15px; } .single .no-sidebar .wrap-content { width: 100%; border: none; padding: 0px; } .single .gallery-content { margin-bottom: 50px; } .single .post { height: 100% !important } .single .post-thumbnail { margin-bottom: 15px; height: auto; } .single .post-thumbnail img { height: auto; width: 100%; } .single .post-thumbnail { margin-bottom: 25px; height: auto; } .textwidget p:last-child { margin-bottom: 0; } #authorarea h3 { text-transform: capitalize; font-size: 16px; margin-top: 0; text-align: center; } #authorarea img { display: block; float: left; width: 100%; height: auto; border-radius: 50%; } .authorinfo { text-align: center; font-weight: 300; margin-top: 15px; display: inline-block; } .hidden { opacity: 0 } .visible { opacity: 1 } .single .wp-post-image:hover { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } .nav-previous a { display: inline-block; padding: 10px 15px; width: 100%; background: #f7f7f7; text-align: center; } .nav-previous a:hover { background: #789; color: #fff; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .nav-next a { display: inline-block; padding: 10px 15px; width: 100%; background: #f7f7f7; text-align: center; } .nav-next a:hover { background: #789; color: #fff; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .avatar-widget { display: inline-block; width: 100%; margin-top: 0px; margin-bottom: 15px; } /*------------------------------------------------------------------ [6. Commetns Form / .comment ] */ .form-allowed-tags { display: none } .button, html input[type="button"], input[type="reset"], input[type="submit"] { color: #fff; padding: 8px 12px 6px 15px; border: none; font-weight: 600; font-size: 15px; background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); text-transform: uppercase; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); outline: none; -webkit-transition: all .25s linear; -moz-transition: all .25s linear; transition: all .25s linear; text-decoration: none; border-radius: 10px; } button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { box-shadow: 0 6px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08); -webkit-transition: all .25s linear; -moz-transition: all .25s linear; transition: all .25s linear; } blockquote { padding: 30px; margin: 0 0 25px; border-left: none; text-align: center; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: #fff; border-radius: 30px; font-size: 21px; position: relative; } blockquote:before { content: "\f10d"; font-family: 'Font Awesome\ 5 Free'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 100px; color: #fff; right: 15px; opacity: 0.3; position: absolute; font-weight: 900; line-height: 1; top: 15px; } blockquote cite { display: inline-block; margin-top: 15px; } blockquote cite a { color: #fff !important; font-style: normal; line-height: 1 !important; } .single .post-content blockquote p { display: inline; } .comment-form-comment label { display: none } .comment-form-comment textarea { width: 100%; height: 150px; } #reply-title { margin-top: 10px; display: inline-block; } .commentlist { margin: 0; padding: 0; list-style-type: none; } .commentlist #reply-title { margin-top: 35px } .commentlist li ul, .commentlist li ol { margin-bottom: 1.5rem; } .commentlist li ul ul, .commentlist li ol ol { margin-bottom: 0; } .commentlist>li { margin-bottom: 25px; padding-bottom: 25px; width: 100%; border-bottom: 1px solid #eee; } .comment .avatar { display: inline-block; float: left; margin-right: 35px; border-radius: 50%; } .comment-top-level .comment-box { margin-bottom: 25px; padding-left: 108px; } .author-card { text-transform: capitalize; font-weight: bold; color: #333; } .comment-time { font-size: 14px; opacity: 0.7; } .comment-content { margin-top: 15px; margin-left: 110px; padding: 0; } .comment-reply-title small a { font-weight: 300; } .commentlist .children { margin: 0; margin-top: 25px; padding: 0; list-style-type: none; margin-left: 50px; } .children .comment .avatar { margin-right: 30px; width: 60px; height: 60px; } .children .comment .comment-content { margin-left: 90px; } ol.children li { margin-bottom: 0px; padding-bottom: 0px; width: 100%; border-bottom: none; } .comment-form-author input { width: 100%; } .comment-form-email input { width: 100%; } .comment-form-url input { width: 100%; } .comment-notes { display: none } .edit-link { margin-right: 15px; font-size: 12px; text-transform: lowercase; } #commentform label { display: inline-block; font-weight: 400 !important; } /*------------------------------------------------------------------ [7. Widget /.widget ] */ .widget { display: inline-block; width: 100%; margin-bottom: 60px; } .widget:last-child { margin-bottom: 0; } .widget_search form>div { padding: 10px 48px 10px 16px; height: 46px; border: 1px solid #ddd; background: #fff; position: relative; } .widget_search form>div:focus { border-color: #888 !important; } .widget_search form>div:before { position: absolute; color: #fff; content: "\f002"; text-transform: none; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 17px; font: normal normal normal 16px/1 Font Awesome\ 5 Free; top: 13px; color: #333; font-weight: 900; } .widget_search form label { display: none } .widget_search input[name="s"] { float: left; padding: 0; width: 100%; height: 24px; border: none; font-weight: 300; } .widget_search input[type="submit"] { position: relative; float: right; margin: -34px -48px 0 0px; padding: 0; width: 50px !important; height: 44px; border: none !important; text-indent: -9999px; background: transparent; } .search-content form>div { padding: 10px 44px 10px 10px; height: 40px; border: 1px solid #eee; background: #fff; position: relative; width: 300px; } .search-content form>div:before { position: absolute; color: #000; content: "\f4a5"; text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-size: 19px; font-family: "Ionicons"; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 14px; } .search-content form label { display: none } .search-content input[name="s"] { float: left; padding: 0; width: 100%; height: 20px; border: none; font-weight: 300; } .search-content input[type="submit"] { position: relative; float: right; margin: -5px -39px 0 0; padding: 0; width: 30px !important; height: 30px; border: none !important; background: none !important; text-indent: -9999px; } .tagcloud a { display: inline-block; float: left; overflow: hidden; padding: 4px 10px; text-transform: lowercase; font-size: 13px !important; color: #fff; margin: 3px; background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); border-radius: 10px; transition: all 0.25s linear; border: none; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); -webkit-transition: all .25s linear; -moz-transition: all .25s linear; transition: all .25s linear; } .tagcloud a:hover { box-shadow: 0 6px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08); -webkit-transition: all .25s linear; -moz-transition: all .25s linear; transition: all .25s linear; } #wp-calendar { margin: 0; width: 100%; } #wp-calendar caption { text-align: right; font-size: 13px; } #wp-calendar tbody td { text-align: center; height: 30px; padding: 7px; border-color: #eee; } #wp-calendar tbody .pad { background: none } #wp-calendar thead th { background: #fafafa; text-align: center; font-weight: 600; color: #000; padding: 7px; } #wp-calendar #next { padding-right: 24px; text-align: right; } #wp-calendar tfoot td, #wp-calendar tfoot th { padding: 7px; border: none; } .posts-by-vies-widget ul li { list-style: none; font-weight: 300; float: left; width: 100%; } .andaman_post_meta {} .footer-area .andaman_post_content a { color: #444; font-size: 16px; } .footer-area ul li:last-child { margin: 0px; } .footer-widget { padding: 100px 0 60px 0; } .footer-widget .widget { border: none; margin-bottom: 40px; padding-bottom: 0; } .footer .flickr-photos a { float: left; margin: 0 15px 15px 0; padding: 0; border: 0 none; list-style: none; } .footer .flickr-photos img { display: block; width: 65px; height: 65px; } .widget select { width: 100% } .widget .sticky { position: relative } .attachment-post-thumbnail { height: 208px } .widget_recent_entries ul { padding: 0; margin: 0; list-style: none; } .footer-widget .widget ul { padding: 0; margin: 0; list-style: none; } .footer-widget .widget ul.children { padding-left: 15px; padding-top: 10px; } .footer-widget .widget ul.children li:last-child { padding-bottom: 0px; } .footer-widget .menu ul.sub-menu { padding-left: 15px; padding-top: 10px; } .footer-widget .menu ul.sub-menu li:last-child { padding-bottom: 0px; } .footer-widget .widget ul li { padding-bottom: 10px; } .footer.black .footer-widget .andaman_cat_count { background: #333; } .footer.black .footer-widget #wp-calendar tbody td { background: #222; border-color: #333; } .footer.black .footer-widget #wp-calendar thead th { background: #282828; color: #fff; border-color: #333; } .screen-reader-text { display: none } #navigation.desktop { display: block !important } div.wpcf7 { background: #fff; padding: 50px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); border-radius: 30px; } div.wpcf7 p { margin-bottom: 0; } .wpcf7-form-control { border: 1px solid #eee; height: auto; padding: 8px 15px; font-size: 15px; color: #888; box-shadow: none; line-height: 1.75; border-radius: 10px; } textarea.wpcf7-textarea { height: 80px; } div.wpcf7-response-output { margin: 15px 0 0 0; padding: 0; font-size: 15px; } div.wpcf7-mail-sent-ok { border: none; color: #4CAF50; } div.wpcf7-validation-errors { border: none; color: #F44336; } div.wpcf7-acceptance-missing { border: none; color: #f7e700; } span.wpcf7-not-valid-tip { color: #F44336; font-size: 13px; display: block; } .mailchimp-block.center { text-align: center; } .mailchimp-block.white { color: #fff; } .mailchimp-block h1 { margin-bottom: 25px; } .mailchimp-block.white h1 { color: #fff; } .mailchimp-block img { padding-top: 15px; max-width: 130px; opacity: 1; } .input-group input { border-radius: 0px; border-color: #ddd; } .input-group-lg>.form-control, .input-group-lg>.input-group-addon { border-radius: 0px; border-color: #eee; } .input-group-lg>.input-group-btn>.btn { border-radius: 0px; } .form-control:focus { box-shadow: none; outline: none; } .btn { font-size: 15px !important; outline: 0; text-transform: uppercase; -webkit-transition: all .25s linear; -moz-transition: all .25s linear; transition: all .25s linear; text-decoration: none; font-weight: 600; padding: 8px 12px 6px 15px; border-radius: 10px; border: none; text-shadow: none; box-shadow: 0 6px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08); } .btn:hover { box-shadow: 0 6px 12px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .18); -webkit-transition: all .25s linear; -moz-transition: all .25s linear; transition: all .25s linear; } .btn-lg { padding: 15px 35px; } .btn-dark { background-color: #333; color: #fff !important; } .andaman_image_wrapper { float: left; margin: 0px 15px 0 0; width: 65px; height: 65px; background: #f7f7f7; } .andaman_post_content h3 { margin: 0; color: #333; font-size: 16px; line-height: 1.4; } .andaman_post_content h3 a { color: #333 } .andaman_post_content a:hover { color: #000; } .andaman_post_meta { margin-top: 3px; } .andaman_post_meta span { position: relative; top: -2px; padding-left: 7px; font-weight: 300; font-size: 12px; } .andaman_post_meta i { color: #333; font-size: 16px; } .nav-btn { margin: -1px; overflow: hidden; position: absolute; width: 1px; height: 1px; } .posts-by-vies-widget ul { margin: 0px; padding: 0px; } .post-content .wp-caption img { max-width: 100%; height: 100%; } .wp-caption img { max-width: 100% !important; height: 100%; } .wp-caption { max-width: 100% !important; } .wrap-content p img { height: 100%; max-width: 100%; } .post-content img { max-width: 100%; height: 100%; } .post-content .wp-caption { max-width: 100% !important; } .post-content iframe { width: 100% !important } .three-blocks #related-post-thumb .post-thumbnail { width: 100%; height: 180px; } .three-blocks #related-post-thumb .title { font-size: 16px } .widget select { width: 100%; background: #fff; border: 1px solid #eee; height: 30px; outline: none; } .footer.black select { background: #333; border-color: #333; } .size-large { height: 100% } .widget .sticky { position: relative } /*------------------------------------------------------------------ [8. Page Navi / #wp-pagenavibox ] */ #wp-pagenavibox { display: block; width: 100%; text-align: center; position: relative; } .wp-pagenavi { display: inline-block; margin-bottom: -9px; /* text-align: center; */ } .wp-pagenavi a, .wp-pagenavi span { margin: 0 !important; padding: 0 !important; } .wp-pagenavi span.current { background: #f7f7f7; font-weight: 300 !important; } .wp-pagenavi a:hover, .wp-pagenavi span.current { background: #f7f7f7; color: #333; } .wp-pagenavi a, .wp-pagenavi span { display: block; float: left; padding: 6px 12px !important; border: none !important; text-align: center; white-space: nowrap; } /*------------------------------------------------------------------ [9. Footer / .footer] */ footer { width: 100%; } .footer { background: #fff; border-top: 1px solid #eee; width: 100%; position: relative; } .footer.black { background: #222; border-top: 1px solid #333; color: #fff; } .footer.black h1, .footer.black h2, .footer.black h3, .footer.black h4, .footer.black h5, .footer.black h6 { color: #fff; } .footer.black a { color: #fff; } .footer.black .footer-copyright { background: #222; color: #fff; border-top: 1px solid #333; opacity: 0.8; } .footer.black .footer-area-cont:before { content: ''; background: url(../images/maps_white.png) 50% 50% no-repeat; top: 60px; width: 750px; height: 386px; position: absolute; z-index: 0; background-size: 750px 386px; opacity: 0.1; transform: rotate(5deg); left: 50%; margin-left: -510px; } .footer.black .footer-area-cont.no-map:before { content: none; } .footer-bottom-sticky { width: 100%; } .footer-area ul li:first-child { padding-top: 0px !important } .footer-area .widget_search form>div { border: none; background: #fff; } .footer-area .widget_search input[name="s"] { background: transparent; color: #fff; font-weight: 300; } .footer-area .posts-by-vies-widget ul li { list-style: none; font-weight: 300; color: #333; float: left; width: 100%; } .footer.black .footer-area .widget_search form>div { background: #333; } .footer.black .widget_search form>div:before { color: #fff; } .footer-area .tagcloud a:hover { background: #fff; color: #333 !important; } .footer-copyright { position: relative; padding-top: 30px; padding-bottom: 30px; background: #fff; color: #333; width: 100%; border-top: 1px solid #eee; } .footer-copyright.white { background: #fff; } .footer-copyright.white a:hover { color: #666; } .footer-copyright .two-block { padding-top: 30px; padding-bottom: 30px; } .footer-copyright .three-block { padding-top: 30px; padding-bottom: 30px; } .footer-copyright h1, .footer-copyright h2, .footer-copyright h3, .footer-copyright h4, .footer-copyright h5, .footer-copyright h6 { margin: 0; padding: 0; } .footer-copyright .list-inline { margin-bottom: 0; } .footer-copyright.light .not-single { text-align: left; } .footer-copyright p { margin: 0; padding: 0; } .footer-copyright .love-info i:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; } .author-info { text-align: right; } #menu-footer-menu-2 { padding-top: 63px; } /*------------------------------------------------------------------ [10. Other styles ] */ .clear { float: none !important; clear: both !important; margin: 0 !important; padding: 0 !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; } .wp-caption.alignnone { width: 100% !important } .alignleft { float: left; margin-right: 15px; margin-bottom: 15px; } .aligncenter { float: none; clear: both; display: table; margin-left: auto; margin-right: auto; width: auto !important; } .alignright { float: right; margin-left: 15px; margin-bottom: 15px; } .andaman_cat_count { float: right; background: #f9fafc; text-align: center; font-size: 13px; line-height: 28px; padding: 0 10px; } .post-commetns { margin-top: 50px; } .instagram-pics li { display: inline-block; width: 25%; padding-right: 10px !important; padding-bottom: 10px !important; padding-top: 0px !important; /* background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); */ } .instagram-pics li img { width: 100%; border-radius: 10px; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); padding: 2px; } .text-block-content { padding: 15px 25px 0px 25px; color: #333; width: 440px; max-height: 135px; overflow: hidden; } .text-block-title { font-weight: 600; text-transform: uppercase; padding-bottom: 20px; font-size: 15px; letter-spacing: 1px; font-size: 18px; padding-bottom: 25px; } .text-block-title.color { color: #fff; } .text-block-text.color { color: #fff; padding-right: 100px; } .text-block-icon { position: absolute; font-size: 110px; top: 50%; color: rgba(255, 255, 255, 0.4); right: 10%; line-height: 0; margin-top: -55px; } .contact-top { list-style: none; padding: 0; margin-bottom: 0px; } .contact-top li { float: left; line-height: 33px; border-right: 1px solid #e8e8e8; font-size: 12px; font-weight: 300; padding: 3px 10px; } .contacts-top li span { display: block; color: #666; font-weight: 400; font-size: 15px; } .promo-block { margin-bottom: 25px; } .promo-block.white { color: #fff; } .promo-block.white h1 { color: #fff; } .promo-block.center { text-align: center; } .promo-block.center .title-p-line span { margin-right: auto; margin-left: auto; margin-bottom: 35px; } .promo-block .title-p-line span.promo-line { position: relative; display: block; margin-top: 25px; background: #4cafe1; height: 2px; width: 90px; display: block; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .promo-block .title-p-line span.promo-icon { display: block; width: 100%; margin-top: 25px; } .promo-block .title-p-line span.promo-icon i { font-size: 35px; } .promo-block .title-p-line span.promo-icon i:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; } .promo-block .title-p-line span.promo-line:after { content: ''; height: 10px; width: 10px; background: #fff; border-radius: 50%; position: absolute; left: 50%; top: -4px; margin-left: -5px; border: 2px solid #4cafe1; display: block; } .promo-block p { margin-bottom: 35px; } .promo-text { text-align: center; font-size: 32px; font-weight: 300; line-height: 1; padding-bottom: 5px; } .promo-text-light { text-align: center; font-size: 25px; font-weight: 300; padding-left: 31px; padding-right: 30px; display: inline-block; border-bottom: 1px solid #f7f7f7; padding-bottom: 15px; -webkit-backface-visibility: hidden; } .promo-text-footer { font-size: 19px; font-weight: 300; color: #fff; padding-bottom: 15px; } .promo-paragraph { padding: 0; text-align: center; margin-top: 7px; } .promo-paragraph.white { color: #fff; } .services-grid { padding-bottom: 30px; } .services-grid.box { background: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); padding: 30px; border-radius: 30px; transition: all 0.25s linear; margin-bottom: 30px; } .services-grid.box:hover { transition: all 0.25s linear; box-shadow: 0 6px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08); } .home .services-grid.box:hover { margin-top: -10px; } .hi-icon-effect .hi-icon { color: #4cafe1; position: relative; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; font-size: 57px; margin-bottom: 25px; line-height: 1; } .services-grid.box .hi-icon-effect .hi-icon { font-size: 63px; } .services-grid.minimal .hi-icon-effect .hi-icon { background: #F9FAFC; font-size: 32px; border-radius: 8px; line-height: 64px; width: 64px; text-align: center; background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .services-grid.minimal .hi-icon-effect .hi-icon:before { color: #fff !important; background: none !important; } .services-grid.minimal .hi-icon-effect { text-align: left; } .services-grid.minimal .hi-icon-effect .service-name { font-size: 24px; } .services-grid.minimal .hi-icon-effect p { padding: 0; } .hi-icon-effect .hi-icon:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; } .typing_done_text .typed-cursor { opacity: 0; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .hi-icon-effect { overflow: hidden; text-align: center; } .hi-icon-effect p { margin-bottom: 0; padding: 0 15px; } .services-grid.box .hi-icon-effect p { margin-bottom: 0; padding: 0; } .hi-icon-effect.white .hi-icon { color: #fff; } .hi-icon-effect.white .service-name { color: #fff; } .hi-icon-effect.white .service-text { color: #fff; } .hi-icon-effect.white .hi-icon:hover { color: #fff; } .service-name { margin-bottom: 15px; font-size: 27px; } .service-read { font-size: 18px; margin-top: 15px; font-weight: 600; display: inline-block; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; cursor: pointer; } .service-read:hover:after { left: 15px; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .service-read:after { content: "\f30b"; font-family: Font Awesome\ 5 Free; left: 10px; position: relative; top: 2px; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .two-button-andaman .btn { margin-top: 37px; margin-left: 25px; } .video-block { text-align: center; } .video-block h1 { text-transform: capitalize; font-size: 50px; margin-bottom: 25px; } .video-block.smaller h1 { font-size: 44px; } .video-block p { font-weight: 400; font-size: 18px; margin-bottom: 35px; padding: 0 100px; } .video-block a.swipebox-video { font-size: 40px; margin-top: 30px; line-height: 1; display: block; } .video-block.white { color: #fff; } .video-block.white h1 { color: #fff; } .video-block.white p { color: rgba(255, 255, 255, 0.8); } .video-block.white a.swipebox-video { color: #fff; } .white-color { color: #fff; } .h1-big-font h1 { font-size: 50px; line-height: 1.4; color: #fff; } .stats-block.style2 h1 { font-size: 60px; margin-bottom: 15px; } .stats-block.style2 span.stats-line { height: 2px; width: 70px; background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); margin: 0px auto 15px; display: inline-block; position: relative; } .stats-block.style2 span.stats-line:after { content: ''; height: 10px; width: 10px; background: #fff; border-radius: 50%; position: absolute; left: 50%; top: -4px; margin-left: -5px; border: 2px solid #4cafe1; display: block; } .stats-block.style2 p { font-size: 18px; } .stats-desc { width: 100%; } .stats-desc p { margin-bottom: 0; } .stats-desc .stats-number h2 { margin-bottom: 4px; line-height: 1; padding-top: 7px; } .stats-desc.white { color: #fff; } .stats-desc.white h2 { color: #fff; } .stats-icon { width: 74px; line-height: 74px; border-radius: 50%; background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: #fff; text-align: center; float: left; margin-right: 25px; height: 74px; } .stats-icon i { font-size: 35px; } .testimonial-block { text-align: center; } .owl-carousel .owl-item .testimonials-image img { width: 80px; height: 80px; border-radius: 50%; } .testimonial-block .testimonial-icon { text-align: center; margin: 0 auto 35px; font-size: 40px; } .testimonial-block .testimonial-icon i { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent; -webkit-background-clip: text; background-clip: text; } .testimonial-block .testimonials-caption { font-size: 18px; margin-bottom: 25px; } .testimonial-block .testimonials-caption h4 { font-size: 22px; } .testimonial-block.box .testimonials-item { background: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); padding: 30px; position: relative; border-radius: 30px; } .testimonial-block.box .testimonials-item h4 { margin-bottom: 0; font-size: 20px; } .testimonial-block.box .testimonials-item .testimonials-caption { position: relative; z-index: 2; } .testimonial-block.box .testimonials-item:before { z-index: 1; content: ''; position: absolute; width: 62px; height: 62px; overflow: hidden; background: #fff; bottom: 0; left: 50%; margin-left: -31px; } .testimonial-block.box .testimonials-item:after { position: absolute; width: 40px; height: 40px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); background: #fff; bottom: -20px; left: 50%; margin-left: -20px; content: ''; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); } .testimonials-item.white, .testimonials-item.white .signature_vc { color: #fff; } .testimonial-block.box .testimonial-icon { display: none; } .testimonial-block.box .testimonials-caption { font-size: 18px; margin-bottom: 0; } .testimonial-block.box .testimonials-image { width: 80px; height: 80px; border-radius: 50%; text-align: center; margin: auto; position: relative; margin-top: 45px; box-shadow: 0 6px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08); margin-bottom: 10px; } .testimonial-block.box .testimonials-caption p { margin-bottom: 15px; } .testimonials-rating i { padding: 0 3px; color: #FDD956; } .owl-carousel .owl-item .testimonial-block.box .testimonials-image img { display: inline-block; } .jarallax { position: relative; z-index: 0; } .jarallax>.jarallax-img { position: absolute; object-fit: cover; /* support for plugin https://github.com/bfred-it/object-fit-images */ font-family: 'object-fit: cover;'; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .blog-name { float: left; -webkit-backface-visibility: hidden; width: 100%; display: inline-block; margin-bottom: 10px; } .blog-name h5 { padding-top: 10px; margin-bottom: 25px; } .blog-text { display: inline-block; padding-bottom: 25px; } .blog-text p { margin-bottom: 0px; } .blog-button { width: 100%; display: inline-block; } .blog-read-more a { border: 2px solid #ddd; background-color: #ddd; color: #000 !important; font-size: 10px !important; padding: 6px 10px; letter-spacing: 2px; outline: 0; text-transform: uppercase; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-shadow: none; text-decoration: none; font-weight: 600; } .blog-read-more a:hover { background: #E6E6E6; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } .post-thumbnail { position: relative; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin-bottom: 20px; } .post-thumbnail img { z-index: 0; width: auto; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; max-width: 100%; } .post-thumbnail:hover img, .post-hover a:hover { transform: scale(1.1); -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .vc_partner_image { opacity: 1; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .vc_partner_image:hover { opacity: 1; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .prog-name { display: inline; letter-spacing: 0.5px; } .hi-icon.image { display: block; margin-right: auto; margin-left: auto; } .prog-per { float: right; display: inline-block; position: relative; letter-spacing: 0.5px; font-size: 13px; } .progress-per { display: inline; } .progress { height: 4px; border-radius: 4px; -webkit-box-shadow: none; box-shadow: none; margin-top: 5px; margin-bottom: 15px; background-color: #f4f4f4; } .progress.biggest { margin-top: 10px; margin-bottom: 25px; } .progress-bar { -webkit-box-shadow: none; box-shadow: none; line-height: 4px; } .process-circle-wrap { text-align: center; position: relative; width: 175px; margin: auto; } .process-circle-wrap span:after { position: absolute; top: 50%; left: 100%; width: 100%; border-top: 1px dashed #4cafe1; content: ""; } div:last-child>.process-circle-wrap span:after { display: none; } .process-circle-wrap:before { width: 12px; background: #fff; content: ''; position: absolute; top: 50%; right: 100%; margin-top: -5px; z-index: 3; height: 10px; } .process-circle-wrap:after { width: 10px; background: #fff; content: ''; position: absolute; top: 50%; left: 100%; margin-top: -5px; z-index: 3; height: 10px; } .process-circle { text-align: center; width: 175px; height: 175px; border-radius: 50%; background: #f9fafc; position: relative; margin: auto; overflow: hidden; transition: all 0.25s linear; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); z-index: 4; } .process-circle:hover { box-shadow: 0 6px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08); transition: all 0.25s linear; } .process-circle .process-circle-num { background: #4cafe1; color: #fff; position: absolute; bottom: -25px; border-radius: 50px; left: 50%; width: 50px; height: 50px; margin-left: -25px; font-weight: 600; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .process-circle .process-circle-icon { font-size: 50px; padding-top: 15px; line-height: 1.6; opacity: 0.8; } .process-circle .process-circle-icon i:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; } .process-circle .process-circle-text { position: relative; } .process-circle .process-circle-text h3 { margin-bottom: 0; font-size: 20px; } .blog-main h3 { margin-bottom: 10px; } .blog-main.tile .blog-wrap { background: #fff; padding: 30px; display: inline-block; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); } .blog-main.tile .blog-wrap .post-meta { margin-bottom: 0; } .blog-main.tile .blog-wrap .post-meta li { display: none; } .blog-main.tile .blog-wrap .post-meta li:after { content: none; } .blog-main.tile .blog-wrap .post-meta li.category-tiles { background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); padding: 3px 10px 4px 10px; display: inline-block; border-radius: 4px; line-height: 1; } .blog-main.tile .blog-images { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); border-top-right-radius: 6px; border-top-left-radius: 6px; background: #fff; } .blog-main.tile .blog-images img { border-top-right-radius: 6px; border-top-left-radius: 6px; } .blog-main.tile .blog-wrap .post-meta li.category-tiles a { color: #fff; font-size: 15px; } .blog-main.tile .blog-wrap h3 { font-size: 25px; line-height: 1.5; } .blog-main.tile .blog-wrap .blog-name { margin: 25px 0 0 0; } .blog-main.tile .blog-wrap .blog-text, .blog-main.tile .blog-wrap .blog-button { display: none; } .blog-main.tile .post-thumbnail { margin-bottom: 0; } .post-thumbnail .blog-heart { position: absolute; display: inline-block; top: 15px; right: 15px; background: #fff; width: 32px; text-align: center; border-radius: 5px; padding: 2px 0; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); z-index: 1; } .post-thumbnail .blog-heart i:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .post-thumbnail .blog-heart:hover { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .post-thumbnail .blog-heart:hover i:before { color: #fff !important; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .blog-button a { font-size: 18px; font-weight: 600; display: inline-block; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; cursor: pointer; } .blog-button a:hover:after { left: 15px; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .blog-button a:after { font-family: 'Font Awesome\ 5 Free'; content: "\f30b"; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; left: 10px; position: relative; top: 2px; } .tag_line_image { display: table; text-align: center; width: 100%; color: #fff; overflow: hidden; position: relative; background-repeat: no-repeat; background-position: center center; height: auto; z-index: 0; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; border-bottom: none; padding: 0px; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } .tag_line_image .tag-body { display: table-cell; vertical-align: middle; padding: 100px 0; width: 100%; position: relative; z-index: 1; } .tag_line_image .tag-body:before { content: ""; left: 0; top: 0; position: absolute; width: 100%; height: 100%; z-index: -9; background: rgba(0, 0, 0, 0.65); } .tag_line_title { text-align: center; padding-bottom: 0px; margin: 0; font-size: 60px; font-weight: 900; line-height: 80px; } .tag_line_date { text-align: center; } .tag_line_author { text-align: center; } .tag_line_image .tag_line_date { padding-bottom: 10px; color: #fff; font-size: 18px; } .tag_line_image .tag_line_date a { color: #fff; } .tag_line_image .tag_line_author { padding-top: 20px; font-size: 18px; color: #fff; } .tag_line_image .tag_line_author a { color: #fff; } .menu-center { float: left; line-height: 1; } .breadcrumbs { text-align: center; padding-top: 30px; font-weight: 700; font-size: 15px; } .widget_rss .rsswidget { font-size: 18px; font-weight: bold; } .widget_rss .rss-date { display: block; font-size: 14px; padding: 10px 0; } .widget_rss cite { display: inline-block; padding-top: 10px; } .widget_rss li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; } .footer-area .widget_rss li { border-bottom: 1px solid #333333; } .widget_rss li:last-child { border: none; } .breadcrumbs span { display: inline-block; } .breadcrumbs a { color: #fff; } .team-image { position: relative; margin-bottom: 25px; } .team-image:before { content: ''; background: rgba(0, 0, 0, .05); left: 0; top: 0; position: absolute; width: 100%; height: 100%; border-radius: 10px; transition: background 0.6s ease; z-index: 1; } .team-image:hover:before { background: rgba(0, 0, 0, .5); transition: background 0.6s ease; } .team-image .team-social { position: absolute; bottom: 0; text-align: center; width: 100%; z-index: 1; margin: 0 0 20px 0; } .team-image img { border-radius: 10px; } .team-image .team-social li { opacity: 0; visibility: hidden; transition: all 0.25s linear; transform: translate3d(0, 20px, 0); transition-delay: 0s; margin-top: 10px; } .team-image .team-social li a { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); line-height: 40px; border-radius: 50%; width: 40px; display: inline-block; } .team-image:hover .team-social li { transform: translate3d(0, 0, 0); opacity: 1; visibility: visible; transition: opacity 0.5s, transform 0.5s; } .team-image:hover .team-social li:first-child { transition-delay: 0.1s; } .team-image:hover .team-social li:nth-child(2) { transition-delay: 0.2s; } .team-image:hover .team-social li:nth-child(3) { transition-delay: 0.3s; } .team-image:hover .team-social li:nth-child(4) { transition-delay: 0.4s; } .team-image:hover .team-social li:nth-child(5) { transition-delay: 0.5s; } .team-image:hover .team-social li:nth-child(6) { transition-delay: 0.6s; } .team-image:hover .team-social li a i { font-size: 18px; } .team-image:hover .team-social li a { color: #fff; } .team-block { display: inline-block; width: 100%; text-align: center; } .team-block h3 { margin-bottom: 10px; } .team-block .list-inline { padding-left: 0; list-style: none; margin: 0; } .team-block .list-inline>li { padding: 0 8px 15px; } .text-center { text-align: center; } .about-desc p { margin-bottom: 0; font-size: 18px; } .menu-transparent .nav-icon3 span { background: #fff; } .show-menu .navbar-custom .nav-icon3 span { background: #fff !important; } .show-menu .burger_andaman_normal_holder i { color: #fff !important; } .main-content { z-index: 10; position: relative; background: #fff; } .content { z-index: 10; position: relative; background: #fff; padding-bottom: 50px; } .type-wrap { text-align: center; font-size: 41px; color: #fff; } .nav-links { text-align: center; } .nav-links a, .nav-links span { background: #F9FAFC; border-radius: 10px; padding: 6px 12px; margin: 0 4px; } .nav-links a:hover { color: #fff; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .nav-links span.current { color: #fff; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .andaman_pg_single { margin: 30px 0; text-align: center; display: inline-block; width: 100%; height: auto; padding: 30px; background: #F9FAFC; } .andaman_pg_single span { -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; color: #fff; border-radius: 10px; padding: 6px 12px; margin: 0 4px; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .andaman_pg_single a>span { -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; background: none; color: #333; } .andaman_pg_single a:hover>span { color: #fff; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .soc-footer { margin: 0px; margin-top: 25px; } .soc-footer li { float: left; } .soc-footer li a i { font-size: 19px; position: relative; } .soc-footer li a:hover { color: #000 !important; } .andaman_popular_widget_post_image { width: 80px; float: left; } .andaman_popular_widget_post_holder { margin-bottom: 30px } .andaman_popular_widget_post_content_date { font-size: 11px; opacity: 0.6; line-height: 12px; margin-bottom: 0px; } .andaman_popular_widget_post_content { overflow: hidden; padding-left: 20px; } .andaman_blog_post_title { margin-bottom: 0px; padding-bottom: 0px; line-height: 1.45 } ul.icon-links li { display: inline-block; } .nocomments { margin: 0; text-align: center; font-weight: 500; line-height: 1.1; font-size: 21px; } .cart_search_block { padding: 0; margin: 0; float: left; display: inline-block; } .cart_search_block>li { list-style: none; padding: 44px 20px; float: left; position: relative; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .black-search-block { position: relative; } .black-search-block.opened .black-search-table { width: 100%; max-width: 100%; visibility: visible; opacity: 1; transition: all 0.5s ease-in-out; } .black-search-table { position: absolute; width: 0; height: 100%; opacity: 0; background: #fff; visibility: hidden; z-index: 1; transition: all 0.4s ease-in-out; } .close-black-block { position: absolute; top: 26px; right: 25px; line-height: 1; } .close-black-block i { font-size: 16px; color: #333; } .black-search-table-cell input[name="s"] { padding: 0px 22px; border: none; font-size: 16px; width: 100%; height: 68px; color: #333; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; border-radius: 0; background: #F9FAFC; } .black-search-table-cell input[name="s"]::placeholder { color: #333; opacity: 1; } .black-search-table-cell input[name="s"]:-ms-input-placeholder { color: #333; } .black-search-table-cell input[name="s"]::-ms-input-placeholder { color: #333; } .black-search-table-cell #searchsubmit { display: none; } .andaman_portfolio_nav { text-align: center; margin-top: 50px; font-size: 25px; } .andaman_portfolio_nav a { color: #555; padding: 0 7px; } div.pp_default a.pp_arrow_previous, div.pp_default .pp_content_container .pp_details { display: none; } div.pp_pic_holder a:focus { outline: none; } div.pp_overlay { background: #000; display: none; left: 0; position: absolute; top: 0; width: 100%; z-index: 9999; } div.pp_pic_holder { display: none; position: absolute; width: 100px; z-index: 10000; } .pp_fade { display: none; } .burger-menu.style3 .burger_andaman_normal_holder .nav-icon3 { float: right; } .nav-icon3 { width: 34px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; display: block; height: 24px; float: left; top: 22px; z-index: 9999999; } .nav-icon3 span { display: block; position: absolute; height: 2px; width: 50%; background: #333; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; } .nav-icon3 span:nth-child(even) { left: 50%; } .nav-icon3 span:nth-child(odd) { left: 0px; } .nav-icon3 span:nth-child(1), .nav-icon3 span:nth-child(2) { top: 0px; } .nav-icon3 span:nth-child(3), .nav-icon3 span:nth-child(4) { top: 11px; } .nav-icon3 span:nth-child(5), .nav-icon3 span:nth-child(6) { top: 22px; } .show-menu .nav-icon3 span:nth-child(1), .show-menu .nav-icon3 span:nth-child(6) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .show-menu .nav-icon3 span:nth-child(2), .show-menu .nav-icon3 span:nth-child(5) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .show-menu .nav-icon3 span:nth-child(1) { left: 0px; top: 6px; } .show-menu .nav-icon3 span:nth-child(2) { left: calc(50% - 5px); top: 6px; } .show-menu .nav-icon3 span:nth-child(3) { left: -50%; opacity: 0; } .show-menu .nav-icon3 span:nth-child(4) { left: 100%; opacity: 0; } .show-menu .nav-icon3 span:nth-child(5) { left: 0px; top: 18px; } .show-menu .nav-icon3 span:nth-child(6) { left: calc(50% - 5px); top: 18px; } .pricing_tables_wrap { padding-bottom: 30px; background: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); text-align: center; transition: all 0.25s linear; border-radius: 30px; } .pricing_tables_wrap:hover { box-shadow: 0 15px 50px -5px rgba(0, 0, 0, 0.08); transition: all 0.25s linear; } .pricing_tables_wrap.best { box-shadow: 0 15px 50px -5px rgba(0, 0, 0, 0.08); transition: all 0.25s linear; } .pricing_tables_name { background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); padding: 14px; margin-bottom: 35px; border-top-right-radius: 30px; border-top-left-radius: 30px; } .pricing_tables_name h2 { color: #fff; margin-bottom: 0; } .pricing_tables_price { text-align: center; font-weight: 600; font-size: 66px; position: relative; line-height: 1; color: #333; } .pricing_tables_price span { color: #333; font-size: 27px; position: relative; left: -7px; top: -29px; } .pricing_tables_price i { color: #888; font-size: 14px; position: relative; top: 0px; font-style: inherit; font-weight: 400; } .pricing_tables_desc { padding: 30px 0; } .pricing_tables_desc ul { padding: 0; margin-bottom: 0; } .pricing_tables_desc ul li { list-style: none; padding: 15px 0; border-top: 1px solid #eee; } .pricing_tables_desc ul li:last-child { border-bottom: 1px solid #eee; } .pricing_tables_buttons { text-align: center; padding-top: 25px; } .burger_andaman_menu_overlay_normal { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .burger_andaman_menu_overlay_normal { position: fixed; content: ''; visibility: hidden; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 992; background: rgba(0, 0, 0, 0.85); opacity: 0; } .show-menu .burger_andaman_menu_overlay_normal { visibility: visible; opacity: 1; } .burger_andaman_menu_overlay_normal .burger_andaman_menu_vertical { position: absolute; top: 50%; left: 0; width: 100%; max-height: 100%; overflow-y: auto; text-align: center; transform: translateY(-50%); } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu, .burger_andaman_menu_overlay_normal .burger_andaman_main_menu ul { margin: 0; padding: 0; list-style-type: none; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu a { display: inline-block; padding: 15px 0; font-size: 18px; color: #fff; font-weight: 600; text-transform: uppercase; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu .current-menu-parent>a, .burger_andaman_menu_overlay_normal .burger_andaman_main_menu .current-page-parent>a, .burger_andaman_menu_overlay_normal .burger_andaman_main_menu .current_page_parent>a { color: #4cafe1; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu .sub-menu { display: none; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu .sub-menu a { text-transform: capitalize; padding: 10px 0; font-size: 16px; font-weight: 600; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu li.menu-item-has-children>a::after { content: '\f107'; font-family: 'Font Awesome\ 5 Free'; margin-left: 6px; font-size: 12px; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu li.menu-item-has-children>a.sub-active { color: #4cafe1; font-weight: bold; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu li.menu-item-has-children>a.sub-active::after { content: '\f106'; } .burger_andaman_menu_overlay_normal li.current-menu-item>a, .burger_andaman_menu_overlay_normal li.current-page-item>a { color: #4cafe1; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu { height: 100%; position: relative; } .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li { position: relative; opacity: 1; visibility: hidden; list-style: none; line-height: 1; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li { -webkit-animation: burger-menu-effect 0.35s ease-in-out forwards; -moz-animation: burger-menu-effect 0.35s ease-in-out forwards; -ms-animation: burger-menu-effect 0.35s ease-in-out forwards; -o-animation: burger-menu-effect 0.35s ease-in-out forwards; animation: burger-menu-effect 0.35s ease-in-out forwards; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(2) { -webkit-animation-delay: 0.15s; animation-delay: 0.15s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(3) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(4) { -webkit-animation-delay: 0.45s; animation-delay: 0.45s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(5) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(6) { -webkit-animation-delay: 0.75s; animation-delay: 0.75s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(7) { -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(8) { -webkit-animation-delay: 1.05s; animation-delay: 1.05s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(9) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(10) { -webkit-animation-delay: 1.35s; animation-delay: 1.35s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(11) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(12) { -webkit-animation-delay: 1.65s; animation-delay: 1.65s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(13) { -webkit-animation-delay: 1.8s; animation-delay: 1.8s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(14) { -webkit-animation-delay: 1.95s; animation-delay: 1.95s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(15) { -webkit-animation-delay: 2.1s; animation-delay: 2.1s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(16) { -webkit-animation-delay: 2.25s; animation-delay: 2.25s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(17) { -webkit-animation-delay: 2.4s; animation-delay: 2.4s; } .show-menu .burger_andaman_menu_overlay_normal .burger_andaman_main_menu>li:nth-child(18) { -webkit-animation-delay: 2.55s; animation-delay: 2.55s; } @-moz-keyframes burger-menu-effect { from { opacity: 0; visibility: hidden; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); } to { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes burger-menu-effect { from { opacity: 0; visibility: hidden; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); } to { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @-o-keyframes burger-menu-effect { from { opacity: 0; visibility: hidden; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); } to { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } @keyframes burger-menu-effect { from { opacity: 0; visibility: hidden; -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); } to { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } .menu-transparent .sticky-wrapper.is-sticky .sticky-menu { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); -webkit-animation: menu_animate 0.85s ease forwards; animation: menu_animate 0.85s ease forwards; } @keyframes menu_animate { from { margin-top: -120px; } to { margin-top: 0; } } @-webkit-keyframes menu_animate { from { margin-top: -120px; } to { margin-top: 0; } } @-moz-keyframes menu_animate { from { margin-top: -120px; } to { margin-top: 0; } } .menu-transparent .navbar { border-bottom: none; position: relative; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .navbar { min-height: 68px; } .menu-transparent .navbar .nav>li>a { color: #fff; } .menu-transparent .navbar .nav>li.current-menu-item>a { color: #4cafe1 !important; } .menu-transparent .navbar .nav>li.current-menu-item>a { border-bottom: 2px solid #4cafe1 !important; } .menu-transparent .navbar .nav>li>a:hover { border-bottom: 2px solid #4cafe1 !important; color: #4cafe1; } .menu-transparent .navbar .search-icon-header a i { color: #333; -moz-osx-font-smoothing: inherit; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .menu-transparent .navbar .andaman_head_cart i { color: #fff; -moz-osx-font-smoothing: inherit; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .menu-transparent .navbar.top-nav-collapse { background: #fff; border-bottom: none; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); } .menu-transparent .navbar.top-nav-collapse .nav>li>a { color: #333; } .menu-transparent .navbar.top-nav-collapse .nav>li>a.active { color: #789 !important; } .menu-transparent .navbar.top-nav-collapse .search-icon-header a i { color: #333; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .menu-transparent .navbar.top-nav-collapse .andaman_head_cart i { color: #333; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; transition: all .8s ease; } .burger-menu .logo { padding-top: 0px; line-height: 1; position: relative; z-index: 992 } .navbar.top-nav-collapse .burger-menu .logo { padding: 0; } .scroll-top { position: fixed; width: 35px; height: 35px; text-align: center; line-height: 35px; right: 30px; font-size: 18px; color: #fff; z-index: 9999; background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); border-radius: 50%; transition: all 0.55s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, .05); } .scroll-top:hover { transition: all 0.55s ease; box-shadow: 0 6px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08); } .scroll-top i, .scroll-top i:focus { color: #fff; display: inline-block; opacity: 1 !important; } .scroll-top-visible { opacity: 1 !important; right: 30px; bottom: 30px; } .scroll-top-hidden { opacity: 0; right: -90px; bottom: 30px; } .border-img img { border: 1px solid #eee; } .portfolio-item { position: relative; overflow: hidden; display: block; width: 100%; height: 100%; border: 2px solid #fff; } .st_sf_without_sidebar .portfolio-item { border: none; } .portfolio-item.with-bottom img { max-width: 100%; height: auto; } .portfolio-items { margin-bottom: 0; } .portfolio-item>div { display: block; color: #fff !important; overflow: hidden; text-align: center; height: 100%; width: 100%; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; max-width: none; position: relative; left: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; } .portfolio-item:hover .portfolio-overlay { opacity: 1; visibility: visible; } .portfolio-item:hover>div { transform: scale(1.15, 1.15); -ms-transform: scale(1.15, 1.15); -webkit-transform: scale(1.15, 1.15); } .portfolio-overlay { height: 100%; position: absolute; width: 100%; top: 0; left: 0; transition: all 0.4s ease; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; opacity: 0; visibility: visible; overflow: hidden; background: rgba(0, 0, 0, 0.65); } .portfolio-overlay .caption { position: absolute; top: 0; left: 0; padding: 0 30px; text-align: left; transition: all 0.4s ease; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; opacity: 0; text-align: center; height: 100%; display: flex; flex-direction: column; justify-content: center; width: 100%; } .portfolio-item:hover .portfolio-overlay .caption { opacity: 1; } .portfolio-item h3 { margin-bottom: 10px; color: #fff; width: 100%; -webkit-transform: translateY(-15px); transform: translateY(-15px); transition: all 0.4s ease; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; } .portfolio-overlay .caption p { padding: 0px; margin: 0px; width: 100%; -webkit-transform: translateY(15px); transform: translateY(15px); transition: all 0.4s ease; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; } .portfolio-item:hover .portfolio-overlay .caption h3 { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } .portfolio-item:hover .portfolio-overlay .caption p { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); font-size: 17px; } .portfolio-item p { color: #fff; } .cart_search_block .menu-divider { width: 1px; height: 18px; border-right: 1px solid #333; padding: 0; line-height: 1; margin: 46px 15px 0 15px; } /* Animated mouse */ .scroll-btn { width: 57px; display: inline-block; text-align: center; margin: 60px auto -60px; } .scroll-btn .weel { position: relative; display: inline-block; height: 22px; margin: 10px auto 5px; } .scroll-btn .mouse { position: relative; display: inline-block; width: 30px; height: 50px; border: 2px solid #eee; border-radius: 24px; } .scroll-btn .weel span { position: absolute; display: block; top: 0; left: 50%; width: 8px; height: 8px; margin: -14px 0 0 -4px; background: #fff; border-radius: 20px; -webkit-animation: scroll 3s linear infinite; -moz-animation: scroll 3s linear infinite; animation: scroll 3s linear infinite; } @-webkit-keyframes scroll { 1% { opacity: 1; top: 30%; } 20% { opacity: 1; top: 80%; } 60% { opacity: 0; top: 80%; } 100% { opacity: 0; top: 30%; } } @-moz-keyframes scroll { 1% { opacity: 1; top: 30%; } 20% { opacity: 1; top: 80%; } 60% { opacity: 0; top: 80%; } 100% { opacity: 0; top: 30%; } } @keyframes scroll { 1% { opacity: 1; top: 30%; } 20% { opacity: 1; top: 80%; } 60% { opacity: 0; top: 80%; } 100% { opacity: 0; top: 30%; } } @media (max-height: 690px) { .scroll-btn { display: none; } } /* Text rotator */ .rotating { display: inline-block; } .arrow-to-top { padding: 0; margin-bottom: 50px; } p.copy-info { margin: 35px 0 0 0; } .team-block-two .list-inline>li { padding-bottom: 10px; vertical-align: bottom; } .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body { background-color: #fff !important; } .btn-md { padding: 12px 22px; } .btn-xs { font-size: 13px !important; padding: 10px 17px; } .btn-blue { color: #fff !important; background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .btn-border { border: 2px solid #4cafe1; color: #4cafe1 !important; background-color: transparent; } .btn-white { background: #fff; color: #333 !important; } .navigation.pagination { border-top: 1px solid #eee; padding: 60px 0; margin: 100px 0 -100px 0; display: block; border-radius: 0px; background: #F9FAFC; } .pagination-line { border-top: 1px solid #eee; padding: 60px 0; margin: 100px 0 -100px 0; display: block; border-radius: 0px; background: #F9FAFC; } .pager li>a, .pager li>span { padding: 0; border: 0; font-weight: 400; border-radius: 0; background: transparent; line-height: 1; } .pager li i { color: #4cafe1; } .pager li.previous i { font-size: 23px; padding-right: 3px; position: relative; top: 3px; } .pager li.previous i:before { transform: rotate(180deg); } .portfolio-single-fields p:last-child { margin-bottom: 0; } .pager li.next i { font-size: 23px; padding-left: 3px; position: relative; top: 3px; } .pager li>a:focus, .pager li>a:hover { text-decoration: none; background-color: transparent; } .pager { padding: 0; margin: 0; } /* Carousel */ .carousel-control { width: 8%; color: #000; text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); } .carousel-control:focus, .carousel-control:hover { color: #000; text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); opacity: 0.5; } .carousel-control.left, .carousel-control.right { background-image: none; filter: none; } #carousel-intro .carousel-control { color: #fff; text-shadow: none; opacity: 0.3; } #carousel-intro .carousel-control:focus, #carousel-intro .carousel-control:hover { color: #fff; text-shadow: none; opacity: 1; } @media (max-width: 991px) { .carousel-big .carousel-control { display: none; } } .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-fade .carousel-control { z-index: 9; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.active.right, .carousel-fade .carousel-inner>.item.prev, .carousel-fade .carousel-inner>.item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right, .carousel-fade .carousel-inner>.item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .carousel-indicators { bottom: -60px; } .indicators-inside { bottom: 7px; } #carousel-intro .carousel-indicators { bottom: 30px; } .carousel-indicators .active { width: 16px; height: 16px; margin: 0 5px 0; } .carousel-indicators li { width: 16px; height: 16px; margin: 0 5px 0; background-color: #fff; border: 0; } .intro .carousel-indicators .active { background-color: #4cafe1; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); } .carousel-control .icon-next, .carousel-control .icon-prev { font-family: sans-serif; font-size: 50px; margin-top: -25px; } #carousel-intro .item, #carousel-intro .carousel-inner { height: 100%; } .fill { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: -1; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .carousel-control .icon-next:before { font-family: "Font Awesome\ 5 Free"; font-weight: 900; content: "\f105"; } .carousel-control .icon-prev:before { font-family: "Font Awesome\ 5 Free"; content: "\f104"; font-weight: 900; } .vc_parallax .vc_parallax-inner { background-repeat: no-repeat !important; background-position: 50% 50% !important; } .dark-mode { color: #fff !important; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } .dark-mode a { color: #fff; } .dark-mode i { color: #fff !important; } .dark-mode .hi-icon { color: #fff !important } .dark-mode .wpcf7-form-control { border-color: #333; } .dark-mode input { background: #333 } .dark-mode textarea { background: #333 } .dark-mode .wpcf7-submit { padding: 10px 35px !important; font-size: 13px !important; } .mejs-container { margin-bottom: 35px; } .content-block span.mejs-currenttime, .content-block span.mejs-duration { font-size: inherit !important; line-height: inherit !important } .content-block iframe { max-width: 100% !important; } .vc_parallax .vc_parallax-inner { background-size: inherit !important } .andaman_hover_block:hover { background: #f9f9f9 } .andaman_vc_button, .andaman_vc_button:hover, .owl-prev i, .owl-next i, .andaman_vc_button i, #andaman_posts_slider .owl-nav div { -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; } .andaman_over .wpb_column { z-index: 1; } .andaman_inner_paddings .wpb_column { padding: 60px !important; } #andaman_posts_slider h4 { margin-bottom: 3px } #andaman_posts_slider .owl-nav div { top: 200px; } #andaman_posts_slider .owl-nav .fa { padding: 10px; background: #000; font-size: 22px; opacity: 0; color: #fff; } #andaman_posts_slider .owl-nav .fa:hover { background: #fff; color: #000 !important } #andaman_posts_slider .owl-nav .fa:hover .fa { color: #000 !important } #andaman_posts_slider:hover .owl-nav .fa { opacity: 1 } h4 .vc_latest_news_title { margin-top: 0px; display: block; color: #000; margin-bottom: 0px; } #andaman_posts_slider .meta { margin-bottom: 20px; font-size: 11px; text-transform: uppercase; color: #888 } /*TESTIMONIAL ITEM*/ .andaman_testimonial_author_holder { display: inline-table; width: 100%; text-align: center; color: #888; margin-bottom: 0px; font-size: 15px; } .andaman_testimonial_content_holder h1, .andaman_testimonial_content_holder h2, .andaman_testimonial_content_holder h3, .andaman_testimonial_content_holder h4, .andaman_testimonial_content_holder h5, .andaman_testimonial_content_holder h6, .andaman_testimonial_content_holder p { display: inline !important; } .andaman_slider_posts_content_holder { padding: 20px; background: #f1f1f1 } .andaman_testimonial_author_holder .andaman_tesimonial_title { display: table-cell; vertical-align: middle; } .andaman_testimonial_author_holder img { max-height: 60px; max-width: 60px; border-radius: 100px; } .andaman_testimonial_holder.box .andaman_testimonial_content_holder { background: #fff; padding: 30px; line-height: 1.75; font-size: 16px; margin: 0; padding-bottom: 15px; border-top-left-radius: 4px; border-top-right-radius: 4px; } .andaman_testimonial_holder.box .andaman_testimonial_author_holder { background: #fff; padding-bottom: 15px; font-weight: 600; color: #555; font-size: 16px; position: relative; border-top: 1px solid #f4f4f4; padding-top: 15px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } .andaman_testimonial_content_holder { margin-bottom: 20px; padding: 0 150px; margin-top: 15px; line-height: 2; text-align: center; overflow: visible; display: block !important; font-size: 18px; } .andaman_testimonial_content_holder.white { color: #fff; } .andaman_testimonial_holder.box .andaman_testimonial_author_holder::before, .andaman_testimonial_holder.box .andaman_testimonial_author_holder::after { position: absolute; content: ''; pointer-events: none; left: 50%; width: 34px; height: 34px; -webkit-transform: translateX(-50%) rotate(45deg); transform: translateX(-50%) rotate(45deg); background: #fff; bottom: -17px; } .andaman_testimonial_holder.box .andaman_tesimonial_image { display: inline-block; text-align: center; width: 100%; height: auto; padding-top: 35px; } .andaman_testimonial_holder.box .andaman_tesimonial_image img { width: 75px !important; text-align: center; border-radius: 50%; display: inline-block !important; border: 2px solid #fff; } .andaman_tesimonial_image { display: inline-block; text-align: center; width: 100%; height: auto; padding-top: 15px; } .andaman_tesimonial_image img { width: 75px !important; text-align: center; border-radius: 50%; display: inline-block !important; border: 2px solid #fff; } /*Custom Slider*/ .owl-nav .owl-prev { position: absolute; top: 50%; left: 0px; } .owl-nav .owl-next { position: absolute; top: 50%; right: 0px; } .owl-item .andaman_strange_portfolio_item { margin-bottom: 0px; } .owl-item .andaman_vc_potrfolio a { cursor: move; } .owl-carousel .owl-item img.opacity { opacity: 0.6; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .owl-carousel .owl-item img.opacity:hover { opacity: 1; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .andaman_owl_slider { max-width: 1600px !important; } /*MISC*/ .andaman_opacity { opacity: 0.5 } .andaman_full { margin-left: 15px !important; margin-right: 15px !important; } /*Pricing Tables*/ .andaman_pt_holder { padding: 20px; border: 5px solid #f1f1f1; background: #fff; border-radius: 5px; } .andaman_pt_header { text-align: center; } .andaman_pt_desc { margin-bottom: 25px; border-bottom: 1px solid #eaeaea; padding-bottom: 20px; } .andaman_pt_title { margin: 0px; } .andaman_pt_price { font-size: 62px; line-height: 70px; font-weight: bold; color: #000; position: relative; padding: 10px 20px; } .andaman_pr_cur { font-size: 24px; position: absolute; top: 0px; left: 0px; color: #888; font-weight: normal } .andaman_pr_period { font-size: 24px; position: absolute; bottom: 0px; right: -30px; color: #888; font-weight: normal } .andaman_pt_list { margin: 0px; padding-right: 10px !important; padding-left: 10px !important; margin-top: 25px !important; display: block; border-top: 1px solid #eaeaea; padding-top: 25px !important; } .andaman_pt_list .andaman_list_item { display: block !important; } .andaman_pt_list .andaman_list_item { border-bottom: 1px solid #eaeaea !important; padding-bottom: 15px !important; margin-bottom: 15px !important; } .andaman_pt_list .andaman_item_title { margin: 0px; } .andaman_pt_featured { margin-top: -25px !important; margin-bottom: -25px; padding: 50px 20px; } /*Progress Bar*/ .andaman_progress { border-radius: 0px !important; box-shadow: none; height: 10px; background-color: #eaeaea; text-align: left !important; } .andaman_progress .progress-bar { text-align: left !important; padding-left: 15px; display: table } .andaman_progress .progress-bar span { display: table-cell; vertical-align: middle; font-size: 13px !important; } /*Team Members*/ .vc_team_member_holder h3 { margin-bottom: -4px !important; font-weight: normal !important; margin-top: 10px; } .vc_team_member_holder h5 { margin-bottom: 10px !important; color: #333; margin-top: 10px; } .vc_team_member_holder { background: #fff; margin-bottom: 30px; } .andaman_cont_holder { padding: 15px; background: #f3f3ef } .andaman_cont_holder h6 { font-size: 10px; opacity: 0.6 } .andaman_team_cont { margin-top: 20px; } .vc_team_member_image_holder { position: relative; overflow: hidden; } .vc_team_member_holder .andaman_mask_holder { opacity: 0; position: absolute; background: rgba(255, 255, 255, 0); display: block; visibility: hidden; top: 0; width: 100%; height: 100%; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-backface-visibility: hidden; /* fix for twitch*/ backface-visibility: hidden; /* fix for twitch*/ } .vc_team_member_holder .andaman_mask { position: absolute; text-align: center; margin: 0 auto; top: 50%; display: inline-block; width: 100%; color: #666; } .inner_img_holder { text-align: center; } .vc_team_member_image_holder:hover .andaman_mask_holder { opacity: 1; visibility: visible; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .andaman_icons a { margin-top: 10px; color: #000; background-position: center; background-repeat: no-repeat; width: 30px !important; height: 30px !important; -webkit-backface-visibility: hidden; /* fix for twitch*/ zoom: 1; visibility: hidden; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-backface-visibility: hidden; /* fix for twitch*/ backface-visibility: hidden; /* fix for twitch*/ opacity: 0; padding: 0 5px; display: inline-block; } .vc_team_member_image_holder:hover .andaman_icons a { visibility: visible; opacity: 1; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-backface-visibility: hidden; /* fix for twitch*/ backface-visibility: hidden; /* fix for twitch*/ } .andaman_mask h5 { opacity: 0; margin-bottom: 30px !important; margin-top: -40px; display: block; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-backface-visibility: hidden; /* fix for twitch*/ backface-visibility: hidden; /* fix for twitch*/ } .vc_team_member_image_holder:hover .andaman_mask h5, .andaman_mask_holder { opacity: 1; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-backface-visibility: hidden; /* fix for twitch*/ backface-visibility: hidden; /* fix for twitch*/ } .andaman_mask h5 span { display: inline-block; background: #fff; padding: 5px; border-radius: 4px; } .andaman_icons a:hover { opacity: 1 !important; } .andaman_team_cont_holder { padding: 25px; border: none; background: #fff; margin: 0px 20px; } .andaman_team_cont_holder h6 { margin-bottom: 0px; color: #000; text-transform: uppercase; font-size: 19px; padding-bottom: 10px; padding-top: 5px; } /*Tabs*/ .vc_tta-color-grey .vc_tta-title-text { color: #000 } h4.vc_tta-panel-title { font-size: 16px !important } .andaman_big_icons i { display: block !important; font-size: 32px !important; color: #000 } .andaman_big_icons .vc_tta-title-text { margin-left: 0px !important; margin-top: 20px !important; display: block !important } /*Accordion*/ .vc_tta.vc_general .vc_tta-panel-title>a { padding: 20px !important; } .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a { color: #222 !important; background: #fafafa !important; } .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a { color: #222 !important; } .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading { border-color: #eee !important; } .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading { border-color: #eee !important; } .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after, .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before { border-color: #eee !important; } .vc_tta.vc_general .vc_tta-panel-body { padding: 20px !important; } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a { padding-left: 46px !important; } .progress-circle { display: inline-block; position: relative; margin: 50px 0; } .progress-circle.white .circle, .progress-circle.white .agenda { color: #fff; } .progress-circle .circle { position: relative; margin: 0 20px; text-align: center; width: 120px; } .progress-circle .circle span { position: absolute; top: 50%; left: 50%; display: inline-block; margin-top: -15px; margin-left: -22px; } .progress-circle .circle span:after { content: '%'; margin-left: 0.1em; } .agenda { padding-top: 5px; position: relative; text-align: center; } .intro { display: table; text-align: center; width: 100%; color: #fff; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); overflow: hidden; position: relative; background-repeat: no-repeat; background-position: center center; z-index: 0; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); height: 700px; } .intro.solid-color .intro-body:before { background: none; } .intro a { color: #fff !important; } .intro .btn-white { color: #333 !important; } .intro a:hover { color: #ccc; text-decoration: none; } .intro .intro-body { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: center; width: 100%; } .intro-body:before { content: ""; left: 0; top: 0; position: absolute; width: 100%; height: 100%; z-index: -9; background: rgba(0, 0, 0, 0.65); } @media (min-width: 768px) { .intro .scroll-btn { width: 57px; display: inline-block; text-align: center; margin: 10px auto -10px; } .marg40 { margin-top: 40px; } .rotating { display: inline-block; -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-transform: rotateX(0) rotateY(0) rotateZ(0); -moz-transform: rotateX(0) rotateY(0) rotateZ(0); -ms-transform: rotateX(0) rotateY(0) rotateZ(0); -o-transform: rotateX(0) rotateY(0) rotateZ(0); transform: rotateX(0) rotateY(0) rotateZ(0); -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; -webkit-transform-origin-x: 50%; } .rotating .front, .rotating .back { left: 0; top: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } .rotating .front { position: absolute; display: inline-block; -webkit-transform: translate3d(0, 0, 1px); -moz-transform: translate3d(0, 0, 1px); -ms-transform: translate3d(0, 0, 1px); -o-transform: translate3d(0, 0, 1px); transform: translate3d(0, 0, 1px); } .rotating .back { display: block; opacity: 0; } .icon-big { font-size: 74px; line-height: 120px; display: block; } [id*="clock"] { padding-bottom: 35px; } [id*="clock"] div { display: inline-block; font-size: 14px; margin: 0 15px; text-transform: uppercase; letter-spacing: 1px; line-height: 60px; } [id*="clock"] span { display: block; font-size: 74px; padding: 30px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } } .page-template-coming-soon .footer-copy-text { margin-bottom: 0; } .footer-copy-text { padding-top: 10px; } .subscribe-form { padding-bottom: 10px; } .mailchimp-block.white .subscribe-form input { border: none; } .subscribe-form input { border-top-left-radius: 10px !important; border-bottom-left-radius: 10px !important; box-shadow: 0 6px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .08) !important; } .subscribe-form .btn { border-top-right-radius: 10px !important; border-bottom-right-radius: 10px !important; } .small-form { margin: 0 auto 40px !important; max-width: 480px; } .signature_vc { margin-top: 25px; margin-bottom: 0; } .testimonials-caption .signature_vc { font-size: 23px; margin-top: 15px; } .signature_vc.transform { -webkit-transform: rotate(-3deg); transform: rotate(-3deg); } .video-block .list-inline { margin-bottom: 0; } .video-block .list-inline li { padding-left: 10px; padding-right: 10px; } .form-group { margin-bottom: 25px; } .contacts-block i { font-size: 25px; padding-right: 7px; position: relative; top: 3px; } .contacts-block i:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; } .contacts-block { color: #333; } .quote-block { font-size: 19px; } .quote-block i { font-size: 30px; } .quote-block h2 { margin-bottom: 0; } .quote-block.center { text-align: center; } .quote-block.white, .quote-block.white h2 { color: #fff; } .slider-boy img { max-width: 60%; } .slider-boy2 img { max-width: 75%; } .slider-watch img { max-width: 65%; } body.error404 .tag_line_image .tag-body { padding: 80px 0 0 0; } body.error404 .main-content { margin: 0px; padding: 0px; } body.error404 h1 { font-size: 90px; line-height: 80px; } body.error404 a { color: #fff; } body.error404 form.searchform>div { padding: 10px 50px 10px 15px; height: 46px; background: #fff; position: relative; display: inline-block; margin: 0 auto 35px !important; max-width: 480px; } body.error404 form.searchform>div:focus { border-color: #888 !important; } body.error404 form.searchform>div:before { position: absolute; content: "\f002"; text-transform: none; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 17px; font: normal normal normal 16px/1 Font Awesome\ 5 Free; top: 13px; color: #333; font-weight: 900; } body.error404 form.searchform label { display: none } body.error404 form.searchform input[name="s"] { float: left; padding: 0; width: 200px; height: 26px; border: none; font-weight: 300; color: #333; } body.error404 form.searchform input[type="submit"] { position: relative; float: right; margin: -34px -48px 0 0px; padding: 0; width: 50px !important; height: 44px; border: none !important; text-indent: -9999px; background: transparent; } .searchform input[type="submit"] { box-shadow: none; } .header .navbar .nav>li.current-menu-item>a, .header .navbar .nav>li.current-menu-parent>a { border-bottom: 2px solid #fff !important; } .header .navbar .nav>li.current-menu-item>a { color: #fff !important; } .header .navbar .nav>li:hover>a { border-bottom: 2px solid #fff !important; } .header .navbar .nav>li:hover>a { color: #fff !important; } .header .soc-top li.lang .lang-ul li a { color: #333; } .header .soc-top li.lang .lang-ul li:hover { background: #F9FAFC; } .header .soc-top li.lang img { max-width: 24px; } .header .soc-top li a { color: #fff; } .header .navbar .search-icon-header a i { color: #fff; } .video_slider_button { background: rgba(255, 255, 255, 0.5); width: 78px; line-height: 78px; text-align: center; border-radius: 50%; margin: 0 auto 25px; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .video_slider_button:hover { background: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear; } .video_slider_button a { background: #fff; width: 50px; line-height: 50px; border-radius: 50%; display: inline-block; } .video_slider_button i { font-size: 21px; text-shadow: none; width: 24px; top: 2px; position: relative; left: 2px; display: inline-block; } .video_slider_button i:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; } .not-found-menu { text-align: center; } .footer-menu { float: right; } .footer-menu ul, .not-found-menu ul { list-style: none; padding: 0; margin: 0; } .footer-menu ul li { float: left; padding-left: 30px; position: relative; } .not-found-menu ul li { display: inline-block; padding-left: 30px; position: relative; } .footer-menu ul li:after, .not-found-menu ul li:after { content: ''; position: absolute; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: #fff; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-left: 12px; margin-top: 1px; } .footer-menu ul li:last-child:after, .not-found-menu ul li:last-child:after { content: none; } .custom-map:after { content: ''; background: url(https://wordpress.dankov-themes.com/andaman/wp-content/uploads/2018/07/maps-2.png) 50% 50% no-repeat; top: -20px; width: 750px; height: 386px; position: absolute; z-index: -1; background-size: 750px 386px; left: 100px; opacity: 0.15; transform: rotate(5deg); } .custom-map1:after { content: ''; background: url(https://wordpress.dankov-themes.com/andaman/wp-content/uploads/2018/07/maps-2.png) 50% 50% no-repeat; top: 0px; width: 750px; height: 386px; position: absolute; z-index: -1; background-size: 750px 386px; right: 0px; opacity: 0.15; } .twitter-block { margin-left: 49px; } .twitter-block li { margin-bottom: 15px; } .twitter-block li:before { content: "\f099"; font-family: "Font Awesome\ 5 Brands"; font-size: 32px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 5px; display: inline-block; position: relative; margin-right: 22px; line-height: 1; height: 100%; margin-left: -50px; background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; } .soc-footer li { margin-right: 25px; padding-bottom: 0 !important; } .soc-footer li i:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .soc-footer li i:hover:before { color: #fff !important; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .contact-footer li { margin-top: 10px; } .contact-footer li i { font-size: 24px; width: 30px; padding-right: 7px; position: relative; top: 3px; } .contact-footer li i:before { background-image: linear-gradient(135deg, #21D4FD 0%, #4cafe1 75%); color: transparent !important; -webkit-background-clip: text; background-clip: text; } .comment-reply-title small { width: 100%; display: inline-block; } .comment-reply-title small a { font-weight: bold; } #testimonials.owl-carousel .owl-item { opacity: 0.5; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #testimonials.owl-carousel .owl-item.active.center { opacity: 1; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .over-margin { margin-top: -215px; } .owl-nav { opacity: 0; visibility: hidden; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } #testimonials.owl-carousel:hover .owl-nav { opacity: 1; visibility: visible; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } .owl-nav .owl-prev, .owl-nav .owl-next { height: 100%; background: rgba(0, 0, 0, 0.04); position: absolute; top: 0; width: 80px; text-align: center; } .owl-nav .owl-prev i, .owl-nav .owl-next i { color: #fff; font-size: 50px; opacity: 1; top: 50%; position: relative; margin-top: -25px; } .intro .list-inline.lead { margin-bottom: 0; margin-top: 15px; } .intro .list-inline.lead li { padding: 0 15px; } .header.style2 .contacts-top { color: #fff; float: left; } .header.style2 .contacts-top li { padding: 9px 15px; } .header.style2 .contacts-top li:after { content: " "; position: absolute; top: 50%; right: -3px; width: 6px; height: 6px; border-radius: 50%; background: #fff; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .header.style2 .contacts-top li:last-child:after { display: none; } .header.style2 .contacts-top li a { color: #fff; } .header.style2 .soc-top li { padding: 8px 0px 8px 25px; } .header.style2 .logo { line-height: normal; margin-right: auto; width: auto; } .header.style2 .nav>li>a { padding: 15px 22px 15px 22px; border: none; } .header.style2 .nav>li>a:hover { background: transparent; color: #4cafe1; } .header.style2 .nav>li:last-child>a { padding-right: 0; } .header.style2 .menu-flex { display: flex; justify-content: space-between; align-items: center; padding: 27px 0; } .header.style2.no-bar .menu-flex { padding: 20px 0; } .andaman_about_widget { display: inline-block; } .footer-logo { max-width: 64%; display: block; margin: -10px 0 30px 0; }