body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.78;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body.int_dark_bg {
    background-color: #fff
}

body.int_index3_bg {
    background-color: #0e0f21
}

*,
:after,
:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

a,
a:focus,
a:hover {
    color: #555;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

img {
    max-width: 100%
}

.form-control:focus,
:after,
:before,
:focus,
:hover,
a,
button,
img,
input,
label,
select,
svg,
svg path,
svg polygon,
svg rect,
textarea {
    outline: 0!important;
    box-shadow: none
}

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

p {
    margin: 0;
    color: #403f3f
}

.container {
    max-width: 1160px;
    position: relative
}

.t_color {
    color: #e03e5e
}

.t_pink {
    color: #ff1d4d
}

.response {
    color: red;
    margin-top: 5px
}

.int_contact_dark_form .response {
    color: #fff;
    margin-top: 5px
}

.int_main_wraapper {
    overflow: hidden;
    position: relative
}

.int_main_wraapper::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg2.jpg);
    opacity: .03;
    width: 100%;
    height: 100%
}

.int_header_wrapper {
    padding: 39px 0 0 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    background: 0 0;
    transition: all ease-in-out .6s
}

.header_fixed .int_header_wrapper {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px
}

.header_fixed .top_icons {
    position: fixed;
    top: 15px
}

.int_header_wrapper::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 52px;
    top: 82px;
    right: 0
}

.int_header_wrapper .container {
    max-width: 1250px
}

.int_header_wrapper .int_logo {
    padding-top: 0;
    margin-left: 25px;
    position: absolute;
    top: -16px;
    left: 19px
}

.int_header_wrapper .int_logo a img {
    border-radius: 4px;
    padding: 5px;
    width: 230px;
    border: 1px solid #9a9a9a;
    background: #f5f5f5
}

.header_fixed .int_header_wrapper .int_logo a img {
    width: 173px
}

.int_nav {
    text-align: center
}

.int_cartsec>ul>li,
.int_nav .int_menu>ul>li {
    display: inline-block
}

.int_nav .int_menu>ul>li:last-child a {
    border-right: 0
}

.int_nav .int_menu>ul>li>a {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
    padding: 15px 26px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-size: 15px
}

.int_nav .int_menu>ul>li>a:hover {
    color: #ec2b41
}

.int_nav .int_menu>ul>li.int_home_dropdown>ul {
    background-color: #1b427b;
    position: absolute;
    left: 0;
    width: 262px;
    padding: 0 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s eases;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 100;
    text-align: left;
    transform: translate(80px, 40px);
    top: 35px
}

.int_nav .int_menu>ul>li.int_home_dropdown._custom_dropdown>ul {
    width: 130px
}

.int_nav .int_menu>ul>li.int_home_dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 20px)
}

.int_nav .int_menu>ul>li:last-child {
    border-right: 0
}

.int_nav .int_menu>ul>li.int_home_dropdown>ul>li {
    border-right: none
}

.int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px solid rgb(255 255 255 / 46%);
    text-transform: capitalize;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    padding: 7px 25px;
    display: block
}

.int_nav .int_menu>ul>li.int_home_dropdown>ul>li:last-child a {
    border-bottom: none
}

.int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a:hover {
    color: #fefefe;
    padding-left: 30px;
    background: #113363
}

.int_nav .int_menu>ul>li {
    position: relative
}

.int_nav .int_menu>ul>li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 21px;
    border-right: 1px solid #656565;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto
}

.int_nav .int_menu>ul>li:last-child::after {
    display: none
}

.int_nav .int_cartsec,
.int_nav .int_menu {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    margin-left: 154px;
    padding: 0 8px
}

.header_fixed .int_nav .int_menu {
    margin-top: 29px
}

.int_nav .int_cartsec>ul>li {
    padding: 0 15px;
    position: relative;
    vertical-align: middle
}

.int_nav .int_cartsec>ul>li.int_profile_carol {
    display: none
}

.int_nav .int_cartsec>ul>li:after {
    content: "";
    position: absolute;
    background: #3e3e3e;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    left: 0;
    margin: auto
}

.int_nav .int_cartsec>ul>li:first-child:after {
    position: inherit
}

.int_nav .int_cartsec>ul>li:first-child {
    position: inherit
}

.int_nav .int_cartsec>ul>li>a.setting_toggle {
    text-transform: capitalize;
    color: #cdcdcd
}

.int_nav .int_cartsec>ul>li .setting_toggle img {
    border: 2px solid #3a4047;
    border-radius: 50%;
    margin-right: 7px
}

.int_nav .int_cartsec>ul>li .setting_toggle .toggle_caret {
    color: #c6a47e;
    margin-left: 4px
}

.int_profile_open {
    background-color: #fff;
    position: absolute;
    top: 27px;
    left: 10px;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    z-index: 100;
    text-align: left;
    transform: translate(80px, 40px)
}

.int_profile_open ul li a {
    color: #222;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px solid #00000012;
    text-transform: capitalize;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    padding: 17px 25px 16px;
    display: block
}

.int_profile_open ul li a:hover {
    color: #ff1d4d;
    padding-left: 30px
}

.int_profile_open ul li a i {
    color: #ff1d4d;
    margin-right: 5px
}

.int_profile_open.int_profile_drop {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 38px)
}

.int_nav .int_cartsec>ul>li>a>svg {
    width: 18px;
    height: 18px
}

.int_nav .int_cartsec>ul>li>.cart_round {
    position: relative
}

.int_nav .int_cartsec>ul>li>.cart_round span {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 18px;
    text-align: center;
    background-color: #c6a47e;
    color: #212629;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: -11px;
    top: -6px
}

.int_nav .int_cartsec>ul>li>span {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 18px;
    text-align: center;
    background-color: #c6a47e;
    color: #212629;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: -11px;
    top: -6px
}

.cart_content {
    width: 470px;
    overflow-x: auto
}

.int_sop_cart {
    text-align: center;
    padding: 20px 30px;
    position: relative;
    background-color: #f9f9f9
}

.int_sop_cart h3 {
    font-size: 22px;
    color: #222;
    font-weight: 500
}

.int_sop_cart p {
    color: #222
}

.int_sop_cart a {
    position: absolute;
    top: 33px;
    right: 20px;
    text-transform: uppercase;
    transform: rotate(-90deg)
}

.int_sop_cart a:hover {
    color: #ff1d4d
}

.header_cartbox {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -480px;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 1s cubic-bezier(1, -.6, 0, 1.65);
    -webkit-transition: all 1s cubic-bezier(1, -.6, 0, 1.65);
    -moz-transition: all 1s cubic-bezier(1, -.6, 0, 1.65);
    -o-transition: all 1s cubic-bezier(1, -.6, 0, 1.65);
    -ms-transition: all 1s cubic-bezier(1, -.6, 0, 1.65)
}

.open_cart .header_cartbox {
    opacity: 1;
    visibility: visible;
    right: 0
}

.cart_content .int_table_quantity .quantity_wrapper {
    text-align: center
}

.cart_content .int_checkout_table span {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0
}

.cart_content .quantity_qty span {
    margin: 0 10px 0 0;
    font-size: 16px
}

.int_checkout_table .table td:first-child {
    text-align: center
}

.int_checkout_table .table td:last-child {
    text-align: center
}

.int_checkout_table .table tr:first-child td {
    border-top: none
}

.int_sop_cart_btn {
    padding: 14px 50px 30px
}

.int_sop_cart_btn>ul>li {
    display: inline-block
}

.int_sop_cart_btn>ul>li:first-child {
    margin-right: 57px
}

.open_cart {
    position: relative
}

.open_cart:after {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99
}

.int_product_checkout_dark .header_cartbox {
    background-color: #282d32
}

.int_product_checkout_dark .int_sop_cart {
    background-color: #212429
}

.int_product_checkout_dark .int_sop_cart h3,
.int_product_checkout_dark .int_sop_cart p {
    color: #fff
}

.int_product_checkout_dark .int_sop_cart a {
    color: #fff
}

.int_product_checkout_dark .int_sop_cart a:hover {
    color: #c6a47e
}

.int_header_style3 .int_sop_cart a:hover {
    color: #ff9d34
}

.int_header_style4 .int_sop_cart a:hover {
    color: #ff9d34
}

.search_input_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 111;
    opacity: 0;
    visibility: hidden
}

.search_input_box input {
    width: 0;
    transition: .2s;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s
}

.close_search_bar .search_input_box {
    opacity: 1;
    visibility: visible;
    width: 100%;
    text-align: center
}

.close_search_bar .search_input_box input {
    width: 50%;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, .25);
    padding: 10px 20px 10px 0;
    font-size: 25px;
    color: #fff
}

.search_input_box input::placeholder {
    color: #fff
}

.search_input_box span i {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0
}

body.close_search_bar {
    position: relative
}

body.close_search_bar:after {
    background-color: rgba(0, 0, 0, .9);
    z-index: 42;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

li.int_login_sign a {
    color: #d84a66;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    vertical-align: middle
}

li.int_login_sign a:hover {
    color: #c6a47e
}

li.int_login_sign p {
    margin-left: 5px;
    font-weight: 600;
    display: inline-block
}

li.int_login_sign p:hover {
    color: #fff
}

.int_modal_form {
    z-index: 9;
    max-width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-x: auto;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.int_modal_form.open_login_model,
.int_modal_form.open_signup_model {
    opacity: 1;
    visibility: visible
}

.int_signin_flex .col-md-6 {
    padding: 0
}

.int_signin_flex {
    background-color: #282d32;
    text-align: center;
    max-width: 960px;
    width: 100%
}

.int_modal_form.open_login_model:after,
.int_modal_form.open_signup_model:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    content: '';
    z-index: -1
}

.open_signup_model .int_social_btn {
    margin-left: 0
}

.int_sign_slide {
    padding: 50px;
    text-align: center
}

.int_sign_slide .swiper-pagination-bullet {
    background: #dbdbdb;
    opacity: 1;
    margin-right: 8px;
    transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all
}

.int_sign_slide .swiper-pagination-bullet-active {
    background: #c6a47e;
    width: 12px;
    height: 12px;
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.int_sign_slide .swiper-pagination-bullets {
    bottom: -60px;
    right: 0;
    left: 0
}

.int_sign_section {
    background-color: #212529;
    padding: 50px 60px;
    text-align: center
}

.int_sign_section button.close_login {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c6a47e;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: none
}

.int_sign_section .close_login {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
    opacity: 1
}

.int_sign_section p {
    color: #cdcdcd;
    margin-top: 10px
}

.int_sign_section h3 {
    color: #fff;
    font-weight: 600;
    margin: 25px 0
}

.int_sign_section .form_block {
    margin-bottom: 20px
}

.int_sign_section .form_block .form_field {
    border: 1px solid #383b3f;
    background-color: #212529;
    color: #fff
}

.int_sign_section input::placeholder {
    color: #cdcdcd
}

.int_sign_forgot ul {
    text-align: right;
    margin-right: 30px;
    margin-top: 30px
}

.int_sign_forgot ul li {
    display: inline-block
}

.int_sign_forgot ul li:first-child {
    float: left;
    margin-top: 15px
}

.int_sign_forgot ul li a {
    color: #fff
}

.int_sign_forgot ul li:first-child a:hover {
    color: #c6a47e
}

.int_social_btn {
    margin-top: 30px;
    text-align: left;
    margin-left: 25px
}

.int_social_btn ul li {
    display: inline-block
}

.int_social_btn ul {
    margin-left: 25px
}

.int_social_btn ul li:last-child {
    margin: 0 0 0 76px
}

.int_social_btn a.int_btn.facebook {
    background-color: #3b5999;
    color: #fff;
    border: solid 1px #324c82
}

.int_social_btn a.int_btn:before {
    background-color: transparent
}

.int_social_btn .int_btn .about_btnicon.facebook {
    background-color: #3b5999;
    border: solid 1px #324c82
}

.int_social_btn a.int_btn {
    background-color: #fff;
    color: #222;
    min-width: 115px;
    text-transform: capitalize;
    border: 1px solid #f0f0f0
}

.int_social_btn .int_btn .about_btnicon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    left: -51px;
    top: -1px;
    background: #fff;
    border: 1px solid #f0f0f0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.int_modal_form.int_modal_signup ul {
    text-align: left
}

.int_modal_signup .int_social_btn ul {
    margin-left: 50px
}

.int_modal_form.int_modal_signup ul li:first-child {
    float: none
}

.int_modal_signup .int_sign_forgot ul li:first-child a:hover {
    color: #fff
}

.int_infosidebar {
    background: 0 0
}

.siderbar_social>ul>li {
    display: inline-block;
    border-radius: 3px
}

.siderbar_social {
    top: 36%;
    margin: 0;
    text-align: center;
    width: 50px;
    position: absolute;
    left: 10px;
    z-index: 9
}

.siderbar_social>ul>li>a {
    color: #1877f2;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #fff;
    line-height: 39px;
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid;
    margin: 0 0 8px;
    position: relative
}

.siderbar_social>ul>li>a i {
    transition: all ease-in-out .6s
}

.siderbar_social>ul>li>a:hover i {
    transform: rotate(360deg)
}

.siderbar_social>ul>li>a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 73px;
    left: 0;
    right: 0;
    margin: auto;
    top: -73px;
    z-index: -1
}

.siderbar_social>ul>li:nth-child(2) a {
    color: #ec081e
}

.siderbar_social>ul>li:nth-child(3) a {
    color: #0a66c2;
}

.siderbar_social>ul>li:nth-child(4) a {
    color: #f11281;
}

.siderbar_social>ul>li:nth-child(5) a {
    color: #e214b6
}

.int_infosidebar .siderbar_contact {
    border-radius: 3px;
    text-align: center;
    padding: 6px 6px;
    background-color: #4396ec;
    margin-bottom: 7px;
    width: 44px;
    height: 44px
}

.int_infosidebar .siderbar_email {
    background-color: #173b73
}

.int_infosidebar .siderbar_watsapp {
    background-color: #2dc550
}

.int_infosidebar .siderbar_fb {
    background-color: #617fde
}

.int_infosidebar .siderbar_yt {
    background-color: #f31c49
}

.int_infosidebar .siderbar_tw {
    background-color: #18d2ce
}

.int_infosidebar .siderbar_lin {
    background-color: #075f8e
}

.int_infosidebar .siderbar_contact>a,
.int_infosidebar .siderbar_email>a {
    color: #313131
}

.int_infosidebar .siderbar_contact>a>svg,
.int_infosidebar .siderbar_email>a>svg {
    transform: rotate(90deg);
    margin-bottom: 5px;
    width: 16px;
    height: 15px;
    vertical-align: baseline
}

.int_infosidebar .siderbar_contact>a>svg path,
.int_infosidebar .siderbar_email>a>svg path {
    fill: #c6a47e
}

.int_infosidebar .siderbar_social>ul>li>a {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.int_infosidebar .siderbar_social>ul>li>a:hover {
    color: #c6a47e
}

._s-info {
    position: absolute;
    top: 16.4rem;
    z-index: 99;
    width: auto;
    left: 6px;
    display: none
}

.siderbar_contact {
    position: relative
}

.siderbar_contact p {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: -290px;
    transition: all ease-in-out .5s;
    background-color: #212323;
    box-shadow: 0 0 10px #797878;
    padding: 8px 12px;
    top: 0;
    font-size: 16px;
    width: 261px;
    text-align: left;
    color: #fff
}

.siderbar_contact:hover p {
    opacity: 1;
    visibility: visible;
    right: -262px
}

.int_heading {
    margin-bottom: 18px;
    z-index: 1;
    text-align: center
}

.int_heading h4 {
    color: #1b427b;
    font-size: 39px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: 500;
    margin: 0 0 14px
}

.int_heading h4::after,
.int_heading h4::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 2px;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 21px
}

.int_heading h4::after {
    left: initial;
    right: 0
}

.int_heading h2 {
    color: #1d1d1d;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    position: relative;
    display: table;
    margin: auto;
    margin-top: 0;
    font-size: 39px;
    margin-bottom: 4px
}

.int_heading span {
    color: #4195d2;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.int_bannerr_slider .swiper-container {
    width: 100%;
    height: 100%
}

.int_bannerr_slider .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.int_banner_slider .banner_box_wrapper {
    position: relative
}

.swiper_imgbox .swipper_img>h4 {
    font-size: 14px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #c6a47e;
    margin: 0;
    position: relative
}

.swiper_imgbox .swipper_img>h4>span {
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 900;
    color: #252a2d;
    letter-spacing: 12px;
    position: absolute;
    left: 10px;
    right: 0;
    top: -60px;
    z-index: -1
}

.swiper_imgbox .swipper_img>h2 {
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    margin: 0
}

.swiper_imgbox .swipper_img>h3 {
    font-size: 64px;
    color: #fff;
    font-weight: 300
}

.swiper_imgbox .swipper_img>h3>.banner_span1 {
    color: #c6a47e
}

.swiper_imgbox .swipper_img>p {
    color: #fff;
    margin-bottom: 22px
}

.banner_box_wrapper .swiper_imgbox {
    margin: 140px 0 0;
    padding: 0 15px 0 25px
}

.banner_box_wrapper .banner_navi {
    position: absolute;
    left: 95px;
    bottom: -8px
}

.banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-button-prev,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next,
.banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    text-transform: uppercase;
    width: auto;
    height: auto
}

.banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-button-prev {
    color: #fff
}

.banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-button-prev {
    bottom: 50px;
    top: auto
}

.banner_box_wrapper .swiper-button-prev,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next {
    left: 0
}

.banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: 97px
}

.banner_box_wrapper .swiper-button-prev:after,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #c6a47e;
    top: 0;
    bottom: 0;
    left: -55px;
    margin: auto
}

.banner_box_wrapper .swiper-button-prev:before,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    margin: auto;
    background: #c6a47e;
    width: 45px;
    height: 1px
}

.banner_box_wrapper .swiper-button-next:before,
.banner_box_wrapper .swiper-container-rtl .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -55px;
    margin: auto;
    background: #c6a47e;
    width: 45px;
    height: 1px
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h4 {
    animation: fadeInLeft 1s linear;
    -webkit-animation: fadeInLeft 1s linear;
    -ms-animation: fadeInLeft 1s linear;
    -moz-animation: fadeInLeft 1s linear;
    -o-animation: fadeInLeft 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h2 {
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h3 {
    animation: fadeInLeft 1s linear;
    -webkit-animation: fadeInLeft 1s linear;
    -ms-animation: fadeInLeft 1s linear;
    -moz-animation: fadeInLeft 1s linear;
    -o-animation: fadeInLeft 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img p {
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img .int_btn {
    animation: fadeInLeft 1s ease;
    -webkit-animation: fadeInLeft 1s linear;
    -ms-animation: fadeInLeft 1s linear;
    -moz-animation: fadeInLeft 1s linear;
    -o-animation: fadeInLeft 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h4 {
    animation: fadeInDown 1s linear;
    -webkit-animation: fadeInDown 1s linear;
    -ms-animation: fadeInDown 1s linear;
    -moz-animation: fadeInDown 1s linear;
    -o-animation: fadeInDown 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h2 {
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h3 {
    animation: fadeInUp 1s linear;
    -webkit-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img p {
    animation: fadeInDown 1s linear;
    -webkit-animation: fadeInDown 1s linear;
    -ms-animation: fadeInDown 1s linear;
    -moz-animation: fadeInDown 1s linear;
    -o-animation: fadeInDown 1s linear
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img .int_btn {
    animation: fadeInUp 1s ease;
    -webkit-animation: fadeInUp 1s linear;
    -ms-animation: fadeInUp 1s linear;
    -moz-animation: fadeInUp 1s linear;
    -o-animation: fadeInUp 1s linear
}

.swiper_imgbox .swipper_img>h1 {
    font-size: 140px;
    text-transform: uppercase;
    color: #252a2d;
    font-weight: 900;
    margin-top: 85px;
    margin-left: -9px
}

.swiper_imgbox .btn_caret {
    right: -29px
}

.int_btn,
.int_btn:focus {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    outline: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #c6a47e;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.int_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #326be2;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 10% 0;
    transform-origin: 0 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.int_btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.int_btn.left_zero:before {
    transform-origin: 100% 50%
}

.int_btn_two:focus {
    background: #ff1d4d
}

.int_btn_two {
    background: #3c8e44;
    width: 170px;
    letter-spacing: 1px
}

.btn_caret {
    height: 50px;
    line-height: 53px;
    background: #be9d78;
    display: inline-block;
    padding: 0 12px;
    position: absolute;
    top: 0;
    right: -29px
}

.btn_caret_two {
    background: #f41a48
}

.int_btn:hover {
    color: #fff;
    background: #555
}

.index3_btn {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    border: none;
    cursor: pointer;
    letter-spacing: 2px;
    background-color: #ff9d34;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.index3_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 10% 0;
    transform-origin: 0 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.index3_btn:hover {
    color: #ff9d34
}

.index3_btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.index4_btn {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    border: none;
    cursor: pointer;
    letter-spacing: 2px;
    background-color: #222;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.index4_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff9d34;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 10% 0;
    transform-origin: 0 10% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.index4_btn:hover {
    color: #fff
}

.index4_btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.int_checkbox {
    text-align: left;
    text-transform: capitalize
}

.int_checkbox>input {
    position: absolute;
    left: -999999px
}

.int_checkbox>label {
    font-weight: 400;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    color: #555;
    margin-bottom: 5px
}

.int_checkbox>label:last-child {
    margin-bottom: 0
}

.multi-select-menuitems label input {
    opacity: 0
}

.int_checkbox>label:before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid 1px #ddd;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(2px)
}

.int_checkbox>label:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 2px;
    width: 9px;
    height: 5px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
    visibility: hidden
}

.int_checkbox>input:checked~label:after {
    opacity: 1;
    visibility: visible
}

.int_checkbox>input:checked~label:before {
    background-color: #ff1d4d;
    border: solid 1px #ff1d4d
}

.int_checkbox>input:checked~label {
    color: #ff1d4d
}

.int_service_wrapper {
    padding: 0 0 71px;
    position: relative
}

.service_box_wrapper .service_box {
    position: relative;
    overflow: hidden
}

.service_box_wrapper .service_content h4 {
    color: #fff;
    font-size: 22px;
    padding: 0;
    margin: 0
}

.service_box_wrapper .service_content p {
    color: #fff;
    margin: auto;
    padding: 0
}

.service_content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    margin: auto;
    z-index: 1
}

.service_box_wrapper .service_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(33, 37, 41, .86) 100%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.service_box:hover::after {
    opacity: 0;
    visibility: hidden
}

.service_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    background: rgba(40, 45, 50, .7803921568627451);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.service_box:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.service_box_wrapper .service_box.serivce_first {
    margin-top: 30px
}

.service_box .service_designation h2 {
    font-size: 14px;
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    letter-spacing: 4px
}

.service_box .service_designation {
    position: absolute;
    top: 20px;
    left: -24px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    z-index: 2
}

.service_box_wrapper .service_box:hover .service_designation {
    left: 18px
}

.int_about_wrapper {
    padding: 91px 0 34px;
    position: relative
}

.abt-shape1 {
    position: absolute;
    left: 0;
    top: 20px;
    display: none
}

.int_about_wrapper::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    bottom: 262px;
    background-size: cover;
    background-repeat: no-repeat
}

.about_box_wrapper {
    margin: auto
}

.exp-sypt-stroke {
    position: relative
}

.exp-sypt-stroke::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f3eb0a;
    z-index: -1
}

.stroke-section {
    position: relative;
    z-index: 1;
    padding: 0 0 0
}

.stroke-section::before {
    content: "";
    position: absolute;
    background-image: none;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 33%;
    height: 100%;
    right: 0;
    top: 0
}

.stroke-section {
    position: relative;
    padding: 0;
    background-color: #022954
}

.stroke-desc {
    margin: auto;
    text-align: center;
    position: relative;
    padding: 63px 0 0
}

.stroke-desc h3 {
    color: #fff;
    margin-bottom: 44px;
    font-weight: 500;
    font-size: 40px;
    line-height: 54px
}

.stroke-desc h3 span {
    color: #ffe441;
    font-weight: 700
}

.stroke-desc h5 {
    color: #000;
    background: #ffe441;
    font-weight: 500;
    padding: 21px 36px;
    font-size: 26px
}

.about_box_wrapper .about_imgbox {
    text-align: right
}

.about_imgbox .about_img {
    position: relative
}

.about_imgbox .about_img .child_imgbox {
    position: absolute;
    bottom: -70px;
    left: 20px
}

.about_img .child_imgbox:after {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
    right: 41px;
    background: #ff000000;
    border: 10px solid #e03e5e;
    z-index: -1
}

.welcome {
    max-width: 401px;
    width: 68%;
    margin: auto;
    position: absolute;
    text-transform: uppercase;
    color: #d2d2d2;
    font-size: 50px;
    margin-bottom: 20px;
    left: -205px;
    transform: rotate(-90deg);
    top: 129px
}

.welcome::before {
    content: "";
    position: absolute;
    width: 8%;
    height: 2px;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 44px
}

.welcome::after {
    content: "";
    position: absolute;
    width: 8%;
    height: 2px;
    border-bottom: 1px solid;
    right: 0;
    top: 44px
}

.about_contentbox {
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
    z-index: 1;
    text-align: center
}

.about_contentbox::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 12px
}

.about_contentbox .int_heading span {
    font-size: 30px;
    letter-spacing: inherit
}

.about_contentbox .about_head1 {
    font-size: 47px;
    color: #02052f;
    font-weight: 600;
    margin: 7px 0 9px 0;
    text-transform: uppercase
}

.about_contentbox .about_head1 span {
    color: #09a78f;
    display: block;
    font-size: 35px
}

.about_contentbox h3 {
    background: #2a60b0;
    color: #fff;
    display: table;
    margin: auto;
    margin-bottom: 17px;
    font-size: 20px;
    padding: 9px 25px;
    border-radius: 30px
}

.about_contentbox h5 {
    color: #ff3c60;
    margin-bottom: 11px;
    font-size: 21px;
    text-transform: uppercase;
    position: relative
}

.about_contentbox h5::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 10px
}

.about_contentbox h5::after {
    content: "";
    position: absolute;
    width: 26%;
    height: 2px;
    border-bottom: 1px solid #ccc;
    right: 0;
    top: 10px
}

.about_contentbox .about_head2 .team {
    font-weight: 500;
    color: #3c8e44
}

.about_contentbox .about_head2 {
    font-size: 20px;
    color: #3c8e44;
    font-weight: 500;
    margin-bottom: 12px
}

.about_contentbox .about_deatils {
    color: #212121;
    padding-top: 0;
    line-height: 31px;
    font-size: 15px;
    text-align: justify
}

.about_contentbox .about_deatils span {
    color: #ef1d42;
    font-style: italic
}

.about_contentbox .int_heading {
    margin-bottom: 0;
    margin-bottom: 2px;
    text-align: revert
}

.about_contentbox .int_heading h1 {
    font-size: 32px;
}

.about_contentbox .int_btn .about_btnicon {
    height: 48px;
    top: -1px;
    line-height: 47px;
    display: inline-block;
    position: absolute;
    color: #fff;
    left: -44px;
    padding: 0 16px;
    background: #1b437b;
    border-right: 1px solid #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.about_contentbox .int_btn {
    min-width: 107px;
    height: 48px;
    line-height: 48px;
    text-transform: capitalize;
    background: #fff;
    margin-left: 45px;
    letter-spacing: 0;
    color: #000;
    border: 1px solid #02052f;
    margin-top: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.about_contentbox .int_btn:hover,
.about_contentbox .int_btn:hover .about_btnicon {
    background: #1b437b;
    color: #fff
}

.about_contentbox .int_btn .about_btnicon svg {
    width: 30px;
    height: 30px
}

.about_contentbox .int_btn:hover .about_btnicon svg path {
    fill: #fff
}

.docotor-image {
    position: relative;
    z-index: 1;
    margin-top: -25px;
    box-shadow: 0 0 0 10px #c8e8ff;
    width: 356px;
    height: 356px;
    border-radius: 50%;
    overflow: hidden;
    border: 12px solid #e8f5ff
}

.docotor-image::before {
    content: "";
    position: absolute;
    width: 58%;
    height: 56%;
    background: #4195d2;
    z-index: -1;
    left: -21px;
    top: -22px
}

.docotor-image::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 29px;
    left: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
    background: #1b427b;
    margin: auto
}

._dline {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    z-index: -1;
    left: -15px;
    bottom: 13px
}

.doctor_info {
    position: relative;
    margin-top: 11px
}

.doctor_info h2 {
    text-transform: uppercase;
    font-size: 42px
}

.doctor_info h3 {
    text-transform: uppercase;
    margin: 6px 0 17px;
    color: #083782
}

.doctor_info h5 {
    text-transform: uppercase;
    color: #2194d2
}

.yearsofexp {
    position: relative;
    width: auto;
    text-align: center;
    margin-top: 0;
    z-index: 1
}

.yearsofexp h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    color: #fff
}

.yearsofexp p {
    text-transform: uppercase;
    font-size: 31px;
    line-height: 34px;
    display: inline-block;
    color: #fff
}

._stline {
    position: absolute;
    width: 33%;
    height: 100%;
    display: none
}

._stline::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 94px;
    border-right: 1px solid #ccc;
    left: 0;
    right: 0;
    margin: auto;
    top: 36px
}

._stline::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 94px;
    border-right: 1px solid #ccc;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 7px
}

.why-choose {
    position: relative
}

.founder {
    text-align: center;
    position: relative;
    z-index: 1
}

.founder::before {
    content: "";
    position: absolute;
    width: 54%;
    height: 73%;
    border: 2px solid #1354a0;
    right: 27px;
    bottom: -22px;
    z-index: -1
}

.founder-title {
    position: absolute;
    right: -43px;
    bottom: 143px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-size: 45px;
    z-index: 3;
    color: #ffee72
}

.founder-desc {
    position: relative;
    text-align: right;
    padding: 18px 37px 0 0
}

.founder-desc h3 {
    font-size: 21px;
    color: #fff
}

.founder-desc p {
    color: #eeee
}

.about-image {
    text-align: center;
    position: relative;
    z-index: 1
}

.about-image::before {
    content: "";
    position: absolute;
    width: 83%;
    height: 95%;
    border: 2px solid #90d2ea;
    left: 0;
    z-index: -1;
    top: -24px
}

.mvv-b-s-list {
    display: table;
    padding: 30px 0;
    position: relative
}

.mvv-b-s-list::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 69%;
    background-color: #e6e6e6;
    left: 40px;
    top: 72px
}

.mvv-sections {
    position: relative;
    margin: auto;
    margin-top: 22px
}

.mvv-section {
    position: relative;
    display: table;
    margin: auto;
    padding: 18px 109px 18px;
    margin-top: 22px
}

.mvv-img {
    position: absolute;
    width: 84px;
    height: 84px;
    margin: auto;
    box-shadow: 0 0 10px #8e8d8d;
    background-color: #fff;
    margin-bottom: 12px;
    border-radius: 50%;
    line-height: 50px;
    border: 7px solid #f5f5f5;
    left: 0;
    text-align: center;
    padding: 5px
}

.mvv-section::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 78px;
    top: 21px;
    left: -59px;
    background: #e6e6e6
}

