<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Open Sans', sans-serif;
}
* {
    margin: 0;
    padding: 0;
    border: none;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video,
main {
    display: block
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
    outline: none !important;
}

b,
strong {
    font-weight: bold !important;
}

ul,
ol {
    list-style: none;
}

q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
    max-width: 100%;
}

embed {
    vertical-align: top;
}

input,
button {
    /*	-webkit-appearance:none;*/
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

html,
body {
    height: 100%;
}

/* -----------------------------------

	2. Basic classes and elements 

------------------------------------- */

body {
    font: 500 14px/21px "Open Sans", Arial, sans-serif;
    color: #58595b;
    background: #fff;
    letter-spacing: 0.1px;
    overflow-x: hidden;
}

/*Margin*/

.pad-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.m_left_0 {
    margin-left: 0 !important;
}

.m_right_0 {
    margin-right: 0 !important;
}

.m_left_5 {
    margin-left: 5px;
}

.m_left_10 {
    margin-left: 10px;
}

.m_left_15 {
    margin-left: 15px;
}

.m_left_20 {
    margin-left: 20px;
}

.m_left_40 {
    margin-left: 40px;
}

.m_right_5 {
    margin-right: 5px;
}

.m_right_6 {
    margin-right: 6px;
}

.m_right_8 {
    margin-right: 8px;
}

.m_right_10 {
    margin-right: 10px;
}

.m_right_15 {
    margin-right: 15px;
}

.m_right_20 {
    margin-right: 20px;
}

.m_right_25 {
    margin-right: 25px;
}

.m_right_29 {
    margin-right: 29px;
}

.m_right_30 {
    margin-right: 30px;
}

.m_right_35 {
    margin-right: 35px;
}

.p_bottom_0 {
    padding-bottom: 0 !important;
}

.m_bottom_0 {
    margin-bottom: 0 !important;
}

.m_bottom_3 {
    margin-bottom: 3px;
}

.m_bottom_5 {
    margin-bottom: 5px;
}

.m_bottom_10 {
    margin-bottom: 10px;
}

.m_bottom_12 {
    margin-bottom: 12px;
}

.m_bottom_15 {
    margin-bottom: 15px;
}

.m_bottom_20 {
    margin-bottom: 20px;
}

.m_bottom_25 {
    margin-bottom: 25px;
}

.m_bottom_30 {
    margin-bottom: 30px;
}

.m_bottom_35 {
    margin-bottom: 35px;
}

.m_bottom_40 {
    margin-bottom: 40px;
}

.m_bottom_45 {
    margin-bottom: 45px;
}

.m_bottom_50 {
    margin-bottom: 50px;
}

.m_bottom_60 {
    margin-bottom: 60px;
}

.m_bottom_65 {
    margin-bottom: 65px;
}

.m_bottom_100 {
    margin-bottom: 100px;
}

.m_top_0 {
    margin-top: 0px !important;
}

.m_top_5 {
    margin-top: 5px;
}

.m_top_10 {
    margin-top: 10px;
}

.m_top_20 {
    margin-top: 20px;
}

.m_top_30 {
    margin-top: 30px;
}

.m_top_40 {
    margin-top: 40px;
}

.m_top_50 {
    margin-top: 50px;
}

.m_top_100 {
    margin-top: 100px;
}

.fl_right {
    float: right;
}

.fl_left {
    float: left;
}

/*====================Index starts============================*/

.head_top {
    background:#299397;
    padding: 15px 0;
}

.head_top p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    display: inline-block;
}

.head_top p i {
    color: #fff;
    font-size: 17px;
    margin-right: 1px;
}

.head_top p a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    outline: none;
}

.head_top p a:hover {
    color: #0e0d2e;
}

.top_social {
    float: right;
}

.top_social i:first-child {
    margin-left: 10px;
}

.top_social i:last-child {
    margin-right: 0;
}

.onoffswitch {
    display: none;
}

.index_slider .slider {
    position: relative;
    overflow: hidden;
    height: 100vh;
    /* width: 100vw; */
}

.index_slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.2);
    transition: all 2s ease-in-out;
}

.index_slider .slide.current {
    opacity: 1;
    transform: scale(1);
}

.index_slider .slide .content {
    position: absolute;
    bottom: 150px;
    left: -600px;
    opacity: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #333;
    padding: 35px;
}

.index_slider .slide .content h1 {
    margin-bottom: 10px;
    color: #E94654;
    font-family: 'Anton';
    font-size: 50px;
    font-weight: 800;
}

.index_slider .slide.current .content {
    opacity: 1;
    transform: translateX(600px);
    transition: all 1s ease-in-out 1s;
}

.index_slider h2 {
    font-family: Audiowide;
    font-size: 50px;
    color: #f6c661;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.index_slider h2 span {
    color: #fff;
    display: block;
}

.buttons button#next {
    position: absolute;
    top: 50%;
    right: 0;
}

.buttons button#prev i,
.buttons button#next i {
    line-height: 20px;
    font-size: 40px;
}

.buttons button#prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.buttons button {
    border: none;
    color: #FFF;
    cursor: pointer;
    padding: 20px 18px;
    background-color: #299397;
    outline: none;
}

.buttons button:hover {
    background-color: #022d49;
    color: #FFF;
}

@media(max-width: 500px) {
    .index_slider .slide .content {
        bottom: -300px;
        left: 0;
        width: 100%
    }
    .index_slider .slide.current .content {
        transform: translateY(-300px);
    }
}

/* Background Images */

.index_slider .slide:first-child {
    background: url(../images/blogs/banner.jpg) no-repeat center center/cover;
}

.index_slider .slide:nth-child(2) {
    background: url(../images/blogs/banner2.jpg) no-repeat center center/cover;
}

.index_slider .slide:nth-child(3) {
    background: url(../images/blogs/banner3.jpg) no-repeat center center/cover;
}

/* .index_slider .slide:nth-child(4) {
    background: url(../images/blogs/banner.jpg) no-repeat center center/cover;
}

.index_slider .slide:nth-child(5) {
    background: url(../images/blogs/banner.jpg) no-repeat center center/cover;
    
} */

.owl-nav {
    display: block !important;
}

.owl-prev {
    position: absolute;
    left: 0;
    width: 44px;
    background: #f6c661 !important;
    height: 57px;
    top: 50%;
    outline: none;
    transform: translateY(-50%);
}

.owl-prev span,
.owl-next span {
    font-size: 56px;
    color: #a5002c;
    line-height: 2px;
}

.owl-next {
    position: absolute;
    right: 0;
    width: 44px;
    background: #f6c661 !important;
    height: 57px;
    top: 50%;
    outline: none;
    transform: translateY(-50%);
}

.owl-dots {
    display: none;
}

.columns {
    width: 100%;
}

.slider_area {
    position: relative;
}

.slider_text_box {
    position: absolute;
    width: 100%;
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
}

.logo_area {
    height: 100px;
    /* background: #fff; */
    padding: 10px 0;
    text-align: center;
    position: relative;
}

/* .logo_area:after {
    position: absolute;
    right: -100px;
    top: 0;
    content: "";
    display: block;
    width: 0;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #fff;
} */

/*.menu_area {
    position: absolute;
     top: 20px; 
    width: 100%;
    z-index: 2;
    background: rgb(255 255 255 /80%);
}*/

.menu_box {
    /* background: #03b1fa; */
    height: 100px;
    position: relative;
    padding: 0 10px;
}

.menu_box ul {
    position: absolute;
    right: 0;
}

