@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ===============================================
    General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
}
b, strong{ 
  font-weight: bold;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}
*::-moz-selection { 
    background: #ffea5c; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #ffea5c; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #e02454; 
    color: #fff; 
    text-shadow: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #666666;
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}
.rs-layer input[type="email"]{
    border-color: transparent !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}
button:focus{
    box-shadow: none;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #ff382f;
    /* -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield; */
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {   
  color: var(--body-font-color) !important;
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: 'Poppins', sans-serif;
    --base-bodyfont-Size: 15px;
    --base-bodyfont-color: #7a8a9e;    
    --base-spanfont-color: #30bde8; 
    --base-skin: #202c65;
    --base-dark: #003a66;
    --base-grey: #F0F5FB;
    --base-black: #080b0c;
    --base-white: #ffffff; 
    --base-headingfont-main: 'Playfair Display',serif;   
    --base-headingfont: "Poppins", Arial, Helvetica, sans-serif;
    --base-headingfont-color: #003760;


 /* Font Weight */
    --fw-lighter:         lighter;
    --fw-light:           300;
    --fw-normal:          400;
    --fw-medium:          500;
    --fw-semibold:        600;
    --fw-bold:            700;
    --fw-bolder:          bolder;

    /* Font Size */
    --fs-0:	        0rem;

    --fs-1:	        0.0625rem;
    --fs-2:	        0.125rem;
    --fs-3:	        0.1875rem;
    --fs-4:	        0.25rem;
    --fs-5:	        0.3125rem;
    --fs-6:	        0.375rem;
    --fs-7:	        0.4375rem;
    --fs-8:	        0.5rem;
    --fs-9:	        0.5625rem;
    --fs-10:	    0.625rem;

    --fs-11:	    0.6875rem;
    --fs-12:	    0.75rem;
    --fs-13:	    0.8125rem;
    --fs-14:	    0.875rem;
    --fs-15:	    0.9375rem;
    --fs-16:	    1rem;
    --fs-17:	    1.0625rem;
    --fs-18:	    1.125rem;
    --fs-19:	    1.1875rem;
    --fs-20:	    1.25rem;

    --fs-21:	    1.3125rem;
    --fs-22:	    1.375rem;
    --fs-23:	    1.4375rem;
    --fs-24:	    1.5rem;
    --fs-25:	    1.5625rem;
    --fs-26:	    1.625rem;
    --fs-27:	    1.6875rem;
    --fs-28:	    1.75rem;
    --fs-29:	    1.8125rem;
    --fs-30:	    1.875rem;

    --fs-31:	    1.9375rem;
    --fs-32:	    2rem;
    --fs-33:	    2.0625rem;
    --fs-34:	    2.125rem;
    --fs-35:	    2.1875rem;
    --fs-36:	    2.25rem;
    --fs-37:	    2.3125rem;
    --fs-38:	    2.375rem;
    --fs-39:	    2.4375rem;
    --fs-40:	    2.5rem;

    --fs-41:	    2.5625rem;
    --fs-42:	    2.625rem;
    --fs-43:	    2.6875rem;
    --fs-44:	    2.75rem;
    --fs-45:	    2.8125rem;
    --fs-46:	    2.875rem;
    --fs-47:	    2.9375rem;
    --fs-48:	    3rem;
    --fs-49:	    3.0625rem;
    --fs-50:	    3.125rem;

    --fs-51:	    3.1875rem;
    --fs-52:	    3.25rem;
    --fs-53:	    3.3125rem;
    --fs-54:	    3.375rem;
    --fs-55:	    3.4375rem;
    --fs-56:	    3.5rem;
    --fs-57:	    3.5625rem;
    --fs-58:	    3.625rem;
    --fs-59:	    3.6875rem;
    --fs-60:	    3.75rem;

    --fs-61:	    3.8125rem;
    --fs-62:	    3.875rem;
    --fs-63:	    3.9375rem;
    --fs-64:	    4rem;
    --fs-65:	    4.0625rem;
    --fs-66:	    4.125rem;
    --fs-67:	    4.1875rem;
    --fs-68:	    4.25rem;
    --fs-69:	    4.3125rem;
    --fs-70:	    4.375rem;

    --fs-71:	    4.4375rem;
    --fs-72:	    4.5rem;
    --fs-73:	    4.5625rem;
    --fs-74:	    4.625rem;
    --fs-75:	    4.6875rem;
    --fs-76:	    4.75rem;
    --fs-77:	    4.8125rem;
    --fs-78:	    4.875rem;
    --fs-79:	    4.9375rem;
    --fs-80:	    5rem;

    --fs-81:	    5.063rem;
    --fs-82:	    5.125rem;
    --fs-83:	    5.188rem;
    --fs-84:	    5.25rem;
    --fs-85:	    5.313rem;
    --fs-86:	    5.375rem;
    --fs-87:	    5.438rem;
    --fs-88:	    5.5rem;
    --fs-89:	    5.5625rem;
    --fs-90:	    5.625rem;

    --fs-91:	    5.6875rem;
    --fs-92:	    5.75rem;
    --fs-93:	    5.8125rem;
    --fs-94:	    5.875rem;
    --fs-95:	    5.9375rem;
    --fs-96:	    6rem;
    --fs-97:	    6.0625rem;
    --fs-98:	    6.125rem;
    --fs-99:	    6.1875rem;
    --fs-100:	    6.25rem;

    --fs-110:	    6.875rem;
    --fs-120:	    7.5rem;
    --fs-128:	    8rem;
    --fs-130:	    8.25rem;
    --fs-140:	    8.75rem;
    --fs-150:	    9.375rem;
    --fs-175:	    10.9375rem;
    --fs-176:	    11rem;
    --fs-190:	    11.875rem;
    --fs-192:	    12rem;

    --fs-200:	    12.5rem;
    --fs-210:	    13.125rem;
    --fs-240:	    15rem;
    --fs-280:	    17.5rem;
    --fs-291:        18.188rem;

    --fs-320:	    20rem;
    --fs-370:	    23.125rem;

    --fs-400:	    25rem;

    --fs-500:	    31.25rem;
    --fs-592:	    37rem;

    --fs-600:	    37.5rem;
    --fs-680:	    42.5rem;

    /* Theme Colors */
    --color-primary:        #E13833;
    --color-primary-rgb:      225, 56, 51;
    --color-one:            #E13833;
    --color-one-rgb:          225, 56, 51;

    --color-secondary:      #162842;
    --color-secondary-rgb:    22, 40, 66;
    --color-two:            #162842;
    --color-two-rgb:          22, 40, 66;

    --color-three:          #666666;
    --color-three-rgb:        102, 102, 102;
    
    --color-four:           #00255C;
    --color-four-rgb:         0, 37, 92;

    --color-dark:           #1C2539; 
    --color-dark-blue:      #0048B4; 
    --color-dark-blue-rgb:   0, 72, 180; 

    --color-light:          #E7E7E7;
    --color-light-rgb:      231, 231, 231;

    --color-white:          #FFFFFF;
    --color-white-rgb:        255, 255, 255;

    --color-black:          #000000;
    --color-black-rgb:       0, 0, 0;

    --color-muted:          #586563; 

    --link-color: #E13833;
    --link-color-hover: #162842;
    --link-color-active: #162842;
    --gradient-color-from: #00C6FF;
    --gradient-color-to: #0072FF;

    --gradient-one: linear-gradient(90deg, #00C6FF 0%, #0072FF 100%);
    --gradient-one-alt: linear-gradient(90deg, #0072FF 0%, #00C6FF 100%);
    --gradient-one-180: linear-gradient(180deg, #00C6FF 0%, #0072FF 100%);

    /* Responsive Breakdown */
    --breakpoint-extralargedesktop: 1399.98px;
    --breakpoint-largedesktop: 1199.98px;
    --breakpoint-desktop: 991.98px;
    --breakpoint-tablet: 767.98px;
    --breakpoint-mobile: 575.98px;
    --breakpoint-minimobile: 499.98px;

    /* Transition Method */
    --transition-base: all 0.5s ease-in-out;
    --transition-bezier: all .25s cubic-bezier(.645, .045, .355, 1);
}

:root .theme-style2 {
    --color-primary:        #2282FF;
    --color-primary-rgb:      34, 130, 255;
    --color-one:            #2282FF;
    --color-one-rgb:          34, 130, 255;

    --link-color: #2282FF;
    --link-color-hover: #FFFFFF;
}

:root .theme-style3 {
    --color-primary:        #F8C503;
    --color-primary-rgb:      248, 197, 3;
    --color-one:            #F8C503;
    --color-one-rgb:          248, 197, 3;

    --color-two:          #000000;
    --color-two-rgb:       0, 0, 0;

    --color-dark-blue:      #F8C503; 
    --color-dark-blue-rgb:   248, 197, 3; 

    --link-color: #F8C503;
    --link-color-hover: #FFFFFF;
}


/** Typo Colors **/
.border-color { color: #e5e5e5;}
.bodyfont-color { color: var(--base-bodyfont-color);}
.headingfont-color { color: var(--base-headingfont-color); }

/** Background Colors **/
.bg-base-skin { background-color: var(--base-skin);}
.bg-base-dark { background-color: var(--base-dark);}
.bg-base-grey { background-color: var(--base-grey);}
.bg-base-white { background-color: var(--base-white);}

.bg-base-light-skin  { background-color: #e02454bd;}
  
/** Text Colors **/
.text-base-skin { color: var(--base-skin);}
.text-base-dark { color: var(--base-dark);}
.text-base-grey { color: var(--base-grey);}
.text-base-white { color: var(--base-white);}

/** Bg-layer Colors **/
.bg-base-skin > .prt-bg-layer{background-color: var(--base-skin);}
.bg-base-dark > .prt-bg-layer{background-color: var(--base-dark);}
.bg-base-grey > .prt-bg-layer{background-color: var(--base-grey);}
.bg-base-white > .prt-bg-layer{background-color: var(--base-white);}

.bg-base-skin >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-skin);}
.bg-base-dark >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-dark);}
.bg-base-grey >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-grey);}
.bg-base-white >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-white);}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1, .bg-base-dark h2, .bg-base-dark h3,
.bg-base-dark h4, .bg-base-dark h5, .bg-base-dark h6 {
    color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark) {color: var(--base-skin);}