.mvv-section::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 69px;
    top: -44px
}

.mvv-section h4 {
    color: #06183c;
    position: relative;
    text-transform: uppercase
}

._whychoose {
    position: relative
}

._whychooserow {
    position: relative;
    margin-top: 0
}

._why_c_l_b {
    position: relative;
    text-align: center;
    width: 150px;
    height: 150px;
    margin: auto;
    margin-top: 30px;
    border-radius: 7px;
    background: #f5f5f5;
    box-shadow: 0 0 10px #9c9c9c
}

._whychooserow ._why_c_l_b:nth-child(2) {
    background-color: #2194d2
}

._why_c_l_b::before {
    content: "";
    position: absolute;
    width: 99px;
    height: 93px;
    bottom: -13px;
    left: 63px;
    right: 0;
    margin: auto;
    z-index: -1;
    box-shadow: 0 0 10px#ccc
}

._why_c_l_b::after {
    content: "";
    position: absolute;
    width: 100vh;
    height: 2px;
    bottom: 78px;
    right: -100vh;
    z-index: -1;
    border-bottom: 2px solid #dadada
}

._why_c_l_b h4 {
    position: relative;
    font-size: 44px;
    margin-top: 0;
    padding-top: 17px;
    font-weight: 600;
    color: #757575
}

._why_c_l_b p {
    position: relative;
    line-height: 20px;
    font-size: 19px;
    margin-top: 8px
}

._whychooserow ._why_c_l_b:nth-child(2) h4,
._whychooserow ._why_c_l_b:nth-child(2) p {
    color: #fff
}

._why_c_l_b p span {
    display: block
}

.int_service_head p {
    max-width: 454px;
    margin: auto;
    margin-bottom: 7px;
    font-size: 17px;
    color: #7b7b7b
}

.int_service_wrapper .container {
    max-width: 1145px
}

.int_service_head.int_heading {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 3;
    margin-top: 23px
}

.int_service_head span {
    position: relative;
    letter-spacing: 0;
    display: initial;
    color: #2194d2;
    opacity: 1
}

.int_service_head.int_heading h2 {
    font-size: 44px
}

._serrow .col-md-12,
._serrow .col-md-3 {
    padding: 0 1px
}

.services-list a {
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
    margin-bottom: 8px;
}

.services-list {
    position: relative
}

.left_ser_list .services-list:nth-child(1) {
    margin-top: 0
}

.left_ser_list .services-list:nth-child(1),
.left_ser_list .services-list:nth-child(3) {
    left: 0
}

.left_ser_list {
    text-align: inherit
}

.right_ser_list {
    text-align: initial
}

.right_ser_list .services-list:nth-child(1) {
    margin-top: 0
}

.right_ser_list .services-list:nth-child(1),
.right_ser_list .services-list:nth-child(3) {
    right: 0
}

.left_ser_list ._ser_img {
    padding-left: 0
}

._ser_img img {}

.services-list:hover ._ser_img img {
    filter: grayscale(0)
}

.services-list span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 12px;
    background-color: #112242;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    transition: all ease-in-out .6s;
    color: #f5f5f5;
    z-index: 2;
    border: 1px solid;
    width: 100px;
    border-radius: 30px
}

.services-list:hover span {
    background-color: #ec2b53;
    color: #fff;
    opacity: 1
}

.services-list h2 {
    text-transform: uppercase;
    font-size: 15px;
    color: #f4f4f4;
    font-weight: 500;
    position: absolute;
    bottom: 53px;
    left: 0;
    padding: 0;
    z-index: 1;
    right: 0
}

.services-list h1::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease-in-out .5s;
    z-index: -1
}

.services-list:hover h1::before {
    width: 100%
}

.services-list:hover h1 {
    color: #fff;
    z-index: 1
}

.services-list h1 span {
    transition: all ease-in-out .6s;
    margin: auto;
    margin-bottom: 14px;
    display: block
}

.services-list:hover h1 span {
    transform: rotate(10deg)
}

.services-list h1 span img {
    width: auto
}

.services-list a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(3 20 43 / 62%);
    z-index: 1;
}

.services-list a::after {
    content: "";
    position: absolute;
    width: 64%;
    height: 1px;
    right: 0;
    margin: auto;
    bottom: 29px;
    background: #e2e2e2;
    z-index: 1;
    left: 0
}

.right_col .services-list a::after {
    background: linear-gradient(to right, #310048, rgb(0 0 0 / 36%))
}

.ser-right a::before {
    left: initial;
    right: -23px
}

.ser-right a::after {
    left: initial;
    right: -29px
}

.ser-right a {
    text-align: right
}

.whatwehave {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 46%;
    font-size: 52px;
    line-height: 74px;
    color: #dcdbdb;
    font-weight: 300;
    display: none
}

.we-care {
    position: relative;
    padding-top: 10px;
    margin: auto
}

.we-care::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    top: 57px;
    left: 0;
    right: 0;
    margin: auto
}

.we-care h3 {
    display: table;
    margin: auto;
    margin-bottom: 33px;
    position: relative;
    font-size: 23px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 300;
    color: #252525
}

.int_service_wrapper::before {
    position: absolute;
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 696px;
    max-width: 979px;
    right: 0;
    left: 0;
    margin: auto;
    top: 115px;
    border-radius: 50%
}

.int_service_wrapper::after {
    content: "";
    position: absolute;
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 395px;
    max-width: 395px;
    right: 0;
    left: 0;
    margin: auto;
    top: 157px;
    border-radius: 50%
}

.ser_line {
    width: 93%;
    height: 20%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 29px;
    margin: auto;
    border: 1px solid #ccc;
    z-index: 1;
    display: none
}

.serviceblock {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 1;
    left: 0;
    align-items: center;
    align-content: center
}

.services-list {
    position: relative;
    margin-bottom: -6px;
    overflow: hidden;
    display: inline-block
}

._serrow .col-md-3:nth-child(5) .services-list,
._serrow .col-md-3:nth-child(8) .services-list {
    margin-top: -141px
}

.service_box_wrapper {
    position: relative;
    background-color: transparent;
    max-width: inherit;
    left: 0
}

.ser-icon {
    position: absolute;
    width: auto;
    left: -313px;
    margin: auto;
    z-index: 2;
    top: 41%;
    text-align: center;
    padding-top: 0;
    transform: rotate(-90deg);
    font-size: 75px;
    color: #ccc;
    text-transform: uppercase
}

.ser-icon::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    left: -109px;
    margin: auto;
    top: 112px
}

.ser-icon::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 2px;
    left: 418px;
    right: 0;
    margin: auto;
    bottom: 52px
}

.int_project_wrapper {
    padding-top: 77px;
    background: #282d32
}

.int_project_wrapper .int_heading {
    margin-bottom: 30px
}

.int_project_gallery {
    text-align: center
}

.int_project_gallery .grid-item {
    width: 25%;
    clear: both;
    position: relative;
    overflow: hidden
}

.int_project_gallery .grid_img:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .72);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 1
}

.int_project_gallery .top_content {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 1;
    font-weight: 400;
    opacity: 0;
    visibility: hidden
}

.int_project_gallery .grid-item:hover .top_content {
    opacity: 1;
    visibility: visible;
    top: 30px
}

.int_project_gallery .grid_icon {
    position: absolute;
    top: 34%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) scale3d(0, 0, 0);
    transform: translate(-50%, -50%) scale3d(0, 0, 0);
    text-align: center;
    z-index: 1
}

.int_project_gallery .grid-item:hover .grid_icon {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.int_project_gallery .grid_icon i {
    font-size: 36px;
    color: #fff
}

.int_project_gallery .bottom_content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    color: #fff;
    z-index: 1
}

.int_project_gallery .bottom_content>span {
    color: #fff;
    text-transform: uppercase;
    display: block
}

.int_project_gallery .bottom_content>h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize
}

.int_project_gallery .bottom_content>h3,
.int_project_gallery .bottom_content>span {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.int_project_gallery .grid-item:hover .bottom_content>h3,
.int_project_gallery .grid-item:hover .bottom_content>span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.int_project_gallery .grid-item:hover .bottom_content>h3 {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -moz-transition-delay: .15s;
    transition-delay: .15s
}

.int_project_gallery .grid-item:hover .grid_img:before {
    opacity: 1;
    visibility: visible
}

.int_project_gallery .grid_img img {
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.int_project_gallery .grid-item:hover .grid_img img {
    transform: scale(1.2, 1.2)
}

.int_project_gallery .int_project_gallery_view a {
    z-index: 0
}

.int_project_gallery .grid_img {
    overflow: hidden;
    position: relative
}

.int_project_gallery {
    display: inline-block;
    width: 100%;
    text-align: center
}

.int_project_gallery .gallery_nav ul {
    list-style: none;
    padding: 0 15px;
    margin: 5px 0 30px 0
}

.int_project_gallery .gallery_nav ul li {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    color: #fff;
    position: relative;
    padding: 5px 0 0;
    text-transform: capitalize;
    font-size: 18px
}

.int_project_gallery .gallery_nav ul li a:after {
    content: "";
    width: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    position: absolute;
    -webkit-transition: ease all .55s;
    -o-transition: ease all .55s;
    -ms-transition: ease all .55s;
    -moz-transition: ease all .55s;
    transition: ease all .55s;
    background: #c6a47e
}

.int_project_gallery .gallery_nav ul li a.gallery_active:after {
    width: 60%
}

.int_project_gallery .gallery_nav ul li .gallery_active {
    color: #c6a47e
}

.int_process_wrapper {
    padding: 77px 0 54px 0
}

.int_process_wrapper .int_heading {
    margin-bottom: 40px
}

.int_process_wrapper .process_box_wrapper {
    margin-top: 33px;
    position: relative
}

.int_process_wrapper .process_box h1 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.int_process_wrapper .process_box h1 a {
    color: #fff
}

.int_process_wrapper .process_box h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 46px;
    height: 2px;
    background: #c6a47e
}

.int_process_wrapper .process_box p {
    color: #fff;
    margin: 0
}

.int_process_wrapper .process_circle h2 {
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    z-index: 2
}

.int_process_wrapper .process_circle {
    margin-bottom: 48px;
    position: relative
}

.process_circle:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 181px;
    margin: auto;
    background: #33393f;
    width: 73%;
    height: 2px;
    z-index: -1
}

.process_box_wrapper .col-12:last-child .process_box:after,
.process_box_wrapper .col-12:last-child .process_circle:after {
    display: none
}

.int_process_wrapper .process_circle h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #21262b;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 6px solid #393f45;
    z-index: -1;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out
}

.process_box:hover h2:after {
    border: 6px solid #c6a47e
}

.process_box_wrapper .process_box {
    position: relative;
    margin-bottom: 21px;
    text-align: center
}

.process_box_wrapper .process_box:after {
    position: absolute;
    right: 0;
    top: 11px;
    margin: auto;
    color: #33393f;
    z-index: 2;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px
}

.process_box_wrapper .col-md-3:last-child .process_box:after {
    display: none
}

.int_team_wrapper {
    background: #282d32;
    padding: 77px 0 80px
}

.int_team_wrapper .int_heading {
    margin-bottom: 40px
}

.team_box_wrapper .team_box {
    background: #f1f1f1;
    position: relative;
    padding-top: 24px
}

.team_box_wrapper .team_box .team_content {
    background: #212529;
    padding: 20px 0 16px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.team_box_wrapper .team_box .team_content h4>a {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.team_box_wrapper .team_box .team_content h4>a:hover {
    color: #c6a47e
}

.team_box_wrapper .team_box .team_content p {
    color: #fff
}

.team_box .team_designation {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: #c6a47e;
    webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    letter-spacing: 4px
}

.team_box .team_hovercontent {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden
}

.team_box_wrapper .team_box:hover .team_hovercontent {
    top: 75px
}

.team_box_wrapper .team_box:after {
    content: "";
    position: absolute;
    background: rgba(198, 164, 126, .87);
    left: 0;
    bottom: 0;
    right: 0;
    height: 0%;
    transform-origin: 0 100%;
    transition-delay: 50ms;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all
}

.team_box_wrapper .team_box:hover:after {
    height: 100%
}

.team_img .team_hovercontent>ul>li {
    display: inline-block;
    margin-right: 12px;
    margin-top: 6px
}

.team_box:hover ul li:first-child {
    -webkit-animation: bounceInDown .2s;
    animation: bounceInDown .2s
}

.team_box:hover ul li:nth-child(2) {
    -webkit-animation: bounceInDown .4s;
    animation: bounceInDown .4s
}

.team_box:hover ul li:nth-child(3) {
    -webkit-animation: bounceInDown .6s;
    animation: bounceInDown .6s
}

.team_box:hover ul li:nth-child(4) {
    -webkit-animation: bounceInDown .8s;
    animation: bounceInDown .8s
}

.team_box:hover ul li:nth-child(5) {
    -webkit-animation: bounceInDown 1s;
    animation: bounceInDown 1s
}

.team_box:hover ul li:nth-child(6) {
    -webkit-animation: bounceInDown 1.2s;
    animation: bounceInDown 1.2s
}

.team_img .team_hovercontent>ul>li>a {
    color: #fff;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out
}

.team_img .team_hovercontent>ul>li>a:hover {
    color: #212629
}

.team_hovercontent>h5 {
    font-size: 18px;
    font-weight: 500
}

.team_hovercontent>p {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px
}

.team_hovercontent>p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff61;
    width: 70%;
    height: 1px
}

.team_box_wrapper .team_box:hover .team_hovercontent {
    opacity: 1;
    visibility: visible;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.team_navigation .swiper-button-next,
.team_navigation .swiper-button-prev,
.team_navigation .swiper-container-rtl .swiper-button-next,
.team_navigation .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    text-transform: uppercase;
    color: #fff;
    width: inherit;
    height: inherit
}

.team_navigation .swiper-button-prev,
.team_navigation .swiper-container-rtl .swiper-button-next {
    left: -52px
}

.team_navigation .swiper-button-prev:after,
.team_navigation .swiper-container-rtl .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #c6a47e;
    top: 0;
    bottom: 0;
    left: -55px;
    margin: auto
}

.team_navigation .swiper-button-next,
.team_navigation .swiper-container-rtl .swiper-button-prev {
    right: -52px
}

.team_navigation .swiper-button-next:after,
.team_navigation .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #c6a47e;
    top: 0;
    bottom: 0;
    right: -55px;
    margin: auto
}

.int_progresbar_wrapper {
    background: url(http://www.creativemaxstudios.net/notfound.html) no-repeat center left;
    background-size: cover
}

.int_progresbar_wrapper .progress_rightbox {
    padding: 69px 80px 40px;
    background: #212529
}

.int_progresbar_wrapper .progress_rightbox h1 {
    color: #c6a47e;
    font-weight: 500
}

.int_progresbar_wrapper .progress_rightbox .progress_head {
    color: #fff;
    padding: 0 0 12px 0
}

.int_progresbar_wrapper .progress_leftbox .video_icon {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 112px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2
}

.progress_leftbox .video_icon i {
    font-size: 25px;
    color: #c6a47e
}

.btn-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #f7faff;
    opacity: 0;
    z-index: -1
}

.btn-wave {
    -webkit-animation: sonarWave 1.5s linear infinite;
    animation: sonarWave 1.5s linear infinite
}

