@import url('https://fonts.googleapis.com/css2?family=Calligraffitti&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Domine';
    src: url(../fonts/Domine-Regular.woff2) format("woff2"), url(../fonts/Domine-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Domine';
    src: url(../fonts/Domine-Bold.woff2) format("woff2"), url(../fonts/Domine-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Rozha One';
    src: url('../fonts/RozhaOne-Regular.woff2') format('woff2'),
        url('../fonts/RozhaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria.woff2') format('woff2'),
        url('../fonts/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kruti Dev 010';
    src: url('../fonts/KrutiDev010.woff2') format('woff2'),
        url('../fonts/KrutiDev010.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*@font-face {*/
/*      font-family: 'AMS Manoja';*/
/*    src: url('../fonts/AMSManoja.woff2') format('woff2'),*/
/*        url('../fonts/AMSManoja.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'AMS Lekhan 4';*/
/*    src: url('../fonts/AMSLekhan4.woff2') format('woff2'),*/
/*        url('../fonts/AMSLekhan4.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/



@font-face {

    font-family: "Philosopher";

    src: url("../fonts/Philosopher-Bold.woff2") format("woff2"),

        url("../fonts/Philosopher-Bold.woff") format("woff");

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}

@font-face {
  font-family: tiro-devanagari;
  src: url(../fonts/TiroDevanagariHindi-Regular.ttf);
}

:root {
    --first-color: #e58800;
    --second-color: #d22f2d;
    --third-color: #000;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Domine';
    color: #000;
    /* margin: 0; */
    font-weight: 600;
}

p {
    /*font-family: "Philosopher";*/
     font-family: 'Cambria';
    color: #454545;
    font-size: 18px;
    line-height: 1.6;
}

a,
li {
    font-family: 'Poppins';
    text-decoration: none;
    list-style: none;
    font-family: "Philosopher";
}

li {
    list-style: none;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: 100%;
	height:auto;
}

.navbar-brand {
    margin: 0;
    width: 15%;
    padding: 0;
}

.container {
    max-width: 1230px;
}

.nav-item a {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins';
        font-weight: 500;
}

li.nav-item {
    padding: 0 10px;
}

.nav-item a:hover,
.nav-link:focus {
    color: var(--first-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--second-color);
}

.dropdown-menu {
    width: 300px;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu li a {
    color: #000;
    border-bottom: 1px solid var(--second-color);
}

.header {
    /* position: absolute; */
    width: 100%;
    z-index: 9;
}

.banner img {
     width: 100%;
   height: 630px;
	 /*object-fit: cover;*/
    /*object-position: top;*/
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
/*       transform: scale(1.1); */
}

.banner-slider  .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
.banner-slider .slick-active img {
/*       transform: scale(1); */
    }

.txt-small {
    display: flex;
    align-items: center;
}

.txt-small img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    /* padding-right: 20px; */
}

.txt-small h4 {
    font-family: "Philosopher";
    font-size: 18px;
    padding: 7px 15px;
    color: #fff;
    font-weight: 600;
    background: var(--first-color);
    border-radius: 35px;
}

.banner {
    position: relative;
}

.banner-content {
    position: absolute;
    /* top: 35%; */
    /* left: 6%; */
    bottom: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
}

.banner-content h2 {
    color: #fff;
    font-size: 28px;
    padding: 40px 0px;
    margin-bottom: 15px;
    background: #d22f2d87;
    /* opacity: .6; */
}

.banner-content p {
    color: #fff;
    font-size: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #fff;
    text-decoration: none;
}

.web-btn a {
    background: var(--first-color);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: .9px;
    transition: .4s ease-out;
    border-radius: 35px;
    cursor: pointer;
}

.web-btn a:hover {
    background: var(--second-color);
}

.web-btn-2 a {
    background-color: var(--first-color);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: .9px;
    transition: .4s ease-out;
    border-radius: 35px;
}

.web-btn-2 a:hover {
    /* background-image: var(--first-color); */
    background-color: var(--second-color);
}

.pd {
    padding: 60px 0px;
}

.title-head h2 {
    font-size: 35px;
    line-height: 1.2;
    margin: 10px 0px;
    font-weight: bold;
}

.ab-img {
    /* overflow: hidden; */
    position: relative;
    width: 95%;
    margin: auto;
    transition: .4s ease;
}

.ab-img img {
    width: 92%;
/*     height: 430px; */
    object-fit: cover;
}

.ab-img:before {
    position: absolute;
    content: "";
    width: 95%;
    height: 100%;
    background: var(--first-color);
    bottom: -16px;
    left: 0;
    z-index: -1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service-sec {
    background: url(../imgs/bg-1.jpg);
    position: relative;
    background-size: cover;
    padding: 60px 0px;
    overflow: hidden;
    z-index: 9;
}

.service-sec:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
    z-index: -1;
}

.title-2 h2 {
    color: #fff;
}

.service-box {
    width: 100%;
    position: relative;
    margin: 20px 0px 0px;
    overflow: hidden;
}

.service-box img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.service-box:hover img {
    transform: scale(1.09);
}

.ser-txt {
    background: #fff;
    position: relative;
    /* width: 80%; */
    margin: auto;
    /* display: flex; */
    align-items: center;
    /* top: -25px; */
    padding: 20px;
    transition: .4s ease;
	height:250px;
}

.ser-txt h2 {
    font-size: 22px;
    transition: .4s ease;
}

.rd-more a {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: var(--first-color);
}

.ser-txt i {
    color: var(--first-color);
    font-size: 17px;
    transition: .4s ease;
    margin-left: 10px;
}

.service-box:hover .ser-txt {
    background-image: var(--first-color);
}

.service-box:hover .ser-txt h2 {
    color: var(--first-color);
}

.service-box:hover .ser-txt i {
    color: var(--second-color);
    transform: translateX(10px);
}

.img-comp-container {
    position: relative;
    height: 500px;
    /*should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
}

.img-comp-img img {
    display: block;
    /* vertical-align: middle; */
    width: 100%;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: n-resize;
    width: 70px;
    height: 70px;
    background-color: #fff;
    /* opacity: 0.7; */
    border-radius: 50%;
    line-height: 4;
    padding-left: 13px;
    font-weight: bold;
    font-size: 16px;
    left: 430px !important;
}



.offers {
    /* background: url(../imgs/poet-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 340px; */
    padding: 80px 0px 50px;
    position: relative;
    background-attachment: fixed;
}


.ptt-1{
	width: 25%;
	animation: float 6s ease-in-out infinite;
}

.ptt-1 img{
	width: 100%;
	height:auto;
	    position: sticky;
	top:50px;
}

.ptt-2{
	width: 25%;
	text-align:end;
	animation: float 6s ease-in-out infinite;
	justify-content: flex-end;
	align-items: flex-end;
	display:flex;
}

.ptt-2 img{
	width: 100%;
	height:auto;
	position:sticky;
	  bottom: 50px;
}


.offer-txt {
	width: 50%;
	text-align: center;
	/*     width: max-content; */
	margin: auto;
	position: relative;
	color: #fff;
	/*background: url(../imgs/poet-bg.png);*/
	/*background: url(../imgs/5691769.png);*/
	background: url(../imgs/6466279.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 160px 90px;
}


.offer-txt p {
    color: #000;
/*     font-family: 'Domine'; */
    font-size: 20px;
    line-height: 1.9;
    /* font-family: 'AMS Manoja'; */
    /* font-family: 'AMS Lekhan 4'; */
    /* font-family: "Calligraffitti", cursive; */
    /*font-family: 'Rozha One';*/
    font-family: tiro-devanagari;
}

.team-box {
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: rgb(229 136 0 / 29%) 0px 2px 8px 0px;
    padding: 25px;
    margin-top: 30px;
    justify-content: space-between;
    transition: .4s ease;
    border-radius: 10px;
}

.team-box:hover {
    background: var(--second-color);
}

.team-box:hover .team-img {
    border-color: #fff;
}

.team-img {
    width: 25%;
    /* display: flex; */
    margin-bottom: 20px;
    /* gap: 20px; */
    align-items: center;
    border: 2px solid #e58800;
    border-radius: 20px;
    text-align: center;
}

.team-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
	object-position:top;
    border-radius: 20px;
    padding: 10px;
}


.team-txt h3 {
    font-size: 30px;
    margin: 0 0 10px;
}

.team-txt h3 span {
    color: var(--second-color);
    font-size: 16px;
    /* font-family: 'Jost'; */
}



.team-box:hover .team-txt h3 span {
    color: var(--first-color);
}

.team-box:hover .team-txt p {
    color: #fff;
}

.offers-2 {
    background: var(--second-color);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 380px; */
    padding: 60px 0px;
    position: relative;
}

.offer-txt-2 {
    text-align: left;
    position: relative;
    color: #fff;
}

.offer-txt-2 h2 {
    color: #fff;
    font-size: 42px;
    margin: 10px 0px 20px;
}

.offer-txt-2 p {
    color: #fff;
    width: 47%;
}

.testimonial-sec {
    /*background: url(../img/bg-3.jpg);*/
    /*background-size: cover;*/
    text-align: center;
}

.test-flex img {
        width: 100px !important;
        height: 100px !important;
        border: 3px solid;
        border-radius: 100%;
        margin: 10px auto;
        transform: scale(1.1);
}



.test-flex h4 {
    font-size: 18px;
}

.test-flex span {
    font-size: 16px;
    color: var(--second-color);
    font-weight: 500;
}

.testimonial-text {
      border: 1px solid #e58800;
    border-radius: 10px;
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 30px 0;
}

.testimonial-text p {
    margin: 40px auto;
    padding: 0 75px;
}

.testimonial-text i {
    font-size: 50px;
    color: #000;
    margin-bottom: 10px;
}

.testimonial-text h4 {
    color: var(--first-color);
}

img.test-2 {
    bottom: 95px;
    left: 0;
}

/*.default-imgs img {*/
/*    position: absolute;*/
/*    animation: wobble 5s ease-in infinite;*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    object-fit: contain;*/
/*    border-radius: 100%;*/
/*    transition: .4s ease;*/
/*}*/

/*.default-imgs img.active {*/
/*    border: 3px solid #e58800;*/
/*    border-radius: 100%;*/
/*    padding: 2px;*/
/*}*/


/* @keyframes wobble {
    0% {
      transform: translateY(0%);
    }
  
    15% {
      transform: translateY(-25%);
    }
  
    30% {
      transform: translateY(20%);
    }
  
    45% {
      transform: translateY(-15%);
    }
  
    60% {
      transform: translateY(10%);
    }
  
    75% {
      transform: translateY(-5%);
    }
  
    100% {
      transform: translateY(0%);
    }
  } */

.testimonial-sec .container {
    position: relative;
}

/*img.test-3 {*/
/*    bottom: -105px;*/
/*    left: 28%;*/
/*}*/

/*img.test-4 {*/
/*    top: 100px;*/
/*    right: 90px;*/
/*}*/

/*img.test-5 {*/
/*    bottom: -8px;*/
/*    right: 133px;*/
/*}*/

/*img.test-6 {*/
/*    bottom: -105px;*/
/*    right: 135px;*/
/*}*/

.blog-box {
    width: 100%;
    margin-top: 30px;
    transition: .4s ease;
    overflow: hidden;
}

.blog-box:hover img {
    transform: scale(1.09);
}

.blog-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-txt h2 {
    font-size: 28px;
    margin: 5px 0px;
    transition: .4s ease;
}

.blog-txt h5 {
    color: #878787;
    font-size: 16px;
    font-family: 'jost';
}

.blog-txt {
    padding: 15px 0px 0px;
}

.blog-box:hover .blog-txt h2 {
    color: var(--second-color);
}

footer {
    background: var(--first-color);
}

.footer-img img {
    width: 210px;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 60px;
	height:auto;
}

.footer-img p {
    color: #fff;
}

.footer-links h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    /* background-image: var(--first-color); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* font-weight: bold; */
    /* position: relative; */
}

.footer-links h3:before {
    /* position: absolute; */
    /* content: ""; */
    width: 80px;
    height: 2px;
    background: #fff;
    bottom: -9px;
}

.footer-links ul li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    transition: .4s ease;
        font-family: 'Cambria';
}

.footer-links ul li a:hover {
    color: #000;
}

.footer-links ul li a:before {
    position: absolute;
    content: "";
    background: url(../imgs/arrow.png);
    background-size: contain;
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    left: -19px;
    top: 4px;
}

.footer-links ul li {
    padding: 4px 0px 4px 20px;
	    font-family: 'Cambria';
}

.foot-info {
    display: flex;
    margin-bottom: 20px;
}

.foot-info i {
    width: 30px;
    height: 30px;
    background: #fff;
    display: grid;
    place-content: center;
    margin-right: 15px;
    border-radius: 100%;
    color: var(--first-color);
}

.foot-info>div {
    width: 80%;
}

.foot-info h4 {
    color: #fff;
    font-size: 19px;
    font-family: 'Jost';
    font-weight: bold;
    letter-spacing: 1px;
}

.foot-info a {
    color: #fff;
       font-family: 'Cambria';
    transition: .4s ease;
}

.foot-info a:hover {
    color: #000;
}

.foot-padding {
    padding-left: 40px;
}

.footer-social ul {
    display: flex;
    /* justify-content: center; */
    position: relative;
    z-index: 9;
}

.footer-social ul li a {
    font-size: 14px;
    color: var(--first-color);
    transition: .4s ease;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background: #fff;
    border-radius: 100%;
}

.footer-social ul li a:hover {
    color: #000;
}

.footer-social ul li {
    margin: 0 5px;
}


.copyright p {
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 0;
}

.copyright p a {
    color: #fff;
	  font-family: 'Cambria';
}

.copyright {
    background: var(--first-color);
    border-top: 1px solid #fff;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: slidetop 1s ease-in-out backwards;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

@keyframes slidetop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.sticky .navbar-brand img {
    width: 70%;
	    height: auto;
}

.prev-btn {
    position: absolute;
    left: 75px;
    top: 40%;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 9;
}

.next-btn {
    position: absolute;
    right: 75px;
    top: 40%;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 9;
}

.ab-img:hover img {
    transform: scale(1.07);
}

img {
    transition: .4s ease;
}

.experties-box {
    text-align: center;
    padding: 20px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    min-height: 330px;
	height: 100%;
    position: relative;
    transition: .4s ease;
}

.experties-box img{
	width:80px;
}

.experties-box h2 {
    font-size: 22px;
    margin: 15px 0px;
}

.arr-box {
    position: absolute;
    bottom: -25px;
    left: 41%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 55px;
    height: 55px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    background: #fff;
    font-size: 24px;
    color: #000;
}

.experties-box:hover {
    background: var(--first-color);
}

.experties-box:hover img {
    filter: brightness(0);
}

.experties-box:hover h2,
.experties-box:hover p {
    color: #fff;
}

.experties-box:hover .arr-box {
    color: var(--first-color);
}

.gal-img img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.gal-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    /* padding: 10px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gal-img:hover img {
    transform: scale(1.1)
}

.sticky-social {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9;
}

.sticky-social ul {
    flex-direction: column;
    background: var(--first-color);
    padding: 5px;
}

.sticky-social ul li a {
    margin: 10px auto;
    height: auto;
    font-size: 21px;
    width: auto;
    background: transparent;
    color: #fff;
}

.banner-slider .prev-btn,
.service-slider .prev-btn {
    color: #fff;
    background: #dddddd70;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    font-size: 20px;
}

.banner-slider .next-btn,
.service-slider .next-btn {
    color: #fff;
    background: #dddddd70;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    font-size: 20px;
}

.service-main {
    padding: 15px;
}

.service-slider .prev-btn {
    left: -34px;
}

.service-slider .next-btn {
    right: -40px;
}

.home-form {
    background: #fff;
}

.modal-header h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.home-form input {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    background: #f3f1f1;
    margin: 0 0 10px;
}

.home-form textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    background: #f3f1f1;
    margin: 0 0 10px;
}

.home-form select {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    background: #f3f1f1;
    margin: 0 0 10px;
    color: #545454;
}

.home-form input[type="submit"] {
    background: var(--first-color);
    color: #fff;
    transition: .4s ease;
    margin: 0;
    border-radius: 30px;
}

.home-form input[type="submit"]:hover {
    background: var(--second-color);
}

.modal-header .btn-close {
    background: #000;
    opacity: 1;
    color: #fff;
    line-height: 0;
}

.modal-body {
    padding: 45px 35px;
}

.inner-banner img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.inner-banner {
    position: relative;
}

/* .inner-banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #00000069;
} */

.inner-content {
    position: absolute;
    bottom: 34px;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

.inner-content h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 32px;
}

ol.breadcrumb.text-uppercase.mb-0 li {
    font-size: 14px;
    color: #fff;
}

li.breadcrumb-item a {
    font-size: 14px;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.parallax-side {
    background-image: url(../imgs/img-1.jpg);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.content-side {
    max-width: 100%;
    height: auto;
    background-color: #e58800;
    margin-top: 3rem;
    margin-left: -4rem;
    position: relative;
}

.inner-content-2 {
    padding: 3rem 2rem 1.5rem;
    width: 90%;
}

.pen-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
}

section.pd.page-header.author-page {
    position: relative;
}

.pen-img img {
    width: 100%;
}


.inner-content-2 p {
    color: #FFF;
}

.panel-title {
    margin-bottom: 20px;
    border-left: solid 6px var(--second-color);
}

.panel-title h2 {
    color: #FFF;
    margin-left: 20px;
}

.panel-title h5 {
    color: #FFF;
    margin-left: 20px;
    margin-bottom: 2px;
}

.team-txt {
    width: 73%;
}

.col-md-12:nth-child(even) .team-box {
    flex-direction: row-reverse;
}

.contact .content {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../imgs/poet-bg.jpg);
    padding: 40px 30px;
    background-repeat: no-repeat;
    background-size: cover
}

.contact .content h2 {
    color: #fff;
    padding-bottom: 40px
}

.contact .content p {
    color: #fff
}

.contact .content .arry {
    margin: 50px 0
}

.contact .content ul li {
    margin-bottom: 20px;
	    font-family: 'Cambria';
}

.contact .content ul li a {
    color: #fff;
	    font-family: 'Cambria';
}

.contact .content ul li a i {
    color: #fff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    border-radius: 100%
}

.google-map iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -10px
}

.form-area form input {
    width: 100%;
    padding: 15px 20px;
    background-color: #eee;
    border: none;
    margin-bottom: 25px;
    color: #000;
    border-radius: 4px
}

.form-area form select {
    width: 100%;
    padding: 15px 20px;
    background-color: #eee;
    border: none;
    margin-bottom: 25px;
    color: #303030;
    border-radius: 4px
}

.form-area form textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: #eee;
    border: none;
    margin-bottom: 25px;
    color: #000;
    border-radius: 4px;
    height: 150px
}

.form-area form button {
    padding: 12px 26px;
    background-color: var(--first-color);
    font-weight: 600;
    color: #fff;
    border-radius: 100px
}

.form-area form button i {
    padding-left: 6px;
    transform: rotate(-40deg);
}

.form-area form button:hover i {
    transform: rotate(0deg)
}

.form-area form input[type=submit] {
    background-color: var(--first-color);
    padding: 12px 38px;
    border-radius: 35px;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    transition: .4s ease-in-out;
    font-weight: 400;
    width: 50%;
    margin: auto;
    text-align: center
}

.form-area form input[type=submit]:hover {
    background-color: var(--second-color);
    color: #fff;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #303030
}



.page-header .page-content h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.page-header .page-content h2 {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.page-header .page-content h2 span {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    padding-left: 35px;
    margin-left: 10px;
    margin-top: 5px;
}

.page-header .page-content h2 span:before {
    background-color: var(--dl-grey-color);
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-header .page-content p {
    color: var(--dl-body-color);
    margin: 0;
}

/* Author Page */
.author-page .page-content-wrap {
    padding-bottom: 100px;
}

.author-page .author-thumb {
    /* width: 100%; */
    /* height: 500px; */
    /* border-radius: 50%; */
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: calc(-150px / 2); */
    /* transform: translateX(-50%); */
    /* overflow: hidden; */
    border-radius: 10px;
    /* box-shadow: rgb(229 136 0 / 34%) 0px 2px 8px 0px; */
    /* position: relative; */
    /* display:grid; */
    place-items:center;
    /* position: sticky; */
    /* top: 0; */
}

/* .author-page .author-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
} */

.author-page .author-thumb img {
    width: 100%;
    /* height: auto; */
    /* object-fit: cover; */
}

/* .author-page .author-thumb:hover:before {
    background: var(--second-color);
} */

.author-page .author-thumb:hover img {
    transform: scale(0.9);
}


/* .author-page .author-thumb:before {
    position: absolute;
    content: "";
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    background: var(--first-color);
    z-index: -1;
    border-radius: 10px;
} */

.newsletter {
    width: 100%;
    padding: 25px 0;
    position: relative;
    background-image: url(../imgs/banner.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}

.newsletter:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000075;
    content: "";
    z-index: -1;
}

.news-text {
    width: 100%;
    margin: 0 0 20px 0;
}

.news-text h2 {
/*     margin: 0 0 10px 0; */
    color: #fff;
	    font-size: 25px;
}

.news-text h2:nth-child(2){
	margin:40px 0 0 0;
}

.news-mail {
    width: 100%;
}

.news-text p {
    margin: 0;
    color: #fff;
}

.news-flex {
    width: 100%;
}

.news-input {
    width: 100%;
    margin: 0 0 10px 0;
}

.news-input input {
    width: 100%;
    height: auto;
    padding: 4px 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    outline: none;
    border-radius: 4px;
}

.news-input textarea {
    width: 100%;
    height: 60px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    outline: none;
    border-radius: 4px;
}

.news-btn {
    width: 20%;
}

.news-btn input {
    padding: 8px 30px;
    background: var(--second-color);
    border: none;
    outline: none;
    transition: all 0.5s;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}

.news-btn input:hover {
    background: var(--first-color);
}

.ser-cat-img {
    width: 90%;
    position: relative;
    z-index: 9;
    /* overflow: hidden; */
}

.ser-cat-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
}

.ser-cat-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #e58800;
    z-index: -1;
    border-radius: 10px;
    right: -20px;
    bottom: -20px;
    transition: .4s ease;
}

.mg-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.mg-img img:hover {
    transform: scale(1.1);
}

.mg-img {
    overflow: hidden;
    padding: 0 10px;
}

.mangal-gaan-txt {
    padding: 50px 0px;
    background: url(../imgs/gaan-bg.jpg);
    /*margin: 50px 0px 30px;*/
    position: relative;
    z-index: 9;
    background-attachment: fixed;
}

.mangal-gaan-txt:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000066;
    z-index: -1;
}