.menu_box ul li a {
    padding: 10px 12px !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    outline: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.menu_box ul li a:hover {
    color: #0c1035 !important;
    background: #FFF;
}

.menu_box ul li a.active {
    color: #000 !important;
    background: #FFF;
}

/* .menu_box:before {
    position: absolute;
    left: -100px;
    top: 0;
    content: "";
    display: block;
    width: 0;
    height: 0px;
    border-top: 100px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 100px solid #03b1fa;
} */

.menu_area .upper-links {
    display: inline-block;
    padding: 0;
    line-height: inherit;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 12px;
}

.menu_area .upper-links i {
    top: 1px;
    left: 6px;
    position: relative;
}

.menu_area .dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.menu_area .dropdown:hover {
    /*     background-color: #fff; */
}

.menu_area .dropdown:hover .links {
    color: #000;
}

.menu_area .dropdown:hover .dropdown-menu {
    display: block;
}

.menu_area .dropdown .dropdown-menu {
    position: absolute;
    top: 40px;
    display: none;
    background-color: #fff;
    color: #333;
    left: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px -3px #555454;
    margin: 0;
    padding: 0;
    width: 270px;
    z-index: 999;
}

.menu_area .dropdown .dropdown-menu li a {
    padding: 0 0px !important;
    display: block;
    color: #333;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    line-height: 46px;
    padding-left: 4px !important;
    margin: 0 0;
    padding-right: 4px !important;
    text-transform: capitalize;
}

.menu_area .dropdown .nav-link {
    cursor: pointer;
}

.menu_area .dropdown .dropdown-menu li a:hover {
    background: #03b1fa;
    color: #fff !important;
}

.menu_area .dropdown .dropdown-menu li {
    border-bottom: 1px solid #cecece;
}

.menu_area .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

a.nav-link {
    color: #ee4036 !important;
}

.headline {
    color: #a5002c;
    font-size: 55px;
    font-family: 'Rubik', sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}

.search-sec {
    padding: 20px 0;
    /* position: relative; */
    /* bottom: 0; */
    margin-top: -65px;
    display: none;
}

.blue_box_down {
    background-color: #03b1fa;
    color: #fff;
    padding: 20px 14px;
    /* margin: 25px 0; */
    width: 100%;
    height: 145px;
    border-radius: 15px;
}

.blue_box_down h5 {
    padding: 13px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.welcome_area {
    padding: 70px 0;
}

.welcome_area a {
    width: 150px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #299397;
    /* margin: 0 auto; */
    display: block;
    transition: ease-in-out 0.3s;
    font-weight: 500;
    line-height: 0;
    margin-top: 0;
    border-left: 5px solid #f78e31;
    padding: 27px 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.welcome_area a:hover {
    /*border-bottom:5px solid #a5002c;
	border-top:5px solid #61021c;*/
    text-decoration: none;
    background: #03b1fa;
    border-left: 5px solid #299397;
}

.welcome_area p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0;
    text-align: left;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 26px;
}

.welcome_area h5 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 34px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0;
}

.welcome_area h2 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
    word-break: break-word;
    width: 80%;
}

.welcome_area h2 span {
    color: #f04d36;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 50px;
    font-family: 'Noto Serif Georgian', serif;
}

.welcome_area .image-box {
    border: 4px solid #dddedf;
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    position: inherit;
}

.welcome_area .image-box #carouselExampleControls {
    position: inherit;
    left: 0;
    z-index: 999;
    top: 0;
}

.welcome_area .image-box #carouselExampleControls a.carousel-control-prev,
.carousel-control-next {
    top: 40%;
    border-left: none !important;
    width: 30px !important;
    background: #03b1fa !important;
    /* color: #000!important; */
    height: 37px !important;
    opacity: 1;
    /* line-height: 31px !important; */
    padding: 7px !important;
}

.book_rw {
    background: url(../images/third_Secbg.png) no-repeat 100% 50% fixed;
    background-size: cover;
    padding: 25px 0;
    position: relative;
    
}
.whatTxt{
    width: 100%;
}
.whatTxt h2{
    color: white;
    filter: grayscale(1);
}
.overlayService{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
}
.book_rw .parallelogram {
    padding: 90px 0 90px 20px;
    background: rgba(20, 70, 103, .9);
    color: #FFF;
}

.book_rw .parallelogram .row-one {
    margin-bottom: 40px;
}

.book_rw .parallelogram .row-one i {
    display: table;
    font-size: 37px;
    margin-right: 0;
    float: left;
    color: #ffcc33;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ffcc33;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

.book_rw .parallelogram .row-one p {
    display: table;
    font-size: 24px;
    width: 72%;
    float: right;
    padding-left: 13px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize;
}

.service_area {
    padding: 70px 0;
    background: url(../images/service-bg.jpg) no-repeat 100% 50% fixed;
    background-size: cover;
}

.service_area h2.headline {
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    color: #022d49;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 35px;
    display: table;
    margin: 0 auto;
    padding-bottom: 18px;
}

.service_area img.border-bg {
    margin: 0 auto;
    display: table;
    width: auto;
}

.ozy-team_member {
    margin-top: 30px;
}

.ozy-team_member figure {
    margin: 0;
    position: relative;
}

.ozy-team_member figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.ozy-team_member figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: #299397;
}