@-webkit-keyframes sonarWave {
    from {
        opacity: .4
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes sonarWave {
    from {
        opacity: .4;
        @include transform(scale(1));
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        @include transform(scale(.9));
    }
}

.int_prog_box h2 {
    color: #c6a47e;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.int_prog_box {
    margin-top: 50px
}

.int_prog_box .progress_bar {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative
}

.int_prog_box .progress_bar .label {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -13px
}

.int_prog_box .progress_bar .line {
    width: 90%;
    height: 6px;
    background: #2e3339;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.int_prog_box .progress_bar .line span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: pink;
    border-radius: 10px
}

.int_testimonial_wrapper {
    padding: 77px 0 122px;
    background: #282d32
}

.testimonial_box_wrapper .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.testimonial_box_wrapper .gallery-top {
    height: 80%;
    width: 100%
}

.testimonial_box_wrapper .gallery-thumbs {
    box-sizing: border-box;
    width: 30%;
    height: 150px
}

.testimonial_box_wrapper .gallery-thumbs .swiper-slide {
    height: 100%;
    cursor: pointer
}

.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user {
    transform: translateY(0)
}

.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user svg,
.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user:after,
.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user:before {
    visibility: visible;
    opacity: 1
}

.testimonial_box_wrapper .swi_user:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c6a47e;
    z-index: 7;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.testimonial_box_wrapper .swi_user:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c6a47e;
    z-index: 7;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.testimonial_box_wrapper .swi_contentbox {
    background: #1e2226;
    padding: 53px 60px;
    position: relative
}

.testimonial_box_wrapper .swi_contentbox h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px
}

.testimonial_box_wrapper .swi_contentbox span {
    color: #c6a47e;
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px
}

.testimonial_box_wrapper .swi_user {
    position: relative;
    transform: translateY(40px);
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.testimonial_box_wrapper .swi_user>svg {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.testimonial_box_wrapper .swi_user img {
    border-radius: 50%;
    border: 2px solid #c6a47e;
    width: 60px;
    height: 60px;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user img {
    width: 80px;
    height: 80px
}

.v1_testi_nav .swiper-pagination-bullets {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px
}

.v1_testi_nav .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.v1_testi_nav .swiper-pagination-bullet {
    background: #444d55;
    opacity: 1
}

.v1_testi_nav .swiper-pagination-bullet-active {
    background: #c6a47e;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.blog-image {
    position: absolute;
    top: -66px;
    text-align: center
}

.blog-image img {
    width: 555px
}

.int_blog_wrapper {
    padding: 77px 0 77px 0
}

.int_blog_wrapper .int_heading {
    margin-bottom: 40px
}

.blog_box .blog_date {
    color: #c6a47e;
    text-transform: uppercase;
    cursor: auto
}

.blog_box .blog_heading {
    font-size: 26px;
    color: #fff;
    display: block;
    margin-top: 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog_box .blog_heading:hover {
    color: #c6a47e
}

.blog_box_wrapper .blog_box .blog_img {
    margin-bottom: 23px
}

.blog_box_wrapper .blog_box .blog_img>a {
    display: inline-block;
    position: relative
}

.blog_box_wrapper .blog_box .blog_img>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    background: rgba(33, 38, 41, .72);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.blog_box_wrapper .blog_box:hover .blog_img a:after {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.blog_box_wrapper .blog_box .blog_img>a>.blog_svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease .1s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.blog_box_wrapper .blog_box .blog_img:hover .blog_svg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
    visibility: visible
}

.int_footer_wrapper {
    padding: 80px 0 69px 0
}

.footer_box_wrapper .footer_box .int_logo {
    margin-bottom: 30px
}

.footer_box_wrapper .footer_box .footer_heading {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.footer_box_wrapper .footer_box .footer_heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c6a47e;
    height: 2px
}

.footer_box .footer_hours li {
    color: #fff;
    margin: 0 0 10px 15px;
    position: relative
}

.footer_box .footer_hours li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #c6a47e;
    left: -15px;
    bottom: 0;
    top: 0;
    margin: auto
}

.footer_box .footer_gallery li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 3px
}

.footer_box .footer_gallery li a {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.footer_box .footer_gallery li a:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4)
}

.footer_box .footer_gallery>li>a>img {
    width: 75px;
    height: 75px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.footer_box .footer_support_link li a {
    color: #fff;
    text-transform: capitalize
}

.footer_box .footer_support_link li a:hover {
    color: #c6a47e
}

.footer_box .footer_linkbox {
    display: flex
}

.footer_linkbox .footer_support_link {
    width: 50%
}

.int_bottom_footer_wrapper {
    background: #282d32;
    padding: 15px 0;
    text-align: center
}

.int_bottom_footer_wrapper .bottom_footer_box_wrapper p {
    font-size: 16px
}

.int_bottom_footer_wrapper .bottom_footer_box_wrapper a {
    color: #c6a47e
}

.footer_box>p {
    margin-bottom: 20px
}

.int_infosidebar.int_infosidebar_style2 {
    background: #fff;
    top: 265px;
    width: 80px
}

.int_infosidebar.int_infosidebar_style2 .siderbar_contact>a>svg path,
.int_infosidebar.int_infosidebar_style2 .siderbar_email>a>svg path {
    fill: #ff1d4d
}

.int_infosidebar.int_infosidebar_style2 .siderbar_contact>a,
.int_infosidebar.int_infosidebar_style2 .siderbar_email>a {
    color: #222
}

.int_infosidebar.int_infosidebar_style2 .siderbar_contact {
    border-top: 1px solid rgba(243, 243, 243, 0)
}

.int_infosidebar.int_infosidebar_style2 .siderbar_email {
    border-top: 1px solid #f3f3f3
}

.int_header_wrapper.int_header_style2 {
    padding: 0 50px 0 0
}

.int_header_style2 .int_logo {
    margin-left: 0
}

.int_header_style2 .int_nav .int_menu>ul>li>a {
    color: #222
}

.int_header_style2 .int_nav .int_menu>ul>li>a:hover {
    color: #ff1d4d
}

.int_header_style2 .int_nav .int_menu>ul>li:after {
    background: #ff1d4d
}

.int_header_style2 .int_nav .int_menu>ul>li.int_home_dropdown>ul {
    background-color: #fff;
    box-shadow: 0 0 1px 0 #cdcdcd
}

.int_header_style2 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a {
    color: #222;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.int_header_style2 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li:last-child a {
    border-bottom: none
}

.int_header_style2 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a:hover {
    color: #ff1d4d
}

.int_header_style2 .int_nav .int_cartsec>ul>li>a.setting_toggle {
    color: #222
}

.int_header_style2 .int_nav .int_cartsec>ul>li .setting_toggle .toggle_caret {
    color: #ff1d4d
}

.int_header_style2 .int_nav .int_cartsec>ul>li:after {
    background: #e8e8e8
}

.int_header_style2 .int_nav .int_cartsec>ul>li .setting_toggle img {
    border: 2px solid #e8e8e8
}

.int_header_style2 .int_sop_cart_btn>ul {
    text-align: center
}

.int_header_style2 .int_sop_cart_btn>ul>li:first-child {
    margin-right: 26px
}

.int_slider_banner_style2 {
    position: relative
}

.swiper_content_style2 {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 9
}

.swiper_content_mini {
    background: #fff;
    padding: 36px 50px 50px;
    display: block;
    width: 811px
}

.swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect h1 {
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear
}

.swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect p {
    animation: fadeInRight 1s linear;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear
}

.swiper_content_style2 .swiper-slide.swiper-slide-active .swiper_content_effect .int_btn {
    animation: fadeInRight 1s ease;
    -webkit-animation: fadeInRight 1s linear;
    -ms-animation: fadeInRight 1s linear;
    -moz-animation: fadeInRight 1s linear;
    -o-animation: fadeInRight 1s linear
}

.swiper_content_style2 h1 {
    color: #222;
    font-size: 60px;
    font-weight: 400
}

.swiper_content_style2 span {
    font-weight: 600
}

.swiper_content_style2 p {
    font-size: 18px;
    color: #555;
    margin: 10px 0 20px
}

.swiper_content_effect .btn_caret {
    right: -29px
}

.banner_naxt_style2 {
    position: absolute;
    background: #fff;
    z-index: 2;
    display: block;
    width: 200px;
    height: 90px;
    bottom: 0;
    left: -80px;
    line-height: 50px
}

.banner_box_wrapper .swiper-container-rtl .swiper-button-prev,
.banner_naxt_style2 .swiper-button-next {
    right: auto;
    left: 100px;
    background-image: none;
    border-left: solid 1px #f3f3f3;
    padding-left: 25px
}

.banner_naxt_style2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    background-image: none
}

.banner_naxt_style2 .swiper-button-prev {
    left: 50px
}

.banner_naxt_style2 .swiper-button-next:hover,
.banner_naxt_style2 .swiper-button-prev:hover {
    color: #ff1d4d
}

.banner_naxt_style2 .swiper-button-prev:before {
    position: absolute;
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff1d4d;
    font-size: 12px;
    left: -8px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.banner_naxt_style2 .swiper-button-prev:hover:before {
    visibility: visible;
    opacity: 1;
    left: -15px
}

.banner_naxt_style2 .swiper-button-next:after {
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff1d4d;
    font-size: 12px;
    top: 0;
    right: -32px;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.banner_naxt_style2 .swiper-button-next:hover:after {
    visibility: visible;
    opacity: 1;
    right: -40px
}

.int_about_wrapper.int_about_style2 {
    background-image: url(http://www.creativemaxstudios.net/notfound.html);
    background-size: cover;
    background-position: center center;
    padding-bottom: 0
}

.int_about_style2 .int_heading h4 {
    color: #ff1d4d;
    text-align: left
}

.int_about_style2 .about_contentbox .about_head1 {
    font-size: 32px;
    color: #40934b
}

.int_about_style2 .about_contentbox h5 {
    color: #302e2f;
    font-weight: 400
}

.int_about_style2 .about_contentbox .about_deatils {
    color: #555;
    font-weight: 500
}

.int_about_style2 .about_contentbox .about_deatils_two {
    color: #555;
    padding-top: 23px;
    font-weight: 500
}

.int_about_style2 .int_btn {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    background: #ff1d4d;
    margin: 22px 0 0;
    text-transform: uppercase
}

.int_about_style2 .btn_caret {
    background: #f41a48
}

.int_about_style2 .int_btn:hover {
    color: #fff;
    background: #555
}

.int_about2_imgbox {
    position: relative;
    text-align: right
}

.int_about2_imgbox h1 {
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute;
    left: -80px;
    top: 90px;
    font-size: 42px;
    font-weight: 600;
    opacity: .1
}

.about_img_two {
    position: absolute;
    bottom: -163px;
    left: -16px
}

.about_img_three img,
.about_img_two img {
    border: solid 10px #fff
}

.about_img_three {
    position: absolute;
    bottom: -163px;
    right: -10px
}

.int_project_wrapper.int_project_style2 {
    background: 0 0;
    padding-top: 50px;
    background-image: url(http://www.creativemaxstudios.net/notfound.html);
    background-position: center center
}

.int_project_style2 .int_heading h4 {
    color: #ff1d4d
}

.int_project_style2 .int_heading h2 {
    color: #3d8e42;
    font-size: 30px
}

.int_project_style2 .int_project_gallery .gallery_nav ul li {
    color: #555;
    position: relative;
    margin-left: 30px
}

.int_project_style2 .int_project_gallery .gallery_nav ul li:after {
    position: absolute;
    content: "";
    border-left: solid 1px;
    height: 15px;
    top: 13px;
    right: -26px;
    transform: rotate(25deg)
}

.int_project_style2 .int_project_gallery .gallery_nav ul li:before {
    position: absolute;
    content: "";
    border-left: solid 1px;
    height: 15px;
    top: 13px;
    right: -22px;
    transform: rotate(25deg)
}

.int_project_style2 .int_project_gallery .gallery_nav ul li:last-child:after,
.int_project_style2 .int_project_gallery .gallery_nav ul li:last-child:before {
    display: none
}

.int_project_style2 .int_project_gallery .gallery_nav ul li .gallery_active {
    color: #ff1d4d
}

.int_project_style2 .int_project_gallery .gallery_nav ul li a:after {
    background: #ff1d4d
}

.int_gallery_style2 .bottom_content>span {
    color: #fff
}

.int_different_section .about_contentbox {
    padding: 45px 0 0 15px
}

.int_different_section h5 {
    text-transform: uppercase;
    margin: 20px 0 0;
    font-size: 18px;
    color: #222
}

.int_about_style2.int_different_section {
    padding: 80px 0;
    background-image: url(http://www.creativemaxstudios.net/notfound.html);
    background-size: cover;
    background-position: center center
}

.why_diffrent_style2 img {
    width: 100%
}

.why_diffrent_style2 .swiper-button-prev {
    top: 292px
}

.why_diffrent_style2 .swiper-button-next {
    top: 292px
}

.swiper-container-rtl .swiper-button-prev,
.why_diffrent_style2 .swiper-button-next {
    right: 0;
    background-color: #222;
    width: 40px;
    height: 60px;
    background-size: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.swiper-container-rtl .swiper-button-next,
.why_diffrent_style2 .swiper-button-prev {
    left: 0;
    background-color: #222;
    width: 40px;
    height: 60px;
    background-size: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.why_diffrent_style2 .swiper-button-next:hover,
.why_diffrent_style2 .swiper-button-prev:hover {
    background-color: #ff1d4d
}

.int_style2_why_design ul {
    margin: 10px 0 0 30px
}

.int_style2_why_design ul li {
    position: relative;
    margin-bottom: 5px;
    font-weight: 500
}

.int_style2_why_design ul li:after {
    position: absolute;
    content: "";
    background-color: #ff1d4d;
    height: 1px;
    width: 15px;
    left: -25px;
    right: 0;
    top: 12px
}

.int_style2_why_design ul li:before {
    position: absolute;
    content: "";
    background-color: #ff1d4d;
    height: 5px;
    width: 5px;
    left: -30px;
    right: 0;
    top: 10px;
    z-index: 1
}

.int_video_section_style2.int_dark_video_section,
.int_video_section_style2.int_progresbar_wrapper {
    padding: 140px 0 280px;
    background-image: url(http://www.creativemaxstudios.net/notfound.html);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2
}

.int_video_section_style2:after {
    position: absolute;
    content: "";
    background: rgba(34, 34, 34, .7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.int_break_out {
    width: 500px;
    margin: auto;
    text-align: center
}

.int_break_out h1 {
    font-size: 32px;
    color: #fff;
    margin-top: 30px
}

.int_video_loader {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: rgba(34, 34, 34, .4);
    border-radius: 100%;
    border: solid 3px #ff1d4d;
    position: relative;
    text-align: center
}

.int_video_loader a {
    color: #fff;
    font-size: 20px
}

.int_video_loader a:after {
    position: absolute;
    content: "";
    border-left: solid 3px #6f6e6a;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border-right: 3px solid #00ffff00;
    background: 0 0;
    border-bottom: 3px solid #0000ff00;
    border-top: 3px solid #ffffff00;
    left: -3px;
    top: -3px
}

.int_index2_clnt_team_test_back {
    background-image: url(http://www.creativemaxstudios.net/notfound.html);
    background-size: cover;
    background-position: center center
}

.int_client_logo_section_style2 {
    padding: 60px 0 20px;
    background: #fff;
    margin-top: -150px;
    z-index: 9;
    position: relative;
    box-shadow: 0 0 9px 0 rgba(1, 1, 1, .1)
}

.int_client_logo_section_style2 ul {
    text-align: center
}

.int_client_logo_section_style2 ul li {
    display: inline-block;
    width: 19%;
    margin-bottom: 40px
}

.int_client_logo_section_style2 ul li:nth-child(10),
.int_client_logo_section_style2 ul li:nth-child(5) {
    margin-right: 0
}

.int_client_logo_section_style2 ul li img {
    opacity: .5;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.int_client_logo_section_style2 ul li img:hover {
    opacity: 1
}

.int_heading.int_heading_team2 {
    margin: 77px 0 40px
}

.int_heading.int_heading_team2 h4 {
    color: #ff1d4d
}

.int_heading.int_heading_team2 h2 {
    color: #222
}

.int_team2_sideimg h4 {
    margin-top: 18px;
    font-size: 22px
}

.int_team2_sideimg h4 a {
    color: #222
}

.int_team2_sideimg p {
    color: #555
}

.team2_box_two h3 {
    color: #222;
    text-align: left;
    margin: 22px 0 20px;
    width: 415px
}

.team_box_wrapper.team2_box_two .team_box .team_content {
    background: 0 0;
    position: static
}

.team_box_wrapper.team2_box_two .team_box .team_content h4>a {
    color: #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    font-size: 22px
}

.team2_box_two .team_box:hover .team_content h4>a {
    color: #ff1d4d
}

.team_box_wrapper.team2_box_two .team_box .team_content p {
    color: #555
}

.team_box_wrapper.team2_box_two .team_box:after {
    background: rgba(255, 255, 255, .87);
    bottom: 88px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .06)
}

.team2_box_two .team_img .team_hovercontent>ul>li>a {
    color: #222
}

.team2_box_two .team_img .team_hovercontent>ul>li>a:hover {
    color: #ff1d4d
}

.team_box_wrapper.team2_box_two .team_box:hover .team_hovercontent {
    top: 120px
}

.team_box_wrapper.team2_box_two .team_box {
    background: 0 0;
    padding-top: 0
}

.int_team2_slider_arrow .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    top: 48px;
    left: 86%;
    background-color: #222;
    width: 40px;
    height: 40px;
    background-size: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.int_team2_slider_arrow .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    top: 48px;
    right: 15px;
    background-color: #222;
    width: 40px;
    height: 40px;
    background-size: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.int_team2_slider_arrow .swiper-button-next:hover,
.int_team2_slider_arrow .swiper-button-prev:hover {
    background-color: #ff1d4d
}

.int_testimonial_slide2 {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    z-index: 9;
    position: relative;
    top: 0;
    border-radius: 5px;
    margin-top: 0;
    right: 0
}

.int_testimonial2_flex {
    display: flex
}

.int_content_img {
    width: calc(100% - 410px)
}

.int_content_text2 {
    position: relative;
    text-align: center;
    padding: 0 141px
}

.int_qoute_svg {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    margin-top: 58px
}

.int_qoute_svg i {
    font-size: 38px;
    margin-left: 6px;
    color: #032e61;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    line-height: 64px;
    box-shadow: 0 0 0 7px #ccc
}

.int_qoute_svg svg {
    width: 149px;
    height: 106px;
    opacity: .1
}

.int_content_text2 h4 {
    font-size: 14px;
    color: #ff1d4d;
    text-transform: uppercase;
    letter-spacing: 2px
}

.int_content_text2 h2 {
    color: #222;
    font-weight: 500;
    margin-top: 6px
}

.int_content_text2 p {
    color: #fff;
    margin: 21px 0 10px;
    font-weight: 400;
    padding: 0 30px;
    font-size: 18px
}

.int_content_text2 h5 {
    color: #ffee76;
    font-size: 22px;
    margin-top: 25px
}

.int_content_text2 h6 {
    font-size: 14px;
    margin-top: 2px
}

.int_testimonial_slide2 .int_team2_slider_arrow .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 90%
}

.timelinerow .col-md-12,
.timelinerow .col-md-6 {
    padding: 0 15px
}

.testimnila_title {
    position: absolute;
    text-transform: uppercase;
    color: #c7c7c7;
    padding: 0 18px;
    left: -286px;
    font-size: 62px;
    font-weight: 600;
    text-align: center;
    transform: rotate(-90deg);
    top: 20rem
}

.testimonila_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffa115
}

.testimnila_title::before {
    content: "";
    position: absolute;
    width: 27%;
    height: 2px;
    left: -75px;
    top: 55px
}

.testimnila_title::after {
    content: "";
    position: absolute;
    width: 27%;
    height: 2px;
    right: 0;
    top: 55px
}

.timelinerow .serviceBox {
    padding: 25px 0 8px;
    margin: 0;
    border-radius: 20px 0;
    position: relative;
    z-index: 1
}

.timelinerow .serviceBox::before {
    content: "";
    position: absolute;
    width: 69%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1
}

.timelinerow .col-md-12:nth-child(3) .serviceBox:last-child:before {
    border-bottom: 0
}

.timelinerow .serviceBox::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 55%;
    border-right: 1px solid #b7b7b7;
    left: 32px;
    z-index: -1;
    top: 93px
}

.timelinerow .serviceBox .title {
    color: #353535;
    background: #f5f5f5;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 40px;
    margin: 0 39px 22px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 0 9px #afafaf;
    display: inline-block;
    width: 50%
}

.timelinerow .serviceBox .title:after,
.timelinerow .serviceBox .title:before {
    content: "";
    width: 66px;
    height: 33px;
    position: absolute;
    top: -12px;
    border-bottom: 1px solid #c3c3c3;
    right: -90px;
    margin: auto
}

.timelinerow .serviceBox .title:after {
    transform: rotate(180deg);
    top: auto;
    bottom: -5px;
    left: auto;
    right: 0;
    border: none
}

.timelinerow .serviceBox .description {
    color: #1d1d1d;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 27px;
    margin: 0;
    padding-left: 80px
}

.timelinerow .serviceBox .description a {
    color: #ec2b4d
}

.timelinerow .serviceBox .service-icon {
    color: #f9f9f9;
    font-size: 26px;
    text-align: center;
    transition: all .3s ease 0s;
    position: absolute;
    left: 0;
    margin: auto;
    top: 13px;
    display: inline-block;
    width: 63px;
    height: 63px;
    background: #ef4c62;
    border-radius: 50%;
    border: 4px solid #fff;
    line-height: 52px;
    box-shadow: 0 0 10px #989898
}

.timelinerow .serviceBox:hover .service-icon {
    transform: rotateY(360deg)
}

.timelinerow .serviceBox .read-more {
    color: #fff;
    background: linear-gradient(to right, #6f6f6f, #3a393e);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 124px;
    padding: 7px 0;
    border-radius: 0 30px 30px 0;
    box-shadow: 4px 4px 1px rgba(0, 0, 0, .2);
    display: block;
    position: relative
}

.timelinerow .serviceBox .read-more:hover {
    text-shadow: 0 0 5px #555
}

.timelinerow .serviceBox .read-more:after,
.timelinerow .serviceBox .read-more:before {
    content: "";
    background: linear-gradient(to bottom, #6b6b6b, #3c3b40);
    width: 15px;
    height: 25px;
    border-radius: 50px 0 0 50px;
    position: absolute;
    top: -25px;
    left: -15px
}

.timelinerow .serviceBox .read-more:after {
    background: #6b6b6c;
    border-radius: 50px 0 0 50px;
    height: 62px;
    z-index: -2
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 5px 5px 30px 15px
    }
}

.int_counter_style2 {
    background-image: url(http://www.creativemaxstudios.net/notfound.html);
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 2;
    padding: 200px 0 73px;
    margin-top: -120px
}

.int_counter_style2:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.int_count2_box h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px
}

.int_count2_box p {
    font-size: 18px;
    color: #fff
}

.int_blog_wrapper.int_blog_box_style2 {
    background-image: url(http://www.creativemaxstudios.net/notfound.html);
    background-size: cover;
    background-position: center center
}

.int_blog_box_style2 .int_heading h4 {
    color: #ff1d4d
}

.int_blog_box_style2 .int_heading h2 {
    color: #222
}

.int_blog_box_style2 .blog_box .blog_date {
    color: #ff1d4d
}

.int_blog_box_style2 .blog_box .blog_heading {
    color: #222
}

.int_blog_box_style2 .blog_box .blog_heading:hover {
    color: #ff1d4d
}

.int_footer_style2 {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    padding: 30px 0;
    text-align: center
}

.int_footer_style2.footer-img {
    background-image: url(../images/serv-bg.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    padding: 30px 0;
    text-align: center
}

.footer_menu_style2.footer-white ul li a {
    color: #fff
}

.int_footer_style2:after {
    position: absolute;
    content: "";
    background: 0 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.footer_box_style2 {
    width: 800px;
    margin: 0 auto
}

.footer_box_style2 p {
    margin: 20px 0
}

.int_border {
    margin: 26px 0 30px
}

.footer_menu_style2 ul li {
    display: inline-block;
    border-right: 1px solid #fff
}

.footer_menu_style2 ul li:last-child {
    border-right: 0 solid #fff
}

.footer_menu_style2 ul li a {
    color: #4c4b4b;
    text-transform: uppercase;
    margin: 0 16px
}

.footer_menu_style2 ul li a:hover {
    color: #ff1d4d
}

.footer_social_style2 ul li {
    display: inline-block
}

.footer_social_style2 {
    margin-top: 30px
}

.footer_social_style2 ul li {
    display: inline
}

.footer_social_style2 ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    background: #e03e5e;
    border-radius: 100%;
    margin-right: 15px;
    border: solid 1px rgba(255, 255, 255, .25);
    text-align: center
}

.footer_social_style2 ul li a:hover {
    background: #ff1d4d;
    border: solid 1px #f41a48
}

.int_bottom_footer_wrapper.int_bottom_footer_style2 {
    background: #f8f8fa
}

.int_bottom_footer_style2 .bottom_footer_box_wrapper a {
    color: #ff1d4d
}

.int_header_wrapper.int_header_style3 {
    padding: 0 51px 10px 65px;
    position: absolute;
    width: 100%;
    top: 0
}

.int_header_style3 .int_logo {
    margin-left: 0
}

.int_header_style3 .int_nav .int_menu>ul>li>a:hover {
    color: #ff9d34
}

.int_header_style3 .int_nav .int_menu>ul>li:after {
    background: #ff9d34
}

.int_header_style3 .int_nav .int_menu>ul>li.int_home_dropdown>ul {
    background-color: #fff
}

.int_header_style3 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a {
    color: #222;
    border-bottom: 1px solid #f1f1f1
}

.int_header_style3 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a:hover {
    color: #ff9d34
}

.int_header_style3 .int_nav .int_cartsec>ul>li>.cart_round span {
    background-color: #ff9d34;
    color: #fff
}

.int_header_style3 .int_nav .int_cartsec>ul>li .setting_toggle .toggle_caret {
    color: #ff9d34
}

.int_header_style3 .int_sop_cart_btn>ul {
    text-align: center
}

.int_header_style3 .int_sop_cart_btn>ul>li:first-child {
    margin-right: 26px
}

.int_header_style3 .int_profile_open ul li a i {
    color: #ff9d34
}

.int_header_style3 .int_profile_open ul li a:hover {
    color: #ff9d34
}

.int_index3_slider_style3 {
    background-image: url(../images/slider3/index3_slider_banner.jpg);
    background-size: cover;
    background-position: center center;
    padding: 377px 80px 310px
}

.int_index3_slider_style3 .int_banner_content {
    width: 45%
}

.int_banner_content h6 {
    text-transform: uppercase;
    font-size: 20px;
    color: #ff9d34;
    font-weight: 400;
    letter-spacing: 2px
}

.int_banner_content h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 300
}

.int_banner_content span {
    font-weight: 500
}

.int_banner_content h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 23px
}

.int_banner_content span.price_dlr {
    font-size: 32px;
    margin-left: 5px;
    vertical-align: middle
}

.int_service_style3 {
    padding: 26px 0 89px;
    position: relative
}

.service_box_style3 {
    text-align: left;
    margin-bottom: 15px
}

.int_srbox3_circle {
    background-color: #ee6a76;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    top: 19px;
    box-shadow: 0 0 10px #000;
    position: absolute;
    line-height: 90px;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.int_srbox3_circle i {
    font-size: 28px;
    color: #fff;
    position: relative;
    top: 6px
}

.service_box_style3:hover .int_srbox3_circle {
    background-color: #3e994e
}

.int_srbox3_circle:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    border-radius: 100%;
    top: -10px;
    left: -10px;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.service_box_style3 h4 {
    font-size: 19px;
    color: #363435;
    display: table;
    background-color: #e8e8e8;
    padding: 3px 10px 3px 8px;
    margin: 20px 0 10px;
    position: relative;
    right: 14px;
    text-transform: uppercase
}

.int_categories_style3 {
    background-color: #0e0f21;
    padding: 77px 0 27px
}

.int_heading_style3 {
    margin-bottom: 47px;
    text-align: center
}

.int_heading_style3 h4 {
    color: #ff9d34;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.int_heading_style3 h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 6px
}

.int_categories_box_section .grid-item {
    width: auto;
    margin: auto
}

.int_categories_box_section .int_project_gallery .grid_img:before {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto
}

.int_categories_box_section .int_project_gallery .bottom_content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35px;
    color: #fff;
    z-index: 1
}

.int_categories_box_section .int_project_gallery .bottom_content>h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize
}

.categorie_h_one {
    margin-bottom: 50px;
    text-align: center
}

.categorie_h_one h1 {
    border-top: 3px double #3a3d69;
    border-bottom: 3px double #3a3d69;
    display: inline-block;
    margin-top: 30px;
    font-size: 22px;
    padding: 11px 40px 8px;
    color: #fff;
    letter-spacing: 2px
}

.int_project_gallery:hover h1 {
    border-top: 3px double #ff9d34;
    border-bottom: 3px double #ff9d34
}

span.close_menu_int {
    display: none
}

.int_deal_section_style3 .int_heading_style3 {
    margin-bottom: 40px
}

.int_deal_text3 {
    padding: 50px 320px 50px 0
}

.int_deal_text3 h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 15px;
    width: 350px
}

.int_deal_text3 p {
    margin-bottom: 40px
}

.int_deal_text3 h2 {
    color: #fff
}

.int_deal_text3 h6 {
    color: #fff;
    font-size: 14px
}

.index3_timer {
    margin: 25px 0
}

.int_product_section {
    background-color: #0e0f21;
    padding: 77px 0 31px
}

.int_product_section .int_heading_style3 {
    margin-bottom: 22px
}

.int_product_section .gallery_nav ul li .gallery_active {
    color: #ff9d34
}

.int_product_section .gallery_nav ul li a:after {
    background: #ff9d34
}

.product_grid {
    margin-bottom: 40px
}

.product_list_view .product_item {
    margin: 0
}

.product_item {
    position: relative;
    background-color: #191b2e;
    width: 247px;
    height: 360px;
    overflow: hidden;
    margin: auto
}

.product_item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.product_item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.product_overlay {
    position: absolute;
    background-color: #ff9d34;
    right: -40px;
    top: -10px;
    color: #fff;
    padding: 30px 40px 10px;
    transform: rotate(45deg);
    width: 120px
}

.product_overlay h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

.product_ovr_links {
    background-color: #ff9d34;
    padding: 13px 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    bottom: 155px;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.product_item:hover .product_ovr_links {
    visibility: visible;
    opacity: 1
}

.product_ovr_links ul li {
    display: inline-block
}

.product_ovr_links ul li a {
    margin: 0 15px;
    color: #fff
}

.product_item:hover ul li:first-child {
    -webkit-animation: bounceInDown .4s;
    animation: bounceInDown .4s
}

.product_item:hover ul li:nth-child(2) {
    -webkit-animation: bounceInDown .6s;
    animation: bounceInDown .6s
}

.product_item:hover ul li:nth-child(3) {
    -webkit-animation: bounceInDown .8s;
    animation: bounceInDown .8s
}

.product_text_rs {
    margin-top: 27px;
    text-align: center
}

.product_text_rs h3 {
    font-size: 22px;
    color: #fff
}

.product_text_rs p {
    font-size: 18px;
    color: #fff
}

.product_text_rs span {
    text-decoration: line-through;
    margin-right: 5px
}

.int_shop_now_style3 {
    border-top: solid 2px #1c1c2d;
    border-bottom: solid 2px #1c1c2d
}

.int_shop_main {
    background-color: #0c0d1c;
    padding: 0 50px 44px;
    width: 100%;
    float: left
}

.int_shine_effect {
    position: relative;
    overflow: hidden
}

.int_shine_effect:after {
    position: absolute;
    content: "";
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.int_shine_effect:hover:after {
    left: 175%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .12) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .12) 100%)
}

.int_shine_effect img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.int_shine_effect:hover img {
    transform: scale(1.1)
}

.int_shop_btntext {
    width: 40%;
    float: left;
    margin-top: 180px
}

.int_shop_btntext h4 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 13px
}

.int_shop_btntext a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: solid 1px #fff;
    display: inline-block
}

.int_shop_btntext a:hover {
    color: #ff9d34;
    border-bottom: solid 1px #ff9d34
}

.int_shop_img {
    width: 60%;
    float: left;
    text-align: right
}

.int_shop_center {
    background-color: #191b2e;
    width: 100%;
    float: left;
    padding: 41px 50px
}

.int_shop_center .int_shop_btntext {
    margin-top: 100px
}

.int_shop_right {
    background-color: #0c0d1c;
    width: 100%;
    float: left;
    padding: 40px 50px
}

.int_shop_right .int_shop_btntext {
    margin-top: 100px
}

.int_product_slider {
    background-color: #0c0d1c;
    padding: 77px 0 80px
}

.int_product_slider_box .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px
}

.int_product_slider_box .swiper-pagination-bullet {
    background: #2f2f42;
    opacity: 1
}

.int_product_slider_box .swiper-pagination-bullet-active {
    background: #ff9d34;
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: all .3s;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.int_client_slider {
    background-color: #191b2e;
    padding: 60px 0;
    text-align: center
}

.int_testimonial_style3 {
    background-color: #0e0f21;
    padding: 77px 0 75px
}

.int_testimonial_style3 .swi_contentbox {
    background: 0 0;
    padding: 0
}

.int_testimonial_style3 .swi_contentbox span {
    color: #ff9d34
}

.int_testimonial_style3 .swiper-pagination-bullet-active {
    background: #ff9d34;
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.int_testimonial_style3 .swi_user img {
    border: 5px solid #29293b;
    width: 45px;
    height: 45px
}

.int_testimonial_style3 .gallery-thumbs .swiper-slide-thumb-active .swi_user img {
    border: 5px solid #ff9d34
}

.svg_user1_style3,
.svg_user2_style3 {
    opacity: 0;
    visibility: hidden
}

.swiper-slide-thumb-active .svg_user1_style3,
.swiper-slide-thumb-active .svg_user2_style3 {
    visibility: visible;
    opacity: 1
}

.swiper-slide-thumb-active .svg_user1_style3 svg {
    top: 20px;
    left: -21px
}

.swiper-slide-thumb-active .svg_user2_style3 svg {
    top: 20px;
    right: -21px
}

.svg_user1_style3 svg {
    position: absolute;
    top: 4px;
    left: 1px;
    webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.svg_user2_style3 svg {
    position: absolute;
    top: 4px;
    right: 1px;
    webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.int_testimonial_style3 .swi_user:after,
.int_testimonial_style3 .swi_user:before {
    display: none
}

.svg_user1_style3:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff9d34;
    z-index: 7;
    top: 36px;
    left: -32px;
    margin: auto;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.svg_user1_style3:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff9d34;
    z-index: 7;
    left: -41px;
    top: 37px;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.svg_user2_style3:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff9d34;
    z-index: 7;
    top: 36px;
    right: -32px;
    margin: auto;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.svg_user2_style3:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff9d34;
    z-index: 7;
    right: -41px;
    top: 37px;
    -webkit-transition: all .5s ease 80ms;
    -moz-transition: all .5s ease 80ms;
    -ms-transition: all .5s ease 80ms;
    -o-transition: all .5s ease 80ms;
    transition: all .5s ease 80ms
}

.int_testimonial_style3 .swi_user {
    transform: translateY(15px)
}

.int_testimonial_style3 .gallery-thumbs {
    height: 110px
}

.int_insta_post {
    text-align: center
}

.int_insta_post ul li {
    width: 12.5%;
    float: left;
    position: relative;
    overflow: hidden
}

.int_insta_post ul li img {
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.int_insta_post ul li a:hover img {
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.int_insta_overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .38);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.int_insta_post ul li:hover .int_insta_overlay {
    visibility: visible;
    opacity: 1
}

.int_insta_overlay i.fab.fa-instagram {
    font-size: 30px;
    color: #222
}

.int_footer_wrapper.int_footer_style3 {
    padding: 80px 0 30px 0
}

.int_footer_style3 ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #585968;
    font-size: 14px;
    background: #101127;
    border-radius: 100%;
    margin-right: 8px;
    border: solid 1px #585968;
    text-align: center
}

.int_footer_style3 ul li a:hover {
    color: #fff;
    background: #ff9d34;
    border: solid 1px #ff9d34
}

.int_footer_style3 .footer_box .footer_heading {
    margin-top: 10px
}

.int_footer_style3 .footer_box .footer_heading:after {
    background: #ff9d34
}

.int_footer_style3 .footer_box .footer_hours li:after {
    background: #ff9d34
}

.int_footer_threemenu ul li a {
    display: inherit;
    width: inherit;
    height: inherit;
    color: #fff;
    background-color: transparent;
    border: none;
    text-align: left;
    margin: 0;
    line-height: 1.8
}

.int_footer_threemenu ul li a:hover {
    background-color: transparent;
    color: #ff9d34;
    border: none
}

.int_footer_partner_style3 {
    border-top: solid 1px #242535;
    padding: 30px 0 0;
    margin-top: 64px;
    text-align: center
}

.int_footer_partner_style3 ul li {
    display: inline-block;
    margin: 0 25px
}

.int_footer_partner_style3 ul li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.int_footer_partner_style3 ul li img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.int_bottom_footer_style3 {
    background: #191b2e
}

.int_bottom_footer_style3 .bottom_footer_box_wrapper a {
    color: #ff9d34
}

.footer_linkbox_style3 .footer_hours li:after {
    top: -22px
}

.int_header_wrapper.int_header_style4 {
    padding: 0 50px 10px 65px;
    position: absolute;
    width: 100%;
    top: 0
}

.int_header_wrapper.int_header_style4 .container-fluid {
    z-index: 11;
    position: relative
}

.int_header_style4 .int_logo {
    margin-left: 0
}

.int_header_style4 .int_nav .int_menu>ul>li:after {
    background: #ff9d34
}

.int_header_style4 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a:hover {
    color: #ff9d34
}

.int_header_style4 .int_nav .int_menu>ul>li>a {
    color: #222
}

.int_header_style4 .int_nav .int_menu>ul>li>a:hover {
    color: #ff9d34
}

.int_header_style4 .int_nav .int_cartsec>ul>li>.cart_round span {
    background-color: #ff9d34;
    color: #fff
}

.int_header_style4 .int_nav .int_cartsec>ul>li .setting_toggle .toggle_caret {
    color: #ff9d34
}

.int_index4_slider_style4 {
    background-color: #f9f9f9;
    padding: 160px 65px 75px;
    overflow: hidden;
    position: relative
}

.int_index4_slider_style4 .swiper-container {
    padding: 0 0 80px
}

.int_header_style4 .int_nav .int_cartsec>ul>li:after {
    background: #e8e8e8
}

.int_header_style4 .int_cartsec span {
    margin-left: 5px
}

.int_header_style4 .int_sop_cart_btn>ul {
    text-align: center
}

.int_header_style4 .int_sop_cart_btn>ul>li:first-child {
    margin-right: 26px
}

.int_index4_slider_style4 .swiper-pagination-bullet-active {
    background: #ff9d34;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s
}

.int_index4_slider_style4 .swiper-container-horizontal>.swiper-pagination-bullets,
.int_index4_slider_style4 .swiper-pagination-custom,
.int_index4_slider_style4 .swiper-pagination-fraction {
    bottom: 0
}

.int_banner_content.int_banner_slider4 {
    margin-top: 180px
}

.int_banner_slider4 h6 {
    color: #222;
    letter-spacing: 4px
}

.int_banner_slider4 h1 {
    color: #222;
    font-size: 72px;
    font-weight: 500
}

.int_banner_slider4 p {
    color: #222
}

.int_banner_slider4 h2 {
    color: #222
}

.int_banner_pic4 {
    text-align: right;
    z-index: 11;
    position: relative
}

.int_banner_shape {
    position: absolute;
    content: "";
    width: 780px;
    height: 785px;
    background-color: #ffe68e;
    top: 90px;
    right: -440px;
    border-radius: 100%;
    z-index: 0
}

.int_shop_now_style4 {
    padding: 80px 0 69px
}

.int_sale_style4 {
    border: solid 2px #d5e6ff;
    padding: 0 16px 50px 40px;
    width: 100%;
    display: inline-block;
    min-height: 356px;
    overflow: hidden
}

.int_sale_first_style4 {
    border: solid 2px #fff6d5;
    padding: 0 16px 46px 40px;
    width: 100%;
    min-height: 356px;
    overflow: hidden
}

.int_sale_four {
    width: 40%;
    float: left;
    margin-top: 45px
}

.int_sale_img4 {
    width: 60%;
    float: left;
    text-align: right;
    position: relative
}

.int_sale_first_style4 .int_sale_img4:after {
    position: absolute;
    content: "";
    width: 405px;
    height: 405px;
    background-color: #fff6d5;
    top: -20px;
    left: 25px;
    border-radius: 100%;
    z-index: -1
}

.int_sale_first_style4 .int_sale_img4 img {
    margin-top: 60px
}

.int_sale_img4:after {
    position: absolute;
    content: "";
    width: 405px;
    height: 405px;
    background-color: #d5e6ff;
    top: -20px;
    left: 25px;
    border-radius: 100%;
    z-index: -1
}

.int_sale_first_style4:hover img,
.int_sale_style4:hover img {
    transform: scale(1.1)
}

.int_sale_img4 img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.int_sale_four h5 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    color: #222;
    margin-bottom: 135px
}

.int_sale_four h2 {
    color: #222;
    font-size: 30px;
    font-weight: 400
}

.int_sale_four p {
    color: #555;
    font-size: 18px
}

.int_sale_four a.index4_btn {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 9px
}

.int_categories_style3.int_top_product_style4 {
    background-color: #fff;
    padding: 0 0 30px
}

.int_top_product_style4 .int_heading_style3 h4 {
    color: #222
}

.int_top_product_style4 .int_heading_style3 h2 {
    color: #222
}

.int_top_product_style4 .int_project_gallery .bottom_content>h3 {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize
}

.int_top_product_style4 .int_project_gallery .grid_img:before {
    background: rgba(255, 255, 255, .9)
}

.int_top_product_style4 .categorie_h_one h1 {
    border-top: 3px double #22222230;
    border-bottom: 3px double #22222230;
    color: #222
}

.int_top_product_style4 .int_project_gallery:hover h1 {
    border-top: 3px double #ff9d34;
    border-bottom: 3px double #ff9d34
}

.int_service_style3.int_service_style4 {
    background-color: #222
}

.int_service_style4 .int_srbox3_circle {
    background-color: #2a2a2a
}

.int_service_style4 .int_srbox3_circle:after {
    border: 1px dashed #262941
}

.int_product_section.int_product_style4 {
    background-color: #fff;
    padding: 77px 0 31px
}

.int_product_style4 .int_heading_style3 h4 {
    color: #222
}

.int_product_style4 .int_heading_style3 h2 {
    color: #222
}

.int_product_style4 .int_project_gallery .gallery_nav ul li {
    color: #222
}

.int_product_style4 .product_item {
    background-color: #fff;
    border: solid 1px #ececec;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.int_product_style4 .product_item:hover {
    box-shadow: 0 0 20px 0 rgba(1, 1, 1, .1)
}

.int_product_style4 .product_overlay {
    background-color: #afcfff
}

.int_product_style4 .product_text_rs h3 {
    color: #222
}

.int_product_style4 .product_text_rs p {
    color: #222
}

.int_testimonial_style4 {
    background-color: #f7f7f7;
    padding: 77px 0 80px
}

.int_testimonial_style4 .int_heading_style3 {
    margin-bottom: -3px
}

.int_testimonial_style4 .int_heading_style3 h4 {
    color: #222
}

.int_testimonial_style4 .int_heading_style3 h2 {
    color: #222
}

.int_testimonial_style4 .swi_contentbox {
    background: #1e2226;
    padding: 74px 100px;
    position: relative;
    max-width: 950px;
    margin: 50px auto 0
}

.int_user_four {
    position: absolute;
    top: -30px;
    left: -50px;
    z-index: 9
}

.int_user_four img {
    width: 130px;
    height: 130px;
    border: solid 5px #ff9d34;
    border-radius: 100%
}

.int_username_four {
    position: absolute;
    top: 0;
    left: 70px;
    width: 240px;
    background-color: #ff9d34;
    padding: 10px 0;
    border-radius: 0 0 30px 0
}

.int_username_four h3 {
    font-size: 18px;
    color: #fff
}

.int_testimonial_style4 .int_qoute_svg svg {
    width: 170px;
    height: 136px;
    opacity: .1
}

.int_testimonial_style4 .swiper-pagination-bullet {
    background: #4e4e4e;
    opacity: 1
}

.int_testimonial_style4 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #ff9d34;
    transition: all .3s;
    vertical-align: middle;
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.int_testimonial_style4 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px
}

.int_product_slider.int_product_style4 {
    background-color: #fff
}

.int_product_style4 .int_product_slider_box .swiper-pagination-bullet {
    background: #d3d3d3
}

.int_product_style4 .int_product_slider_box .swiper-pagination-bullet-active {
    background: #ff9d34;
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.int_subscribe_style4 {
    background-color: #373536;
    padding: 30px 0 40px
}

.int_info_four {
    margin-top: 20px
}

.int_info_four h2 {
    color: #fff
}

.int_info_four p {
    color: #fff;
    font-size: 14px
}

.int_textbox_subscribe4 {
    position: relative;
    margin-top: 21px
}

.int_textbox_subscribe4 .int_search_wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: relative
}

.int_textbox_subscribe4 .int_search_wrapper input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border: none;
    box-shadow: none;
    outline: 0;
    border-radius: 50px;
    font-size: 18px;
    padding-right: 180px;
    backface-visibility: hidden
}

.int_search_wrapper input::placeholder {
    color: #cdcdcd
}

.int_textbox_subscribe4 .int_search_wrapper a.index4_btn {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #3c8e44;
    border-radius: 50px;
    color: #fff
}

.int_textbox_subscribe4 .int_search_wrapper button.index4_btn {
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #3c8e44;
    border-radius: 50px;
    color: #fff
}

.int_textbox_subscribe4 .int_search_wrapper a.index4_btn:hover {
    background: #222
}

.int_textbox_subscribe4 .index4_btn:before {
    display: none
}

.int_quantity_style2 .index4_btn:before {
    display: none
}

.int_footer_wrapper.int_footer_style4 {
    padding: 80px 0 30px 0
}

.int_footer_style4 .footer_box .footer_heading {
    color: #222
}

.int_footer_style4 p {
    color: #555
}

.int_footer_style4 .footer_box .footer_hours li {
    color: #555
}

.int_footer_style4 ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #555;
    font-size: 14px;
    background: #f6f6f6;
    border-radius: 100%;
    margin-right: 8px;
    border: solid 1px #555;
    text-align: center
}

.int_footer_style4 ul li a:hover {
    color: #fff;
    background: #ff9d34;
    border: solid 1px #ff9d34
}

.int_footer_style4 .footer_box .footer_heading {
    margin-top: 10px
}

.int_footer_style4 .footer_box .footer_heading:after {
    background: #ff9d34
}

.int_footer_style4 .footer_box .footer_hours li:after {
    background: #ff9d34
}

.int_footer_fourmenu ul li a {
    display: inherit;
    width: inherit;
    height: inherit;
    line-height: 1.8;
    border: none;
    background: 0 0;
    text-align: left
}

.int_footer_fourmenu ul li a:hover {
    border: none;
    background: 0 0;
    text-align: left;
    color: #ff9d34
}

.int_footer_style4 .int_footer_partner_style3 {
    border-top: solid 1px #e9e9e9
}

.int_bottom_footer_wrapper.int_bottom_footer_style4 {
    background: #222
}

.int_bottom_footer_style4 .bottom_footer_box_wrapper a {
    color: #ff9d34
}

.int_header_wrapper.int_header_style1 {
    padding: 0
}

.int_header_style1 .int_logo {
    padding-top: 0;
    margin-left: 0
}

.int_about_page_title {
    background-image: url(../images/breadcrumb.png);
    background-size: cover;
    background-position: bottom;
    padding: 90px 0 50px;
    position: relative;
    z-index: 9
}

.int_about_page_title:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: -1
}

.int_bread_crumbs h1 {
    font-size: 40px;
    font-weight: 400;
    color: #222
}

.int_home_crumbs {
    text-align: right;
    margin-top: 0;
    position: relative;
    top: 0;
    margin-right: 15px
}

.int_home_crumbs ul li {
    font-size: 18px
}

.int_home_crumbs ul li a {
    color: #222
}

.int_home_crumbs ul li span {
    color: #ff1d4d;
    text-transform: capitalize
}

.int_about_style2.int_about_section2 {
    background: url(http://www.creativemaxstudios.net/notfound.html) no-repeat center left
}

.int_about_section2 .about_contentbox {
    background-color: #fff;
    padding: 77px 30px 80px 30px
}

.int_about_section2 span {
    border-bottom: solid 2px #ff1d4d
}

.int_about_section2 h5 {
    font-size: 16px;
    color: #222;
    margin-top: 20px
}

.int_counter_style2.int_about_counter2 {
    margin: 0;
    padding: 80px 0 70px
}

.int_aboutus_service_section {
    padding: 77px 0 50px
}

.int_aboutus_service_section .int_heading h4 {
    color: #ff1d4d
}

.int_aboutus_service_section .int_heading h2 {
    color: #222;
    margin-bottom: 40px
}

.int_service_box2 {
    text-align: center;
    padding: 52px 30px;
    border: dashed 1px #efefef;
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    height: 280px;
    -o-transition: all .3s;
    box-shadow: 0 0 20px 0 rgba(1, 1, 1, .1)
}

.int_service_box2 h4 {
    margin-top: 18px;
    color: #3c8e44;
    font-size: 22px;
    position: relative
}

.int_service_box2 h4:after {
    position: absolute;
    content: "";
    background-color: #f11746;
    width: 60px;
    height: 2px;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.int_service_box2:hover {
    box-shadow: 0 0 20px 0 rgba(1, 1, 1, .1)
}

.int_service_box2 p {
    color: #555;
    margin-top: 15px
}

.int_service_box2 svg {
    fill: #ff1d4d;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.int_service_box2:hover svg {
    fill: #ff1d4d
}

.int_what_style2 .int_heading h4 {
    color: #ff1d4d
}

.int_what_style2 .about_contentbox h2 {
    color: #222
}

.int_what_style2 .about_contentbox h3 {
    color: #ff1d4d
}

.int_what_style2 .about_img .child_imgbox:after {
    border: 10px solid #f0f0f0
}

.int_what_style2 .about_contentbox span.team {
    color: #222
}

.int_what_style2 .about_deatils {
    color: #555
}

.int_what_style2 .about_contentbox .int_btn .about_btnicon {
    background: #ff1d4d;
    border-right: 1px solid #ff90a8
}

.int_what_style2 .about_btnicon svg path {
    fill: #fff
}

.int_what_style2 .about_contentbox .int_btn {
    background: #ff1d4d
}

.int_process_wrapper.int_process_back_change2 {
    background-image: url(http://www.creativemaxstudios.net/notfound.html);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9
}

.int_process_wrapper.int_process_back_change2:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.int_process_back_change2 .int_heading h4 {
    color: #ff1d4d
}

.int_process_back_change2 .process_circle h2:after {
    background: 0 0;
    border: 6px solid rgba(57, 63, 69, .8)
}

.int_process_back_change2 .process_box:hover h2:after {
    border: 6px solid #ff1d4d
}

.int_process_back_change2 .process_circle:after {
    background: rgba(57, 63, 69, .8);
    z-index: 9
}

.int_process_back_change2 .process_box h1:after {
    background: #ff1d4d
}

.int_testimonial_wrapper.int_testimonial_backchange2 {
    background-color: transparent
}

.int_testimonial_backchange2 .int_heading h4 {
    color: #ff1d4d
}

.int_testimonial_backchange2 .int_heading h2 {
    color: #222
}

.int_testimonial_backchange2 .swi_user img {
    border: 3px solid #ff1d4d
}

.int_testimonial_backchange2 .swi_user:after {
    background: #ff1d4d
}

.int_testimonial_backchange2 .swi_user:before {
    background: #ff1d4d
}

.int_testimonial_backchange2 .swi_contentbox span {
    color: #ff1d4d
}

.int_testimonial_backchange2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff1d4d;
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.int_testimonial_backchange2 .swiper-pagination-bullet {
    background: #d8d8d8
}

.int_about_page_title.int_dark_about_title:after {
    background-color: transparent;
    z-index: -1
}

.int_dark_about_title .int_bread_crumbs h1 {
    color: #2f2d2e;
    position: relative;
    font-size: 26px;
    text-transform: uppercase;
    text-shadow: 0 7px 5px rgba(0, 0, 0, .28);
    margin-top: 30px
}

.int_dark_about_title .int_home_crumbs a {
    color: #40924b
}

.int_dark_about_title .int_home_crumbs span {
    color: #e64640
}

.int_dark_about_section2 h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 20px
}

.int_dark_about_section2 .about_head1 {
    font-size: 30px
}

.int_dark_about_section2 span {
    border-bottom: solid 2px #c6a47e
}

.int_dark_about_section2 p.about_deatils_two {
    margin-top: 20px;
    color: #383737
}

.int_dark_about_section2 .int_btn {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background: #c6a47e;
    margin-left: 0;
    letter-spacing: 0
}

.int_dark_about_section2 .int_btn:hover {
    color: #fff;
    background: #555
}

.int_dark_counter2 {
    background-color: #212529;
    padding: 80px 0 72px
}

.int_darkab_service_section {
    background-color: #282d32;
    padding: 77px 0 50px
}

.int_darkab_service_section .int_service_box2 {
    border: solid 1px #212529;
    background-color: #212529
}

.int_darkab_service_section .int_service_box2:hover {
    border: solid 1px #c6a47e
}

.int_darkab_service_section .int_service_box2 svg {
    fill: #c6a47e
}

.int_darkab_service_section .int_service_box2 h4 {
    color: #fff
}

.int_darkab_service_section .int_service_box2 h4:after {
    background-color: #c6a47e
}

.int_darkab_service_section .int_service_box2 p {
    color: #cdcdcd
}

.int_darkab_service_section .int_service_box2:hover svg {
    fill: #fff
}

.int_dark_video_section .int_video_loader {
    border: solid 3px #c6a47e
}

.int_dark_client_section {
    background-color: #282d32
}

.int_dark_client_section .int_client_logo_section_style2 {
    background-color: #212529
}

.int_dark_client_section ul li img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.int_dark_client_section ul li img {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.int_about_wrapper.int_dark_what_section {
    background-color: #282d32
}

.int_dark_what_section .about_imgbox .about_img {
    z-index: 2
}

.int_dark_what_section .about_img .child_imgbox:after {
    border: 10px solid #212529
}

.int_dark_what_section .int_btn {
    background: #c6a47e
}

.int_dark_what_section .int_btn .about_btnicon {
    background: #c6a47e;
    border-right: 1px solid #ccad8b
}

.int_dark_what_section .int_btn:hover {
    background: #555
}

.int_project_wrapper.int_project_style2.int_project_portfolio {
    padding: 77px 0 80px;
    background-image: none
}

.int_project_portfolio .int_btn {
    margin-top: 30px
}

.int_view_gallery {
    display: none
}

.int_view_gallery.int_view_gallery_view {
    display: block
}

.int_project_wrapper.int_dark_portfolio_gallery {
    padding: 77px 0 80px
}

.int_dark_portfolio_gallery .int_btn {
    margin-top: 29px
}

.int_service_wrapper.int_service_white {
    background-color: #fff
}

.int_service_white .int_heading h4 {
    color: #ff1d4d
}

.int_service_white .int_heading h2 {
    color: #222
}

.int_blog_category {
    padding: 80px 0
}

.int_blog_box {
    margin-bottom: 50px
}

.int_blog_user {
    margin: 25px 0 5px
}

.int_blog_user ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.int_blog_user ul li:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #ff1d4d;
    top: 0;
    bottom: 0;
    left: -18px;
    margin: auto
}

.int_blog_user ul li:first-child:after {
    display: none
}

.int_blog_user ul li a {
    margin-right: 25px;
    text-transform: capitalize;
    color: #ff1d4d;
    letter-spacing: 1px
}

.int_blog_user ul li span {
    color: #555;
    margin-left: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.int_blog_user ul li span:hover {
    color: #ff1d4d
}

.int_blog_post h2 {
    font-size: 26px;
    color: #369841
}

.int_blog_post h2 a {
    font-size: 26px;
    color: #222
}

.int_blog_post h2 a:hover {
    color: #ff1d4d
}

.int_blog_post p {
    color: #555;
    margin: 10px 0 15px
}

.int_blog_post_slider .swiper-button-next {
    top: 168px
}

.int_blog_post_slider .swiper-button-prev {
    top: 168px
}

.int_blog_post_video {
    position: relative
}

.int_blog_post_video:after {
    position: absolute;
    content: "";
    background: rgba(34, 34, 34, .7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.int_blog_post_video .int_video_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9
}

.int_blog_post_video .int_video_loader {
    width: 80px;
    height: 80px;
    line-height: 80px
}

.int_blog_post_video .int_video_loader a:after {
    width: 80px;
    height: 80px
}

.int_blog_pagination a.page-link {
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #efefef;
    box-shadow: none
}

.int_blog_pagination .page-item:first-child .page-link {
    width: 85px;
    border-radius: 0
}

.int_blog_pagination .page-item:last-child .page-link {
    width: 85px;
    border-radius: 0
}

.int_blog_pagination .page-item.active .page-link {
    background-color: #ff1d4d;
    border-color: #efefef;
    transition: .3s all
}

.int_blog_pagination .page-item .page-link:hover {
    transform: scale(1.2)
}

.int_blog_pagination .page-link:hover {
    background-color: #ff1d4d;
    border-color: #ff1d4d;
    color: #fff;
    box-shadow: 0 12px 15px 0 rgba(255, 29, 77, .3)
}

.int_blog_pagination i.fas.fa-chevron-left {
    margin-right: 2px
}

.int_blog_pagination i.fas.fa-chevron-right {
    margin-left: 2px
}

.int_sidebar_box {
    margin-bottom: 46px
}

.int_sidebar_box.recent_blog_one {
    margin-bottom: 38px
}

.int_sidebar_box.recent_blog_two {
    margin-bottom: 32px
}

.int_sidebar_box h4 {
    position: relative;
    color: #222;
    font-size: 22px;
    border-bottom: solid 3px #ff1d4d;
    display: inline-block;
    padding-bottom: 10px
}

.int_sidebar_box h4:after {
    position: absolute;
    content: "";
    width: 360px;
    height: 1px;
    background-color: #efefef;
    bottom: -2px;
    left: 0;
    z-index: -1
}

.int_search_btn {
    margin-top: 30px
}

.int_search_btn input {
    width: 300px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background-color: #f6f6f6;
    border: none;
    color: #222
}

.int_search_btn button {
    background-color: #ff1d4d;
    color: #fff;
    border: none;
    padding: 0 21px;
    transition: .3s all
}

.int_search_btn button:hover {
    background-color: #555
}

.int_recent_blog_post {
    margin-top: 30px
}

.int_recent_post {
    display: flex;
    align-items: center;
    margin-bottom: 7px
}

.int_recent_post:last-child {
    margin-bottom: 0
}

.int_img_post {
    margin-right: 20px
}

.int_img_post a {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.int_img_post a img {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.int_img_post a:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4)
}

.int_post_title a {
    color: #222;
    font-size: 18px;
    margin-bottom: 3px
}

.int_post_title a:hover {
    color: #ff1d4d
}

.int_post_title p {
    color: #ff1d4d
}

.int_blog_category_mini {
    margin-top: 25px
}

.int_blog_category_mini ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dashed #e8e7e7;
    padding-bottom: 10px
}

.int_blog_category_mini ul li a {
    display: inline-block
}

.int_blog_category_mini ul li:last-child {
    margin-bottom: 0
}

.int_blog_category_mini ul li a:hover {
    color: #ff1d4d
}

.int_blog_category_mini svg {
    margin-right: 5px
}

.int_blog_category_mini i {
    margin-right: 5px;
    color: #4ea15e
}

.int_blog_insta_post {
    margin-top: 30px
}

.int_blog_insta_post ul {
    column-count: 3
}

.int_blog_insta_post ul li a {
    display: inline-block;
    margin-bottom: 6px;
    position: relative;
    overflow: hidden
}

.int_blog_insta_post ul li a img {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.int_blog_insta_post ul li a:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4)
}

.int_blog_category.int_blog_dark_version {
    background-color: #282d32;
    z-index: 0;
    position: relative
}

.int_blog_dark_version .int_blog_user ul li a {
    color: #c6a47e
}

.int_blog_dark_version .int_blog_user ul li span {
    color: #fff
}

.int_blog_dark_version .int_blog_user ul li span:hover {
    color: #c6a47e
}

.int_blog_dark_version .int_blog_user ul li:after {
    background: #c6a47e
}

.int_blog_dark_version .int_blog_post h2 {
    color: #fff
}

.int_blog_dark_version .int_blog_post h2 a {
    font-size: 26px;
    color: #fff
}

.int_blog_dark_version .int_blog_post h2 a:hover {
    color: #c6a47e
}

.int_blog_dark_version .int_blog_post p {
    color: #cdcdcd
}

.int_blog_dark_version .int_auther_content p {
    color: #fff
}

.int_blog_dark_version a.int_btn {
    width: 140px
}

.int_blog_dark_version .swiper-button-next:hover,
.int_blog_dark_version .swiper-button-prev:hover {
    background-color: #c6a47e
}

.int_blog_dark_version .int_video_loader {
    border: solid 3px #c6a47e
}

.int_blog_dark_version .int_blog_pagination a.page-link {
    color: #fff;
    border: 1px solid #383f45;
    background-color: #282d32
}

.int_blog_dark_version .int_blog_pagination .page-item.active .page-link {
    background-color: #c6a47e;
    border-color: #c6a47e
}

.int_blog_dark_version .int_blog_pagination .page-link:hover {
    background-color: #c6a47e;
    border-color: #c6a47e;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(255, 29, 77, .3)
}

.int_blog_dark_version .int_sidebar_box h4 {
    color: #fff;
    border-bottom: solid 3px #c6a47e
}

.int_blog_dark_version .int_sidebar_box h4:after {
    background-color: #3e4247
}

.int_blog_dark_version .int_search_btn input {
    background-color: #212529;
    color: #fff
}

.int_blog_dark_version .int_search_btn input::placeholder {
    color: #cdcdcd
}

.int_blog_dark_version .int_search_btn button {
    background-color: #c6a47e
}

.int_blog_dark_version .int_search_btn button:hover {
    background-color: #555
}

.int_blog_dark_version .int_post_title a {
    color: #fff
}

.int_blog_dark_version .int_post_title a:hover {
    color: #c6a47e
}

.int_blog_dark_version .int_post_title p {
    color: #c6a47e
}

.int_blog_dark_version .int_blog_category_mini ul li a {
    color: #fff
}

.int_blog_dark_version .int_blog_category_mini ul li span {
    color: #fff
}

.int_blog_dark_version .int_blog_category_mini ul li a:hover {
    color: #c6a47e
}

.int_blog_box.int_blog_single {
    margin-bottom: 0
}

.int_blg_img_post {
    margin-bottom: 23px
}

.int_blg_img_post ul {
    column-count: 3
}

.int_blg_img_post ul li a {
    display: inline-block
}

.int_blg_post_link {
    display: flex;
    margin-top: -10px
}

ul.post_link1 {
    flex: 50%
}

ul.post_link1 svg {
    margin-right: 10px
}

.int_blog_testimonial {
    background-color: #ff1d4d;
    padding: 50px 80px;
    position: relative;
    text-align: center
}

.int_blog_testimonial h5 {
    color: #fff;
    font-size: 18px
}

.int_blog_testimonial h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 15px
}

.int_blog_testimonial span {
    font-size: 14px
}

.int_blog_testimonial .int_qoute_svg svg {
    width: 184px;
    height: 142px
}

.int_post_flex {
    width: 100%;
    display: inline-block;
    margin-top: 23px
}

.int_post_flex p {
    margin: 0
}

.int_post_section1 {
    width: 34%;
    display: inline-block;
    vertical-align: top
}

.int_post_section1 img {
    padding: 5px 10px 5px 0
}

.int_post_section2 {
    width: 65%;
    display: inline-block
}

.int_post_section2 p {
    margin: 0
}

.int_social_blog_pst {
    width: 100%;
    display: flex;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    padding: 15px 0 12px;
    margin: 42px 0 80px
}

.int_select_tag {
    width: 50%
}

.int_select_tag ul li {
    display: inline-block
}

.int_select_tag ul li a {
    margin-right: 5px
}

.int_select_tag ul li a:hover {
    color: #ff1d4d
}

.int_select_tag ul li i.fas.fa-tags {
    color: #ff1d4d
}

.int_select_social {
    width: 50%;
    text-align: right
}

.int_select_social ul li {
    display: inline-block
}

.int_select_social ul li a {
    color: #b9b9b9;
    margin-left: 15px
}

.int_select_social ul li a:hover {
    color: #ff1d4d
}

.int_auther_box {
    display: flex;
    padding: 20px;
    align-items: center;
    background-color: #ff1d4d
}

.int_auther_img {
    flex: none;
    margin-right: 30px
}

.int_auther_content h5 {
    color: #fff;
    font-size: 24px
}

.int_auther_content span {
    background-color: #fff;
    color: #ff1d4d;
    font-size: 14px;
    padding: 4px 10px 3px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle
}

.int_auther_content p {
    color: #fff;
    margin: 6px 0 0
}

.int_blog_comment_box {
    padding: 73px 0 0
}

.int_blog_comment_box h1 {
    font-size: 32px;
    color: #222;
    margin-bottom: 10px
}

.int_profile_box {
    display: flex;
    padding: 30px 0 22px
}

.int_blog_comment_box ul li {
    position: relative
}

.int_blog_comment_box ul li:after {
    position: absolute;
    content: "";
    background-color: #efefef;
    height: 1px;
    width: 100%;
    bottom: 0
}

.int_blog_comment_box ul li:last-child:after {
    display: none
}

ul.comment_left {
    padding-left: 115px
}

.int_user_profile {
    width: 90px
}

.int_user_text {
    width: calc(100% - 90px)
}

.int_user_text h5 {
    color: #222;
    font-size: 20px
}

.int_user_text svg {
    width: 16px;
    height: 16px;
    margin-left: 10px
}

.int_user_text svg path {
    fill: #ff1d4d
}

.int_user_text span {
    color: #ff1d4d;
    font-size: 14px;
    letter-spacing: 2px
}

.int_user_text p {
    color: #555
}

.int_user_text a {
    color: #ff1d4d;
    text-transform: uppercase
}

.int_user_text a:hover {
    color: #222
}

.int_blog_form {
    padding-top: 42px
}

.int_blog_form h2 {
    font-size: 32px;
    color: #222;
    margin-bottom: 20px
}

.int_blog_form input {
    height: 52px;
    line-height: 45px;
    border: solid 1px #ebebeb;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px
}

.int_blog_form textarea {
    width: 100%;
    padding: 20px;
    border: solid 1px #ebebeb;
    margin-bottom: 22px;
    height: 172px;
    resize: none
}

.int_blog_box.int_blog_single_dark {
    margin-bottom: 0
}

.int_blog_single_dark .int_blg_post_link ul li a {
    color: #cdcdcd
}

.int_blog_single_dark .int_blog_testimonial {
    background-color: #212529
}

.int_blog_single_dark .int_social_blog_pst {
    border-top: solid 1px #3e4247;
    border-bottom: solid 1px #3e4247
}

.int_blog_single_dark .int_select_tag ul li i.fas.fa-tags {
    color: #c6a47e
}

.int_blog_single_dark .int_select_tag ul li a {
    color: #fff
}

.int_blog_single_dark .int_select_tag ul li a:hover {
    color: #c6a47e
}

.int_blog_single_dark .int_select_social ul li a {
    color: #616467
}

.int_blog_single_dark .int_select_social ul li a:hover {
    color: #c6a47e
}

.int_blog_single_dark .int_auther_box {
    background-color: #c6a47f
}

.int_blog_single_dark .int_auther_content span {
    color: #c6a47f
}

.int_blog_single_dark .int_blog_comment_box h1 {
    color: #fff
}

.int_blog_single_dark .int_blog_comment_box ul li:after {
    background-color: #3e4247
}

.int_blog_single_dark .int_user_text h5 {
    color: #fff
}

.int_blog_single_dark .int_user_text span {
    color: #c6a47f
}

.int_blog_single_dark .int_user_text p {
    color: #cdcdcd
}

.int_blog_single_dark .int_user_text svg path {
    fill: #c6a47f
}

.int_blog_single_dark .int_user_text a {
    color: #c6a47f
}

.int_blog_single_dark .int_user_text a:hover {
    color: #fff
}

.int_blog_single_dark .int_blog_form h2 {
    color: #fff
}

.int_blog_single_dark .int_blog_form input,
.int_blog_single_dark .int_blog_form textarea {
    border: solid 1px #3e4247;
    background-color: transparent;
    color: #fff
}

.int_blog_single_dark .int_blog_form input::placeholder,
.int_blog_single_dark .int_blog_form textarea::placeholder {
    color: #cdcdcd
}

.int_product_sidebar .int_sidebar_box h4:after {
    width: 255px
}

.int_product_sidebar .int_search_btn input {
    width: 195px
}

.range_slider {
    display: inline-block;
    width: 100%
}

.price_range {
    margin: 0 0 20px
}

.range_slider .ui-widget.ui-widget-content {
    height: 3px;
    border: solid 1px #f1f1f1;
    background: #f1f1f1;
    border-radius: 3px
}

.range_slider .ui-slider .ui-slider-range {
    background-color: #ff1d4d;
    height: 3px
}

.range_slider .ui-state-default {
    border: 1px solid #ff1d4d;
    background: #ff1d4d;
    outline: 0;
    border-radius: 50%;
    top: -5px;
    cursor: pointer;
    width: 10px;
    height: 10px
}

.range_slider .ui-slider-horizontal .ui-slider-range {
    top: -1px
}

.price_range p {
    margin: 0;
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    font-weight: 600
}

.int_blog_category.int_product_white {
    padding: 61px 0 80px
}

.product_list_filter {
    margin-bottom: 15px
}

.product_list_filter>ul>li {
    display: inline-block;
    width: 33%;
    text-align: left;
    color: #222;
    font-size: 18px;
    text-transform: capitalize;
    position: relative
}

.product_list_filter>ul>li:nth-child(2):after {
    left: auto;
    right: 45px
}

.product_list_filter>ul>li:first-child {
    text-align: left
}

.product_list_filter>ul>li:last-child {
    text-align: right
}

.product_list_filter ul.list_view_toggle>li {
    display: inline-block;
    margin-right: 10px
}

.product_list_filter>ul>li .nice-select {
    border: none;
    margin: 0 auto;
    float: none;
    display: inline;
    font-size: 18px
}

.nice-select {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    width: 100%
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #ebebeb
}

.nice-select .list {
    margin-top: 15px
}

.product_list_filter>ul>li .nice-select:after {
    width: 7px;
    height: 7px;
    border-color: #ff1d4d
}

.product_list_filter>ul>li .nice-select .option {
    font-size: 16px
}

.product_list_filter>ul>li .nice-select .option.selected {
    font-weight: 600;
    background-color: #f5f5f5
}

.product_list_filter .nice-select .list {
    left: 18px
}

.product_list_filter .nice-select {
    background-color: transparent
}

.list_view_toggle>li>a {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 19px
}

.list_view_toggle>li>a.active>svg path {
    fill: #ff1d4d
}

.int_product_listbar.int_product_style4 {
    text-align: center;
    padding-bottom: 10px
}

.int_product_listbar>ul>li {
    display: inline-block;
    width: 33%
}

.int_product_listbar .product_ovr_links {
    background-color: #ff1d4d
}

.int_product_listbar .product_item_block .content_block {
    position: relative;
    padding: 32px 30px 0;
    display: none;
    text-align: left
}

.int_product_listbar.product_list_view .product_item_block .content_block {
    display: block
}

.product_list_view .product_text_rs {
    display: none
}

.product_list_view.int_product_listbar ul li .org_product_block a {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    position: relative;
    top: unset;
    left: unset
}

.content_block .product_price_box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.content_block .product_price_box>h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px
}

.content_block .product_price_box>h5 {
    font-size: 26px;
    color: #222;
    text-transform: capitalize;
    font-weight: 700
}

.content_block .product_price_box>h5>span {
    font-size: 20px
}

.content_block>p {
    margin-bottom: 20px;
    color: #555
}

.content_block>.rating_section {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.content_block>.rating_section span {
    color: #ff1d4d;
    margin-right: 10px
}

.content_block>.rating_section>ul>li {
    display: inline-block
}

.content_block>.rating_section>ul>li>a {
    color: #7c7c7c
}

.content_block>.rating_section>ul>li>a.active {
    color: #ff1d4d
}

.content_block>.rating_section {
    margin-bottom: 10px
}

.content_block>.rating_section>p {
    margin: 0;
    text-transform: capitalize;
    margin-left: 10px;
    color: #555
}

.content_block>.product_code {
    margin-bottom: 15px
}

.content_block>.product_code>li {
    display: inline-block;
    padding: 0 10px;
    position: relative
}

.content_block>.product_code>li:first-child {
    padding-left: 0
}

.content_block>.product_code>li:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #222
}

.content_block>.product_code>li>p {
    margin: 0;
    text-transform: capitalize;
    color: #555
}

.content_block>.product_code>li>p span {
    color: #ff1d4d
}

.int_product_listbar.product_list_view>ul>li {
    width: 100%
}

.int_product_listbar.product_list_view>ul>li>.product_item_block {
    display: flex;
    margin-bottom: 30px
}

.int_product_listbar.product_list_view .product_item_block .product_grid {
    box-shadow: none;
    margin-bottom: 0
}

.int_product_listbar.product_list_view .product_item_block .product_grid:hover {
    box-shadow: none;
    margin: 0
}

.product_list_view.int_product_style4 .product_item:hover {
    box-shadow: none
}

.int_blog_dark_version.int_product_dark {
    padding: 65px 0 80px;
    background-color: #282d32;
    position: relative;
    z-index: 2
}

.int_blog_sidebar.int_product_sidebar {
    margin-top: 15px
}

.int_product_dark .price_range p {
    color: #fff
}

.int_product_dark .range_slider .ui-widget.ui-widget-content {
    border: solid 1px #53575b;
    background: #53575b
}

.int_product_dark .range_slider .ui-state-default {
    border: 1px solid #c6a47e;
    background: #c6a47e
}

.int_product_dark .range_slider .ui-slider .ui-slider-range {
    background-color: #c6a47e
}

.int_product_dark .int_checkbox>label {
    color: #fff
}

.int_product_dark .int_checkbox>input:checked~label {
    color: #c6a47e
}

.int_product_dark .int_checkbox>input:checked~label:before {
    background-color: #fff;
    border: solid 1px #fff
}

.int_product_dark .int_checkbox>label:after {
    border-left: 3px solid #282d32;
    border-bottom: 3px solid #282d32
}

.int_product_dark .int_checkbox>label:before {
    border: solid 1px #fff;
    background: #fff
}

.int_product_dark span.current {
    color: #fff
}

.int_product_dark ul.list_view_toggle>li>span {
    color: #fff
}

.int_product_dark .product_list_filter>ul>li .nice-select:after {
    border-color: #c6a47e
}

.int_product_dark .list_view_toggle>li>a.active>svg path {
    fill: #c6a47e
}

.int_product_dark .product_item {
    background-color: #282d32;
    border: solid 1px #383f45
}

.int_product_dark .product_ovr_links {
    background-color: #383f45
}

.int_product_dark .product_overlay {
    background-color: #c6a47e
}

.int_product_dark .content_block .product_price_box>h3 {
    color: #fff
}

.int_product_dark .content_block .product_price_box>h5 {
    color: #fff
}

.int_product_dark .content_block>p {
    color: #fff
}

.int_product_dark .content_block>.rating_section span {
    color: #c6a47e
}

.int_product_dark .content_block>.rating_section>ul>li>a.active {
    color: #c6a47e
}

.int_product_dark .content_block>.rating_section>p {
    color: #fff
}

.int_product_dark .content_block>.product_code>li>p {
    color: #fff
}

.int_product_dark .content_block>.product_code>li>p span {
    color: #c6a47e
}

.int_product_dark .product_text_rs span {
    color: #cdcdcd
}

.int_product_dark .product_text_rs p {
    color: #c6a47e
}

.int_product_dark .int_blog_pagination,
.int_product_white .int_blog_pagination {
    margin-left: 16px
}

.int_product_single {
    padding: 80px 0 50px
}

.int_thumb_slider {
    text-align: center;
    margin-bottom: 20px
}

.int_thumb_slider .swiper-slide-active {
    border: solid 1px #ececec;
    cursor: pointer
}

.int_minithumb_slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    border: solid 1px #ff1d4d
}

.int_minithumb_slider .swiper-slide {
    border: solid 1px #ececec;
    cursor: pointer
}

.int_price_detail h1 {
    font-size: 30px;
    color: #222;
    margin-bottom: 5px
}

.int_price_detail ul {
    border-bottom: solid 1px #ececec;
    padding-bottom: 15px
}

.int_price_detail ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-transform: capitalize
}

.int_price_detail ul li:nth-child(1) {
    color: #222;
    font-size: 32px;
    font-weight: 500
}

.int_price_detail ul li:nth-child(2) {
    font-size: 24px;
    color: #b5b5b5;
    text-decoration: line-through
}

.int_price_detail ul li:nth-child(3) {
    color: #fff;
    background-color: #3cb82c;
    padding: 0 10px;
    position: relative;
    margin-right: 18px
}

.int_price_detail ul li:nth-child(3):after {
    position: absolute;
    content: "";
    border-top: solid 12px #3cb82c;
    border-right: solid 10px #3cb82c00;
    border-left: solid 10px #3cb82c;
    border-bottom: solid 12px #3cb82c
}

.int_price_detail ul li:nth-child(4) {
    font-weight: 500;
    color: #222
}

.int_price_detail ul li:nth-child(5) i.fa.fa-star.active {
    color: #fbcf00
}

.int_price_detail ul li:nth-child(5) i.fa.fa-star {
    color: #c6c6c6
}

.int_thumb_description {
    margin: 30px 0 15px
}

.int_thumb_description p {
    color: #555;
    margin-bottom: 10px
}

.int_thumb_description ul li {
    position: relative;
    font-size: 16px;
    margin-left: 15px
}

.int_thumb_description ul li:after {
    position: absolute;
    content: "";
    background: red;
    width: 5px;
    height: 5px;
    top: 10px;
    left: -15px
}

.int_thumb_description ul li span {
    color: #222;
    font-weight: 500
}

.int_color_thumb h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222
}