.bg-base-dark .text-base-white, .bg-base-skin .text-base-white  ,
.bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
    color: rgba(255,255,255,.80);
}
.bg-base-dark p ,
.bg-base-skin p ,
.bg-base-dark span ,
.bg-base-skin span { color: rgba(255, 255, 255, 0.8); }

.bg-base-white h1, .bg-base-white h2, .bg-base-white h3,
.bg-base-white h4, .bg-base-white h5, .bg-base-white h6 {
    color: var(--base-dark);
}

.bg-base-white p ,
.bg-base-white span { color: var(--base-bodyfont-color); }

.overlay-box {
    border-style: solid;
    border-width: 0px 0px 0px 15px;
    border-color: #21A12E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -5px;
    padding: 32px 0px 33px 20px;
}
.overlay-inner-box {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    width: 100%;
    margin: 0px 0px 0px 18px;
}
.overlay-inner-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

body { font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 26px;
    color: var(--base-bodyfont-color);
}
h1, h2, h3, h4, h5, h6 { 
    font-family: var(--base-headingfont); 
    margin-bottom: 15px; 
    font-weight: 600; 
    color : var(--base-headingfont-color);
}
h1 { font-size: 50px; line-height: 60px; }
h2 { font-size: 42px; line-height: 52px; }
h3 { font-size: 22px; line-height: 32px; }
h4 { font-size: 20px; line-height: 30px; }
h5 { font-size: 18px; line-height: 28px; }
h6 { font-size: 16px; line-height: 26px; }

.container-fluid{padding: 0 15px;}
.container {
    max-width: 1330px;
    padding: 0 15px;
}
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}
.row:not(.g-0) > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: var(--base-white);
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: var(--base-white);
}
a {
    color: var(--base-dark);
}
a:hover { color: var(--base-skin); }
a, img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
label { font-size: 14px; }
.fs-15 { font-size: 15px !important; line-height: 26px; }
.fs-18 { font-size: 18px !important; line-height: 26px; }
.fs-20 { font-size: 20px !important; line-height: 26px; }
.fs-21 { font-size: 21px !important; line-height: 32px; }
.fs-22 { font-size: 22px !important; line-height: 35px; }
.fs-28 { font-size: 28px !important; line-height: 38px; }
.fs-30 { font-size: 28px !important; line-height: 40px; }
.fs-34 { font-size: 34px !important; line-height: 40px !important; }
.fs-42 { font-size: 42px !important; line-height: 54px !important; }

.lh-base {line-height: 20px!important;}

.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }

.box-shadow{ box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10) }

.border-rad_6 { border-radius: 6px;}
.border-rad_8 { border-radius: 8px;}
.border-rad_10 { border-radius: 10px;}

.border-tl-rad_5{border-top-left-radius: 6px;}
.border-tr-rad_5{border-top-right-radius: 6px;}
.border-br-rad_5{border-bottom-right-radius: 6px;}
.border-bl-rad_5{border-bottom-left-radius: 6px;}

.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0;
}
.alignright {
    float: right;
    margin: .425em 0 1.25em 1.75em;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }
.z-index-2{ z-index: 2; }

.underline { 
    position: relative; 
}
.underline:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--base-skin);
    bottom: 1px;
    left: 0;
}
.border-rounded {
    border-radius: 50%;
}
.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 { padding: 80px 0px 120px 105px; margin-left: -50px; margin-top: -70px; }
.spacing-2 { padding: 70px 52px 39px 0px; }
.spacing-3 { margin-left: 65px; margin-right: 65px; }
.spacing-4 { padding: 70px 50px 66px; margin-top: 70px; margin-left: -50px; margin-bottom: -80px;}
.spacing-5 { margin-right: -55px; }
.spacing-6 { padding: 70px 0px 60px 80px; margin-top: 70px; margin-left: -55px; }
.spacing-7 { padding: 30px 60px 6px 15px;}
.spacing-8 { width: 100%; margin-right: 10px;}
.spacing-9 { padding: 40px 30px; margin-top: -300px; margin-left: -30px; }
.spacing-10 { padding: 32px 30px 28px; }
.spacing-11 { margin-right: -60px; }
.spacing-12 { margin-left: 60px; }
.spacing-13 { padding: 10px 15px 13px 23px;}
.spacing-14 { padding: 20px 30px 26px 46px; }
.spacing-15 { padding: 20px 46px 26px 16px; }
.spacing-16 { padding: 80px 40px 80px 0px; }
.spacing-17 { padding: 48px 0px 46px 40px; }
.spacing-18 { padding: 20px 25px; }
.spacing-19 { padding: 80px 50px 80px 50px; }
.spacing-20 { padding: 27px 0 29px; }
.spacing-21 { padding: 40px 30px; }
.spacing-22 { padding: 60px 50px 60px 50px; }
.spacing-23 { margin: 10px; }
.spacing-24 { padding: 10px 30px 10px 30px; }
.spacing-25 { padding: 28px 40px 30px 40px; }
.spacing-26 { padding: 20px 0 21px; }
.spacing-27 { padding: 50px 0; }

.prt-shape-bottom,
.prt-shape-top{position: relative;}
.prt-shape-bottom:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.prt-shape-top:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -15px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.p-10 { padding: 10px ! important ; }
.p-15 { padding: 15px ! important ; }
.p-20 { padding: 20px ! important ; }
.p-25 { padding: 25px ! important ; }
.p-30 { padding: 30px ! important ; }
.p-40 { padding: 40px ! important ; }
.p-45 { padding: 45px ! important ; }
.p-50 { padding: 50px ! important ; }
.p-60 { padding: 60px ! important ; }

.pr-0{ padding-right: 0 !important ; }
.pr-5{ padding-right: 5px ! important ;}
.pr-10{ padding-right: 10px ! important ; }
.pr-15{ padding-right: 15px ! important ; }
.pr-20{ padding-right: 20px ! important ; }
.pr-25{ padding-right: 25px ! important ; }
.pr-30{ padding-right: 30px ! important ; }
.pr-35{ padding-right: 35px ! important ; }
.pr-40{ padding-right: 40px ! important ; }
.pr-45{ padding-right: 45px ! important ; }
.pr-50{ padding-right: 50px ! important ; }
.pr-60{ padding-right: 60px ! important ; }

.pl-0{ padding-left: 0px !important ; }
.pl-5{ padding-left: 5px ! important ; }
.pl-10{ padding-left: 10px ! important ; }
.pl-15{ padding-left: 15px ! important ; }
.pl-20{ padding-left: 20px ! important ; }
.pl-25{ padding-left: 25px ! important ; }
.pl-30{ padding-left: 30px ! important ; }
.pl-35{ padding-left: 35px ! important ; }
.pl-40{ padding-left: 40px ! important ; }
.pl-45{ padding-left: 45px ! important ; }
.pl-50{ padding-left: 50px ! important ; }
.pl-60{ padding-left: 60px ! important ; }