.ozy-team_member figcaption h3 {
    font-size: 25px !important;
    font-weight: 300 !important;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.ozy-team_member figcaption p {
    font-size: 12px !important;
    color: #FFF;
    margin-top: 10px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.ozy-team_member figcaption a {
    color: #f6c661 !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.ozy-team_member figcaption a:hover {
    color: #a4439f !important;
}

.ozy-team_member figcaption a i {
    top: 2px;
    position: relative;
    margin-left: 2px;
}

.ozy-team_member figure {
    overflow: hidden;
}

.ozy-team_member figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

/*.no-touch */

.ozy-team_member figure:hover img,
.ozy-team_member figure.hover img {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.ozy-team_member figcaption {
    height: 200px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

/*.no-touch */

.ozy-team_member figure:hover figcaption,
.ozy-team_member figure.hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.whatDone {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
}

.whatDone .whatTxt {
    margin: 0 auto;
    display: table;
    width: 34%;
    height: 99px;
    background: #022d49;
}

.whatDone .whatTxt:before {
    position: absolute;
    left: 20em;
    top: 0;
    content: "";
    display: block;
    width: 0;
    height: 0px;
    border-top: 99px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 102px solid #022d49;
}

.whatDone .whatTxt:after {
    position: absolute;
    left: 54em;
    top: 0;
    content: "";
    display: block;
    width: 0;
    height: 0px;
    border-top: 99px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 100px solid #022d49;
}

.whatDone .whatTxt h2 {
    color: #FFF;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    line-height: 40px;
    display: table;
    padding-top: 23px;
    text-align: center;
    margin: 0 auto;
}

.whatDone .doneList {
    margin-top: 102px;
}

.whatDone .doneList .imageBox {
    border: 11px solid #000;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    transform: skewY(-4deg);
    position: relative;
    cursor: pointer;
}

.whatDone .doneList .imageBox img {
    margin: 0 auto;
    width: 100%;
    display: table;
}

.imageBox .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(2, 45, 73, .8);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.imageBox:hover .overlay {
    width: 100%;
}

.imageBox .overlay .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.imageBox .overlay .text h3 {
    text-align: center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    text-transform: capitalize;
}

.imageBox .overlay .text h3 a {
    outline: none;
    text-decoration: none;
    color: #FFF;
}

.workProcess {
    margin: 0 auto;
    padding: 72px 0;
    background: #f6f6f6;
}

.workProcess .whatTxt h2 {
    color: #022d49;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 17px;
    /* border-bottom: 3px solid #03b1fa;
    display: table;
    margin: 0 auto;
    text-align: center; */
}

.workProcess .box-section {
    background: #FFF;
    border-top: 3px solid #ee3a37;
    padding: 0 7px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(179, 179, 179, 1);
    box-shadow: 0px 0px 5px 0px rgba(179, 179, 179, 1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
    margin-top: 58px;
    height: 350px;
}

.workProcess .box-section:hover .boxNumeric {
    border: 3px solid #e98530;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 39px;
    color: #FFF;
    background: #ffffff;
}

.workProcess .box-section:hover {
    border-top: 3px solid #e98530;
    background: #299397;
}

.workProcess .box-section:hover h3 {
    color: #FFF;
}

.workProcess .box-section:hover p {
    color: #FFF;
}

.workProcess .box-section:hover div img {
    filter: grayscale(100) brightness(100);
}

.workProcess .box-section h3 {
    color: #000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 19px;
}

.workProcess .box-section p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 20px;
}

.workProcess .box-section .boxNumeric {
    background: #f6f6f6;
    font-weight: 400;
    color: #ee3a37;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    margin: 0 auto;
    display: table;
    padding: 13px;
    border: 3px solid #ee3a37;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 39px;
    position: relative;
    top: -37px;
    outline: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.appointmentSection {
    margin: 0 auto;
    background: #03b1fa;
    color: #FFF;
    padding: 50px 0;
}

.appointmentSection .appointmentTxt {
    height: 4em;
    display: table-cell;
    vertical-align: middle
}

.appointmentSection .appointmentTxt h3 {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #FFF;
    font-weight: 400;
}

.appointmentSection .appointmentTxt a.hvr-sweep-to-right {
    outline: none;
    background: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 18px 45px;
    border-left: 3px solid #ffcc33;
    vertical-align: middle;
}

.testimonialSection {
    margin: 0 auto;
    width: 100%;
    background: url(../images/test-bg.jpg) no-repeat 100% 50% fixed;
    background-size: cover;
    padding: 40px 0;
}

.testimonialSection .whatTxt {
    padding-bottom: 28px;
}

.testimonialSection .whatTxt h3 {
    text-transform: uppercase;
    font: 500 35px/37px 'Roboto', sans-serif;
    color: #000;
    padding-bottom: 27px;
}

.testimonialSection .whatTxt h2 {
    text-transform: uppercase;
    font: 500 43px/37px 'Roboto', sans-serif;
    color: #000;
}

.cd-testimonials-wrapper {
    position: relative;
    width: 90%;
    max-width: 768px;
    background-color: rgb(240 74 54 / 45%);
    margin: 0 auto !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 64px 50px 70px !important;
    z-index: 1;
}

.cd-testimonials-wrapper::after {
    /* quotation mark */
    content: '\201C';
    position: absolute;
    top: 129px;
    left: 13px;
    width: 50px;
    height: 50px;
    padding-top: 0;
    margin-left: 0;
    /* background: rgba(32, 32, 34, 0.9); */
    font-family: "Georgia", serif;
    color: #ef4736;
    font-size: 270px;
    /* font-size: 4.375rem; */
    text-align: center;
    display: none;
    z-index: -999;
}

@media only screen and (min-width: 768px) {
    .cd-testimonials-wrapper {
        margin: 4em auto;
        padding: 64px 50px 114px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-wrapper::after {
        /* quotation mark visible */
        display: block;
    }
}

.cd-testimonials {
    color: #ffffff;
    text-align: center;
}

.cd-testimonials::after {
    clear: both;
    content: "";
    display: table;
}

.cd-testimonials&gt;li {
    position: absolute;
    opacity: 0;
}

.cd-testimonials&gt;li:first-child {
    position: relative;
    opacity: 1;
}

.cd-testimonials p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    padding: 0 14px;
}

@media only screen and (min-width: 768px) {
    .cd-testimonials p {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials p {
        font-size: 16px;
        line-height: 25px;
    }
}

.cd-author img,
.cd-author .cd-author-info {
    display: inline-block;
    vertical-align: middle;
}

.cd-author img {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    margin-right: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.cd-author .cd-author-info {
    text-align: center;
    line-height: 1.2;
}

.cd-author .cd-author-info li:first-child {
    font-size: 20px;
    color: #ffcc33;
    font-family: 'Raleway', sans-serif;
}

.cd-author .cd-author-info li:last-child {
    font-size: 18px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
}

.cd-author {
    width: auto;
    display: block;
    justify-content: normal;
    padding-left: 22px;
    margin-top: 8px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .cd-author img {
        width: 87px;
        height: 87px;
    }
    .cd-author .cd-author-info {
        line-height: 1.4;
    }
    .cd-author .cd-author-info li:first-child {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
    }
    .cd-author .cd-author-info li:last-child {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #FFF;
        text-transform: capitalize;
    }
}

.flex-direction-nav li {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
}

.flex-direction-nav li:first-child {
    left: 0;
}

.flex-direction-nav li:last-child {
    right: 0;
}

.flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.no-touch .flex-direction-nav li a:hover {
    background-color: #2993979c;
}

.flex-direction-nav li a::before,
.flex-direction-nav li a::after {
    /* left and right arrows in css only */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 13px;
    background-color: #ffffff;
}

.flex-direction-nav li a::before {
    -webkit-transform: translateY(-35px) rotate(45deg);
    -moz-transform: translateY(-35px) rotate(45deg);
    -ms-transform: translateY(-35px) rotate(45deg);
    -o-transform: translateY(-35px) rotate(45deg);
    transform: translateY(-35px) rotate(45deg);
}

.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -moz-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    -o-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-35px) rotate(-45deg);
    -moz-transform: translateY(-35px) rotate(-45deg);
    -ms-transform: translateY(-35px) rotate(-45deg);
    -o-transform: translateY(-35px) rotate(-45deg);
    transform: translateY(-35px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -moz-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    -o-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg);
}

@media only screen and (min-width: 768px) {
    .flex-direction-nav li {
        width: 50px;
    }
}

@media only screen and (min-width: 1170px) {
    .flex-direction-nav li a::before,
    .flex-direction-nav li a::after {
        background-color: #FFF;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }
    .flex-direction-nav li a:hover::before,
    .flex-direction-nav li a:hover::after {
        background-color: #ffffff;
    }
}

#footer {
    margin: 0 auto;
    width: 100%;
}

#footer .upperFooter {
    margin: 0 auto;
    padding: 55px 0;
    background: url(../images/footer-bg.jpg) no-repeat 100% 0%;
    background-size: cover;
}

#footer .upperFooter .rowFirst {
    margin: 0 auto;
    width: 100%;
    background: #03b1fa;
    color: #FFF;
    border: 1px solid #585858;
    padding: 25px 10px;
}

#footer .upperFooter .rowFirst .boxOne i.fa {
    display: inline-block;
    font-size: 50px;
    margin-right: 5px;
    color: #FFF;
}

#footer .upperFooter .rowFirst .boxOne p {
    display: inline-block;
    width: 80%;
    font: 400 15px/18px 'Roboto', sans-serif;
    color: #FFF;
    text-align: left;
    margin-top: 4px;
}

#footer .upperFooter .rowSecond {
    padding-top: 25px;
}

#footer .upperFooter .rowSecond .aboutBox p {
    color: #FFF;
    text-align: left;
    font: 400 15px/24px 'Roboto', sans-serif;
    padding-top: 20px;
}

#footer .upperFooter .rowSecond .aboutBox h3 {
    color: #FFF;
    text-align: left;
    font: 500 25px/27px 'Roboto', sans-serif;
    padding-top: 1em;
}

#footer .upperFooter .rowSecond .aboutBox ul {
    display: inline-block;
    width: 45%;
    margin-top: 4em;
    margin-right: 15px;
}

#footer .upperFooter .rowSecond .aboutBox ul li a {
    font: 400 15px/38px 'Roboto', sans-serif;
    color: #FFF;
    text-transform: capitalize;
    border-bottom: 1px dashed #FFF;
    display: block;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding-left: 0;
}

#footer .upperFooter .rowSecond .aboutBox ul li a:hover {
    text-decoration: none;
    color: #ffcc33;
}

#footer .upperFooter .rowSecond .aboutBox ul li i.fa {
    margin-top: 12px;
    margin-right: 4px;
}

#footer .upperFooter .rowSecond .aboutBox #form-box {
    margin-top: 4em;
}

#footer .upperFooter .rowSecond .aboutBox #form-box label {
    margin-top: 10px;
    width: 100%;
}

#footer .upperFooter .rowSecond .aboutBox #form-box label input {
    outline: none;
    width: 100%;
    height: 40px;
    color: #777777;
    padding-left: 6px;
    border-radius: 0;
    border: none;
    font: 400 15px/38px 'Roboto', sans-serif;
}

#footer .upperFooter .rowSecond .aboutBox #form-box label textarea {
    width: 100%;
    height: 100px;
    max-height: 100px;
    color: #777777;
    padding-left: 6px;
    border: none;
    outline: none;
    font: 400 15px/38px 'Roboto', sans-serif;
}

#footer .upperFooter .rowSecond .aboutBox #form-box label select#flat {
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    font: 400 15px/38px 'Roboto', sans-serif;
}

#form-box .button {
    background: #299397;
    color: #ffffff;
    text-align: center;
    font: 500 19px/17px 'Roboto', sans-serif;
    outline: none;
    border: none;
    display: block;
    padding: 13px 47px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-top: 14px;
}
#form-box .button:hover {
    background: #ef4936;
    color: #FFF;
}

#footer .copyFooter {
    margin: 0 auto;
    width: 100%;
    background: #091823;
    color: #b6adad;
    padding: 40px 0;
}

#footer .copyFooter p {
    text-align: left;
    font: 500 14px/17px 'Roboto', sans-serif;
    color: #FFF;
}