.int_color_thumb ul li {
    width: 20px;
    height: 20px;
    background: #f9d042;
    display: inline-block;
    border: solid 2px #f3f3f3;
    cursor: pointer
}

.int_color_thumb ul li:nth-child(2) {
    background: #f98342
}

.int_color_thumb ul li:nth-child(3) {
    background: #42aef9
}

.int_color_thumb ul li:nth-child(4) {
    background: #9442f9
}

.int_quantity_style2 {
    margin-bottom: 17px
}

.int_quantity_style2 .int_textbox_subscribe4 {
    margin-top: 13px
}

.int_quantity_style2 p {
    color: #222;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500
}

.int_quantity_style2 .int_search_wrapper a.index4_btn {
    background-color: #222;
    color: #fff;
    border-radius: 0;
    top: 0;
    right: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s
}

.int_quantity_style2 .int_search_wrapper a.index4_btn:hover {
    background: #ff1d4d
}

.int_quantity_style2 .int_search_wrapper input {
    border: solid 1px #f3f3f3;
    border-radius: 0;
    height: 50px;
    padding: 0 180px 0 15px;
    margin-bottom: 5px
}

.int_quantity_stock h5 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 25px
}

.int_quantity_stock span {
    color: #3cb82c;
    font-size: 14px
}