.pt-0{ padding-top: 0px !important ;}
.pt-5{ padding-top: 5px ! important ;}
.pt-10{ padding-top: 10px ! important ; }
.pt-15{ padding-top: 15px ! important ; }
.pt-20{ padding-top: 20px ! important ; }
.pt-23{ padding-top: 23px ! important ; }
.pt-25{ padding-top: 25px ! important ; }
.pt-30{ padding-top: 30px ! important ; }
.pt-35{ padding-top: 35px ! important ; }
.pt-40{ padding-top: 40px ! important ; }
.pt-45{ padding-top: 45px ! important ; }
.pt-50{ padding-top: 50px ! important ; }
.pt-60{ padding-top: 60px ! important ; }
.pt-80{ padding-top: 80px ! important ; }
.pt-160{ padding-top: 160px ! important ; }

.pb-0{ padding-bottom: 0px !important ; }
.pb-5{ padding-bottom: 5px ! important ; }
.pb-10{ padding-bottom: 10px ! important ; }
.pb-15{ padding-bottom: 15px ! important ; }
.pb-20{ padding-bottom: 20px ! important ; }
.pb-25{ padding-bottom: 25px ! important ; }
.pb-30{ padding-bottom: 30px ! important ; }
.pb-35{ padding-bottom: 35px ! important ; }
.pb-40{ padding-bottom: 40px ! important ; }
.pb-45{ padding-bottom: 45px ! important ; }
.pb-50{ padding-bottom: 50px ! important ; }
.pb-60{ padding-bottom: 60px ! important ; }
.pb-70{ padding-bottom: 70px ! important ; }
.pb-80{ padding-bottom: 80px ! important ; }

/** Margin **/
.mt-0{ margin-top: 0px !important ; }
.mt-5{ margin-top: 5px ! important ; }
.mt-10 { margin-top: 10px ! important ; }
.mt-12 { margin-top: 12px ! important ; }
.mt-15{ margin-top: 15px ! important ; }
.mt-20{ margin-top: 20px ! important ; }
.mt-25{ margin-top: 25px ! important ; }
.mt-30{ margin-top: 30px ! important ; }
.mt-32{ margin-top: 32px ! important ; }
.mt-35{ margin-top: 35px ! important ; }
.mt-40{ margin-top: 40px ! important ; }
.mt-45{ margin-top: 45px ! important ; }
.mt-50{ margin-top: 50px ! important ; }
.mt-55{ margin-top: 55px ! important ; }
.mt-60{ margin-top: 60px ! important ; }
.mt-75{ margin-top: 75px ! important ; }
.mt-80{ margin-top: 80px ! important ; }
.mt-135{ margin-top: 135px ! important ; }
.mt-160{ margin-top: 160px ! important ; }
.mt-162{ margin-top: 162px ! important ; }

.mt_5{ margin-top: -5px ! important ; }
.mt_10{ margin-top: -10px ! important ; }
.mt_15{ margin-top: -15px ! important ; }
.mt_20{ margin-top: -20px ! important ; }
.mt_25{ margin-top: -25px ! important ; }
.mt_30{ margin-top: -30px ! important ; }
.mt_35{ margin-top: -35px ! important ; }
.mt_40{ margin-top: -40px ! important ; }
.mt_50{ margin-top: -50px ! important ; }
.mt_60{ margin-top: -60px ! important ; }
.mt_70{ margin-top: -70px ! important ; }
.mt_160{ margin-top: -160px ! important ; }
.mt_162{ margin-top: -162px ! important ; }

.mb-0{ margin-bottom: 0px !important ; }
.mb-5{ margin-bottom: 5px ! important ; }
.mb-10{ margin-bottom: 10px ! important ; }
.mb-12{ margin-bottom: 12px ! important ; }
.mb-15{ margin-bottom: 15px ! important ; }
.mb-25{ margin-bottom: 25px ! important ;}
.mb-20{ margin-bottom: 20px ! important ; }
.mb-30{ margin-bottom: 30px ! important ; }
.mb-35{ margin-bottom: 35px ! important ; }
.mb-40{ margin-bottom: 40px ! important ; }
.mb-45{ margin-bottom: 45px ! important ; }
.mb-50{ margin-bottom: 50px ! important ; }
.mb-60{ margin-bottom: 60px ! important ; }
.mb-80{ margin-bottom: 80px ! important ; }

.mb_5{ margin-bottom: -5px ! important ; }
.mb_10{ margin-bottom: -10px ! important ; }
.mb_12{ margin-bottom: -12px ! important ; }
.mb_15{ margin-bottom: -15px ! important ; }
.mb_20{ margin-bottom: -20px ! important ; }
.mb_25{ margin-bottom: -25px ! important ; }
.mb_30{ margin-bottom: -30px ! important ; }
.mb_35{ margin-bottom: -35px ! important ; }
.mb_40{ margin-bottom: -40px ! important ; }
.mb_45{ margin-bottom: -45px ! important ; }
.mb_50{ margin-bottom: -50px ! important ; }
.mb_60{ margin-bottom: -60px ! important ; }

.ml-0{ margin-left: 0px !important ; }
.ml-10{ margin-left: 10px ! important ; }
.ml-15{ margin-left: 15px ! important ; }
.ml-20{ margin-left: 20px ! important ; }
.ml-30{ margin-left: 30px ! important ; }
.ml-40{ margin-left: 40px ! important ; }
.ml-50{ margin-left: 50px ! important ; }
.ml-60{ margin-left: 60px ! important ; }
.ml-65{ margin-left: 65px ! important ; }
.ml-345{ margin-left: 345px ! important ; }

.ml_5{ margin-left: -5px ! important ; }
.ml_10{ margin-left: -10px ! important ; }
.ml_15{ margin-left: -15px ! important ; }
.ml_20{ margin-left: -20px ! important ; }
.ml_25{ margin-left: -25px ! important ; }
.ml_30{ margin-left: -30px ! important ; }
.ml_35{ margin-left: -35px ! important ; }
.ml_40{ margin-left: -40px ! important ; }
.ml_45{ margin-left: -45px ! important ; }
.ml_50{ margin-left: -50px ! important ; }
.ml_60{ margin-left: -60px ! important ; }
.ml_300{ margin-left: -300px ! important ; }

.mr-0{ margin-right: 0px !important ; }
.mr-10{ margin-right: 10px ! important ; }
.mr-15{ margin-right: 15px ! important ; }
.mr-20{ margin-right: 20px ! important ; }
.mr-25{ margin-right: 25px ! important ; }
.mr-30{ margin-right: 30px ! important ; }
.mr-35{ margin-right: 35px ! important ; }
.mr-38{ margin-right: 38px ! important ; }
.mr-40{ margin-right: 40px ! important ; }
.mr-50{ margin-right: 50px ! important ; }
.mr-60{ margin-right: 60px ! important ; }
.mr-65{ margin-right: 65px ! important ; }

.mr_10{ margin-right: -10px ! important ; }
.mr_15{ margin-right: -15px ! important ; }
.mr_20{ margin-right: -20px ! important ; }
.mr_25{ margin-right: -25px ! important ; }
.mr_30{ margin-right: -30px ! important ; }
.mr_35{ margin-right: -35px ! important ; }
.mr_40{ margin-right: -40px ! important ; }
.mr_45{ margin-right: -45px ! important ; }
.mr_50{ margin-right: -50px ! important ; }
.mr_60{ margin-right: -60px ! important ; }

/* Fixed header with background */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff; /* You can change this to an image or color */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Adds padding to the top of the page content */
body {
    padding-top: 80px;
}

.navbar-brand img {
    height: 50px;
    object-fit: contain;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 15px;
    text-decoration: none;
    z-index: 1;
    padding: 0px 16px 0px 16px;
    color:var(--base-black);
}

.navbar-expand-lg .navbar-nav li.active a {
  color: var(--base-skin);
  
}

.navbar-expand-lg .navbar-nav li.active a::before, .navbar-expand-lg .navbar-nav li a::before, .navbar-expand-lg .navbar-nav li a::before, .navbar-expand-lg .navbar-nav li:hover a::before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.hero-section {
    position: relative;
    height:600px;
}


