body {
    font-family: 'Poppins', sans-serif;
    padding-top: 150px;
    overflow-x: hidden;
    background-color: #f5f5f7;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
}

.container {
    max-width: 1240px;
}

.main_banner {
    width: 100%;
    position: relative;
    display: block;
    /* height: 100vh;
    min-height: 100vh;
    max-height: 100vh; */
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}


/* ul.fsocial li a.fb, .fixed_social li a.fb {
    background: #4867AA;
}
ul.fsocial li a.tw, .fixed_social li a.tw {
    background: #1DA1F2;
}
ul.fsocial li a.gp, .fixed_social li a.gp {
    background: #DC473A
}
ul.fsocial li a.in, .fixed_social li a.in {
    background: #007BB6
}
ul.fsocial li a.scrollup {
    background: #555;
}
ul.fsocial li a.fb:hover {
    color: #4867AA;
    border: 1px solid #4867AA;
}
ul.fsocial li a.tw:hover {
    color: #1DA1F2;
    border: 1px solid #1DA1F2;
}
ul.fsocial li a.gp:hover {
    color: #DC473A;
    border: 1px solid #DC473A;
}
ul.fsocial li a.in:hover {
    color: #007BB6;
    border: 1px solid #007BB6;
}
ul.fsocial li a:hover {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    transition: all .5s;
} */

.fixed_social {
    float: right;
    display: inline-block;
    z-index: 999999;
}

.fixed_social li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-left: 4px;
}

.fixed_social li a {
    float: left;
    color: #fff;
    text-align: center;
    /* width: 26px; 
    height: 26px; */
    border-radius: 0;
    line-height: 50px;
    /* margin-top: 8px; */
    /* font-size: 16px; */
    margin-left: 15px;
    transition: all .5s;
}

.fixed_social li a img {
    width: 20px;
}


/* .fixed_social li a:hover {
    border-radius: 0;
    transition: all .5s;
}
.fixed_social li:last-child a{
    margin-top: 0px;
    height: 40px;
    width: auto;
    text-decoration: none;
    font-weight: 500;
    padding: 0 20px;
    line-height: 40px;
    background-color: #007dc6;
    margin-left: 15px;
}
 */


/*--------header-----------*/

.header {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 100%;
}

.header_top {
    width: 100%;
    display: table;
    background-color: #fff;
    /*background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;*/
}

#header.fixed1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 24, 119, 0.90);
    z-index: 99999;
    border-bottom: 1px solid #ccc;
}

.logo {
    float: left;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-left: 0px;
}

.logo a {
    vertical-align: middle;
    display: table;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left 22px;
    width: 175px;
    height: inherit;
    background-size: 100%;
}

.top1_left {
    display: inline-block;
    float: right;
}

.top1_left ul li {
    display: flex;
    float: left;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
}

.top1_left ul li .form-group {
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
}

.top1_left ul li .form-group input.form-control {
    background-color: #434040;
    border-radius: 13px;
    height: 33px;
    color: #fff;
    border: 0;
    width: 215px;
    margin-right: 10px;
}

.top1_left ul li .form-group input.btn.btn-success {
    background-color: #fed71a;
    color: #000;
    font-size: 14px;
    border-radius: 13px;
    height: 33px;
    border: 0;
}

.top1_left ul li a {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0px;
    transition: all 0.3s ease 0s;
}

.top1_left ul li a i {
    margin-right: 7px;
    font-size: 14px;
    color: #fff;
}

.top1_left ul li.whatsapp a i {
    color: #2751ab;
}


/* .top1_left ul li a:hover{color: #e67716;} */


/* .top1_left ul li:after{
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 18px;
    content: "";
    background-color: #ccc;
} */

.top1_left ul li:last-child:after {
    display: none;
}

.topsocial {
    float: right;
    display: inline-block;
    margin-top: 5px;
}

.topsocial a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    transition: all 0.3s;
    padding: 0 12px;
    height: 30px;
    margin-left: 7px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}

.topsocial a:hover {
    background-color: #fff;
    color: #1b3072;
}

img.iso1 {
    width: 80px;
    margin-top: 2px;
}

.main_menu {
    clear: both;
    width: 100%;
    display: table;
    background-color: #000;
    /* box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15); */
}

.menu {
    float: right;
    display: inline-block;
}

.menu>ul {
    list-style: none;
    float: left;
    margin-right: 0px;
}

.menu>ul>li {
    display: inline-block;
    float: left;
    position: relative;
}

.menu>ul>li>a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 0 25px;
    height: 100px;
    font-weight: 500;
    line-height: 100px;
    /* border-bottom: 1px solid #fff; */
}

.menu>ul>li>a i {
    margin-left: 2px;
}

.menu ul>li:hover>a,
.menu ul>li>a.active {
    color: #fed71a;
    /* border-color: #007dc6; */
}

.menu>ul>li:last-child>a {
    background-color: #fed71a;
    color: #000;
    text-transform: uppercase;
    height: 45px;
    margin-top: 26px;
    font-weight: 600;
    margin-left: 20px;
    line-height: 45px;
    border-radius: 15px;
}

.menu ul li:hover ul.submenu1 {
    display: block;
}

ul.submenu1 {
    width: auto;
    min-width: 240px;
    /*max-width: 1000px;*/
    background-color: #fff;
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
}

ul.submenu1 li {
    display: table;
    clear: both;
    width: 100%;
    position: relative;
}

ul.submenu1 li a {
    text-decoration: none;
    color: #000 !important;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 20px !important;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.submenu1>li:last-child>a {
    border-bottom: 0px;
}

