*{
    margin:0px;
    padding: 0px;
}
.navbar-collapse{
    display: block!important;
}
.carousel-item img{
    height:100vh;
    object-fit: cover;
}
.head1{
    position: fixed;
    z-index: 9;
    width: 100%;
}
.logo img{
    height:50px;
    width:200px;
    filter:invert(1)
}
.main-div{
    justify-content: space-between;
    display: flex;
    padding:0px 80px;
    /* background-color: blueviolet; */
}
.right-sec{
    margin-left: 600px;
    font-weight: 600;
}
.right-sec a{
    color:white!important;

}
.right-sec li{
    margin:0px 20px;
    font-size: 19px;
    line-height: 2;
}
.right-sec a:hover{
    color: #dcd0e8!important;
    transition: 0.3s ease-in;

}
.dropdown-menu a{
    color:black!important;
}

.carousel-caption h2{
    font-size: 50px;
    background-color: black;
    opacity: 0.7;
    border-radius: 25px;
}
.nav2{
    background-color: blueviolet;
    /* height:100px; */
    width:100%;
    display: none;
}
.nav2 button{
    background-color: blueviolet;
    text-decoration: none;
    border:0px;
}
.secret-nav{
    /* height:80vh; */
    /* width:60%; */
    background-color: white;
    position: absolute;
    right:0px;    
    display: none;
    transition: 0.5s;
    box-shadow: -10px 5px 20px -5px grey;
}
.secret-nav a{
    /* text-align: center; */
    margin-top: 5px;
    margin-left: 10px;
}
/* ---------------------------------------------------------------Seciont 2 -------------------------------------------- */