.hero-banner {
    background-image: url('../images/1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.welcome-text {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 85px;
    width: 100%;
}

.wptb-item--subtitle {
  background: var(--base-spanfont-color);
  padding: 3px 12px;
  color: var(--base-white);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 23px;
  transform-origin: top;
  transition-delay: 0s;
  line-height: 1.375rem;
  text-transform: uppercase;
}

.wptb-item--title {
  color: var(--base-skin);
  font-size: 60px;
  line-height: 71px;
  margin-bottom: 30px;
  width: 50%;
}

.wptb-item--description {
  margin: 0px 0px 38px 0px;
  padding: 0px 0px 0px 18px;
  border-left: 3px solid var(--base-skin);
  color: var(--base-black);
  border-radius: 0px 0px 0px 0px;
  font-size: 1.05rem;
  width: 45%;
}

.instavideo {
    position: absolute;
    right:150px;
    top:30px;
    z-index: 15;
    text-align:center;
}

.banactive {
    color:#30bde8;
}

.mar_9 {
    margin-top: -8px;
}

.prt-play-icon-btn.style1 {
  padding: 24px 24px 5px 21px;
  border-radius: 5px;
  background-color: var(--base-dark);
  margin-left: 51px;
}

.prt-list.style1 i {
  min-width: 35px;
  min-height: 35px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  font-size: 16px;
  text-align: center;
  color: var(--base-skin);
  background-color: var(--base-grey);
}

.prt-list.style1 li:hover i {
  background-color: var(--base-skin);
  color: var(--base-white);
}

.prt-single-img-1 {
  position: absolute;
  bottom: -90px;
  right: 5px;
}

.section-title h2 span {
  /*font-family: var(--base-headingfont-main);
  font-style: italic;*/
  font-weight: 600;
  display: inline-block;
  color: var(--base-spanfont-color);
}

.bg-img1 {
  background-image: url(../images/bg-image/row-bg-img-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}   

.section-title.title-style-center_text {
  text-align: center;
}
.section-title {
  position: relative;
  margin-bottom: 36px;
  margin-top: -9px;
}

.section-title .title-header {
  padding-bottom: 0px;
}

.section-title h3 {
  font-family: var(--base-headingfont);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  line-height: 26px;
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
  color: var(--base-bodyfont-color);
}

.section-title.title-style-center_text .title-header h3::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
  background-color: var(--base-bodyfont-color);
}

.section-title.title-style-center_text h2.title {
  margin-bottom: 0px;
}
.section-title h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 57px;
}

.wptb-faq-one {
  background-color: var(--base-skin);
}

.wptb-heading .wptb-item--title {
  color: var(--base-white);
  font-size: 3.312rem;
  font-family: var(--base-headingfont-main);
  font-weight: 400;
  line-height: 3.75rem;
  letter-spacing: -1.06px;
}

/* FAQ/Accordion */
.wptb-accordion {
    position: relative;
    z-index: 1;
}
.wptb-accordion1 .wptb--item{
    border: 1px solid var(--color-light);
}

.wptb-accordion1 .wptb--item + .wptb--item {
    border-top: 0px;
}

.wptb-accordion1 .wptb-item-title {
    position: relative;
    padding: 12px 30px;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: var(--transition-base);
}
.wptb-accordion1 .wptb-item-title > span {
    padding-right: 50px;
}
.wptb-accordion1 .wptb-item-title i {
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.wptb-accordion1 .wptb--item.active .wptb-item-title {
    border-bottom: var(--color-white);
    box-shadow: 0px 0px 30px 0px rgba(149, 154, 181, 0.20);
}

.wptb-accordion1 .wptb--item.active .wptb-item-title i {
    transform: translateY(-50%) rotateZ(180deg);
}

.wptb-accordion1 .wptb--item .wptb-item--content {
    padding: 0 35px 30px;
    display: none;
}

.wptb-accordion1 .wptb--item.active .wptb-item--content {
    display: block;
}
@media screen and (max-width: 991px) {
    .wptb-accordion1 .wptb-item-title {
        padding: 10px 20px;
    }
}


.wptb-faq-one .wptb-faq--inner .wptb-accordion1 .wptb-item-title, .wptb-faq-one .wptb-faq--inner .wptb-accordion1 .wptb--item.active .wptb-item-title, .wptb-faq-one .wptb-faq--inner .wptb-accordion1 .wptb--item .wptb-item--content {
  background-color:none;
  color: #fff;
  box-shadow: none;
}

.wptb-faq-one .wptb-faq--inner .wptb-accordion1 .wptb--item {
  border-color: rgba(255, 255, 255, 0.4);
}


.wptb-accordion1 .wptb-item-title i {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.wptb-heading .wptb-item--description {
  color: #fff;
  font-size: var(--fs-20);
  font-weight: var(--fw-normal);
  line-height: var(--fs-30);
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}

.wptb-appointment-form-one .wptb-form--wrapper {
  padding: 55px 65px;
  background-color: var(--base-spanfont-color);
  border-radius: 17px;
  position: absolute;
  left: 0;
  top: 0;
}

.posrel {
    position: relative;
}

.wptb-appointment-form-one .wptb-form .wptb-item--title {
  font-size: 40px;
  line-height: 50px;
  color: var(--color-white);
  width: 100%;
}

.wptb-appointment-form-one .wptb-form .btn:hover {
  background-color: var(--color-two);
  color: var(--color-white);
}

.wptb-heading .wptb-item--title {
  font-size: var(--fs-53);
  font-weight: var(--fw-normal);
  line-height: var(--fs-60);
  letter-spacing: -1.06px;
}


/* ===============================================
    Footer
------------------------*/
.bg-footer {
    background-image: url(../images/bg-image/footer-bg.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer.text-base-white,
.footer.text-base-white a {
    color: rgba(255, 255, 255, .65);
}
.footer.text-base-white a:hover {
    color: var(--base-skin) !important;
}
.footer .footer-logo {
    position: relative;
    margin-bottom: 24px;
}
.footer .social-icons li {
    margin: 0;
}
.footer .social-icons li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}
.footer .social-icons li a:hover i{
    color: var(--base-white);
}
.footer .widget-title h3 {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.menu-footer-quick-links li{ list-style: disclosure-closed;
    margin: 0 0;
    padding: 0 0;}
.footer .widget ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}
.footer.widget-title {
  padding: 0;
    padding-bottom: 0px;
  margin: 0;

}
.footer.widget-title::before {
  
  background: none;
}
.footer .second-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .first-footer .widget-area:before {
    content: '';
    background: rgba(255,255,255,0.15);
    height: 20px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer .first-footer .row .col-lg-4.widget-area:last-child:before{
    content: unset;
}

/* first-footer */
.footer .first-footer {
    padding: 60px 0 15px;
    border-bottom: 1px solid #dadada;
    border-color: rgba(255,255,255,.10);
}
.footer .first-footer .widget {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .first-footer .widget ul.social-icons > li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}
.footer .first-footer .widget ul.social-icons li a {
    color: rgba(255, 255, 255, 0.70);
    width: auto;
    height: auto;
    line-height: initial;
    border-radius: 50% !important;
    border: 0 solid rgba(255, 255,255,0.10);
    margin: 0;
    font-size: 15px;
    background: transparent !important;
    text-transform: capitalize;
    position: relative;
}
.footer .first-footer .widget ul.social-icons li a:before{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.70);
    height: 1px;
    width: 100%;
    bottom: 3px;
    left: 0;
    margin: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
}
.footer .first-footer .widget ul.social-icons li a:hover,
.footer .first-footer .widget ul.footer-nav-menu li a:hover {
    color: var(--base-skin);
}
.footer .first-footer .widget ul.social-icons li a:hover:before{
    background-color:var(--base-skin);
}
.footer .first-footer .widget ul.footer-nav-menu {
    text-align: center;
}
.footer .first-footer .widget ul.footer-nav-menu li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}
.footer .first-footer .widget ul.footer-nav-menu li a,


/* second-footer */
.second-footer p { margin-bottom: 0px; }

/*widgte-text*/
.second-footer .widget-area { position:relative; }
.second-footer .widget-area .widgte-text { padding: 12px 0; }

/*widget_nav_menu*/
.second-footer .widget_nav_menu { padding: 12px 0; }
.second-footer .widget_nav_menu ul li {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 0px 0px 13px 0;
    font-size: 15px;
}
.second-footer .widget_nav_menu ul li.last-link { padding-bottom: 0; }
.second-footer .widget_nav_menu ul li a { color: rgba(255, 255, 255, 0.8); }
.menu-footer-quick-links li a i { font-size: 10px; padding-right: 10px; }
.menu-footer-quick-links li a:hover { color: var(--base-white); }

/*widget_social*/
.second-footer .widget_social { padding: 12px 0 0; }
.second-footer .social-icons li a.prt-social-facebook {
    /*background-color: #385da9;*/
    color: var(--base-white);
    font-size: 30px;
}
.second-footer .social-icons li a.prt-social-twitter {
    /*background-color: #33ccff;*/
    color: var(--base-white);
    font-size: 30px;
}
.second-footer .social-icons li a.prt-social-instagram {
    /*background-color: #D53F7F;*/
    color: var(--base-white);
    font-size: 30px;
}
.second-footer .social-icons li a.prt-social-linkedin {
    /*background-color: #0073b1;*/
    color: var(--base-white);
    font-size: 30px;
}
.second-footer .social-icons li a:hover {
    /*background-color: #e02454;
    border-color: #e02454;*/
}
.second-footer .social-icons li {
    min-width: auto;
    margin-left: 0;
    margin-right: 20px;
}
.second-footer .social-icons li a {
    border: 0;
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-radius: 6px;
}

/*enhanced-text-widget*/
.second-footer .enhanced-text-widget.en-1 { padding: 12px 0 0; }
.second-footer .enhanced-text-widget { padding: 12px 0; }
.second-footer .enhanced-text-widget p strong {
    color: var(--base-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}
.second-footer .enhanced-text-widget .prt-btn {
    font-size: 13px;
    font-weight: 700;
    color: var(--base-white);
    padding-left: 0;
}
.second-footer .enhanced-text-widget p strong {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.second-footer .enhanced-text-widget p strong a { color:var(--base-white); }
.second-footer .enhanced-text-widget p strong a:hover { color:var(--base-skin); }
.second-footer .enhanced-text-widget .prt-advertiser { padding-top: 15px; }
.second-footer .enhanced-text-widget .prt-advertiser a {
    display: inline-block;
    padding-right: 2px;
}
.second-footer .enhanced-text-widget .prt-btn {
    font-size: 13px;
    font-weight: 700;
    color: var(--base-white);
    padding-left: 0;
}

/*widget-form*/
.second-footer .widget-form { padding: 12px 0 0; }
.second-footer .newsletter-form {
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.second-footer .newsletter-form .mailchimp-inputbox {
    display: table;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}
.second-footer .newsletter-form input[type="email"] {
    background-color: transparent;
    border-color: transparent;
    color: var(--prt-white-color);
    padding: 16px 30px 12px 0px;
    font-size: 12px;
    line-height: var(--body-line-height);
    border-bottom: 2px solid rgba(255 , 255 , 255 , 0.07);
}
.second-footer .newsletter-form input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.6); }
.second-footer .newsletter-form button[type="submit"] {
    font-size: var(--body-font-size);
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 6px;
    right: 0;
    color: var(--prt-white-color);
    background-color: transparent;
    cursor: pointer;
}
.newsletter-form button[type="submit"] i {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    z-index: -1;
    font-size: 20px;
    color: var(--base-white);
}
.newsletter-form button[type="submit"]:hover i{
    color: var(--base-skin);
}
.newsletter-form .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
}
.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}

/* checkbox  */
.footer input[type=checkbox]{
  visibility: hidden;
  position: absolute;
}
.footer input[type=checkbox] + label{
  height: 15px;
  width: 15px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 4px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 6px;
}
.footer input[type=checkbox] + label:before{
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  content: " ";
  display:inline-block;
  vertical-align: top;
}
.footer input[type=checkbox]:checked + label:before{
  content: "";
  border: solid;
  border-color: var(--base-skin);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  left: 3px;
  top: 0;
  width: 6px;
  height: 10px;
  background-color: transparent!important;
  border-radius: 0;
  position: relative;
  /* vertical-align: middle; */
}

/*visa-consultation*/
.second-footer .visa-consultation {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding: 27px 30px 10px 30px;
    background-image: url(../images/footer-img.png);
}
.second-footer .visa-consultation p {
    color: var(--base-white) !important;
    font-weight: 600;
}
.second-footer .visa-consultation .section-title .featured-title h3 {
    color: var(--base-dark);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
} 
.second-footer .visa-consultation .section-title {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.71);
    padding: 10px 30px;
}
.second-footer .visa-consultation .section-title .featured-title {
    border-bottom: 2px solid var(--base-dark);
}
.second-footer .visa-consultation .big-heading {
    padding-top: 8px;
}
.second-footer .visa-consultation .big-heading h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--base-dark);
    line-height: 25px;
    text-transform: lowercase;
    margin-bottom: 5px;
}
.second-footer .visa-consultation .description {
    text-align: center;
    padding-top: 130px;
}
.second-footer .visa-consultation .description h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.second-footer .visa-consultation .description p {
    font-size: 14px;
    font-weight: 500;
}
.second-footer .visa-consultation .description a {
    color: rgba(255, 255, 255, 1);
}