.int_quantity_stock ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.int_quantity_stock ul li:first-child {
    color: #222;
    font-size: 18px;
    font-weight: 500
}

.int_quantity_stock a.int_btn_two {
    background-color: #222
}

.int_quantity_stock a.int_btn_two:before {
    background-color: #ff1d4d
}

.int_quantity_stock a.svg_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border: solid 1px #f3f3f3;
    text-align: center
}

.int_quantity_stock a.svg_icon:hover {
    background-color: #ff1d4d;
    fill: #fff
}

.int_quantity_stock ul li a svg {
    width: 18px
}

.quantity_wrapper {
    width: 100px;
    display: inline-block;
    float: left
}

.quantity_wrapper>.input-group {
    background-color: #f8f8f8
}

.quantity_wrapper>.input-group>span.quantity_minus {
    font-size: 16px;
    color: #555;
    background-color: #e3e3e3;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    text-align: center
}

.quantity_wrapper>.input-group>span.quantity_plus {
    font-size: 16px;
    color: #555;
    width: 30px;
    background-color: #e3e3e3;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center
}

.quantity_wrapper>.input-group>input {
    text-align: center;
    color: #222;
    background-color: #f8f8f8;
    border: none;
    height: 50px;
    width: 70px
}

.product_detail_tab>.nav-tabs {
    border: none;
    margin-bottom: 30px
}

.int_tab_peragraph {
    border: solid 1px #f3f3f3;
    padding: 43px 50px 25px
}

.int_tab_peragraph>p {
    color: #555;
    margin-bottom: 20px
}

.int_tab_peragraph span {
    font-weight: 600
}

.product_detail_tab>ul>li {
    margin: 0 10px
}

.product_detail_tab>ul>li:first-child {
    margin-left: 0
}

.product_detail_tab>ul>li>a {
    display: inline-block;
    min-width: 130px;
    padding: 9px 10px;
    background-color: transparent;
    text-transform: capitalize;
    color: #222;
    text-align: center;
    font-size: 16px
}

.product_detail_tab>ul>li>a.active {
    color: #fff;
    font-weight: 500;
    background-color: #ff1d4d
}

.additional_info {
    width: 86%;
    position: relative
}

.additional_info>li {
    width: 50%;
    float: left;
    text-transform: capitalize;
    margin-bottom: 20px
}

.additional_info>li>span {
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-right: 10px
}

.fd_review_wrapper .review_heading {
    font-size: 20px;
    color: #222;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: capitalize
}

.fd_review_wrapper h5 {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    margin-bottom: 35px;
    text-transform: capitalize
}

.form_block {
    margin-bottom: 30px
}

.form_block .form_field {
    height: 50px;
    width: 100%;
    padding: 0 30px;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    outline: 0;
    background: 0 0;
    border-radius: 4px;
    color: #fff
}

.int_contact_white_form .form_block .form_field::placeholder {
    color: #fff
}

.form_block textarea.form_field {
    min-height: 75px;
    padding-top: 15px;
    resize: none
}

.int_product_slider_white .int_heading_style3 h4 {
    color: #ff1d4d
}

.int_product_slider_white .product_ovr_links {
    background-color: #ff1d4d
}

.int_product_slider_white .int_product_slider_box .swiper-pagination-bullet-active {
    background: #ff1d4d;
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.int_product_single.int_product_single_dark {
    background-color: #282d32
}

.int_product_single_dark .int_thumb_slider .swiper-slide-active {
    border: solid 1px #383f45
}

.int_product_single_dark .int_minithumb_slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    border: solid 1px #c6a47e
}

.int_product_single_dark .int_minithumb_slider .swiper-slide {
    border: solid 1px #383f45
}

.int_product_single_dark .int_price_detail h1 {
    color: #fff
}

.int_product_single_dark .int_price_detail ul li:nth-child(1) {
    color: #c6a47e
}

.int_product_single_dark .int_price_detail ul li:nth-child(4) {
    color: #cdcdcd
}

.int_product_single_dark .int_price_detail ul {
    border-bottom: solid 1px #383f45
}

.int_product_single_dark .int_thumb_description p {
    color: #fff
}

.int_product_single_dark .int_thumb_description ul li {
    color: #cdcdcd
}

.int_product_single_dark .int_thumb_description ul li span {
    color: #fff
}

.int_product_single_dark .int_thumb_description ul li:after {
    background: #c6a47e
}

.int_product_single_dark .int_color_thumb h5 {
    color: #fff
}

.int_product_single_dark p {
    color: #fff
}

.int_product_single_dark .int_search_wrapper input {
    border: solid 1px #515559;
    background-color: #282d32;
    color: #fff
}

.int_product_single_dark .int_search_wrapper a.index4_btn {
    background-color: #c6a47e
}

.int_product_single_dark .int_search_wrapper a.index4_btn:hover {
    background: #555
}

.int_product_single_dark .int_textbox_subscribe4 span {
    color: #cdcdcd
}

.int_product_single_dark .int_quantity_stock h5 {
    color: #fff
}

.int_product_single_dark .int_quantity_stock span {
    color: #3cb82c
}

.int_product_single_dark .int_quantity_stock ul li:first-child {
    color: #fff
}

.int_product_single_dark .quantity_wrapper>.input-group>input {
    color: #fff;
    background-color: #212529
}

.int_product_single_dark .quantity_wrapper>.input-group>span.quantity_minus {
    color: #fff;
    background-color: #15171a
}

.int_product_single_dark .quantity_wrapper>.input-group>span.quantity_plus {
    color: #fff;
    background-color: #15171a
}

.int_product_single_dark .int_quantity_stock a.int_btn_two {
    background-color: #c6a47e
}

.int_product_single_dark .int_quantity_stock a.int_btn_two:before {
    background-color: #555
}

.int_product_single_dark .int_quantity_stock a.svg_icon {
    border: solid 1px #383f45
}

.int_product_single_dark .int_quantity_stock ul li a svg {
    fill: #fff
}

.int_product_single_dark .int_quantity_stock a.svg_icon:hover {
    background-color: #c6a47e
}

.product_detail_wrapper.product_detail_wrapper_dark {
    background-color: #282d32
}

.product_detail_wrapper_dark .product_detail_tab>ul>li>a.active {
    background-color: #c6a47e
}

.product_detail_wrapper_dark .product_detail_tab>ul>li>a {
    color: #fff
}

.product_detail_wrapper_dark .int_tab_peragraph {
    border: solid 1px #383f45
}

.product_detail_wrapper_dark .int_tab_peragraph>p {
    color: #cdcdcd
}

.product_detail_wrapper_dark .int_tab_peragraph span {
    color: #fff
}

.product_detail_wrapper_dark .fd_review_wrapper .review_heading {
    color: #fff
}

.product_detail_wrapper_dark .fd_review_wrapper h5 {
    color: #fff
}

.product_detail_wrapper_dark .form_block .form_field {
    border: 1px solid #383f45;
    background-color: #282d32;
    color: #fff
}

.product_detail_wrapper_dark input.form_field::placeholder,
.product_detail_wrapper_dark textarea.form_field::placeholder {
    color: #cdcdcd
}

.product_detail_wrapper_dark .additional_info>li>span {
    color: #fff
}

.product_detail_wrapper_dark .additional_info>li {
    color: #fff
}

.int_product_slider.int_product_slider_dark {
    background-color: #282d32
}

.int_product_slider_dark .int_heading_style3 h4 {
    color: #c6a47e
}

.int_product_slider_dark .product_overlay {
    background-color: #c6a47e
}

.int_product_slider_dark .product_item {
    background-color: #282d32;
    border: solid 1px #383f45
}

.int_product_slider_dark .product_item:hover {
    background-color: #212529
}

.int_product_slider_dark .product_ovr_links {
    background-color: #2c3237
}

.int_product_slider_dark .product_text_rs p {
    color: #c6a47e
}

.int_product_slider_dark .product_text_rs span {
    color: #cdcdcd
}

.int_product_slider_dark .swiper-pagination-bullet {
    background: #c1c1c1
}

.int_product_slider_dark .swiper-pagination-bullet-active {
    background: #c6a47e;
    transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.int_product_checkout {
    padding: 80px 50px 80px
}

.int_checkout_box {
    border: solid 1px #f5f5f5;
    padding: 78px 50px 80px
}

.int_white_progress {
    padding: 0 0 0 5px
}

.int_white_progress .progress_active .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .31) 25%, #00000000 25%, #00000000 50%, rgba(255, 255, 255, .31) 50%, rgba(255, 255, 255, .31) 75%, transparent 75%, transparent)
}

.int_white_progress .progress_active .progress-bar {
    background-color: #ff1d4d
}

.int_white_progress ul li {
    display: inline-block;
    width: 33%;
    position: relative
}

.int_white_progress .progress-bar {
    background-color: #eee
}

.int_white_progress .progress {
    height: 7px;
    position: relative;
    overflow: visible
}

.int_white_progress .progress-bar-striped {
    background-image: none
}

.int_white_progress .progress-bar:after,
.int_white_progress ul li:last-child:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #ff1d4d;
    border-radius: 100%;
    top: 49%;
    left: -6px;
    transform: translate(0, -50%);
    z-index: 0
}

.int_white_progress .progress-bar:before,
.int_white_progress ul li:last-child:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 1
}

.int_white_progress ul li:last-child:before {
    left: auto;
    right: -1px;
    z-index: 1
}

.int_white_progress ul li:last-child:after {
    left: auto;
    right: 5px;
    z-index: 2
}

.int_white_progress ul li span {
    position: absolute;
    left: -35px;
    bottom: -60px;
    color: #222;
    font-size: 22px;
    text-transform: capitalize
}

.int_white_progress ul li span.pro_confirm {
    right: 0;
    left: auto
}

.int_white_progress ul li:first-child span {
    left: -5px
}

.int_debit_cart {
    margin-top: 94px
}

.int_credit_cart {
    padding: 35px 30px;
    border: solid 1px #f5f5f5;
    cursor: pointer
}

.int_credit_cart.active {
    border: solid 1px #3fad21;
    background-color: #fafff6
}

.int_credit_cart>ul {
    display: flex
}

.int_credit_cart>ul>li {
    display: inline-block;
    align-self: center
}

.int_credit_cart h4 {
    font-size: 22px;
    color: #222
}

.int_credit_cart p {
    color: #555
}

.int_credit_cart>ul>li:first-child {
    width: 35px
}

.int_credit_cart>ul>li:nth-child(2) {
    width: calc(100% - 130px)
}

.int_credit_cart>ul>li:last-child {
    width: 100px;
    text-align: right
}

.int_credit_cart>ul>li>input[type=radio] {
    position: absolute;
    left: -9999px
}

.int_credit_cart>ul>li>label {
    position: relative;
    margin: 0;
    padding-left: 25px;
    cursor: pointer
}

.int_credit_cart>ul>li>label>span {
    margin-right: 10px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #222
}

.int_credit_cart>ul>li>label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #c8c8c8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.int_credit_cart>ul>li>label:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c8c8c8;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.int_credit_cart>ul>li>input[type=radio]:checked~label:before {
    border-color: #3fad21
}

.int_credit_cart>ul>li>input[type=radio]:checked~label:after {
    background-color: #3fad21
}

.fd_review_wrapper {
    margin-top: 43px
}

.fd_review_wrapper label {
    font-size: 18px;
    color: #222
}

.int_shipping_pager {
    margin-top: 34px;
    margin-bottom: -5px
}

.int_shipping_pager ul {
    text-align: center
}

.int_shipping_pager ul li {
    display: inline-block
}

.int_shipping_pager ul li:first-child {
    color: #222;
    margin-top: 12px;
    font-weight: 500;
    float: left;
    font-size: 16px
}

.int_shipping_pager ul li a:first-child:hover {
    color: #ff1d4d
}

.int_shipping_pager ul li:last-child {
    float: right
}

.int_shipping_pager ul li a.int_btn_two:last-child:hover {
    color: #fff
}

.int_shipping_pager i.fas.fa-chevron-left {
    margin-right: 3px;
    font-size: 14px
}

.int_product_checkout.int_product_checkout_dark {
    background-color: #282d31;
    padding: 80px 50px
}

.int_product_checkout_dark .int_checkout_box {
    background-color: #212429;
    border: solid 1px #212429;
    padding: 77px 50px 79px
}

.int_product_checkout_dark .int_white_progress .progress-bar:after,
.int_product_checkout_dark .int_white_progress ul li:last-child:before {
    background: #c6a47e
}

.int_product_checkout_dark .int_white_progress .progress-bar:before,
.int_product_checkout_dark .int_white_progress ul li:last-child:after {
    background: #212429
}

.int_product_checkout_dark .int_white_progress .progress_active .progress-bar {
    background-color: #c6a47e
}

.int_product_checkout_dark .int_white_progress .progress-bar {
    background-color: #282d31
}

.int_product_checkout_dark .int_white_progress ul li span {
    color: #fff
}

.int_product_checkout_dark .int_credit_cart {
    border: solid 1px #373a3f
}

.int_credit_cart.int_credit_dark.active2 {
    border: solid 1px #c6a47e;
    background-color: #282d32
}

.int_product_checkout_dark .int_credit_cart h4 {
    color: #fff
}

.int_product_checkout_dark .int_credit_cart p {
    color: #fff
}

.int_product_checkout_dark .int_credit_cart>ul>li>input[type=radio]:checked~label:after {
    background-color: #c6a47e
}

.int_product_checkout_dark .int_credit_cart>ul>li>input[type=radio]:checked~label:before {
    border-color: #c6a47e
}

.int_product_checkout_dark .fd_review_wrapper label {
    color: #fff
}

.int_product_checkout_dark .form_block .form_field {
    border: 1px solid #373a3f;
    background-color: #212429;
    color: #fff
}

.int_product_checkout_dark .form_block input.form_field::placeholder {
    color: #cdcdcd
}

.int_product_checkout_dark .int_shipping_pager ul li a:first-child {
    color: #fff
}

.int_product_checkout_dark .int_shipping_pager ul li a:first-child:hover {
    color: #c6a47e
}

.int_product_checkout_dark .int_shipping_pager ul li a.int_btn:last-child:hover {
    color: #fff
}

.int_checkout_table .table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    text-transform: capitalize;
    color: #707070;
    font-size: 18px
}

.int_checkout_table .table td {
    vertical-align: middle;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

.int_checkout_table a {
    background-color: #ebebeb;
    display: inline-block;
    border-radius: 40px;
    padding: 3px 11px
}

.int_checkout_table img {
    border: solid 1px #f1f1f1;
    width: 78px;
    margin-right: 13px
}

.int_checkout_table span {
    font-size: 20px;
    color: #222
}

.int_checkout_table h4 {
    font-size: 20px;
    color: #222;
    font-weight: 400
}

.int_table_quantity .quantity_wrapper {
    display: flex;
    align-items: center
}

.quantity_qty span {
    margin-left: 35px;
    margin-right: 10px;
    font-size: 16px
}

.int_table_quantity .quantity_wrapper>.input-group {
    border-radius: 20px;
    background-color: #f4f4f4
}

.int_table_quantity .quantity_wrapper>.input-group>span {
    height: 30px;
    width: 33%;
    line-height: 30px;
    position: relative;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    background-color: #f4f4f4;
    cursor: pointer;
    border-radius: 20px
}

.int_table_quantity .quantity_wrapper>.input-group>input {
    max-width: 33%;
    color: #222;
    border: none;
    background-color: #f4f4f4;
    height: 30px;
    width: 90px
}

.int_table_quantity .quantity_wrapper>.input-group>span.quantity_minus:after,
.int_table_quantity .quantity_wrapper>.input-group>span.quantity_plus:before {
    position: absolute;
    width: 1px;
    height: 22px;
    background-color: #ebebeb;
    top: 50%;
    right: 0;
    content: "";
    margin-top: -11px
}

.int_table_quantity .quantity_wrapper>.input-group>span.quantity_plus:before {
    left: 0;
    right: auto
}

.int_shipping_pager input {
    width: 300px
}

.int_shipping_flex {
    width: 100%;
    float: left;
    padding-bottom: 11px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 25px
}

.int_shipping_flex.int_shipping10 {
    border-bottom: none
}

.int_shipping_flex.int_shipping04 {
    border: 1px solid #f5f5f5;
    padding: 30px
}

.int_shipping_add {
    width: 70%;
    float: left
}

.int_shipping_add h4 {
    font-size: 22px;
    color: #222
}

.int_shipping_add h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px
}

.int_shipping04 .int_shipping_add h5 {
    margin-top: 17px;
    margin-right: 10px
}

.int_shipping_edit {
    width: 30%;
    float: left;
    text-align: right
}

.int_shipping_edit a {
    color: #007bff;
    text-transform: capitalize;
    font-size: 16px
}

.int_shipping_pager h4 {
    margin-top: 11px;
    color: #222
}

.fd_review_wrapper.fd_review_delivery {
    padding: 42px 0 16px;
    margin-top: 43px
}

.fd_review_delivery .nice-select {
    border-radius: 0;
    border: solid 1px #ebebeb
}

.fd_review_delivery .nice-select .list {
    border-radius: 0
}

.fd_review_delivery h4.border_btm_input {
    border-bottom: solid 1px #f5f5f5;
    margin-bottom: 30px;
    padding-bottom: 13px;
    color: #222
}

.clear_fix {
    clear: both
}

.int_product_checkout_dark .int_shipping_add h4 {
    color: #fff
}

.int_product_checkout_dark .int_shipping_edit a {
    color: #c6a47e
}

.int_product_checkout_dark .int_shipping_flex {
    border-bottom: 1px solid #373a3f
}

.int_shipping_flex.int_shipping10.int_shipping_border {
    border-bottom: none
}

.int_product_checkout_dark .int_shipping_add h5 {
    color: #ebebeb
}

.int_product_checkout_dark .int_shipping_flex.int_shipping04 {
    border: 1px solid #373a3f
}

.int_product_checkout_dark .int_checkout_table .table thead th {
    border-bottom: 1px solid #373a3f;
    border-top: 1px solid #373a3f;
    color: #ebebeb
}

.int_product_checkout_dark .int_checkout_table .table td {
    border-top: 1px solid #373a3f;
    border-bottom: 1px solid #373a3f;
    width: auto
}

.int_product_checkout_dark .int_checkout_table a {
    background-color: #373a3f
}

.int_product_checkout_dark .int_checkout_table img {
    border: solid 1px #373a3f
}

.int_product_checkout_dark .int_checkout_table span {
    color: #fff
}

.int_product_checkout_dark .int_checkout_table h4 {
    color: #fff
}

.int_product_checkout_dark .int_shipping_pager h4 {
    color: #fff
}

.int_product_checkout_dark .int_shipping_pager ul li:last-child {
    margin-right: 30px
}

.int_product_checkout_dark .int_search_wrapper input {
    border: solid 1px #373a3f;
    background-color: #282d31;
    color: #fff
}

.int_product_checkout .int_search_wrapper input {
    padding: 0 20px
}

.int_product_checkout_dark .int_search_wrapper a.index4_btn {
    background-color: #c6a47e
}

.int_product_checkout_dark .int_search_wrapper a.index4_btn:hover {
    background-color: #555
}

.int_product_checkout_dark .int_search_wrapper a.index4_btn:before {
    background: #555
}

.int_product_checkout_dark .quantity_wrapper>.input-group {
    background-color: #373a3f
}

.int_product_checkout_dark .quantity_wrapper>.input-group>span {
    color: #fff;
    background-color: #373a3f
}

.int_product_checkout_dark .quantity_wrapper>.input-group>input {
    color: #fff;
    background-color: #373a3f
}

.int_product_checkout_dark .quantity_wrapper>.input-group>span.quantity_minus:after,
.int_product_checkout_dark .quantity_wrapper>.input-group>span.quantity_plus:before {
    background-color: rgba(235, 235, 235, .14)
}

.int_product_checkout_dark .fd_review_delivery h4.border_btm_input {
    border-bottom: solid 1px #373a3f;
    color: #fff
}

.int_product_checkout_dark .fd_review_delivery .nice-select {
    border: solid 1px #373a3f;
    background-color: #212429;
    color: #fff
}

.int_product_checkout_dark .fd_review_delivery .nice-select .list {
    background-color: #282d31;
    color: #c6a47e
}

.int_darkab_service_section.int_contact_detail {
    padding: 80px 0 50px
}

.int_contact_dark_form {
    background-color: #282d32
}

.int_contact_dark_form .int_contact_white_form {
    background-color: #212529
}

.int_map_wrapper {
    display: grid
}

.int_map_wrapper iframe {
    width: 100%
}

.int_contact_dark_form .int_contact_white_form h1 {
    color: #fff
}

.int_contact_dark_form .form_block .form_field {
    border: 1px solid #383b3f;
    background-color: #212529;
    color: #fff
}

.int_contact_dark_form .form_block input.form_field::placeholder {
    color: #cdcdcd
}

.int_contact_dark_form .form_block textarea.form_field::placeholder {
    color: #cdcdcd
}

.int_contact_form_box {
    padding-bottom: 80px
}

.int_aboutus_service_section.int_contact_detail {
    padding: 80px 0 18px
}

.int_contact_detail .int_service_box2 {
    padding: 42px 30px
}

.int_contact_detail .int_service_box2 h4 {
    margin-bottom: 10px
}

.int_contact_detail .int_service_box2 p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0
}

.int_contact_white_form {
    height: auto;
    background-color: #014a5d;
    box-shadow: 0 0 20px 0 rgba(1, 1, 1, .1);
    padding: 30px 40px 30px;
    position: relative
}

.int_contact_white_form h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #fff
}

.int_error_white {
    padding: 80px 0;
    text-align: center
}

.int_error_four h1 {
    margin-top: 50px;
    font-size: 50px;
    font-weight: 600;
    color: #222
}

.int_error_four p {
    color: #555;
    font-size: 24px;
    margin: 0 0 16px
}

.int_error_dark {
    background-color: #282d32
}

.int_error_dark .int_error_four h1 {
    color: #fff
}

.int_error_dark .int_error_four p {
    color: #cdcdcd
}

.int_profile_white {
    padding: 80px 0
}

.int_profile_edit {
    padding: 50px;
    box-shadow: 0 0 20px 0 rgba(1, 1, 1, .1);
    margin-top: 110px
}

.int_profile_img {
    text-align: center;
    position: relative;
    margin-top: -160px;
    z-index: 11;
    padding-bottom: 50px
}

.int_profile_img img {
    border-radius: 100%;
    width: 170px;
    height: 170px
}

.int_profile_img input[type=file] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
}