.mg-head h3 {
    color: #fff;
    font-size: 50px;
    position: relative;
    width: max-content;
}

.mg-txt p {
    color: #fff;
    font-size: 17px;
}

.mg-head {
    position: relative;
}

.mg-head h3:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: var(--first-color);
    bottom: 0;
    right: -20px;
}

.ser-cat-img:hover:before {
    background: var(--second-color);
    transform: scale(1.03);
}
.ser-cat-box {
    margin-bottom: 100px;
}


.ser-cat-box:nth-child(even) .row {
    flex-direction: row-reverse;
}

.mission-box {
    width: 100%;
    padding: 30px;
    /* background: var(--first-color); */
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* border-right: 5px solid var(--first-color); */
    border-top: 7px solid var(--second-color);
    transition: .4s ease;
}

.mission-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.mission-box h3 {
    margin: 10px 0px;
    font-size: 24px;
}

.mission-box:hover {background: var(--first-color);border-color: var(--second-color);}

.mission-box:hover h3 {
    color: #fff;
}

.mission-box:hover p {
    color: #fff;
}

.mission-box:hover img {
    filter: invert(1);
}

.team-box:hover .team-txt h3 {
    color: #000;
}

.team-box:hover .team-txt ul li a {
    background: #fff;
}

.gallery-clider .prev-btn , .gallery-clider .next-btn {
    color: #fff;
    background: #dddddd70;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    font-size: 20px;
}