ul.submenu1 li:hover>a {
    color: #000 !important;
    background-color: #f7f9fe;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

ul.submenu1 li:last-child a {
    border-bottom: 0px !important;
}

ul.submenu2 {
    display: none !important;
    border-top: 0px;
    min-width: 240px;
}

.menu ul>li ul.submenu1 li:hover ul.submenu2 {
    left: 100%;
    top: 0px;
    display: block !important;
    background-color: #f3f3f3;
}

ul.submenu2 li a {
    color: #000 !important;
}

ul.submenu3 {
    display: none !important;
    border-top: 0px;
    min-width: 240px;
}

.menu ul>li ul.submenu2 li:hover ul.submenu3 {
    left: 100%;
    top: 0px;
    display: block !important;
    background-color: #fff;
}

ul.submenu3 li a {
    color: #000 !important;
}

a.enquirenow {
    position: relative;
    z-index: 1;
    padding: 10px 26px 6px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    margin: 22px 10px 0px 0;
    transition: all 0.3s;
}

a.enquirenow:before,
a.enquirenow:after {
    position: absolute;
    top: 0;
    height: 100%;
    transform: skewX(-10deg);
    transition: all .2s ease-in-out;
    content: "";
}

a.enquirenow:before {
    right: 10px;
    left: 10px;
    z-index: -1;
    background-color: #e67716;
}

a.enquirenow1:before {
    background-color: #083e6e;
}

a.enquirenow:after {
    background-color: rgba(245, 134, 52, .6);
    right: 0;
    left: 0;
    z-index: -2;
}

a.enquirenow1:after {
    background-color: rgba(8, 62, 110, .6);
}

a.enquirenow:hover:before {
    background-color: #fa9b54;
}

a.enquirenow1:hover:before {
    background-color: #0f62ac;
}


/*------header_end--------*/


/* .main_banner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: url(../images/mountain_header_home3.svg);
        background-size: auto;
    height: 19%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 21;
    pointer-events: none;

} */


/* .main_banner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    z-index: 21;
    pointer-events: none;
    clip-path: polygon(50% 100%, 100% 72%, 100% 100%, 0 100%, 0 72%);
    background-color: #fff;
} */

.banner_txt {
    top: 25% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 20px !important;
    margin: auto;
    left: 0%;
    margin: auto;
    text-align: left;
}

.bannerform {
    top: 10% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 20px !important;
    margin: auto;
    right: 0%;
    margin: auto;
    z-index: 9;
    text-align: left;
}

.bannerff1 {
    width: 380px;
    background-color: rgba(255, 255, 255, 0.25);
    float: right;
    border-radius: 30px;
    padding: 50px;
    border: 10px solid #707070;
}

.bannerff1 h3 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0;
}

.bannerff1 h4 {
    text-align: center;
    margin-top: 15px;
}

.banner_hd,
.banner_cont,
.banner_r_more {
    width: 100%;
    float: left;
}

.banner_hd {
    color: #fff;
    font-size: 42px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: -1px;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; */
    visibility: visible !important;
}

.banner_hd span {
    color: #fed71a;
}

.banner_hd1 {
    position: relative;
    font-size: 18px;
    color: #fed71a;
    font-weight: 500;
    line-height: 42px;
}

.banner_hd1 span {
    width: 36px;
    height: 2px;
    background-color: #fed71a;
    display: inline-block;
    position: relative;
    left: 10px;
    top: -5px;
}

.banner_cont {
    color: #434650;
    font-size: 16px;
    line-height: 24px;
    width: 80%;
    font-weight: 400;
    margin: 10px 0;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important; */
    visibility: visible !important;
}

.banner_cont span {
    margin: 0 10px;
    display: inline-block;
}

.banner_cont span i {
    margin-right: 5px;
}

.banner_r_more {
    clear: both;
    margin-top: 10px;
}

.banner_r_more a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin: auto;
    display: inline-block;
    border: 1px solid #fed71a;
    background-color: #fed71a;
    font-weight: 600;
    margin-right: 0px;
    margin-top: 15px;
    border-radius: 15px;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
    visibility: visible !important;
    /* outline: 0px; */
}

.banner_r_more a.contus {
    background-color: transparent;
    color: #007dc6;
}

.banner_r_more img {
    margin-left: 5px;
}

.banner_r_more a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fed71a;
}

.banner_r_more a i {
    margin-left: 10px;
}

.ban_but {
    top: 75%;
}

.bannerff1 .form-group {
    display: block;
    margin: auto;
    width: 220px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;        
}
.bannerff1 .form-group a {
    margin-top: 30px;
    
}

.bannerff1 .form-group input.form-control {
    position: relative;
    padding: 0px 15px 0px 85px;
    background-color: #fff;
    border: 0;
    height: 55px;
    font-size: 32px;
    font-weight: 600;
    border-radius: 15px;
}

.bannerff1 .form-group span {
    position: absolute;
    left: 0px;
    top: 0;
    width: 60px;
    background-color: #d8dad9;
    text-align: center;
    line-height: 55px;
    height: 55px;
    display: block;
    border-radius: 15px 0px 0px 15px;
}

.bannerff1 .form-group span img {
    width: 18px;
}

.bannerform a {
    text-decoration: none;
    width: 27.33%;
    margin: 0 3%;
    color: #000;
    font-size: 21px;
    display: inline-block;
    float: left;
    background-color: #fed71a;
    border-radius: 15px;
    padding: 5px 0;
    text-align: center;
    position: relative;
    z-index: 9;
    font-weight: 500;
}

.bannerform a img {
    width: 10px;
    position: relative;
    top: -2px;
}

.bannerff1 input.btn {
    display: inline-block;
    margin: auto;
    border: 0;
    text-transform: uppercase;
    background-color: #fed71a;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
    margin-top: 30px;
    padding: 10px 20px;
}