.int_profile_img span {
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff1d4d;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.int_basic_edit {
    position: relative;
    margin-bottom: 10px
}

.int_basic_edit:after {
    position: absolute;
    content: "";
    border-bottom: solid 1px #ebebeb;
    width: 100%;
    bottom: 20px
}

.int_basic_edit h3 {
    font-size: 24px;
    color: #222
}

.int_basic_edit a {
    color: #ff1d4d;
    text-transform: capitalize
}

.int_basic_edit a:hover {
    color: #222
}

.int_basic_edit a i {
    margin-right: 5px
}

.int_profile_white.int_profile_dark {
    background-color: #282d32
}

.int_profile_dark .int_basic_edit:after {
    border-bottom: solid 1px #383b3f
}

.int_profile_dark .int_profile_edit {
    background-color: #212529
}

.int_profile_dark .int_profile_img span {
    background-color: #c6a47e
}

.int_profile_dark .int_basic_edit a {
    color: #c6a47e
}

.int_profile_dark .int_basic_edit a:hover {
    color: #fff
}

.int_profile_dark .int_basic_edit h3 {
    color: #fff
}

.int_profile_dark .form_block .form_field {
    border: 1px solid #383b3f;
    background-color: #212529;
    color: #fff
}

.int_profile_dark .form_block input.form_field::placeholder {
    color: #cdcdcd
}

.hover-fold {
    background: #e8c63d;
    border: 5px #fff solid;
    height: 310px;
    margin: 10px auto;
    -moz-perspective: 1500;
    -webkit-perspective: 1500;
    perspective: 1500;
    position: relative;
    width: 410px
}

.hover-fold h2 {
    border-bottom: 1px solid #333;
    margin: 0 40px;
    padding: 110px 0 2px
}

.hover-fold .top {
    height: 50%;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.hover-fold .top .face {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.hover-fold:hover .top {
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.hover-fold .front {
    background: url(http://www.creativemaxstudios.net/notfound.html);
    height: 100%;
    width: 100%
}

.hover-fold .back {
    background: #e8c63d;
    height: 100%;
    padding: 0 40px;
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    width: 100%
}

.hover-fold .back p {
    margin: 0
}

.hover-fold .bottom {
    background: url(http://www.creativemaxstudios.net/notfound.html) bottom;
    height: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0
}

.int_srbox3_circle::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 2px;
    border-bottom: 2px solid #bfbcbc;
    right: -42px;
    top: 45px
}

.facilities-before::before {
    content: "";
    position: absolute;
    height: 89px;
    width: 2px;
    border-right: 2px solid #bfbcbc;
    left: -1px;
    top: 20px
}

.banner-section {
    position: relative;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-section::before {
    content: "";
    position: absolute;
    width: 57px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.top-wapper {
    position: relative;
    height: 100vh
}

.watsapp-icon {
    position: absolute;
    top: 13px;
    z-index: 999;
    right: 13px;
    width: 85px;
    display: none
}

.appointments {
    font-weight: 500;
    position: absolute;
    right: 138px;
    top: -10px;
    z-index: 99;
    background: #1b437b;
    color: #fff;
    padding: 9px 19px;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    transform: inherit
}

a.appointments:hover {
    color: #fff
}

.header_fixed .appointments {
    top: -22px
}

.app-icon {
    display: inline-block;
    background: #02052f;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 34px;
    margin-right: 8px;
    margin-left: -10px;
    display: none
}

.appointments span {
    display: inline-block
}

a.wahtsapp {
    position: absolute;
    top: -10px;
    z-index: 99;
    right: 330px;
    background: #30ad56;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 33px
}

.header_fixed a.wahtsapp {
    top: -20px
}

@media (max-width:1800px) {
    .int_deal_text3 {
        padding: 60px 20px 30px
    }
}

@media (max-width:1600px) {
    .int_header_wrapper.int_header_style1 {
        padding: 0 6px 0 0
    }
    .int_header_wrapper.int_header_style2 {
        padding: 0 5px 0 0
    }
    .int_header_style2 .int_logo,
    .int_header_style3 .int_logo,
    .int_header_style4 .int_logo,
    .int_header_wrapper .int_logo {
        margin-left: 0
    }
    .banner_box_wrapper .swiper_imgbox {
        margin: 40px 0 0;
        padding: 0 15px 0 0
    }
    .swiper_imgbox .swipper_img>h4>span {
        font-size: 100px
    }
    .swiper_imgbox .swipper_img>h2 {
        font-size: 60px
    }
    .swiper_imgbox .swipper_img>h1 {
        font-size: 100px;
        margin-top: 30px;
        margin-left: -5px
    }
    .swiper_imgbox .swipper_img>h3 {
        font-size: 58px
    }
    .banner_box_wrapper .banner_navi {
        left: 70px
    }
    .int_about_page_title {
        padding: 70px 0
    }
    .int_infosidebar.int_infosidebar_style2 {
        top: 180px
    }
    .swiper_content_style2 h1 {
        font-size: 30px
    }
    .swiper_content_mini {
        width: 750px;
        padding: 26px 40px 30px
    }
    .int_deal_text3 h1 {
        width: auto;
        margin-bottom: 0
    }
    .int_deal_text3 p {
        margin-bottom: 10px
    }
    .index3_timer {
        margin: 22px 0
    }
    .int_shop_btntext h4 {
        font-size: 22px
    }
    .int_profile_open {
        top: 34px
    }
    .int_index3_slider_style3 .int_banner_content {
        width: 60%
    }
    .team_navigation {
        display: none
    }
}

@media (max-width:1399px) {
    .swiper_imgbox .swipper_img>h1 {
        font-size: 68px
    }
    .swiper_imgbox .swipper_img>h4>span {
        font-size: 80px
    }
    .int_infosidebar.int_infosidebar_style2 {
        top: 120px
    }
    .int_infosidebar_style2.int_infosidebar {
        height: 440px
    }
    .int_project_gallery .grid-item:hover .top_content {
        top: 15px;
        right: 0;
        left: 0;
        font-size: 16px
    }
    .int_project_gallery .grid-item:hover .bottom_content>h3 {
        font-size: 22px
    }
    .int_deal_text3 {
        padding: 0 20px 0 0
    }
    .int_banner_slider4 p {
        width: 500px
    }
    .int_banner_slider4 h1 {
        font-size: 60px
    }
    .int_project_gallery .top_content {
        right: 0;
        left: 0
    }
}

@media (max-width:1199px) {
    .int_header_wrapper {
        padding: 0 20px 30px 0
    }
    .int_header_wrapper.int_header_style1 {
        padding: 0 20px 30px 0
    }
    .int_header_wrapper.int_header_style2 {
        padding: 0 20px 30px 0
    }
    .banner_box_wrapper .swiper_imgbox {
        margin: 0;
        padding: 0
    }
    .int_infosidebar .siderbar_contact>a,
    .int_infosidebar .siderbar_email>a {
        font-size: 13px
    }
    .swiper_imgbox .swipper_img>h4>span {
        display: none
    }
    .swiper_imgbox .swipper_img>h2 {
        font-size: 40px
    }
    .swiper_imgbox .swipper_img>h3 {
        font-size: 40px
    }
    .int_nav .int_menu {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        background: #34393f;
        bottom: 0;
        height: 100%;
        z-index: 99;
        transition: .6s;
        -webkit-transition: .6s;
        -ms-transition: .6s;
        -moz-transition: .6s;
        -o-transition: .6s;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 80px
    }
    .int_nav .int_menu>ul>li {
        display: block;
        text-align: left;
        padding: 0;
        border-bottom: solid 1px #ffffff17;
        cursor: pointer
    }
    .int_nav .int_menu>ul>li:after {
        display: none
    }
    .int_cartsec {
        margin-top: 38px
    }
    .int_toggle {
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        position: absolute;
        right: 19px;
        top: 20px
    }
    .int_toggle span {
        width: 20px;
        height: 2px;
        background: #3d8e42;
        display: block;
        margin-bottom: 4px;
        transition: .3s all;
        border-radius: 30px
    }
    .int_nav .int_menu.int_menu_open {
        left: 0
    }
    .int_header_style2 .int_toggle span {
        background: #222
    }
    .int_header_style2 .int_nav .int_menu {
        background: #222
    }
    .int_header_style2 .int_nav .int_menu>ul>li {
        border-bottom: solid 1px #ffffff24
    }
    .int_header_style2 .int_nav .int_menu>ul>li>a {
        color: #fff
    }
    .int_header_style4 .int_toggle span {
        background: #222
    }
    .int_header_style4 .int_nav .int_menu {
        background: #222
    }
    .int_header_style4 .int_nav .int_menu>ul>li>a {
        color: #fff
    }
    .int_header_style3 .int_nav .int_menu {
        background: #262941
    }
    .int_menu::-webkit-scrollbar {
        width: 5px
    }
    .int_menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px
    }
    .int_menu::-webkit-scrollbar-thumb {
        background: #448b4b;
        border-radius: 10px
    }
    .int_header_style2 .int_menu.int_menu_open:after {
        background-image: url(../images/index2_logo_white.png)
    }
    .int_header_style2 .int_nav .int_menu>ul>li.int_home_dropdown>ul {
        background-color: #222
    }
    .int_header_style2 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a {
        color: #fff;
        border-bottom: 1px solid #414141
    }
    .int_header_style2 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li:last-child>a {
        border-bottom: none
    }
    .int_header_style2 li.int_home_dropdown:before {
        color: #fff
    }
    .int_header_style2 .int_menu::-webkit-scrollbar-thumb {
        background: #ff1d4d
    }
    .int_header_style3 .int_menu.int_menu_open:after {
        background-image: url(http://www.creativemaxstudios.net/notfound.html)
    }
    .int_header_style3 .int_nav .int_menu>ul>li.int_home_dropdown>ul {
        background-color: #262941
    }
    .int_header_style3 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a {
        color: #fff;
        border-bottom: 1px solid #414141
    }
    .int_header_style3 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li:last-child>a {
        border-bottom: none
    }
    .int_header_style3 li.int_home_dropdown:before {
        color: #fff
    }
    .int_header_style3 .int_menu::-webkit-scrollbar-thumb {
        background: #ff9d34
    }
    .int_header_style4 .int_menu.int_menu_open:after {
        background-image: url(http://www.creativemaxstudios.net/notfound.html)
    }
    .int_header_style4 .int_nav .int_menu>ul>li.int_home_dropdown>ul {
        background-color: #222
    }
    .int_header_style4 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a {
        color: #fff;
        border-bottom: 1px solid #414141
    }
    .int_header_style4 .int_nav .int_menu>ul>li.int_home_dropdown>ul>li:last-child>a {
        border-bottom: none
    }
    .int_header_style4 li.int_home_dropdown:before {
        color: #fff
    }
    .int_header_style4 .int_menu::-webkit-scrollbar-thumb {
        background: #ff9d34
    }
    .int_footer_wrapper.int_footer_style3 {
        background-color: #151727
    }
    .int_insta_post ul li {
        width: auto;
        display: inline-block;
        margin-bottom: -4px;
        float: none
    }
    .int_insta_box {
        padding: 0 0 76px
    }
    .int_footer_style3 ul li a {
        margin-right: 5px
    }
    .swiper_content_mini {
        width: 750px;
        padding: 26px 30px 30px
    }
    .int_infosidebar.int_infosidebar_style2 {
        top: 100px
    }
    .int_infosidebar .siderbar_social>ul>li {
        margin-bottom: 4px
    }
    .about_img .child_imgbox:after {
        display: none
    }
    .int_about_wrapper {
        padding-bottom: 80px
    }
    .about_imgbox .about_img .child_imgbox {
        position: absolute;
        bottom: 48px;
        left: 0
    }
    .process_box_wrapper .process_box:after {
        display: none
    }
    .process_circle:after {
        display: none
    }
    .int_progresbar_wrapper .progress_rightbox {
        padding: 70px 30px 40px
    }
    .int_map_wrapper iframe {
        height: 300px
    }
    .int_header_wrapper.int_header_style4 {
        padding: 0 20px 10px 20px
    }
    .int_video_section_style2.int_dark_video_section.int_progresbar_wrapper {
        padding: 80px 0
    }
    .int_dark_client_section .int_client_logo_section_style2 {
        margin-top: 0
    }
    .int_client_logo_section_style2 {
        margin-top: 80px
    }
    .int_blog_post_slider .swiper-button-next,
    .int_blog_post_slider .swiper-button-prev {
        display: none
    }
    .int_sidebar_box h4:after {
        display: none
    }
    .int_search_btn input {
        width: 230px
    }
    .int_select_tag ul li a {
        margin-right: 4px
    }
    .int_product_sidebar .int_search_btn input {
        width: 72%
    }
    .product_item {
        width: 220px;
        height: 300px
    }
    .product_list_filter>ul>li:last-child {
        text-align: center
    }
    .product_list_filter ul.list_view_toggle>li {
        margin-left: 0
    }
    .int_product_listbar .product_item_block .content_block {
        padding: 0 30px 0
    }
    .product_list_filter>ul>li {
        font-size: 16px
    }
    .product_list_filter>ul>li .nice-select {
        font-size: 16px;
        padding-left: 10px
    }
    .int_quantity_stock ul li {
        margin-bottom: 15px
    }
    .int_checkout_box {
        padding: 48px 20px 50px
    }
    .int_product_checkout_dark .int_checkout_box {
        padding: 48px 20px 50px
    }
    .int_contact_white_form {
        margin: 70px auto 0
    }
    .int_video_section_style2.int_dark_video_section,
    .int_video_section_style2.int_progresbar_wrapper {
        padding: 80px 0
    }
    .int_about2_imgbox h1 {
        display: none
    }
    .int_about_style2 .about_contentbox {
        padding: 0 30px 30px
    }
    .about_img_three,
    .about_img_two {
        display: none
    }
    .int_about_section2 .about_contentbox {
        padding: 77px 30px 80px
    }
    .int_different_section .about_contentbox {
        padding: 0 0 0 15px
    }
    .team2_box_two h3 {
        margin: 0 0 20px;
        width: 440px
    }
    .int_team2_slider_arrow .swiper-button-prev {
        left: 85%
    }
    .int_team2_slider_arrow .swiper-button-next,
    .int_team2_slider_arrow .swiper-button-prev {
        margin-top: -45px
    }
    .int_testimonial_slide2 {
        margin: 75px 0 0
    }
    .int_content_img {
        margin-right: 20px
    }
    .int_content_text2 p {
        margin: 10px 0 10px
    }
    .int_testimonial_slide2 .int_team2_slider_arrow .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 89%
    }
    .int_counter_style2 {
        padding: 80px 0 70px;
        margin-top: 80px
    }
    .int_index3_slider_style3 {
        padding: 200px 35px 150px
    }
    .int_banner_content h1 {
        font-size: 42px
    }
    .int_header_wrapper.int_header_style3 {
        padding: 0 20px 10px 20px
    }
    .int_shop_main {
        padding: 0 30px 0
    }
    .int_shop_btntext {
        margin-top: 120px
    }
    .int_shop_center {
        padding: 41px 30px
    }
    .int_shop_center .int_shop_btntext {
        margin-top: 80px
    }
    .int_shop_right {
        padding: 40px 30px
    }
    .int_shop_right .int_shop_btntext {
        margin-top: 80px
    }
    .int_shop_btntext h4 {
        font-size: 18px
    }
    .int_index4_slider_style4 {
        padding: 120px 20px 80px
    }
    .int_banner_content.int_banner_slider4 {
        margin-top: 150px
    }
    .int_banner_shape {
        display: none
    }
    .int_testimonial_style4 .swi_contentbox {
        max-width: 930px
    }
    .int_user_four {
        top: -50px;
        left: -10px
    }
    .int_username_four {
        left: 110px;
        width: 240px
    }
    .int_profile_open {
        top: 23px
    }
    .int_menu.int_menu_open>ul>li.int_home_dropdown>ul {
        position: unset;
        width: 100%;
        transform: translate(0, 10px);
        height: 0;
        background-color: initial;
        transition: .3s ease-in-out;
        box-shadow: 0 0 1px 0 #cdcdcd
    }
    .int_nav .int_menu>ul>li.int_home_dropdown:hover>ul {
        transform: initial;
        opacity: 0;
        visibility: hidden
    }
    .int_menu.int_menu_open>ul>li.int_home_dropdown.int_hr_menu>ul {
        height: 100%;
        opacity: 1;
        visibility: visible;
        transform: translate(0);
        transition: .3s
    }
    .int_nav .int_menu>ul>li>a {
        padding: 13px 20px 12px;
        color: #fff
    }
    .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a {
        padding: 14px 0 15px 40px;
        cursor: pointer
    }
    .int_nav .int_menu>ul>li.int_home_dropdown>ul>li>a:hover {
        padding-left: 40px
    }
    .int_nav .int_menu>ul>li.int_home_dropdown>ul>li:first-child a {
        padding-top: 16px
    }
    span.close_menu_int {
        background-color: #44494e;
        display: inline-block;
        border-radius: 40px;
        padding: 3px 11px;
        position: absolute;
        top: 29px;
        right: 20px;
        z-index: 5;
        cursor: pointer
    }
    .int_menu.int_menu_open:after {
        position: absolute;
        content: '';
        top: -1px;
        left: 20px;
        background-image: none;
        width: -webkit-fill-available;
        height: 90px;
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 60%
    }
    span.close_menu_int:after {
        position: absolute;
        content: '';
        border-left: 1px solid #5b5e60;
        width: 2px;
        height: 25px;
        left: -14px;
        top: 4px
    }
    li.int_home_dropdown:before {
        position: absolute;
        right: 30px;
        top: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        font-size: 15px;
        color: #fff
    }
    .int_footer_style4 ul li a {
        margin-right: 5px
    }
    .int_blog_category.int_product_white {
        padding: 61px 0 34px
    }
    .int_blog_dark_version.int_product_dark {
        padding: 65px 0 34px
    }
    .int_banner_slider4 p {
        width: 400px
    }
    .int_product_dark .int_blog_pagination,
    .int_product_white .int_blog_pagination {
        margin-left: 25px
    }
    .footer_box>p {
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    .about_box_wrapper .col-lg-6.col-md-12.p-0 {
        display: none
    }
    .int_header_wrapper.int_header_style2 {
        padding: 0 20px 30px 0
    }
    .int_content_wraapper.int_content_left {
        margin-left: 20px
    }
    .main_contentblock {
        padding: 20px 0 100px
    }
    .int_categories_box_section .int_project_gallery .bottom_content>h3 {
        display: none
    }
    .int_content_wraapper.int_contentw_left {
        margin-left: 0
    }
    .int_contentw_left .int_logo {
        padding-top: 30px;
        padding-left: 35px
    }
    .int_header_style3 .int_logo {
        padding-left: 0
    }
    .service_box_wrapper {
        text-align: center
    }
    .service_img img {
        width: 100%
    }
    .int_project_gallery .grid-item {
        width: 50%
    }
    .int_categories_box_section .grid-item {
        width: auto
    }
    .service_box_wrapper .service_box.serivce_first {
        margin-top: 0
    }
    .process_box_wrapper .process_box {
        margin-bottom: 57px
    }
    .int_process_wrapper {
        padding: 77px 0 18px 0
    }
    .int_progresbar_wrapper {
        background-image: none
    }
    .int_different_section .about_contentbox {
        padding: 0
    }
    .int_different_section .swiper-button-next,
    .int_different_section .swiper-button-prev {
        display: none
    }
    .int_about_section2 .about_contentbox {
        padding: 77px 15px 80px
    }
    .int_progresbar_wrapper .progress_leftbox .video_icon {
        top: 260px
    }
    .int_progresbar_wrapper .progress_rightbox {
        padding: 220px 50px 40px 30px;
        text-align: center
    }
    .int_prog_box {
        text-align: left
    }
    .int_prog_box .progress_bar .label {
        right: 0;
        top: -40px
    }
    .int_prog_box .progress_bar .line {
        width: 100%
    }
    .int_heading span {
        font-size: 60px;
        top: -5px
    }
    .testimonial_box_wrapper .gallery-thumbs .swiper-slide-thumb-active .swi_user img {
        width: 70px;
        height: auto
    }
    .int_project_gallery .grid-item:hover .top_content {
        top: 30px;
        right: 0;
        left: 0;
        font-size: 20px
    }
    .int_project_gallery .grid-item:hover .bottom_content>h3 {
        font-size: 22px
    }
    .int_project_gallery .bottom_content>span {
        display: block
    }
    .blog_box .blog_heading {
        font-size: 20px
    }
    .int_footer_wrapper {
        padding: 80px 0 29px 0
    }
    .footer_box {
        margin-bottom: 40px
    }
    .int_banner_content.int_banner_slider4 {
        margin-top: 60px
    }
    .banner_box_wrapper .banner_navi {
        left: 70px;
        bottom: -8px
    }
    .swiper_imgbox .swipper_img>h4 {
        font-size: 12px
    }
    .swiper_imgbox .swipper_img>h1 {
        display: none
    }
    .swiper_imgbox .swipper_img>h2 {
        font-size: 30px
    }
    .swiper_imgbox .swipper_img>h3 {
        font-size: 30px
    }
    .int_blog_category {
        padding: 80px 0 34px
    }
    .int_blog_post img {
        width: 100%
    }
    .int_blog_sidebar {
        margin-top: 76px
    }
    .int_blog_insta_post ul {
        column-count: inherit;
        padding-bottom: 8px
    }
    .int_blog_insta_post ul li {
        display: inline-block
    }
    .int_search_btn input {
        width: 90%
    }
    .product_list_filter ul.list_view_toggle>li {
        margin: 0 0 0 20px
    }
    .product_list_filter>ul>li:first-child {
        text-align: left
    }
    .product_list_filter>ul>li {
        width: auto;
        text-align: left
    }
    .int_product_listbar>ul>li {
        width: 49%
    }
    .product_item {
        width: 230px;
        height: 345px
    }
    .int_product_style4 .product_item {
        width: 230px;
        height: 375px
    }
    .int_blog_pagination ul li:nth-child(5) {
        display: none
    }
    .int_product_slider_box .product_item {
        margin: auto
    }
    .int_footer_style2 {
        padding: 80px 50px 80px
    }
    .footer_box_style2 {
        width: auto
    }
    .int_blog_dark_version .product_text_rs {
        text-align: left
    }
    .int_product_style4 .product_text_rs {
        text-align: center
    }
    .int_white_progress ul li {
        width: 32%
    }
    .int_white_progress ul li span {
        left: -23px;
        bottom: -50px;
        font-size: 16px
    }
    .quantity_qty span {
        display: none
    }
    .int_checkout_table span {
        font-size: 16px
    }
    .int_checkout_table h4 {
        font-size: 16px
    }
    .int_shipping_pager ul li {
        display: block
    }
    .int_shipping_pager ul li:first-child {
        margin-top: 0;
        float: none;
        margin-bottom: 15px
    }
    .int_shipping_pager ul li:last-child {
        float: none;
        margin-top: 10px
    }
    .int_debit_cart {
        margin-top: 80px
    }
    .int_credit_cart {
        padding: 25px 20px;
        margin-bottom: 30px
    }
    .int_credit_cart h4 {
        font-size: 20px
    }
    .fd_review_wrapper {
        margin-top: 0
    }
    .fd_review_wrapper .form_block {
        margin-bottom: 20px
    }
    .int_shipping_pager {
        margin-top: 24px;
        margin-bottom: 0
    }
    .int_shipping_pager h4 {
        margin-top: 0;
        color: #222;
        margin-bottom: 20px
    }
    .int_shipping_flex.int_shipping04 {
        padding: 20px
    }
    .int_shipping04 .int_shipping_add h5 {
        margin-top: 10px
    }
    .int_shipping_pager h4 {
        margin-top: 0;
        margin-bottom: 20px
    }
    .int_contact_white_form {
        width: auto;
        margin: 72px 15px 0
    }
    .team2_box_two h3 {
        width: 380px;
        font-size: 22px
    }
    .team2_box_two .swiper-button-next,
    .team2_box_two .swiper-button-prev {
        display: none
    }
    .int_content_img {
        width: 100%
    }
    .int_content_text2 h2 {
        font-size: 22px
    }
    .int_content_text2 h5 {
        font-size: 18px
    }
    .int_testimonial_slide2 .swiper-button-next,
    .int_testimonial_slide2 .swiper-button-prev {
        display: none
    }
    .int_index3_slider_style3 {
        padding: 160px 35px 100px
    }
    .int_banner_content h1 {
        font-size: 32px
    }
    .int_categories_box_section .int_project_gallery .grid_img:before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
    .int_categories_style3.int_top_product_style4 {
        padding: 0 0 50px
    }
    .categorie_h_one h1 {
        font-size: 18px;
        padding: 11px 10px 8px;
        margin-top: 20px
    }
    .categorie_h_one {
        margin-bottom: 30px
    }
    .int_deal_text3 {
        padding: 0 0 80px
    }
    .int_deal_img3 img {
        width: 100%
    }
    .int_deal_section_style3 .col-lg-6.col-md-12.pl-0.pr-0 {
        order: 13
    }
    .int_deal_section_style3 .int_heading_style3 {
        text-align: left;
        margin-bottom: 30px
    }
    .int_shop_main {
        padding: 0 50px 50px
    }
    .int_shop_btntext {
        margin-top: 108px
    }
    .int_shop_center {
        padding: 50px
    }
    .int_shop_center .int_shop_btntext {
        margin-top: 67px
    }
    .int_shop_btntext h4 {
        font-size: 34px
    }
    .int_shop_right {
        padding: 50px
    }
    .int_shop_right .int_shop_btntext {
        margin-top: 68px
    }
    .int_sale_first_style4 {
        padding: 0 20px 35px
    }
    .int_sale_style4 {
        padding: 0 20px 30px
    }
    .int_testimonial_style4 .swi_contentbox {
        border-radius: 20px 0 0 0
    }
    .int_username_four {
        left: 120px;
        width: 240px
    }
    .int_user_four {
        top: -50px;
        left: 0
    }
    .int_sign_section {
        padding: 40px 30px
    }
    .int_team2_sideimg {
        margin-top: 75px
    }
    .banner_naxt_style2 {
        left: auto;
        right: 80px;
        bottom: 30px;
        z-index: 15;
        background: #ff1d4d;
        height: 50px;
        color: #fff;
        line-height: 47px
    }
    .swiper_content_mini {
        width: 90%;
        padding: 26px 30px 30px;
        margin: auto
    }
    .swiper_content_style2 {
        left: 0
    }
    .banner_naxt_style2 .swiper-button-next:hover,
    .banner_naxt_style2 .swiper-button-prev:hover {
        color: #fff
    }
    .int_product_listbar .product_text_rs {
        text-align: center
    }
    .svg_user1_style3 svg,
    .svg_user1_style3:after,
    .svg_user1_style3:before,
    .svg_user2_style3 svg,
    .svg_user2_style3:after,
    .svg_user2_style3:before {
        display: none
    }
    .int_categories_style3 {
        padding: 77px 0 41px
    }
    .int_testimonial_style3 {
        padding: 77px 0 78px
    }
    .int_footer_partner_style3 {
        margin-top: 25px
    }
    .int_blog_category.int_product_white {
        padding: 61px 0 80px
    }
    .int_blog_dark_version.int_product_dark {
        padding: 62px 0 80px
    }
    .int_product_listbar .product_grid {
        margin-bottom: 30px
    }
    .int_heading.int_heading_team2 {
        margin: 77px 0 35px
    }
    .int_blog_insta_post ul li {
        display: inline-flex
    }
    .about_img_two {
        left: -10px;
        bottom: -257px
    }
    .int_product_dark .int_blog_pagination,
    .int_product_white .int_blog_pagination {
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:830px) {
    .testimonial_box_wrapper .swi_user>svg {
        bottom: -19px;
        z-index: -1
    }
    .product_list_filter ul.list_view_toggle>li {
        margin: 0 20px 0 0
    }
    .product_list_filter>ul>li .nice-select {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .int_bread_crumbs h1 {
        font-size: 30px
    }
    .int_categories_style3 .int_project_gallery .grid_img {
        display: inline-block
    }
    .main_contentblock {
        text-align: center;
        padding: 12px 0 92px;
        width: 80%;
        margin: auto
    }
    .banner_box_wrapper .banner_navi {
        left: 48%;
        transform: translate(-50px, 20px);
        bottom: 12px
    }
    .about_img_three img,
    .about_img_two img {
        display: none
    }
    .v1_testi_nav {
        display: none
    }
    .swiper_imgbox .btn_caret {
        display: none
    }
    .main_imgblock {
        display: none
    }
    .swiper_imgbox .swipper_img>h4 {
        font-size: 14px
    }
    .swiper_imgbox .swipper_img>h2 {
        font-size: 40px
    }
    .swiper_imgbox .swipper_img>h3 {
        font-size: 40px
    }
    .int_heading span {
        display: none
    }
    .int_service_wrapper {
        padding: 47px 0 50px 0
    }
    .int_service_wrapper.int_service_white {
        padding: 47px 0 50px
    }
    .int_about_wrapper {
        padding-top: 47px
    }
    .int_about_wrapper {
        padding-bottom: 50px
    }
    .int_project_wrapper {
        padding-top: 47px
    }
    .int_project_wrapper.int_project_style2 {
        padding-top: 47px
    }
    .int_process_wrapper {
        padding: 47px 0 0 0
    }
    .process_box_wrapper .col-lg-3:nth-child(3) .process_box,
    .process_box_wrapper .col-lg-3:nth-child(4) .process_box {
        margin-bottom: 45px
    }
    .int_team_wrapper {
        padding: 47px 0 50px
    }
    .int_progresbar_wrapper .progress_leftbox .video_icon {
        top: 200px
    }
    .int_progresbar_wrapper .progress_rightbox {
        padding: 190px 15px 10px 0
    }
    .testimonial_box_wrapper .swi_contentbox {
        padding: 30px
    }
    .int_testimonial_wrapper {
        padding: 47px 0 50px
    }
    .int_blog_wrapper {
        padding: 47px 0 20px 0;
        text-align: center
    }
    .blog_box {
        display: inline-block;
        margin-bottom: 28px
    }
    .blog_box .blog_heading {
        font-size: 16px
    }
    .blog_box_wrapper .blog_box .blog_img {
        margin-bottom: 10px
    }
    .int_footer_wrapper {
        padding: 50px 0 4px 0
    }
    .footer_box {
        margin-bottom: 35px
    }
    .int_about_page_title {
        padding: 50px 35px
    }
    .int_dark_counter2 {
        padding: 50px 0 12px
    }
    .int_count2_box {
        margin-bottom: 30px
    }
    .int_darkab_service_section {
        padding: 47px 0 20px
    }
    .int_video_section_style2.int_dark_video_section.int_progresbar_wrapper {
        padding: 50px 0
    }
    .int_client_logo_section_style2 ul li {
        width: 25%;
        margin-bottom: 30px
    }
    .int_client_logo_section_style2 {
        padding: 50px 0 20px;
        margin-top: 50px
    }
    .int_project_wrapper.int_project_style2.int_project_portfolio {
        padding: 47px 0 50px
    }
    .int_project_wrapper.int_dark_portfolio_gallery {
        padding: 47px 0 50px
    }
    .about_box_wrapper .order-last {
        order: inherit
    }
    .about_box_wrapper .about_imgbox {
        text-align: left;
        margin-top: 50px
    }
    .about_imgbox .about_img .child_imgbox {
        display: none
    }
    .int_project_gallery .bottom_content>span {
        display: none
    }
    .testimonial_box_wrapper .swiper-slide.swiper-slide-duplicate.swiper-slide-prev .swi_user {
        transform: translate(-50px, 0)
    }
    .testimonial_box_wrapper .swiper-slide.swiper-slide-prev .swi_user {
        transform: translate(-60px, 0)
    }
    .testimonial_box_wrapper .swiper-slide.swiper-slide-next .swi_user {
        transform: translate(70px, 0)
    }
    .int_video_section_style2.int_dark_video_section,
    .int_video_section_style2.int_progresbar_wrapper {
        padding: 50px 0
    }
    .testimonial_box_wrapper .gallery-thumbs {
        width: 20%;
        height: 130px
    }
    .footer_box .footer_hours li {
        margin: 0 0 10px 15px
    }
    .int_dark_about_section2 .about_contentbox {
        padding: 47px 15px 50px
    }
    .int_blog_category {
        padding: 50px 0 4px
    }
    .int_blog_category.int_product_white {
        padding: 34px 0 4px
    }
    .int_blog_dark_version.int_product_dark {
        padding: 34px 0 4px
    }
    .int_blog_sidebar {
        margin-top: 47px
    }
    .int_search_btn input {
        width: 88%
    }
    .int_blog_testimonial {
        padding: 20px 30px
    }
    .int_select_tag {
        width: 60%
    }
    .int_select_social {
        width: 40%
    }
    .int_blog_comment_box {
        padding: 40px 0 0
    }
    .int_social_blog_pst {
        margin: 40px 0 50px
    }
    .int_blog_form {
        padding-top: 15px
    }
    .int_product_dark .col-lg-3.col-md-4.col-sm-12 {
        order: 1
    }
    .int_product_white .col-lg-3.col-md-4.col-sm-12 {
        order: 1
    }
    .int_product_listbar.int_product_style4 {
        text-align: left
    }
    .int_product_single {
        padding: 50px 0 35px
    }
    .int_product_slider {
        padding: 47px 0 50px
    }
    .int_thumb_sidebar {
        margin-top: 45px
    }
    .int_footer_style2 {
        padding: 50px 30px 50px
    }
    .int_border {
        margin: 40px 0 30px
    }
    .int_product_single_dark .int_search_wrapper input {
        width: 78%
    }
    .int_product_checkout.int_product_checkout_dark {
        padding: 50px 10px
    }
    .int_product_checkout {
        padding: 50px 10px 50px
    }
    .int_shipping_pager input {
        width: 170px
    }
    .int_quantity_style2 .int_search_wrapper input {
        margin-bottom: 15px
    }
    .int_shipping_pager {
        margin-top: 7px;
        margin-bottom: 0
    }
    .int_heading.int_heading_team2 {
        margin: 47px 0 40px
    }
    .int_testimonial_slide2 {
        margin: 30px 0 0
    }
    .fd_review_wrapper.fd_review_delivery {
        padding: 25px 0 0
    }
    .fd_review_delivery h4.border_btm_input {
        margin-bottom: 20px
    }
    .fd_review_delivery .form_block {
        margin-bottom: 20px
    }
    .fd_review_delivery .nice-select {
        margin-bottom: 20px
    }
    .int_aboutus_service_section {
        padding: 47px 0 20px
    }
    .int_contact_form_box {
        padding-bottom: 50px
    }
    .int_contact_white_form {
        margin: 42px 15px 0;
        padding: 44px 40px 45px
    }
    .int_contact_white_form h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
    .int_contact_white_form .form_block {
        margin-bottom: 20px
    }
    .int_profile_white {
        padding: 50px 0
    }
    .int_error_white {
        padding: 50px 0
    }
    .int_counter_style2.int_about_counter2 {
        padding: 50px 0 10px
    }
    .int_about_style2 .about_contentbox {
        padding: 47px 0 50px
    }
    .int_about_section2 .about_contentbox {
        background-color: #fff;
        padding: 47px 15px 50px
    }
    .int_about_wrapper.int_about_style2 {
        padding-top: 0
    }
    .int_about2_imgbox {
        text-align: left
    }
    .int_about_style2.int_different_section {
        padding: 0
    }
    .team2_box_two h3 {
        width: 300px;
        font-size: 24px;
        text-align: center;
        margin: 30px auto 20px
    }
    .int_counter_style2 {
        padding: 50px 0 10px;
        margin-top: 50px
    }
    .int_testimonial2_flex {
        display: block
    }
    .int_content_img {
        margin-bottom: 30px
    }
    .int_service_style3 {
        padding: 60px 0 15px
    }
    .service_box_style3 {
        margin-bottom: 30px
    }
    .service_box_style3 h4 {
        margin: 20px 0 10px
    }
    .int_categories_style3 {
        padding: 47px 0 0
    }
    .int_categories_box_section .grid-item {
        right: 0;
        width: fit-content
    }
    .int_deal_text3 {
        padding: 0 0 50px
    }
    .int_product_section {
        padding: 47px 0 0
    }
    .int_client_slider {
        padding: 50px 0
    }
    .int_footer_partner_style3 {
        margin-top: 0
    }
    .int_insta_box {
        padding: 0 0 46px
    }
    .int_footer_partner_style3 ul li {
        margin: 0 10px
    }
    .int_footer_wrapper.int_footer_style3 {
        padding: 50px 0 30px 0
    }
    .int_testimonial_style3 {
        padding: 47px 0 15px
    }
    .int_index4_slider_style4 {
        padding: 115px 20px 42px
    }
    .int_index3_slider_style3 .int_banner_content {
        text-align: left
    }
    .int_banner_content {
        text-align: center
    }
    .int_banner_content.int_banner_slider4 {
        margin-top: 0
    }
    .int_banner_content h1 {
        font-size: 30px
    }
    .int_shop_now_style4 {
        padding: 50px 0 39px
    }
    .int_sale_style4 {
        margin-top: 30px
    }
    .int_categories_style3.int_top_product_style4 {
        padding: 0 0 3px
    }
    .int_testimonial_style4 {
        padding: 47px 0 50px
    }
    .int_subscribe_style4 {
        padding: 43px 0 50px
    }
    .int_footer_wrapper.int_footer_style4 {
        padding: 50px 0 30px 0
    }
    .int_sign_slide {
        display: none
    }
    .int_modal_form {
        display: block
    }
    .int_team2_sideimg {
        margin-top: 0
    }
    .int_blog_box {
        margin-bottom: 30px
    }
    .testimonial_box_wrapper .swi_user:after,
    .testimonial_box_wrapper .swi_user:before,
    .testimonial_box_wrapper .swi_user>svg {
        visibility: visible;
        opacity: 1
    }
    .int_testimonial_style3 .swi_user img,
    .testimonial_box_wrapper .swi_user img {
        width: 70px;
        height: auto
    }
    .testimonial_box_wrapper .swi_user img {
        width: 70px;
        height: auto
    }
    .testimonial_box_wrapper .swi_user {
        transform: translateY(0)
    }
    .svg_user1_style3,
    .svg_user2_style3 {
        display: none
    }
    .int_testimonial_style3 .swi_user img {
        border-color: #ff9d34
    }
    .int_testimonial_style3 .gallery-thumbs {
        height: max-content
    }
    .swiper_content_style2 {
        position: unset
    }
    .swiper_content_mini {
        padding: 44px 15px 0;
        margin: 0
    }
    .banner_naxt_style2 {
        bottom: 0
    }
    .project_box_wrapper.int_categories_box_section {
        padding-bottom: 17px
    }
    .int_index3_slider_style3 {
        padding: 102px 35px 50px
    }
    .int_product_dark .int_blog_pagination,
    .int_product_white .int_blog_pagination {
        margin-left: 0
    }
    .int_blog_sidebar.int_product_sidebar {
        margin-top: 46px;
        margin-bottom: 46px
    }
    .int_product_section.int_product_style4 {
        padding: 47px 0 0
    }
    .int_header_style2 .int_nav .int_cartsec>ul>li {
        padding: 0 10px
    }
    .product_list_filter ul {
        text-align: center
    }
    .int_index4_slider_style4 .swiper-container {
        padding: 0 0 50px
    }
    .int_banner_slider4 p {
        width: auto;
        font-size: 16px
    }
    .int_banner_pic4 {
        display: none
    }
    .int_aboutus_service_section.int_contact_detail {
        padding: 50px 0 20px
    }
    .int_darkab_service_section.int_contact_detail {
        padding: 50px 0 20px
    }
    .int_contact_form_box {
        padding-bottom: 50px
    }
}

@media (max-width:575px) {
    .int_content_wraapper.int_content_margin {
        margin-left: 0
    }
    .int_content_wraapper.int_content_left {
        margin-left: 0
    }
    .int_header_wrapper {
        padding: 0 0 50px 0
    }
    .int_logo {
        text-align: center;
        padding-left: 15px
    }
    .int_header_wrapper .int_logo {
        margin-left: -15px
    }
    .int_header_wrapper .int_logo a img {
        width: 190px
    }
    .int_header_wrapper.int_header_style1 {
        padding: 0 0 30px 0
    }
    .int_header_style1 .int_logo {
        margin-left: 0
    }
    .int_header_style2 .int_logo {
        padding-left: 15px;
        margin-left: 0
    }
    .about_contentbox {
        text-align: center
    }
    .int_heading h4 {
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: .5px;
        position: relative;
        z-index: 1;
        text-align: center
    }
    .int_header_style3 .int_logo {
        margin-left: 0
    }
    .int_nav {
        text-align: center
    }
    .int_header_style2 .int_nav {
        margin-right: 5px
    }
    .int_nav .int_cartsec>ul>li:after {
        display: none
    }
    .int_nav .int_cartsec>ul>li>a.setting_toggle {
        margin-left: 5px
    }
    .int_nav .int_cartsec>ul>li {
        padding: 0 5px
    }
    .int_header_wrapper.int_header_style2 {
        padding: 0 0 30px 0
    }
    .int_header_style2 .int_nav .int_cartsec>ul>li {
        padding: 0 5px
    }
    .footer_box .int_logo {
        text-align: left
    }
    .int_progresbar_wrapper .progress_rightbox h1 {
        font-size: 30px
    }
    .int_bread_crumbs {
        text-align: center
    }
    .int_home_crumbs {
        text-align: center
    }
    .int_service_box2 {
        padding: 35px 30px
    }
    .int_client_logo_section_style2 ul li {
        width: 40%
    }
    .int_break_out {
        width: auto
    }
    .int_break_out h1 {
        font-size: 28px
    }
    .int_search_btn input {
        width: 78%
    }
    .int_blog_dark_version .int_blog_post h2 {
        font-size: 20px
    }
    .int_blog_post h2 {
        font-size: 20px
    }
    .int_post_title a {
        font-size: 16px
    }
    .int_blog_pagination ul li:nth-child(5) {
        display: none
    }
    .int_blog_pagination ul li:nth-child(6) {
        display: none
    }
    .int_blog_pagination ul li:nth-child(7) {
        display: none
    }
    .int_blog_pagination ul li:nth-child(8) {
        display: none
    }
    .int_service_wrapper.int_service_white {
        padding: 47px 0 20px
    }
    .int_blog_pagination a.page-link {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .int_post_section1 {
        width: 100%
    }
    .int_post_section2 {
        width: 100%
    }
    .int_select_tag ul li a {
        margin-right: 0
    }
    .int_select_social ul li a {
        margin-left: 5px
    }
    .int_social_blog_pst {
        display: block
    }
    .int_select_tag {
        width: 100%;
        text-align: center
    }
    .int_select_social {
        width: 100%;
        text-align: center;
        margin-top: 15px
    }
    .int_auther_box {
        display: block
    }
    .int_auther_img {
        margin-right: 0;
        margin-bottom: 15px
    }
    .int_auther_img img {
        width: 30%
    }
    .int_profile_box {
        display: block
    }
    .int_blog_comment_box h1 {
        margin-bottom: 0
    }
    .int_user_text {
        width: 100%
    }
    .int_user_profile {
        margin-bottom: 15px
    }
    .int_about_style2 .about_contentbox .about_head1 {
        font-size: 20px
    }
    .int_index3_slider_style3 .int_banner_content {
        text-align: center;
        width: 100%
    }
    ul.comment_left {
        padding-left: 0
    }
    .int_blog_form h2 {
        margin-bottom: 30px
    }
    .int_product_listbar>ul>li {
        width: 100%;
        padding-left: 0
    }
    .int_product_listbar .product_item_block .content_block {
        padding: 30px 30px 0 0
    }
    .int_product_listbar.product_list_view>ul>li>.product_item_block {
        display: block
    }
    .product_detail_tab>ul>li {
        margin: 0 0
    }
    .int_tab_peragraph {
        padding: 24px 30px 5px
    }
    .int_product_slider_white .product_text_rs {
        text-align: center
    }
    .int_footer_style2 {
        padding: 50px 15px 20px
    }
    .footer_menu_style2 ul li a {
        margin: 0 5px
    }
    .footer_social_style2 ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-right: 5px
    }
    .int_price_detail h1 {
        font-size: 24px
    }
    .int_footer_wrapper.int_footer_style4 {
        padding: 50px 0 0 0
    }
    .int_textbox_subscribe4 .int_search_wrapper input {
        font-size: 14px
    }
    .int_product_slider_dark .product_text_rs {
        text-align: center
    }
    .fd_review_delivery h4.border_btm_input {
        font-size: 18px
    }
    .int_credit_cart {
        padding: 15px 20px 20px;
        margin-top: 15px;
        margin-bottom: 0
    }
    .fd_review_wrapper {
        margin-top: 20px
    }
    .int_credit_cart>ul {
        display: block
    }
    .int_credit_cart>ul>li {
        display: block
    }
    .int_credit_cart>ul>li:nth-child(2) {
        width: 100%;
        margin: 15px 0 10px
    }
    .int_credit_cart>ul>li:last-child {
        text-align: left
    }
    .int_shipping04 .int_shipping_add h5 {
        margin-top: 0;
        margin-right: 5px
    }
    .int_shipping_add h4 {
        font-size: 20px
    }
    .int_contact_white_form {
        margin: 50px 15px 0;
        padding: 50px 30px
    }
    .int_profile_edit {
        padding: 50px 30px
    }
    .int_basic_edit h3 {
        font-size: 16px
    }
    .int_basic_edit {
        margin-bottom: 0;
        padding-bottom: 10px
    }
    .int_profile_edit .form_block {
        margin-bottom: 20px
    }
    .int_error_four h1 {
        margin-top: 20px;
        font-size: 30px
    }
    .int_error_four p {
        font-size: 20px
    }
    .about_contentbox .int_btn {
        min-width: 225px
    }
    .int_checkout_table .table thead th {
        font-size: 16px
    }
    .index3_timer canvas {
        width: 310px!important;
        height: auto!important
    }
    .int_shop_main {
        padding: 0 30px 30px
    }
    .int_shop_btntext h4 {
        font-size: 16px
    }
    .int_shop_center {
        padding: 30px
    }
    .int_shop_right {
        padding: 30px
    }
    .int_footer_partner_style3 ul li {
        margin: 0 15px 30px
    }
    .int_banner_content.int_banner_slider4 {
        margin-top: 50px
    }
    .int_sale_four h5 {
        font-size: 16px;
        margin-bottom: 60px
    }
    .int_sale_four h2 {
        font-size: 26px
    }
    .int_testimonial_style4 .swi_contentbox {
        padding: 80px 30px 50px
    }
    .int_user_four img {
        width: 100px;
        height: 100px
    }
    .int_user_four {
        top: -30px;
        left: 0
    }
    .int_username_four {
        left: 90px;
        width: 200px
    }
    .int_username_four h3 {
        font-size: 16px
    }
    .footer_social_style2 {
        margin-top: 20px;
        margin-bottom: 30px
    }
    .int_project_gallery .grid-item {
        width: auto;
        right: 0
    }
    .service_box_wrapper .service_box.serivce_first {
        margin-bottom: 30px
    }
    .service_box.serivce_second {
        margin-bottom: 30px
    }
    .int_sign_section {
        padding: 40px 10px
    }
    .int_social_btn ul li {
        display: block
    }
    .int_social_btn ul li:last-child {
        margin: 15px 0 0 0
    }
    .close_search_bar .search_input_box input {
        width: 70%;
        font-size: 20px
    }
    .int_bread_crumbs h1 {
        font-size: 30px
    }
    .int_white_progress ul li span {
        font-size: 14px
    }
    .int_service_wrapper {
        padding: 47px 0 20px 0
    }
    .int_footer_wrapper {
        padding: 50px 0 0 0
    }
    .footer_box .int_logo {
        padding-left: 0
    }
    .int_index3_slider_style3 {
        padding: 175px 35px 50px;
        background-position: left
    }
    .int_footer_wrapper.int_footer_style3 {
        padding: 50px 0 0 0
    }
    .int_checkout_box {
        padding: 27px 20px 29px
    }
    .int_product_checkout_dark .int_checkout_box {
        padding: 27px 20px 29px
    }
    .process_box_wrapper .col-lg-3:nth-child(3) .process_box {
        margin-bottom: 55px
    }
    .int_product_dark .int_blog_pagination,
    .int_product_white .int_blog_pagination {
        margin: auto;
        display: table
    }
    .int_project_gallery .grid_img {
        display: inline-block
    }
    .int_project_portfolio .int_btn {
        margin-top: 22px
    }
}

@media (max-width:480px) {
    .int_categories_box_section .int_project_gallery .bottom_content {
        display: none
    }
    .int_project_gallery .grid-item:hover .bottom_content>h3 {
        font-size: 16px
    }
    .main_contentblock {
        width: 100%
    }
    .cart_content {
        width: 310px;
        overflow: scroll
    }
    .int_project_style2 .int_project_gallery .gallery_nav ul li {
        margin-left: 0
    }
    .int_project_style2 .int_project_gallery .gallery_nav ul li:after,
    .int_project_style2 .int_project_gallery .gallery_nav ul li:before {
        display: none
    }
    .int_white_progress ul li:nth-child(odd) span {
        top: -50px
    }
    .int_white_progress ul li span.pro_confirm {
        right: -10px;
        top: 30px
    }
    .banner_naxt_style2 {
        right: 15px;
        bottom: 0;
        width: 115px
    }
    .banner_box_wrapper .swiper-container-rtl .swiper-button-prev,
    .banner_naxt_style2 .swiper-button-next {
        left: 60px;
        padding-left: 10px
    }
    .banner_naxt_style2 .swiper-button-prev {
        left: 20px
    }
    .banner_naxt_style2 .swiper-button-next:after,
    .banner_naxt_style2 .swiper-button-prev:before {
        display: none
    }
    .int_header_style4 .int_nav .int_cartsec>ul>li:after {
        display: none
    }
    .int_nav .int_cartsec>ul>li:after {
        display: none
    }
    .int_nav .int_cartsec>ul>li:first-child {
        padding: 0
    }
    li.int_login_sign a {
        margin-left: 5px
    }
    .int_sop_cart_btn {
        padding: 14px 0 10px 14px
    }
    .int_sop_cart_btn .btn_caret {
        display: none
    }
    .int_sop_cart_btn>ul>li:first-child {
        margin-right: 0
    }
    .int_header_style2 .int_sop_cart_btn>ul>li:first-child {
        margin-right: 0
    }
    .int_header_style2 .int_btn_two {
        width: 140px
    }
    .int_header_style3 .int_sop_cart_btn>ul>li:first-child {
        margin-right: 0
    }
    .int_header_style3 .index3_btn {
        min-width: 140px
    }
    .int_header_style4 .int_sop_cart_btn>ul>li:first-child {
        margin-right: 0
    }
    .int_header_style4 .index4_btn {
        min-width: 140px
    }
    .int_header_style2 .int_sop_cart_btn {
        padding: 14px 0 10px 0
    }
    .int_header_style3 .int_sop_cart_btn {
        padding: 14px 0 10px 0
    }
    .int_header_style4 .int_sop_cart_btn {
        padding: 14px 0 10px 0
    }
    .testimonial_box_wrapper .swi_user>svg {
        bottom: -20px
    }
    .int_header_style2 .int_nav .int_cartsec>ul>li {
        padding: 0 5px 0 0
    }
    .int_header_style2 .int_nav .int_cartsec>ul>li>a.setting_toggle {
        margin-left: 0
    }
    .product_list_filter .nice-select {
        height: 40px;
        line-height: 40px
    }
    .int_checkout_box {
        padding: 85px 20px 50px
    }
    .int_product_checkout_dark .int_checkout_box {
        padding: 85px 20px 50px
    }
}

.banner-section {
    position: relative
}

.banner-slider,
.three-item-carousel {
    position: relative;
    height: 100%!important;
    z-index: 9
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: transparent;
    opacity: .25;
    content: ""
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle
}

.banner-section .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.banner-section .content-box .inner {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.banner-section .content-box .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: ""
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    font-family: var(--font-family-oswald);
    margin-bottom: 30px
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.banner-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    font-family: var(--font-family-oswald);
    padding-bottom: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.banner-section h4:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff
}

.banner-section h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: var(--theme-color)
}

.banner-section h4.style-two {
    padding-bottom: 0
}

.banner-section h4.style-two:after,
.banner-section h4.style-two:before {
    display: none
}

.banner-section .content-box .text {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400;
    letter-spacing: .02em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.banner-section .link-box {
    padding-top: 40px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.swiper-pagination-clickable {
    position: absolute;
    bottom: 10px;
    z-index: 999;
    right: 20px
}

.int_service_wrapper:before {
    content: ""
}

.test_head {
    color: #e03e5e
}

.img-border {
    padding: 10px
}

.text-color {
    color: #2b292a;
    font-weight: 400
}

.head-normal {
    text-transform: initial;
    color: #373536
}

.img-col1:before {
    content: "";
    background: #a71d2ae0;
    position: absolute;
    width: 50px;
    height: 197px
}

.img-col1 p {
    transform: rotate(90deg);
    position: absolute;
    top: 40%;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-left: -5px
}

.img-col2:before {
    content: "";
    background: #024890cf;
    position: absolute;
    width: 50px;
    height: 197px
}

.img-col2 p {
    transform: rotate(90deg);
    position: absolute;
    top: 43%;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-left: -44px
}

.img-col3:before {
    content: "";
    background: #f78913d9;
    position: absolute;
    width: 50px;
    height: 197px
}

.img-col3 p {
    transform: rotate(90deg);
    position: absolute;
    top: 43%;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-left: -11px
}

.img-col4:before {
    content: "";
    background: #299a14cc;
    position: absolute;
    width: 50px;
    height: 197px
}

.img-col4 p {
    transform: rotate(90deg);
    position: absolute;
    top: 43%;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-left: -2px
}

.styled-icons.icon-dark a {
    background-color: #e81340;
    color: #eee;
    font-size: 18px;
    height: 45px;
    line-height: 47px;
    width: 37px;
    display: inline-block
}

.styled-icons.icon-dark a i {
    color: #eee;
    font-size: 18px;
    margin-left: 10px
}

.styled-icons {
    background: #f8f8f8
}

.styled-icons.icon-dark a:hover {
    color: #5e5e5e
}

.styled-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border: 2px solid #111;
    color: #111
}

.styled-icons.icon-dark.icon-bordered a:hover {
    background-color: #111;
    border-color: #111;
    color: #fff
}

.styled-icons.icon-dark h6 {
    display: inline-block
}

.int_testimonial_slide2 h2 {
    display: table;
    margin: auto;
    margin-top: 0;
    color: #1d1d1d;
    padding: 0;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 17px
}

.int_srbox3_circle.facibg2 {
    background-color: #007bff
}

.int_srbox3_circle.facibg3 {
    background-color: #3c8e44
}

@media (max-width:800px) {
    .slider-slide {
        background-image: url(../images/Mobile-view1.jpg)
    }
    .about_contentbox .about_head1 {
        font-size: 34px
    }
    .about_contentbox {
        margin-bottom: 20px
    }
    .int_service_style3 {
        padding: 0 0 15px
    }
    .service_box_style3 {
        text-align: center
    }
    .facilities-before::before,
    .int_srbox3_circle::before {
        content: none
    }
    .service_box_style3 h4 {
        margin: auto;
        margin-top: 47px;
        margin-bottom: 10px;
        right: 0
    }
    .int_info_four {
        text-align: center
    }
    .int_testimonial_slide2 h2 {
        display: table;
        margin: auto;
        margin-top: 0;
        font-size: 35px;
        margin-bottom: 21px
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.banner-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-image: url(../images/slider/1.jpg)
}

.slider-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh
}

.slide1 {
    background-image: url(../images/slider/1.jpg)
}

.slide2 {
    background-image: url(../images/slider/2.jpg)
}

.slide3 {
    background-image: url(../images/slider/3.jpg)
}

.slider-wrapper .owl-dots {
    position: absolute;
    width: 99px;
    left: 56px;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    background: 0 0;
    padding: 7px 0 0
}

.slider-wrapper .owl-dot {
    display: inline-block
}

.slider-wrapper .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #051533;
    margin: 0 4px;
    border-radius: 50%
}

.slider-wrapper .owl-dot.active span {
    background: #051533
}

._whychoose-section {
    position: relative
}

._whychoose-section::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.why-choose-us {
    position: relative;
    top: 0;
    z-index: 1;
    text-align: center
}

.why-choose-us::before {
    content: "";
    position: absolute;
    width: 51%;
    height: 2px;
    right: 42px;
    margin: auto;
    top: 35%
}

.why-choose-us::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 42%;
    top: 41%
}

.why-head {
    background-color: #0095b5;
    padding: 49px 27px;
    text-align: center;
    margin-bottom: 16px
}

.why-choose-us h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    margin-bottom: 24px
}

.why-choose-us p {
    color: #fff;
    font-size: 17px
}

.why-blocks-list-s {
    padding: 0
}

.hospital-b {
    margin-top: 23px;
    border: 2px dashed #ccc;
    padding: 9px
}

.why-col {
    padding: 0 8px
}

._why-row {
    margin: 0
}

.row._why-blocks-l {
    margin: 0
}

._why-blocks-l .col-md-6 {
    padding: 0 8px
}

.why-blocks {
    position: relative;
    box-shadow: 0 0 10px #dad7d7;
    padding: 35px 0;
    margin-bottom: 15px
}

.why-blocks h3 {
    color: #021d3c;
    font-size: 30px;
    width: 100px;
    height: 100px;
    display: table;
    margin: auto;
    margin-bottom: 13px;
    text-align: center;
    font-weight: 700;
    background-color: #f7cbd4;
    border-radius: 50%;
    line-height: 99px;
    box-shadow: 0 0 0 10px rgb(0 0 0 / 3%)
}

.why-blocks p {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px
}

._why-blocks-l .col-md-6:nth-child(2) .why-blocks h3 {
    background: #b7eac2
}

._why-blocks-l .col-md-6:nth-child(3) .why-blocks h3 {
    background: #c0c9e4
}

._why-blocks-l .col-md-6:nth-child(4) .why-blocks h3 {
    background: #f1ee9e
}

.enquiry-emergency {
    height: auto;
    padding: 56px 0 166px;
    position: relative
}

.enquiry-emergency::before {
    content: "";
    position: absolute;
    background-image: url(../images/baby-heath-bg.jpg);
    background-position: center;
    background-size: 991px;
    background-repeat: no-repeat;
    width: 100%;
    height: 264px;
    z-index: -1;
    bottom: 0
}

.subscribe-section-block {
    position: relative;
    padding: 70px 0 41px
}

.news_letter_icon {
    position: absolute;
    left: 14px;
    display: none
}

.subscribe-section-block::before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0
}

.appointment_section_ {
    position: relative
}

.appointment_section_::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    left: 0;
    top: 0
}

.enquiry-health-info {
    text-align: center;
    padding: 26px 51px;
    position: relative;
    z-index: 1;
    margin: auto;
    background: #2194d2;
    max-width: 468px
}

.enquiry-health-info h3 {
    display: table;
    margin: auto;
    margin-top: 0;
    color: #fff;
    padding: 0;
    border-radius: 35px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 36px;
    padding-top: 12px
}

.enquiry-health-info h3 span {
    color: #fff;
    font-weight: 600;
    background: #0eabb3;
    padding: 3px 28px 6px;
    font-size: 30px;
    border-radius: 30px;
    display: table;
    margin: auto;
    text-transform: uppercase;
    margin-top: 16px
}

.enquiry-health-info p {
    font-size: 25px;
    color: #6b6a6acc
}

.enquiry-health-info p.text {
    font-size: 15px;
    color: #fff;
    max-width: 444px;
    margin: auto;
    margin-bottom: 15px
}

.enquiry-health-info p a {
    background-color: #01abee;
    color: #fff;
    padding: 5px 9px;
    border-radius: 30px
}

.enqiry-form {
    max-width: inherit;
    margin: auto
}

.enqiry-form .form-group {
    position: relative;
    margin-bottom: 29px
}

.enqiry-form .form-group i {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0b1a2f;
    padding: 8px 6px;
    color: #fbd84a;
    border-radius: 16px 16px 0 0
}

.app_tit {
    position: absolute;
    bottom: -96px;
    text-transform: uppercase;
    color: #6284cc;
    padding: 0 18px;
    left: 0;
    right: 0;
    font-size: 55px;
    font-weight: 600
}

.enqiry-form .form-control {
    border: none;
    border-bottom: 1px solid #f7f7f7;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    height: 32px
}

.enqiry-form textarea.form-control {
    height: 106px
}

.enqiry-form .form-control::placeholder {
    color: #fff
}

.enqiry-form .btn {
    margin-top: 16px;
    width: 50%;
    border-color: transparent;
    color: #02052f;
    background-color: #fff;
    padding: 9px 0
}

.enqiry-form .btn:hover {
    background: #091d44;
    color: #fff
}

._visiting_hours {
    text-align: center;
    padding: 40px 12px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    max-width: 468px;
    margin: auto;
    display: block;
}

._visiting_hours img {
    width: 300px;
}

._visiting_hours h3 {
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 32px;
    font-weight: 600
}

.timing_blocks {
    position: relative;
    border-right: 1px dashed #a2a2a2;
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 49%
}

.timing_blocks:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 0
}

.timing_blocks h4 {
    position: relative;
    color: #888;
    font-size: 24px;
    margin-bottom: 8px
}

.timing_blocks span {
    position: relative;
    display: inline-block;
    background: #1b427b;
    padding: 4px 17px;
    border-radius: 30px;
    color: #fff
}

.b-shape1 {
    width: auto;
    height: auto;
    position: absolute;
    background-color: rgb(255 242 7 / 36%);
    transform: rotate(56deg);
    left: -150px;
    border-radius: 50%;
    top: -58px;
    opacity: .5
}

.b-shape2 {
    width: 200px;
    height: 200px;
    position: absolute;
    background-color: rgb(244 243 243);
    left: -102px;
    transform: rotate(45deg);
    top: -113px;
    border-radius: 50%
}

.care-section {
    position: relative;
    padding: 0 0 72px;
    text-align: center
}

.care-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: .4
}

.care-section h3 {
    text-transform: uppercase;
    display: table;
    margin: auto;
    background: #555;
    color: #fff;
    padding: 7px 29px;
    margin-bottom: 21px;
    position: relative;
    z-index: 1
}

.care_list {
    position: relative;
    padding: 0;
    text-align: center;
    color: #000
}

.care_list::before {
    content: "";
    position: absolute;
    width: 86%;
    height: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 24px
}

.care_list p {
    color: #000;
    font-size: 14px;
    padding: 0 13px 20px
}

.testimonial-facilities::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.testimonial-facilities::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1
}

.testimonila-ttitle {
    position: absolute;
    left: -127px;
    top: 256px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 52px;
    transform: rotate(-90deg);
    color: #032e61
}

._enquire {
    position: absolute;
    right: -97px;
    top: 256px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 52px;
    transform: rotate(-90deg);
    color: #1ba2bf;
    z-index: 1
}

.facilty-section {
    position: relative;
    padding: 60px 0 76px
}

.facilities-block {
    text-align: center
}

.facilities-block h3 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 10px
}

.facilities-block p {
    font-size: 17px;
    padding: 0 229px;
    margin-bottom: 37px
}

._facility-block {
    position: relative
}

._facility-block::before {
    content: "";
    position: absolute
}

.facility-block {
    text-align: right;
    padding-right: 44px
}

.fac-right {
    text-align: left;
    padding-left: 44px;
    padding-right: 0
}

.facility-list {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
    overflow: hidden
}

.facility-list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(3 24 64 / 22%), #041638)
}