.gallery-clider .prev-btn {
    left: -34px;
}

.gallery-clider .next-btn {
    right: -40px;
}

p.head-para {
    color: #000;
    font-size: 20px;
    width: 70%;
    margin: auto;
}

/* img.poet-1 {
    position: absolute;
    top: 200px;
    left: 0;
    width: 385px;
   
}

img.poet-2 {
    position: absolute;
    right: 0;
    bottom: 300px;
    animation: float 6s ease-in-out infinite;
    width: 280px;
} */

img.coma {
    position: absolute;
    top: -35px;
    left: 60px;
    width: 60px;
}

img.coma.coma-2 {
    right: 15px;
    bottom: -15px;
    top: inherit;
    left: inherit;
    transform: rotate(180deg);
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.ser-detail-txt p {
    width: 80%;
    margin: 10px auto;
    font-size: 18px;
        padding: 0 45px
}

.d-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border: 10px solid #fff;
    border-radius: 10px;
}

.d-b {
    box-shadow: rgb(99 99 99 / 46%) 0px 2px 8px 0px;
    width: 200px;
    height: auto;
    border-radius: 10px;
    position: absolute;
}

.d-b p {
    margin: 0;
    text-align: center;
    width: auto;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-style: italic;
}

.d-3 {
    position: absolute;
    width: 120px;
    bottom: -84px;
    left: -80px;
    animation: float 6s ease-in-out infinite;
}