.bannerff1 input.btn:hover {
    background-color: #fff;
    color: #fed71a;
}


/*Add custom cursor so it auto inherits font styles*/

.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}


/*Removes cursor that comes with typed.js*/

.typed-cursor {
    opacity: 0;
    display: none;
}


/*Custom cursor animation*/

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.slideRight ul {
    list-style: none;
}

.slideRight ul li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}

.slideRight ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

.slideRight ul li:first-child:before {
    display: none;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/*section1*/

.section1 {
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    padding: 45px 0px;
    background-color: #212121;
    /* background-image: url('../images/shape-1.jpg'); */
}

.sec1bx {
    padding: 20px;
    border: 1px solid #707070;
    width: 90%;
    display: table;
    margin: auto;
}

.sec1bx img {
    width: 125px;
    margin: auto;
    display: table;
}

.sec1bx h3 {
    color: #fed71a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.sec1bx p {
    color: #C3BFBF;
    font-size: 14px;
}


/*section1*/

.section2 {
    display: block;
    width: 100%;
    position: relative;
    padding: 50px 0px;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
    overflow: hidden;
}

.section2:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: .8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec2bx1 {
    position: relative;
    padding: 35px;
    width: 100%;
    display: table;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.sec2bx1:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1000%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}

.sec2bx1:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1000%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}

.sec2bx1 h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.sec2bx1 h2 {
    color: #FED71A;
    font-size: 46px;
    font-weight: 400;
    line-height: 60px;
    margin-top: 15px;
}

.sec2bx1 p {
    font-size: 16px;
    line-height: 26px;
    width: 60%;
    color: #fff;
    margin-bottom: 30px;
}

.sec2bx1 a.btn1 {
    text-decoration: none;
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fed71a;
    border-radius: 15px;
    padding: 10px 30px;
    transition: all 0.3s;
    color: #fed71a;
}

.sec2bx1 a.btn2 {
    text-decoration: none;
    display: inline-block;
    margin-right: 30px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fed71a;
    background-color: #fed71a;
    border-radius: 15px;
    padding: 10px 30px;
    transition: all 0.3s;
    color: #000;
}

.sec2bx1 a.btn1:hover {
    background-color: #fed71a;
    color: #000;
}

.sec2bx1 a.btn2:hover {
    background-color: transparent;
    color: #fed71a;
}


/*.home_bottom*/

.home_bottom {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    position: relative;
    background-attachment: fixed;
}


/* .home_bottom:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #231834;
    opacity: 0.7;
} */

.home_bottom .fullpage {
    z-index: 2;
    position: relative;
}

.home_bottom h3 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 30px;
    display: block;
}

.home_bottom h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    display: block;
}

.home_bottom a {
    display: inline-block;
    padding: 15px 50px;
    border-radius: 3px;
    color: #fff;
    background: #d01021;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.home_bottom a:hover {
    color: #fff;
    background: #a4010f;
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.2)
}


/*section3*/

.section3 {
    padding: 50px 30px;
    clear: both;
    width: 100%;
    display: table;
    background-color: #373737;
    /* display: block;
    background-color: #fff;
    margin-top: -15px; */
    position: relative;
}

.section3:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url('../images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.35;
}

.section3 h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 50px;
}

.section3 ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.section3 ul li {
    float: left;
    display: inline-block;
    width: 20%;
    padding: 5px;
}

.section3 ul li a {
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    overflow: hidden;
}

.section3 ul li a img {
    width: 100%;
    display: block;
}

.section3 ul li a h3 {
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    color: #202120;
    background-color: #fed71a;
    font-size: 18px;
    margin: 0;
}

.section3 ul li a p {
    text-align: center;
    padding: 10px;
    background-color: #000;
    color: #fed71a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 30px 30px;
}

.imgbxcont {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0px;
    transition: all 0.3s;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 40px 20px;
}

.section3 ul li a .imgbx1 {
    position: relative;
    width: 100%;
    display: block;
}

.section3 ul li a:hover .imgbxcont {
    top: 0;
}

a.rmore {
    text-decoration: none;
    display: table;
    margin: auto;
    font-weight: 600;
    border: 1px solid #fed71a;
    border-radius: 15px;
    padding: 7px 30px;
    transition: all 0.3s;
    font-size: 14px;
    color: #fed71a;
}

a.rmore:hover {
    background-color: #fed71a;
    color: #000;
}


/*section3*/


/*section4*/

.section4 {
    padding: 50px 0;
    width: 100%;
    background-image: url('../images/4.jpg');
    background-repeat: no-repeat;
    background-position: left 30%;
    position: relative;
    background-size: 70%;
    background-color: #101010;
}

.section4:before {
    position: absolute;
    content: '';
    background: #000;
    opacity: .38;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec4bx1 {
    position: relative;
    padding: 35px;
    width: 100%;
    display: table;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.sec4bx1:before {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1000%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}

.sec4bx1:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1000%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}

.sec4bx1 img {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 230px;
    display: block;
    z-index: 9;
}

.sec4bx1 h3 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 40px;
}

.sec4bx1 a {
    text-decoration: none;
    display: inline-block;
    margin: 0 35px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fed71a;
    background-color: #fed71a;
    border-radius: 15px;
    padding: 10px 40px;
    transition: all 0.3s;
    color: #000;
    margin-bottom: 30px;
}

.sec4bx1 a:hover {
    background-color: transparent;
    color: #fed71a;
}


/*section4*/

.section5 {
    width: 100%;
    display: table;
}

.sec5left {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 100px 50px;
    background-color: #3a3a3a;
    min-height: 700px;
}

.sec5right {
    background-color: #292929;
}