.facility-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: #00b2da;
    border-left: 0;
    border-bottom: 0;
    top: -35px;
    right: -35px;
    opacity: .6;
    border-radius: 50%;
    transition: all ease-in-out .6s
}

.facility-list:hover:after {
    background: linear-gradient(to bottom, rgb(3 24 64 / 22%), #0d839c);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 1;
    border-radius: 0
}

.facility-list h4 {
    position: absolute;
    bottom: 15px;
    color: #fff;
    z-index: 1;
    width: 100%;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 400;
    transition: all ease-in-out .7s
}

.fac-row .col-md-3 {
    padding: 0 4px
}

.fac-row .col-md-3:nth-child(1),
.fac-row .col-md-3:nth-child(8) {
    margin-left: 142px
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0)
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        transform: translate(-3px, 0) rotate(1deg)
    }
    30% {
        transform: translate(3px, 2px) rotate(0)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-3px, 1px) rotate(0)
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(1px, 2px) rotate(0)
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

.contact .headline {
    margin-bottom: 12px;
    margin-top: 14px
}

.contact {
    padding: 80px 0 75px
}

.blog-sections {
    position: relative
}

.blog-sections::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-image: none;
    background: #d3f3ee;
    background-repeat: no-repeat;
    background-size: cover;
    top: -62px;
    left: -45px;
    border-radius: 50%
}