#footer .copyFooter p a {
    color: #FFF;
    outline: none;
    text-decoration: none;
}

#footer .copyFooter p.lastchild {
    text-align: right;
}

/* INNER CSS STARTS HERE */

section.bannerSection.imgslider {
    /* display: none; */
    background: url(../images/service-image-bg.jpg) no-repeat 100% 0%;
    background-size: cover;
}

section.bannerSection.gallerySlider {
    /* display: none; */
    background: url(../images/gallery-silder.jpg) no-repeat 100% 0%;
    background-size: cover;
}

section.bannerSection.cntcSlider {
    /* display: none; */
    background: url(../images/contact-slider.jpg) no-repeat 100% 0%;
    background-size: cover;
}

.innerPage #slideshow {
    display: none;
}

.bannerSection {
    margin: 0 auto;
    width: 100%;
    background: url(../images/inner-banner.jpg) no-repeat 100% 0%;
    background-size: cover;
    padding: 110px 0;
}

.bannerSection h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 46px;
    color: #FFF;
    font-weight: 400;
    padding-top: 70px;
}

.bodySection {
    margin: 0 auto;
    width: 100%;
    padding: 70px 0;
}

.bodySection .txtBox h3 {
    text-align: left;
    font: 300 30px/39px 'Roboto', sans-serif;
    color: #299397;
    margin: 0 0 20px;
}

.bodySection .txtBox p {
    text-align: left;
    font: 400 15px/26px 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 20px;
}


.bodySection .txtBox .txtBoxImage {
    border: 14px solid #f9a3314d;
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
}

.bodySection .txtBox .txtBoxImage img {
    position: relative;
    left: 44px;
    top: -40px;
}

.bodySection .txtBox h3 span {
    border-bottom: none;
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    border-right: 3px solid #ffcc33;
    padding-right: 10px;
    color: #ef4736;
    font-family: 'Noto Serif Georgian', serif;
}

.bodySection .txtBox #formBox label {
    width: 100%;
    margin-bottom: 20px;
}

.bodySection .txtBox #formBox label h4 {
    text-align: left;
    font: 400 18px/32px 'Rubik', sans-serif;
    color: #022d49;
    margin: 0 0 0;
}

.bodySection .txtBox #formBox label input {
    width: 100%;
    border-bottom: 1px solid #a6a6a6;
    height: 40px;
    font: 400 15px/17px 'Rubik', sans-serif;
    color: #a6a6a6;
    text-transform: capitalize;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 10px;
}

.bodySection .txtBox #formBox label input:focus {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #03b1fa;
}

.bodySection .txtBox #formBox label textarea {
    width: 100%;
    border-bottom: 1px solid #a6a6a6;
    height: 100px;
    max-height: 100px;
    font: 400 15px/17px 'Rubik', sans-serif;
    color: #a6a6a6;
    text-transform: capitalize;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
    padding-left: 10px;
}

.bodySection .txtBox #formBox label textarea:focus {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #03b1fa;
}

.bodySection .txtBox #formBox input.button {
    background: #ffcc33;
    color: #000000;
    text-align: center;
    font: 500 17px/17px 'Open Sans', sans-serif;
    outline: none;
    border: none;
    display: block;
    padding: 13px 47px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.bodySection .txtBox #formBox input.button:hover {
    background: #03b1fa;
    color: #FFF;
}

.bodySection .txtBox ul li {
    font: 400 15px/42px 'Rubik', sans-serif;
    color: #606060;
    border-bottom: 1px dashed #606060;
    display: block;
}

.bodySection .txtBox ul li i.fa {
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 3px;
    color: #022d49;
}

.bodySection .txtBox ul li:last-child {
    border-bottom: none;
}

.bodySection .mapSection iframe {
    margin: 0 auto;
    width: 100%;
}

.bodySection .mapSection h2 {
    background: #299397;
    color: #FFF;
    font-size: 24px;
    padding: 10px;
    margin-bottom: 22px;
    display: table;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

#galleryBox {
    width: 100%;
    height: 259px;
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(176, 176, 176, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(176, 176, 176, 1);
    box-shadow: 0px 0px 5px 0px rgba(176, 176, 176, 1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#galleryBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*     z-index: -1;
    position: absolute; */
    top: 0;
    /* left: 0; */
    right: 0;
}

#galleryBox:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(3, 176, 250, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(3, 176, 250, 1);
    box-shadow: 0px 0px 5px 0px rgba(3, 176, 250, 1);
}

.servWork h2.servWork-txt {
    text-align: left;
    font: 400 26px/34px 'Roboto', sans-serif;
    color: #022d49;
    padding-bottom: 20px;
}

.servWork p {
    text-align: left;
    color: #606060;
    font: 400 15px/26px 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.servWork p b {
    color: #022d49;
}

.servWork h5 {
    text-align: left;
    font: 500 19px/17px 'Roboto', sans-serif;
    color: #022d49;
    padding-bottom: 11px;
    margin-top: 0;
}

.servWork {
    padding: 0 0;
}

.servWork ul {
    padding-left: 0;
}

.servWork ul li {
    text-align: left;
    color: #606060;
    font: 500 14px/23px 'Roboto', sans-serif;
    margin-bottom: 10px;
    border-bottom: 1px dashed #606060;
    padding-bottom: 10px;
}

.servWork ul li b {
    color: #022d49;
}

.servWork ul li i.fa {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 17px;
    color: #081822;
}

.servWork p a {
    outline: none;
    color: #022d49;
    font: 500 15px/26px 'Rubik', sans-serif;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.servWork div img {
    margin-bottom: 19px;
}

.servWork p a:hover {
    color: #03b1fa;
}

.servWork .servWork-img {
    width: 100%;
    height: auto;
    position: relative;
}

.text {
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.bodySection .headerTxt h2 {
    color: #022d49;
    font: 400 29px/40px 'Roboto', sans-serif;
}

.bodySection .contactRow {
    padding: 70px 0;
}

.bodySection .contactRow .contactRowinner {
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
    background: #FFF;
    border-top: 3px solid #299397;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(179, 179, 179, 1);
    box-shadow: 0px 0px 1px 0px rgba(179, 179, 179, 1);
    display: block;
    height: 324px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
}

.bodySection .contactRow .contactRowinner i.fa {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ed4846;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 30px;
    width: 80px;
    height: 80px;
    padding: 8px;
    border: 1px solid #d36a0fbf;
    margin-bottom: 22px;
    outline: none;
    line-height: 60px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.bodySection .contactRow .contactRowinner i.fa {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ed4846;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 30px;
    width: 80px;
    height: 80px;
    padding: 8px;
    border: 1px solid #d36a0fbf;
    margin-bottom: 22px;
    outline: none;
    line-height: 60px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.bodySection .contactRow .contactRowinner p {
    color: #022d49;
    font: 400 15px/20px 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 20px;
}

.bodySection .contactRow .contactRowinner:hover {
    border-top: 3px solid #ed4846;
}

/* .bodySection .contactRow .contactRowinner:hover i.fa {
    border: 1px solid #ffd300;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 60px;
    color: #FFF;
    font-size: 40px;
    background: #ed4846;
}

.bodySection .contactRow .contactRowinner:hover i.fa {
    border: 1px solid #ffd300;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 60px;
    color: #FFF;
    font-size: 40px;
    background: #ed4846;
} */

.bodySection .contactRow .contactRowinner p span {
    color: #ed4846;
    font-weight: 500;
}

/* INNER CSS ENDS HERE */

.navbar-toggler {
    background-color: #ed4846;
}

/*====================Index ends============================*/

.hvr-sweep-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9a13d;
    color: #FFF;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* border-radius: 7px; */
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #000 !important;
    text-decoration: none !important;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color:#299397;
    text-indent: -9999px;
    display: none;
    z-index: 999;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    border: 2px solid #fff;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/logo.png) center no-repeat #fff;
}

/* 27.08.2019 New Css */

.countSection {
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    padding-top: 32px;
    background: url(../images/back-bg-new.jpg) no-repeat 100% 50% fixed;
}

.countSection h2 {
    color: #FFF;
    font: 400 36px/40px 'Roboto', sans-serif;
    text-transform: capitalize;
    padding-bottom: 34px;
}

.countSection .welcome-content-box .txtBoxsection {
    /*  background: #03b1fa; */
    color: #FFF;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/* .countSection .welcome-content-box .txtBoxsection:hover{background:#022d49;} */

.countSection .welcome-content-box .txtBoxsection h3 {
    color: #FFF;
    font: 500 18px/22px 'Raleway', sans-serif;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
    display: table;
}

.countSection .welcome-content-box .txtBoxsection img {
    margin: 0 auto;
    display: table;
    width: auto;
    margin-bottom: 10px;
}

.servList {
    margin: 0 auto;
    width: 100%;
}

.servList li a {
    display: block;
    font: 400 16px/46px 'Roboto', sans-serif;
    color: #022d49;
    text-decoration: none;
    border-bottom: 1px dashed #ffcc33;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.servList li a:hover {
    color: #FFF;
    background: #03b1fa;
    padding-left: 2px;
}

.servList li a:hover:i.fa {
    color: #FFF;
}

.servList li i.fa {
    margin-top: 16px;
    float: left;
    margin-right: 11px;
}

#footer .upperFooter .rowSecond .aboutBox #form-box label select#dropDwn {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    cursor: pointer;
    font: 400 15px/38px 'Roboto', sans-serif;
    color: #777777;
}

.top {
    margin-top: 10px;
}

#footer .upperFooter .rowSecond .aboutBox #form-box label.wall {
    margin-top: 0;
    float: left;
    font-size: 13px;
    color: #FFF;
    width: auto;
    text-transform: capitalize;
}

.top input#item {
    margin-top: 5px;
    float: left;
    margin-right: 5px;
}

/* 27.08.2019 New Css */

/*====================Gallery starts============================*/

.gallery_area {
    padding: 50px 0;
}

.gallery_area a {
    overflow: hidden;
    display: block;
}

.gallery_area img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.gallery_area a:hover&gt;img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery_area a:hover .demo-gallery-poster img {
    opacity: 1;
}

.gallery_area a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery_area a .demo-gallery-poster img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery_area a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.lg-download {
    display: none;
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
    position: fixed !important;
    top: 0 !important;
}

.lb-outerContainer {
    height: 100% !important;
}

/*====================Gallery end============================*/

/*SERVICE PAGE CSS STARTS HERE*/

.bodySection #accordionEx {
    margin: 0 auto;
    width: 100%;
}

.bodySection #accordionEx .card {
    margin-bottom: 3px;
}

.bodySection #accordionEx .card .card-header {
    background: #299397;
    color: #FFF;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.bodySection #accordionEx .card .card-header:hover {
    background:#ef4136c7;
}