.sec5left h3 {
    text-align: center;
    color: #B5B1B1;
    font-size: 26px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.sec5left h2 {
    text-align: center;
    font-size: 38px;
    color: #FED71A;
    font-weight: 400;
    margin: 20px 0;
    text-transform: uppercase;
}

.sec5left p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.sec5left ul {
    list-style: none;
    /* width: 100%; */
    /* padding: 0 10%; */
    display: table;
    margin: 50px auto auto;
}

.sec5left ul li {
    float: left;
    display: inline-block;
    width: 20%;
    position: relative;
    width: 55px;
    height: 265px;
    margin: 0 18px;
    background-color: #6f6f6f;
}

.sec5left ul li span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: #fed71a;
    display: block;
}

.sec5left ul li span.per1 {
    height: 80%;
}

.sec5left ul li span.per2 {
    height: 75%;
}

.sec5left ul li span.per3 {
    height: 90%;
}

.sec5left ul li span.per4 {
    height: 55%;
}

.sec5left ul li span.per5 {
    height: 72%;
}

.sec5left ul li i {
    position: absolute;
    bottom: 55px;
    left: -18px;
    text-transform: uppercase;
    transform: rotate(90deg);
    font-style: normal;
    white-space: nowrap;
}

.sec5left ul li:nth-child(2) i {
    left: -50px;
    bottom: 80px;
}

.sec5left ul li:nth-child(3) i {
    left: -25px;
    bottom: 60px;
}

.sec5left ul li:nth-child(4) i {
    left: -21px;
bottom: 52px;
}

.sec5left ul li:nth-child(5) i {
    left: -48px;
    bottom: 80px;
}

.width20 {
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 0 10px;
}