/** copyright **/

.copyright {
    font-size: 13px;
    line-height: 25px;
    color: rgba(255, 255, 255, .75);
    background-color: #003055;
    padding-top: 17px;
    padding-bottom: 18px;
    text-align: center;
}
.copyright a {
    color: rgba(255, 255, 255, 1);
}
.copyright a:hover{
  color: var(--base-skin);
}
.copyright .footer_logo {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}
.copyright .footer_logo img {
    max-height: 38px;
}
.copyright .footer_logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    background: rgba(255,255,255,0.10);
    height: 25px;
    width: 1px;
    display: block;
}
.copyright .prt-footer2-left,
.copyright .prt-footer2-right{
    padding-top: 23px;
    padding-bottom: 22px;
    font-size: 14px;
}
.copyright .prt-footer2-right {
    text-align: right;
}

/************** about us css ***************/
/* ===============================================
    Page-Title-Row
------------------------*/
.prt-titlebar-wrapper { 
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.prt-titlebar-wrapper {
    background-image: url(../images/pagetitle-bg.jpg);
}
.prt-titlebar-wrapper.about-img {
    background-image: url(../images/pagetitle-bg-about.jpg);
}
.prt-titlebar-wrapper.faq-img {
    background-image: url(../images/faqbread.jpg);
}
.prt-titlebar-wrapper.prt-bg.contact-img {
    background-image: url(../images/pagetitle-bg-contact-img.jpg);
}
.prt-titlebar-wrapper.blog-img {
    background-image: url(../images/blogbread.jpg);
}
.prt-titlebar-wrapper.service-img {
    background-image: url(../images/pagetitle-bg-services.jpg);
}
.prt-titlebar-wrapper.team-img {
    background-image: url(../images/pagetitle-bg-team.jpg);
}
.prt-titlebar-wrapper.country-img {
    background-image: url(../images/pagetitle-bg-country.jpg);
}

.prt-titlebar-wrapper.prt-bg > .prt-titlebar-wrapper-bg-layer.prt-bg-layer {
    background-color: rgba(0,13,22,0.45);
}
.prt-titlebar-wrapper-inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 240px;
    text-align: left;
}
.page-title-heading h2 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    color: var(--base-white);
}
.breadcrumb-wrapper {
    z-index: 99;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 22px;
    color: var(--base-white);
}
.breadcrumb-wrapper i {   
    display: inline-block;
    vertical-align: middle;
    color: var(--base-skin);
    font-size: 16px;
    padding-right: 5px;
    padding-top: 5px;
}
.breadcrumb-wrapper span {   
    display: inline-block;
    vertical-align: middle;  
    line-height: 19px;
    border-bottom: 1px solid #ced7e4;
    transition: all 0.3s ease 0s;
}
.breadcrumb-wrapper span:nth-child(2):hover { border-bottom: 1px solid var(--base-skin); }
.breadcrumb-wrapper span:nth-child(4):hover { border-bottom: 1px solid var(--base-skin); }
.breadcrumb-wrapper span:last-child:hover { border-bottom: 1px solid #ced7e4; }
.breadcrumb-wrapper span a { color: var(--base-white); }
.breadcrumb-wrapper span:hover a { color: #e53935; }
.breadcrumb-wrapper .prt-sep { 
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.about-section {
  padding: 60px 0;
  background: url('mountain-bg.png') no-repeat bottom center;
  background-size: cover;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.about-left,
.about-right {
  flex: 1;
  min-width: 300px;
}

.call-box {
      background-color: #e53935;
    color: #fff;
    padding: 10px 45px 10px 10px;
    display: flex;
    align-items: center;
    /* gap: 10px; */
    border-radius: 10px;
    margin-bottom: 20px;
    position: absolute;
    left: 64px;
    bottom: 120px;
   
}


.call-box .icon {
  font-size: 24px;
}

.about-image img {
  width: 100%;
  /* border-radius: 10px; */
}

.stat-box {
    padding: 23px 23px 28px;
    background-color: var(--color-white);
    border-radius: 20px;
    box-shadow: 0 43px 72px rgba(0, 0, 0, 7%);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 237px;
}
.stat-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625;
    color: var(--color-two);
    padding-bottom: 13px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
}
.stat-box .progress {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    width: 155px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--color-dark-blue);
    border-radius: 100%;
}

.stat-box h3 {
  font-size: 28px;
  color: #2e7d32;
}

.stat-box .countries {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.about-right .section-title {
 color: #0048B4;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-flex;
  font-family: 'Rubik', sans-serif;
letter-spacing: 1px;
}
.cb {
  font-weight: 600;
  display: inline-block;
  color: var(--base-spanfont-color);
}
.about-right h2 {
  
  position: relative;
  z-index: 1;
 
  letter-spacing: -1.06px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px 0px;
  
  color: var(--base-skin);
  font-size: 53px;
  line-height: 86px;
}
.about-right h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 84px;
    height: 2px;
    background-color: var(--color-dark-blue);
    /* margin-bottom: 21px; */
}
.about-right .desc {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-top: 20px;
}

.features {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature a {
  color: #0e1c36;
  font-weight: bold;
  text-decoration: none;
}

.points {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 25px;
}

.points li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.points li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #e53935;
}

.cta-btn {
  background-color: #e53935;
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.cta-btn:hover {
  background-color: #c62828;
}
.newbox svg {
    padding: 15px;
}

.newbox {
    background: #fff;
    border-radius: 29px;
    /* padding: 30px; */
}
.call-box p {
    font-size: 18px;
    /* line-height: 26px; */
    color: var(--color-white);
    /* margin-bottom: 5px; */
    font-style: normal;
    font-weight: 400;
    line-height: 1.625;
    margin: 0px 0px;
    padding: 10px 20px 0px 10px;
    font-family: 'Rubik', sans-serif;
}
.call-box h4 {
    font-size: 24px;
    /* line-height: 26px; */
    color: var(--color-white);
    /* margin-bottom: 5px; */
    font-style: normal;
    font-weight: 600;
    line-height: 1.625;
    margin: 0px 0px;
    padding: 0px 20px 5px 10px;
    font-family: 'Rubik', sans-serif;
}
/* served client  */
.wptb-about-company-one .wptb-client-review2 {
    position: absolute;
    left: 0;
    bottom: -30px;
}
.wptb-client-review2 .wptb-item--inner {
    padding: 23px 23px 28px;
    background-color: var(--color-white);
    border-radius: 20px;
    box-shadow: 0 43px 72px rgba(0,0,0,7%);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 237px;
}
.wptb-client-review2 .wptb-item--inner{top:-300px; left:-100px;}
.wptb-client-review2 .wptb-item--inner .wptb-item--icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 2;
    background-color: var(--color-two);;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wptb-client-review2 .wptb-item--inner .wptb-item--icon:before {
    background-color: rgba(var(--color-two-rgb),.3);
    content: "";
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
}
.wptb-client-review2 .wptb-item--inner .wptb-item--icon i {
    transform: rotate(45deg);
    color: var(--color-white);
    z-index: 1;
    line-height: 1;
}
.wptb-client-review2 .wptb-item--inner .wptb-item--title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625;
    color: var(--color-two);;
    padding-bottom: 13px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
}
.wptb-client-review2 .wptb-item--inner .wptb-piechart .wrap-meta {
    position: relative;
    overflow: hidden;
    padding: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 100%;
    background-color: var(--color-white);
}
.wptb-client-review2 .wptb-item--inner .wptb-piechart .wrap-meta::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -10px;
    height: 95px;
    width: 125%;
    background-color: inherit ;
    transform: rotate(-20deg);
    transform-origin: center;
}
.wptb-client-review2 .wptb-item--inner .wptb-piechart .wrap-meta--inner {
    position: relative;
    overflow: hidden;
    width: 155px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--color-dark-blue);
    border-radius: 100%;
}
.wptb-client-review2 .wptb-item--inner .wptb-piechart .wrap-meta .wptb--rating-label {
    color: var(--color-two);;
    text-align: center;
    font-family: PT Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625;
    z-index: 3;
}
.wptb-client-review2 .wptb-item--inner .wptb-piechart .wrap-meta .wptb--counter-number {
    color: var(--color-two);;
    text-align: center;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45455;
    z-index: 3;
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images {
    display: flex;
    position: relative;
    margin-top: -41px;
    z-index: 2;
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images .wptb-item--img {
    border: 2px solid var(--color-white);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--color-light);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images .wptb-item--img:nth-child(1) {
    transform: translate(0);
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images .wptb-item--img:nth-child(2) {
    transform: translateX(-50%);
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images .wptb-item--img:nth-child(3) {
    transform: translateX(-100%);
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images .wptb-item--img:nth-child(4) {
    transform: translateX(-150%);
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images .wptb-item--img:nth-child(5) {
    transform: translateX(-200%); 
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images .wptb-item--img .wptb-icon--plus {
    font-size: 10px;
    color: var(--color-one);
    line-height: 1;
    height: 9px;
    width: 9px;
    position: relative;
    cursor: pointer;
}
.wptb-client-review2 .wptb-item--inner .wptb-item--images .wptb-item--text {
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    color: var(--color-two);
    
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
}
.wptb-client-review2 .wptb-item--inner .wptb-item--desc {
    z-index: 2;
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71;
    margin-top: 13px;
}
/************* btncss *************/
/* Button One */
input[type="submit"],
.btn{
    position: relative;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-family-base);
    font-size: var(--fs-15); 
    font-weight: var(--fw-medium);
    line-height: var(--fs-22);
    text-transform: uppercase;
    background: var(--color-one);
    color: var(--color-white);
    padding: 17px 50px;
    border-width: 0px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    letter-spacing: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
}
.btn > * {
    position: relative;
    z-index: 1;
}
.btn-check:focus+.btn, .btn:focus, .btn.active,
input[type="submit"]:hover{
    color: var(--color-white);
}
.btn:hover {
    background-color: var(--color-two);
    color: var(--color-white);
}
.btn .btn-wrap{
	position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn .btn-wrap .text-first{
	position: relative;
	display: block;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn .btn-wrap .text-second{
	position: absolute;
    top: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover .btn-wrap .text-first{
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}
.btn:hover .btn-wrap .text-second{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn:before {
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    background-color: var(--color-two);
    border-radius: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
}
.btn:hover:before,
.btn.active::before {
    top: -40%;
}
.btn.active,
.btn.active:before {
    background-color: var(--color-one);
    color: var(--color-white);
}
/* ===============================================
    16.Accordion
------------------------*/
.accordion { position: relative; }

/* prt-style-classic */
.accordion .toggle.prt-toggle_style_classic { 
    margin: 0;
    padding: 0;
    border: 0;
}
.accordion .toggle.prt-toggle_style_classic .toggle-content { 
    border: 1px solid #d6d6d6 !important;
    margin-bottom: 22px;
    border-top-width: 0 !important;
    padding-left: 25px;
    padding-right: 20px;
    background-color: var(--base-white);
}
.accordion .toggle.prt-toggle_style_classic .toggle-content p { margin-bottom: 15px; }
.accordion .toggle.prt-toggle_style_classic .toggle-title {
    position: relative;
    cursor: pointer;
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 12px 40px 15px 25px; 
    margin-bottom: 30px; 
    border: 1px solid #ced7e4 !important;
    background-color: var(--base-white);     
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a.active {
    margin-bottom: 0 !important;
    border-bottom: 1px solid transparent !important;
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f067";
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-10px);
    right: 10px;
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    content: "\f068";
    color: var(--base-skin);
}
.accordion .toggle.prt-toggle_style_classic:last-child .toggle-title a { margin-bottom: 0px; }

.accordion .toggle.prt-toggle_style_classic.bg-base-grey .toggle-title a { margin-bottom: 22px; }
.accordion .toggle.prt-toggle_style_classic.bg-base-grey .toggle-title a ,
.accordion .toggle.prt-toggle_style_classic.bg-base-grey .toggle-content { background-color: var(--base-grey); }
.accordion .toggle-content.show { display: block !important; }

/* service detail page css */
.side_menu {
  list-style-type: none;
  padding: 0px;
}
.side_menu li a {
  position: relative;
  font-family: var(--font-family-heading);
  font-size: 16px;
  text-transform: capitalize;
  line-height: 26px;
  color: var(--color-two);
  list-style: none;
  background: var(--color-white);
  padding: 17px 22px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 0px 34.054px 0px rgba(137, 151, 186, 0.10);
  text-decoration: none;
  margin-bottom: 10px!important;
}
.menu-item.active a {
  background: #212b66;
  color: #fff;
  font-weight: 600;
}
.blog-details {
  padding: 65px 0 41px;
}
.d-flex.align-items-center.justify-content-between {
  border: 1px solid;
}
/* Banner Two (Sidebar) */
.wptb-banner2 .wptb-banner-inner {
    position: relative;
    padding-bottom: 125px;
    overflow: hidden;
    max-width: 420px;
    border-radius: 9px;
}

.wptb-banner2 .wptb-banner-inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content {
    position: absolute;
    background-color: var(--color-two);
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 60px;
}
.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-content {
    z-index: 3;
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-wrap-shape {
    position: relative;
    bottom: -1px;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-wrap-shape svg.wptb-svg-1, .wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-wrap-shape svg.wptb-svg-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-wrap-shape svg.wptb-svg-1 {
    fill: var(--color-two);
    z-index: 3;
    bottom: -1px;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-wrap-shape svg.wptb-svg-2 {
    fill: var(--color-one);
    z-index: 2;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-content .wptb-item--title {
    color: #fff;
    text-align: center;
    font-family: PT Serif;
    font-size: 25.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.504px;
   margin-bottom: 8px;
  width: 100%;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-content .wptb-item-contact-info {
    background-color: var(--color-one);
    border-radius: 10px;
    position: relative;
    padding: 16px 47px;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-content .wptb-item-contact-info:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 5px;
    left: 0;
    background-color: #fff;
    z-index: 1;
    border-radius: 10px;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-content .wptb-item-contact-info .wptb-item--icon {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(-50%,-50%);
    width: 52.5px;
    height: 52.5px;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-one);
    border-radius: 50%;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-content .wptb-item-contact-info .wptb-item--desc {
    color: var(--color-one);
    font-size: 15px;
    z-index: 3;
    position: relative;
    margin-bottom: -4px;
}

.wptb-banner2 .wptb-banner-inner .wptb-wrap-content .wptb-content .wptb-item-contact-info .wptb-item--number {
    font-size: 26.3px;
    color: var(--color-two);
    z-index: 3;
    position: relative;
    margin-bottom: 0;
}
.image-post img {
  width: 100%;
}

/* Project Information */
.wptb-project-info1 {
    background-color: var(--color-white);
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 21px rgba(27,18,18,5%);
    -khtml-box-shadow: 0 10px 21px rgba(27,18,18,5%);
    -moz-box-shadow: 0 10px 21px rgba(27,18,18,5%);
    -ms-box-shadow: 0 10px 21px rgba(27,18,18,5%);
    -o-box-shadow: 0 10px 21px rgba(27,18,18,5%);
    box-shadow: 0 10px 21px rgba(27,18,18,5%);
    overflow: hidden;
}

.wptb-project-info1 .wptb-item--title {
    margin-bottom: 0;
    background-color: var(--color-two);
    color: var(--color-white);
    padding: 24px 38px;
    text-align: center;
}

.wptb-project-info1 .wptb--holder {
    padding: 42px 38px;
}

.wptb-project-info1 .wptb--item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e9e9e9;
}

.wptb-project-info1 .wptb--item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wptb-project-info1 .wptb--icon {
    min-width: 43px;
    width: 43px;
    height: 43px;
    border-radius: 43px;
    background-color: var(--color-one);
    line-height: 46px;
    text-align: center;
    color: var(--color-white);
    font-size: 16px;
}

.wptb-project-info1 .wptb--meta label {
    font-size: 14px;
    margin-bottom: -3px;
}

.wptb-project-info1 .wptb--meta span {
    display: block;
    font-family: PT Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5555;
    color: var(--color-two);
    margin-top: -3px;
}


/* Error 404 */
.wptb-404 {
    padding: 154px 0 104px
}

@media screen and (max-width:1200px) {
    .wptb-404 {
        padding: 54px 0 104px
    }
}

.error-img-container .error-img {
    position: absolute;
    z-index: -1;
}

.error-img-container .error-img2 {
    top: -100px;
    left: 0
}
@media screen and (max-width:1200px) {
    .error-img-container {
        opacity: 0
    }
}

.wptb-404 .searchform-wrap {
    position: relative;
    max-width: 1075px;
    width: 100%;
    margin: 0 auto;
}

.wptb-404 .search-form {
    display: flex;
    width: 100%;
}

.wptb-404 .search-field {
    padding-right: 50px;
    height: 86px;
    font-weight: 400;
    font-size: 24px;
    color: #5d666f;
    background: #f6f6f6;
    border-radius: 7.43339px
}

@media screen and (max-width:991px) {
    .wptb-404 .search-field {
        font-size: 20px;
        line-height: 76px;
        height: 76px
    }
}

.wptb-404 .wptb-error-title-top {
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: 336.675px;
    line-height: 295px;
    background: var(--gradient-two);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

@media screen and (max-width:1200px) {
    .wptb-404 .wptb-error-title-top {
        font-size: 250px;
    }
}

@media screen and (max-width:1200px) and (max-width:1024px) {
    .wptb-404 .wptb-error-title-top {
        font-size: 150px;
        line-height: 1.2;
    }
}

@media screen and (max-width:1200px) and (max-width:1024px) and (max-width:767px) {
    .wptb-404 .wptb-error-title-top {
        font-size: 120px;
        margin-bottom: 0;
    }
}

.wptb-404 .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 86px;
    height: 100%;
    padding: 0;
    border: none;
    background: #7360f2;
    box-shadow: 0 14.8668px 29.7336px rgba(115, 96, 242, .3);
    border-radius: 8px;
    cursor: pointer;
}

.wptb-404 .search-submit:after {
    content: '\F52A';
    font-family: 'bootstrap-icons';
    font-size: 20px;
    font-weight: 300;
    color: var(--color-white);
}

.wptb-404 .search-submit:hover:after {
    color: var(--color-one);
}


.wptb-404 .wptb-error-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    height: 100%;
    margin: auto;
}

.wptb-404 .wptb-error-inner .wptb-error-title {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 71px;
    font-family: var(--font-family-three);
    font-weight: 700;
    color: var(--color-four);
    margin: 17px 0 38px;
}

@media screen and (max-width:1200px) {
    .wptb-404 .wptb-error-inner .wptb-error-title {
        font-size: 50px;
    }
}

@media screen and (max-width:1200px) and (max-width:1024px) {
    .wptb-404 .wptb-error-inner .wptb-error-title {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media screen and (max-width:1200px) and (max-width:1024px) and (max-width:767px) {
    .wptb-404 .wptb-error-inner .wptb-error-title {
        font-size: 24px;
        margin: 0 0 18px;
    }
    .instavideo img{ width: 81px!important;
    position: absolute;
    top: 94px;}

        .wptb-item--title {
        color: var(--base-skin);
        font-size: 23px;
        line-height: 40px;
        margin-bottom: 30px;
        width: 61% !important;
    }
    .instavideo {
    position: absolute;
        right:-8px;
        top: 140px !important;
        z-index: 15;
        text-align: center;
        left: 71% !important;
}
.wptb-item--description {
    margin: 0px 0px 38px 0px;
    padding: 0px 0px 0px 18px;
    border-left: 3px solid var(--base-skin);
    color: var(--base-black);
    border-radius: 0px 0px 0px 0px;
    font-size: 1.05rem;
    width: 78%!important;
}
.hero-banner {
    background-image: url(../images/1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 105%!important;
    height: 80%;
    z-index: 5;
}
/* .hero-section {
  position: relative;
  height: 450px!important;
} */
iframe {
    height: 300px !important;
    margin-top: 10px !important;
    position: relative;
    z-index: 0;
}
.title-header {
    margin-top: 35px!important;
}
.title-header h3 {
   text-align: center!important;
}
.title-header h2 {
  font-size: 34px !important;
}
.title-desc p {
  text-align: justify!important;
}
.section-title h2 {
    font-weight: 600;
    /* font-size: 37px!important; */
    line-height: 48px!important;
}
.prt-row.home01-welcome-section {
    padding: 0px 0 0px;
}
.prt-row.home01-services-section {
    padding: 0px 0px 20px!important;
}
.spacing-27 {
    padding: 0px 0;
}
video#topvideo{margin-top: 31px!important;
    margin-left: 13px!important;}
.prt-row.clearfix.spacing-27 {
  padding-bottom: 30px!important;
}
.wptb-item--title.ans {
  width: 100% !important;
  text-align: center!important;
}
.wptb-faq-one.pd-top-more.spacing-27.posrel {
  padding-top: 20px!important;
}
.wptb-item--description.immi {
  padding: 5px!important;
  margin: 5px!important;
  width: 100% !important;
  /* text-align: justify; */
  font-size: 19px !important;
}
.wptb-accordion1 .wptb-item-title > span {
  padding-right: 0px!important;
}
.wptb-accordion1 .wptb--item .wptb-item--content {
  padding: 0 10px 30px 20px!important;
  
}
.navbar-expand-lg .navbar-nav .nav-link {
  display: block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 15px;
  text-decoration: none;
  z-index: 1;
  padding: 0px 16px 16px 16px!important;
  color: var(--base-black);
  
}
.navbar-toggler {
  display: grid!important;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
  margin-left: 0px!important;
}
.prt-btn.prt-btn-size-sm {
  font-size: 15px;
  padding:28px 27px 40px 80px !important;
    
}
.counterbox {
  margin-left: 0px!important;
}
.about-right h2 {

  font-size: 41px!important;
  line-height: 65px!important;
}
.about-right .desc {
  
  text-align: justify!important;
}
.prt-row.about01-why-us-section {
  padding: 0px 0 54px!important;
}
.featured-icon-box.style19 {
  margin: 5px!important;
  text-align: center;
  padding: 15px 15px 8px!important;
  border: 1px solid!important;  
}
.prt-btn.prt-btn-size-sm.prt-btn-shape-round.prt-btn-style-fill.prt-btn-color-skincolor.mar_9 {
  padding: 12px !important;
}
}

.icon-bar {
	background: #000;
	height: 3px;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.icon-bar + .icon-bar {
  margin-top: 4px;
}
.icon-bar {
  display: block;
  width: 22px;
  /* height: 2px;
  border-radius: 1px; */
}
.sr-only {
  position: relative;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sdwrapper {
  list-style-type: disclosure-closed;
}
.sdwrapper li a {
  background: #7a98aa !important;
}
.wptb-404 .wptb-error-inner .excerpt-404 {
    margin: 0 auto 65px;
    max-width: 1036px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    text-align: center
}


.wptb-404 .wptb-error-inner .btn {
    margin-top: 55px;
    background: var(--gradient-two);
    border-radius: 8px;
    line-height: 66px;
    font-weight: 700;
    font-size: 24px;
    padding: 11px 51px 12px
}

/* Error 404 End */


/* Coming Soon */
.wptb-credential {
    padding-top: 240px;
}

.wptb-credential .wptb-item--inner {
    padding: 0px 60px;
    transition: var(--transition-base);
}
.wptb-credential .wptb-heading .wptb-item--subtitle {
    font-size: 16px;
    line-height: 28px;
    color: var(--color-white);
}
.wptb-credential .wptb-heading .wptb-item--title {
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    color: var(--color-one);
}
.wptb-credential .wptb-heading .wptb-item--description {
    font-size: 16px;
    line-height: 28px;
    color: var(--color-white);
}

.wptb-credential.error-404 .wptb-heading .wptb-item--subtitle {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-top: 30px;
    margin-bottom: 20px;
}
.wptb-credential.error-404 .wptb-heading .wptb-item--title {
    font-size: 226px;
    line-height: 200px;
    text-transform: uppercase;
    color: var(--color-one);
}
.wptb-credential.error-404 .wptb-heading .wptb-item--description {
    font-size: 20px;
    line-height: 30px;
    color: var(--color-white);
}

.credential-form {
    position: relative;
    transition: var(--transition-base);
}
.credential-form .form-control {
    font-family: var(--font-family-base);
    color: var(--color-white);
    background: rgba(var(--color-white-rgb), 0.3);
    border-radius: 100px;
    height: 72px;
    padding: 15px 30px;
}
/* FAQ/Accordion - Two*/
.wptb-accordion2 .wptb-item-title {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    padding: 27px 30px;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: var(--transition-base);
    border: 1px solid transparent;
}
.wptb-accordion2 .wptb-item-title span {
    padding-right: 60px;
}
.wptb-accordion2 .wptb--item + .wptb--item .wptb-item-title {
    border-top: 1px solid var(--color-light);
}
.wptb-accordion2 .wptb-item-title i {
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    background-color: var(--color-light);
    color: var(--color-two);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
}
.wptb-accordion2 .wptb-item-title i.minus {
    opacity: 0;
}

.wptb-accordion2 .wptb--item.active .wptb-item-title {
    border: 1px solid var(--color-one);
}

.wptb-accordion2 .wptb--item.active .wptb-item-title i {
    transform: translateY(-50%) rotateZ(180deg);
    background-color: var(--color-one);
    color: var(--color-white);
}

.wptb-accordion2 .wptb--item.active .wptb-item-title i.plus {
    opacity: 0;
}
.wptb-accordion2 .wptb--item.active .wptb-item-title i.minus {
    opacity: 1;
}

.wptb-accordion2 .wptb--item .wptb-item--content {
    padding: 30px 35px;
    display: none;
}

.wptb-accordion2 .wptb--item.active .wptb-item--content {
    display: block;
}

@media screen and (max-width: 991px) {
    .wptb-accordion2 .wptb-item-title {
        font-size: 22px;
        line-height: 30px;
        padding: 15px 25px;
    }
}
.widget-title {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-bottom: 0px!important;
  letter-spacing: -0.5px;
}
.widget-title::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background-color: var(--color-one);
}
.serial {
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--color-white);
  color: var(--color-one);
  border-radius: 100%;
  font-family: var(--font-family-heading);
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  margin-right: 25px;
  box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.25);
  flex-shrink: 0;
  transition: all 0.5s ease-in-out;
}
.process-step h5 {
  font-size: 24px;
  line-height: 34px;
  color: var(--color-two);
  margin-bottom: 15px;
}
/* testimonial service detail page */
/* Testimonial Two */
.wptb-testimonial2 .wptb-item--inner {
	position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
}

.wptb-testimonial2 .wptb-item--image {
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 0;
}

.wptb-testimonial2 .wptb-item--image img {
    max-width: 500px;
}

.wptb-testimonial2 .wptb-item--inner .wptb-item--icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 25px;
    font-weight: 700;
    color: var(--color-two);
}

.wptb-testimonial2 .wptb-item--inner .wptb-item--holder {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--color-one);
    width: 490px;
    padding: 70px;
    transition: var(--transition-base);
    z-index: 1;
}

.wptb-testimonial2 .wptb-item--inner .wptb-item--designation {
	font-family: var(--font-family-base);
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0px;
    color: var(--color-white);
}
.wptb-testimonial2 .wptb-item--inner .wptb-item--title {
    color: var(--color-white);
	margin-bottom: 5px;
}

.wptb-testimonial2 .wptb-item--inner .wptb-item--description {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 27px;
    color: var(--color-white);
    margin-bottom: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    
}
.wptb-testimonial2 .wptb-item--inner .wptb-item--meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.wptb-testimonial2 .wptb-item--inner .wptb-item--meta-right {
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-family-heading);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 15px;
    border-radius: 6px;
    background-color: var(--color-one);
    flex-shrink: 0;
}
.wptb-item--button.wptb-video-btn--two {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.wptb-item--button.wptb-video-btn--two a {
    min-width: 87px;
    width: 87px;
    height: 87px;
    background-color: initial;
    color: var(--color-one);
    border-radius: 100%;
    font-size: 15px;
    border: none;
}
.wptb-item--button.wptb-video-btn--two a .btn-readmore--icon {
    display: inline-flex;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 36px;
}
.wptb-item--button.wptb-video-btn--two a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-two);
    border-radius: 100%;
}

.wptb-item--button.wptb-video-btn--two a:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-light-rgb),.3);
    border-radius: 50%;
    animation: wptb_pulse_border 1500ms ease-out infinite;
    -webkit-animation: wptb_pulse_border 1500ms ease-out infinite;
    z-index: -2;
    border-radius: inherit;
}
/* Blog Grid - Style 2 */
.featured-imagebox.featured-imagebox-blog.style4 {
  margin: 30px 30px 30px 0px;
}
.col-lg-4.widget-area.sidebar-right {
  padding: 30px 0px;
}
.sidebar .widget-area .widget h3 {
  padding: 0px!important;
  margin: 0px!important;
}

.prt-blog-single-content {
  margin: 30px 30px 30px 0px;
}
p.firstcharacter::first-letter {
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
  padding: 0px 10px 0px 0px;
  color: var(--base-dark);
  float: left;
}
.prt-blog-single blockquote {
  border: none;
  background-color: var(--base-white);
  color: var(--base-dark);
  display: block;
  position: relative;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  padding: 77px 30px 28px 30px;
  margin: 40px 0 28px 0px;
  line-height: 30px;
  min-height: 100px;
  border-radius: 0px;
  z-index: 1;
}
.prt-blog-single blockquote cite {
  display: block;
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  padding-left: 15px;
  color: var(--base-skin);
}
.servicehead{font-size: 20px;
  line-height: 32px;
  text-align: center;}
.prt-row.about01-why-us-section.prt-bg.prt-bgimage-yes.bg-img2.clearfix {
  background-image: url(../images/bg-4.jpg);
}
.featured-desc p {
  margin-bottom: 10px !important;
}
.point-order li span {
  font-weight: bold;
}
.point-order li {
  margin-bottom: 10px;
}

.counterboxholder {

}
.counterbox{
  background: var(--base-spanfont-color);
  padding: 15px;
  margin-left: 22px;
}

.counterbox_h4 {
  font-size: 13px;
}

.counterbox_span {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.iconcounter {
  color: #fff;
  font-size: 60px;
  margin-top: 15px;
  margin-left: 15px;
}



.wptb-item--subtitle_mobile {
  background: var(--base-spanfont-color);
  padding: 3px 12px;
  color: var(--base-white);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  transform-origin: top;
  transition-delay: 0s;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-top:20px;
  margin-bottom:10px;
text-align:center;
width: 100%;;
}

.wptb-item--title_mobile {
  color: var(--base-skin);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.featured-desc span a {
    margin-right: 10px;
    font-size: 19px;
    margin-left: 8px;
}