.bodySection #accordionEx .card .card-header a:hover {
    text-decoration: none;
}

.bodySection #accordionEx .card .card-header a h5 {
    color: #FFF;
    outline: none;
    font: 400 24px/26px 'Raleway', sans-serif;
}

.bodySection #accordionEx .card .card-header a h5:hover {
    text-decoration: none;
}

.bodySection #accordionEx .card .card-header a h5 i.fa {
    float: right;
}

.bodySection #accordionEx .card .card-body {
    padding: 14px;
}

.bodySection #accordionEx .card .card-body h2 {
    text-align: left;
    color: #114364;
    font: 400 24px/26px 'Roboto', sans-serif;
    width: 100%;
    padding-bottom: 20px;
}

.bodySection #accordionEx .card .card-body h2 span {
    color: #9d5399;
    
}

.bodySection #accordionEx .card .card-body .pad-0 {
    padding-right: 5px !important;
    padding-bottom: 20px;
}

.bodySection #accordionEx .card .card-body .pad-0 img {
    border: 1px solid #9d5399;
    padding: 4px;
    width: 100%;
    margin: 0 auto;
    display: table;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.bodySection #accordionEx .card .card-body p {
    text-align: left;
    color: #606060;
    font: 400 15px/24px 'Roboto', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.bodySection #accordionEx .card .card-body h3 {
    text-align: left;
    font: 500 18px/18px 'Roboto', sans-serif;
    color: #124465;
    text-transform: capitalize;
    width: 100%;
}

.bodySection #accordionEx .card .card-body ul {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
    padding-right: 20px;
}

.bodySection #accordionEx .card .card-body ul li {
    text-align: left;
    color: #606060;
    font: 500 14px/19px 'Roboto', sans-serif;
    margin-bottom: 10px;
    border-bottom: 1px dashed #606060;
    padding-bottom: 10px;
}

.bodySection #accordionEx .card .card-body ul li:last-child {
    border-bottom: none;
}

.bodySection #accordionEx .card .card-body p a {
    margin-left: 6px;
    color: #124465;
    outline: none;
    font-weight: 500;
}

.bodySection #accordionEx .card .card-body ul li i.fa {
    margin-top: 0;
    margin-right: 8px;
    font-size: 17px;
    color: #081822;
}

.top input {
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

/*SERVICE PAGE CSS ENDS HERE*/

/*============================== media quaries starts==============================*/

@media(min-width: 1025px) and (max-width: 1280px) {
    .whatDone .whatTxt {
        margin: 0 auto;
        display: table;
        width: auto;
        height: 99px;
        background: #022d49;
        padding: 0 20px;
    }
    .whatDone .whatTxt:before {
        left: -103px;
        border-top: 99px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 103px solid #022d49;
        display: none;
    }
    .whatDone .whatTxt:after {
        left: 332px;
        border-top: 99px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 100px solid #022d49;
        display: none;
    }
    .bodySection .contactRow .contactRowinner {
        display: table-cell;
        height: auto;
    }
}

@media(min-width: 981px) and ( max-width: 1024px) {
    .menu_box ul {
        position: absolute;
        right: 0;
        width: 100%;
    }
    .book_rw .parallelogram .row-one p {
        width: 100%;
        padding-left: 0;
    }
    .whatDone .whatTxt:before {
        left: 141px;
        border-top: 124px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 103px solid #022d49;
        display: none;
    }
    .whatDone .whatTxt:after {
        left: 34em;
        border-top: 124px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 100px solid #022d49;
        display: none;
    }
    .imageBox .overlay .text h3 {
        font-size: 21px;
    }
    #footer .upperFooter .rowSecond .aboutBox h3 {
        padding-bottom: 35px;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box {
        margin-top: 8px;
    }
    #footer .upperFooter .rowSecond .aboutBox ul {
        width: 100%;
        margin-top: 0;
    }
    .servWork .servWork-img {
        width: 100%;
        height: auto;
        position: relative;
    }
    .menu_area .dropdown .dropdown-menu {
        width: 100%;
    }
    .whatDone .whatTxt {
        margin: 0 auto;
        display: table;
        width: auto;
        height: 99px;
        background: #022d49;
        padding: 0 30px;
    }
    .countSection .welcome-content-box .txtBoxsection {
        padding: 0;
    }
    .countSection .welcome-content-box .txtBoxsection h3 {
        font: 300 18px/26px 'Rubik', sans-serif;
    }
    .workProcess .box-section h3 {
        font-size: 18px;
        padding-bottom: 0;
    }
    .bodySection .contactRow .contactRowinner {
        display: table-cell;
        height: auto;
    }
}

@media(min-width: 768px) and ( max-width: 980px) {
    .menu_box:before {
        position: relative;
        left: -110px;
    }
    .book_rw .parallelogram .row-one p {
        width: 100%;
        padding-left: 0;
    }
    .whatDone .whatTxt:before {
        left: 141px;
        border-top: 124px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 103px solid #022d49;
    }
    .whatDone .whatTxt:after {
        left: 34em;
        border-top: 124px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 100px solid #022d49;
    }
    .imageBox .overlay .text h3 {
        font-size: 21px;
    }
    #footer .upperFooter .rowSecond .aboutBox h3 {
        padding-bottom: 35px;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box {
        margin-top: 8px;
    }
    #footer .upperFooter .rowSecond .aboutBox ul {
        width: 100%;
        margin-top: 0;
    }
    .servWork .servWork-img {
        width: 100%;
        height: auto;
        position: relative;
    }
    .menu_box ul {
        position: absolute;
        right: 0;
        width: 100%;
        background: #03b1fa;
    }
    .menu_area .dropdown .dropdown-menu {
        width: 100%;
    }
    .welcome_area .image-box #carouselExampleControls {
        position: relative;
        left: 0;
        z-index: 999;
        top: 0;
    }
    .appointmentSection .appointmentTxt {
        height: 4em;
        display: block;
        vertical-align: middle;
    }
    .countSection .welcome-content-box .txtBoxsection {
        padding: 0;
    }
    .countSection .welcome-content-box .txtBoxsection h3 {
        font: 300 18px/26px 'Rubik', sans-serif;
    }
    .cd-testimonials-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .workProcess .box-section h3 {
        font-size: 18px;
        padding-bottom: 0;
    }
    .bodySection .contactRow .contactRowinner {
        display: table-cell;
        height: auto;
    }
}