.section6 {
    height: 380px;
    width: 100%;
    display: block;
    position: relative;
    background-image: url('../images/footer1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aboutpg6{background-position: left -25px; height: 480px; padding: 40px 0;
background-color: #000;}
.section6::before {
    position: absolute;
    content: '';
    background: #000;
    opacity: .65;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.aboutpg6:before{
    opacity: 0.25;
}
.aboutpg6in p{
    font-size: 38px;
    color: #fff;
    margin-top: 0;
}
.aboutpg6in p span{
    color: #fed71a;
}

.aboutpg6in a {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fed71a;
    background-color: #fed71a;
    border-radius: 15px;
    padding: 10px 30px;
    transition: all 0.3s;
    color: #000;
    font-size: 21px;
    margin-top: 20px;
}
.aboutpg6in a:hover {
    background-color: #fed71a;
    color: #000;
}
/*footer*/

.footer {
    width: 100%;
    display: table;
    padding: 215px 0 40px;
    background-color: #292929;
    /* background-image: url('../images/mega-footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: right center; */
}

.footerleft1 {
    width: 35%;
    float: left;
    display: inline-block;
    padding-right: 10px;
}

.footerleft1 .ftlogo img {
    width: 70%;
    display: table;
}

.footerleft1 p {
    font-size: 13px;
    color: #fff;
    margin: 15px 0;
    width: 65%;
}

.ftsocialbb {
    clear: both;
}

.ftsocialbb a {
    float: left;
    display: inline-block;    
}

.ftsocialbb a img {
    width: 28px;
    margin-right: 20px;
    display: block;    
}

.home_addressleft {
    float: left;
    width: 25%;
    padding-right: 0px;
}

.toxtextt {
    width: 85px;
    height: 85px;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 85px;
    background-color: #292929;
    border-radius: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: -1px;
}

.radial-mask-3 {
    -webkit-box-shadow: 0px 0px 18px 9px #000000;
    box-shadow: 0px 0px 18px 9px #000000;
}

.toxtextt img {
    width: 10px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.home_addressleft ul {
    list-style-type: none;
}

.home_addressleft li {
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    /* margin: 5px 0; */
    width: 100%;
}

.home_addressleft li p {
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 26px;
    width: 85%;
}

.home_addressleft li span {
    float: left;
    font-size: 24px;
    height: 40px;
    text-align: center;
    width: 40px;
}

.home_addressleft li span img {
    width: 16px;
}

.prodmenu {
    margin-top: 70px;
}

.footer_menu {
    float: left;
    width: 30%;
    margin-bottom: 10px;
}

.footer_menu1 {
    width: 40%;
}

.footer_menu ul {
    list-style-type: none;
    width: 100%;
    float: left;
}

.footer_menu ul li {
    width: 50%;
    margin-bottom: 5px;
    float: left;
    position: relative;
    display: inline-block;
    line-height: 28px;
}

.footer_menu ul li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    position: relative;
    display: block;
    font-size: 14px;
    transition: all 0.3s;
}

.footer_menu ul li a:hover {
    color: #fed71a;
}


/* .footer_menu ul li a:hover:before{color:#e67716;} */

.footer_hd {
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 0;
    color: #FED71A;
    text-transform: capitalize;
}


/* .footer_hd::before {
    width: 30px;
    height: 2px;
    background-color: #0195c5;
    content: "";
    position: absolute;
    left: 0%;
    bottom: -15px;
    z-index: 9;
} */

.footer_social {
    width: 18%;
    float: right;
}

.footer_social ul {
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 5px;
    width: auto;
}

.footer_social ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.footer_social ul li a {
    background: #fff;
    border-radius: 100%;
    color: #2a2f33;
    display: table;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    outline: medium none;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    width: 36px;
}

.footer_social ul li a:hover {
    background: #0195c5 none repeat scroll 0 0;
    color: #fff;
}

.copy_right {
    background-color: #3a3a3a;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    clear: both;
    width: 100%;
    display: inline-block;
}

.copy_right span {
    color: #fed71a;
    font-weight: 400;
}

.footer_social .form-control {
    margin-bottom: 10px;
    border-radius: 0px;
}

.footer_social .btn {
    width: 100%;
    border-radius: 0px;
    text-transform: capitalize;
    background-color: #0195c5;
    border: 0px;
    transition: all 0.3s;
}

.footer_social .btn:hover {
    background-color: #006a8c;
}

.ft_soc {
    clear: both;
    display: block;
}

.ft_soc a {
    text-decoration: none;
    color: #fff;
    font-size: 23px;
    margin-right: 15px;
    transition: all 0.3s;
}

.ft_soc a:hover {
    color: #e67716;
}

.ft_qt {
    clear: both;
    width: 80%;
    margin: auto;
    display: table;
    text-align: center;
    margin-top: 15px;
}

.ft_qt p {
    line-height: 21px;
    color: #b9eaff;
}

a.ft_sub {
    clear: both;
    width: 100%;
    margin-top: 15px;
    background-color: transparent;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border: 2px solid #228b24;
    transition: all 0.3s;
    font-size: 15px;
}

a.ft_sub:hover {
    background-color: #228b24;
}

.subscribeform {
    width: 90%;
    display: table;
    margin: auto;
    margin-top: -200px;
    top: -70px;
    position: relative;
    z-index: 9;
    padding: 50px;
    background-color: #fed71a;
    border-radius: 80px;
}

.subscribeform h2 {
    font-size: 42px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.subscribeform p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.subscribeform .form-group {
    width: 100%;
    display: table;
    padding: 0 10%;
}

.subscribeform .form-group input.form-control {
    width: 68%;
    border-radius: 30px;
    background-color: #fff;
    height: 60px;
    position: relative;
    padding: 10px 50px;
    color: #000;
    font-size: 18px;
    float: left;
    font-size: 16px;
    border: 0;
}

.subscribeform .form-group input.btn {
    float: right;
    width: 29%;
    height: 60px;
    line-height: 60px;
    background-color: #3a3a3a;
    border: 0;
    color: #fed71a;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    border-radius: 30px;
    padding: 0;
}


/*footer*/




/*innerbanner*/

.inner_banner {
    width: 100%;
    display: block;
    position: relative;
    background-color: #000;
}

.inner_banner img {
    width: 100%;
    opacity: 0.4;
    display: block;
}

.innertxt1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 32%;
    left: 0%;
    padding: 10px 35px;
    z-index: 9;
}

.inner_banner ul {
    list-style: none;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    position: absolute;
    bottom: -25px;
    width: 60%;
    left: 20%;
    padding: 22px 30px;
    z-index: 9
}

.inner_banner ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fed71a;
    font-size: 15px;
    /* text-transform: uppercase; */
}

.inner_banner ul li:last-child {
    padding-right: 0px;
}

.inner_banner ul li:after {
    content: "/";
    font-family: fontAwesome;
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 2px;
    top: 4px;
}

.inner_banner ul li:last-child:after {
    display: none;
}

.inner_banner ul li a {
    color: #fff;
    text-decoration: none;
}

.inner_banner h1 {
    color: #fff;
    font-weight: 500;
    font-size: 34px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    /* letter-spacing: 4px; */
}

.inner_banner h1 span {
    color: #fff;
}

.inner_banner h1 p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 2px;
    color: #fff;
}


/*innerbanner*/

.aboutbx1{
    display: table;
    width: 100%;
    padding: 80px 0;
    background-color: #202120;
    background-image: url('../images/pattern1.png');
    background-size: 1500px;
}
.aboutimg{width: 80%; position: relative; display: block;}
.aboutimg img{width: 100%; display: block; border-radius: 30px;}
.aboutimg:after{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    content: "";
    border: 2px solid #707070;
    display: inline-block;
    left: 20px;
    top: 20px;
    position: absolute;
    z-index: 9;
}
.aboutbx1 h2{
    font-size: 42px;
    color: #fed71a;
    margin-top: 0;
    font-weight: 400;
}
.aboutbx1 p{
    color: #fff;
    font-size: 14px;
}


.aboutbx2{
    width: 100%;
    display: table;
    padding: 160px 0 120px;
    background-image: url('../images/pattern2.png');
    background-color: #525252;
    background-size: 50%;
}
.aboutbx2inner{
    width: 100%;
    display: table;
    padding: 200px 100px 60px;
    background-color: #212121;
    border-radius: 60px;
}
.ab2img{
    display: table;
    margin: auto;
    border-radius: 100%;
    background-color: #212121;
    margin-top: -300px;
}
.ab2img img{width: 225px; }
.aboutbx2inner h3{
    font-size: 24px;
    color: #FED71A;
    font-weight: 500;
}
.aboutbx2inner p{
    color: #C3BFBF;
    font-size: 14px;
    padding: 0 10%;
}
.aboutpg6in {
    position: relative;
    padding:60px 0;
    width: 100%;
    display: table;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.aboutpg6in:before {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1000%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}

.aboutpg6in:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1000%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}


.ourworkspg{
    display: table;
    width: 100%;
    padding: 120px 0;
    background-color: #202120;
    background-image: url('../images/pattern1.png');
    background-size: 1500px;
}
.ourworkspg ul{
    display: flex;
     flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.ourworkspg ul li {
    width: 100%;
    display: inline-block;
    float: none;
    padding: 20px 30px;

      flex: 50%;
}
.ourworkspg ul li:last-child{
    display: table;
    margin: auto;
    width: 50%;
    flex: initial;
}
.ourworkspg ul li a .imgbx1 img{border-radius: 40px 40px 0 0;}


.workpg1{
    display: table;
    width: 100%;
    padding: 80px 0;
    background-color: #202120;
    background-image: url('../images/pattern1.png');
    background-size: 1500px;
}
.workpgbx1{
    display: table;
    width: 100%;
    position: relative;
}
.wleftbx{color: #fff;}
.wleftbx p{font-size: 14px; padding-right: 50px;}
.wleftbx h2{
    color: #FED71A;
    font-size: 21px;
}
.wleftbx ul{
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.wleftbx ul li{font-size: 14px; padding-left: 25px;
position: relative; margin-bottom: 15px;}
.wleftbx ul li:before{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    content: "";
    border: 3px solid #FED71A;
    border-radius: 14px;
}

.wrtbx a{
    display: block;
    text-align: center;
    background-color: #5A605A;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    font-weight: 600;
    margin-bottom: 1px;
}
.wrtbx a:hover, .wrtbx a.active{
    background-color: #fed71a;
    color: #000;
}

.photogallerybx{
    display: block;
    width: 100%;
    display: block;
    padding: 50px 0;
    background-color: #383838;
}
.pgbx{
    position: absolute;
    /* padding: 35px; */
    height: 200px;
    padding: 0;
    top: 29%;
    width: 100%;
    display: table;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.pgbx:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1000%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}

.pgbx:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1000%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
}

.photogallerybx h2{
    text-align: center;
    margin-top: 0;
    color: #FED71A;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}

.photogallerybx ul{list-style: none; padding-left: 30px;}

.photogallerybx img.fs-gal{}
.photogallerybx .owl-nav{position: absolute; top: 45%; right: 0px; 
    width: 100% !important; opacity: 1; z-index: -1; }
.photogallerybx .owl-prev{
  background-image: url('../images/prev4.png');
  width: 35px;
  height: 40px;
  float: left; display: inline-block;
  margin-left: -40px;
  transition: all 0.3s;
  background-size: 23px;
  background-repeat: no-repeat;

}
.photogallerybx .owl-next{
  background-image: url('../images/next4.png');
  width: 35px;
  height: 40px;
  float: right;
  display: inline-block;
  transition: all 0.3s;
  margin-right: -50px;
  background-size: 23px;
  background-repeat: no-repeat;
}
.photogallerybx .owl-prev:hover, .photogallerybx .owl-next:hover{opacity: 1;}

.videogallergybx{
    background-color: #555555;
}
.videogallergybx a.txt2{position: relative; z-index: 9; overflow: hidden; transition: all 0.3s;
/* background-color: #fff; padding: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
width: 100%; display: block;
margin-bottom: 20px; */

}
/* .videogallergybx iframe{display: block; width: 100%; height: 200px; position: relative;} */
.videobx{width: 100%; display: block; position: relative;}
.imgbx1 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.videogallergybx .imgbx1:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.modal-body iframe{height: 500px; display: block; border: 0px; width: 100%;
margin-top: 0px !important;}
.modal-backdrop{z-index: 99999}
.modal-dialog {
    width: 900px;
}
.modal{z-index: 999999}
.videogallergybx iframe {
    width: 100%;
    display: block;
    margin-top: 0px !important;
    height: 250px;
}


.eddonatebx{
    background-image: url('../images/edbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 60px 0;
}
.eddonatebx::before {
    position: absolute;
    content: '';
    background: #1A1A1A;
    opacity: .87;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.getinvolvedbx1{
    display: table;
    width: 100%;
    padding: 80px 0;
    background-color: #202120;
    background-image: url('../images/pattern1.png');
    background-size: 1500px;
}
.getinvolvedbx1 p {
    font-size: 14px;
    color: #fff;
    padding-right: 50px;
}
.getinvolvedbx1 h1 {
    color: #FED71A;
    font-size: 32px;
}
.getinvolvedbx1 h2 {
    color: #FED71A;
    font-size: 21px;
    line-height: 28px;
}

.getinvform{
    background-color: #000000;
    padding: 30px 10px;
    width: 100%;
    display: table;
}
.getinvform h4{
    margin-top: 0px;
    color: #FED71A;
    font-size: 21px;
    text-align: center;
    font-weight: 500;
}
.getinvform input.form-control{
    background-color: #212121;
    height: 50px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 0;
    border: 0;
}
.getinvform .text-center input.form-control{text-align: center;}
.getinvform input.btn {
    display: table;
    margin: auto;
    border: 0;
    text-transform: uppercase;
    background-color: #fed71a;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
    margin-top: 30px;
    padding: 10px 20px;
}

.getinvform input.btn:hover {
    background-color: #fff;
    color: #fed71a;
}

.getinvolvedbx2{
    background: #383838;
}
.getinvolvedbx2 .btn1{
    color: #fff;
    background-color: #212121;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 0;
    border: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.getinvolvedbx2 .btn1 span{opacity: 0.3;}



/*08FAQsbx*/
.faqbx {
    width: 100%;
    display: table;
    overflow: hidden;
    position: relative;
    padding: 20px 0px 60px;
    background-image: url('../images/faqbg.jpg');
    background-size: cover;
    background-position: center center;
}
.faqbx:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.89;
}

.faqbx h4 {
    text-align: center;
    width: 100%;
    color: #fed71a;
    font-size: 28px;
    margin-bottom: 75px;
}
/*08FAQsbx*/


.getinvform2{
    padding: 40px 80px;
    margin: 70px 0 200px;
}


/*contactpg1*/
.contactpg1{
    width: 100%;
    display: block;
    padding: 70px 0;
    background-color: #202120;
    background-image: url('../images/pattern1.png');
    background-size: 1500px;
}
.contactbx1{
    background-color: #fed71a;
    padding: 50px;
    width: 100%;
    display: table;
}
.contaddbx{
    background-color: #000;
    padding: 60px 40px;
    width: 100%;
    display: block;
    min-height: 500px;
}
.contaddbx h2{
    color: #fff;
    font-size: 36px;
    position: relative;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 60px;
}
.contaddbx h2:before{
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 165px;
    height: 2px;
    background-color: #fff;
    content: "";
}
.contaddbx p{
    font-size: 28px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
    border-bottom: 2px solid #292929;
}
.contaddbx p img{
    width: 30px;
    position: absolute;
    left: 0;
    top: 8px;
}
.contaddbx p a{
    text-decoration: none;
    color: #fff;
}

.contactpg2{
    width: 100%;
    display: table;
    padding: 60px 0 100px;
    background-color: #383838;
}
.contactpg2 h2{
    margin-top: 0;
    width: 100%;
    text-align: center;
    color: #fed71a;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 60px;
}
.contactpg2 .col-sm-6, .contactpg2 .col-sm-12{padding: 0 20px;}
.contactpg2 input.form-control, .contactpg2 textarea.form-control{
    background-color: #212121;
    height: 70px;
    margin-bottom: 35px;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 0 30px;
    font-size: 18px;
}
.contactpg2 textarea.form-control{height: 150px; padding: 30px; display: block;}
textarea::-webkit-input-placeholder {
color: #fff;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #fff;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff;  
}

textarea:-ms-input-placeholder {
color: #fff;  
}
.contactpg2 input.btn {
    display: table;
    margin: auto;
    border: 0;
    text-transform: uppercase;
    background-color: #fed71a;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
    margin-top: 30px;
    padding: 10px 40px;
}

.contactpg2 input.btn:hover {
    background-color: #fff;
    color: #fed71a;
}

.getinvform .col-sm-12, .contactpg2 .col-sm-12{display: table; width: 100%;}
/*contactpg1*/

.box7bx1 a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.box7bx1 a:hover {
    top: -5px;
}

.box7bx1 a .icon {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 36px;
    border-radius: 100px;
    color: #fed71a;
    border: 1px solid #fed71a;
    display: table;
    margin: auto auto 20px;
}
.box7bx2 h5{
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}
.contactpgtop span {
    font-size: 14px;
    font-weight: 600;
}


.menu2 {
    position: fixed;
    right: 30px;
    top: 50px;
    z-index: 9;
    display: none;
}

.menu2 .menuicon1 {
    position: relative;
    z-index: 999;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
    color: #2b2a29;
    display: block;
    font-size: 16px;
    display: block;
    outline: 0px;
    transition: all 0.3s;
}

.sidemenu span {
    float: left;
}

.bars-wrap {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    overflow: visible;
    top: 3px;
}

.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #000;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}

#header.cloned .icon-bar {
    background: #000;
}


/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
    width: 100%;
}

.cart_open {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    display: none;
}

.cartbg1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(113, 79, 54, 0.4);
}

.cart_bx1 {
    width: 96%;
    background-color: #212121;
    height: 100%;
    padding: 20px;
    top: 0%;
    right: -100%;
    transition: ease all 0.4s;
    position: fixed;
    display: block;
    box-shadow: 0 10px 50px rgba(1, 2, 2, .15);
    z-index: 99999;
    overflow-y: auto;
    background-image: url('../images/work-left.png');
    background-position: left 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}

.left1 {
    right: 280px;
    z-index: 9999999;
    transition: ease all 0.8s
}

.menu2 {
    right: 280px;
    position: fixed;
    transition: ease all 0.6s;
    top: 0px;
    z-index: 999999;
}

.menu2:before {
    border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    vertical-align: middle;
    padding-top: 10px;
    text-align: right;
}

.cart_bx1 ul li {
    float: none;
    width: 100%;
    display: block;
    clear: both;
}

.cart_bx1 ul li a {
    text-decoration: none;
    color: #2b2a29;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    text-align: center;
    outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
    color: #2e3192;
}

a.closebtn {
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    /* padding: 10px 25px; */
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
    width: 36px;
}

a.mobilecont {
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #fed71a;
    background-color: #fed71a;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 15px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
}

img.deskno {
    display: none;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
    body {
        overflow-x: hidden;
        overflow-x: hidden;
    }
    .header_top{padding: 0px;}
    .container1_inner {
        width: 100%;
    }
    container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    /* .header{padding: 5px 0px;} */
    .menu2 {
        display: block;
        top: 80px;
        right: 10px;
        z-index: 99999999999999;
    }
    .menu {
        display: none;
    }

    .top1_left ul li.mobno{display: none;}
    .fixed_social li a{margin-left: 10px;}
    .fixed_social li a img{width: 17px;}

    .ban_but{top: 25%;}
    .banner_txt{top: 8% !important;}
    .bannerform{position: relative; top: auto !important; width: 100%; 
        background-color: #000; padding: 0px !important;}
    .bannerform .container{padding: 0}
    .bannerff1{padding: 20px;}

    .banner_hd{font-size: 21px; line-height:28px;}
    .banner_r_more a{margin-top: 0; font-size: 14px; height: 36px; line-height: 36px}
    .bannerff1{width: 100%; border-radius: 0}

    .bannerff1 h3{font-size: 24px;}
    .bannerff1 h4{font-size: 16px;}
    .bannerff1 .form-group span img{width: 10px;}
    .bannerff1 .form-group input.form-control{font-size: 24px;}

    .bannerform a{font-size: 16px;}

    .sec1bx{margin-bottom: 25px;}

    .section2{background-position: center center}
    .sec2bx1{padding: 25px;}
    .sec2bx1 h3{margin-top: 0px; font-size: 14px;}
    .sec2bx1 h2{font-size: 24px; line-height: 32px;}
    .sec2bx1 p{width: 100%; font-size: 14px; line-height: 21px;}

    .sec2bx1 a.btn1{margin-right: 10px; font-size: 12px;}
    .sec2bx1 a.btn2{margin-right: 0px; font-size: 12px;}

    .section3 h2{font-size: 18px; margin-bottom: 20px;}
    .section3 ul li{width: 100%; clear: both;}

    .sec4bx1{padding: 20px; padding-bottom: 80px;}
    .sec4bx1 h3{font-size: 18px;}

    .sec4bx1 img{width: 100px;}
    .sec4bx1 a{display: table; margin: auto auto 20px; font-size: 14px; width: 100%;
        text-align: center;}

    .sec5left, .sec5right{width: 100%; clear: both; padding: 30px; min-height: auto;}
    .sec5left h3{font-size: 14px;}
    .sec5left h2{font-size: 21px;}

    .sec5left ul li{margin: 0 5px; width: 50px;}
    .width20{width: 100%; clear: both; margin:auto auto 30px;}

    .subscribeform h2{font-size: 21px;}
    .subscribeform{padding: 30px 15px; border-radius: 30px;}
    .subscribeform .form-group input.form-control,
    .subscribeform .form-group input.btn{width: 100%; clear: both;}
    .subscribeform .form-group input.form-control{font-size: 12px; padding: 0 15px;
        text-align: center}
    .subscribeform .form-group input.btn{font-size: 16px; margin-top: 20px; 
        margin-bottom: 0}

    .footerleft1, .footer_menu1, .home_addressleft{width: 100%;}
    .footerleft1 .ftlogo img{width: 140px;}
    .ftsocialbb a img{width:24px; margin-right: 10px;}
    .footer_hd{font-size: 24px; margin: 15px 0;}

    .copy_right{height: auto; line-height: normal; font-size: 12px; padding: 10px;}



    .inner_banner{overflow: hidden; display: block;}
    .inner_banner img{width: 200%; left: -100%; position: relative}
    .inner_banner h1{font-size: 24px; margin-bottom: 10px;}
    .inner_banner ul li{font-size: 12px;}
    .aboutimg{width: 90%}

    .aboutbx1 h2{font-size: 24px; margin-top: 70px; line-height: 32px;}

    .aboutbx2, .aboutbx2inner{display: block;}
    .aboutbx2{padding: 70px 20px;}
    .aboutbx2inner{padding: 20px;}
    .ab2img{margin:auto; display: table;}
    .ab2img img{width: 150px; display: table; margin:auto;}
    .aboutbx2inner h3{font-size: 18px;}

    .aboutpg6in p{font-size: 18px; line-height: 28px;}
    .aboutpg6in a{font-size: 14px;}

    .ourworkspg{display: block; padding: 30px 0}

    .section3 ul li a .imgbxcont{opacity: 0}
    .section3 ul li a:hover .imgbxcont{opacity: 1}
    .ourworkspg ul li{flex:100%;}
    .ourworkspg ul li:last-child{width: 100%}

    .wleftbx p{padding: 0}
    .wrtbx a{font-size: 14px;}

    .inner_banner ul{width: 100%; left:0;}

    .photogallerybx h2{font-size: 21px;}

    .photogallerybx .owl-nav{z-index: 1}
    .photogallerybx .owl-prev{margin-left: 0}
    .photogallerybx .owl-next{margin-right: 0}

    .getinvolvedbx1{display: block; padding: 40px 0}
    .getinvolvedbx1 h1{font-size: 21px;}
    .getinvolvedbx1 p{padding-right: 0}
    .getinvolvedbx1 h2{font-size: 18px; line-height: 26px;}
    .getinvform input.btn{font-size: 14px; width: 70%; text-align: center}

    .faqbx h4{font-size: 21px; margin-bottom: 20px;}

    .accordion-trigger.expanded::after, .accordion-trigger.collapsed::after{font-size: 32px !important;}
    .getinvform2{padding: 20px;}

    .contactpg2 h2{font-size: 21px; margin-bottom: 20px;}
    .contactpg2 input.form-control, .contactpg2 textarea.form-control{
        height: 50px; font-size: 14px; margin-bottom: 10px;
    }
    .contactpg2 textarea.form-control{height: 100px;}
    .contactpg2 input.btn{font-size: 14px;}

    .box7bx1 .col-sm-4{margin-bottom: 20px;}

    .sec5left ul li i {
        left: -21px;
    }

    .sec5left ul li:nth-child(2) i {
        left: -52px;
        bottom: 80px;
    }

    .sec5left ul li:nth-child(3) i {
        left: -28px;
        bottom: 60px;
    }

    .sec5left ul li:nth-child(4) i {
        left: -25px;
    bottom: 52px;
    }

    .sec5left ul li:nth-child(5) i {
        left: -51px;
        bottom: 80px;
    }

    .photogallerybx{overflow: hidden}
}


/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {}


/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {}


/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
    .banner_hd{font-size: 36px; line-height: 46px;}
    .section3 ul li{clear: none; width: 50%; float: left;}
    .sec4bx1 img{width: 120px;}
    .width20{width: 33.33%; clear: none}
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .menu > ul > li > a{padding: 0 15px;}
    .bannerff1{padding: 30px;}
    .bannerff1 h3{font-size: 32px;}
    .section3 ul li{width: 33.33%}
    .sec5left{padding: 100px 20px;}
    .sec5left ul li{margin:0 5px;}
    .photogallerybx{padding: 50px 100px;}
}

@media only screen and (min-width: 1210px) and (max-width: 1335px) {
    
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {}

@media only screen and (min-width: 1400px) and (max-width: 2400px) {}