.service-sec{
    margin-bottom:50px;
    font-size: 50px;
    color: blueviolet;
    text-transform: uppercase;

}
.section2{
    background-color: rgb(220, 211, 229);
    padding: 50px 0px;
    font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.grid1{
    padding:20px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.grid2{
    padding:20px 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.box{
    height:250px;
    width:200px;
}
.service{
    height:200px;
    width:200px;
    background-color: blueviolet;
    /* margin:25px; */
    border-radius: 50%;
}
.service img{
    height:100%;
    width:100%;
    border-radius: 50%;
    border:1px solid black;
}
.service:hover{
    box-shadow: 0px 0px 20px 5px rgb(98, 98, 98);
    transition: 0.3s ease;
}
.servicename{
    height:50px;
    width:200px;
    text-align: center;
    margin-top: 20px;
    font-weight: 900;
}

/* -----------------------------------------------------section 3 ---------------------------------------------------- */
.section3{
    padding-top: 100px;
    padding-left: 50px;
    z-index: 0;
}
.together{
    display: flex;
}
.btn-box{
    margin-left: 30%;
    margin-top: 24%;
}
.aboutus{
    text-align: center;
    font-size: 50px;
    color: blueviolet;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  margin-bottom: -50px;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
    padding: 60px 0;
   /* min-height: 100vh;*/
}

.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #ff2222;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #222222;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
/* padding-left:35px; */
margin-bottom: 12px;
list-style-type: disc;
margin-left: 20px;
margin-top: 15px;
}

/* .list-style-one li:before {
content: "\f059";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
list-style-type: disc!important;
} */

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #ff2222;
}

.btn-style-one:hover{
background-color: #001e57;
color: #ffffff;
}
.about-section{
position: relative;
padding: 120px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.about-section .text{
margin-bottom: 40px;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 120px;
padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
position: absolute;
left: -75px;
top: 65px;
height: 520px;
width: 520px;
background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
/* content: ""; */
}

.about-section .image-column .image-1{
position: relative;
}

.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
}
.about-us-class{
    position: relative;
}
.about-us-class .img1{
    height:650px;
    width:70%;
    position: absolute;
    right:0px;
    z-index: 1;
    border-radius: 50px 50px 50px 50px;

}
.about-us-class .img1 img{
    height:100%;
    width:100%;
    border-radius: 50px 50px 50px 50px;

}
.about-us-class .img2{
    height:350px;
    width:70%;
    position: absolute;
    z-index: 5;
    top: 300px;
    left: 0px;
    border-radius: 50px 50px 0px 50px;
}
.about-us-class .img2 img{
    height:100%;
    width:100%;
    border-radius: 50px 50px 0px 50px;

}
/* ------------------------------------------section 4 -------------------------------------------------- */
.section4{
    background-color: rgb(220, 211, 229);

}
.right_conatct_social_icon{
    background: linear-gradient(to top right, #000000 -5%, blueviolet 100%);
}
.contact_us{
   background-color: #f1f1f1;
   padding: 120px 0px;
}

.contact_inner{
   background-color: #fff;
   position: relative;
   box-shadow: 20px 22px 44px #cccc;
   border-radius: 25px;
}
.contact_field{
   padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
   height: 100%;
}

.contact_field h3{
  color: #000;
   font-size: 40px;
   letter-spacing: 1px;
   font-weight: 600;
   margin-bottom: 10px
}
.contact_field p{
   color: #000;
   font-size: 13px;
   font-weight: 400;
   letter-spacing: 1px;
   margin-bottom: 35px;
}
.contact_field .form-control{
   border-radius: 0px;
   border: none;
   border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
   box-shadow: none;
   outline: none;
   border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
   font-size: 13px;
   letter-spacing: 1px;
}

.contact_info_sec {
   position: absolute;
   background-color: #2d2d2d;
   right: 1px;
   top: 18%;
   height: 340px;
   width: 340px;
   padding: 40px;
   border-radius: 25px 0 0 25px;
   color:white;
}
.contact_info_sec h4{
   letter-spacing: 1px;
   padding-bottom: 15px;
}

.info_single{
   margin: 30px 0px;
}
.info_single i{
   margin-right: 15px;
}
.info_single span{
   font-size: 14px;
   letter-spacing: 1px;
}

button.contact_form_submit {
   background: linear-gradient(to top right, #000000 -5%, blueviolet 100%);
   border: none;
   color: #fff;
   padding: 10px 15px;
   width: 100%;
   margin-top: 25px;
   border-radius: 35px;
   cursor: pointer;
   font-size: 14px;
   letter-spacing: 2px;
}
.socil_item_inner li{
   list-style: none;
}
.socil_item_inner li a{
   color: #fff;
   margin: 0px 15px;
   font-size: 14px;
}
.socil_item_inner{
   padding-bottom: 10px;
}

.map_sec{
   padding: 50px 0px;
}
.map_inner h4, .map_inner p{
   color: #000;
   text-align: center
}
.map_inner p{
   font-size: 13px;
}
.map_bind{
  margin-top: 50px;
   border-radius: 30px;
   overflow: hidden;
}
iframe{
    width:100%;
}
/* --------------------------------------- footer -------------------------------------------------- */
.footer {
    /* background-color: rgb(47, 0, 62);   */
   background: linear-gradient(to top right, #000000 -5%, blueviolet 100%);
    
    color: #c9d1d9;
    padding: 20px;
    font-size: 0.9rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    max-width: 15%;
    margin: 10px;
    width:15%!important;
}
.footer-column1{
    flex: 1;
    max-width: 60%;
    margin: 10px;
    width:100%!important;
}
.footer-column h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
}
.footer-column1 h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
    /* text-align: center; */
}
.footer-column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-column1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer-column ul li {
    display: inline;
    margin-right: 15px;
}
.footer-column1 ul li {
    display: inline;
    margin-right: 15px;
}

.footer-column ul li a {
    color: #8b949e;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}
.footer-column1 ul li a {
    color: #8b949e;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}
.footer-column ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* border-top: 1px solid #30363d; */
    padding-top: 20px;
    margin-top: 20px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.footer-logo img {
    width: 40px;
}

.footer-legal {
    text-align: center;
    flex: 1;
}

.footer-legal p {
    margin: 5px 0;
}

.footer-legal a {
    color: #8b949e;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#loom-companion-mv3{
    display: none;
}
.shadow-host-companion{
    display: none;
}
/* ___________________________________________________Media Query_________________________________________________________________ */

@media only screen and (min-width:320px) and (max-width:480px)
{
    .body1{
        display: none;
    }
    .nav2{
        display: block;
        display: flex;
        justify-content: space-between;
        width:auto;
    }
    .nav2 i{
        padding:15px 20px;
        color:white;
        font-weight:900;
        font-size: 25px;
    }
    .carousel-item img{
        height:300px;
    }
    .grid1{
        display: block;
        padding:0px 12%;
        flex-wrap: wrap;
    }
    .grid2{
        display: block;
        padding:0px;
        flex-wrap: wrap;

    }
    .box{
        margin:auto;
        margin-top: 50px;
    }
    .together{
        display: block;
    }
    .text{
        margin-top:600px;
    }
    .img1{
        height:400px!important;
    }
    .img2{
        height:200px!important;
    }
    .section2{
        width:auto;
        padding:0px 8%;
    }
    .section2 h2{
        font-size: 30px;
    }
    .contact_field{
        padding:0px;
    }
    .contact_field h3, .contact_field p{
        text-align: center;
    }
    .contact_info_sec{
        top:110%;
        width:100%;
    }
    .map_sec{
        margin-top: 250px;
    }
    .sec3{
        height:auto;
    }
    .inner-column{
        margin-top: -50px;
    }
}

@media only screen and (min-width:481px) and (max-width:768px)
{
    .navbar,.navbar-expand-lg,.body1{
        display: none;
    }
    .nav2{
        display: block;
        display: flex;
        justify-content: space-between;
        width:auto;
    }
    .nav2 i{
        padding:15px 20px;
        color:white;
        font-weight:900;
        font-size: 25px;
    }
    .carousel-item img{
        height:300px;
    }
    .grid1{
        /* display: block; */
        padding:0px;
        flex-wrap: wrap;
    }
    .grid2{
        /* display: block; */
        padding:0px;
        flex-wrap: wrap;

    }
    .box{
        margin:auto;
        margin-top: 50px;
    }
    .together{
        display: block;
    }
    .text{
        margin-top:600px;
    }
    .img1{
        height:400px!important;
    }
    .img2{
        height:200px!important;
    }
    .section2{
        width:auto;
        padding:0px 8%;
    }
    .section2 h2{
        font-size: 30px;
    }
    .contact_field{
        padding:0px;
    }
    .contact_field h3, .contact_field p{
        text-align: center;
    }
    .contact_info_sec{
        top:110%;
        width:100%;
    }
    .map_sec{
        margin-top: 250px;
    }
    .sec3{
        height:auto;
    }
    .inner-column{
        margin-top: -50px;
    }
}

@media only screen and (min-width:769px) and (max-width:992px)
{
    .navbar,.navbar-expand-lg,.body1{
        display: none;
    }
    .nav2{
        display: block;
        display: flex;
        justify-content: space-between;
        width:auto;
    }
    .nav2 i{
        padding:15px 20px;
        color:white;
        font-weight:900;
        font-size: 25px;
    }
    .carousel-item img{
        height:300px;
    }
    .grid1{
        /* display: block; */
        padding:0px;
        flex-wrap: wrap;
    }
    .grid2{
        /* display: block; */
        padding:0px;
        flex-wrap: wrap;

    }
    .box{
        margin:auto;
        margin-top: 50px;
    }
    .together{
        display: block;
    }
    .text{
        margin-top:600px;
    }
    .img1{
        height:400px!important;
    }
    .img2{
        height:200px!important;
    }
    .section2{
        width:auto;
        padding:0px 8%;
    }
    .section2 h2{
        font-size: 30px;
    }
    .contact_field{
        padding:0px;
    }
    .contact_field h3, .contact_field p{
        text-align: center;
    }
    .contact_info_sec{
        top:110%;
        width:100%;
    }
    .map_sec{
        margin-top: 250px;
    }
    .sec3{
        height:auto;
    }
    .inner-column{
        margin-top: -50px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px)
{
    .navbar,.navbar-expand-lg,.body1{
        display: none;
    }
    .nav2{
        display: block;
        display: flex;
        justify-content: space-between;
        width:auto;
    }
    .nav2 i{
        padding:15px 20px;
        color:white;
        font-weight:900;
        font-size: 25px;
    }
    .carousel-item img{
        height:300px;
    }
    .grid1{
        /* display: block; */
        padding:0px;
        flex-wrap: wrap;
    }
    .grid2{
        /* display: block; */
        padding:0px;
        flex-wrap: wrap;

    }
    .box{
        margin:auto;
        margin-top: 50px;
    }
    .together{
        display: block;
    }
    .text{
        margin-top:0px;
    }
    .img1{
        height:400px!important;
    }
    .img2{
        height:200px!important;
    }
    .section2{
        width:auto;
        padding:0px 8%;
    }
    .section2 h2{
        font-size: 30px;
    }
    .contact_field{
        padding:0px;
    }
    .contact_field h3, .contact_field p{
        text-align: center;
    }
    .contact_info_sec{
        top:110%;
        width:100%;
    }
    .map_sec{
        margin-top: 250px;
    }
    .sec3{
        height:auto;
        display: block;
    }
    .inner-column{
        margin-top: -50px;
    }
}

@media only screen and (min-width:1201px) and (max-width:1499px)
{
    .right-sec{
        margin-left: 0px;
    }
    .main-div{
        width:100%;
    }
    .carousel-item img{
        height:300px;
    }
    .grid1{
        /* display: block; */
        padding:0px;
        flex-wrap: wrap;
    }
    .grid2{
        /* display: block; */
        padding:0px;
        flex-wrap: wrap;

    }
    .box{
        margin:auto;
        margin-top: 50px;
    }
    .together{
        display: block;
    }
    .text{
        margin-top:0px;
    }
    .img1{
        height:400px!important;
    }
    .img2{
        height:200px!important;
    }
    .section2{
        width:auto;
        padding:0px 8%;
    }
    .section2 h2{
        font-size: 30px;
    }
    .contact_field{
        padding:0px;
    }
    .contact_field h3, .contact_field p{
        text-align: center;
    }
    .contact_info_sec{
        top:110%;
        width:100%;
    }
    .map_sec{
        margin-top: 250px;
    }
    .sec3{
        height:auto;
        display: block;
    }
    .inner-column{
        margin-top: -50px;
    }
}