@media(max-width: 767px) {
    .navbar-light .navbar-toggler {
        background-color: #f24aea;
    }
    .bodySection .txtBox h3 span {
        font-size: 30px;
    }
    .head_top p i {
        color: #FFF;
        font-size: 18px;
        margin-right: 5px;
    }
    .head_top p {
        font-size: 14px;
        text-align: center;
        display: block;
    }
    .top_social {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 5px !important;
    }
    .head_top {
        padding: 5px 0;
        display: none;
    }
    .slider_area {
        position: inherit;
        border-top: 2px solid #03b1fa;
    }
    .menu_area {
        position: inherit;
    }
    .logo_area {
        height: auto;
        text-align: left;
        padding-left: 0;
        width: 70%;
        position: relative;
        z-index: 999;
    }
    .logo_area img {
        width: 100%;
    }
    .slider_area button {
        position: absolute;
        right: 0;
        top: 12px;
    }
    .menu_box {
        height: 62px;
        z-index: 90;
        position: absolute;
        top: -100px;
        right: 15px;
        width: 100%;
        background: transparent;
        width: 100%;
    }
    .index_slider h2 {
        font-size: 14px;
        margin: 0 auto;
    }
    .index_slider .slide .content {
        padding: 30px 0;
    }
    .menu_box::before {
        display: none;
    }
    .logo_area::after {
        right: -80px;
    }
    .menu_box ul {
        width: 100%;
        background: #03b1fa;
        text-align: left;
        top: 100px;
        left: 15px;
        position: relative;
    }
    .headline {
        font-size: 32px;
    }
    .welcome_area {
        padding: 30px 0;
    }
    .box_area {
        height: auto;
    }
    .box_text_area h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .box_area {
        margin-bottom: 30px;
    }
    .who_back {
        padding: 15px;
    }
    .who_back p {
        font-size: 15px;
        line-height: 24px;
    }
    .copy_area .float-right {
        float: none !important;
    }
    .ozy-team_member figure {
        width: 75%;
        margin: 0 auto;
    }
    .logo_area:after {
        border-right: 80px solid transparent;
        border-top: 62px solid #FFF;
    }
    .menu_area .dropdown .dropdown-menu {
        left: 0;
        text-align: left;
        width: 98%;
        margin: 0 auto;
    }
    .menu_area .dropdown .dropdown-menu a {
        padding: 4px 15px;
        font-size: 14px;
    }
    .box_text_area h3 {
        display: block;
        padding-left: 20px;
    }
    .serv_menu {
        display: none;
    }
    .sidebar-contact {
        width: 80%;
        height: 100%;
        right: -80%;
        padding: 20px;
    }
    .sidebar-contact .toggle {
        top: 30%;
        transition: 0.5s;
    }
    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }
    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .foot_address li {
        margin: 25px 0;
        height: auto;
    }
    .cont_box {
        margin-top: 80px;
        height: auto;
        padding: 50px 20px 20px;
    }
    .team_area .owl-prev {
        left: 0;
    }
    .team_area .owl-next {
        right: 0;
    }
    .about_area h3,
    .about_area p {
        text-align: left;
    }
    .border_btm {
        margin-left: inherit;
        margin-bottom: 20px;
    }
    .aboutback p {
        font-size: 28px;
        line-height: 34px;
    }
    .welcome_area .image-box {
        margin-top: 64px;
        position: relative;
    }
    .welcome_area .image-box #carouselExampleControls {
        position: relative;
        left: 0;
        z-index: 999;
        top: 0;
    }
    .book_rw .parallelogram .row-one p {
        display: table;
        font-size: 24px;
        width: 83%;
        float: right;
        padding-left: 13px;
        line-height: 63px;
        font-family: 'Rubik', sans-serif;
        color: #FFF;
        font-weight: 400;
        text-transform: capitalize;
    }
    .whatDone .doneList .imageBox {
        margin-bottom: 20px;
    }
    .whatDone .whatTxt:before {
        display: none;
    }
    .whatDone .whatTxt:after {
        display: none;
    }
    .whatDone .whatTxt {
        width: 100%;
    }
    .imageBox .overlay .text h3 {
        font-size: 60px;
    }
    .workProcess .box-section {
        margin-bottom: 0;
    }
    .testimonialSection .whatTxt h2 {
        text-transform: uppercase;
        font: 500 43px/37px 'Rubik', sans-serif;
        color: #000;
    }
    .cd-author .cd-author-info li:last-child {
        font-size: 19px;
        color: #ffd300;
    }
    #footer .copyFooter p {
        text-align: center;
        font: 400 14px/28px 'Open Sans', sans-serif;
        color: #FFF;
    }
    #footer .copyFooter p.lastchild {
        text-align: center;
    }
    .servWork .servWork-img {
        width: 100%;
        height: auto;
        position: relative;
    }
    #galleryBox {
        width: 100%;
        height: auto;
    }
    .bodySection .contactRow .contactRowinner {
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
    .appointmentSection .appointmentTxt {
        height: 4em;
        display: table;
        vertical-align: middle;
        padding-bottom: 13px;
        width: 100%;
    }
    #footer .upperFooter .rowFirst .boxOne p {
        float: right;
        width: 84%;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box .button {
        width: 100%;
    }
    .index_slider .slider {
        height: 50vh;
    }
    .bodySection .txtBox .txtBoxImage img {
        position: relative;
        left: 0;
        z-index: 999;
        top: 0;
    }
    .bodySection .txtBox .txtBoxImage {
        position: relative;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box label.wall {
        margin-top: 0;
        float: left;
        font-size: 15px;
        color: #FFF;
        width: auto;
        text-transform: capitalize;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box {
        margin-top: 0;
    }
    #footer .upperFooter .rowSecond .aboutBox ul {
        margin-top: 0;
    }
    .pad-0 {
        padding-left: 15px !important;
    }
    .cd-testimonials-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .testimonialSection {
        padding: 40px 0 0;
    }
    .workProcess .box-section {
        height: auto;
        padding-bottom: 20px;
    }
    .bodySection #accordionEx .card .card-body .pad-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 10px;
    }
    .bodySection .headerTxt h2 {
        color: #022d49;
        font: 400 26px/33px 'Roboto', sans-serif;
    }
}