.ser-detail-txt {
    position: relative;
}

.d-1 {
    top: -40px;
    left: -75px;
    transform: rotate(10deg);
}

.d-2 {
    right: -50px;
    bottom: 0;
    transform: rotate(-10deg);
}


ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

ul.slick-dots li button {
    border: none;
    font-size: 0;
    width: 15px;
    height: 16px;
    background: transparent;
    border-radius: 100%;
    margin: 0 5px;
    border: 2px solid #fff;
}

ul.slick-dots li.slick-active button {border: 2px solid #000;transform: scale(1.3);}


.banner-content h2 {
    display: none;
}
.banner-content {
    position: absolute;
    /* top: 35%; */
    /* left: 6%; */
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
}

/*==============*/

.testimonial-slider {
    width: 80%;
    margin: auto;
    padding: 0 20px;
}

/*.testimonial-slide {
  display: none;
}

.testimonial-slide.active {
  display: block;
}
*/
.testimonial-slide img {
  width: 100%;
  height: auto;
}

.image-thumbnails {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.thumbnail {
  width: 80px;
  height: 60px;
  margin: 0 10px;
  cursor: pointer;
}

.testimonial-slider .prev-btn ,.testimonial-slider .next-btn {
    width: 40px;
    height: 40px;
    background: #e58800;
    display: grid;
    place-content: center;
    font-size: 20px;
    border-radius: 100%;
        color: #fff;
}

/* .newsletter .row {
    align-items: center;
} */

form p {
    margin: 0;
}

.news-btn p {
    display: flex;
}

.inner-content-2 p strong {
    color: var(--second-color);
    font-size: 18px;
    /* font-family: 'Domine'; */
    color: #000;
}

.auth-txt h2 {
    font-size: 24px;
}

.ser-title h2 {
    color: var(--second-color);
    /* font-style: italic; */
    position: relative;
}

.line {
    width: 70px;
    height: 2px;
    background: var(--first-color);
}

.dots {
    width: 10px;
    height: 10px;
    background: var(--second-color);
    border-radius: 100%;
}

.gt_float_switcher .gt-selected {
    background-color: #e58800 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 8px !important;
    color: #fff !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 17px !important;
}

.gt_float_switcher img {
    width: 30px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    filter: brightness(100) !important;
}

.mobile-slider {
    display: none;
}

.ab-video iframe {
    width: 100%;
    height: 100%;
}

.ab-video {
    text-align: center;
    width: 95%;
    height: 400px;
    border: 2px solid #e58800;
}

.cat-video {
    text-align: center;
    width: 95%;
    height: 350px;
    border: 2px solid #e58800;
}

.cat-video iframe {
    width: 100%;
    height: 100%;
}

.story-img {
    width: 15%;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.text-head-small{
	display:block;
	text-align:end;
}

.text-head-small h4{
	display:inline-block;
}

.auth-txt{
	text-align:end;
}

.about-custom-image{
		margin:60px 0 0 0;
	}

/*RESPONSIVE QUERY______*/


@media only screen and (max-width: 1280px) {
    
    .d-b {
    width: 150px;
}

.d-1 {
    left: 0;
}

.d-2 {
    right: 0;
}

.d-3 {
    left: -30px;
}

}

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

}

@media only screen and (max-width: 1186px) {
	.ser-txt{
		height:270px;
	}
}

@media only screen and (max-width: 1024px) {
     li.nav-item {
    padding: 0 7px;
    }
}

@media only screen and (max-width:1023px){
		.ser-txt{
		height:270px;
	}
}


@media only screen and (max-width: 991.2px) {
    
    .navbar-collapse {position: absolute;width: 100%;background: #fff;z-index: 9;left: 0;top: 80px;}

button.navbar-toggler {
    order: 3;
}

.ab-img {
    width: 100%;
    margin-bottom: 30px;
}

.title-head h2 {
    font-size: 30px;
}

.title-head h2 br {
    display: none;
}

.mt-5 {
    margin-top: 1.5rem !important;
}

.experties-box {
    height: auto;
    margin-bottom: 45px;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gallery-clider .next-btn {
    right: 20px;
}

.gallery-clider .prev-btn {
    left: 20px;
}

.service-slider .prev-btn {
    left: 0;
}

.service-slider .next-btn {
    right: 0;
}

.foot-padding {
    padding-left: inherit;
}

.footer-links {
    margin-top: 20px;
}

.navbar-brand img {
    height: 80px;
    object-fit: contain;
    width:150px;
}

.sticky .navbar-brand img {
    height: 80px;
    width: 150px;
}

ul.slick-dots li button {
    width: 10px;
    height: 10px;
}

.content-side {
    margin: 0;
}

.inner-content-2 {
    width: 100%;
}

.inner-banner img {
    height: 110px;
}

.author-page .author-thumb img {
    /* width: 300px; */
    /* height: 300px; */
}

.author-page .author-thumb {
    /* height: auto; */
    place-content: flex-start;
    /* margin-bottom: 20px; */
}
	

	
	.news-text h2:nth-child(2){
	margin:0;
}
		.news-text h2{
		margin: 0 0 10px 0;
	}
	
	.about-custom-image{
		margin:0 0 30px 0;
	}
	
	.ser-txt{
		height:auto;
	}
	
	.team-img img{
		height:250px;
	}

}


@media only screen and (max-width: 901px) {
	.story-img{
		width:25%;
	}
}

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

}


@media only screen and (max-width: 801px) {
 .story-img {
    width: 30%;
  }
}


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

}

@media only screen and (max-width: 767.2px) {
    
    .experties-box {
    min-height: auto;
}

.arr-box {
    left: 50%;
}

.pd {
    padding: 40px 0px;
}

.title-head h2 {
    font-size: 24px;
 }

p.head-para {
    font-size: 17px;
}

.experties-box h2 {
    font-size: 20px;
    margin: 10px 0px;
}

.test-flex img {
    width: 70px !important;
    height: 70px !important;
}

.testimonial-text p {
    margin: 40px auto 20px;
    padding: 0 20px;
}

.testimonial-text i {
    font-size: 30px;
}

.testimonial-text h4 {
    font-size: 18px;
}

.testimonial-slider {
    width: 100%;
}

.team-txt h3 {
    font-size: 24px;
}

.team-txt h3 span {
    font-size: 14px;
}

.news-flex .col-md-6 {
    width: 50%;
}

.ptt-1 {
    width: 100px;
}

.ptt-2 {
    width: 100px;
}

.offer-txt {
    width: 80%;
}

.offers {
    padding: 30px 0px;
}

.offer-txt p {
    font-size: 17px;
}

.mission-box {
    margin-bottom: 25px;
}

.d-b {
    display: none;
}

.ser-detail-txt p {
    width: 90%;
    font-size: 16px;
}

.d-3 {
    bottom: -74px;
    width: 153px;
    left: 0;
}

.col-md-6.cat-col {
    order: 2;
}

.ser-cat-box:last-child {
    margin: 0;
}

.ser-cat-box {
    margin-bottom: 70px;
}
	
	.team-img img{
		height:200px;
	}

}

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

}

@media only screen and (max-width: 601px) {
  .story-img {
    width: 33%;
  }
}

@media only screen and (max-width: 576.2px) {
	p{
		font-size:15px;
	}
    .navbar-brand {
    width: auto;
}

.navbar-brand img {
    width: 120px;
    height: 60px;
}

.sticky .navbar-brand img {
    width: 120px;
    height: 60px;
}

.navbar-collapse {
    top: 70px;
}

.nav-item a {
    font-size: 14px;
    padding: 6px 0px;
}

.navbar-toggler:focus {
    border: none;
    color: #e58800;
}

.experties-box img {
    width: 50px;
}

.team-box {
    flex-direction: column;
}

.team-img {
    width: 100%;
}

    .team-img img {
        height: 450px;
    }

.team-txt {
    width: 100%;
}

.col-md-12:nth-child(even) .team-box {
    flex-direction: column;
}

.offer-txt {
    padding: 130px 0px;
            width: 100%;
}

.offers .container {
    flex-wrap: wrap;
}

.ptt-1 {
    display: none;
}

.ptt-2 {
        display: none;
    
} 

.offer-txt p {font-size: 15px;}

.ser-detail-txt {
    margin-bottom: 20px;
}

.d-3 {
    z-index: -1;
    opacity: 0.3;
    left: -20px;
    width: 115px;
}

.ser-detail-txt p {
    position: relative;
    z-index: 9;
    padding: 0;
}

.ser-cat-img img {
    height: 300px;
}

.mg-head h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.mg-txt p {
    font-size: 16px;
}

.inner-banner img {
    height: 110px;
}

.inner-content-2 {
    padding: 30px 0;
}

.mission-box img {
    width: 40px;
    height: 40px;
}

.mission-box h3 {
    font-size: 20px;
}

    .team-txt h3 {
        font-size: 20px;
    }
    
    
        .author-page .author-thumb img {
        width: 200px;
        height: 200px;
    }
    
    .auth-txt h2 {
    font-size: 18px !important;
}

.laptop-slider {
    display: none;
}

.mobile-slider {
    display: block;
}

.mobile-banner img {
    width: 100%;
    height: auto;
}
	
.story-img {
        width: 100%;
        text-align: center;
    }	
	
	.sticky-social{
		top:unset;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		width:100%;
	}
	
	.sticky-social ul{
		flex-direction:row;
		justify-content: center;
  align-items: center;
	}
	
	.footer-social ul li {
  margin: 0 30px 0 0;
}

}

@media only screen and (max-width: 500.2px) {
    
    .sticky-social ul li a {
    font-size: 16px;
    margin: 7px auto;
}

.txt-small h4 {
    font-size: 16px;
}

.title-head h2 {
    font-size: 20px;
}

.ab-img img {
    height: auto;
}

p {
    font-size: 15px;
}

.service-sec {
    padding: 40px 0px;
}

p.head-para {
    width: 90%;
    font-size: 15px;
}

.ser-txt h2 {
    font-size: 20px;
}

.experties-box img {
    width: 40px;
}

.experties-box h2 {
    font-size: 18px;
}

.arr-box {
    width: 45px;
    height: 45px;
    font-size: 17px;
    left: 45%;
}

.experties-box {
    margin-bottom: 35px;
}

.testimonial-slider .prev-btn, .testimonial-slider .next-btn {top: 50%;font-size: 16px;width: 35px;height: 35px;}

.test-flex img {
    width: 50px !important;
    height: 50px !important;
}

.testimonial-text {
    margin: 20px 0 0;
}

.footer-img img {
    width: 130px;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.google-map iframe {
    height: 200px;
}

.google-map iframe {
    height: 200px;
}

.form-area form input {
    margin-bottom: 15px;
    padding: 10px 20px;
}

.form-area form select {
    margin-bottom: 15px;
    padding: 10px 20px;
}
	
		.footer-social ul li {
  margin: 0 20px 0 0;
}
	
	    .team-img img {
        height: 380px;
    }

}

@media only screen and (max-width: 451.2px) {
    .team-img img {
        height: 350px;
    }
}

@media only screen and (max-width: 414px) {
    
    .web-btn a {
    font-size: 13px;
    padding: 6px 15px;
}



.navbar-brand img {
    width: 100px;
}

.sticky .navbar-brand img {
    width: 100px;
}

.title-head h2 {
    font-size: 18px;
}

.txt-small h4 {
    font-size: 14px;
}

.ser-txt h2 {
    font-size: 17px;
}

.footer-links h3 {
   font-size: 20px;
   margin-bottom: 10px;
}
	
		.footer-social ul li {
  margin: 0 15px 0 0;
}

}

@media only screen and (max-width: 401.2px) {
    .team-img img {
        height: 300px;
    }
}

@media only screen and (max-width: 376.2px) {
        .team-img img {
        height: 280px;
    }
    
}

@media only screen and (max-width: 360px) {
		.footer-social ul li {
  margin: 0 10px 0 0;
}
}

@media only screen and (max-width: 351.2px) {
    .team-img img {
        height: 250px;
    }
}


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

}