.blog-row {
    background-color: transparent;
    position: relative;
    margin-bottom: 11px;
    padding: 23px 0 23px 0;
    border-bottom: 1px solid #ccc
}

.blog-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.relative {
    position: relative
}

.blog-dates {
    margin-top: 0;
    box-shadow: 0 0 19px #ececec;
    background: #f9f9f9;
    width: 123px;
    height: 123px;
    text-align: center;
    left: 0;
    color: #425257;
    border: 7px solid #eaeaea
}

.blog-dates h3 {
    color: #032e61;
    font-weight: 600;
    margin: 0;
    padding-top: 26px;
    text-transform: uppercase
}

.blog-head h2 {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 600;
    color: #051431
}

.blog_img {
    position: relative
}

.blog_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0), #072048);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

._date {
    display: inline-block;
    background: #ed4c62;
    padding: 3px 11px;
    color: #fff;
    margin-top: 0;
    border-radius: 5px
}

._date i {
    margin-right: 8px
}

.blog-des {
    text-align: center;
    padding: 30px 24px;
    box-shadow: 0 0 10px #ccc;
    min-height: 246px
}

.blog-des h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 1px;
    margin-top: 10px
}

.blog-des p {
    font-size: 14px;
    margin: 6px 0 0;
    color: #6f6f6f;
    line-height: 22px
}

.blog-des a {
    color: #3a3a3a;
    display: inline-block;
    border: 1px solid;
    padding: 0 11px;
    border-radius: 30px;
    margin-top: 10px
}

.blog {
    margin: 20px 0;
    box-shadow: 0 10px 10px #b8b8b8;
    background: #fff;
    transition: .4s
}

.blog .image {
    overflow: hidden
}

.blog img:hover {
    transform: scale(1.1)
}

.blog hr {
    transition: .2s
}

.blog:hover hr {
    border-top: 1.5px solid #40e02c
}

.blog ul {
    overflow: hidden;
    margin: 18px 0 0 0;
    padding: 0 15px
}

.blog ul li {
    float: left;
    margin-right: 15px;
    color: #66ca2d
}

.blog ul li:last-child {
    margin-right: 0
}

.blog ul li span {
    color: #000;
    padding-right: 5px
}

.blog a {
    font-family: SamsungSharpSans;
    font-size: 22px;
    color: #000;
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    padding: 0 15px
}

.blog p {
    margin-bottom: 0;
    padding: 0 15px;
    display: block;
    padding-bottom: 30px
}

.add-img {
    text-align: center;
    margin-top: 0
}

.add-img img {
    width: 450px;
    border: 3px dashed #cccaca;
    padding: 10px
}

.newl-form i {
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 32px
}

.sen-mail-icon {
    position: absolute;
    right: 70px;
    height: 64%;
    top: 105px;
    padding: 91px 0 0
}

.sen-mail-icon::before {
    content: "";
    position: absolute;
    border-right: 2px solid #ccc;
    width: 2px;
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
    top: 0
}

._send-icon {
    position: relative;
    background: #f5f5f5;
    border: 2px solid #ccc;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 48px
}

._send-icon img {
    width: 38px
}

.query-section {
    position: relative;
    padding: 0 0 0
}

.query-section::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    left: -30px;
    top: 0;
    border-radius: 50%
}

.query-section::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    top: 0
}

.query-head {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px
}

.subscribe-block {
    position: relative
}

.subscribe-block::before {
    content: "";
    position: absolute
}

.subscribe-section {
    text-align: center;
    position: relative;
    right: 0;
    background: #f3f3f3;
    padding: 25px 44px;
    z-index: 1;
    border-radius: 0
}

.newl-form .form-control {
    background-color: transparent;
    border: 1px solid #949494;
    color: #000;
    height: 62px;
    margin: 0
}

.newl-form .form-control::placeholder {
    color: #2d2d2d
}

.nesl-head {
    position: relative
}

.nesl-head h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #000
}

.nesl-head span {
    font-size: 17px;
    display: block;
    color: #3c3c3c;
    line-height: 29px
}

.newl-form {
    position: relative
}

.form-control {
    background-color: #fff;
    margin-bottom: 18px;
    height: 52px
}

.newl-form .btn {
    background-color: #143465;
    border-color: transparent;
    width: 143px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 12px 0
}

.query-btn .btn {
    position: relative;
    width: 100%;
    background: #0095b5;
    border-color: transparent;
    padding: 11px 0 10px 24px;
    margin-top: 26px;
    font-size: 21px;
    color: #fff
}

.query-btn .btn i {
    position: absolute;
    left: 9px;
    width: 34px;
    height: 34px;
    background: #fff;
    top: 8px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 33px;
    transition: all ease-in-out .4s;
    color: #0a2850
}

.query-btn .btn:hover i {
    transform: rotate(360deg)
}

.f-logo {
    text-align: center
}

.f-logo img {
    width: 216px;
    border: 1px solid #ccc;
    background: #fff
}

.footer {
    position: relative;
    padding: 58px 0 0;
    background: #123465
}

.footer:before {
    content: '';
    position: absolute;
    bottom: -22px;
    right: -48px;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 50%
}

.footer .top-area {
    border-bottom: none;
    padding: 0 0 0;
    position: relative
}

.useful-links {
    display: table;
    margin: auto;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.useful-links .useful-ul {
    text-align: center
}

.useful-links .useful-ul span {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500
}

.useful-links .useful-ul li {
    display: inline-block
}

.useful-links .useful-ul li:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.useful-links .useful-ul li a {
    padding: 0 10px;
    border-right: 1px solid #989898;
    color: #eee
}

.useful-links .useful-ul li a.b-none {
    border: none
}

._ftrrow .col-md-4::before {
    top: 69px;
    content: "";
    position: absolute;
    right: 13px;
    width: 2px;
    height: 52%;
    border-right: 1px solid #ccc
}

.f-content .useful-ul li a {
    padding: 0 10px;
    border-right: 1px solid #989898;
    font-size: 15px
}

._ftrrow .col-md-4:nth-child(3)::before {
    display: none
}

.subscri-left-icon {
    position: absolute;
    left: 10%;
    top: 33%;
    opacity: .4
}

.subscri-right-icon {
    position: absolute;
    right: 10%;
    top: 33%;
    opacity: .4
}

.footer .top-area .box {
    margin: 10px 0;
    position: relative
}

.footer .top-area .box i {
    position: absolute;
    color: #737272;
    z-index: 9;
    left: 14px;
    font-size: 42px;
    top: 8px
}

.footer .top-area h2 {
    font-size: 46px;
    color: #031831;
    text-transform: uppercase;
    text-align: center
}

.footer .top-area h2 span {
    display: block;
    text-transform: initial;
    color: #05162b;
    font-size: 20px
}

.footer .top-area form {
    position: relative;
    max-width: 600px;
    margin: auto
}

.footer .top-area input {
    background: #efefef;
    color: #000;
    border: none;
    width: 100%;
    height: 57px;
    padding: 15px 15px 15px 71px;
    border-radius: 0 30px 30px 0
}

.footer .top-area input:active,
.footer .top-area input:focus {
    border: none
}

.footer .top-area button {
    position: absolute;
    top: 0;
    right: 0;
    background: #032e61;
    width: auto;
    padding: 10px 23px;
    border: none;
    color: #f5f5f5;
    font-size: 21px;
    border-left: none;
    border-radius: 0 30px 30px 0
}

.f-content {
    padding: 16px 0 6px
}

.f-content .content {
    margin: 19px 0 0 0
}

.f-content p {
    font-size: 15px;
    margin: 0 0 16px;
    color: #000;
    padding-right: 20px;
    line-height: 26px
}

._fabout a {
    display: inline-block;
    color: #0c0c0c;
    border: 1px solid;
    padding: 3px 11px;
    border-radius: 30px
}

.f-content ul {
    overflow: hidden
}

.f-content ul li:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.f-content ul li a {
    display: inline-block;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    transition: .4s
}

.f-content .cont2 ul li a {
    color: #eee
}

.f-content ul li a:hover {
    color: #93d2ff
}

.f-content ul.social-media {
    padding: 8px 35px
}

.f-content h6 {
    color: #fff;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 21px;
    text-transform: uppercase;
    position: relative
}

.f-content h6::before {
    content: "";
    position: absolute;
    width: 69px;
    height: 2px;
    border-bottom: 2px solid #4f90e4;
    top: 31px
}

.f-about {
    max-width: 650px;
    text-align: center;
    margin: auto;
    margin-top: 17px
}

.f-content .utl li {
    float: inherit!important;
    /* display:inline-block; */
    /* width: 99%; */
}

.f-content .s-utl li {
    width: 100%
}

.f-content .utl li a {
    background: 0 0!important;
    text-align: left;
    color: #eee;
    font-size: 15px;
    display: inline-block;
    height: auto;
    transition: .1s;
    position: relative;
    line-height: 33px;
    padding-left: 19px
}

.f-content .utl li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #eee;
    top: 11px;
}

.f-content .utl li a:hover {
    text-decoration: none
}

.locateus a {
    display: inline-block;
    background: #4195d2;
    color: #fff;
    padding: 7px 16px;
    margin: auto;
    width: 94%;
    margin-top: 17px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 27px
}

.locateus a i {
    position: relative;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 10px;
    margin-left: -6px
}

.cont2 ul li {
    float: inherit;
    position: relative;
    padding-left: 26px;
    line-height: 22px;
    margin: 0 0 12px;
    font-size: 15px;
    color: #eee
}

.cont2 ul h5 {
    color: #ffdd4a;
    font-size: 18px;
    margin-bottom: 10px
}

.cont2 ul li span {
    color: #eee;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0
}

.f-content .usefulllinks {
    padding: 0 40px
}

.f-content .usefulllinks h6 {
    display: table;
    margin: auto;
    margin-bottom: 20px;
    text-transform: uppercase
}

.useful-ul {
    text-align: center
}

.useful-ul span {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #040404;
    font-weight: 600
}

.f-content .useful-ul li {
    display: inline-block
}

.f-content .useful-ul li a {
    padding: 0 10px;
    border-right: 1px solid #b1b1b1
}

.f-content .useful-ul li a.b-none {
    border: none
}

.useful-links {
    display: table;
    margin: auto;
    padding: 5px 22px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.bottom-social {
    position: relative;
    z-index: 1
}

.bottom-social::before {
    border-bottom: 1px solid #e0e0e0;
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    top: 25px;
    z-index: -1
}

.f-content ul.social-media {
    margin: auto;
    display: table;
    margin-bottom: 0;
    margin-top: 26px;
    text-align: center;
    overflow: visible;
    padding: 9px 38px;
    background: #143465
}

.f-content ul.social-media span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 12px;
    font-size: 15px
}

.f-content ul.social-media li {
    display: inline-block
}

.f-content ul.social-media li a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #41075d;
    color: #fff;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    transition: all ease-in-out .5s;
    margin: 0 2px
}

.f-content ul.social-media li a:hover {
    transform: rotate(360deg)
}

.f-content ul.social-media li:nth-child(2) a {
    background-color: #4169e1
}

.f-content ul.social-media li:nth-child(3) a {
    background-color: #54c6de
}

.f-content ul.social-media li:nth-child(4) a {
    background-color: #005bc7;
}

.f-content ul.social-media li:nth-child(5) a {
    background-color: #ea44c2
}

.f-content ul.social-media li:nth-child(6) a {
    background-color: #ca24e2
}

.copyright {
    text-align: center;
    padding: 8px 0 17px
}

.f-r-more {
    color: #f11f28
}

.copyright h6 {
    padding-right: 0;
    margin: 0;
    font-size: 16px;
    color: #fff
}

.copyright h6 a {
    color: #68c0ff
}

.app-dialouge {
    max-width: 390px;
    text-align: center;
    top: 8%
}

.app-header {
    display: block;
    text-align: center;
    border: none
}

.app-header .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffeb00;
    opacity: 1;
    color: #000;
    padding: 6px 10px
}

.app-header h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    color: #080625
}

.form .form-control {
    background-color: #f5f5f5
}

._why_section_block {
    position: relative;
    padding: 57px 0 70px;
    background: #f6f6f6
}

.why_choose_us {
    position: relative
}

.why_choose_us ._titile {
    text-transform: uppercase;
    color: #000;
    margin: 7px 0 19px;
    font-size: 36px;
    text-align: center
}

._why_row .col-md-4 {
    padding: 19px 10px 19px
}

._why_block {
    position: relative
}

._why_blocks img {
    margin-bottom: 10px;
    width: 56px
}

._why_blocks h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px
}

.why_titile {
    position: relative;
    text-align: center;
    border-radius: 5px;
    width: 37%;
    left: 0;
    top: 0;
    z-index: 1;
    margin: auto;
    margin-bottom: 41px
}

.why_titile span {
    color: #eee;
    display: block;
    font-size: 23px
}

.why_titile h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 34px
}

.why_block_section {
    position: relative
}

.why_block_section::before {
    content: "";
    position: absolute;
    width: 90%
}

._why_blocks {
    text-align: center;
    margin-bottom: 0
}

._why_image {
    display: inline-block;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 8px #dedede;
    border-radius: 50%;
    line-height: 93px;
    margin-bottom: 14px;
    background: #fff;
    position: relative;
    vertical-align: middle;
}

._why_image::before {
    content: "";
    position: absolute;
    width: 88px;
    height: 88px;
    border: 1px dashed #000;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: 6px
}

._why_blocks img {
    margin-bottom: 0;
    margin-top: 19px;
}

._why_blocks h4 {
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    margin-top: 8px
}

._why_row .col-md-3:nth-child(1),
._why_row .col-md-3:nth-child(2),
._why_row .col-md-3:nth-child(3) {
    border-right: 1px solid #ccc
}

._why_row .col-md-6:nth-child(4) {
    border-right: 0
}

._why_row .col-md-6 {
    padding: 20px 10px
}

._why_row.row {
    margin-top: 82px;
    max-width: 965px;
    margin: auto;
    position: relative;
    left: 0;
    top: 0
}

.top_icons {
    position: absolute;
    top: 27px;
    left: 0;
    right: 108px;
    margin: auto;
    text-align: center;
    z-index: 9999;
    max-width: 509px;
    background: #fff;
    padding: 9px 0;
    border-radius: 30px;
    box-shadow: 0 0 10px #ccc
}

._tp_add_info {
    display: inline-block;
    color: #000;
    margin-right: 11px;
    padding-right: 14px;
    border-right: 1px solid
}

.top_icons ._tp_add_info:nth-child(2) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

._tp_add_info img {
    position: relative;
    background: #fff;
    border-radius: 50%
}

._tp_add_info span {
    position: relative
}

._call_consulation {
    background: #1b437b;
    padding: 13px 10px;
    position: relative;
    right: 144px;
    top: 0;
    width: 108%;
    text-align: center;
    margin-top: 32px;
    color: #fff;
    font-size: 24px;
    border-radius: 75px;
    border: 9px solid #dedede;
    text-transform: uppercase
}

._call_consulation a {
    color: #fff
}

._call_consulation span {
    position: absolute;
    left: 233px;
    background: #4090f1;
    border-radius: 50%;
    font-size: 19px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 14px
}

._call_consulation .form-control {
    margin: 0;
    border-radius: 30px;
    padding-left: 283px;
    border: none
}

._call_consulation .btn {
    background-color: #4190f1;
    border-color: transparent;
    position: absolute;
    right: 15px;
    top: 14px;
    border-radius: 20px;
    width: 129px
}

.p-5 {
    padding: 0 5px
}

.inner_body .siderbar_social {
    position: fixed
}

.bread_cumb {
    position: relative;
    text-align: center;
    padding: 169px 0 23px
}

.bread_cumb::before {
    position: absolute;
    content: "";
    background-image: url(../images/breadcumb_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 577px;
    left: 0;
    top: 0;
    opacity: .3
}

.bread_cumb h1 {
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #174180;
    font-weight: 600;
    font-size: 38px
}

.bread_cumb ul {
    display: table;
    margin: auto;
    list-style: none;
    background: #fff;
    padding: 4px 18px;
    border-radius: 30px;
    border: 5px solid #ccc;
    box-shadow: 0 0 10px #333
}

.bread_cumb ul li {
    display: inline-block;
    position: relative;
    padding: 0 18px
}

.bread_cumb ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #737373;
    right: -4px;
    top: 10px;
    transform: rotate(45deg)
}

.bread_cumb ul li:last-child:before {
    content: none
}

.bread_cumb ul li a {
    display: block;
    color: #ec2b41
}

.inner_content {
    position: relative;
    min-height: 50vh;
    padding: 50px 0
}

.testimonial_timeline.main-timeline {
    position: relative;
    padding: 23px 0 9px
}

.testimonial_timeline.main-timeline::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #ccc;
    top: 0
}

.testimonial_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.testimonial_timeline.main-timeline .timeline {
    width: 50%;
    padding: 20px 0 0;
    margin: 0 0 20px 5px;
    float: right
}

.testimonial_timeline.main-timeline .timeline-content {
    color: #000;
    min-height: 125px;
    padding: 0 20px 8px 85px;
    display: block;
    position: relative;
    z-index: 1
}

.testimonial_timeline.main-timeline .timeline-content:hover {
    text-decoration: none
}

.testimonial_timeline.main-timeline .timeline-icon {
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 98px;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 5px #d1d1d1 inset, 0 0 5px #d1d1d1;
    border-radius: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: -50px;
    top: 0;
    background: #fff
}

.testimonial_timeline.main-timeline .timeline-icon i {
    transform: rotate(-45deg)
}

.testimonial_timeline.main-timeline .timeline-icon:before {
    content: '';
    background-color: #ec2b41;
    height: 68%;
    width: 68%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%
}

.testimonial_timeline.main-timeline .title {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px
}

.testimonial_timeline.main-timeline .description {
    color: #505050;
    font-size: 14px;
    margin: 0
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) {
    margin: 0 5px 20px 0;
    float: left
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 85px 8px 20px
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: -50px
}

.testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon::before {
    background-color: #333
}

@media screen and (max-width:767px) {
    .testimonial_timeline.main-timeline .timeline,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 35px 0;
        padding: 100px 0 0
    }
    .testimonial_timeline.main-timeline .timeline-content,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        min-height: auto;
        padding: 0
    }
    .testimonial_timeline.main-timeline .timeline-icon,
    .testimonial_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        font-size: 30px;
        line-height: 70px;
        height: 70px;
        width: 70px;
        left: 10px;
        top: -90px
    }
}

.feedback_form {
    position: relative;
    max-width: 900px;
    margin: auto;
    margin-top: 53px;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    padding: 34px 36px
}

.feedback_form h3 {
    text-transform: uppercase;
    margin-bottom: 25px
}

.feedback_form .form-control {
    height: 45px
}

.feedback_form textarea.form-control {
    height: 80px
}

._address_info_sec {
    position: relative;
    background: #ec2b41;
    padding: 37px 24px;
    margin-bottom: 30px
}

._address_info_sec h4 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px
}

._addre_infos {
    position: relative;
    padding-left: 40px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 30px;
    margin-bottom: 24px
}

._addre_infos:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

._addre_infos h5 {
    color: #fff
}

._addre_infos i {
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    line-height: 34PX
}

._addre_infos p {
    color: #fff
}

._contact_form {
    position: relative;
    text-align: center;
    border: 10px solid #ccc;
    padding: 39px 31px;
    margin-bottom: 30px
}

._contact_form h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 33px
}

._contact_form textarea.form-control {
    height: 115px
}

.map iframe {
    width: 100%;
    height: 250px;
    box-shadow: 0 0 10px #ccc;
    padding: 12px
}

.services_text_content h2 {
    font-size: 29px;
    color: #04203a;
    margin: 18px 0 4px
}

.services_text_content h3 {
    font-size: 23px
}

.services_text_content h4 {
    font-size: 20px;
    margin: 16px 0 6px
}

.services_text_content p {
    color: #333;
    margin-bottom: 10px
}

.services_text_content a {
    color: #16659c;
}

.ol_styles {
    position: relative;
    list-style-type: none;
    padding: 0
}

.ol_styles li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    font-size: 15px
}

.ol_styles li::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #797979;
    left: 0;
    border-radius: 50%;
    top: 8px
}

._faqs li span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #3aa0e8;
    margin-top: 18px;
    line-height: 22px
}

.ol_styles2 {
    padding-left: 20px
}

.ol_styles2 li::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: 0 0;
    border: 2px solid #797979;
    left: 0;
    border-radius: 50%;
    top: 8px
}

._inner_service_img {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 18px
}

._inner_service_img::before {
    content: "";
    position: absolute;
    width: 57%;
    height: 57%;
    border: 2px solid #ef1d42;
    z-index: -1;
    right: -20px;
    top: -20px
}

._inner_service_img img {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #ccc
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

._galleryrow .col-md-3 {
    padding: 0 7px
}

._galleryox .box {
    background: linear-gradient(#0b254a, #0b254a, #031125);
    overflow: hidden;
    position: relative;
    height: 188px;
    margin-bottom: 14px
}

._galleryox .box:before {
    content: "";
    background: #fff;
    height: 30px;
    width: 0;
    border-radius: 0 50px 50px 0;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    transition: all .5s ease 0s
}

._galleryox .box:hover:before {
    width: calc(85% - 85px);
    opacity: .9
}

._galleryox .box img {
    width: 100%;
    height: auto;
    transition: all .3s ease 0s;
    transform: scale(2.7)
}

._galleryox .box:hover img {
    opacity: .3
}

._galleryox .box .box-content {
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    transition: all .4s ease .2s
}

._galleryox .box:hover .box-content {
    opacity: 1;
    bottom: 25px
}

._galleryox .box .title {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 0 0 3px rgba(0, 0, 0, .9);
    margin: 0 0 7px
}

._galleryox .box .post {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block
}

._galleryox .box .icon {
    padding: 0;
    margin: auto;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 4px;
    left: 0;
    bottom: 10px;
    width: 37px;
    transition: all .3s ease .3s;
    z-index: 1
}

._galleryox .box:hover .icon {
    opacity: 1;
    bottom: 21px
}

._galleryox .box .icon li {
    margin: 0 3px;
    display: inline-block
}

._galleryox .box .icon li a {
    color: #fff;
    background-color: #ef1d42;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s
}

._galleryox .box .icon li a:hover {
    color: #fff;
    background-color: #333;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .25)
}

.about_inner_text h2 {
    position: relative;
    color: #4195d2;
    font-size: 25px;
    border-left: 2px solid;
    padding: 6px 11px;
    background: #fff;
    display: table;
    box-shadow: 0 0 10px #a9a8a8;
    margin-top: 20px;
    margin-bottom: 12px
}

.about_inner_text h3 {
    position: relative;
    font-size: 22px;
    color: #082144;
    margin: 18px 0 10px
}

.about_inner_text h4 {
    position: relative;
    font-size: 20px;
    margin: 17px 0 5px
}

.about_inner_text p {
    font-size: 15px
}

.about_inner_text p span {
    color: #ef1d42;
    font-style: italic
}

.about_inner_text .ol_styles li {
    font-size: 14px
}

.inner_about_image {
    text-align: center;
    padding: 10px;
    border: 2px dashed #828282;
    margin: 17px 0 20px
}

._dc_info {
    background: linear-gradient(to right, #05437c, #2282d5);
    padding: 15px 0
}

._dc_info h3 {
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    margin-bottom: 7px;
}

._dc_info h5 {
    position: relative;
    color: #fff;
    margin-bottom: 6px
}

._dc_info span {
    position: relative;
    color: #fff
}

.nav-menu {
    margin-bottom: 40px
}

.nav-menu li {
    text-align: center;
    background: #ef1d42;
    border-bottom: 1px solid #fff
}

.nav-menu li a {
    color: #fff;
    padding: 15px;
    display: block
}

.nav-menu li.active {
    background: #f5f5f5;
    border: 1px dashed #ef1d42
}

.nav-menu li.active a {
    color: #000
}

.faqus {
    padding: 52px 0 69px
}

._faqs.main-timeline {
    position: relative;
    padding: 31px 0 11px
}

._faqs.main-timeline::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 4px dashed #ccc;
    top: 0
}

._faqs.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

._faqs.main-timeline .timeline {
    width: 49%;
    padding: 13px 0 0;
    margin: 0 0 20px 5px;
    float: right
}

._faqs.main-timeline .timeline-content {
    color: #000;
    min-height: 126px;
    padding: 13px 0 20px 85px;
    display: block;
    position: relative
}

._faqs.main-timeline .timeline-content:hover {
    text-decoration: none
}

._faqs.main-timeline .timeline-icon {
    color: #fff;
    font-size: 27px;
    text-align: center;
    line-height: 87px;
    height: 86px;
    width: 86px;
    box-shadow: 0 0 5px #d1d1d1 inset, 0 0 5px #d1d1d1;
    border-radius: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: -53px;
    top: 12px;
    background: #f6f6f6
}

._faqs.main-timeline .timeline-icon i {
    transform: rotate(-45deg)
}

._faqs.main-timeline .timeline-icon:before {
    content: '';
    background-color: #16bcb0;
    height: 68%;
    width: 68%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%
}

._faqs.main-timeline .title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    display: inline-block;
    background: #4195d2;
    padding: 7px 18px;
    border-radius: 30px
}

._faqs.main-timeline .description {
    color: #757575;
    font-size: 17px;
    margin: 0;
    line-height: 23px
}

._faqs.main-timeline .timeline:nth-child(even) {
    margin: 0 5px 20px 0;
    float: left
}

._faqs.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 15px 85px 20px 0;
    text-align: right
}

._faqs.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: -55px
}

._faqs.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    background-color: #ed4c62
}

@media screen and (max-width:767px) {
    ._faqs.main-timeline .timeline,
    ._faqs.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 35px 0;
        padding: 100px 0 0
    }
    ._faqs.main-timeline .timeline-content,
    ._faqs.main-timeline .timeline:nth-child(even) .timeline-content {
        min-height: auto;
        padding: 0
    }
    ._faqs.main-timeline .timeline-icon,
    ._faqs.main-timeline .timeline:nth-child(even) .timeline-icon {
        font-size: 30px;
        line-height: 70px;
        height: 70px;
        width: 70px;
        left: 10px;
        top: -90px
    }
}