@media(max-width: 480px) {
    .head_top p i {
        color: #FFF;
        font-size: 18px;
        margin-right: 5px;
    }
    .head_top p {
        font-size: 14px;
        text-align: center;
        display: block;
    }
    .top_social {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 5px !important;
    }
    .head_top {
        padding: 5px 0;
    }
    .slider_area {
        position: inherit;
    }
    .menu_area {
        position: inherit;
    }
    .logo_area {
        height: auto;
        text-align: left;
        padding-left: 0;
        width: 70%;
        z-index: -999;
    }
    .logo_area img {
        width: 100%;
    }
    .slider_area button {
        position: absolute;
        right: 0;
        top: 12px;
    }
    .menu_box {
        height: 62px;
        z-index: 90;
        position: absolute;
        top: -100px;
        right: 15px;
        width: 100%;
        background: transparent;
        width: 100%;
    }
    .index_slider h2 {
        font-size: 14px;
        margin: 0 auto;
    }
    .index_slider .slide .content {
        padding: 30px 0;
    }
    .menu_box::before {
        display: none;
    }
    .logo_area::after {
        right: -80px;
    }
    .menu_box ul {
        width: 100%;
        background: #03b1fa;
        text-align: left;
        top: 100px;
        left: 0;
        position: absolute;
        right: 0;
        display: table;
        margin: 0 auto;
    }
    .headline {
        font-size: 32px;
    }
    .welcome_area {
        padding: 30px 0;
    }
    .box_area {
        height: auto;
    }
    .box_text_area h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .box_area {
        margin-bottom: 30px;
    }
    .who_back {
        padding: 15px;
    }
    .who_back p {
        font-size: 15px;
        line-height: 24px;
    }
    .copy_area .float-right {
        float: none !important;
    }
    .ozy-team_member figure {
        width: 75%;
        margin: 0 auto;
    }
    .logo_area:after {
        border-right: 80px solid transparent;
        border-top: 62px solid #FFF;
    }
    .menu_area .dropdown .dropdown-menu {
        left: 20px;
        text-align: left;
        width: 100%;
        min-width: 26rem;
        position: absolute;
    }
    .menu_area .dropdown .dropdown-menu a {
        padding: 4px 15px;
        font-size: 14px;
    }
    .box_text_area h3 {
        display: block;
        padding-left: 20px;
    }
    .serv_menu {
        display: none;
    }
    .sidebar-contact {
        width: 80%;
        height: 100%;
        right: -80%;
        padding: 20px;
    }
    .sidebar-contact .toggle {
        top: 30%;
        transition: 0.5s;
    }
    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }
    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .foot_address li {
        margin: 25px 0;
        height: auto;
    }
    .cont_box {
        margin-top: 80px;
        height: auto;
        padding: 50px 20px 20px;
    }
    .team_area .owl-prev {
        left: 0;
    }
    .team_area .owl-next {
        right: 0;
    }
    .about_area h3,
    .about_area p {
        text-align: left;
    }
    .border_btm {
        margin-left: inherit;
        margin-bottom: 20px;
    }
    .aboutback p {
        font-size: 28px;
        line-height: 34px;
    }
    .welcome_area .image-box {
        margin-top: 27px;
    }
    .book_rw .parallelogram .row-one p {
        display: table;
        font-size: 24px;
        width: 76%;
        float: right;
        padding-left: 13px;
        line-height: 63px;
        font-family: 'Rubik', sans-serif;
        color: #FFF;
        font-weight: 400;
        text-transform: capitalize;
    }
    .whatDone .doneList .imageBox {
        margin-bottom: 20px;
    }
    .whatDone .whatTxt:before {
        display: none;
    }
    .whatDone .whatTxt:after {
        display: none;
    }
    .whatDone .whatTxt {
        width: 100%;
    }
    .imageBox .overlay .text h3 {
        font-size: 60px;
    }
    .workProcess .box-section {
        margin-bottom: 0;
    }
    .testimonialSection .whatTxt h2 {
        text-transform: uppercase;
        font: 500 28px/37px 'Rubik', sans-serif;
        color: #000;
    }
    .cd-author .cd-author-info li:last-child {
        font-size: 19px;
        color: #ffd300;
    }
    #footer .copyFooter p {
        text-align: center;
        font: 400 14px/28px 'Open Sans', sans-serif;
        color: #FFF;
    }
    #footer .copyFooter p.lastchild {
        text-align: center;
    }
    .servWork .servWork-img {
        width: 100%;
        height: auto;
        position: relative;
    }
    #galleryBox {
        width: 100%;
        height: auto;
    }
    .bodySection .contactRow .contactRowinner {
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
    .bannerSection h3 {
        padding-top: 0;
    }
    .welcome_area .image-box #carouselExampleControls {
        position: relative;
        left: 0;
        z-index: 999;
        top: 0;
    }
    .appointmentSection .appointmentTxt a.hvr-sweep-to-right {
        font-size: 22px;
    }
    #slideshow .buttons {
        display: none;
    }
    #footer .upperFooter .rowSecond .aboutBox ul {
        display: inline-block;
        width: 100%;
        margin-top: 0;
        margin-right: 15px;
    }
    #footer .upperFooter .rowFirst .boxOne p {
        float: right;
        width: 77%;
    }
    .boxOne {
        margin-bottom: 11px;
    }
    .welcome_area a {
        width: 100%;
    }
    .index_slider .slider {
        height: 40vh;
    }
    .welcome_area h2 {
        font-size: 26px;
        width: 100%;
    }
    .cd-testimonials-wrapper {
        width: 100%;
    }
    .cd-testimonials p {
        font-size: 18px;
    }
    .testimonialSection {
        padding: 40px 0 0;
    }
    .testimonialSection .whatTxt h3 {
        font: 500 28px/30px 'Roboto', sans-serif;
        padding-bottom: 10px;
    }
}

@media(max-width: 360px) {
    #footer .upperFooter .rowFirst .boxOne p {
        float: right;
        width: 80%;
    }
    .head_top p i {
        color: #FFF;
        font-size: 18px;
        margin-right: 5px;
    }
    .head_top p {
        font-size: 14px;
        text-align: center;
    }
    .top_social {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 5px !important;
    }
    .head_top {
        padding: 5px 0;
    }
    .slider_area {
        position: inherit;
    }
    .menu_area {
        position: inherit;
    }
    .logo_area {
        height: auto;
        text-align: left;
        padding-left: 0;
        width: 77%;
    }
    .logo_area img {
        width: 100%;
    }
    .slider_area button {
        position: absolute;
        right: 0;
        top: 12px;
    }
    .menu_box {
        height: 62px;
        z-index: 999;
        position: absolute;
        top: -80px;
        right: 15px;
        width: 100%;
        background: transparent;
        width: 100%;
    }
    .index_slider h2 {
        font-size: 14px;
        margin: 0 auto;
    }
    .index_slider .slide .content {
        padding: 30px 0;
    }
    .menu_box::before {
        display: none;
    }
    .logo_area::after {
        right: -80px;
    }
    .menu_box ul {
        width: 100%;
        background: #03b1fa;
        text-align: left;
        top: 80px;
        left: 15px;
    }
    .headline {
        font-size: 32px;
    }
    .welcome_area {
        padding: 30px 0;
    }
    .box_area {
        height: auto;
    }
    .box_text_area h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .box_area {
        margin-bottom: 30px;
    }
    .who_back {
        padding: 15px;
    }
    .who_back p {
        font-size: 15px;
        line-height: 24px;
    }
    .copy_area .float-right {
        float: none !important;
    }
    .ozy-team_member figure {
        width: 100%;
        margin: 0 auto;
    }
    .ozy-team_member figcaption h3 {
        font-size: 25px !important;
    }
    .logo_area:after {
        border-right: 80px solid transparent;
        border-top: 62px solid #FFF;
    }
    .menu_area .dropdown .dropdown-menu {
        left: 0;
        text-align: left;
        width: 100%;
        min-width: 22rem;
    }
    .menu_area .dropdown .dropdown-menu a {
        padding: 4px 15px;
        font-size: 14px;
    }
    .box_text_area h3 {
        display: block;
        padding-left: 20px;
    }
    .serv_menu {
        display: none;
    }
    .sidebar-contact {
        width: 80%;
        height: 100%;
        right: -80%;
        padding: 20px;
    }
    .sidebar-contact .toggle {
        top: 30%;
        transition: 0.5s;
    }
    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }
    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .foot_address li {
        margin: 25px 0;
        height: auto;
    }
    .cont_box {
        margin-top: 80px;
        height: auto;
        padding: 50px 20px 20px;
    }
    .team_area .owl-prev {
        left: 0;
    }
    .team_area .owl-next {
        right: 0;
    }
    .about_area h3,
    .about_area p {
        text-align: left;
    }
    .border_btm {
        margin-left: inherit;
        margin-bottom: 20px;
    }
    .aboutback p {
        font-size: 28px;
        line-height: 34px;
    }
    .welcome_area .image-box {
        margin-top: 27px;
    }
    .book_rw .parallelogram .row-one p {
        display: table;
        font-size: 19px;
        width: 76%;
        float: right;
        padding-left: 13px;
        line-height: 63px;
        font-family: 'Rubik', sans-serif;
        color: #FFF;
        font-weight: 400;
        text-transform: capitalize;
    }
    .whatDone .doneList .imageBox {
        margin-bottom: 20px;
    }
    .whatDone .whatTxt:before {
        display: none;
    }
    .whatDone .whatTxt:after {
        display: none;
    }
    .whatDone .whatTxt {
        width: 100%;
    }
    .imageBox .overlay .text h3 {
        font-size: 40px;
    }
    .workProcess .box-section {
        margin-bottom: 0;
    }
    .testimonialSection .whatTxt h2 {
        text-transform: uppercase;
        font: 500 28px/30px 'Rubik', sans-serif;
        color: #000;
    }
    .cd-author .cd-author-info li:first-child {
        font-size: 17px;
        color: #ffcc33;
    }
    .cd-author .cd-author-info li:last-child {
        font-size: 16px;
        color: #ffd300;
    }
    #footer .copyFooter p {
        text-align: center;
        font: 400 14px/28px 'Open Sans', sans-serif;
        color: #FFF;
    }
    #footer .copyFooter p.lastchild {
        text-align: center;
    }
    .servWork .servWork-img {
        width: 100%;
        height: auto;
        position: relative;
    }
    #galleryBox {
        width: 100%;
        height: auto;
    }
    .bodySection .contactRow .contactRowinner {
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
    .bannerSection h3 {
        padding-top: 0;
    }
    .welcome_area .image-box #carouselExampleControls {
        position: relative;
        left: 0;
        z-index: 999;
        top: 0;
    }
    .welcome_area h2 {
        font-size: 33px;
        width: 100%;
    }
    .welcome_area a {
        width: 100%;
    }
    #footer .upperFooter .rowFirst .boxOne i.fa {
        font-size: 40px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    #footer .upperFooter .rowFirst .boxOne p {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box .button {
        width: 100%;
    }
    #footer .upperFooter .rowSecond .aboutBox ul {
        display: inline-block;
        width: 100%;
        margin-top: 0;
        margin-right: 15px;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box {
        margin-top: 0;
    }
    .servWork {
        padding: 0 0;
    }
    .servWork h2.servWork-txt {
        font: 400 20px/25px 'Rubik', sans-serif;
    }
    .bodySection .headerTxt h2 {
        color: #022d49;
        font: 300 26px/30px 'Rubik', sans-serif;
    }
    .cd-author {
        padding-left: 0;
    }
    #slideshow .buttons {
        display: none;
    }
    .welcome_area a {
        width: 100%;
    }
    .index_slider .slider {
        height: 40vh;
    }
    .welcome_area h2 {
        font-size: 26px;
        width: 100%;
    }
    .testimonialSection .whatTxt h3 {
        text-transform: uppercase;
        font: 500 30px/37px 'Roboto', sans-serif;
        color: #000;
        padding-bottom: 10px;
    }
    .workProcess .box-section h3 {
        font-size: 20px;
    }
}

@media(max-width: 320px) {
    .head_top p i {
        color: #FFF;
        font-size: 18px;
        margin-right: 5px;
    }
    .head_top p {
        font-size: 14px;
        text-align: center;
    }
    .top_social {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 5px !important;
    }
    .head_top {
        padding: 5px 0;
    }
    .slider_area {
        position: inherit;
    }
    .menu_area {
        position: inherit;
    }
    .logo_area {
        height: auto;
        text-align: left;
        padding-left: 0;
        width: 72%;
    }
    .logo_area img {
        width: 100%;
    }
    .slider_area button {
        position: absolute;
        right: 0;
        top: 27px;
    }
    .menu_box {
        height: 62px;
        z-index: 90;
        position: absolute;
        top: -90px;
        right: 15px;
        width: 100%;
        background: transparent;
        width: 100%;
    }
    .index_slider h2 {
        font-size: 14px;
        margin: 0 auto;
    }
    .index_slider .slide .content {
        padding: 30px 0;
    }
    .menu_box::before {
        display: none;
    }
    .logo_area::after {
        right: -80px;
    }
    .menu_box ul {
        width: 100%;
        background: #03b1fa;
        text-align: left;
        top: 80px;
        left: 15px;
    }
    .headline {
        font-size: 32px;
    }
    .welcome_area {
        padding: 30px 0;
    }
    .box_area {
        height: auto;
    }
    .box_text_area h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .box_area {
        margin-bottom: 30px;
    }
    .who_back {
        padding: 15px;
    }
    .who_back p {
        font-size: 15px;
        line-height: 24px;
    }
    .copy_area .float-right {
        float: none !important;
    }
    .ozy-team_member figure {
        width: 100%;
        margin: 0 auto;
    }
    .ozy-team_member figcaption h3 {
        font-size: 25px !important;
    }
    .logo_area:after {
        border-right: 80px solid transparent;
        border-top: 62px solid #FFF;
    }
    .menu_area .dropdown .dropdown-menu {
        left: 0;
        text-align: left;
        width: 100%;
    }
    .menu_area .dropdown .dropdown-menu a {
        padding: 4px 15px;
        font-size: 14px;
    }
    .box_text_area h3 {
        display: block;
        padding-left: 20px;
    }
    .serv_menu {
        display: none;
    }
    .sidebar-contact {
        width: 80%;
        height: 100%;
        right: -80%;
        padding: 20px;
    }
    .sidebar-contact .toggle {
        top: 30%;
        transition: 0.5s;
    }
    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }
    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .foot_address li {
        margin: 25px 0;
        height: auto;
    }
    .cont_box {
        margin-top: 80px;
        height: auto;
        padding: 50px 20px 20px;
    }
    .team_area .owl-prev {
        left: 0;
    }
    .team_area .owl-next {
        right: 0;
    }
    .about_area h3,
    .about_area p {
        text-align: left;
    }
    .border_btm {
        margin-left: inherit;
        margin-bottom: 20px;
    }
    .aboutback p {
        font-size: 28px;
        line-height: 34px;
    }
    .welcome_area .image-box {
        margin-top: 27px;
    }
    .book_rw .parallelogram .row-one p {
        display: table;
        font-size: 16px;
        width: 70%;
        float: right;
        padding-left: 13px;
        line-height: 63px;
        font-family: 'Rubik', sans-serif;
        color: #FFF;
        font-weight: 400;
        text-transform: capitalize;
    }
    .whatDone .doneList .imageBox {
        margin-bottom: 20px;
    }
    .whatDone .whatTxt:before {
        display: none;
    }
    .whatDone .whatTxt:after {
        display: none;
    }
    .whatDone .whatTxt {
        width: 100%;
    }
    .imageBox .overlay .text h3 {
        font-size: 40px;
    }
    .workProcess .box-section {
        margin-bottom: 0;
    }
    .testimonialSection .whatTxt h2 {
        text-transform: uppercase;
        font: 500 28px/32px 'Rubik', sans-serif;
        color: #000;
    }
    .cd-author .cd-author-info li:last-child {
        font-size: 19px;
        color: #ffd300;
    }
    #footer .copyFooter p {
        text-align: center;
        font: 400 14px/28px 'Open Sans', sans-serif;
        color: #FFF;
    }
    #footer .copyFooter p.lastchild {
        text-align: center;
    }
    .servWork .servWork-img {
        width: 100%;
        height: auto;
        position: relative;
    }
    #galleryBox {
        width: 100%;
        height: auto;
    }
    .bodySection .contactRow .contactRowinner {
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
    .bannerSection h3 {
        padding-top: 0;
    }
    .welcome_area .image-box #carouselExampleControls {
        position: relative;
        left: 0;
        z-index: 999;
        top: 0;
    }
    .welcome_area h2 {
        font-size: 28px;
        width: 100%;
    }
    .welcome_area a {
        width: 100%;
    }
    #footer .upperFooter .rowFirst .boxOne i.fa {
        font-size: 60px;
        margin-top: 0;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box .button {
        width: 100%;
    }
    #footer .upperFooter .rowSecond .aboutBox ul {
        display: inline-block;
        width: 100%;
        margin-top: 0;
        margin-right: 15px;
    }
    #footer .upperFooter .rowSecond .aboutBox #form-box {
        margin-top: 0;
    }
    .servWork {
        padding: 0 0;
    }
    .servWork h2.servWork-txt {
        font: 400 20px/25px 'Rubik', sans-serif;
    }
    .bodySection .headerTxt h2 {
        color: #022d49;
        font: 300 26px/30px 'Rubik', sans-serif;
    }
    .boxOne {
        margin-bottom: 11px;
    }
    .bodySection .txtBox h3 {
        font: 400 27px/32px 'Rubik', sans-serif;
    }
    #slideshow .buttons {
        display: none;
    }
}

@media (max-width: 62em) {}

/*=============================== media quaries ends ===================================*/
.mt-20{
    margin-top: 20px;
}
.lastfooter ul{
    width: 100%!important;
}
#footer .upperFooter .rowSecond .lastfooter ul li a {
    border-bottom: none!important;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-call{
	position:fixed;
	width:60px;
	height:60px;
	bottom:15%;
	right:40px;
	background-color:#ee3a37;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
</pre></body></html>